/* line 1, app/assets/stylesheets/cookie_bar.scss */
.block-vito-cookie-popup {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #002E56;
  padding: 25px 25px;
  z-index: 9999;
}

/* line 11, app/assets/stylesheets/cookie_bar.scss */
.block-vito-cookie-popup p {
  color: #fff;
  font-size: 1rem;
  padding-bottom: 10px;
}

/* line 16, app/assets/stylesheets/cookie_bar.scss */
.block-vito-cookie-popup .vito--cookie-buttons a {
  cursor: pointer;
  padding: 7px 12px;
  color: #ffffff;
  font-size: 1rem;
}

/* line 22, app/assets/stylesheets/cookie_bar.scss */
.block-vito-cookie-popup .agree-button {
  background: #518831;
}

/* line 25, app/assets/stylesheets/cookie_bar.scss */
.block-vito-cookie-popup .find-more-button {
  background: #DA3942;
}
/*! normalize.css v8.0.1 | 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 iOS.
 */
/* line 8, app/assets/stylesheets/intracto/main.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 20, app/assets/stylesheets/intracto/main.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 27, app/assets/stylesheets/intracto/main.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, app/assets/stylesheets/intracto/main.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 46, app/assets/stylesheets/intracto/main.scss */
hr {
  -webkit-box-sizing: content-box;
  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.
 */
/* line 60, app/assets/stylesheets/intracto/main.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 72, app/assets/stylesheets/intracto/main.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 80, app/assets/stylesheets/intracto/main.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 93, app/assets/stylesheets/intracto/main.scss */
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.
 */
/* line 102, app/assets/stylesheets/intracto/main.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 114, app/assets/stylesheets/intracto/main.scss */
small {
  font-size: 80%;
}

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

/* line 130, app/assets/stylesheets/intracto/main.scss */
sub {
  bottom: -0.25em;
}

/* line 134, app/assets/stylesheets/intracto/main.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, app/assets/stylesheets/intracto/main.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 153, app/assets/stylesheets/intracto/main.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 172, app/assets/stylesheets/intracto/main.scss */
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.
 */
/* line 182, app/assets/stylesheets/intracto/main.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 191, app/assets/stylesheets/intracto/main.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, app/assets/stylesheets/intracto/main.scss */
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.
 */
/* line 212, app/assets/stylesheets/intracto/main.scss */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 222, app/assets/stylesheets/intracto/main.scss */
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.
 */
/* line 232, app/assets/stylesheets/intracto/main.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 251, app/assets/stylesheets/intracto/main.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 258, app/assets/stylesheets/intracto/main.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 266, app/assets/stylesheets/intracto/main.scss */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 278, app/assets/stylesheets/intracto/main.scss */
[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.
 */
/* line 287, app/assets/stylesheets/intracto/main.scss */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 297, app/assets/stylesheets/intracto/main.scss */
[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.
 */
/* line 305, app/assets/stylesheets/intracto/main.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 317, app/assets/stylesheets/intracto/main.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 324, app/assets/stylesheets/intracto/main.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 333, app/assets/stylesheets/intracto/main.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 340, app/assets/stylesheets/intracto/main.scss */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 350, app/assets/stylesheets/intracto/main.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/* line 363, app/assets/stylesheets/intracto/main.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* line 378, app/assets/stylesheets/intracto/main.scss */
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* line 391, app/assets/stylesheets/intracto/main.scss */
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

/* line 398, app/assets/stylesheets/intracto/main.scss */
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* line 406, app/assets/stylesheets/intracto/main.scss */
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/* line 414, app/assets/stylesheets/intracto/main.scss */
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

/* line 422, app/assets/stylesheets/intracto/main.scss */
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 430, app/assets/stylesheets/intracto/main.scss */
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

/* line 438, app/assets/stylesheets/intracto/main.scss */
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

/* line 446, app/assets/stylesheets/intracto/main.scss */
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 454, app/assets/stylesheets/intracto/main.scss */
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* line 462, app/assets/stylesheets/intracto/main.scss */
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 470, app/assets/stylesheets/intracto/main.scss */
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 478, app/assets/stylesheets/intracto/main.scss */
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

/* line 486, app/assets/stylesheets/intracto/main.scss */
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 494, app/assets/stylesheets/intracto/main.scss */
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 502, app/assets/stylesheets/intracto/main.scss */
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

/* line 510, app/assets/stylesheets/intracto/main.scss */
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 518, app/assets/stylesheets/intracto/main.scss */
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 526, app/assets/stylesheets/intracto/main.scss */
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

/* line 534, app/assets/stylesheets/intracto/main.scss */
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 542, app/assets/stylesheets/intracto/main.scss */
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 550, app/assets/stylesheets/intracto/main.scss */
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/* line 558, app/assets/stylesheets/intracto/main.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 562, app/assets/stylesheets/intracto/main.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 566, app/assets/stylesheets/intracto/main.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 570, app/assets/stylesheets/intracto/main.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 574, app/assets/stylesheets/intracto/main.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 578, app/assets/stylesheets/intracto/main.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 582, app/assets/stylesheets/intracto/main.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 586, app/assets/stylesheets/intracto/main.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 590, app/assets/stylesheets/intracto/main.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 594, app/assets/stylesheets/intracto/main.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 598, app/assets/stylesheets/intracto/main.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 602, app/assets/stylesheets/intracto/main.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 607, app/assets/stylesheets/intracto/main.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 612, app/assets/stylesheets/intracto/main.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 617, app/assets/stylesheets/intracto/main.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 622, app/assets/stylesheets/intracto/main.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 627, app/assets/stylesheets/intracto/main.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 632, app/assets/stylesheets/intracto/main.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 637, app/assets/stylesheets/intracto/main.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 642, app/assets/stylesheets/intracto/main.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 647, app/assets/stylesheets/intracto/main.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 652, app/assets/stylesheets/intracto/main.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 657, app/assets/stylesheets/intracto/main.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/* line 661, app/assets/stylesheets/intracto/main.scss */
.d-inline {
  display: inline !important;
}

/* line 665, app/assets/stylesheets/intracto/main.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 669, app/assets/stylesheets/intracto/main.scss */
.d-block {
  display: block !important;
}

/* line 673, app/assets/stylesheets/intracto/main.scss */
.d-grid {
  display: grid !important;
}

/* line 677, app/assets/stylesheets/intracto/main.scss */
.d-table {
  display: table !important;
}

/* line 681, app/assets/stylesheets/intracto/main.scss */
.d-table-row {
  display: table-row !important;
}

/* line 685, app/assets/stylesheets/intracto/main.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 689, app/assets/stylesheets/intracto/main.scss */
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 696, app/assets/stylesheets/intracto/main.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 703, app/assets/stylesheets/intracto/main.scss */
.d-none {
  display: none !important;
}

/* line 707, app/assets/stylesheets/intracto/main.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 714, app/assets/stylesheets/intracto/main.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 722, app/assets/stylesheets/intracto/main.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 730, app/assets/stylesheets/intracto/main.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 738, app/assets/stylesheets/intracto/main.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 746, app/assets/stylesheets/intracto/main.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 753, app/assets/stylesheets/intracto/main.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 760, app/assets/stylesheets/intracto/main.scss */
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 766, app/assets/stylesheets/intracto/main.scss */
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 772, app/assets/stylesheets/intracto/main.scss */
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 778, app/assets/stylesheets/intracto/main.scss */
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 784, app/assets/stylesheets/intracto/main.scss */
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 790, app/assets/stylesheets/intracto/main.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 797, app/assets/stylesheets/intracto/main.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 804, app/assets/stylesheets/intracto/main.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 811, app/assets/stylesheets/intracto/main.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 818, app/assets/stylesheets/intracto/main.scss */
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 824, app/assets/stylesheets/intracto/main.scss */
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

/* line 831, app/assets/stylesheets/intracto/main.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 838, app/assets/stylesheets/intracto/main.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 845, app/assets/stylesheets/intracto/main.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 852, app/assets/stylesheets/intracto/main.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 859, app/assets/stylesheets/intracto/main.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 866, app/assets/stylesheets/intracto/main.scss */
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 872, app/assets/stylesheets/intracto/main.scss */
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 878, app/assets/stylesheets/intracto/main.scss */
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 884, app/assets/stylesheets/intracto/main.scss */
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 890, app/assets/stylesheets/intracto/main.scss */
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 896, app/assets/stylesheets/intracto/main.scss */
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 902, app/assets/stylesheets/intracto/main.scss */
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 908, app/assets/stylesheets/intracto/main.scss */
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 914, app/assets/stylesheets/intracto/main.scss */
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 920, app/assets/stylesheets/intracto/main.scss */
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 926, app/assets/stylesheets/intracto/main.scss */
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 932, app/assets/stylesheets/intracto/main.scss */
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

/* line 938, app/assets/stylesheets/intracto/main.scss */
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

/* line 945, app/assets/stylesheets/intracto/main.scss */
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

/* line 952, app/assets/stylesheets/intracto/main.scss */
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

/* line 959, app/assets/stylesheets/intracto/main.scss */
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

/* line 966, app/assets/stylesheets/intracto/main.scss */
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

/* line 973, app/assets/stylesheets/intracto/main.scss */
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

/* line 980, app/assets/stylesheets/intracto/main.scss */
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

/* line 987, app/assets/stylesheets/intracto/main.scss */
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

/* line 994, app/assets/stylesheets/intracto/main.scss */
.m-0 {
  margin: 0 !important;
}

/* line 998, app/assets/stylesheets/intracto/main.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 1002, app/assets/stylesheets/intracto/main.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 1006, app/assets/stylesheets/intracto/main.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 1010, app/assets/stylesheets/intracto/main.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 1014, app/assets/stylesheets/intracto/main.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 1018, app/assets/stylesheets/intracto/main.scss */
.m-auto {
  margin: auto !important;
}

/* line 1022, app/assets/stylesheets/intracto/main.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 1027, app/assets/stylesheets/intracto/main.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 1032, app/assets/stylesheets/intracto/main.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 1037, app/assets/stylesheets/intracto/main.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 1042, app/assets/stylesheets/intracto/main.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 1047, app/assets/stylesheets/intracto/main.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 1052, app/assets/stylesheets/intracto/main.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 1057, app/assets/stylesheets/intracto/main.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1062, app/assets/stylesheets/intracto/main.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 1067, app/assets/stylesheets/intracto/main.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 1072, app/assets/stylesheets/intracto/main.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 1077, app/assets/stylesheets/intracto/main.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 1082, app/assets/stylesheets/intracto/main.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 1087, app/assets/stylesheets/intracto/main.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 1092, app/assets/stylesheets/intracto/main.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 1096, app/assets/stylesheets/intracto/main.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 1100, app/assets/stylesheets/intracto/main.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 1104, app/assets/stylesheets/intracto/main.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 1108, app/assets/stylesheets/intracto/main.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 1112, app/assets/stylesheets/intracto/main.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 1116, app/assets/stylesheets/intracto/main.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 1120, app/assets/stylesheets/intracto/main.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 1124, app/assets/stylesheets/intracto/main.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 1128, app/assets/stylesheets/intracto/main.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 1132, app/assets/stylesheets/intracto/main.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 1136, app/assets/stylesheets/intracto/main.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 1140, app/assets/stylesheets/intracto/main.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 1144, app/assets/stylesheets/intracto/main.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 1148, app/assets/stylesheets/intracto/main.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1152, app/assets/stylesheets/intracto/main.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 1156, app/assets/stylesheets/intracto/main.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 1160, app/assets/stylesheets/intracto/main.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 1164, app/assets/stylesheets/intracto/main.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 1168, app/assets/stylesheets/intracto/main.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 1172, app/assets/stylesheets/intracto/main.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 1176, app/assets/stylesheets/intracto/main.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 1180, app/assets/stylesheets/intracto/main.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 1184, app/assets/stylesheets/intracto/main.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 1188, app/assets/stylesheets/intracto/main.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 1192, app/assets/stylesheets/intracto/main.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 1196, app/assets/stylesheets/intracto/main.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 1200, app/assets/stylesheets/intracto/main.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 1204, app/assets/stylesheets/intracto/main.scss */
.p-0 {
  padding: 0 !important;
}

/* line 1208, app/assets/stylesheets/intracto/main.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 1212, app/assets/stylesheets/intracto/main.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 1216, app/assets/stylesheets/intracto/main.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 1220, app/assets/stylesheets/intracto/main.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 1224, app/assets/stylesheets/intracto/main.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 1228, app/assets/stylesheets/intracto/main.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 1233, app/assets/stylesheets/intracto/main.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 1238, app/assets/stylesheets/intracto/main.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 1243, app/assets/stylesheets/intracto/main.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 1248, app/assets/stylesheets/intracto/main.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 1253, app/assets/stylesheets/intracto/main.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 1258, app/assets/stylesheets/intracto/main.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1263, app/assets/stylesheets/intracto/main.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 1268, app/assets/stylesheets/intracto/main.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 1273, app/assets/stylesheets/intracto/main.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 1278, app/assets/stylesheets/intracto/main.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 1283, app/assets/stylesheets/intracto/main.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 1288, app/assets/stylesheets/intracto/main.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 1292, app/assets/stylesheets/intracto/main.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 1296, app/assets/stylesheets/intracto/main.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 1300, app/assets/stylesheets/intracto/main.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 1304, app/assets/stylesheets/intracto/main.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 1308, app/assets/stylesheets/intracto/main.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 1312, app/assets/stylesheets/intracto/main.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 1316, app/assets/stylesheets/intracto/main.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 1320, app/assets/stylesheets/intracto/main.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 1324, app/assets/stylesheets/intracto/main.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 1328, app/assets/stylesheets/intracto/main.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 1332, app/assets/stylesheets/intracto/main.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 1336, app/assets/stylesheets/intracto/main.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 1340, app/assets/stylesheets/intracto/main.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 1344, app/assets/stylesheets/intracto/main.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 1348, app/assets/stylesheets/intracto/main.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 1352, app/assets/stylesheets/intracto/main.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 1356, app/assets/stylesheets/intracto/main.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 1360, app/assets/stylesheets/intracto/main.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 1364, app/assets/stylesheets/intracto/main.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 1368, app/assets/stylesheets/intracto/main.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 1372, app/assets/stylesheets/intracto/main.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 1376, app/assets/stylesheets/intracto/main.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 1380, app/assets/stylesheets/intracto/main.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 1384, app/assets/stylesheets/intracto/main.scss */
:root {
  --color-white: #FFF;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-mantis: #67BC4B;
  --color-mantis-rgb: 103, 188, 75;
  --color-lynch: #73839C;
  --color-lynch-rgb: 115, 131, 156;
  --color-mine-shaft: #383838;
  --color-wild-sand: #F7F7F7;
  --color-wild-sand-rgb: 247, 247, 247;
  --color-silver-chalice: #B1B1B1;
  --color-botticelli: #DEE5EF;
  --color-fiord: #394A64;
  --color-apricot: #EB7A7A;
  --color-warning: #F4B73E;
  --color-azalea: #F8D3D3;
  --color-azalea-rgb: 248, 211, 211;
  --color-mandy: #E44E4E;
}

/* line 1405, app/assets/stylesheets/intracto/main.scss */
:root {
  --base-line-height: 1.5;
  --body-font-family: "Work Sans", sans-serif;
  --body-font-size: 16px;
  --smaller-font-size: 14px;
  --table-font-family: "Inter", sans-serif;
  --form-font-family: "Montserrat", sans-serif;
}

/* line 1414, app/assets/stylesheets/intracto/main.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: var(--body-font-size);
}

/* line 1421, app/assets/stylesheets/intracto/main.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 1428, app/assets/stylesheets/intracto/main.scss */
html,
body {
  font-family: var(--body-font-family);
  line-height: var(--base-line-height);
  background-color: var(--color-white);
  color: var(--color-lynch);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

/* line 1441, app/assets/stylesheets/intracto/main.scss */
body {
  font-size: 100%;
  min-height: 100%;
}

/* line 1446, app/assets/stylesheets/intracto/main.scss */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 1452, app/assets/stylesheets/intracto/main.scss */
sup {
  line-height: 1;
  position: relative;
  top: -0.52em;
  font-size: 0.6em;
}

/* line 1459, app/assets/stylesheets/intracto/main.scss */
figure {
  margin: 0;
}

/* line 1463, app/assets/stylesheets/intracto/main.scss */
a {
  color: var(--color-mantis);
  text-decoration: underline;
}

/* line 1467, app/assets/stylesheets/intracto/main.scss */
a:focus, a:hover {
  text-decoration: none;
}

/* line 1471, app/assets/stylesheets/intracto/main.scss */
ul, ol, th, td {
  margin: 0;
  padding: 0;
}

/* line 1476, app/assets/stylesheets/intracto/main.scss */
.page-wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

/* line 1491, app/assets/stylesheets/intracto/main.scss */
.page-wrapper main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 1498, app/assets/stylesheets/intracto/main.scss */
::selection {
  background: #000;
  text-shadow: none;
  color: #FFF;
}

/* line 1504, app/assets/stylesheets/intracto/main.scss */
h1:last-of-type:last-child,
h2:last-of-type:last-child,
h3:last-of-type:last-child,
h4:last-of-type:last-child,
h5:last-of-type:last-child,
h6:last-of-type:last-child,
p:last-of-type:last-child,
ul:last-of-type:last-child {
  margin-bottom: 0;
}

/* line 1515, app/assets/stylesheets/intracto/main.scss */
small {
  display: block;
  font-size: 0.75rem;
}

/* line 1520, app/assets/stylesheets/intracto/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0;
  padding: 0;
  color: var(--color-black);
  margin-bottom: 0.5em;
  font-weight: 700;
}

/* line 1533, app/assets/stylesheets/intracto/main.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

/* line 1544, app/assets/stylesheets/intracto/main.scss */
h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: var(--color-mantis);
}

/* line 1557, app/assets/stylesheets/intracto/main.scss */
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-bottom: 1.5rem;
}

/* line 1565, app/assets/stylesheets/intracto/main.scss */
h1 + .accordion,
h2 + .accordion,
h3 + .accordion,
h4 + .accordion,
h5 + .accordion,
h6 + .accordion {
  margin-top: 1.5rem;
}

/* line 1574, app/assets/stylesheets/intracto/main.scss */
h1,
.h1 {
  font-size: 2.125rem;
  margin-bottom: 1rem;
}

/* line 1579, app/assets/stylesheets/intracto/main.scss */
h1.small,
.h1.small {
  font-size: 1.5rem;
}

/* line 1584, app/assets/stylesheets/intracto/main.scss */
h2,
.h2 {
  font-size: 1.375rem;
  margin-bottom: 0.875rem;
}

/* line 1590, app/assets/stylesheets/intracto/main.scss */
h3,
.h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}

/* line 1595, app/assets/stylesheets/intracto/main.scss */
h3.small,
.h3.small {
  font-size: 1.125rem;
}

/* line 1599, app/assets/stylesheets/intracto/main.scss */
h3--special,
.h3--special {
  color: var(--color-lynch);
  font-size: var(--smaller-font-size);
}

/* line 1605, app/assets/stylesheets/intracto/main.scss */
h4,
.h4 {
  font-size: 1rem;
  color: var(--color-lynch);
  margin-bottom: 1.5rem;
}

/* line 1612, app/assets/stylesheets/intracto/main.scss */
.subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  display: block;
}

/* line 1620, app/assets/stylesheets/intracto/main.scss */
p {
  margin: 0 0 1.25em;
}

/* line 1623, app/assets/stylesheets/intracto/main.scss */
p + .button {
  margin-top: 0.5em;
}

/* line 1626, app/assets/stylesheets/intracto/main.scss */
p + .box {
  margin-top: 1.75em;
}

/* line 1630, app/assets/stylesheets/intracto/main.scss */
.container-fluid {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

/* line 1636, app/assets/stylesheets/intracto/main.scss */
.offset {
  min-width: calc(100% + 48px);
}

/* line 1640, app/assets/stylesheets/intracto/main.scss */
.svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

/* line 1648, app/assets/stylesheets/intracto/main.scss */
.visual-1 {
  display: none;
}

/* line 1652, app/assets/stylesheets/intracto/main.scss */
.w-100 {
  width: 100%;
}

/* line 1656, app/assets/stylesheets/intracto/main.scss */
.h-100 {
  height: 100%;
}

/* line 1660, app/assets/stylesheets/intracto/main.scss */
.text-align-center {
  text-align: center;
}

/* line 1664, app/assets/stylesheets/intracto/main.scss */
.text-align-left {
  text-align: left;
}

/* line 1668, app/assets/stylesheets/intracto/main.scss */
.fw-normal {
  font-weight: normal;
}

/* line 1672, app/assets/stylesheets/intracto/main.scss */
.fw-semibold {
  font-weight: 600;
}

/* line 1676, app/assets/stylesheets/intracto/main.scss */
.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1681, app/assets/stylesheets/intracto/main.scss */
.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1686, app/assets/stylesheets/intracto/main.scss */
.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1691, app/assets/stylesheets/intracto/main.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 1695, app/assets/stylesheets/intracto/main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 1699, app/assets/stylesheets/intracto/main.scss */
.no-radius {
  border-radius: 0 !important;
}

/* line 1703, app/assets/stylesheets/intracto/main.scss */
.object-fit-cover {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 1708, app/assets/stylesheets/intracto/main.scss */
.object-fit-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* line 1718, app/assets/stylesheets/intracto/main.scss */
.object-fit-cover.align-left img {
  -o-object-position: left center;
  object-position: left center;
}

/* line 1723, app/assets/stylesheets/intracto/main.scss */
.min-w-200 {
  min-width: 200px;
}

/* line 1727, app/assets/stylesheets/intracto/main.scss */
.c--white {
  color: var(--color-white);
}

/* line 1731, app/assets/stylesheets/intracto/main.scss */
.bg--white {
  background-color: var(--color-white);
}

/* line 1735, app/assets/stylesheets/intracto/main.scss */
.c--black {
  color: var(--color-black);
}

/* line 1739, app/assets/stylesheets/intracto/main.scss */
.bg--black {
  background-color: var(--color-black);
}

/* line 1743, app/assets/stylesheets/intracto/main.scss */
.c--mantis {
  color: var(--color-mantis);
}

/* line 1747, app/assets/stylesheets/intracto/main.scss */
.bg--mantis {
  background-color: var(--color-mantis);
}

/* line 1751, app/assets/stylesheets/intracto/main.scss */
.c--lynch {
  color: var(--color-lynch);
}

/* line 1755, app/assets/stylesheets/intracto/main.scss */
.bg--lynch {
  background-color: var(--color-lynch);
}

/* line 1759, app/assets/stylesheets/intracto/main.scss */
.c--mine-shaft {
  color: var(--color-mine-shaft);
}

/* line 1763, app/assets/stylesheets/intracto/main.scss */
.bg--mine-shaft {
  background-color: var(--color-mine-shaft);
}

/* line 1767, app/assets/stylesheets/intracto/main.scss */
.c--wild-sand {
  color: var(--color-wild-sand);
}

/* line 1771, app/assets/stylesheets/intracto/main.scss */
.bg--wild-sand {
  background-color: var(--color-wild-sand);
}

/* line 1775, app/assets/stylesheets/intracto/main.scss */
.c--silver-chalice {
  color: var(--color-silver-chalice);
}

/* line 1779, app/assets/stylesheets/intracto/main.scss */
.bg--silver-chalice {
  background-color: var(--color-silver-chalice);
}

/* line 1783, app/assets/stylesheets/intracto/main.scss */
.c--botticelli {
  color: var(--color-botticelli);
}

/* line 1787, app/assets/stylesheets/intracto/main.scss */
.bg--botticelli {
  background-color: var(--color-botticelli);
}

/* line 1791, app/assets/stylesheets/intracto/main.scss */
.c--fiord {
  color: var(--color-fiord);
}

/* line 1795, app/assets/stylesheets/intracto/main.scss */
.bg--fiord {
  background-color: var(--color-fiord);
}

/* line 1799, app/assets/stylesheets/intracto/main.scss */
.c--apricot {
  color: var(--color-apricot);
}

/* line 1803, app/assets/stylesheets/intracto/main.scss */
.bg--apricot {
  background-color: var(--color-apricot);
}

/* line 1807, app/assets/stylesheets/intracto/main.scss */
.c--warning {
  color: var(--color-warning);
}

/* line 1811, app/assets/stylesheets/intracto/main.scss */
.bg--warning {
  background-color: var(--color-warning);
}

/* line 1815, app/assets/stylesheets/intracto/main.scss */
.c--azalea {
  color: var(--color-azalea);
}

/* line 1819, app/assets/stylesheets/intracto/main.scss */
.bg--azalea {
  background-color: var(--color-azalea);
}

/* line 1823, app/assets/stylesheets/intracto/main.scss */
.c--mandy {
  color: var(--color-mandy);
}

/* line 1827, app/assets/stylesheets/intracto/main.scss */
.bg--mandy {
  background-color: var(--color-mandy);
}

/* line 1831, app/assets/stylesheets/intracto/main.scss */
.bg--mantis-10 {
  background-color: rgba(var(--color-mantis-rgb), 0.1);
}

/* line 1835, app/assets/stylesheets/intracto/main.scss */
.ms-n1 {
  margin-left: -3px;
}

/* line 1839, app/assets/stylesheets/intracto/main.scss */
.ms-n2 {
  margin-left: -7px;
}

/* line 1843, app/assets/stylesheets/intracto/main.scss */
.mt-n1 {
  margin-top: -3px;
}

/* line 1847, app/assets/stylesheets/intracto/main.scss */
.gx-6 {
  --bs-gutter-x: 70px;
}

/* line 1851, app/assets/stylesheets/intracto/main.scss */
.pos-r {
  position: relative;
}

/* line 1855, app/assets/stylesheets/intracto/main.scss */
.link-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 1864, app/assets/stylesheets/intracto/main.scss */
.link-unstyled {
  color: inherit;
  text-decoration: none;
}

/* line 1869, app/assets/stylesheets/intracto/main.scss */
.overflow-md-scroll {
  overflow: auto;
}

/* line 1873, app/assets/stylesheets/intracto/main.scss */
.is-hidden {
  display: none;
}

/* line 1877, app/assets/stylesheets/intracto/main.scss */
.is-uppercase {
  text-transform: uppercase;
}

/* line 1881, app/assets/stylesheets/intracto/main.scss */
.is-disabled {
  opacity: 0.2;
}

/* line 1884, app/assets/stylesheets/intracto/main.scss */
.is-disabled * {
  pointer-events: none;
}

/* line 1888, app/assets/stylesheets/intracto/main.scss */
.accordion {
  border-top: 1px solid var(--color-botticelli);
}

/* line 1891, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header {
  border-bottom: 1px solid var(--color-botticelli);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

/* line 1897, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button {
  font-size: inherit;
  padding: 1rem 0;
  width: 100%;
  text-align: left;
}

/* line 1903, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button:focus, .accordion__item__header .button:hover, .accordion__item__header .button.is-active {
  color: var(--color-mantis);
}

/* line 1906, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button:focus .icon, .accordion__item__header .button:hover .icon, .accordion__item__header .button.is-active .icon {
  border-color: var(--color-mantis);
}

/* line 1909, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button:focus .icon::after, .accordion__item__header .button:focus .icon::before, .accordion__item__header .button:hover .icon::after, .accordion__item__header .button:hover .icon::before {
  background-color: var(--color-mantis);
}

/* line 1912, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button.is-active {
  font-weight: 600;
}

/* line 1915, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button.is-active .icon {
  background-color: var(--color-mantis);
}

/* line 1918, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button.is-active .icon::after, .accordion__item__header .button.is-active .icon::before {
  background-color: var(--color-white);
}

/* line 1921, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .button.is-active .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/* line 1925, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .icon {
  display: block;
  min-width: 1.25rem;
  width: 1.25rem;
  min-height: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid var(--color-silver-chalice);
  position: relative;
  -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  margin: 0 1rem 0 2.5rem;
}

/* line 1938, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .icon::after, .accordion__item__header .icon::before {
  content: "";
  background-color: var(--color-silver-chalice);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

/* line 1952, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .icon::after {
  height: 1px;
  width: 10px;
}

/* line 1956, app/assets/stylesheets/intracto/main.scss */
.accordion__item__header .icon::before {
  height: 10px;
  width: 1px;
}

/* line 1960, app/assets/stylesheets/intracto/main.scss */
.accordion__item__body {
  padding: 1.625rem 0 2.125rem;
  border-bottom: 1px solid var(--color-botticelli);
}

/* line 1965, app/assets/stylesheets/intracto/main.scss */
.breadcrumbs {
  color: var(--color-silver-chalice);
  padding: 30px 0;
}

/* line 1969, app/assets/stylesheets/intracto/main.scss */
.breadcrumbs li:not(:last-child) {
  position: relative;
  margin-right: 15px;
}

/* line 1973, app/assets/stylesheets/intracto/main.scss */
.breadcrumbs li:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/intracto/icons/caret-right-c184ac8956fe0bbc3fd8af832a6279c7902fb5c42787249321e3e8ece2990887.svg) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1987, app/assets/stylesheets/intracto/main.scss */
.breadcrumbs a {
  color: var(--color-mine-shaft);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

/* line 1993, app/assets/stylesheets/intracto/main.scss */
.breadcrumbs a:focus, .breadcrumbs a:hover {
  color: var(--color-mantis);
}

/* line 1997, app/assets/stylesheets/intracto/main.scss */
.box {
  border: 1px solid var(--color-botticelli);
  padding: 28px 20px;
  margin-bottom: 1.25rem;
  display: block;
}

/* line 2003, app/assets/stylesheets/intracto/main.scss */
.box.spaced {
  margin-bottom: 2rem;
}

/* line 2006, app/assets/stylesheets/intracto/main.scss */
.box:last-child {
  margin-bottom: 0;
}

/* line 2009, app/assets/stylesheets/intracto/main.scss */
.box--eco-stats {
  padding: 0;
  border: none;
}

/* line 2013, app/assets/stylesheets/intracto/main.scss */
.box--shadow {
  border: none;
  -webkit-box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.1);
  box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.1);
}

/* line 2018, app/assets/stylesheets/intracto/main.scss */
.box--spaced {
  padding: 32px 24px;
}

/* line 2021, app/assets/stylesheets/intracto/main.scss */
.box--no-border {
  border: none;
}

/* line 2024, app/assets/stylesheets/intracto/main.scss */
.box--graph {
  -webkit-box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.05);
  box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.05);
}

/* line 2028, app/assets/stylesheets/intracto/main.scss */
.box--selection {
  font-size: 1rem;
  text-align: center;
  color: var(--color-lynch);
  text-decoration: none;
  -webkit-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* line 2036, app/assets/stylesheets/intracto/main.scss */
.box--selection:hover, .box--selection:focus {
  border-color: rgba(var(--color-black-rgb), 0.6);
  color: var(--color-mine-shaft);
}

/* line 2040, app/assets/stylesheets/intracto/main.scss */
.box--selection:hover .figure__caption, .box--selection:focus .figure__caption {
  background-color: var(--color-mantis);
}

/* line 2043, app/assets/stylesheets/intracto/main.scss */
.box--selection .figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1rem auto 1.5rem;
  text-align: left;
  min-width: 160px;
}

/* line 2051, app/assets/stylesheets/intracto/main.scss */
.box--selection .figure__caption {
  color: var(--color-white);
  background-color: var(--color-lynch);
  position: absolute;
  bottom: 1rem;
  right: 0;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 2065, app/assets/stylesheets/intracto/main.scss */
.box .svg--data {
  width: 167px;
  height: 108px;
}

/* line 2070, app/assets/stylesheets/intracto/main.scss */
.button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  background: none;
  text-decoration: none;
  line-height: 1.3;
  padding: 13px 21px;
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  cursor: pointer;
}

/* line 2085, app/assets/stylesheets/intracto/main.scss */
.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 2089, app/assets/stylesheets/intracto/main.scss */
.button.is-hidden {
  display: none;
}

/* line 2092, app/assets/stylesheets/intracto/main.scss */
.button--primary {
  background-color: var(--color-mantis);
  color: var(--color-white);
  font-weight: 600;
  min-width: 144px;
}

/* line 2098, app/assets/stylesheets/intracto/main.scss */
.button--primary:focus, .button--primary:hover {
  background-color: #85c96f;
}

/* line 2101, app/assets/stylesheets/intracto/main.scss */
.button--icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2111, app/assets/stylesheets/intracto/main.scss */
.button--icon:focus .svg--arrow-right,
.button--icon:focus .svg--caret-right:not(.rotate-90), .button--icon:hover .svg--arrow-right,
.button--icon:hover .svg--caret-right:not(.rotate-90) {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

/* line 2117, app/assets/stylesheets/intracto/main.scss */
.button--icon:focus .svg--caret-right.rotate-180, .button--icon:hover .svg--caret-right.rotate-180 {
  -webkit-transform: rotate(180deg) translateX(3px);
  transform: rotate(180deg) translateX(3px);
}

/* line 2121, app/assets/stylesheets/intracto/main.scss */
.button--icon .svg--arrow-right,
.button--icon .svg--caret-right:not(.rotate-90) {
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

/* line 2129, app/assets/stylesheets/intracto/main.scss */
.button--icon .svg--caret-right.rotate-180 {
  margin-left: -7px;
  margin-right: 8px;
}

/* line 2133, app/assets/stylesheets/intracto/main.scss */
.button--card {
  color: var(--color-mine-shaft);
  font-weight: 700;
  -webkit-box-shadow: 0 4px 20px rgba(var(--color-black-rgb), 0.15);
  box-shadow: 0 4px 20px rgba(var(--color-black-rgb), 0.15);
  font-size: var(--smaller-font-size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  height: 120px;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 2164, app/assets/stylesheets/intracto/main.scss */
.button--card:focus, .button--card:hover {
  -webkit-box-shadow: 1px 2px 5px rgba(var(--color-black-rgb), 0.2);
  box-shadow: 1px 2px 5px rgba(var(--color-black-rgb), 0.2);
}

/* line 2168, app/assets/stylesheets/intracto/main.scss */
.button--card .svg-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}

/* line 2173, app/assets/stylesheets/intracto/main.scss */
.button--card .svg-wrapper .svg {
  height: 49px;
  width: auto;
  max-width: 100%;
}

/* line 2178, app/assets/stylesheets/intracto/main.scss */
.button--card .svg--arrow-right {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

/* line 2184, app/assets/stylesheets/intracto/main.scss */
.button--outline-white {
  color: var(--color-white);
  border-color: var(--color-white);
  min-width: 144px;
}

/* line 2189, app/assets/stylesheets/intracto/main.scss */
.button--outline-white:focus, .button--outline-white:hover {
  background-color: var(--color-white);
  color: var(--color-mantis);
}

/* line 2193, app/assets/stylesheets/intracto/main.scss */
.button--outline-primary {
  color: var(--color-mantis);
  border-color: var(--color-mantis);
  min-width: 144px;
}

/* line 2198, app/assets/stylesheets/intracto/main.scss */
.button--outline-primary:focus, .button--outline-primary:hover {
  background-color: var(--color-mantis);
  color: var(--color-white);
}

/* line 2202, app/assets/stylesheets/intracto/main.scss */
.button--hover-mine-shaft:focus, .button--hover-mine-shaft:hover {
  color: var(--color-mine-shaft);
}

/* line 2205, app/assets/stylesheets/intracto/main.scss */
.button--link, .button--nostyle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 2211, app/assets/stylesheets/intracto/main.scss */
.button--link {
  color: var(--color-mantis);
  text-decoration: underline;
}

/* line 2215, app/assets/stylesheets/intracto/main.scss */
.button--link:focus, .button--link:hover {
  text-decoration: none;
}

/* line 2218, app/assets/stylesheets/intracto/main.scss */
.button--info {
  width: 16px;
  height: 16px;
  color: var(--color-white);
  background-color: var(--color-mantis);
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  font-size: 13px;
}

/* line 2228, app/assets/stylesheets/intracto/main.scss */
.button--info:focus, .button--info:hover {
  background-color: #85c96f;
}

/* line 2231, app/assets/stylesheets/intracto/main.scss */
.button--white {
  color: var(--color-lynch);
  background-color: var(--color-white);
}

/* line 2235, app/assets/stylesheets/intracto/main.scss */
.button--white:focus, .button--white:hover {
  background-color: var(--color-wild-sand);
}

/* line 2238, app/assets/stylesheets/intracto/main.scss */
.button--mobile {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 2243, app/assets/stylesheets/intracto/main.scss */
.button--prefill {
  color: var(--color-lynch);
  font-size: var(--smaller-font-size);
  margin-top: 0.5rem;
}

/* line 2249, app/assets/stylesheets/intracto/main.scss */
.comparison {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-top: 2px solid var(--color-black);
  font-size: var(--smaller-font-size);
  padding: 2rem 0 4rem;
}

/* line 2259, app/assets/stylesheets/intracto/main.scss */
.comparison__item {
  position: relative;
}

/* line 2262, app/assets/stylesheets/intracto/main.scss */
.comparison__item:last-child {
  border-right: none;
}

/* line 2265, app/assets/stylesheets/intracto/main.scss */
.comparison__item:last-child .comparison__item__content {
  border-bottom: none;
}

/* line 2268, app/assets/stylesheets/intracto/main.scss */
.comparison__item__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  border-bottom: 1px solid var(--color-silver-chalice);
}

/* line 2274, app/assets/stylesheets/intracto/main.scss */
.comparison__item__delete {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 2281, app/assets/stylesheets/intracto/main.scss */
.comparison__button {
  width: 100%;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 2290, app/assets/stylesheets/intracto/main.scss */
.dropdown {
  position: relative;
}

/* line 2293, app/assets/stylesheets/intracto/main.scss */
.dropdown:hover .dropdown__list, .dropdown.is-focused .dropdown__list {
  opacity: 1;
  visibility: visible;
}

/* line 2297, app/assets/stylesheets/intracto/main.scss */
.dropdown:hover > a, .dropdown.is-focused > a {
  color: var(--color-mantis);
}

/* line 2300, app/assets/stylesheets/intracto/main.scss */
.dropdown > a {
  pointer-events: none;
  position: relative;
  z-index: 2;
}

/* line 2305, app/assets/stylesheets/intracto/main.scss */
.dropdown > a .svg {
  margin-right: -7px;
  margin-left: -5px;
}

/* line 2309, app/assets/stylesheets/intracto/main.scss */
.dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: var(--color-white);
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 0 10px rgba(var(--color-black-rgb), 15%);
  box-shadow: 0 0 10px rgba(var(--color-black-rgb), 15%);
  overflow: hidden;
}

/* line 2325, app/assets/stylesheets/intracto/main.scss */
.dropdown__list::before {
  content: "";
  background-color: var(--color-white);
  width: 100%;
  height: 11px;
  display: block;
  position: absolute;
  top: -10px;
}

/* line 2334, app/assets/stylesheets/intracto/main.scss */
.dropdown__list li a {
  line-height: 1.3;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 2353, app/assets/stylesheets/intracto/main.scss */
.dropdown__list li:last-child a {
  border-bottom: none;
}

/* line 2356, app/assets/stylesheets/intracto/main.scss */
.dropdown__list__item {
  margin-right: 0 !important;
}

/* line 2359, app/assets/stylesheets/intracto/main.scss */
.dropdown--wide .dropdown__list {
  min-width: 230px;
}

/* line 2363, app/assets/stylesheets/intracto/main.scss */
.filters {
  border-top: 1px solid var(--color-botticelli);
  border-bottom: 1px solid var(--color-botticelli);
  padding: 1.125rem 0;
  margin-bottom: 1.25rem;
}

/* line 2369, app/assets/stylesheets/intracto/main.scss */
.filters .button:not(.button--nostyle) {
  background-color: var(--color-wild-sand);
  font-size: 12px;
  font-family: var(--form-font-family);
  font-weight: 600;
  color: var(--color-lynch);
  padding: 0.25rem 0.5rem;
}

/* line 2377, app/assets/stylesheets/intracto/main.scss */
.filters .button:not(.button--nostyle):focus, .filters .button:not(.button--nostyle):hover {
  background-color: var(--color-botticelli);
}

/* line 2380, app/assets/stylesheets/intracto/main.scss */
.filters .button:not(.button--nostyle) .svg {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

/* line 2386, app/assets/stylesheets/intracto/main.scss */
.footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.55%, var(--color-mine-shaft)), color-stop(117.58%, #726565));
  background: -webkit-linear-gradient(top, var(--color-mine-shaft) 30.55%, #726565 117.58%);
  background: linear-gradient(180deg, var(--color-mine-shaft) 30.55%, #726565 117.58%);
  color: var(--color-white);
  font-size: var(--smaller-font-size);
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 2395, app/assets/stylesheets/intracto/main.scss */
.footer__title {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* line 2402, app/assets/stylesheets/intracto/main.scss */
.footer__copyright {
  font-weight: 700;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1.5rem;
}

/* line 2409, app/assets/stylesheets/intracto/main.scss */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 2415, app/assets/stylesheets/intracto/main.scss */
.form,
.form__group {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-botticelli);
  margin-bottom: 2rem;
}

/* line 2421, app/assets/stylesheets/intracto/main.scss */
.form:last-child,
.form__group:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

/* line 2427, app/assets/stylesheets/intracto/main.scss */
.form.no-border,
.form__group.no-border {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 2433, app/assets/stylesheets/intracto/main.scss */
.form__field {
  margin-bottom: 1.125rem;
}

/* line 2436, app/assets/stylesheets/intracto/main.scss */
.form__field:last-child {
  margin-bottom: 0;
}

/* line 2439, app/assets/stylesheets/intracto/main.scss */
.form__field.has-unit input {
  padding-right: 4.5rem;
}

/* line 2442, app/assets/stylesheets/intracto/main.scss */
.form__field.has-unit .unit {
  position: absolute;
  top: 12px;
  right: 1rem;
  color: var(--color-silver-chalice);
}

/* line 2448, app/assets/stylesheets/intracto/main.scss */
.form__box {
  font-size: 1rem;
  text-align: center;
}

/* line 2452, app/assets/stylesheets/intracto/main.scss */
.form__box input[type=checkbox],
.form__box input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

/* line 2458, app/assets/stylesheets/intracto/main.scss */
.form__box input[type=checkbox]:focus + .box, .form__box input[type=checkbox]:checked + .box,
.form__box input[type=radio]:focus + .box,
.form__box input[type=radio]:checked + .box {
  border-color: rgba(var(--color-black-rgb), 0.6);
  color: var(--color-mine-shaft);
}

/* line 2464, app/assets/stylesheets/intracto/main.scss */
.form__box input[type=checkbox]:focus + .box .figure__caption, .form__box input[type=checkbox]:checked + .box .figure__caption,
.form__box input[type=radio]:focus + .box .figure__caption,
.form__box input[type=radio]:checked + .box .figure__caption {
  background-color: var(--color-mantis);
}

/* line 2469, app/assets/stylesheets/intracto/main.scss */
.form__box input[type=checkbox]:checked + .box,
.form__box input[type=radio]:checked + .box {
  -webkit-box-shadow: inset 0 0 0 2px rgba(var(--color-black-rgb), 0.6);
  box-shadow: inset 0 0 0 2px rgba(var(--color-black-rgb), 0.6);
  -webkit-box-shadow: 0px 4px 20px rgba(var(--color-black-rgb), 0.15);
  box-shadow: 0px 4px 20px rgba(var(--color-black-rgb), 0.15);
}

/* line 2476, app/assets/stylesheets/intracto/main.scss */
.form__box .box {
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 2502, app/assets/stylesheets/intracto/main.scss */
.form__box .box:hover {
  border-color: rgba(var(--color-black-rgb), 0.6);
  color: var(--color-mine-shaft);
}

/* line 2506, app/assets/stylesheets/intracto/main.scss */
.form__box .box:hover .figure__caption {
  background-color: var(--color-mantis);
}

/* line 2509, app/assets/stylesheets/intracto/main.scss */
.form__box .figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1rem auto 1.5rem;
  text-align: left;
  min-width: 160px;
}

/* line 2517, app/assets/stylesheets/intracto/main.scss */
.form__box .figure__caption {
  color: var(--color-white);
  background-color: var(--color-lynch);
  position: absolute;
  bottom: 1rem;
  right: 0;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 2531, app/assets/stylesheets/intracto/main.scss */
.form__box .svg--car,
.form__box .svg--car-electric {
  height: 90px;
  max-width: 100%;
}

/* line 2536, app/assets/stylesheets/intracto/main.scss */
.form__box .svg--car {
  width: 120px;
}

/* line 2539, app/assets/stylesheets/intracto/main.scss */
.form__box .svg--car-electric {
  width: 223px;
}

/* line 2543, app/assets/stylesheets/intracto/main.scss */
.legend,
.label {
  color: var(--color-mine-shaft);
  display: block;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--form-font-family);
}

/* line 2551, app/assets/stylesheets/intracto/main.scss */
.legend--dropdown,
.label--dropdown {
  cursor: pointer;
}

/* line 2555, app/assets/stylesheets/intracto/main.scss */
.legend--dropdown .svg,
.label--dropdown .svg {
  margin-left: -8px;
  margin-right: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 2563, app/assets/stylesheets/intracto/main.scss */
.legend {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 2570, app/assets/stylesheets/intracto/main.scss */
.legend--dropdown .svg {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

/* line 2576, app/assets/stylesheets/intracto/main.scss */
.legend--dropdown.is-active .svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 2581, app/assets/stylesheets/intracto/main.scss */
.label {
  margin-bottom: 0.625rem;
}

/* line 2584, app/assets/stylesheets/intracto/main.scss */
.label--small {
  font-size: var(--smaller-font-size);
}

/* line 2588, app/assets/stylesheets/intracto/main.scss */
input,
select,
textarea {
  border: 1px solid var(--color-silver-chalice);
  border-radius: 4px;
  background-color: var(--color-white);
  color: var(--color-lynch);
  display: block;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 14px 1rem;
}

/* line 2604, app/assets/stylesheets/intracto/main.scss */
input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-mine-shaft);
  -webkit-box-shadow: 0 0 0 1px var(--color-mine-shaft);
  box-shadow: 0 0 0 1px var(--color-mine-shaft);
}

/* line 2611, app/assets/stylesheets/intracto/main.scss */
input[type=checkbox], input[type=radio],
select[type=checkbox],
select[type=radio],
textarea[type=checkbox],
textarea[type=radio] {
  border: none;
  border-radius: 0;
  background: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
}

/* line 2624, app/assets/stylesheets/intracto/main.scss */
input[type=checkbox]:focus, input[type=radio]:focus,
select[type=checkbox]:focus,
select[type=radio]:focus,
textarea[type=checkbox]:focus,
textarea[type=radio]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2633, app/assets/stylesheets/intracto/main.scss */
textarea {
  min-height: 100px;
}

/* line 2637, app/assets/stylesheets/intracto/main.scss */
select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
}

/* line 2643, app/assets/stylesheets/intracto/main.scss */
.select {
  background-color: var(--color-white);
  position: relative;
}

/* line 2647, app/assets/stylesheets/intracto/main.scss */
.select::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(/assets/intracto/icons/caret-right-c184ac8956fe0bbc3fd8af832a6279c7902fb5c42787249321e3e8ece2990887.svg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

/* line 2661, app/assets/stylesheets/intracto/main.scss */
.select select {
  position: relative;
  z-index: 2;
  background-color: transparent;
}

/* line 2666, app/assets/stylesheets/intracto/main.scss */
.select--custom::after {
  top: 1.5rem;
}

/* line 2669, app/assets/stylesheets/intracto/main.scss */
.select--custom.is-active .select--custom__search {
  border-color: var(--color-mine-shaft);
  border-radius: 4px 4px 0 0;
}

/* line 2673, app/assets/stylesheets/intracto/main.scss */
.select--custom.is-active .select--custom__list {
  display: block;
}

/* line 2676, app/assets/stylesheets/intracto/main.scss */
.select--custom__search {
  padding-right: 2.5rem;
}

/* line 2679, app/assets/stylesheets/intracto/main.scss */
.select--custom__search:focus {
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2684, app/assets/stylesheets/intracto/main.scss */
.select--custom__search:focus + .select--custom__list {
  display: block;
}

/* line 2687, app/assets/stylesheets/intracto/main.scss */
.select--custom ul {
  list-style: none;
}

/* line 2690, app/assets/stylesheets/intracto/main.scss */
.select--custom__list {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  border-left: 1px solid var(--color-mine-shaft);
  border-right: 1px solid var(--color-mine-shaft);
  border-bottom: 1px solid var(--color-mine-shaft);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 15rem;
  overflow: auto;
  z-index: 4;
  background-color: var(--color-white);
  display: none;
}

/* line 2706, app/assets/stylesheets/intracto/main.scss */
.select--custom__list > li > span {
  padding: 0.5rem 1rem 0;
  display: block;
  font-weight: bold;
}

/* line 2711, app/assets/stylesheets/intracto/main.scss */
.select--custom__label {
  position: relative;
}

/* line 2714, app/assets/stylesheets/intracto/main.scss */
.select--custom__label span {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0.25rem 1.25rem 0.25rem 3rem;
  font-weight: normal;
}

/* line 2723, app/assets/stylesheets/intracto/main.scss */
.select--custom__label span::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: var(--color-wild-sand);
  border: 1px solid var(--color-silver-chalice);
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  top: 0.3rem;
}

/* line 2737, app/assets/stylesheets/intracto/main.scss */
.select--custom__label span:hover {
  background-color: rgba(var(--color-mantis-rgb), 0.1);
}

/* line 2740, app/assets/stylesheets/intracto/main.scss */
.select--custom__label input {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/* line 2747, app/assets/stylesheets/intracto/main.scss */
.select--custom__label input:focus + span, .select--custom__label input:checked + span {
  background-color: rgba(var(--color-mantis-rgb), 0.1);
}

/* line 2750, app/assets/stylesheets/intracto/main.scss */
.select--custom__label input:checked + span::before {
  background: var(--color-mantis) url(/assets/intracto/icons/check-2-627ff240fc089e1420b37602e3c61a3068b427bdd186035fc44a8e8e40a192e3.svg) center center no-repeat;
  background-size: 1rem 1rem;
  border-color: var(--color-mantis);
}

/* line 2755, app/assets/stylesheets/intracto/main.scss */
.select--custom__empty {
  padding: 0.5rem 1rem;
  display: block;
}

/* line 2760, app/assets/stylesheets/intracto/main.scss */
.checkbox-wrapper input[type=checkbox] {
  margin-top: 4px;
  margin-right: 10px;
}

/* line 2764, app/assets/stylesheets/intracto/main.scss */
.checkbox-wrapper label {
  font-family: var(--form-font-family);
  font-size: var(--smaller-font-size);
}

/* line 2769, app/assets/stylesheets/intracto/main.scss */
.files__dragndrop,
.files .svg--upload {
  display: none;
}

/* line 2773, app/assets/stylesheets/intracto/main.scss */
.files.has-advanced-upload {
  background-color: var(--color-white);
  outline: 1px dashed var(--color-black);
  border-radius: 4px;
  text-align: center;
  padding: 1.5rem;
}

/* line 2780, app/assets/stylesheets/intracto/main.scss */
.files.has-advanced-upload .files__dragndrop,
.files.has-advanced-upload .svg--upload {
  display: block;
}

/* line 2784, app/assets/stylesheets/intracto/main.scss */
.files.has-advanced-upload .files__input__field {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 2792, app/assets/stylesheets/intracto/main.scss */
.files.is-dragover {
  background-color: rgba(var(--color-mantis-rgb), 0.1);
}

/* line 2795, app/assets/stylesheets/intracto/main.scss */
.files label {
  cursor: pointer;
}

/* line 2798, app/assets/stylesheets/intracto/main.scss */
.files label:hover u {
  font-weight: bold;
}

/* line 2802, app/assets/stylesheets/intracto/main.scss */
::-webkit-input-placeholder {
  color: #888;
}

/* line 2806, app/assets/stylesheets/intracto/main.scss */
:-ms-input-placeholder {
  color: #888;
}

/* line 2810, app/assets/stylesheets/intracto/main.scss */
::placeholder {
  color: #888;
}

/* line 2814, app/assets/stylesheets/intracto/main.scss */
::-moz-placeholder {
  color: #888;
}

/* line 2818, app/assets/stylesheets/intracto/main.scss */
::-webkit-placeholder {
  color: #888;
}

/* line 2822, app/assets/stylesheets/intracto/main.scss */
.-placeholder {
  color: #888;
}

/* line 2826, app/assets/stylesheets/intracto/main.scss */
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 1px 5px rgba(var(--color-black-rgb), 0.05);
  box-shadow: 0 1px 5px rgba(var(--color-black-rgb), 0.05);
  background-color: var(--color-white);
  -webkit-transition: padding 0.15s ease;
  transition: padding 0.15s ease;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

/* line 2840, app/assets/stylesheets/intracto/main.scss */
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2849, app/assets/stylesheets/intracto/main.scss */
.header.is-fixed + main {
  padding-top: 76px;
}

/* line 2852, app/assets/stylesheets/intracto/main.scss */
.header.is-fixed .navigation-wrapper {
  top: 76px;
  height: auto;
  position: fixed;
}

/* line 2858, app/assets/stylesheets/intracto/main.scss */
main {
  padding-top: 96px;
  -webkit-transition: padding 0.15s ease;
  transition: padding 0.15s ease;
}

/* line 2864, app/assets/stylesheets/intracto/main.scss */
.hero {
  position: relative;
  background-color: var(--color-mine-shaft);
}

/* line 2868, app/assets/stylesheets/intracto/main.scss */
.hero__content {
  position: relative;
  z-index: 2;
}

/* line 2872, app/assets/stylesheets/intracto/main.scss */
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/* line 2880, app/assets/stylesheets/intracto/main.scss */
.hero__image img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* line 2884, app/assets/stylesheets/intracto/main.scss */
.hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(100, 100, 100, 0.2)));
  background: -webkit-linear-gradient(left, black 0%, rgba(100, 100, 100, 0.2) 100%);
  background: linear-gradient(90deg, black 0%, rgba(100, 100, 100, 0.2) 100%);
}

/* line 2901, app/assets/stylesheets/intracto/main.scss */
.info {
  position: relative;
  margin-top: -4px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
}

/* line 2908, app/assets/stylesheets/intracto/main.scss */
.info__content {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: -1.5rem;
  color: var(--color-lynch);
  width: 360px;
  padding: 1rem 3rem 1rem 1.5rem;
  text-align: left;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 4px 20px rgba(var(--color-black-rgb), 0.1);
  box-shadow: 0px 4px 20px rgba(var(--color-black-rgb), 0.1);
  margin-bottom: 12px;
  background-color: var(--color-white);
  line-height: 1.4;
  font-size: var(--smaller-font-size);
  font-weight: normal;
}

/* line 2927, app/assets/stylesheets/intracto/main.scss */
.info__content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.6rem;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid white;
}

/* line 2939, app/assets/stylesheets/intracto/main.scss */
.info__content__button {
  color: var(--color-lynch);
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
}

/* line 2947, app/assets/stylesheets/intracto/main.scss */
.list {
  padding-bottom: 1.25rem;
  padding-left: 1.125rem;
}

/* line 2951, app/assets/stylesheets/intracto/main.scss */
.list:last-child, .list:empty {
  padding-bottom: 0;
}

/* line 2954, app/assets/stylesheets/intracto/main.scss */
.list + h3, .list + .h3 {
  padding-top: 0.75rem;
}

/* line 2957, app/assets/stylesheets/intracto/main.scss */
.list li {
  padding-bottom: 0.875rem;
}

/* line 2960, app/assets/stylesheets/intracto/main.scss */
.list li:last-child {
  padding-bottom: 0;
}

/* line 2963, app/assets/stylesheets/intracto/main.scss */
.list--checks li {
  position: relative;
  padding-left: 40px;
}

/* line 2967, app/assets/stylesheets/intracto/main.scss */
.list--checks li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/intracto/icons/check-6adb2ccac9086feb26df5a456aed37a8c5a1aed540108a9dd9853ef2aef849cb.svg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* line 2979, app/assets/stylesheets/intracto/main.scss */
.list--checks-variant {
  list-style: none;
  padding-left: 0;
}

/* line 2983, app/assets/stylesheets/intracto/main.scss */
.list--checks-variant li {
  position: relative;
  padding-left: 60px;
}

/* line 2987, app/assets/stylesheets/intracto/main.scss */
.list--checks-variant li::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-mantis);
  color: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-mantis) url(/assets/intracto/icons/check-2-627ff240fc089e1420b37602e3c61a3068b427bdd186035fc44a8e8e40a192e3.svg) center center no-repeat;
  background-size: 24px 24px;
}

/* line 3001, app/assets/stylesheets/intracto/main.scss */
.list--spaced li {
  padding-bottom: 1.5rem;
}

/* line 3004, app/assets/stylesheets/intracto/main.scss */
.list--spaced li:last-child {
  padding-bottom: 0;
}

/* line 3007, app/assets/stylesheets/intracto/main.scss */
.list--inline-separated {
  padding-left: 0;
}

/* line 3010, app/assets/stylesheets/intracto/main.scss */
.list--inline-separated li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
  position: relative;
  margin: 0.25rem 0;
}

/* line 3017, app/assets/stylesheets/intracto/main.scss */
.list--inline-separated li:not(:last-child) {
  padding-right: 0.5rem;
}

/* line 3020, app/assets/stylesheets/intracto/main.scss */
.list--inline-separated li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  display: inline-block;
  vertical-align: top;
  background-color: var(--color-lynch);
  margin: 0 0 0 4px;
}

/* line 3033, app/assets/stylesheets/intracto/main.scss */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

/* line 3037, app/assets/stylesheets/intracto/main.scss */
.list-files {
  font-size: var(--smaller-font-size);
}

/* line 3040, app/assets/stylesheets/intracto/main.scss */
.list-files .svg {
  min-width: 24px;
}

/* line 3043, app/assets/stylesheets/intracto/main.scss */
.list-files .svg--error {
  min-width: 20px;
  margin-right: 2px;
}

/* line 3047, app/assets/stylesheets/intracto/main.scss */
.list-files__icon {
  padding-right: 10px;
  position: relative;
}

/* line 3051, app/assets/stylesheets/intracto/main.scss */
.list-files__icon .svg,
.list-files__icon span {
  width: 41px;
}

/* line 3055, app/assets/stylesheets/intracto/main.scss */
.list-files__icon .svg {
  min-width: 41px;
  width: 41px;
  height: 50px;
  opacity: 0.9;
}

/* line 3061, app/assets/stylesheets/intracto/main.scss */
.list-files__icon span {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  color: var(--color-white);
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

/* line 3071, app/assets/stylesheets/intracto/main.scss */
.list-files__name {
  word-break: break-all;
}

/* line 3075, app/assets/stylesheets/intracto/main.scss */
.modal {
  background-color: rgba(var(--color-black-rgb), 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

/* line 3093, app/assets/stylesheets/intracto/main.scss */
.modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* line 3100, app/assets/stylesheets/intracto/main.scss */
.modal.is-visible .modal__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 3104, app/assets/stylesheets/intracto/main.scss */
.modal__content {
  width: 850px;
  background-color: var(--color-white);
  margin: auto;
  -webkit-box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.25);
  box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.25);
  max-height: 100%;
  overflow: auto;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 3119, app/assets/stylesheets/intracto/main.scss */
.modal__header {
  position: relative;
  padding: 24px 60px 24px 24px;
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.2);
  text-align: left;
}

/* line 3125, app/assets/stylesheets/intracto/main.scss */
.modal__header .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}

/* line 3133, app/assets/stylesheets/intracto/main.scss */
.modal__body {
  padding: 32px 24px;
}

/* line 3137, app/assets/stylesheets/intracto/main.scss */
.navigation {
  font-size: var(--smaller-font-size);
  color: var(--color-mine-shaft);
}

/* line 3141, app/assets/stylesheets/intracto/main.scss */
.navigation a {
  text-decoration: none;
  color: var(--color-mine-shaft);
  display: block;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

/* line 3148, app/assets/stylesheets/intracto/main.scss */
.navigation a:focus, .navigation a:hover, .navigation a.is-active {
  color: var(--color-mantis);
}

/* line 3151, app/assets/stylesheets/intracto/main.scss */
.navigation .svg--person {
  margin-bottom: -2px;
}

/* line 3154, app/assets/stylesheets/intracto/main.scss */
.navigation--primary li, .navigation--secondary li {
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.05);
}

/* line 3157, app/assets/stylesheets/intracto/main.scss */
.navigation--primary a, .navigation--secondary a {
  padding: 0.75em 1.5em;
}

/* line 3160, app/assets/stylesheets/intracto/main.scss */
.navigation--primary {
  font-weight: 600;
}

/* line 3163, app/assets/stylesheets/intracto/main.scss */
.navigation--secondary {
  font-weight: 600;
}

/* line 3166, app/assets/stylesheets/intracto/main.scss */
.navigation--footer a {
  color: var(--color-white);
  display: inline-block;
  vertical-align: top;
}

/* line 3171, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary {
  position: relative;
  font-size: 1rem;
  color: var(--color-silver-chalice);
  overflow: auto;
  margin-bottom: 2.5rem;
}

/* line 3178, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  display: block;
  background-color: var(--color-wild-sand);
}

/* line 3186, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary li {
  padding: 0;
  margin-right: 1.75rem;
}

/* line 3190, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary li:last-child {
  margin-right: 0;
}

/* line 3193, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary a {
  padding: 0 0 0.5rem;
  color: inherit;
}

/* line 3197, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary .is-active {
  position: relative;
  font-weight: bold;
}

/* line 3201, app/assets/stylesheets/intracto/main.scss */
.navigation--tertiary .is-active::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: var(--color-mantis);
}

/* line 3214, app/assets/stylesheets/intracto/main.scss */
.navigation-wrapper {
  position: absolute;
  left: 100%;
  top: 96px;
  bottom: 0;
  z-index: 999;
  width: 300px;
  background-color: var(--color-white);
  -webkit-box-shadow: 5px 10px 10px rgba(var(--color-black-rgb), 0.35);
  box-shadow: 5px 10px 10px rgba(var(--color-black-rgb), 0.35);
  -webkit-transition: top 0.15s ease, -webkit-transform 0.4s ease;
  transition: top 0.15s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, top 0.15s ease;
  transition: transform 0.4s ease, top 0.15s ease, -webkit-transform 0.4s ease;
  height: 100vh;
}

/* line 3231, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle {
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  padding: 7px 6px 5px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

/* line 3241, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle span {
  height: 2px;
  width: 100%;
  display: block;
  margin: 4px auto;
  position: relative;
  background-color: var(--color-mine-shaft);
  border-radius: 4px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* line 3255, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle-input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

/* line 3263, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle-input:checked + .navigation-toggle {
  background-color: rgba(var(--color-black-rgb), 0.05);
}

/* line 3266, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle-input:checked + .navigation-toggle span:nth-of-type(1) {
  -webkit-transform: translateY(6px) translateZ(0) rotate(45deg);
  transform: translateY(6px) translateZ(0) rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 3272, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle-input:checked + .navigation-toggle span:nth-of-type(2) {
  opacity: 0;
}

/* line 3275, app/assets/stylesheets/intracto/main.scss */
.navigation-toggle-input:checked + .navigation-toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) translateZ(0) rotate(-45deg);
  transform: translateY(-6px) translateZ(0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 3282, app/assets/stylesheets/intracto/main.scss */
.navigation-account-mobile {
  margin-bottom: -5px;
  margin-right: 5px;
  color: var(--color-mine-shaft);
}

/* line 3287, app/assets/stylesheets/intracto/main.scss */
.navigation-account-mobile.is-active {
  color: var(--color-mantis);
}

/* line 3290, app/assets/stylesheets/intracto/main.scss */
.navigation-account-mobile .svg {
  width: 32px;
  height: 32px;
}

/* line 3295, app/assets/stylesheets/intracto/main.scss */
.notice {
  font-family: var(--table-font-family);
  font-size: var(--smaller-font-size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 2.25rem 0;
}

/* line 3309, app/assets/stylesheets/intracto/main.scss */
.notice a {
  color: inherit;
}

/* line 3312, app/assets/stylesheets/intracto/main.scss */
.notice--warning {
  background-color: rgba(var(--color-azalea-rgb), 0.6);
  color: var(--color-apricot);
}

/* line 3316, app/assets/stylesheets/intracto/main.scss */
.notice__icon {
  min-width: 50px;
  max-width: 50px;
  background-color: var(--color-mandy);
  color: var(--color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 3326, app/assets/stylesheets/intracto/main.scss */
.notice__icon .svg {
  margin: auto;
}

/* line 3329, app/assets/stylesheets/intracto/main.scss */
.notice__content {
  padding: 0.875rem 1.25rem;
}

/* line 3333, app/assets/stylesheets/intracto/main.scss */
.news-article {
  height: 100%;
}

/* line 3336, app/assets/stylesheets/intracto/main.scss */
.news-article__image {
  height: 200px;
  display: block;
  width: 100%;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 3343, app/assets/stylesheets/intracto/main.scss */
.news-article__image--narrow {
  height: 124px;
}

/* line 3346, app/assets/stylesheets/intracto/main.scss */
.news-article__graph {
  height: auto;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 4px 30px rgba(var(--color-black-rgb), 0.05);
  box-shadow: 0 4px 30px rgba(var(--color-black-rgb), 0.05);
  height: 200px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 3357, app/assets/stylesheets/intracto/main.scss */
.news-article__graph:focus, .news-article__graph:hover {
  -webkit-box-shadow: 1px 2px 5px rgba(var(--color-black-rgb), 0.2);
  box-shadow: 1px 2px 5px rgba(var(--color-black-rgb), 0.2);
}

/* line 3361, app/assets/stylesheets/intracto/main.scss */
.news-article__graph img {
  margin: auto;
  max-height: 100%;
}

/* line 3365, app/assets/stylesheets/intracto/main.scss */
.news-article__date {
  display: block;
  font-weight: bold;
  font-size: var(--smaller-font-size);
  margin-bottom: 0.75rem;
}

/* line 3371, app/assets/stylesheets/intracto/main.scss */
.news-article__title {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* line 3375, app/assets/stylesheets/intracto/main.scss */
.news-article--horizontal .news-article__image {
  height: 150px;
  width: 100%;
  margin: 0 0 1rem;
}

/* line 3381, app/assets/stylesheets/intracto/main.scss */
.progress {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  counter-reset: progress;
  overflow: hidden;
  margin-bottom: 3rem;
}

/* line 3401, app/assets/stylesheets/intracto/main.scss */
.progress__item {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  position: relative;
  color: var(--color-silver-chalice);
  font-size: 0.75rem;
}

/* line 3412, app/assets/stylesheets/intracto/main.scss */
.progress__item:first-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/* line 3418, app/assets/stylesheets/intracto/main.scss */
.progress__item:first-child .progress__item__label {
  text-align: left;
}

/* line 3421, app/assets/stylesheets/intracto/main.scss */
.progress__item:first-child .progress__item__label::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

/* line 3426, app/assets/stylesheets/intracto/main.scss */
.progress__item:first-child .progress__item__label::after {
  display: none;
}

/* line 3429, app/assets/stylesheets/intracto/main.scss */
.progress__item:last-child .progress__item__label::before {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
}

/* line 3435, app/assets/stylesheets/intracto/main.scss */
.progress__item:last-child .progress__item__label::after {
  right: 10px;
}

/* line 3438, app/assets/stylesheets/intracto/main.scss */
.progress__item__label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 3rem;
  text-align: center;
  line-height: 1.3;
}

/* line 3446, app/assets/stylesheets/intracto/main.scss */
.progress__item__label::before {
  counter-increment: progress;
  content: counter(progress);
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--color-silver-chalice);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 36px;
  background-color: var(--color-white);
}

/* line 3466, app/assets/stylesheets/intracto/main.scss */
.progress__item__label::after {
  content: "";
  height: 2px;
  display: block;
  background-color: var(--color-silver-chalice);
  position: absolute;
  width: 100vw;
  right: 50%;
  top: 18px;
}

/* line 3476, app/assets/stylesheets/intracto/main.scss */
.progress .is-completed,
.progress .is-active {
  color: var(--color-mantis);
}

/* line 3480, app/assets/stylesheets/intracto/main.scss */
.progress .is-completed .progress__item__label::before,
.progress .is-active .progress__item__label::before {
  border-color: var(--color-mantis);
}

/* line 3484, app/assets/stylesheets/intracto/main.scss */
.progress .is-completed .progress__item__label::after,
.progress .is-active .progress__item__label::after {
  background-color: var(--color-mantis);
  z-index: 2;
}

/* line 3489, app/assets/stylesheets/intracto/main.scss */
.progress .is-completed .progress__item__label::before {
  content: "";
  background-color: var(--color-mantis);
  background-image: url(/assets/intracto/icons/check-2-627ff240fc089e1420b37602e3c61a3068b427bdd186035fc44a8e8e40a192e3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

/* line 3498, app/assets/stylesheets/intracto/main.scss */
.resource {
  background-color: var(--color-mantis);
  color: var(--color-white);
  border: 1px solid var(--color-mantis);
  font-size: var(--smaller-font-size);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 3514, app/assets/stylesheets/intracto/main.scss */
.resource__thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-white);
  height: 128px;
  position: relative;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 3538, app/assets/stylesheets/intracto/main.scss */
.resource__thumbnail .svg--document {
  color: var(--color-lynch);
  width: 56px;
  height: 78px;
}

/* line 3543, app/assets/stylesheets/intracto/main.scss */
.resource__thumbnail .svg--web {
  fill: none;
}

/* line 3546, app/assets/stylesheets/intracto/main.scss */
.resource__thumbnail img {
  max-width: 80%;
  max-height: 80%;
}

/* line 3550, app/assets/stylesheets/intracto/main.scss */
.resource__thumbnail:focus, .resource__thumbnail:hover {
  background-color: var(--color-wild-sand);
}

/* line 3553, app/assets/stylesheets/intracto/main.scss */
.resource__thumbnail.no-hover:focus, .resource__thumbnail.no-hover:hover {
  background-color: var(--color-white);
}

/* line 3556, app/assets/stylesheets/intracto/main.scss */
.resource__type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-family: var(--table-font-family);
  font-weight: 600;
}

/* line 3566, app/assets/stylesheets/intracto/main.scss */
.resource__content {
  padding: 1.5rem 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 3582, app/assets/stylesheets/intracto/main.scss */
.resource__title {
  color: var(--color-white);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 0.875em;
  margin-bottom: 0.875em;
  border-bottom: 1px solid rgba(var(--color-wild-sand-rgb), 0.2);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 3595, app/assets/stylesheets/intracto/main.scss */
.resource__title:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 3599, app/assets/stylesheets/intracto/main.scss */
.resource__link {
  color: var(--color-white);
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
  border-bottom: 1px solid var(--color-white);
  line-height: 1.3;
  font-family: var(--table-font-family);
  font-weight: 600;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

/* line 3612, app/assets/stylesheets/intracto/main.scss */
.resource__link .svg {
  vertical-align: top;
}

/* line 3615, app/assets/stylesheets/intracto/main.scss */
.resource__link .svg--download-variant {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

/* line 3620, app/assets/stylesheets/intracto/main.scss */
.resource__link .svg--link-out {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}

/* line 3625, app/assets/stylesheets/intracto/main.scss */
.resource__link:focus, .resource__link:hover {
  border-bottom-color: transparent;
}

/* line 3629, app/assets/stylesheets/intracto/main.scss */
.score {
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  color: var(--color-mantis);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  background-color: rgba(242, 242, 242, 0.8);
  width: 132px;
  height: 132px;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.3);
  box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.3);
  margin: 1rem 0 2rem;
}

/* line 3656, app/assets/stylesheets/intracto/main.scss */
.search-result {
  text-align: left;
}

/* line 3659, app/assets/stylesheets/intracto/main.scss */
.search-result table {
  border-collapse: collapse;
  width: 100%;
}

/* line 3663, app/assets/stylesheets/intracto/main.scss */
.search-result__title {
  font-weight: 700;
  color: var(--color-black);
}

/* line 3667, app/assets/stylesheets/intracto/main.scss */
.search-result__title th {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--color-botticelli);
}

/* line 3671, app/assets/stylesheets/intracto/main.scss */
.search-result__item {
  font-size: var(--smaller-font-size);
}

/* line 3674, app/assets/stylesheets/intracto/main.scss */
.search-result__item:last-child td {
  position: relative;
}

/* line 3677, app/assets/stylesheets/intracto/main.scss */
.search-result__item:last-child td::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  bottom: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), #FFFFFF 100%);
}

/* line 3690, app/assets/stylesheets/intracto/main.scss */
.search-result__item td {
  border-bottom: 1px solid var(--color-botticelli);
  padding: 0.75rem 0;
}

/* line 3694, app/assets/stylesheets/intracto/main.scss */
.search-result__item td:first-child {
  font-weight: 700;
  color: var(--color-black);
  position: relative;
  padding-left: 1.25rem;
}

/* line 3700, app/assets/stylesheets/intracto/main.scss */
.search-result__item td:first-child::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/intracto/icons/arrow-right-ecfd3298ed28e788ac49409ab9c675a25dd419cfca5e098f1a833aa6ed430bb2.svg) center center no-repeat;
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3713, app/assets/stylesheets/intracto/main.scss */
.search-result-wrapper {
  margin-bottom: 2rem;
}

/* line 3716, app/assets/stylesheets/intracto/main.scss */
.search-result-wrapper:last-child {
  margin-bottom: 0;
}

/* line 3719, app/assets/stylesheets/intracto/main.scss */
.search-result-wrapper .button {
  margin-bottom: 1rem;
}

/* line 3722, app/assets/stylesheets/intracto/main.scss */
.search-result-wrapper .button:last-child {
  margin-bottom: 0;
}

/* line 3726, app/assets/stylesheets/intracto/main.scss */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 3730, app/assets/stylesheets/intracto/main.scss */
.section--offset-right {
  position: relative;
}

/* line 3733, app/assets/stylesheets/intracto/main.scss */
.section--offset-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  bottom: 0;
  z-index: 1;
  background-color: inherit;
}

/* line 3744, app/assets/stylesheets/intracto/main.scss */
.section--offset-right > * {
  position: relative;
  z-index: 2;
}

/* line 3748, app/assets/stylesheets/intracto/main.scss */
.section--find-your-vehicle {
  background-image: url(/assets/intracto/semi-circle-fc4425d0423a6ebdaf8510b39b502dfc05999f7a26c4e7d283a00ecb8ce36fe2.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 255px auto;
}

/* line 3755, app/assets/stylesheets/intracto/main.scss */
.sidebar {
  background-color: var(--color-wild-sand);
}

/* line 3758, app/assets/stylesheets/intracto/main.scss */
.sidebar .legend.is-active {
  color: var(--color-mantis);
}

/* line 3761, app/assets/stylesheets/intracto/main.scss */
.sidebar__header {
  display: block;
  background-color: var(--color-white);
  padding: 1.625rem 2.5rem;
}

/* line 3766, app/assets/stylesheets/intracto/main.scss */
.sidebar__header .svg {
  color: var(--color-lynch);
}

/* line 3769, app/assets/stylesheets/intracto/main.scss */
.sidebar__header .button {
  margin-right: -0.5rem;
}

/* line 3772, app/assets/stylesheets/intracto/main.scss */
.sidebar__expand {
  width: 100%;
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 3rem;
  position: relative;
}

/* line 3779, app/assets/stylesheets/intracto/main.scss */
.sidebar__expand .svg {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

/* line 3790, app/assets/stylesheets/intracto/main.scss */
.sidebar__expand.is-active .svg {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

/* line 3794, app/assets/stylesheets/intracto/main.scss */
.sidebar__filter {
  font-size: var(--smaller-font-size);
  padding: 0 2.5rem 1rem;
}

/* line 3798, app/assets/stylesheets/intracto/main.scss */
.sidebar__filter__item {
  margin-top: 0.375rem;
}

/* line 3801, app/assets/stylesheets/intracto/main.scss */
.sidebar__filter__item:first-child {
  margin-top: 0;
}

/* line 3804, app/assets/stylesheets/intracto/main.scss */
.sidebar--filters, .sidebar--sorting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* line 3817, app/assets/stylesheets/intracto/main.scss */
.sidebar--filters.is-visible, .sidebar--sorting.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* line 3824, app/assets/stylesheets/intracto/main.scss */
.sidebar--filters .form, .sidebar--sorting .form {
  overflow: scroll;
}

/* line 3827, app/assets/stylesheets/intracto/main.scss */
.sidebar--sorting .form__field {
  display: block;
  padding: 1rem 2.5rem;
}

/* line 3832, app/assets/stylesheets/intracto/main.scss */
.switch {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
  background-color: rgba(var(--color-lynch-rgb), 0.2);
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

/* line 3841, app/assets/stylesheets/intracto/main.scss */
.switch input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3846, app/assets/stylesheets/intracto/main.scss */
.switch input[type=checkbox]:focus + .switch__label {
  -webkit-box-shadow: inset 0 0 0 2px rgba(var(--color-lynch-rgb), 0.5);
  box-shadow: inset 0 0 0 2px rgba(var(--color-lynch-rgb), 0.5);
}

/* line 3850, app/assets/stylesheets/intracto/main.scss */
.switch input[type=checkbox]:checked + .switch__label .switch__content::before {
  content: attr(data-checked);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 3855, app/assets/stylesheets/intracto/main.scss */
.switch input[type=checkbox]:checked + .switch__label .switch__content::after {
  content: attr(data-unchecked);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 3860, app/assets/stylesheets/intracto/main.scss */
.switch__label, .switch__content {
  height: 100%;
  width: 100%;
  display: block;
}

/* line 3865, app/assets/stylesheets/intracto/main.scss */
.switch__label {
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 3871, app/assets/stylesheets/intracto/main.scss */
.switch__content {
  cursor: pointer;
  padding: 5px 6px;
  position: relative;
}

/* line 3876, app/assets/stylesheets/intracto/main.scss */
.switch__content::before, .switch__content::after {
  height: calc(100% - 10px);
  display: block;
  width: calc(50% - 6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-weight: 600;
  position: absolute;
  top: 5px;
  text-align: center;
  line-height: 1.2;
  font-size: var(--smaller-font-size);
  padding: 0 0.5rem;
}

/* line 3901, app/assets/stylesheets/intracto/main.scss */
.switch__content::before {
  content: attr(data-unchecked);
  background-color: var(--color-lynch);
  color: var(--color-white);
  left: 6px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 3912, app/assets/stylesheets/intracto/main.scss */
.switch__content::after {
  content: attr(data-checked);
  right: 6px;
}

/* line 3917, app/assets/stylesheets/intracto/main.scss */
.table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  color: var(--color-lynch);
  font-size: var(--smaller-font-size);
  line-height: 1.3;
}

/* line 3925, app/assets/stylesheets/intracto/main.scss */
.table .button {
  margin-top: -2px;
  margin-bottom: -2px;
}

/* line 3929, app/assets/stylesheets/intracto/main.scss */
.table .button .svg--plus {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

/* line 3935, app/assets/stylesheets/intracto/main.scss */
.table__header {
  border-bottom: 2px solid var(--color-mine-shaft);
}

/* line 3938, app/assets/stylesheets/intracto/main.scss */
.table__title {
  font-weight: 700;
  color: var(--color-fiord);
  padding: 0 6px 8px;
  font-size: var(--smaller-font-size);
  line-height: 1.2;
}

/* line 3945, app/assets/stylesheets/intracto/main.scss */
.table__title:first-child {
  padding-left: 0;
}

/* line 3948, app/assets/stylesheets/intracto/main.scss */
.table__title:last-child {
  padding-right: 0;
}

/* line 3951, app/assets/stylesheets/intracto/main.scss */
.table__title--spaced, .table__title--spaced:first-child, .table__title--spaced:last-child {
  padding: 1.25rem 0.625rem 1rem;
}

/* line 3954, app/assets/stylesheets/intracto/main.scss */
.table__title--spaced:first-child {
  padding-left: 0;
}

/* line 3957, app/assets/stylesheets/intracto/main.scss */
.table__title--horizontal {
  color: var(--color-mine-shaft);
  font-size: var(--smaller-font-size);
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 3963, app/assets/stylesheets/intracto/main.scss */
.table__item {
  position: relative;
  border-bottom: 1px solid var(--color-botticelli);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 3969, app/assets/stylesheets/intracto/main.scss */
.table__item:last-child {
  margin-bottom: 0;
}

/* line 3972, app/assets/stylesheets/intracto/main.scss */
.table__item--toggle {
  cursor: pointer;
  position: relative;
}

/* line 3976, app/assets/stylesheets/intracto/main.scss */
.table__item--toggle .svg--dropdown {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  min-width: 24px;
  position: absolute;
  left: -6px;
  top: 9px;
}

/* line 3988, app/assets/stylesheets/intracto/main.scss */
.table__item--toggle.is-active .svg--dropdown {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 3992, app/assets/stylesheets/intracto/main.scss */
.table__item__delete {
  color: var(--color-apricot);
}

/* line 3995, app/assets/stylesheets/intracto/main.scss */
.table__item__sub {
  border: 1px solid var(--color-botticelli);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  border-radius: 4px;
  line-height: 1.5;
  font-family: var(--form-font-family);
  font-weight: bold;
  color: var(--color-lynch);
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 4016, app/assets/stylesheets/intracto/main.scss */
.table__item__sub:focus, .table__item__sub:hover {
  background-color: var(--color-botticelli);
}

/* line 4019, app/assets/stylesheets/intracto/main.scss */
.table__item__sub .svg--caret-right {
  width: 1rem;
  height: 1rem;
}

/* line 4023, app/assets/stylesheets/intracto/main.scss */
.table__item__sub__title {
  padding-left: 19px;
}

/* line 4026, app/assets/stylesheets/intracto/main.scss */
.table__cell {
  padding: 0;
  vertical-align: baseline;
  position: relative;
  font-family: var(--table-font-family);
  font-weight: normal;
}

/* line 4033, app/assets/stylesheets/intracto/main.scss */
.table__cell:first-child {
  padding-left: 0;
  font-size: var(--body-font-size);
  color: var(--color-mine-shaft);
  font-family: var(--body-font-family);
}

/* line 4039, app/assets/stylesheets/intracto/main.scss */
.table__cell:last-child {
  padding-right: 0;
}

/* line 4042, app/assets/stylesheets/intracto/main.scss */
.table__cell-button {
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
  display: block;
  font-size: var(--smaller-font-size);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

/* line 4055, app/assets/stylesheets/intracto/main.scss */
.table__cell-button .svg--plus {
  width: 18px;
  height: 18px;
  margin-left: -6px;
  margin-top: -3px;
}

/* line 4061, app/assets/stylesheets/intracto/main.scss */
.table__cell--spaced, .table__cell--spaced:last-child {
  padding: 0.75rem 0.625rem 0.75rem;
}

/* line 4064, app/assets/stylesheets/intracto/main.scss */
.table__cell--spaced:first-child {
  font-size: inherit;
}

/* line 4067, app/assets/stylesheets/intracto/main.scss */
.table__cell--small {
  font-size: 12px;
}

/* line 4070, app/assets/stylesheets/intracto/main.scss */
.table__cell--shrink {
  width: 1%;
  white-space: nowrap;
}

/* line 4074, app/assets/stylesheets/intracto/main.scss */
.table__cell--fixed {
  width: 150px;
}

/* line 4077, app/assets/stylesheets/intracto/main.scss */
.table-wrapper {
  border: 1px solid var(--color-botticelli);
  padding: 30px 30px 15px;
  margin-bottom: 1.25rem;
}

/* line 4082, app/assets/stylesheets/intracto/main.scss */
.table-wrapper:last-child {
  margin-bottom: 0;
}

/* line 4085, app/assets/stylesheets/intracto/main.scss */
.table .is-available,
.table .is-available .button {
  color: var(--color-mantis);
}

/* line 4089, app/assets/stylesheets/intracto/main.scss */
.table .is-in-progress {
  color: var(--color-warning);
}

/* line 4092, app/assets/stylesheets/intracto/main.scss */
.table .svg--gas,
.table .svg--star {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -2px;
}

/* line 4099, app/assets/stylesheets/intracto/main.scss */
.table--eco-stats .table__header {
  display: none;
}

/* line 4102, app/assets/stylesheets/intracto/main.scss */
.table--eco-stats .table__cell {
  border-left: 1px solid var(--color-lynch);
}

/* line 4105, app/assets/stylesheets/intracto/main.scss */
.table--eco-stats .table__cell:first-child, .table--eco-stats .table__cell:last-child, .table--eco-stats .table__cell:nth-child(2) {
  border-left: none;
}

/* line 4108, app/assets/stylesheets/intracto/main.scss */
.table--variant {
  margin-bottom: 2rem;
}

/* line 4111, app/assets/stylesheets/intracto/main.scss */
.table--variant .table__header {
  display: none;
}

/* line 4114, app/assets/stylesheets/intracto/main.scss */
.table--variant tbody {
  display: block;
}

/* line 4117, app/assets/stylesheets/intracto/main.scss */
.table--ranking {
  counter-reset: ranking;
}

/* line 4120, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__item--counter {
  counter-increment: ranking;
}

/* line 4123, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__item--counter .table__cell:first-child {
  padding-left: 1.75rem;
}

/* line 4126, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__item--counter .table__cell:first-child::before {
  content: counter(ranking);
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
  width: 1.5rem;
  position: absolute;
  left: 0.25rem;
  z-index: 1;
}

/* line 4136, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__item--toggle {
  position: relative;
}

/* line 4139, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__item--toggle.is-active .svg--dropdown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4143, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__item--toggle .svg--dropdown {
  position: absolute;
  right: 0;
  left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 4150, app/assets/stylesheets/intracto/main.scss */
.table--ranking .table__cell {
  position: static;
}

/* line 4153, app/assets/stylesheets/intracto/main.scss */
.table--data {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 4157, app/assets/stylesheets/intracto/main.scss */
.table--data .table__title {
  font-size: 0.75rem;
  border-bottom: 2px solid var(--color-black);
  padding: 0.75rem 1rem;
  background-color: var(--color-white);
}

/* line 4163, app/assets/stylesheets/intracto/main.scss */
.table--data .table__title:first-child {
  border-right: 2px solid var(--color-black);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

/* line 4170, app/assets/stylesheets/intracto/main.scss */
.table--data .table__cell {
  font-size: 0.625rem;
  padding: 0.75rem 1rem;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-botticelli);
}

/* line 4176, app/assets/stylesheets/intracto/main.scss */
.table--data .table__cell:first-child {
  border-right: 2px solid var(--color-black);
  font-size: 0.75rem;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

/* line 4184, app/assets/stylesheets/intracto/main.scss */
.table .is-compared .button {
  background-color: var(--color-mantis);
  color: var(--color-white);
}

/* line 4188, app/assets/stylesheets/intracto/main.scss */
.table .is-compared .button .svg--plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 4192, app/assets/stylesheets/intracto/main.scss */
.table .is-compared .table__item__sub {
  background-color: var(--color-botticelli);
}

/* line 4196, app/assets/stylesheets/intracto/main.scss */
.tabs .tabs__button {
  background-color: var(--color-wild-sand);
  position: relative;
  border: none;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid rgba(177, 177, 177, 0.2);
  display: block;
}

/* line 4205, app/assets/stylesheets/intracto/main.scss */
.tabs .tabs__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  z-index: 1;
  width: 6px;
  display: block;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 4217, app/assets/stylesheets/intracto/main.scss */
.tabs .tabs__button.is-active {
  font-weight: 700;
  color: var(--color-mine-shaft);
}

/* line 4221, app/assets/stylesheets/intracto/main.scss */
.tabs .tabs__button.is-active:not([data-tab-mobile]) {
  cursor: auto;
  pointer-events: none;
}

/* line 4225, app/assets/stylesheets/intracto/main.scss */
.tabs .tabs__button.is-active::before {
  background-color: var(--color-mantis);
}

/* line 4228, app/assets/stylesheets/intracto/main.scss */
.tabs .tabs__button.is-active .svg--dropdown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4232, app/assets/stylesheets/intracto/main.scss */
.tabs--vertical .tab {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* line 4236, app/assets/stylesheets/intracto/main.scss */
.tabs--vertical .tab:last-child, .tabs--vertical .tab--last {
  padding-bottom: 0;
}

/* line 4239, app/assets/stylesheets/intracto/main.scss */
.tabs--vertical .tabs__navigation {
  font-size: var(--body-font-size);
  width: 260px;
  margin-bottom: 40px;
}

/* line 4244, app/assets/stylesheets/intracto/main.scss */
.tabs--vertical .tabs__button {
  padding: 18px 20px;
  margin-left: -24px;
  margin-right: -24px;
}

/* line 4249, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal {
  -webkit-box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.1);
  box-shadow: 0px 4px 30px rgba(var(--color-black-rgb), 0.1);
  position: relative;
  z-index: 2;
  margin-right: -24px;
  margin-left: -24px;
}

/* line 4257, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tab {
  padding: 32px 24px;
  background: var(--color-white);
  position: relative;
}

/* line 4262, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tabs__navigation {
  width: 100%;
  margin-bottom: 0;
}

/* line 4266, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tabs__navigation li:last-child .tabs__button {
  border-right: none;
}

/* line 4269, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tabs__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-bottom: none;
  border-right: 1px solid var(--color-white);
  font-size: 10px;
  height: 100%;
  padding: 1rem 6px;
  text-align: center;
  color: var(--color-silver-chalice);
}

/* line 4292, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tabs__button::before {
  width: 100%;
  height: 6px;
}

/* line 4296, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tabs__button:focus, .tabs--horizontal .tabs__button:hover, .tabs--horizontal .tabs__button.is-active {
  background-color: var(--color-white);
}

/* line 4299, app/assets/stylesheets/intracto/main.scss */
.tabs--horizontal .tabs__button .svg {
  width: 100%;
  min-height: 24px;
  max-height: 24px;
  margin-bottom: 0.25rem;
}

/* line 4306, app/assets/stylesheets/intracto/main.scss */
.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 24px;
}

/* line 4327, app/assets/stylesheets/intracto/main.scss */
.tile--overflowed {
  padding-left: 0;
}

/* line 4330, app/assets/stylesheets/intracto/main.scss */
.tile--ecostats {
  padding: 50px 0;
}

/* line 4333, app/assets/stylesheets/intracto/main.scss */
.tile--news {
  margin-right: -24px;
  margin-left: -24px;
}

/* line 4337, app/assets/stylesheets/intracto/main.scss */
.tile--news__item {
  width: 100%;
}

/* line 4340, app/assets/stylesheets/intracto/main.scss */
.tile--news__item time {
  display: block;
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: 0.875em;
}

/* line 4347, app/assets/stylesheets/intracto/main.scss */
.tip {
  font-size: var(--smaller-font-size);
  font-weight: 400;
  font-family: var(--form-font-family);
  display: block;
  border: 1px dashed var(--color-lynch);
  border-radius: 0.25rem;
  padding: 1.5rem;
  position: relative;
  margin-top: 1.5rem;
}

/* line 4358, app/assets/stylesheets/intracto/main.scss */
.tip__flag {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  -webkit-transform: translate(6%, -60%);
  transform: translate(6%, -60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 0.5rem 0.4rem;
}

/* line 4373, app/assets/stylesheets/intracto/main.scss */
.tip__flag::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-30deg) rotate(-30deg);
  transform: skew(-30deg) rotate(-30deg);
  background-color: var(--color-mine-shaft);
}

/* line 4386, app/assets/stylesheets/intracto/main.scss */
.tip__flag span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

@media screen and (max-width: 992px) {
  /* line 4395, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown > a.is-active .svg--dropdown {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 4399, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown > a.is-active + .dropdown__list {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  /* line 4404, app/assets/stylesheets/intracto/main.scss */
  .is-hidden-mobile {
    display: none;
  }
  /* line 4407, app/assets/stylesheets/intracto/main.scss */
  .is-visible-mobile {
    display: block;
  }
  /* line 4410, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown > a {
    background-color: rgba(var(--color-black-rgb), 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: initial;
  }
  /* line 4422, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown__list {
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  /* line 4430, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown__list::before {
    display: none;
  }
  /* line 4433, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown__list__item {
    margin-bottom: 0;
  }
  /* line 4436, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown__list__item:last-child {
    border-bottom: none;
  }
  /* line 4439, app/assets/stylesheets/intracto/main.scss */
  .navigation .dropdown__list a {
    padding: 0.75em 1.5em 0.75em 2.5em;
    line-height: 1.5;
  }
  /* line 4443, app/assets/stylesheets/intracto/main.scss */
  .navigation-toggle-input:checked ~ .navigation-wrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 4447, app/assets/stylesheets/intracto/main.scss */
  .sidebar .form__group {
    margin: 0;
    padding: 0;
  }
  /* line 4451, app/assets/stylesheets/intracto/main.scss */
  .sidebar .legend {
    padding: 1rem 2.5rem;
  }
  /* line 4454, app/assets/stylesheets/intracto/main.scss */
  .sidebar--filters__expanded, .sidebar--sorting__expanded {
    display: block;
  }
  /* line 4457, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__cell {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 4461, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__cell:first-child {
    padding-right: 58px;
  }
  /* line 4464, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__cell:first-child, .table--eco-stats .table__cell:last-child, .table--eco-stats .table__cell:nth-child(2) {
    padding-left: 0;
  }
  /* line 4467, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__cell:last-child, .table--eco-stats .table__cell:nth-last-child(2) {
    padding-right: 0;
  }
  /* line 4470, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__cell--options {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  /* line 4478, app/assets/stylesheets/intracto/main.scss */
  .is-hidden-md {
    display: none;
  }
  /* line 4481, app/assets/stylesheets/intracto/main.scss */
  .comparison p {
    margin-bottom: 0;
  }
  /* line 4484, app/assets/stylesheets/intracto/main.scss */
  .table__cell--mobile-title {
    display: inline;
    padding: 0;
    font-family: var(--body-font-family);
    font-weight: bold;
    font-size: var(--smaller-font-size);
    color: var(--color-mine-shaft);
  }
  /* line 4492, app/assets/stylesheets/intracto/main.scss */
  .table__cell--mobile-title + .table__cell--mobile-title::before {
    content: "";
    display: inline-block;
    width: 4px;
  }
  /* line 4497, app/assets/stylesheets/intracto/main.scss */
  .tile--news__item:not(:last-child) {
    border-bottom: 1px solid rgba(56, 56, 56, 0.1);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  /* line 4502, app/assets/stylesheets/intracto/main.scss */
  .ecostats-visual {
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  /* line 4507, app/assets/stylesheets/intracto/main.scss */
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 4511, app/assets/stylesheets/intracto/main.scss */
  .hero--narrow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 4515, app/assets/stylesheets/intracto/main.scss */
  .modal__body .button:not(.button--link):not(.button--nostyle) {
    width: 100%;
  }
  /* line 4518, app/assets/stylesheets/intracto/main.scss */
  .search-result__item td:nth-last-child(-n+2) {
    display: none;
  }
  /* line 4521, app/assets/stylesheets/intracto/main.scss */
  .search-result-wrapper .button {
    width: 100%;
  }
  /* line 4524, app/assets/stylesheets/intracto/main.scss */
  .table__item--toggle {
    padding: 0.8rem 0;
    margin: 0;
  }
  /* line 4528, app/assets/stylesheets/intracto/main.scss */
  .table__cell--mobile-body {
    padding: 0.5rem 1.5rem 0 0;
  }
}

@media screen and (min-width: 576px) {
  /* line 4533, app/assets/stylesheets/intracto/main.scss */
  h1,
.h1 {
    font-size: 2.5rem;
  }
  /* line 4537, app/assets/stylesheets/intracto/main.scss */
  h1.small,
.h1.small {
    font-size: 1.75rem;
  }
  /* line 4541, app/assets/stylesheets/intracto/main.scss */
  h2,
.h2 {
    font-size: 1.5rem;
  }
  /* line 4545, app/assets/stylesheets/intracto/main.scss */
  h3,
.h3 {
    font-size: 1.25rem;
  }
  /* line 4549, app/assets/stylesheets/intracto/main.scss */
  h3--special,
.h3--special {
    font-size: var(--smaller-font-size);
  }
  /* line 4553, app/assets/stylesheets/intracto/main.scss */
  h4,
.h4 {
    font-size: 1.125rem;
  }
  /* line 4557, app/assets/stylesheets/intracto/main.scss */
  .text-align-sm-left {
    text-align: left;
  }
  /* line 4560, app/assets/stylesheets/intracto/main.scss */
  .breadcrumbs {
    min-width: 344px;
  }
  /* line 4563, app/assets/stylesheets/intracto/main.scss */
  .box {
    padding: 30px;
  }
  /* line 4566, app/assets/stylesheets/intracto/main.scss */
  .box--eco-stats {
    padding: 0;
  }
  /* line 4569, app/assets/stylesheets/intracto/main.scss */
  .box--spaced {
    padding: 40px 32px;
  }
  /* line 4572, app/assets/stylesheets/intracto/main.scss */
  .box--selection {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 4576, app/assets/stylesheets/intracto/main.scss */
  .filters .button:not(.button--nostyle) {
    font-size: var(--smaller-font-size);
  }
  /* line 4579, app/assets/stylesheets/intracto/main.scss */
  .filters .button:not(.button--nostyle) .svg {
    width: 17px;
    height: 18px;
    margin-left: 8px;
  }
  /* line 4584, app/assets/stylesheets/intracto/main.scss */
  .footer__copyright {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  /* line 4588, app/assets/stylesheets/intracto/main.scss */
  .hero__image img {
    -webkit-filter: none;
    filter: none;
  }
  /* line 4592, app/assets/stylesheets/intracto/main.scss */
  .list--spaced li {
    padding-bottom: 2rem;
  }
  /* line 4595, app/assets/stylesheets/intracto/main.scss */
  .list--inline-separated li {
    margin: 0.5rem 0;
  }
  /* line 4598, app/assets/stylesheets/intracto/main.scss */
  .list--inline-separated li:not(:last-child) {
    padding-right: 1rem;
    margin-right: 0.5rem;
  }
  /* line 4602, app/assets/stylesheets/intracto/main.scss */
  .modal__header {
    padding: 24px 72px 24px 24px;
  }
  /* line 4605, app/assets/stylesheets/intracto/main.scss */
  .modal__header .button {
    right: 26px;
  }
  /* line 4608, app/assets/stylesheets/intracto/main.scss */
  .news-article__image {
    width: 200px;
    height: 100%;
    margin-bottom: 0;
  }
  /* line 4613, app/assets/stylesheets/intracto/main.scss */
  .news-article__image--narrow {
    height: 100%;
  }
  /* line 4616, app/assets/stylesheets/intracto/main.scss */
  .news-article__image--narrow.alt {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 124px;
  }
  /* line 4621, app/assets/stylesheets/intracto/main.scss */
  .news-article--horizontal .news-article__image {
    height: 100%;
    margin: 0;
  }
  /* line 4625, app/assets/stylesheets/intracto/main.scss */
  .progress {
    margin-bottom: 4rem;
  }
  /* line 4628, app/assets/stylesheets/intracto/main.scss */
  .progress__item {
    font-size: var(--smaller-font-size);
  }
  /* line 4631, app/assets/stylesheets/intracto/main.scss */
  .progress__item__label {
    padding-top: 3.25rem;
  }
  /* line 4634, app/assets/stylesheets/intracto/main.scss */
  .progress__item__label::before {
    border-width: 2px;
    line-height: 34px;
  }
  /* line 4638, app/assets/stylesheets/intracto/main.scss */
  .score {
    font-size: 60px;
    width: 190px;
    height: 190px;
    -webkit-box-shadow: 0 0 0 1.5rem rgba(242, 242, 242, 0.3);
    box-shadow: 0 0 0 1.5rem rgba(242, 242, 242, 0.3);
    margin: 1.5rem 0 2.5rem;
  }
  /* line 4646, app/assets/stylesheets/intracto/main.scss */
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  /* line 4650, app/assets/stylesheets/intracto/main.scss */
  .section--register {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4655, app/assets/stylesheets/intracto/main.scss */
  .section--find-your-vehicle {
    background-image: url(/assets/intracto/semi-circle-fc4425d0423a6ebdaf8510b39b502dfc05999f7a26c4e7d283a00ecb8ce36fe2.svg), url(/assets/intracto/van-01-1025531f8528d0a0dcdb632819967995ccbc4b9cf187f4d37f1adf6236c34eb0.png);
    background-position: left top, right -60px bottom 100px;
    background-size: 255px auto, 40% auto;
  }
  /* line 4660, app/assets/stylesheets/intracto/main.scss */
  .switch {
    width: 296px;
  }
  /* line 4663, app/assets/stylesheets/intracto/main.scss */
  .switch__content::before, .switch__content::after {
    font-size: 1rem;
  }
  /* line 4666, app/assets/stylesheets/intracto/main.scss */
  .switch--full {
    width: 100%;
  }
  /* line 4669, app/assets/stylesheets/intracto/main.scss */
  .table__title--fixed {
    width: 150px;
  }
  /* line 4672, app/assets/stylesheets/intracto/main.scss */
  .table__cell-button {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  /* line 4677, app/assets/stylesheets/intracto/main.scss */
  .table--variant {
    border-bottom: 1px solid var(--color-botticelli);
  }
  /* line 4680, app/assets/stylesheets/intracto/main.scss */
  .table--variant tbody {
    display: table-row-group;
  }
  /* line 4683, app/assets/stylesheets/intracto/main.scss */
  .tabs .tabs__button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 4688, app/assets/stylesheets/intracto/main.scss */
  .tabs--vertical .tabs__navigation {
    margin-bottom: 72px;
  }
  /* line 4691, app/assets/stylesheets/intracto/main.scss */
  .tabs--vertical .tabs__button {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4695, app/assets/stylesheets/intracto/main.scss */
  .tabs--horizontal .tab {
    padding: 50px 32px;
  }
  /* line 4698, app/assets/stylesheets/intracto/main.scss */
  .tabs--horizontal .tabs__button {
    padding: 1.5rem 6px;
    font-size: 13px;
  }
  /* line 4702, app/assets/stylesheets/intracto/main.scss */
  .tabs--horizontal .tabs__button .svg {
    min-height: 44px;
    max-height: 44px;
    margin-bottom: 1rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 576px), only screen and (min-device-pixel-ratio: 2) and (min-width: 576px), only screen and (min-resolution: 192dpi) and (min-width: 576px), only screen and (min-resolution: 2dppx) and (min-width: 576px) {
  /* line 4709, app/assets/stylesheets/intracto/main.scss */
  .section--find-your-vehicle {
    background-image: url(/assets/intracto/semi-circle-fc4425d0423a6ebdaf8510b39b502dfc05999f7a26c4e7d283a00ecb8ce36fe2.svg), url(/assets/intracto/van-01@2x-f4741d72399b24a1ade3792cb92baf56ef1839da4d893495bef54dd484d63e70.png);
  }
}

@media (min-width: 576px) {
  /* line 4714, app/assets/stylesheets/intracto/main.scss */
  .container-sm, .container {
    max-width: 540px;
  }
  /* line 4717, app/assets/stylesheets/intracto/main.scss */
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 4724, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 4732, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 4740, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 4748, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 4756, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 4764, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 4772, app/assets/stylesheets/intracto/main.scss */
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 4780, app/assets/stylesheets/intracto/main.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 4788, app/assets/stylesheets/intracto/main.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 4796, app/assets/stylesheets/intracto/main.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 4804, app/assets/stylesheets/intracto/main.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 4812, app/assets/stylesheets/intracto/main.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 4820, app/assets/stylesheets/intracto/main.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 4828, app/assets/stylesheets/intracto/main.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 4836, app/assets/stylesheets/intracto/main.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 4844, app/assets/stylesheets/intracto/main.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 4852, app/assets/stylesheets/intracto/main.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 4860, app/assets/stylesheets/intracto/main.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 4868, app/assets/stylesheets/intracto/main.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 4876, app/assets/stylesheets/intracto/main.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 4884, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 4888, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 4892, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 4896, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 4900, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 4904, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 4908, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 4912, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 4916, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 4920, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 4924, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 4928, app/assets/stylesheets/intracto/main.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 4932, app/assets/stylesheets/intracto/main.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 4937, app/assets/stylesheets/intracto/main.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 4942, app/assets/stylesheets/intracto/main.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 4947, app/assets/stylesheets/intracto/main.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 4952, app/assets/stylesheets/intracto/main.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 4957, app/assets/stylesheets/intracto/main.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 4962, app/assets/stylesheets/intracto/main.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 4967, app/assets/stylesheets/intracto/main.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 4972, app/assets/stylesheets/intracto/main.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 4977, app/assets/stylesheets/intracto/main.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 4982, app/assets/stylesheets/intracto/main.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 4987, app/assets/stylesheets/intracto/main.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 4991, app/assets/stylesheets/intracto/main.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 4995, app/assets/stylesheets/intracto/main.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 4999, app/assets/stylesheets/intracto/main.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 5003, app/assets/stylesheets/intracto/main.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 5007, app/assets/stylesheets/intracto/main.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 5011, app/assets/stylesheets/intracto/main.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 5015, app/assets/stylesheets/intracto/main.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5019, app/assets/stylesheets/intracto/main.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5026, app/assets/stylesheets/intracto/main.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 5033, app/assets/stylesheets/intracto/main.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 5037, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 5044, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 5052, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 5060, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5068, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5076, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 5083, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 5090, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 5096, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 5102, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 5108, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 5114, app/assets/stylesheets/intracto/main.scss */
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 5120, app/assets/stylesheets/intracto/main.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5127, app/assets/stylesheets/intracto/main.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5134, app/assets/stylesheets/intracto/main.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 5141, app/assets/stylesheets/intracto/main.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5148, app/assets/stylesheets/intracto/main.scss */
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 5154, app/assets/stylesheets/intracto/main.scss */
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 5161, app/assets/stylesheets/intracto/main.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5168, app/assets/stylesheets/intracto/main.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5175, app/assets/stylesheets/intracto/main.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 5182, app/assets/stylesheets/intracto/main.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5189, app/assets/stylesheets/intracto/main.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5196, app/assets/stylesheets/intracto/main.scss */
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 5202, app/assets/stylesheets/intracto/main.scss */
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 5208, app/assets/stylesheets/intracto/main.scss */
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 5214, app/assets/stylesheets/intracto/main.scss */
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 5220, app/assets/stylesheets/intracto/main.scss */
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 5226, app/assets/stylesheets/intracto/main.scss */
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 5232, app/assets/stylesheets/intracto/main.scss */
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 5238, app/assets/stylesheets/intracto/main.scss */
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 5244, app/assets/stylesheets/intracto/main.scss */
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 5250, app/assets/stylesheets/intracto/main.scss */
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 5256, app/assets/stylesheets/intracto/main.scss */
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 5262, app/assets/stylesheets/intracto/main.scss */
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 5268, app/assets/stylesheets/intracto/main.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 5275, app/assets/stylesheets/intracto/main.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 5282, app/assets/stylesheets/intracto/main.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 5289, app/assets/stylesheets/intracto/main.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 5296, app/assets/stylesheets/intracto/main.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 5303, app/assets/stylesheets/intracto/main.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 5310, app/assets/stylesheets/intracto/main.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 5317, app/assets/stylesheets/intracto/main.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 5324, app/assets/stylesheets/intracto/main.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 5328, app/assets/stylesheets/intracto/main.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 5332, app/assets/stylesheets/intracto/main.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 5336, app/assets/stylesheets/intracto/main.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 5340, app/assets/stylesheets/intracto/main.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 5344, app/assets/stylesheets/intracto/main.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 5348, app/assets/stylesheets/intracto/main.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 5352, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 5357, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 5362, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 5367, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 5372, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 5377, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 5382, app/assets/stylesheets/intracto/main.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 5387, app/assets/stylesheets/intracto/main.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5392, app/assets/stylesheets/intracto/main.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 5397, app/assets/stylesheets/intracto/main.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 5402, app/assets/stylesheets/intracto/main.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5407, app/assets/stylesheets/intracto/main.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5412, app/assets/stylesheets/intracto/main.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5417, app/assets/stylesheets/intracto/main.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5422, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 5426, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 5430, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 5434, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 5438, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 5442, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 5446, app/assets/stylesheets/intracto/main.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 5450, app/assets/stylesheets/intracto/main.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 5454, app/assets/stylesheets/intracto/main.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 5458, app/assets/stylesheets/intracto/main.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 5462, app/assets/stylesheets/intracto/main.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 5466, app/assets/stylesheets/intracto/main.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 5470, app/assets/stylesheets/intracto/main.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 5474, app/assets/stylesheets/intracto/main.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 5478, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 5482, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 5486, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 5490, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 5494, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5498, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 5502, app/assets/stylesheets/intracto/main.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 5506, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 5510, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 5514, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 5518, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 5522, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 5526, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 5530, app/assets/stylesheets/intracto/main.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 5534, app/assets/stylesheets/intracto/main.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 5538, app/assets/stylesheets/intracto/main.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 5542, app/assets/stylesheets/intracto/main.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 5546, app/assets/stylesheets/intracto/main.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 5550, app/assets/stylesheets/intracto/main.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 5554, app/assets/stylesheets/intracto/main.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 5558, app/assets/stylesheets/intracto/main.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 5563, app/assets/stylesheets/intracto/main.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 5568, app/assets/stylesheets/intracto/main.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 5573, app/assets/stylesheets/intracto/main.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 5578, app/assets/stylesheets/intracto/main.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 5583, app/assets/stylesheets/intracto/main.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 5588, app/assets/stylesheets/intracto/main.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5593, app/assets/stylesheets/intracto/main.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 5598, app/assets/stylesheets/intracto/main.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 5603, app/assets/stylesheets/intracto/main.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5608, app/assets/stylesheets/intracto/main.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5613, app/assets/stylesheets/intracto/main.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5618, app/assets/stylesheets/intracto/main.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 5622, app/assets/stylesheets/intracto/main.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 5626, app/assets/stylesheets/intracto/main.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 5630, app/assets/stylesheets/intracto/main.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 5634, app/assets/stylesheets/intracto/main.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 5638, app/assets/stylesheets/intracto/main.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 5642, app/assets/stylesheets/intracto/main.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 5646, app/assets/stylesheets/intracto/main.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 5650, app/assets/stylesheets/intracto/main.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 5654, app/assets/stylesheets/intracto/main.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 5658, app/assets/stylesheets/intracto/main.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 5662, app/assets/stylesheets/intracto/main.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 5666, app/assets/stylesheets/intracto/main.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 5670, app/assets/stylesheets/intracto/main.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 5674, app/assets/stylesheets/intracto/main.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 5678, app/assets/stylesheets/intracto/main.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 5682, app/assets/stylesheets/intracto/main.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5686, app/assets/stylesheets/intracto/main.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 5690, app/assets/stylesheets/intracto/main.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 5694, app/assets/stylesheets/intracto/main.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 5698, app/assets/stylesheets/intracto/main.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 5702, app/assets/stylesheets/intracto/main.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 5706, app/assets/stylesheets/intracto/main.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 5710, app/assets/stylesheets/intracto/main.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 5715, app/assets/stylesheets/intracto/main.scss */
  h3--special,
.h3--special {
    font-size: 1.25rem;
    color: var(--color-black);
  }
  /* line 5720, app/assets/stylesheets/intracto/main.scss */
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 5724, app/assets/stylesheets/intracto/main.scss */
  .offset {
    min-width: calc(100% + 40px);
  }
  /* line 5727, app/assets/stylesheets/intracto/main.scss */
  .text-align-md-center {
    text-align: center;
  }
  /* line 5730, app/assets/stylesheets/intracto/main.scss */
  .overflow-md-scroll {
    overflow: visible;
  }
  /* line 5733, app/assets/stylesheets/intracto/main.scss */
  .breadcrumbs {
    padding: 40px 0;
  }
  /* line 5736, app/assets/stylesheets/intracto/main.scss */
  .box--selection {
    font-size: 1.125rem;
  }
  /* line 5739, app/assets/stylesheets/intracto/main.scss */
  .comparison {
    padding: 3rem 0;
  }
  /* line 5742, app/assets/stylesheets/intracto/main.scss */
  .comparison__item {
    padding-right: 2.5rem;
    border-right: 1px solid var(--color-silver-chalice);
  }
  /* line 5746, app/assets/stylesheets/intracto/main.scss */
  .comparison__item__content {
    border-bottom: none;
    padding-right: 0;
  }
  /* line 5750, app/assets/stylesheets/intracto/main.scss */
  .comparison__item__delete {
    right: 1rem;
    top: 1rem;
    -webkit-transform: none;
    transform: none;
  }
  /* line 5756, app/assets/stylesheets/intracto/main.scss */
  .comparison__button {
    width: auto;
    border-radius: 4px;
    position: static;
  }
  /* line 5761, app/assets/stylesheets/intracto/main.scss */
  .filters {
    padding: 1.5rem 0;
  }
  /* line 5764, app/assets/stylesheets/intracto/main.scss */
  .form__box {
    font-size: 1.125rem;
  }
  /* line 5767, app/assets/stylesheets/intracto/main.scss */
  .header {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-transition: none;
    transition: none;
    position: static;
  }
  /* line 5774, app/assets/stylesheets/intracto/main.scss */
  .header.is-fixed {
    padding-top: 20px;
  }
  /* line 5777, app/assets/stylesheets/intracto/main.scss */
  .header.is-fixed + main {
    padding-top: 96px;
  }
  /* line 5780, app/assets/stylesheets/intracto/main.scss */
  main {
    padding-top: 0;
    -webkit-transition: none;
    transition: none;
  }
  /* line 5785, app/assets/stylesheets/intracto/main.scss */
  .modal__header {
    padding: 24px 72px;
    text-align: center;
  }
  /* line 5789, app/assets/stylesheets/intracto/main.scss */
  .modal__body {
    padding: 32px;
  }
  /* line 5792, app/assets/stylesheets/intracto/main.scss */
  .navigation-wrapper {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  /* line 5798, app/assets/stylesheets/intracto/main.scss */
  .news-article__image {
    width: 100%;
    height: 230px;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  /* line 5804, app/assets/stylesheets/intracto/main.scss */
  .news-article__image--narrow {
    height: 124px;
  }
  /* line 5807, app/assets/stylesheets/intracto/main.scss */
  .news-article__graph {
    height: 240px;
    background-color: var(--color-white);
  }
  /* line 5811, app/assets/stylesheets/intracto/main.scss */
  .section--offset-right::after {
    width: calc(100% + 40px);
    left: 0;
    right: auto;
  }
  /* line 5816, app/assets/stylesheets/intracto/main.scss */
  .section--find-your-vehicle {
    background-image: url(/assets/intracto/car-01-d24b6ba9beef5e23344068982af26e5b2d9eafa45b6b9647349987b8dd42edb9.png), url(/assets/intracto/semi-circle-fc4425d0423a6ebdaf8510b39b502dfc05999f7a26c4e7d283a00ecb8ce36fe2.svg), url(/assets/intracto/car-lineart-01-0be95a59d6d8f6bc06e48838f8a7e42a2883cd5a8687eb922e7f4b744e455ece.png), url(/assets/intracto/van-01-1025531f8528d0a0dcdb632819967995ccbc4b9cf187f4d37f1adf6236c34eb0.png);
    background-position: left top 280px, left top, calc(50% - 75px) top, right -60px bottom 100px;
    background-size: 40% auto, 255px auto, 300px auto, 40% auto;
  }
  /* line 5821, app/assets/stylesheets/intracto/main.scss */
  .table__title--spaced:first-child {
    padding-left: 1.25rem;
  }
  /* line 5824, app/assets/stylesheets/intracto/main.scss */
  .table__item--toggle:focus:not(.is-active), .table__item--toggle:hover:not(.is-active) {
    background-color: var(--color-wild-sand);
  }
  /* line 5827, app/assets/stylesheets/intracto/main.scss */
  .table__item--toggle:focus .table__cell, .table__item--toggle:hover .table__cell {
    color: var(--color-mine-shaft);
  }
  /* line 5830, app/assets/stylesheets/intracto/main.scss */
  .table__item--toggle.is-active {
    border-bottom: none;
  }
  /* line 5833, app/assets/stylesheets/intracto/main.scss */
  .table__item--toggle.is-active .table__cell {
    color: var(--color-mine-shaft);
  }
  /* line 5836, app/assets/stylesheets/intracto/main.scss */
  .table__cell-button {
    width: 100px;
  }
  /* line 5839, app/assets/stylesheets/intracto/main.scss */
  .table__cell--spaced:first-child {
    padding-left: 1.25rem;
  }
  /* line 5842, app/assets/stylesheets/intracto/main.scss */
  .table--variant .table__header {
    display: table-header-group;
  }
  /* line 5845, app/assets/stylesheets/intracto/main.scss */
  .table--ranking .table__item--counter .table__cell:first-child {
    padding-left: 2.75rem;
  }
  /* line 5848, app/assets/stylesheets/intracto/main.scss */
  .table--ranking .table__item--counter .table__cell:first-child::before {
    left: 1.25rem;
  }
  /* line 5851, app/assets/stylesheets/intracto/main.scss */
  .tabs--horizontal {
    margin-top: -64px;
    margin-right: -40px;
    margin-left: 0;
  }
  /* line 5856, app/assets/stylesheets/intracto/main.scss */
  .tile--overflowed {
    padding-left: 48px;
  }
  /* line 5859, app/assets/stylesheets/intracto/main.scss */
  .tile--news {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 5863, app/assets/stylesheets/intracto/main.scss */
  .tile--news__item:not(:last-of-type) {
    border-bottom: 1px solid rgba(56, 56, 56, 0.1);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  /* line 5868, app/assets/stylesheets/intracto/main.scss */
  .tip {
    margin-left: 1.7rem;
  }
  /* line 5871, app/assets/stylesheets/intracto/main.scss */
  .tip__flag {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  /* line 5877, app/assets/stylesheets/intracto/main.scss */
  .section--find-your-vehicle {
    background-image: url(/assets/intracto/car-01@2x-604fafb9691ad9bfb26fd255d8343e3b0d08edeaf1c45fb3c5eba9a3df7ab201.png), url(/assets/intracto/semi-circle-fc4425d0423a6ebdaf8510b39b502dfc05999f7a26c4e7d283a00ecb8ce36fe2.svg), url(/assets/intracto/car-lineart-01@2x-31bd39ccc8188a3f44ff3aa5379f019bfe765bdf8aeb5735f5074c5e06cb44e4.png), url(/assets/intracto/van-01@2x-f4741d72399b24a1ade3792cb92baf56ef1839da4d893495bef54dd484d63e70.png);
  }
}

@media (min-width: 768px) {
  /* line 5882, app/assets/stylesheets/intracto/main.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  /* line 5885, app/assets/stylesheets/intracto/main.scss */
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 5892, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 5900, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 5908, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 5916, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 5924, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 5932, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 5940, app/assets/stylesheets/intracto/main.scss */
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 5948, app/assets/stylesheets/intracto/main.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 5956, app/assets/stylesheets/intracto/main.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 5964, app/assets/stylesheets/intracto/main.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 5972, app/assets/stylesheets/intracto/main.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 5980, app/assets/stylesheets/intracto/main.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 5988, app/assets/stylesheets/intracto/main.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 5996, app/assets/stylesheets/intracto/main.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6004, app/assets/stylesheets/intracto/main.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 6012, app/assets/stylesheets/intracto/main.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 6020, app/assets/stylesheets/intracto/main.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6028, app/assets/stylesheets/intracto/main.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 6036, app/assets/stylesheets/intracto/main.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 6044, app/assets/stylesheets/intracto/main.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6052, app/assets/stylesheets/intracto/main.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6056, app/assets/stylesheets/intracto/main.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 6060, app/assets/stylesheets/intracto/main.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 6064, app/assets/stylesheets/intracto/main.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6068, app/assets/stylesheets/intracto/main.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 6072, app/assets/stylesheets/intracto/main.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 6076, app/assets/stylesheets/intracto/main.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6080, app/assets/stylesheets/intracto/main.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 6084, app/assets/stylesheets/intracto/main.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 6088, app/assets/stylesheets/intracto/main.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6092, app/assets/stylesheets/intracto/main.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 6096, app/assets/stylesheets/intracto/main.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 6100, app/assets/stylesheets/intracto/main.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 6105, app/assets/stylesheets/intracto/main.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 6110, app/assets/stylesheets/intracto/main.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 6115, app/assets/stylesheets/intracto/main.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 6120, app/assets/stylesheets/intracto/main.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 6125, app/assets/stylesheets/intracto/main.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 6130, app/assets/stylesheets/intracto/main.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 6135, app/assets/stylesheets/intracto/main.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 6140, app/assets/stylesheets/intracto/main.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 6145, app/assets/stylesheets/intracto/main.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 6150, app/assets/stylesheets/intracto/main.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 6155, app/assets/stylesheets/intracto/main.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 6159, app/assets/stylesheets/intracto/main.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6163, app/assets/stylesheets/intracto/main.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6167, app/assets/stylesheets/intracto/main.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6171, app/assets/stylesheets/intracto/main.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6175, app/assets/stylesheets/intracto/main.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6179, app/assets/stylesheets/intracto/main.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6183, app/assets/stylesheets/intracto/main.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6187, app/assets/stylesheets/intracto/main.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6194, app/assets/stylesheets/intracto/main.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6201, app/assets/stylesheets/intracto/main.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6205, app/assets/stylesheets/intracto/main.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6212, app/assets/stylesheets/intracto/main.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6220, app/assets/stylesheets/intracto/main.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6228, app/assets/stylesheets/intracto/main.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6236, app/assets/stylesheets/intracto/main.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6244, app/assets/stylesheets/intracto/main.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6251, app/assets/stylesheets/intracto/main.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6258, app/assets/stylesheets/intracto/main.scss */
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6264, app/assets/stylesheets/intracto/main.scss */
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6270, app/assets/stylesheets/intracto/main.scss */
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6276, app/assets/stylesheets/intracto/main.scss */
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6282, app/assets/stylesheets/intracto/main.scss */
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6288, app/assets/stylesheets/intracto/main.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6295, app/assets/stylesheets/intracto/main.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6302, app/assets/stylesheets/intracto/main.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6309, app/assets/stylesheets/intracto/main.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6316, app/assets/stylesheets/intracto/main.scss */
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6322, app/assets/stylesheets/intracto/main.scss */
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 6329, app/assets/stylesheets/intracto/main.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6336, app/assets/stylesheets/intracto/main.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6343, app/assets/stylesheets/intracto/main.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6350, app/assets/stylesheets/intracto/main.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6357, app/assets/stylesheets/intracto/main.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6364, app/assets/stylesheets/intracto/main.scss */
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6370, app/assets/stylesheets/intracto/main.scss */
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6376, app/assets/stylesheets/intracto/main.scss */
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6382, app/assets/stylesheets/intracto/main.scss */
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6388, app/assets/stylesheets/intracto/main.scss */
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6394, app/assets/stylesheets/intracto/main.scss */
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6400, app/assets/stylesheets/intracto/main.scss */
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6406, app/assets/stylesheets/intracto/main.scss */
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6412, app/assets/stylesheets/intracto/main.scss */
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6418, app/assets/stylesheets/intracto/main.scss */
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6424, app/assets/stylesheets/intracto/main.scss */
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6430, app/assets/stylesheets/intracto/main.scss */
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 6436, app/assets/stylesheets/intracto/main.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 6443, app/assets/stylesheets/intracto/main.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 6450, app/assets/stylesheets/intracto/main.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 6457, app/assets/stylesheets/intracto/main.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 6464, app/assets/stylesheets/intracto/main.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 6471, app/assets/stylesheets/intracto/main.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 6478, app/assets/stylesheets/intracto/main.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 6485, app/assets/stylesheets/intracto/main.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 6492, app/assets/stylesheets/intracto/main.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6496, app/assets/stylesheets/intracto/main.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6500, app/assets/stylesheets/intracto/main.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6504, app/assets/stylesheets/intracto/main.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6508, app/assets/stylesheets/intracto/main.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6512, app/assets/stylesheets/intracto/main.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6516, app/assets/stylesheets/intracto/main.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6520, app/assets/stylesheets/intracto/main.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6525, app/assets/stylesheets/intracto/main.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6530, app/assets/stylesheets/intracto/main.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6535, app/assets/stylesheets/intracto/main.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6540, app/assets/stylesheets/intracto/main.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6545, app/assets/stylesheets/intracto/main.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6550, app/assets/stylesheets/intracto/main.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6555, app/assets/stylesheets/intracto/main.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6560, app/assets/stylesheets/intracto/main.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6565, app/assets/stylesheets/intracto/main.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6570, app/assets/stylesheets/intracto/main.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6575, app/assets/stylesheets/intracto/main.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6580, app/assets/stylesheets/intracto/main.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6585, app/assets/stylesheets/intracto/main.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6590, app/assets/stylesheets/intracto/main.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 6594, app/assets/stylesheets/intracto/main.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6598, app/assets/stylesheets/intracto/main.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6602, app/assets/stylesheets/intracto/main.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6606, app/assets/stylesheets/intracto/main.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6610, app/assets/stylesheets/intracto/main.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6614, app/assets/stylesheets/intracto/main.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 6618, app/assets/stylesheets/intracto/main.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 6622, app/assets/stylesheets/intracto/main.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6626, app/assets/stylesheets/intracto/main.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6630, app/assets/stylesheets/intracto/main.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6634, app/assets/stylesheets/intracto/main.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6638, app/assets/stylesheets/intracto/main.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6642, app/assets/stylesheets/intracto/main.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 6646, app/assets/stylesheets/intracto/main.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6650, app/assets/stylesheets/intracto/main.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6654, app/assets/stylesheets/intracto/main.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6658, app/assets/stylesheets/intracto/main.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6662, app/assets/stylesheets/intracto/main.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6666, app/assets/stylesheets/intracto/main.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6670, app/assets/stylesheets/intracto/main.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6674, app/assets/stylesheets/intracto/main.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 6678, app/assets/stylesheets/intracto/main.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6682, app/assets/stylesheets/intracto/main.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6686, app/assets/stylesheets/intracto/main.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6690, app/assets/stylesheets/intracto/main.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6694, app/assets/stylesheets/intracto/main.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6698, app/assets/stylesheets/intracto/main.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 6702, app/assets/stylesheets/intracto/main.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6706, app/assets/stylesheets/intracto/main.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6710, app/assets/stylesheets/intracto/main.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6714, app/assets/stylesheets/intracto/main.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6718, app/assets/stylesheets/intracto/main.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6722, app/assets/stylesheets/intracto/main.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6726, app/assets/stylesheets/intracto/main.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6731, app/assets/stylesheets/intracto/main.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6736, app/assets/stylesheets/intracto/main.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6741, app/assets/stylesheets/intracto/main.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6746, app/assets/stylesheets/intracto/main.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6751, app/assets/stylesheets/intracto/main.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6756, app/assets/stylesheets/intracto/main.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6761, app/assets/stylesheets/intracto/main.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6766, app/assets/stylesheets/intracto/main.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6771, app/assets/stylesheets/intracto/main.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6776, app/assets/stylesheets/intracto/main.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6781, app/assets/stylesheets/intracto/main.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6786, app/assets/stylesheets/intracto/main.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 6790, app/assets/stylesheets/intracto/main.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6794, app/assets/stylesheets/intracto/main.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6798, app/assets/stylesheets/intracto/main.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6802, app/assets/stylesheets/intracto/main.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6806, app/assets/stylesheets/intracto/main.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6810, app/assets/stylesheets/intracto/main.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 6814, app/assets/stylesheets/intracto/main.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6818, app/assets/stylesheets/intracto/main.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6822, app/assets/stylesheets/intracto/main.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6826, app/assets/stylesheets/intracto/main.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6830, app/assets/stylesheets/intracto/main.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6834, app/assets/stylesheets/intracto/main.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6838, app/assets/stylesheets/intracto/main.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6842, app/assets/stylesheets/intracto/main.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6846, app/assets/stylesheets/intracto/main.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6850, app/assets/stylesheets/intracto/main.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6854, app/assets/stylesheets/intracto/main.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6858, app/assets/stylesheets/intracto/main.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 6862, app/assets/stylesheets/intracto/main.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6866, app/assets/stylesheets/intracto/main.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6870, app/assets/stylesheets/intracto/main.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6874, app/assets/stylesheets/intracto/main.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6878, app/assets/stylesheets/intracto/main.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 850px) {
  /* line 6883, app/assets/stylesheets/intracto/main.scss */
  .modal__content {
    border-radius: 4px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  /* line 6889, app/assets/stylesheets/intracto/main.scss */
  h1,
.h1 {
    font-size: 3rem;
  }
  /* line 6893, app/assets/stylesheets/intracto/main.scss */
  h1.small,
.h1.small {
    font-size: 2.25rem;
  }
  /* line 6897, app/assets/stylesheets/intracto/main.scss */
  h2,
.h2 {
    font-size: 1.75rem;
  }
  /* line 6901, app/assets/stylesheets/intracto/main.scss */
  h3,
.h3 {
    font-size: 1.5rem;
  }
  /* line 6905, app/assets/stylesheets/intracto/main.scss */
  h3.small,
.h3.small {
    font-size: 1.25rem;
  }
  /* line 6909, app/assets/stylesheets/intracto/main.scss */
  .visual-1 {
    margin-top: 3rem;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* line 6916, app/assets/stylesheets/intracto/main.scss */
  .gx-lg-6 {
    --bs-gutter-x: 70px;
  }
  /* line 6919, app/assets/stylesheets/intracto/main.scss */
  .accordion__item__header {
    font-size: 18px;
  }
  /* line 6922, app/assets/stylesheets/intracto/main.scss */
  .breadcrumbs {
    padding: 50px 0;
  }
  /* line 6925, app/assets/stylesheets/intracto/main.scss */
  .box--spaced {
    padding: 50px 40px;
  }
  /* line 6928, app/assets/stylesheets/intracto/main.scss */
  .box--selection {
    font-size: 1.25rem;
  }
  /* line 6931, app/assets/stylesheets/intracto/main.scss */
  .box--selection .figure {
    min-width: 176px;
  }
  /* line 6934, app/assets/stylesheets/intracto/main.scss */
  .box--selection .figure__caption {
    font-size: var(--smaller-font-size);
    bottom: 1.25rem;
  }
  /* line 6938, app/assets/stylesheets/intracto/main.scss */
  .comparison__item:last-child {
    border-right: 1px solid var(--color-silver-chalice);
  }
  /* line 6941, app/assets/stylesheets/intracto/main.scss */
  .dropdown__list li a {
    background-color: var(--color-mantis);
    color: var(--color-white);
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 48px;
  }
  /* line 6949, app/assets/stylesheets/intracto/main.scss */
  .dropdown__list li a:focus, .dropdown__list li a:hover, .dropdown__list li a.is-active {
    color: var(--color-white);
    background-color: #85c96f;
  }
  /* line 6953, app/assets/stylesheets/intracto/main.scss */
  .form--mobile,
.form__group--mobile {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 1.125rem;
  }
  /* line 6959, app/assets/stylesheets/intracto/main.scss */
  .form__field.has-unit .unit {
    right: 1.25rem;
  }
  /* line 6962, app/assets/stylesheets/intracto/main.scss */
  .form__box {
    font-size: 1.25rem;
  }
  /* line 6965, app/assets/stylesheets/intracto/main.scss */
  .form__box .figure {
    min-width: 176px;
  }
  /* line 6968, app/assets/stylesheets/intracto/main.scss */
  .form__box .figure__caption {
    font-size: var(--smaller-font-size);
    bottom: 1.25rem;
  }
  /* line 6972, app/assets/stylesheets/intracto/main.scss */
  .form__box .svg--car,
.form__box .svg--car-electric {
    height: 110px;
  }
  /* line 6976, app/assets/stylesheets/intracto/main.scss */
  .form__box .svg--car {
    width: 146px;
  }
  /* line 6979, app/assets/stylesheets/intracto/main.scss */
  input,
select,
textarea {
    padding: 14px 1.25rem;
  }
  /* line 6984, app/assets/stylesheets/intracto/main.scss */
  select {
    padding-right: 3rem;
  }
  /* line 6987, app/assets/stylesheets/intracto/main.scss */
  .select::after {
    right: 1rem;
  }
  /* line 6990, app/assets/stylesheets/intracto/main.scss */
  .select--custom__search {
    padding-right: 3rem;
  }
  /* line 6993, app/assets/stylesheets/intracto/main.scss */
  .select--custom__list > li > span {
    padding: 0.5rem 1.25rem 0.25rem;
  }
  /* line 6996, app/assets/stylesheets/intracto/main.scss */
  .select--custom__label span {
    padding: 0.25rem 1.25rem 0.25rem 3rem;
  }
  /* line 6999, app/assets/stylesheets/intracto/main.scss */
  .select--custom__empty {
    padding: 0.5rem 1.25rem;
  }
  /* line 7002, app/assets/stylesheets/intracto/main.scss */
  .header {
    padding-top: 50px;
  }
  /* line 7005, app/assets/stylesheets/intracto/main.scss */
  .header.is-fixed + main {
    padding-top: 139px;
  }
  /* line 7008, app/assets/stylesheets/intracto/main.scss */
  .header.is-fixed .navigation-wrapper {
    top: 0;
    position: static;
  }
  /* line 7012, app/assets/stylesheets/intracto/main.scss */
  .hero {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  /* line 7016, app/assets/stylesheets/intracto/main.scss */
  .hero--narrow {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  /* line 7020, app/assets/stylesheets/intracto/main.scss */
  .navigation--primary li, .navigation--secondary li {
    border-bottom: none;
  }
  /* line 7023, app/assets/stylesheets/intracto/main.scss */
  .navigation--primary a, .navigation--secondary a {
    padding: 0.25em 1em;
  }
  /* line 7026, app/assets/stylesheets/intracto/main.scss */
  .navigation--secondary {
    font-weight: 400;
    padding-bottom: 0.5em;
  }
  /* line 7030, app/assets/stylesheets/intracto/main.scss */
  .navigation-wrapper {
    position: static;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
  }
  /* line 7038, app/assets/stylesheets/intracto/main.scss */
  .notice {
    margin-top: 2.25rem;
  }
  /* line 7041, app/assets/stylesheets/intracto/main.scss */
  .news-article__graph {
    height: 290px;
  }
  /* line 7044, app/assets/stylesheets/intracto/main.scss */
  .news-article__title {
    font-size: 1.125rem;
  }
  /* line 7047, app/assets/stylesheets/intracto/main.scss */
  .score {
    font-size: 80px;
    width: 248px;
    height: 248px;
    -webkit-box-shadow: 0 0 0 2rem rgba(242, 242, 242, 0.3);
    box-shadow: 0 0 0 2rem rgba(242, 242, 242, 0.3);
    margin: 2rem 0;
  }
  /* line 7055, app/assets/stylesheets/intracto/main.scss */
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  /* line 7059, app/assets/stylesheets/intracto/main.scss */
  .section--find-your-vehicle {
    background-position: left top 120px, left top, calc(50% - 75px) top, right bottom 50px;
    background-size: 523px auto, 255px auto, 450px auto, 605px auto;
  }
  /* line 7063, app/assets/stylesheets/intracto/main.scss */
  .sidebar {
    padding: 2.5rem;
    width: 320px;
  }
  /* line 7067, app/assets/stylesheets/intracto/main.scss */
  .sidebar .legend.is-active {
    color: var(--color-mine-shaft);
  }
  /* line 7070, app/assets/stylesheets/intracto/main.scss */
  .sidebar__header {
    display: none;
  }
  /* line 7073, app/assets/stylesheets/intracto/main.scss */
  .sidebar__filter {
    margin-top: 0.75rem;
    padding: 0;
  }
  /* line 7077, app/assets/stylesheets/intracto/main.scss */
  .sidebar__filter__item:first-child {
    margin-top: 0.375rem;
  }
  /* line 7080, app/assets/stylesheets/intracto/main.scss */
  .sidebar--filters, .sidebar--sorting {
    position: static;
    height: auto;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
  /* line 7089, app/assets/stylesheets/intracto/main.scss */
  .sidebar--filters .form, .sidebar--sorting .form {
    overflow: visible;
  }
  /* line 7092, app/assets/stylesheets/intracto/main.scss */
  .table {
    color: var(--color-mine-shaft);
  }
  /* line 7095, app/assets/stylesheets/intracto/main.scss */
  .table__item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 7099, app/assets/stylesheets/intracto/main.scss */
  .table__item:last-child {
    border-bottom: none;
  }
  /* line 7102, app/assets/stylesheets/intracto/main.scss */
  .table__cell {
    padding: 15px 6px;
  }
  /* line 7105, app/assets/stylesheets/intracto/main.scss */
  .table__cell:first-child {
    font-size: inherit;
  }
  /* line 7108, app/assets/stylesheets/intracto/main.scss */
  .table__cell--options {
    width: 24px;
  }
  /* line 7111, app/assets/stylesheets/intracto/main.scss */
  .table__cell--spaced, .table__cell--spaced:last-child {
    padding: 0.75rem 0.625rem 0.75rem;
  }
  /* line 7114, app/assets/stylesheets/intracto/main.scss */
  .table__cell--spaced:first-child {
    padding-left: 1.25rem;
    font-size: inherit;
  }
  /* line 7118, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__header {
    display: table-header-group;
  }
  /* line 7121, app/assets/stylesheets/intracto/main.scss */
  .table--eco-stats .table__cell {
    border-left: none;
  }
  /* line 7124, app/assets/stylesheets/intracto/main.scss */
  .tabs .tabs__button {
    color: var(--color-silver-chalice);
  }
  /* line 7127, app/assets/stylesheets/intracto/main.scss */
  .tabs .tabs__button:focus, .tabs .tabs__button:hover {
    color: var(--color-mine-shaft);
  }
  /* line 7130, app/assets/stylesheets/intracto/main.scss */
  .tabs .tabs__button:focus::before, .tabs .tabs__button:hover::before {
    background-color: var(--color-mantis);
  }
  /* line 7133, app/assets/stylesheets/intracto/main.scss */
  .tabs--vertical .tab {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 7137, app/assets/stylesheets/intracto/main.scss */
  .tabs--vertical .tabs__navigation {
    margin-bottom: 90px;
    width: 320px;
  }
  /* line 7141, app/assets/stylesheets/intracto/main.scss */
  .tabs--vertical .tabs__button {
    padding: 21px 40px;
  }
  /* line 7144, app/assets/stylesheets/intracto/main.scss */
  .tabs--horizontal {
    margin-top: -198px;
    margin-right: 0;
  }
  /* line 7148, app/assets/stylesheets/intracto/main.scss */
  .tabs--horizontal .tab {
    padding: 50px 40px;
  }
  /* line 7151, app/assets/stylesheets/intracto/main.scss */
  .tile {
    padding: 50px 60px;
  }
}

@media (min-width: 992px) {
  /* line 7156, app/assets/stylesheets/intracto/main.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  /* line 7159, app/assets/stylesheets/intracto/main.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 7166, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 7174, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 7182, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 7190, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 7198, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 7206, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 7214, app/assets/stylesheets/intracto/main.scss */
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 7222, app/assets/stylesheets/intracto/main.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 7230, app/assets/stylesheets/intracto/main.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 7238, app/assets/stylesheets/intracto/main.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 7246, app/assets/stylesheets/intracto/main.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 7254, app/assets/stylesheets/intracto/main.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 7262, app/assets/stylesheets/intracto/main.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 7270, app/assets/stylesheets/intracto/main.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 7278, app/assets/stylesheets/intracto/main.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 7286, app/assets/stylesheets/intracto/main.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 7294, app/assets/stylesheets/intracto/main.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 7302, app/assets/stylesheets/intracto/main.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 7310, app/assets/stylesheets/intracto/main.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 7318, app/assets/stylesheets/intracto/main.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 7326, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 7330, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 7334, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 7338, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 7342, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 7346, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 7350, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 7354, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 7358, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 7362, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 7366, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 7370, app/assets/stylesheets/intracto/main.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 7374, app/assets/stylesheets/intracto/main.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 7379, app/assets/stylesheets/intracto/main.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 7384, app/assets/stylesheets/intracto/main.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 7389, app/assets/stylesheets/intracto/main.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 7394, app/assets/stylesheets/intracto/main.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 7399, app/assets/stylesheets/intracto/main.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 7404, app/assets/stylesheets/intracto/main.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 7409, app/assets/stylesheets/intracto/main.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 7414, app/assets/stylesheets/intracto/main.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 7419, app/assets/stylesheets/intracto/main.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 7424, app/assets/stylesheets/intracto/main.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 7429, app/assets/stylesheets/intracto/main.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 7433, app/assets/stylesheets/intracto/main.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7437, app/assets/stylesheets/intracto/main.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7441, app/assets/stylesheets/intracto/main.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7445, app/assets/stylesheets/intracto/main.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 7449, app/assets/stylesheets/intracto/main.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7453, app/assets/stylesheets/intracto/main.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7457, app/assets/stylesheets/intracto/main.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7461, app/assets/stylesheets/intracto/main.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7468, app/assets/stylesheets/intracto/main.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7475, app/assets/stylesheets/intracto/main.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 7479, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7486, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7494, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7502, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7510, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7518, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7525, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7532, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7538, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7544, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7550, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7556, app/assets/stylesheets/intracto/main.scss */
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7562, app/assets/stylesheets/intracto/main.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7569, app/assets/stylesheets/intracto/main.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7576, app/assets/stylesheets/intracto/main.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7583, app/assets/stylesheets/intracto/main.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7590, app/assets/stylesheets/intracto/main.scss */
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7596, app/assets/stylesheets/intracto/main.scss */
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 7603, app/assets/stylesheets/intracto/main.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7610, app/assets/stylesheets/intracto/main.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7617, app/assets/stylesheets/intracto/main.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7624, app/assets/stylesheets/intracto/main.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7631, app/assets/stylesheets/intracto/main.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7638, app/assets/stylesheets/intracto/main.scss */
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7644, app/assets/stylesheets/intracto/main.scss */
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7650, app/assets/stylesheets/intracto/main.scss */
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7656, app/assets/stylesheets/intracto/main.scss */
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7662, app/assets/stylesheets/intracto/main.scss */
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7668, app/assets/stylesheets/intracto/main.scss */
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7674, app/assets/stylesheets/intracto/main.scss */
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7680, app/assets/stylesheets/intracto/main.scss */
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7686, app/assets/stylesheets/intracto/main.scss */
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7692, app/assets/stylesheets/intracto/main.scss */
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7698, app/assets/stylesheets/intracto/main.scss */
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7704, app/assets/stylesheets/intracto/main.scss */
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 7710, app/assets/stylesheets/intracto/main.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 7717, app/assets/stylesheets/intracto/main.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 7724, app/assets/stylesheets/intracto/main.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 7731, app/assets/stylesheets/intracto/main.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 7738, app/assets/stylesheets/intracto/main.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 7745, app/assets/stylesheets/intracto/main.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 7752, app/assets/stylesheets/intracto/main.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 7759, app/assets/stylesheets/intracto/main.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 7766, app/assets/stylesheets/intracto/main.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 7770, app/assets/stylesheets/intracto/main.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 7774, app/assets/stylesheets/intracto/main.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 7778, app/assets/stylesheets/intracto/main.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 7782, app/assets/stylesheets/intracto/main.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 7786, app/assets/stylesheets/intracto/main.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 7790, app/assets/stylesheets/intracto/main.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 7794, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 7799, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 7804, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 7809, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 7814, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 7819, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 7824, app/assets/stylesheets/intracto/main.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 7829, app/assets/stylesheets/intracto/main.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7834, app/assets/stylesheets/intracto/main.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 7839, app/assets/stylesheets/intracto/main.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 7844, app/assets/stylesheets/intracto/main.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 7849, app/assets/stylesheets/intracto/main.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 7854, app/assets/stylesheets/intracto/main.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7859, app/assets/stylesheets/intracto/main.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 7864, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 7868, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7872, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7876, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 7880, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7884, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 7888, app/assets/stylesheets/intracto/main.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 7892, app/assets/stylesheets/intracto/main.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 7896, app/assets/stylesheets/intracto/main.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7900, app/assets/stylesheets/intracto/main.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7904, app/assets/stylesheets/intracto/main.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 7908, app/assets/stylesheets/intracto/main.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7912, app/assets/stylesheets/intracto/main.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 7916, app/assets/stylesheets/intracto/main.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 7920, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 7924, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7928, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7932, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7936, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7940, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7944, app/assets/stylesheets/intracto/main.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 7948, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 7952, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7956, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7960, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 7964, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7968, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 7972, app/assets/stylesheets/intracto/main.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 7976, app/assets/stylesheets/intracto/main.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7980, app/assets/stylesheets/intracto/main.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 7984, app/assets/stylesheets/intracto/main.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 7988, app/assets/stylesheets/intracto/main.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 7992, app/assets/stylesheets/intracto/main.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 7996, app/assets/stylesheets/intracto/main.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 8000, app/assets/stylesheets/intracto/main.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 8005, app/assets/stylesheets/intracto/main.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 8010, app/assets/stylesheets/intracto/main.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 8015, app/assets/stylesheets/intracto/main.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 8020, app/assets/stylesheets/intracto/main.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 8025, app/assets/stylesheets/intracto/main.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 8030, app/assets/stylesheets/intracto/main.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 8035, app/assets/stylesheets/intracto/main.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 8040, app/assets/stylesheets/intracto/main.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 8045, app/assets/stylesheets/intracto/main.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 8050, app/assets/stylesheets/intracto/main.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 8055, app/assets/stylesheets/intracto/main.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 8060, app/assets/stylesheets/intracto/main.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8064, app/assets/stylesheets/intracto/main.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8068, app/assets/stylesheets/intracto/main.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8072, app/assets/stylesheets/intracto/main.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 8076, app/assets/stylesheets/intracto/main.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8080, app/assets/stylesheets/intracto/main.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 8084, app/assets/stylesheets/intracto/main.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8088, app/assets/stylesheets/intracto/main.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8092, app/assets/stylesheets/intracto/main.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8096, app/assets/stylesheets/intracto/main.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 8100, app/assets/stylesheets/intracto/main.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8104, app/assets/stylesheets/intracto/main.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 8108, app/assets/stylesheets/intracto/main.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8112, app/assets/stylesheets/intracto/main.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8116, app/assets/stylesheets/intracto/main.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8120, app/assets/stylesheets/intracto/main.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8124, app/assets/stylesheets/intracto/main.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8128, app/assets/stylesheets/intracto/main.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8132, app/assets/stylesheets/intracto/main.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8136, app/assets/stylesheets/intracto/main.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8140, app/assets/stylesheets/intracto/main.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8144, app/assets/stylesheets/intracto/main.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 8148, app/assets/stylesheets/intracto/main.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8152, app/assets/stylesheets/intracto/main.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 8157, app/assets/stylesheets/intracto/main.scss */
  .gx-xl-6 {
    --bs-gutter-x: 70px;
  }
  /* line 8160, app/assets/stylesheets/intracto/main.scss */
  .box--eco-stats {
    padding: 30px 30px 15px;
    border: 1px solid var(--color-botticelli);
  }
  /* line 8164, app/assets/stylesheets/intracto/main.scss */
  .button--card {
    height: 160px;
  }
  /* line 8167, app/assets/stylesheets/intracto/main.scss */
  .button--card .svg-wrapper {
    margin-bottom: 1.5rem;
  }
  /* line 8170, app/assets/stylesheets/intracto/main.scss */
  .comparison__item {
    padding-right: 3.5rem;
  }
  /* line 8173, app/assets/stylesheets/intracto/main.scss */
  .comparison__item__delete {
    right: 1.5rem;
  }
  /* line 8176, app/assets/stylesheets/intracto/main.scss */
  .table__title {
    font-size: var(--body-font-size);
  }
  /* line 8179, app/assets/stylesheets/intracto/main.scss */
  .table__title--fixed {
    width: 150px;
  }
  /* line 8182, app/assets/stylesheets/intracto/main.scss */
  .table__title--horizontal {
    font-size: var(--smaller-font-size);
  }
  /* line 8185, app/assets/stylesheets/intracto/main.scss */
  .table__cell-button {
    width: 134px;
    font-size: 1rem;
  }
  /* line 8189, app/assets/stylesheets/intracto/main.scss */
  .table__cell--options {
    width: auto;
  }
  /* line 8192, app/assets/stylesheets/intracto/main.scss */
  .table__cell--fixed {
    width: 150px;
  }
  /* line 8195, app/assets/stylesheets/intracto/main.scss */
  .tile--overflowed {
    padding-left: 60px;
  }
  /* line 8198, app/assets/stylesheets/intracto/main.scss */
  .tile--ecostats {
    padding: 50px 60px;
  }
}

@media (min-width: 1200px) {
  /* line 8203, app/assets/stylesheets/intracto/main.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  /* line 8206, app/assets/stylesheets/intracto/main.scss */
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 8213, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 8221, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 8229, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 8237, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 8245, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 8253, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 8261, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 8269, app/assets/stylesheets/intracto/main.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 8277, app/assets/stylesheets/intracto/main.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 8285, app/assets/stylesheets/intracto/main.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 8293, app/assets/stylesheets/intracto/main.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 8301, app/assets/stylesheets/intracto/main.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 8309, app/assets/stylesheets/intracto/main.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 8317, app/assets/stylesheets/intracto/main.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 8325, app/assets/stylesheets/intracto/main.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 8333, app/assets/stylesheets/intracto/main.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 8341, app/assets/stylesheets/intracto/main.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 8349, app/assets/stylesheets/intracto/main.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 8357, app/assets/stylesheets/intracto/main.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 8365, app/assets/stylesheets/intracto/main.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 8373, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 8377, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 8381, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 8385, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 8389, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 8393, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 8397, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 8401, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 8405, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 8409, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 8413, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 8417, app/assets/stylesheets/intracto/main.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 8421, app/assets/stylesheets/intracto/main.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 8426, app/assets/stylesheets/intracto/main.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 8431, app/assets/stylesheets/intracto/main.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 8436, app/assets/stylesheets/intracto/main.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 8441, app/assets/stylesheets/intracto/main.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 8446, app/assets/stylesheets/intracto/main.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 8451, app/assets/stylesheets/intracto/main.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 8456, app/assets/stylesheets/intracto/main.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 8461, app/assets/stylesheets/intracto/main.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 8466, app/assets/stylesheets/intracto/main.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 8471, app/assets/stylesheets/intracto/main.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 8476, app/assets/stylesheets/intracto/main.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 8480, app/assets/stylesheets/intracto/main.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 8484, app/assets/stylesheets/intracto/main.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 8488, app/assets/stylesheets/intracto/main.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 8492, app/assets/stylesheets/intracto/main.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 8496, app/assets/stylesheets/intracto/main.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 8500, app/assets/stylesheets/intracto/main.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 8504, app/assets/stylesheets/intracto/main.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 8508, app/assets/stylesheets/intracto/main.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 8515, app/assets/stylesheets/intracto/main.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 8522, app/assets/stylesheets/intracto/main.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 8526, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 8533, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 8541, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 8549, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 8557, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 8565, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 8572, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 8579, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 8585, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 8591, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 8597, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 8603, app/assets/stylesheets/intracto/main.scss */
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 8609, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 8616, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 8623, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 8630, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 8637, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 8643, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 8650, app/assets/stylesheets/intracto/main.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 8657, app/assets/stylesheets/intracto/main.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 8664, app/assets/stylesheets/intracto/main.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 8671, app/assets/stylesheets/intracto/main.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 8678, app/assets/stylesheets/intracto/main.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 8685, app/assets/stylesheets/intracto/main.scss */
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 8691, app/assets/stylesheets/intracto/main.scss */
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 8697, app/assets/stylesheets/intracto/main.scss */
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 8703, app/assets/stylesheets/intracto/main.scss */
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 8709, app/assets/stylesheets/intracto/main.scss */
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 8715, app/assets/stylesheets/intracto/main.scss */
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 8721, app/assets/stylesheets/intracto/main.scss */
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 8727, app/assets/stylesheets/intracto/main.scss */
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 8733, app/assets/stylesheets/intracto/main.scss */
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 8739, app/assets/stylesheets/intracto/main.scss */
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 8745, app/assets/stylesheets/intracto/main.scss */
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 8751, app/assets/stylesheets/intracto/main.scss */
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 8757, app/assets/stylesheets/intracto/main.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 8764, app/assets/stylesheets/intracto/main.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 8771, app/assets/stylesheets/intracto/main.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 8778, app/assets/stylesheets/intracto/main.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 8785, app/assets/stylesheets/intracto/main.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 8792, app/assets/stylesheets/intracto/main.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 8799, app/assets/stylesheets/intracto/main.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 8806, app/assets/stylesheets/intracto/main.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 8813, app/assets/stylesheets/intracto/main.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 8817, app/assets/stylesheets/intracto/main.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 8821, app/assets/stylesheets/intracto/main.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 8825, app/assets/stylesheets/intracto/main.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 8829, app/assets/stylesheets/intracto/main.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 8833, app/assets/stylesheets/intracto/main.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 8837, app/assets/stylesheets/intracto/main.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8841, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 8846, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 8851, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 8856, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 8861, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 8866, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 8871, app/assets/stylesheets/intracto/main.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 8876, app/assets/stylesheets/intracto/main.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 8881, app/assets/stylesheets/intracto/main.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 8886, app/assets/stylesheets/intracto/main.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 8891, app/assets/stylesheets/intracto/main.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 8896, app/assets/stylesheets/intracto/main.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 8901, app/assets/stylesheets/intracto/main.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 8906, app/assets/stylesheets/intracto/main.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 8911, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 8915, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8919, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8923, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 8927, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8931, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 8935, app/assets/stylesheets/intracto/main.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 8939, app/assets/stylesheets/intracto/main.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 8943, app/assets/stylesheets/intracto/main.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8947, app/assets/stylesheets/intracto/main.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8951, app/assets/stylesheets/intracto/main.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 8955, app/assets/stylesheets/intracto/main.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8959, app/assets/stylesheets/intracto/main.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 8963, app/assets/stylesheets/intracto/main.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 8967, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 8971, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8975, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8979, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8983, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8987, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8991, app/assets/stylesheets/intracto/main.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8995, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 8999, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9003, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9007, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9011, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9015, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9019, app/assets/stylesheets/intracto/main.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 9023, app/assets/stylesheets/intracto/main.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9027, app/assets/stylesheets/intracto/main.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9031, app/assets/stylesheets/intracto/main.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9035, app/assets/stylesheets/intracto/main.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9039, app/assets/stylesheets/intracto/main.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9043, app/assets/stylesheets/intracto/main.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9047, app/assets/stylesheets/intracto/main.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 9052, app/assets/stylesheets/intracto/main.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 9057, app/assets/stylesheets/intracto/main.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 9062, app/assets/stylesheets/intracto/main.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 9067, app/assets/stylesheets/intracto/main.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 9072, app/assets/stylesheets/intracto/main.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 9077, app/assets/stylesheets/intracto/main.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9082, app/assets/stylesheets/intracto/main.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9087, app/assets/stylesheets/intracto/main.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9092, app/assets/stylesheets/intracto/main.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9097, app/assets/stylesheets/intracto/main.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9102, app/assets/stylesheets/intracto/main.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 9107, app/assets/stylesheets/intracto/main.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9111, app/assets/stylesheets/intracto/main.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9115, app/assets/stylesheets/intracto/main.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9119, app/assets/stylesheets/intracto/main.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9123, app/assets/stylesheets/intracto/main.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9127, app/assets/stylesheets/intracto/main.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9131, app/assets/stylesheets/intracto/main.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9135, app/assets/stylesheets/intracto/main.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9139, app/assets/stylesheets/intracto/main.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9143, app/assets/stylesheets/intracto/main.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9147, app/assets/stylesheets/intracto/main.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9151, app/assets/stylesheets/intracto/main.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9155, app/assets/stylesheets/intracto/main.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9159, app/assets/stylesheets/intracto/main.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9163, app/assets/stylesheets/intracto/main.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9167, app/assets/stylesheets/intracto/main.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9171, app/assets/stylesheets/intracto/main.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9175, app/assets/stylesheets/intracto/main.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9179, app/assets/stylesheets/intracto/main.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9183, app/assets/stylesheets/intracto/main.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9187, app/assets/stylesheets/intracto/main.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9191, app/assets/stylesheets/intracto/main.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9195, app/assets/stylesheets/intracto/main.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9199, app/assets/stylesheets/intracto/main.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 9204, app/assets/stylesheets/intracto/main.scss */
  .offset {
    min-width: calc((100vw - 1280px) / 2 + 100% + 40px);
  }
  /* line 9207, app/assets/stylesheets/intracto/main.scss */
  .section--offset-right::after {
    width: calc((100vw - 1280px) / 2 + 100% + 40px);
  }
}

@media screen and (min-width: 1400px) {
  /* line 9212, app/assets/stylesheets/intracto/main.scss */
  .hero {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  /* line 9216, app/assets/stylesheets/intracto/main.scss */
  .hero--narrow {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  /* line 9220, app/assets/stylesheets/intracto/main.scss */
  .tile--overflowed {
    width: 110%;
  }
}

@media (min-width: 1400px) {
  /* line 9225, app/assets/stylesheets/intracto/main.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
  /* line 9228, app/assets/stylesheets/intracto/main.scss */
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 9235, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 9243, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 9251, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 9259, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 9267, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 9275, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 9283, app/assets/stylesheets/intracto/main.scss */
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 9291, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 9299, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 9307, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 9315, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 9323, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 9331, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 9339, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 9347, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 9355, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 9363, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 9371, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 9379, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 9387, app/assets/stylesheets/intracto/main.scss */
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 9395, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 9399, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 9403, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 9407, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 9411, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 9415, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 9419, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 9423, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 9427, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 9431, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 9435, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 9439, app/assets/stylesheets/intracto/main.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 9443, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 9448, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 9453, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 9458, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 9463, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 9468, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 9473, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 9478, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 9483, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 9488, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 9493, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 9498, app/assets/stylesheets/intracto/main.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 9502, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 9506, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 9510, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 9514, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 9518, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 9522, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 9526, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 9530, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 9537, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 9544, app/assets/stylesheets/intracto/main.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 9548, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 9555, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 9563, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 9571, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 9579, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 9587, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 9594, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 9601, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 9607, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 9613, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 9619, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 9625, app/assets/stylesheets/intracto/main.scss */
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 9631, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 9638, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 9645, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 9652, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 9659, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 9665, app/assets/stylesheets/intracto/main.scss */
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 9672, app/assets/stylesheets/intracto/main.scss */
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 9679, app/assets/stylesheets/intracto/main.scss */
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 9686, app/assets/stylesheets/intracto/main.scss */
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 9693, app/assets/stylesheets/intracto/main.scss */
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 9700, app/assets/stylesheets/intracto/main.scss */
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 9707, app/assets/stylesheets/intracto/main.scss */
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 9713, app/assets/stylesheets/intracto/main.scss */
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 9719, app/assets/stylesheets/intracto/main.scss */
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 9725, app/assets/stylesheets/intracto/main.scss */
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 9731, app/assets/stylesheets/intracto/main.scss */
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 9737, app/assets/stylesheets/intracto/main.scss */
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 9743, app/assets/stylesheets/intracto/main.scss */
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 9749, app/assets/stylesheets/intracto/main.scss */
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 9755, app/assets/stylesheets/intracto/main.scss */
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 9761, app/assets/stylesheets/intracto/main.scss */
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 9767, app/assets/stylesheets/intracto/main.scss */
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 9773, app/assets/stylesheets/intracto/main.scss */
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 9779, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 9786, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 9793, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 9800, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 9807, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 9814, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 9821, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 9828, app/assets/stylesheets/intracto/main.scss */
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 9835, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 9839, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 9843, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 9847, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 9851, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 9855, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 9859, app/assets/stylesheets/intracto/main.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 9863, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9868, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9873, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9878, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9883, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9888, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9893, app/assets/stylesheets/intracto/main.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9898, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9903, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9908, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9913, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9918, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9923, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9928, app/assets/stylesheets/intracto/main.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9933, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 9937, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9941, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9945, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 9949, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9953, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 9957, app/assets/stylesheets/intracto/main.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 9961, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 9965, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9969, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9973, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 9977, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9981, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 9985, app/assets/stylesheets/intracto/main.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 9989, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9993, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9997, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10001, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10005, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10009, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10013, app/assets/stylesheets/intracto/main.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 10017, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 10021, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10025, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10029, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 10033, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10037, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 10041, app/assets/stylesheets/intracto/main.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 10045, app/assets/stylesheets/intracto/main.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 10049, app/assets/stylesheets/intracto/main.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 10053, app/assets/stylesheets/intracto/main.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 10057, app/assets/stylesheets/intracto/main.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 10061, app/assets/stylesheets/intracto/main.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 10065, app/assets/stylesheets/intracto/main.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 10069, app/assets/stylesheets/intracto/main.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10074, app/assets/stylesheets/intracto/main.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 10079, app/assets/stylesheets/intracto/main.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 10084, app/assets/stylesheets/intracto/main.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10089, app/assets/stylesheets/intracto/main.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10094, app/assets/stylesheets/intracto/main.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10099, app/assets/stylesheets/intracto/main.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10104, app/assets/stylesheets/intracto/main.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10109, app/assets/stylesheets/intracto/main.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10114, app/assets/stylesheets/intracto/main.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10119, app/assets/stylesheets/intracto/main.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10124, app/assets/stylesheets/intracto/main.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10129, app/assets/stylesheets/intracto/main.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 10133, app/assets/stylesheets/intracto/main.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10137, app/assets/stylesheets/intracto/main.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10141, app/assets/stylesheets/intracto/main.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 10145, app/assets/stylesheets/intracto/main.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10149, app/assets/stylesheets/intracto/main.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 10153, app/assets/stylesheets/intracto/main.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 10157, app/assets/stylesheets/intracto/main.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10161, app/assets/stylesheets/intracto/main.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10165, app/assets/stylesheets/intracto/main.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 10169, app/assets/stylesheets/intracto/main.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10173, app/assets/stylesheets/intracto/main.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 10177, app/assets/stylesheets/intracto/main.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10181, app/assets/stylesheets/intracto/main.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10185, app/assets/stylesheets/intracto/main.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10189, app/assets/stylesheets/intracto/main.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10193, app/assets/stylesheets/intracto/main.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10197, app/assets/stylesheets/intracto/main.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10201, app/assets/stylesheets/intracto/main.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 10205, app/assets/stylesheets/intracto/main.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10209, app/assets/stylesheets/intracto/main.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10213, app/assets/stylesheets/intracto/main.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 10217, app/assets/stylesheets/intracto/main.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10221, app/assets/stylesheets/intracto/main.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 10226, app/assets/stylesheets/intracto/main.scss */
  * {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media print {
  /* line 10234, app/assets/stylesheets/intracto/main.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 10238, app/assets/stylesheets/intracto/main.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 10242, app/assets/stylesheets/intracto/main.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 10246, app/assets/stylesheets/intracto/main.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 10250, app/assets/stylesheets/intracto/main.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 10254, app/assets/stylesheets/intracto/main.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 10258, app/assets/stylesheets/intracto/main.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 10262, app/assets/stylesheets/intracto/main.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 10269, app/assets/stylesheets/intracto/main.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 10276, app/assets/stylesheets/intracto/main.scss */
  .d-print-none {
    display: none !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 17, app/assets/stylesheets/application.scss */
.vin-button {
  padding: 3px;
  font-size: 0.8em;
  margin-top: 3px;
}

@media screen and (max-width: 1921px) {
  /* line 24, app/assets/stylesheets/application.scss */
  .is-hidden-below-1920 {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/application.scss */
#page-content ul {
  margin-left: 3em;
}

/* line 33, app/assets/stylesheets/application.scss */
.hidden,
.is-hidden {
  display: none;
}

/* line 41, app/assets/stylesheets/application.scss */
.intracto-toggle button {
  padding-left: 56px;
  min-height: 64px;
}

/* line 46, app/assets/stylesheets/application.scss */
.intracto-toggle img.icon {
  position: absolute;
  margin-left: -48px;
  margin-top: -9px;
}

/* line 55, app/assets/stylesheets/application.scss */
.intracto-toggle img.icon.normal {
  display: block;
}

/* line 56, app/assets/stylesheets/application.scss */
.intracto-toggle img.icon.hovered {
  display: none;
}

/* line 60, app/assets/stylesheets/application.scss */
.intracto-toggle .is-active img.icon.normal {
  display: none;
}

/* line 61, app/assets/stylesheets/application.scss */
.intracto-toggle .is-active img.icon.hovered {
  display: block;
}

/* line 64, app/assets/stylesheets/application.scss */
.is-compared .button.add-to-comparison-button,
.is-compared .button.remove-from-comparison-button {
  background-color: var(--color-mantis);
  color: var(--color-white);
}

/* line 69, app/assets/stylesheets/application.scss */
.is-compared .button .svg--plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 74, app/assets/stylesheets/application.scss */
.vehicle.is-compared article {
  background-color: var(--color-botticelli);
}

/* line 78, app/assets/stylesheets/application.scss */
a.tabs__button {
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/application.scss */
.search-by-vin {
  font-size: 0.8em;
  background-color: #EFEFEF;
  padding: 7px;
  border-radius: 7px;
  padding-left: 26px;
}

/* line 90, app/assets/stylesheets/application.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/application.scss */
.ecoscore-bar * {
  box-sizing: border-box;
}

/* line 100, app/assets/stylesheets/application.scss */
.ecoscore-bar .zoom {
  transition: transform .2s;
  width: 100px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 10px;
  display: table-cell;
  color: lightgray;
  font-size: 7pt;
  text-align: center;
  vertical-align: middle;
}

/* line 114, app/assets/stylesheets/application.scss */
.ecoscore-bar .ecoscore {
  font-size: 20pt;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/application.scss */
.ecoscore-bar .active {
  color: white;
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

/* line 126, app/assets/stylesheets/application.scss */
.ecoscore-bar .red {
  background-color: #DE3032;
}

/* line 130, app/assets/stylesheets/application.scss */
.ecoscore-bar .orange {
  background-color: #EF7A1B;
}

/* line 134, app/assets/stylesheets/application.scss */
.ecoscore-bar .yellow {
  background-color: #F3D700;
}

/* line 138, app/assets/stylesheets/application.scss */
.ecoscore-bar .light-green {
  background-color: #D0D201;
}

/* line 142, app/assets/stylesheets/application.scss */
.ecoscore-bar .dark-green {
  background-color: #509F34;
}

/* line 151, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .white,
.ecoscore-line .white,
.ecoscore-circle .white {
  background-color: #FFFFFF;
  color: #67BC4B;
}

/* line 156, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .red,
.ecoscore-line .red,
.ecoscore-circle .red {
  background-color: #E69186;
  color: #FFFFFF;
}

/* line 161, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .orange,
.ecoscore-line .orange,
.ecoscore-circle .orange {
  background-color: #EEB580;
  color: #FFFFFF;
}

/* line 166, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .yellow,
.ecoscore-line .yellow,
.ecoscore-circle .yellow {
  background-color: #F6D77B;
  color: #FFFFFF;
}

/* line 171, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .light-green,
.ecoscore-line .light-green,
.ecoscore-circle .light-green {
  background-color: #CDD787;
  color: #FFFFFF;
}

/* line 176, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .dark-green,
.ecoscore-line .dark-green,
.ecoscore-circle .dark-green {
  background-color: #A4D793;
  color: #FFFFFF;
}

/* line 181, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .red.active,
.ecoscore-line .red.active,
.ecoscore-circle .red.active {
  background-color: #d64835;
}

/* line 185, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .orange.active,
.ecoscore-line .orange.active,
.ecoscore-circle .orange.active {
  background-color: #E3832C;
}

/* line 189, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .yellow.active,
.ecoscore-line .yellow.active,
.ecoscore-circle .yellow.active {
  background-color: #f0bd23;
}

/* line 193, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .light-green.active,
.ecoscore-line .light-green.active,
.ecoscore-circle .light-green.active {
  background-color: #ACBD37;
}

/* line 197, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .dark-green.active,
.ecoscore-line .dark-green.active,
.ecoscore-circle .dark-green.active {
  background-color: #67BC4B;
}

/* line 203, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 {
  height: 200px;
  padding: 20px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  /*.zoom:hover{*/
}

/* line 212, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 * {
  box-sizing: border-box;
}

/* line 216, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .zoom {
  padding-top: 30px;
  transition: transform .2s;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 50px;
  display: table-cell;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 8pt;
  text-align: center;
}

/* line 231, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .active {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari 3-8 */
  transform: scale(1);
}

/* line 238, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2:not(.solar-power, .green-power) .zoom.active.my-selection, .ecoscore-bar-v2.solar-power .zoom.active.solar-power, .ecoscore-bar-v2.green-power .zoom.active.green-power {
  border: 3px solid white;
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
  z-index: 999;
}

/* line 248, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2 .ecoscore {
  display: none;
  font-size: 20pt;
  font-weight: bold;
}

/* line 254, app/assets/stylesheets/application.scss */
.ecoscore-bar-v2:not(.solar-power, .green-power) .ecoscore.my-selection, .ecoscore-bar-v2.solar-power .ecoscore.solar-power, .ecoscore-bar-v2.green-power .ecoscore.green-power {
  display: inline;
}

/* line 262, app/assets/stylesheets/application.scss */
.ecoscore-line {
  --data-pos: 0;
  --score-circle-diameter: 25px;
  --score-labels-width: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 10pt;
  height: var(--score-circle-diameter);
  /* @circle-diameter */
  margin: 50px calc((((var(--score-labels-width) / 2) - (var(--score-circle-diameter) / 2)) + var(--score-labels-width))) 50px calc((((var(--score-labels-width) / 2) - (var(--score-circle-diameter) / 2)) + var(--score-labels-width)));
  /* circle */
  /* line */
}

/* line 274, app/assets/stylesheets/application.scss */
.ecoscore-line > div {
  font-weight: bold;
  float: left;
  height: var(--score-circle-diameter);
  /* @circle-diameter */
  position: relative;
  width: calc(((100% - var(--score-circle-diameter)) * (var(--data-pos) / 100)) - .1px);
  /* (100% - @circle-diameter) - 0.1px for IE :( */
}

/* line 282, app/assets/stylesheets/application.scss */
.ecoscore-line .score-label-first,
.ecoscore-line .score-label-second {
  width: var(--score-labels-width);
  position: absolute;
  right: calc(((var(--score-labels-width) / 2) - (var(--score-circle-diameter) / 2)) * -1);
  /* half of the score-value width - half of the circle width, multiplied by -1 to get negative value */
  text-align: center;
  color: black;
  opacity: 50%;
}

/* line 292, app/assets/stylesheets/application.scss */
.ecoscore-line .score-label-first {
  bottom: 30px;
}

/* line 296, app/assets/stylesheets/application.scss */
.ecoscore-line .score-label-second {
  top: 30px;
}

/* line 300, app/assets/stylesheets/application.scss */
.ecoscore-line > div:first-child .score-label-first, .ecoscore-line > div:last-child .score-label-first {
  bottom: 0px;
}

/* line 305, app/assets/stylesheets/application.scss */
.ecoscore-line > div:first-child .score-label-second, .ecoscore-line > div:last-child .score-label-second {
  top: -30px;
  color: inherit;
  opacity: 100%;
}

/* line 313, app/assets/stylesheets/application.scss */
.ecoscore-line > div:first-child .score-label-first {
  text-align: left;
}

/* line 317, app/assets/stylesheets/application.scss */
.ecoscore-line > div:first-child .score-label-second {
  right: calc((var(--score-circle-diameter) / 2) + (var(--score-labels-width) / 2));
}

/* line 323, app/assets/stylesheets/application.scss */
.ecoscore-line > div:last-child .score-label-first {
  text-align: right;
}

/* line 327, app/assets/stylesheets/application.scss */
.ecoscore-line > div:last-child .score-label-second {
  right: calc((((var(--score-labels-width) / 2) - (var(--score-circle-diameter) / 2)) + var(--score-labels-width)) * -1);
}

/* line 333, app/assets/stylesheets/application.scss */
.ecoscore-line .score-circle {
  border-radius: calc(var(--score-circle-diameter) / 2);
  /* @circle-diameter / 2 */
  display: block;
  float: right;
  height: var(--score-circle-diameter);
  /* @circle-diameter */
  width: var(--score-circle-diameter);
  /* @circle-diameter */
}

/* line 342, app/assets/stylesheets/application.scss */
.ecoscore-line > div::after {
  background-color: darkgray;
  /* @border-color */
  content: '';
  display: block;
  height: 2px;
  /* @border-thickness */
  position: absolute;
  left: -1px;
  /* removes gap between circle and line */
  top: calc(50% - 1px);
  /* 50% - (@border-thickness / 2) */
  width: calc(100% - calc(var(--score-circle-diameter) - 2px));
  /* 100% - (@circle-diameter - 2px) */
}

/* line 353, app/assets/stylesheets/application.scss */
.ecoscore-line > div:first-child {
  width: var(--score-circle-diameter);
  /* @circle-diameter */
}

/* line 357, app/assets/stylesheets/application.scss */
.ecoscore-line > div:first-child::after {
  display: none;
  /* hide line for first circle */
}

/* line 363, app/assets/stylesheets/application.scss */
.ecoscore-circle {
  --data-score-value: 1;
  /* Score of this circle */
  --data-score-max: 1;
  /* Score of the biggest circle */
  --data-score_circle-diameter-min: 40px;
  /* The minimum diameter of the circle */
  --data-score_circle-diameter-grow-size: 60px;
  /* The size the circle can grow above the minimum diameter */
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  padding-top: calc((var(--data-score_circle-diameter-grow-size) / 2) - (((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) / 2));
}

/* line 372, app/assets/stylesheets/application.scss */
.ecoscore-circle .score-value {
  width: calc(((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) + var(--data-score_circle-diameter-min));
  height: calc(((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) + var(--data-score_circle-diameter-min));
  border-radius: calc((((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) + var(--data-score_circle-diameter-min)) / 2);
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  line-height: calc(((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) + var(--data-score_circle-diameter-min));
  margin-left: auto;
  margin-right: auto;
}

/* line 385, app/assets/stylesheets/application.scss */
.ecoscore-donut {
  --data-score-value: 1;
  /* Score of this circle */
  --data-score-max: 1;
  /* Score of the biggest circle */
  --data-score_circle-diameter-min: 40px;
  /* The minimum diameter of the circle */
  --data-score_circle-diameter-grow-size: 60px;
  /* The size the circle can grow above the minimum diameter */
  --data-stroke-color-active: #67BC4B;
  /* Stroke color of an active part */
  --data-stroke-color-inactive: #D8D8D8;
  /* Stroke color of an inactive part */
  width: calc(((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) + var(--data-score_circle-diameter-min));
  height: calc(((var(--data-score-value) / var(--data-score-max)) * var(--data-score_circle-diameter-grow-size)) + var(--data-score_circle-diameter-min));
  font-size: 16px;
  margin: 0 auto;
}

/* line 399, app/assets/stylesheets/application.scss */
.ecoscore-donut .donut-segment {
  transform-origin: center;
  stroke: white;
}

/* line 404, app/assets/stylesheets/application.scss */
.ecoscore-donut .donut-segment-active {
  stroke: var(--data-stroke-color-active);
}

/* line 408, app/assets/stylesheets/application.scss */
.ecoscore-donut .donut-segment-inactive {
  stroke: var(--data-stroke-color-inactive);
}

/* line 413, app/assets/stylesheets/application.scss */
.ecoscore-donut.red .donut-segment-active {
  stroke: #d64835;
}

/* line 419, app/assets/stylesheets/application.scss */
.ecoscore-donut.orange .donut-segment-active {
  stroke: #E3832C;
}

/* line 425, app/assets/stylesheets/application.scss */
.ecoscore-donut.yellow .donut-segment-active {
  stroke: #f0bd23;
}

/* line 431, app/assets/stylesheets/application.scss */
.ecoscore-donut.light-green .donut-segment-active {
  stroke: #ACBD37;
}

/* line 437, app/assets/stylesheets/application.scss */
.ecoscore-donut.dark-green .donut-segment-active {
  stroke: #67BC4B;
}

/* line 442, app/assets/stylesheets/application.scss */
.ecoscore-donut .donut-text {
  font-family: Arial, Helvetica, sans-serif;
  fill: #383838;
}

/* line 447, app/assets/stylesheets/application.scss */
.ecoscore-donut .donut-score-value {
  font-size: 0.5em;
  line-height: 1;
  transform: translateY(0.5em);
  font-weight: bold;
}

/* line 454, app/assets/stylesheets/application.scss */
.ecoscore-donut .donut-score-label {
  font-size: 0.12em;
  line-height: 1;
  transform: translateY(0.5em);
  text-align: center;
  text-anchor: middle;
  color: #666;
  fill: #666;
}

/* line 467, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot .pivot-breakdown-lifecycle-stage {
  display: initial;
}

/* line 471, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot .pivot-breakdown-impact-category {
  display: none;
}

/* line 476, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot.pivot-impact-category .pivot-breakdown-lifecycle-stage {
  display: none;
}

/* line 480, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot.pivot-impact-category .pivot-breakdown-impact-category {
  display: initial;
}

/* line 486, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot .donut-value-percentage {
  display: initial;
}

/* line 490, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot .donut-value-absolute {
  display: none;
}

/* line 495, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot.donut-score-absolute .donut-value-percentage {
  display: none;
}

/* line 499, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot.donut-score-absolute .donut-value-absolute {
  display: initial;
}

/* line 505, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot .pivot-content-basic {
  display: initial;
}

/* line 509, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot .pivot-content-detail {
  display: none;
}

/* line 514, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot.pivot-detail .pivot-content-basic {
  display: none;
}

/* line 518, app/assets/stylesheets/application.scss */
#ecoscore-donut-pivot.pivot-detail .pivot-content-detail {
  display: initial;
}

/* line 526, app/assets/stylesheets/application.scss */
.ecoscore-range .label,
.ecoscore-range .bar {
  vertical-align: middle;
}

/* line 531, app/assets/stylesheets/application.scss */
.ecoscore-range .label {
  color: #ACBD37;
}

/* line 535, app/assets/stylesheets/application.scss */
.ecoscore-range .bar {
  height: 15px;
  border-radius: 5px;
  background-color: #ACBD37;
}

/* line 542, app/assets/stylesheets/application.scss */
input[type=submit]:hover {
  border-color: rgba(var(--color-black-rgb), 0.6);
  color: var(--color-mine-shaft);
}

/* Intracto style overrides */
/* line 548, app/assets/stylesheets/application.scss */
.comparison {
  padding: 1rem 0;
}

/* line 552, app/assets/stylesheets/application.scss */
.stamp-small {
  height: 36px;
}

@media screen and (min-width: 1500px) {
  /* line 557, app/assets/stylesheets/application.scss */
  .new-stamp {
    position: absolute;
    width: 150px;
    left: -160px;
    top: 70px;
    z-index: 10;
  }
}

@media screen and (min-width: 960px) and (max-width: 1499px) {
  /* line 567, app/assets/stylesheets/application.scss */
  .new-stamp {
    position: absolute;
    width: 150px;
    left: 570px;
    top: 113px;
    z-index: 10;
  }
}

@media screen and (max-width: 959px) {
  /* line 577, app/assets/stylesheets/application.scss */
  .new-stamp {
    display: none;
  }
}
