/**
 * Main stylesheet
 */
/* line 1, app/assets/stylesheets/settings/_reset.scss */
html, body, h1, h2, h3, h4, h5, h6, ul, li, input, textarea, section, div, p, span, a, button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/settings/_reset.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* line 12, app/assets/stylesheets/settings/_reset.scss */
ul {
  list-style-type: none;
}

/* line 16, app/assets/stylesheets/settings/_reset.scss */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  color: color(primary);
}

/* line 21, app/assets/stylesheets/settings/_reset.scss */
a:active {
  color: color(primary);
}

/* line 22, app/assets/stylesheets/settings/_reset.scss */
a:link {
  color: color(primary);
}

/* line 23, app/assets/stylesheets/settings/_reset.scss */
a:visited {
  color: color(primary);
}

/* line 25, app/assets/stylesheets/settings/_reset.scss */
input, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

/* line 32, app/assets/stylesheets/settings/_reset.scss */
input[type="submit"], button, a, pointer {
  cursor: pointer;
}

/**
 * Ress.css with some fixes
 *
 */
/* line 41, app/assets/stylesheets/settings/_reset.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* line 47, app/assets/stylesheets/settings/_reset.scss */
img, svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 51, app/assets/stylesheets/settings/_reset.scss */
h1, h2, h3, h4, h5, h6, p, input, button, textarea, a, b {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/settings/_reset.scss */
button, input[type="submit"], a {
  cursor: pointer;
  color: inherit;
}

/* line 66, app/assets/stylesheets/settings/_reset.scss */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 72, app/assets/stylesheets/settings/_reset.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 81, app/assets/stylesheets/settings/_reset.scss */
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
/* line 88, app/assets/stylesheets/settings/_reset.scss */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
/* line 101, app/assets/stylesheets/settings/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 106, app/assets/stylesheets/settings/_reset.scss */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
/* line 116, app/assets/stylesheets/settings/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

/* line 135, app/assets/stylesheets/settings/_reset.scss */
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

/* line 139, app/assets/stylesheets/settings/_reset.scss */
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

/* line 144, app/assets/stylesheets/settings/_reset.scss */
abbr[title] {
  border-bottom: 0px;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

/* line 149, app/assets/stylesheets/settings/_reset.scss */
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

/* line 154, app/assets/stylesheets/settings/_reset.scss */
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* line 159, app/assets/stylesheets/settings/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

/* line 166, app/assets/stylesheets/settings/_reset.scss */
b,
em,
i,
strong {
  font-style: normal;
  font-weight: normal;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* line 174, app/assets/stylesheets/settings/_reset.scss */
dfn {
  font-style: normal;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
/* line 179, app/assets/stylesheets/settings/_reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
/* line 185, app/assets/stylesheets/settings/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 193, app/assets/stylesheets/settings/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 197, app/assets/stylesheets/settings/_reset.scss */
sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 205, app/assets/stylesheets/settings/_reset.scss */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
/* line 210, app/assets/stylesheets/settings/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
/* line 219, app/assets/stylesheets/settings/_reset.scss */
[disabled] {
  cursor: default;
}

/* line 223, app/assets/stylesheets/settings/_reset.scss */
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

/* line 227, app/assets/stylesheets/settings/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

/* line 231, app/assets/stylesheets/settings/_reset.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

/* line 236, app/assets/stylesheets/settings/_reset.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

/* line 241, app/assets/stylesheets/settings/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

/* line 249, app/assets/stylesheets/settings/_reset.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

/* line 253, app/assets/stylesheets/settings/_reset.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
/* line 258, app/assets/stylesheets/settings/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
/* line 267, app/assets/stylesheets/settings/_reset.scss */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* line 274, app/assets/stylesheets/settings/_reset.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* line 281, app/assets/stylesheets/settings/_reset.scss */
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* line 287, app/assets/stylesheets/settings/_reset.scss */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
/* line 297, app/assets/stylesheets/settings/_reset.scss */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

/* line 302, app/assets/stylesheets/settings/_reset.scss */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

/* line 306, app/assets/stylesheets/settings/_reset.scss */
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

/* line 310, app/assets/stylesheets/settings/_reset.scss */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

/* line 318, app/assets/stylesheets/settings/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* line 323, app/assets/stylesheets/settings/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* line 332, app/assets/stylesheets/settings/_reset.scss */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* line 341, app/assets/stylesheets/settings/_reset.scss */
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* line 345, app/assets/stylesheets/settings/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  /* line 358, app/assets/stylesheets/settings/_reset.scss */
  [hidden~="screen"] {
    display: inherit;
  }
  /* line 361, app/assets/stylesheets/settings/_reset.scss */
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
/* line 368, app/assets/stylesheets/settings/_reset.scss */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
/* line 373, app/assets/stylesheets/settings/_reset.scss */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 378, app/assets/stylesheets/settings/_reset.scss */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/* line 388, app/assets/stylesheets/settings/_reset.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* line 394, app/assets/stylesheets/settings/_reset.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Params
 */
/******************
 * GRID
 ****************/
/**********
 * UTILS
 **********/
/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-1 {
  margin: 8px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-1 {
  margin-top: 8px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-1 {
  margin-bottom: 8px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-1 {
  margin-left: 8px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-1 {
  margin-right: 8px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-2 {
  margin: 16px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-2 {
  margin-top: 16px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-2 {
  margin-bottom: 16px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-2 {
  margin-left: 16px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-2 {
  margin-right: 16px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-3 {
  margin: 24px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-3 {
  margin-top: 24px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-3 {
  margin-bottom: 24px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-3 {
  margin-left: 24px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-3 {
  margin-right: 24px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-4 {
  margin: 32px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-4 {
  margin-top: 32px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-4 {
  margin-bottom: 32px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-4 {
  margin-left: 32px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-4 {
  margin-right: 32px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-5 {
  margin: 40px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-5 {
  margin-top: 40px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-5 {
  margin-bottom: 40px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-5 {
  margin-left: 40px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-5 {
  margin-right: 40px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-5 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-6 {
  margin: 48px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-6 {
  margin-top: 48px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-6 {
  margin-bottom: 48px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-6 {
  margin-left: 48px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-6 {
  margin-right: 48px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-7 {
  margin: 56px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-7 {
  margin-top: 56px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-7 {
  margin-bottom: 56px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-7 {
  margin-left: 56px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-7 {
  margin-right: 56px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-7 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-8 {
  margin: 64px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-8 {
  margin-top: 64px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-8 {
  margin-bottom: 64px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-8 {
  margin-left: 64px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-8 {
  margin-right: 64px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-8 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-9 {
  margin: 72px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-9 {
  margin-top: 72px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-9 {
  margin-bottom: 72px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-9 {
  margin-left: 72px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-9 {
  margin-right: 72px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-9 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

/* line 44, app/assets/stylesheets/settings/_mixins.scss */
.margin-10 {
  margin: 80px !important;
}

/* line 47, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-10 {
  margin-top: 80px !important;
}

/* line 50, app/assets/stylesheets/settings/_mixins.scss */
.margin-bottom-10 {
  margin-bottom: 80px !important;
}

/* line 53, app/assets/stylesheets/settings/_mixins.scss */
.margin-left-10 {
  margin-left: 80px !important;
}

/* line 56, app/assets/stylesheets/settings/_mixins.scss */
.margin-right-10 {
  margin-right: 80px !important;
}

/* line 59, app/assets/stylesheets/settings/_mixins.scss */
.margin-top-bottom-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 63, app/assets/stylesheets/settings/_mixins.scss */
.margin-lateral-10 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-1 {
  padding: 8px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-1 {
  padding-top: 8px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-1 {
  padding-bottom: 8px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-1 {
  padding-left: 8px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-1 {
  padding-right: 8px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-2 {
  padding: 16px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-2 {
  padding-top: 16px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-2 {
  padding-bottom: 16px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-2 {
  padding-left: 16px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-2 {
  padding-right: 16px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-3 {
  padding: 24px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-3 {
  padding-top: 24px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-3 {
  padding-bottom: 24px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-3 {
  padding-left: 24px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-3 {
  padding-right: 24px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-4 {
  padding: 32px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-4 {
  padding-top: 32px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-4 {
  padding-bottom: 32px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-4 {
  padding-left: 32px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-4 {
  padding-right: 32px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-5 {
  padding: 40px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-5 {
  padding-top: 40px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-5 {
  padding-bottom: 40px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-5 {
  padding-left: 40px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-5 {
  padding-right: 40px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-6 {
  padding: 48px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-6 {
  padding-top: 48px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-6 {
  padding-bottom: 48px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-6 {
  padding-left: 48px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-6 {
  padding-right: 48px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-7 {
  padding: 56px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-7 {
  padding-top: 56px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-7 {
  padding-bottom: 56px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-7 {
  padding-left: 56px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-7 {
  padding-right: 56px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-7 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-8 {
  padding: 64px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-8 {
  padding-top: 64px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-8 {
  padding-bottom: 64px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-8 {
  padding-left: 64px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-8 {
  padding-right: 64px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-8 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-9 {
  padding: 72px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-9 {
  padding-top: 72px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-9 {
  padding-bottom: 72px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-9 {
  padding-left: 72px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-9 {
  padding-right: 72px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-9 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

/* line 70, app/assets/stylesheets/settings/_mixins.scss */
.padding-10 {
  padding: 80px !important;
}

/* line 73, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-10 {
  padding-top: 80px !important;
}

/* line 76, app/assets/stylesheets/settings/_mixins.scss */
.padding-bottom-10 {
  padding-bottom: 80px !important;
}

/* line 79, app/assets/stylesheets/settings/_mixins.scss */
.padding-left-10 {
  padding-left: 80px !important;
}

/* line 82, app/assets/stylesheets/settings/_mixins.scss */
.padding-right-10 {
  padding-right: 80px !important;
}

/* line 85, app/assets/stylesheets/settings/_mixins.scss */
.padding-top-bottom-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 89, app/assets/stylesheets/settings/_mixins.scss */
.padding-lateral-10 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-white {
  color: #FFFFFF;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-white {
  background-color: #FFFFFF;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-white {
  border: 1px solid #FFFFFF !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-white {
  border-bottom: 1px solid #FFFFFF !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-white {
  border-top: 1px solid #FFFFFF !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-white {
  border-left: 1px solid #FFFFFF !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-white {
  border-right: 1px solid #FFFFFF !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-yellow {
  color: #FFFFCF;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-yellow {
  background-color: #FFFFCF;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-yellow {
  border: 1px solid #FFFFCF !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-yellow {
  border-bottom: 1px solid #FFFFCF !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-yellow {
  border-top: 1px solid #FFFFCF !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-yellow {
  border-left: 1px solid #FFFFCF !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-yellow {
  border-right: 1px solid #FFFFCF !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-flame {
  color: #F15025;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-flame {
  background-color: #F15025;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-flame {
  border: 1px solid #F15025 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-flame {
  border-bottom: 1px solid #F15025 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-flame {
  border-top: 1px solid #F15025 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-flame {
  border-left: 1px solid #F15025 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-flame {
  border-right: 1px solid #F15025 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-flame-dark {
  color: #c63e19;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-flame-dark {
  background-color: #c63e19;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-flame-dark {
  border: 1px solid #c63e19 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-flame-dark {
  border-bottom: 1px solid #c63e19 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-flame-dark {
  border-top: 1px solid #c63e19 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-flame-dark {
  border-left: 1px solid #c63e19 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-flame-dark {
  border-right: 1px solid #c63e19 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-red {
  color: #CA1B1E;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-red {
  background-color: #CA1B1E;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-red {
  border: 1px solid #CA1B1E !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-red {
  border-bottom: 1px solid #CA1B1E !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-red {
  border-top: 1px solid #CA1B1E !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-red {
  border-left: 1px solid #CA1B1E !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-red {
  border-right: 1px solid #CA1B1E !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-purple {
  color: #5D536B;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-purple {
  background-color: #5D536B;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-purple {
  border: 1px solid #5D536B !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-purple {
  border-bottom: 1px solid #5D536B !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-purple {
  border-top: 1px solid #5D536B !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-purple {
  border-left: 1px solid #5D536B !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-purple {
  border-right: 1px solid #5D536B !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-blue-ultradark {
  color: #090E20;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-blue-ultradark {
  background-color: #090E20;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-blue-ultradark {
  border: 1px solid #090E20 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-blue-ultradark {
  border-bottom: 1px solid #090E20 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-blue-ultradark {
  border-top: 1px solid #090E20 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-blue-ultradark {
  border-left: 1px solid #090E20 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-blue-ultradark {
  border-right: 1px solid #090E20 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-blue-dark {
  color: #192B62;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-blue-dark {
  background-color: #192B62;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-blue-dark {
  border: 1px solid #192B62 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-blue-dark {
  border-bottom: 1px solid #192B62 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-blue-dark {
  border-top: 1px solid #192B62 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-blue-dark {
  border-left: 1px solid #192B62 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-blue-dark {
  border-right: 1px solid #192B62 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-blue {
  color: #254092;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-blue {
  background-color: #254092;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-blue {
  border: 1px solid #254092 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-blue {
  border-bottom: 1px solid #254092 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-blue {
  border-top: 1px solid #254092 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-blue {
  border-left: 1px solid #254092 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-blue {
  border-right: 1px solid #254092 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-blue-light {
  color: #5176E2;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-blue-light {
  background-color: #5176E2;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-blue-light {
  border: 1px solid #5176E2 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-blue-light {
  border-bottom: 1px solid #5176E2 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-blue-light {
  border-top: 1px solid #5176E2 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-blue-light {
  border-left: 1px solid #5176E2 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-blue-light {
  border-right: 1px solid #5176E2 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-grey-dark {
  color: #3F3F3F;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-grey-dark {
  background-color: #3F3F3F;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-grey-dark {
  border: 1px solid #3F3F3F !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-grey-dark {
  border-bottom: 1px solid #3F3F3F !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-grey-dark {
  border-top: 1px solid #3F3F3F !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-grey-dark {
  border-left: 1px solid #3F3F3F !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-grey-dark {
  border-right: 1px solid #3F3F3F !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-grey {
  color: #9B9999;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-grey {
  background-color: #9B9999;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-grey {
  border: 1px solid #9B9999 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-grey {
  border-bottom: 1px solid #9B9999 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-grey {
  border-top: 1px solid #9B9999 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-grey {
  border-left: 1px solid #9B9999 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-grey {
  border-right: 1px solid #9B9999 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-grey-light {
  color: #CECCCC;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-grey-light {
  background-color: #CECCCC;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-grey-light {
  border: 1px solid #CECCCC !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-grey-light {
  border-bottom: 1px solid #CECCCC !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-grey-light {
  border-top: 1px solid #CECCCC !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-grey-light {
  border-left: 1px solid #CECCCC !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-grey-light {
  border-right: 1px solid #CECCCC !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-grey-ultralight {
  color: #F9F9F9;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-grey-ultralight {
  background-color: #F9F9F9;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-grey-ultralight {
  border: 1px solid #F9F9F9 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-grey-ultralight {
  border-bottom: 1px solid #F9F9F9 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-grey-ultralight {
  border-top: 1px solid #F9F9F9 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-grey-ultralight {
  border-left: 1px solid #F9F9F9 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-grey-ultralight {
  border-right: 1px solid #F9F9F9 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-black {
  color: #000000;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-black {
  background-color: #000000;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-black {
  border: 1px solid #000000 !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-black {
  border-bottom: 1px solid #000000 !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-black {
  border-top: 1px solid #000000 !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-black {
  border-left: 1px solid #000000 !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-black {
  border-right: 1px solid #000000 !important;
}

/* line 99, app/assets/stylesheets/settings/_mixins.scss */
.c-transparent {
  color: transparent;
}

/* line 103, app/assets/stylesheets/settings/_mixins.scss */
.bg-transparent {
  background-color: transparent;
}

/* line 107, app/assets/stylesheets/settings/_mixins.scss */
.bd-transparent {
  border: 1px solid transparent !important;
}

/* line 110, app/assets/stylesheets/settings/_mixins.scss */
.bd-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}

/* line 113, app/assets/stylesheets/settings/_mixins.scss */
.bd-top-transparent {
  border-top: 1px solid transparent !important;
}

/* line 116, app/assets/stylesheets/settings/_mixins.scss */
.bd-left-transparent {
  border-left: 1px solid transparent !important;
}

/* line 119, app/assets/stylesheets/settings/_mixins.scss */
.bd-right-transparent {
  border-right: 1px solid transparent !important;
}

@font-face {
  font-family: 'BentonSans Book';
  src: url(/fonts/BentonSans_Book.otf) format("opentype");
}

@font-face {
  font-family: 'BentonSans Bold';
  src: url(/fonts/BentonSans_Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Playfair Bold';
  src: url(/fonts/PlayfairDisplaySC-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'BentonSans Cond';
  src: url(/fonts/BentonSans_Cond_Light_Regular.otf) format("opentype");
}

@font-face {
  font-family: 'BentonSans Cond Bold';
  src: url(/fonts/BentonSans_Condensed_Regular.otf) format("opentype");
}

/*
@font-face {
	font-family: '';
	src: url(/fonts/name.eot);
	src: url(/fonts/name.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/name.woff2)      format('woff2'),
}
*/
/* line 23, app/assets/stylesheets/settings/_typo.scss */
html, body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "BentonSans Book";
}

/* line 30, app/assets/stylesheets/settings/_typo.scss */
::-moz-selection {
  background: color(secondary);
  color: color(accent);
}
::selection {
  background: color(secondary);
  color: color(accent);
}

/**
 * font sizes
*/
/* line 39, app/assets/stylesheets/settings/_typo.scss */
.h1 {
  font-size: 58px;
  line-height: 75.4px;
}

/* line 40, app/assets/stylesheets/settings/_typo.scss */
.h2 {
  font-size: 44px;
  line-height: 57.2px;
}

/* line 41, app/assets/stylesheets/settings/_typo.scss */
.h3 {
  font-size: 28px;
  line-height: 36.4px;
}

/* line 42, app/assets/stylesheets/settings/_typo.scss */
.h4 {
  font-size: 22px;
  line-height: 28.6px;
  letter-spacing: 1px;
}

/* line 44, app/assets/stylesheets/settings/_typo.scss */
.h5 {
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: 1px;
}

/* line 46, app/assets/stylesheets/settings/_typo.scss */
.p {
  font-size: 17px;
  line-height: 20.4px;
  letter-spacing: 1px;
}

/* line 48, app/assets/stylesheets/settings/_typo.scss */
.h6 {
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 1px;
}

/* line 50, app/assets/stylesheets/settings/_typo.scss */
.h7 {
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: 1.5px;
}

/* line 52, app/assets/stylesheets/settings/_typo.scss */
h1, h2, h3, h4, h5, h6, p, a {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/* line 60, app/assets/stylesheets/settings/_typo.scss */
.hover-txt-flame {
  color: #F15025;
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 61, app/assets/stylesheets/settings/_typo.scss */
a.btn:hover {
  color: #FFFFFF;
}

/* line 62, app/assets/stylesheets/settings/_typo.scss */
p a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}

/* line 64, app/assets/stylesheets/settings/_typo.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 65, app/assets/stylesheets/settings/_typo.scss */
.bold {
  font-family: "BentonSans Bold";
}

/* line 66, app/assets/stylesheets/settings/_typo.scss */
.light {
  font-family: "";
}

/* line 67, app/assets/stylesheets/settings/_typo.scss */
.roman {
  font-family: "Playfair Bold";
}

/* line 68, app/assets/stylesheets/settings/_typo.scss */
.regular {
  font-family: "BentonSans Book";
}

/* line 69, app/assets/stylesheets/settings/_typo.scss */
.condensed {
  font-family: "BentonSans Cond";
}

/* line 70, app/assets/stylesheets/settings/_typo.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 71, app/assets/stylesheets/settings/_typo.scss */
.underline {
  text-decoration: underline;
}

/* line 77, app/assets/stylesheets/settings/_typo.scss */
.subtitle {
  text-transform: uppercase;
  font-family: "BentonSans Bold";
  padding: 8px 0;
  border-bottom: 1px solid #CECCCC;
  margin: 16px 0;
}

/* line 85, app/assets/stylesheets/settings/_typo.scss */
.title {
  padding: 16px 0;
  border-bottom: 1px solid #CECCCC;
  margin: 32px 0;
}

/**
 * Google Maps Placeholder Styling
 * Shown when consent is not given for functional cookies
 */
/* line 6, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(81, 118, 226, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(241, 80, 37, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* line 31, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
  max-width: 400px;
}

/* line 39, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  color: #5176e2;
  opacity: 0.6;
}

/* line 47, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__title {
  font-size: 20px;
  font-weight: 600;
  color: #3f3f3f;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

/* line 55, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__text {
  font-size: 14px;
  color: #9b9999;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

/* line 62, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__button {
  display: inline-block;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: #f15025;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__button:hover {
  background: #c63e19;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(241, 80, 37, 0.3);
          box-shadow: 0 4px 12px rgba(241, 80, 37, 0.3);
}

/* line 81, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 85, app/assets/stylesheets/lib/_maps_placeholder.scss */
.map-placeholder__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(241, 80, 37, 0.1);
          box-shadow: 0 0 0 3px rgba(241, 80, 37, 0.1);
}

@media (max-width: 768px) {
  /* line 93, app/assets/stylesheets/lib/_maps_placeholder.scss */
  .map-placeholder {
    min-height: 300px;
  }
  /* line 96, app/assets/stylesheets/lib/_maps_placeholder.scss */
  .map-placeholder__content {
    padding: 30px 15px;
  }
  /* line 100, app/assets/stylesheets/lib/_maps_placeholder.scss */
  .map-placeholder__icon {
    width: 50px;
    height: 50px;
  }
  /* line 105, app/assets/stylesheets/lib/_maps_placeholder.scss */
  .map-placeholder__title {
    font-size: 18px;
  }
  /* line 109, app/assets/stylesheets/lib/_maps_placeholder.scss */
  .map-placeholder__text {
    font-size: 13px;
  }
  /* line 113, app/assets/stylesheets/lib/_maps_placeholder.scss */
  .map-placeholder__button {
    padding: 8px 24px;
    font-size: 13px;
  }
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.4.0
========================================================================== */
/* line 8, app/assets/stylesheets/lib/gridlex.scss */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.5rem;
}

/* line 15, app/assets/stylesheets/lib/gridlex.scss */
[class~="col"],
[class*="col-"],
[class*="col_"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%;
}

/* line 21, app/assets/stylesheets/lib/gridlex.scss */
[class~="col"],
[class*="col_"] {
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/* line 25, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"] {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

/* line 30, app/assets/stylesheets/lib/gridlex.scss */
[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
/* line 41, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}

/* line 43, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-noGutter"] > [class~="col"],
[class*="grid-"][class*="-noGutter"] > [class*="col-"] {
  padding: 0;
}

/* line 49, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-noWrap"] {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 53, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-center"] {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 57, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-right"] {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: auto;
}

/* line 63, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-top"] {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 67, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-middle"] {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 71, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-bottom"] {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 76, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-reverse"] {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 79, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-column"] {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 81, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-column"] > [class*="col-"] {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

/* line 85, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-column-reverse"] {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 90, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-spaceBetween"] {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 93, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-spaceAround"] {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/* line 98, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-equalHeight"] > [class~="col"], [class*="grid-"][class*="-equalHeight"] > [class*="col-"], [class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 101, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

/* line 106, app/assets/stylesheets/lib/gridlex.scss */
[class*="grid-"][class*="-noBottom"] > [class~="col"], [class*="grid-"][class*="-noBottom"] > [class*="col-"], [class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0;
}

/* line 113, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"][class*="-top"] {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

/* line 116, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"][class*="-middle"] {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 119, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"][class*="-bottom"] {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 122, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"][class*="-first"] {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

/* line 125, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"][class*="-last"] {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/************************
    GRID BY NUMBER
*************************/
/* line 41, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

/* line 46, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"] {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

/* line 51, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"] {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 56, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"] {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

/* line 60, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"] {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
}

/* line 64, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"] {
  -webkit-flex-basis: 16.6666666667%;
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 68, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"] {
  -webkit-flex-basis: 14.2857142857%;
      -ms-flex-preferred-size: 14.2857142857%;
          flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

/* line 72, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"] {
  -webkit-flex-basis: 12.5%;
      -ms-flex-preferred-size: 12.5%;
          flex-basis: 12.5%;
  max-width: 12.5%;
}

/* line 76, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"] {
  -webkit-flex-basis: 11.1111111111%;
      -ms-flex-preferred-size: 11.1111111111%;
          flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

/* line 80, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"] {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  max-width: 10%;
}

/* line 84, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"] {
  -webkit-flex-basis: 9.0909090909%;
      -ms-flex-preferred-size: 9.0909090909%;
          flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

/* line 88, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"] {
  -webkit-flex-basis: 8.3333333333%;
      -ms-flex-preferred-size: 8.3333333333%;
          flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media screen and (max-width: 80em) {
  /* line 41, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-1"] > [class~="col"],
[class*="_lg-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 46, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-2"] > [class~="col"],
[class*="_lg-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 51, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-3"] > [class~="col"],
[class*="_lg-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-4"] > [class~="col"],
[class*="_lg-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 60, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-5"] > [class~="col"],
[class*="_lg-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  /* line 64, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-6"] > [class~="col"],
[class*="_lg-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 68, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-7"] > [class~="col"],
[class*="_lg-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
            flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 72, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-8"] > [class~="col"],
[class*="_lg-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 76, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-9"] > [class~="col"],
[class*="_lg-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.1111111111%;
        -ms-flex-preferred-size: 11.1111111111%;
            flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 80, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-10"] > [class~="col"],
[class*="_lg-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  /* line 84, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-11"] > [class~="col"],
[class*="_lg-11"] > [class*="col-"] {
    -webkit-flex-basis: 9.0909090909%;
        -ms-flex-preferred-size: 9.0909090909%;
            flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 88, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_lg-12"] > [class~="col"],
[class*="_lg-12"] > [class*="col-"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media screen and (max-width: 64em) {
  /* line 41, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-1"] > [class~="col"],
[class*="_md-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 46, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-2"] > [class~="col"],
[class*="_md-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 51, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-3"] > [class~="col"],
[class*="_md-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-4"] > [class~="col"],
[class*="_md-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 60, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-5"] > [class~="col"],
[class*="_md-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  /* line 64, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-6"] > [class~="col"],
[class*="_md-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 68, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-7"] > [class~="col"],
[class*="_md-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
            flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 72, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-8"] > [class~="col"],
[class*="_md-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 76, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-9"] > [class~="col"],
[class*="_md-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.1111111111%;
        -ms-flex-preferred-size: 11.1111111111%;
            flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 80, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-10"] > [class~="col"],
[class*="_md-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  /* line 84, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-11"] > [class~="col"],
[class*="_md-11"] > [class*="col-"] {
    -webkit-flex-basis: 9.0909090909%;
        -ms-flex-preferred-size: 9.0909090909%;
            flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 88, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_md-12"] > [class~="col"],
[class*="_md-12"] > [class*="col-"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media screen and (max-width: 48em) {
  /* line 41, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-1"] > [class~="col"],
[class*="_sm-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 46, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-2"] > [class~="col"],
[class*="_sm-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 51, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-3"] > [class~="col"],
[class*="_sm-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-4"] > [class~="col"],
[class*="_sm-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 60, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-5"] > [class~="col"],
[class*="_sm-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  /* line 64, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-6"] > [class~="col"],
[class*="_sm-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 68, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-7"] > [class~="col"],
[class*="_sm-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
            flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 72, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-8"] > [class~="col"],
[class*="_sm-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 76, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-9"] > [class~="col"],
[class*="_sm-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.1111111111%;
        -ms-flex-preferred-size: 11.1111111111%;
            flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 80, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-10"] > [class~="col"],
[class*="_sm-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  /* line 84, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-11"] > [class~="col"],
[class*="_sm-11"] > [class*="col-"] {
    -webkit-flex-basis: 9.0909090909%;
        -ms-flex-preferred-size: 9.0909090909%;
            flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 88, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_sm-12"] > [class~="col"],
[class*="_sm-12"] > [class*="col-"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media screen and (max-width: 35.5em) {
  /* line 41, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-1"] > [class~="col"],
[class*="_xs-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 46, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-2"] > [class~="col"],
[class*="_xs-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 51, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-3"] > [class~="col"],
[class*="_xs-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-4"] > [class~="col"],
[class*="_xs-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 60, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-5"] > [class~="col"],
[class*="_xs-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  /* line 64, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-6"] > [class~="col"],
[class*="_xs-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 68, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-7"] > [class~="col"],
[class*="_xs-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
            flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 72, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-8"] > [class~="col"],
[class*="_xs-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 76, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-9"] > [class~="col"],
[class*="_xs-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.1111111111%;
        -ms-flex-preferred-size: 11.1111111111%;
            flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 80, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-10"] > [class~="col"],
[class*="_xs-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  /* line 84, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-11"] > [class~="col"],
[class*="_xs-11"] > [class*="col-"] {
    -webkit-flex-basis: 9.0909090909%;
        -ms-flex-preferred-size: 9.0909090909%;
            flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 88, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="_xs-12"] > [class~="col"],
[class*="_xs-12"] > [class*="col-"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

/************************
    COLS SIZES
*************************/
/* line 98, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-1"] {
  -webkit-flex-basis: 8.3333333333%;
      -ms-flex-preferred-size: 8.3333333333%;
          flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 99, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-2"] {
  -webkit-flex-basis: 16.6666666667%;
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 100, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-3"] {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

/* line 101, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-4"] {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 102, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-5"] {
  -webkit-flex-basis: 41.6666666667%;
      -ms-flex-preferred-size: 41.6666666667%;
          flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 103, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-6"] {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

/* line 104, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-7"] {
  -webkit-flex-basis: 58.3333333333%;
      -ms-flex-preferred-size: 58.3333333333%;
          flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 105, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-8"] {
  -webkit-flex-basis: 66.6666666667%;
      -ms-flex-preferred-size: 66.6666666667%;
          flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 106, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-9"] {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

/* line 107, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-10"] {
  -webkit-flex-basis: 83.3333333333%;
      -ms-flex-preferred-size: 83.3333333333%;
          flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 108, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-11"] {
  -webkit-flex-basis: 91.6666666667%;
      -ms-flex-preferred-size: 91.6666666667%;
          flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 109, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*='grid'] > [class*="col-12"] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

/* line 130, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}

/* line 132, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}

/* line 133, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}

/* line 134, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}

/* line 135, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}

/* line 136, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}

/* line 137, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}

/* line 138, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}

/* line 139, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}

/* line 140, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}

/* line 141, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}

/* line 143, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}

/* line 144, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}

/* line 145, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}

/* line 146, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}

/* line 147, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}

/* line 148, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}

/* line 149, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}

/* line 150, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}

/* line 151, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}

/* line 152, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}

/* line 153, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}

/* line 154, app/assets/stylesheets/lib/gridlex-vars.scss */
[class*="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}

@media screen and (max-width: 80em) {
  /* line 98, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-1"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 99, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-2"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 100, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 101, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-4"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 102, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-5"] {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 103, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 104, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-7"] {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 105, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-8"] {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 106, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  /* line 107, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-10"] {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 108, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-11"] {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 109, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_lg-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 130, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  /* line 131, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 132, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 133, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  /* line 134, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 135, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 136, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  /* line 137, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 138, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 139, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  /* line 140, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 141, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 143, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  /* line 144, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 145, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 146, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  /* line 147, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 148, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 149, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  /* line 150, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 151, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 152, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  /* line 153, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 154, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 117, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_lg-first"] {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 120, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_lg-last"] {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 64em) {
  /* line 98, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-1"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 99, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-2"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 100, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 101, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-4"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 102, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-5"] {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 103, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 104, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-7"] {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 105, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-8"] {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 106, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  /* line 107, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-10"] {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 108, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-11"] {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 109, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_md-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 130, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  /* line 131, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 132, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 133, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  /* line 134, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 135, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 136, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  /* line 137, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 138, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 139, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  /* line 140, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 141, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 143, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  /* line 144, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 145, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 146, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  /* line 147, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 148, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 149, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  /* line 150, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 151, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 152, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  /* line 153, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 154, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 117, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_md-first"] {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 120, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_md-last"] {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 48em) {
  /* line 98, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-1"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 99, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-2"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 100, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 101, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-4"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 102, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-5"] {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 103, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 104, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-7"] {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 105, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-8"] {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 106, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  /* line 107, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-10"] {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 108, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-11"] {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 109, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_sm-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 130, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  /* line 131, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 132, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 133, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  /* line 134, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 135, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 136, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  /* line 137, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 138, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 139, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  /* line 140, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 141, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 143, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  /* line 144, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 145, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 146, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  /* line 147, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 148, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 149, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  /* line 150, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 151, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 152, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  /* line 153, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 154, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 117, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_sm-first"] {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 120, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_sm-last"] {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 35.5em) {
  /* line 98, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-1"] {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 99, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-2"] {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 100, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  /* line 101, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-4"] {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 102, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-5"] {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 103, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  /* line 104, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-7"] {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 105, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-8"] {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 106, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  /* line 107, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-10"] {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 108, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-11"] {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 109, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] > [class*="_xs-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 130, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  /* line 131, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 132, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 133, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  /* line 134, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 135, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 136, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  /* line 137, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 138, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 139, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  /* line 140, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 141, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 143, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  /* line 144, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 145, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 146, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  /* line 147, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 148, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 149, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  /* line 150, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 151, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 152, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  /* line 153, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 154, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 117, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_xs-first"] {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 120, app/assets/stylesheets/lib/gridlex-vars.scss */
  [class*='grid'] [class*="_xs-last"] {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/************************
    HIDING COLS
*************************/
/* line 160, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"]:not([class*="grid"]):not([class*="col-0"]) {
  display: block;
}

/* line 163, app/assets/stylesheets/lib/gridlex.scss */
[class~="grid"][class*="col-"]:not([class*="col-0"]) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 166, app/assets/stylesheets/lib/gridlex.scss */
[class*="col-"][class*="col-0"] {
  display: none;
}

@media screen and (max-width: 80em) {
  /* line 173, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > :not([class*="_lg-0"]) {
    display: block;
  }
  /* line 176, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"]:not([class*="_lg-0"]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 179, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > [class*="_lg-0"], [class*="grid"][class*="-equalHeight"] > [class*="_lg-0"] {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  /* line 173, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > :not([class*="_md-0"]) {
    display: block;
  }
  /* line 176, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"]:not([class*="_md-0"]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 179, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > [class*="_md-0"], [class*="grid"][class*="-equalHeight"] > [class*="_md-0"] {
    display: none;
  }
}

@media screen and (max-width: 48em) {
  /* line 173, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > :not([class*="_sm-0"]) {
    display: block;
  }
  /* line 176, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"]:not([class*="_sm-0"]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 179, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > [class*="_sm-0"], [class*="grid"][class*="-equalHeight"] > [class*="_sm-0"] {
    display: none;
  }
}

@media screen and (max-width: 35.5em) {
  /* line 173, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > :not([class*="_xs-0"]) {
    display: block;
  }
  /* line 176, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"]:not([class*="_xs-0"]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 179, app/assets/stylesheets/lib/gridlex.scss */
  [class*="grid"] > [class*="_xs-0"], [class*="grid"][class*="-equalHeight"] > [class*="_xs-0"] {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/components/_commons.scss */
body {
  text-align: left;
  background: #fff;
  color: #3F3F3F;
  font-family: "BentonSans Book";
}

/* line 8, app/assets/stylesheets/components/_commons.scss */
.no-scroll {
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/components/_commons.scss */
.panel {
  padding: 16px;
}

/* line 19, app/assets/stylesheets/components/_commons.scss */
.inline {
  display: inline-block;
}

/* line 24, app/assets/stylesheets/components/_commons.scss */
.panel-image-text .image {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/components/_commons.scss */
.panel-image-text .image img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 32, app/assets/stylesheets/components/_commons.scss */
.panel-image-text .image img:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

/* line 37, app/assets/stylesheets/components/_commons.scss */
.panel-image-text .text {
  position: relative;
  display: block;
  padding: 16px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/components/_commons.scss */
.panel-image-text .text a.btn {
  display: block;
  max-width: 200px;
  margin: 16px auto;
}

/* line 45, app/assets/stylesheets/components/_commons.scss */
.panel-image-text-horiz {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, app/assets/stylesheets/components/_commons.scss */
.panel-image-text-horiz .image {
  position: relative;
  padding: 0;
  margin: 0;
  width: 300px;
  height: auto;
  overflow: hidden;
}

/* line 53, app/assets/stylesheets/components/_commons.scss */
.panel-image-text-horiz .image img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 56, app/assets/stylesheets/components/_commons.scss */
.panel-image-text-horiz .image img:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

/* line 61, app/assets/stylesheets/components/_commons.scss */
.panel-image-text-horiz .text {
  position: relative;
  padding: 16px;
  width: 100%;
}

/* line 68, app/assets/stylesheets/components/_commons.scss */
fieldset {
  border: none;
}

/* line 72, app/assets/stylesheets/components/_commons.scss */
.btn,
input[type=submit] {
  display: inline-block;
  padding: 20px 35px 15px;
  text-transform: uppercase;
  font-family: "BentonSans Bold";
  text-align: center;
  border: 1px solid;
  margin: 8px 0;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  font-size: 11px;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/components/_commons.scss */
.btn.wide,
input.wide[type=submit] {
  max-width: 100%;
  width: 100%;
}

/* line 89, app/assets/stylesheets/components/_commons.scss */
.btn.small,
input.small[type=submit] {
  padding: 10px 25px 5px;
  display: inline !important;
}

/* line 95, app/assets/stylesheets/components/_commons.scss */
input[type=submit] {
  padding: 20px 35px 25px;
}

/* line 99, app/assets/stylesheets/components/_commons.scss */
.btn.fixed-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 105, app/assets/stylesheets/components/_commons.scss */
ul.horizontal-list li {
  display: inline-block;
  padding: 0 10px;
}

/* line 109, app/assets/stylesheets/components/_commons.scss */
ul.horizontal-list.internal-links li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: center;
  border-left: 1px solid #3F3F3F;
}

/* line 116, app/assets/stylesheets/components/_commons.scss */
ul.horizontal-list.internal-links li:first-child {
  width: 200px;
  border-left: none;
  text-align: left;
  padding-left: 0px;
}

/* line 122, app/assets/stylesheets/components/_commons.scss */
ul.horizontal-list.internal-links li:nth-child(2) {
  border-left: none;
}

/* line 128, app/assets/stylesheets/components/_commons.scss */
.products-link [class*=col] {
  border-right: 1px solid #3F3F3F;
}

/* line 131, app/assets/stylesheets/components/_commons.scss */
.products-link [class*=col]:nth-child(3) {
  border-right: none;
}

/* line 138, app/assets/stylesheets/components/_commons.scss */
.hero-std {
  height: 70vh;
  width: 100%;
  display: block;
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.white {
  background: #FFFFFF;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.yellow {
  background: #FFFFCF;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.flame {
  background: #F15025;
  border: 1px solid #c63e19;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 149, app/assets/stylesheets/components/_commons.scss */
.btn.flame:hover {
  background: #c63e19;
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.flame-dark {
  background: #c63e19;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.red {
  background: #CA1B1E;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.purple {
  background: #5D536B;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.blue-ultradark {
  background: #090E20;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.blue-dark {
  background: #192B62;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.blue {
  background: #254092;
  border: 1px solid #192B62;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 149, app/assets/stylesheets/components/_commons.scss */
.btn.blue:hover {
  background: #192B62;
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.blue-light {
  background: #5176E2;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.grey-dark {
  background: #3F3F3F;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.grey {
  background: #9B9999;
  border: 1px solid #3F3F3F;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 149, app/assets/stylesheets/components/_commons.scss */
.btn.grey:hover {
  background: #3F3F3F;
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.grey-light {
  background: #CECCCC;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.grey-ultralight {
  background: #F9F9F9;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.black {
  background: #000000;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 144, app/assets/stylesheets/components/_commons.scss */
.btn.transparent {
  background: transparent;
  border: 1px solid;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 155, app/assets/stylesheets/components/_commons.scss */
.certificate-image {
  width: 50%;
  text-align: center;
  margin: 40px auto;
}

/* line 158, app/assets/stylesheets/components/_commons.scss */
.certificate-image img {
  width: 100%;
}

/* line 161, app/assets/stylesheets/components/_commons.scss */
.certificate-text {
  margin: 40px 0;
}

/* line 166, app/assets/stylesheets/components/_commons.scss */
.contacts-panel_left {
  width: 60px;
  display: inline-block;
}

/* line 170, app/assets/stylesheets/components/_commons.scss */
.contacts-panel_right {
  width: calc(100% - 80px);
  display: inline-block;
}

/* line 176, app/assets/stylesheets/components/_commons.scss */
ul.standard-text-list {
  list-style-type: disc;
  margin-bottom: 8px;
}

/* line 178, app/assets/stylesheets/components/_commons.scss */
ul.standard-text-list li {
  margin-left: 16px;
}

/* line 182, app/assets/stylesheets/components/_commons.scss */
.macchina-spaccatrice-image {
  width: 100%;
  display: block;
}

/* line 185, app/assets/stylesheets/components/_commons.scss */
.macchina-spaccatrice-image img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/_contact_form.scss */
.contact-form {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100vw;
}

/* line 8, app/assets/stylesheets/components/_contact_form.scss */
.contact-form_panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 70%;
  width: 600px;
}

/* line 16, app/assets/stylesheets/components/_contact_form.scss */
.close-form {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/components/_contact_form.scss */
input[type=text],
input[type=email],
input[type=phone],
textarea {
  border: 1px solid #CECCCC;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #F9F9F9;
  margin: 8px 0 0;
  padding: 5px;
  color: #3F3F3F;
}

/* line 34, app/assets/stylesheets/components/_contact_form.scss */
label {
  display: block;
}

/* line 38, app/assets/stylesheets/components/_contact_form.scss */
label.error {
  font-size: 12px;
  color: #F15025;
  margin-top: 5px;
}

/* line 44, app/assets/stylesheets/components/_contact_form.scss */
input {
  height: 25px;
}

/* line 47, app/assets/stylesheets/components/_contact_form.scss */
.form-input.not-valid input {
  border: 1px solid red;
}

/* line 50, app/assets/stylesheets/components/_contact_form.scss */
fieldset {
  min-width: 100%;
}

/* line 53, app/assets/stylesheets/components/_contact_form.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
textarea:focus {
  background-color: #FFFFCF;
  -webkit-box-shadow: 0 0 2px 3px rgba(228, 121, 17, 0.4);
          box-shadow: 0 0 2px 3px rgba(228, 121, 17, 0.4);
  padding: 5px;
  /*margin: 5px 1px 3px 0px;*/
  border: 1px solid #e77600 !important;
}

/* line 64, app/assets/stylesheets/components/_contact_form.scss */
#confirmation {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 70%;
  width: 600px;
}

@media (max-width: 576px) {
  /* line 75, app/assets/stylesheets/components/_contact_form.scss */
  .contact-form_panel {
    width: 90vw;
    height: 90vh;
    padding: 8px !important;
  }
  /* line 80, app/assets/stylesheets/components/_contact_form.scss */
  .contact-form .form-input input {
    width: calc(100%);
  }
  /* line 84, app/assets/stylesheets/components/_contact_form.scss */
  .contact-form .close-form {
    top: 0px;
    right: 0px;
  }
  /* line 88, app/assets/stylesheets/components/_contact_form.scss */
  fieldset {
    min-width: 100% !important;
  }
  /* line 91, app/assets/stylesheets/components/_contact_form.scss */
  textarea {
    width: 100% !important;
  }
}

/* line 97, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 12px;
  background-color: rgba(93, 83, 107, 0.05);
  border-radius: 4px;
  border-left: 3px solid #F15025;
}

/* line 107, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #9B9999;
  border-radius: 3px;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 2px;
}

/* line 120, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container input[type="checkbox"]:hover {
  border-color: #F15025;
  -webkit-box-shadow: 0 0 4px rgba(241, 80, 37, 0.2);
          box-shadow: 0 0 4px rgba(241, 80, 37, 0.2);
}

/* line 125, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container input[type="checkbox"]:checked {
  background-color: #F15025;
  border-color: #F15025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.78 4.22a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-3.5-3.5a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/* line 134, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container input[type="checkbox"]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(241, 80, 37, 0.1);
          box-shadow: 0 0 0 3px rgba(241, 80, 37, 0.1);
}

/* line 139, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container input[type="checkbox"]:disabled {
  background-color: #F9F9F9;
  border-color: #CECCCC;
  cursor: not-allowed;
}

/* line 146, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 151, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container label .checkbox-text {
  font-size: 13px;
  line-height: 1.4;
  color: #3F3F3F;
}

/* line 156, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container label .checkbox-text a.link-privacy {
  color: #5176E2;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 162, app/assets/stylesheets/components/_contact_form.scss */
.checkbox-container label .checkbox-text a.link-privacy:hover {
  text-decoration: underline;
  color: #192B62;
}

/* line 171, app/assets/stylesheets/components/_contact_form.scss */
.error-message {
  color: #CA1B1E;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: rgba(202, 27, 30, 0.1);
  border-radius: 3px;
  border-left: 3px solid #CA1B1E;
}

/* line 1, app/assets/stylesheets/components/_contacts.scss */
#map {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

/* line 3, app/assets/stylesheets/components/_contacts.scss */
.fade-in {
  opacity: 0;
}

/* line 2, app/assets/stylesheets/components/_header.scss */
#header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  position: fixed;
  display: block;
}

/* line 9, app/assets/stylesheets/components/_header.scss */
#header.reduced {
  background: rgba(9, 14, 32, 0.7);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 11, app/assets/stylesheets/components/_header.scss */
#header.reduced #main-header {
  height: 45px;
}

/* line 12, app/assets/stylesheets/components/_header.scss */
#header.reduced .language-switch {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/* line 13, app/assets/stylesheets/components/_header.scss */
#header.reduced .logo {
  font-size: 28px;
  line-height: 28px;
  padding: 8px 0;
}

/* line 16, app/assets/stylesheets/components/_header.scss */
#header.reduced .logo .h4 {
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 18, app/assets/stylesheets/components/_header.scss */
#header.reduced .logo-info {
  top: 75px;
}

/* line 19, app/assets/stylesheets/components/_header.scss */
#header.reduced ul.nav-menu_submenu {
  top: 45px;
}

/* line 23, app/assets/stylesheets/components/_header.scss */
#header.reduced ul.nav-menu li a {
  padding: 14px 20px 13px;
  font-size: 12px;
}

/* line 26, app/assets/stylesheets/components/_header.scss */
#header.reduced ul.nav-menu li {
  border-right: 1px solid #9B9999;
}

/* line 27, app/assets/stylesheets/components/_header.scss */
#header.reduced ul.nav-menu li:first-child {
  border-left: 1px solid #9B9999;
}

/* line 31, app/assets/stylesheets/components/_header.scss */
#header.reduced .hamburger {
  margin: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 39, app/assets/stylesheets/components/_header.scss */
ul.nav-menu {
  position: relative;
  right: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  float: right;
}

/* line 46, app/assets/stylesheets/components/_header.scss */
ul.nav-menu li {
  position: relative;
  margin: 0px;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "BentonSans Cond Bold";
  border-radius: 3px;
}

/* line 55, app/assets/stylesheets/components/_header.scss */
ul.nav-menu li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 44px 8px 13px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 60, app/assets/stylesheets/components/_header.scss */
ul.nav-menu li a:hover {
  color: #FFFFFF;
}

/* line 64, app/assets/stylesheets/components/_header.scss */
ul.nav-menu li:hover {
  -webkit-animation: hoverHeader 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: hoverHeader 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #FFFFFF;
  background-color: #192B62;
}

/* line 71, app/assets/stylesheets/components/_header.scss */
ul.nav-menu_submenu {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #254092;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 79, app/assets/stylesheets/components/_header.scss */
ul.nav-menu_submenu li {
  position: relative;
  text-align: center;
  display: block;
  border-bottom: 1px solid #CECCCC;
}

/* line 84, app/assets/stylesheets/components/_header.scss */
ul.nav-menu_submenu li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 8px 16px;
}

/* line 88, app/assets/stylesheets/components/_header.scss */
ul.nav-menu_submenu li a:hover {
  color: #FFFFFF;
}

/* line 92, app/assets/stylesheets/components/_header.scss */
ul.nav-menu_submenu li:last-child {
  border-bottom: none;
}

/* line 96, app/assets/stylesheets/components/_header.scss */
ul.nav-menu_submenu:hover {
  max-height: 1000px;
}

/* line 100, app/assets/stylesheets/components/_header.scss */
button.hamburger {
  display: none !important;
  margin-top: 22px;
  padding: 4px 0 4px;
}

@media (max-width: 930px) {
  /* line 105, app/assets/stylesheets/components/_header.scss */
  ul.nav-menu {
    display: none;
  }
  /* line 106, app/assets/stylesheets/components/_header.scss */
  button.hamburger {
    display: inline-block !important;
  }
}

/* line 109, app/assets/stylesheets/components/_header.scss */
.css-open-submenu:hover + .nav-menu_submenu {
  max-height: 1000px;
}

/* line 117, app/assets/stylesheets/components/_header.scss */
#pre-header {
  height: 25px;
  position: relative;
  display: block;
  color: #FFFFFF;
}

/* line 125, app/assets/stylesheets/components/_header.scss */
.language-switch {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 5px 8px;
  background-color: #192B62;
  border-radius: 3px;
}

/* line 133, app/assets/stylesheets/components/_header.scss */
.language-switch a.disabled {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}

/* line 138, app/assets/stylesheets/components/_header.scss */
.language-switch a {
  opacity: 0.7;
}

/* line 145, app/assets/stylesheets/components/_header.scss */
#main-header {
  height: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 157, app/assets/stylesheets/components/_header.scss */
.logo {
  font-size: 58px;
  line-height: 58px;
  padding: 8px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

/* line 162, app/assets/stylesheets/components/_header.scss */
.logo a.logo:hover {
  color: #FFFFFF;
}

/* line 167, app/assets/stylesheets/components/_header.scss */
#header.reduced .logo-info {
  left: 0;
}

/* line 171, app/assets/stylesheets/components/_header.scss */
.logo-info {
  padding: 0px 16px;
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  top: 100px;
  left: 30px;
  background-color: #192B62;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

/* line 181, app/assets/stylesheets/components/_header.scss */
.logo-info a {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

/* line 182, app/assets/stylesheets/components/_header.scss */
.logo-info a:hover {
  color: #F15025;
}

/* line 184, app/assets/stylesheets/components/_header.scss */
.logo-info:hover {
  max-height: 1000px;
}

/* line 188, app/assets/stylesheets/components/_header.scss */
.logo-info:before {
  content: " ";
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #192B62 transparent;
  position: absolute;
  display: block !important;
  top: -25px;
  left: 100px;
}

/* line 199, app/assets/stylesheets/components/_header.scss */
.css-open-logo-info:hover .logo-info {
  max-height: 1000px;
  padding: 16px;
  overflow: visible;
  opacity: 1;
}

/* line 207, app/assets/stylesheets/components/_header.scss */
.footer-contacts_title {
  width: 70px;
  display: inline-block;
}

/* line 208, app/assets/stylesheets/components/_header.scss */
.footer-contacts_text {
  display: inline-block;
}

/* line 212, app/assets/stylesheets/components/_header.scss */
.iso-9001-footer img {
  height: 80px;
  width: 80px;
  vertical-align: bottom;
}

/* line 213, app/assets/stylesheets/components/_header.scss */
.iso-9001-footer ul.horizontal-list {
  display: inline-block;
  margin-left: 20px;
}

/* line 214, app/assets/stylesheets/components/_header.scss */
.iso-9001-footer ul.horizontal-list li:first-child {
  width: 180px;
}

/* line 215, app/assets/stylesheets/components/_header.scss */
.iso-9001-footer ul.horizontal-list li {
  width: 120px;
  vertical-align: middle;
}

/* line 218, app/assets/stylesheets/components/_header.scss */
.footer-products-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 222, app/assets/stylesheets/components/_header.scss */
.footer-products-link_single:nth-child(3n - 1) {
  text-align: center;
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
}

/* line 223, app/assets/stylesheets/components/_header.scss */
.footer-products-link_single:nth-child(3n) {
  text-align: right;
}

/* line 224, app/assets/stylesheets/components/_header.scss */
.footer-products-link_single {
  width: calc(30% - 8px);
}

/* line 227, app/assets/stylesheets/components/_header.scss */
.footer-products-link:after {
  content: "";
  width: calc(30% - 8px);
}

@media (max-width: 992px) {
  /* line 234, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list {
    margin-left: 0;
  }
  /* line 235, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list li:first-child {
    width: 180px;
  }
  /* line 236, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list li {
    width: 120px;
    vertical-align: middle;
  }
  /* line 239, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer img {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 243, app/assets/stylesheets/components/_header.scss */
  .logo-info {
    display: none !important;
  }
  /* line 247, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list {
    margin-left: 0;
  }
  /* line 248, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list li:first-child {
    width: initial;
    display: block;
  }
  /* line 249, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list li:nth-child(2) {
    text-align: left;
  }
  /* line 250, app/assets/stylesheets/components/_header.scss */
  .iso-9001-footer ul.horizontal-list li {
    width: 120px;
    vertical-align: middle;
  }
  /* line 252, app/assets/stylesheets/components/_header.scss */
  ul.horizontal-list li:first-child {
    display: block;
  }
  /* line 253, app/assets/stylesheets/components/_header.scss */
  ul.horizontal-list li:nth-child(2) {
    padding-left: 0;
  }
  /* line 254, app/assets/stylesheets/components/_header.scss */
  .footer-products-link_single {
    text-align: left !important;
    width: 50%;
    border: none !important;
  }
}

/* line 261, app/assets/stylesheets/components/_header.scss */
.link-farm a {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 264, app/assets/stylesheets/components/_header.scss */
.link-farm a:hover {
  color: #F15025;
}

/* line 268, app/assets/stylesheets/components/_header.scss */
.cookie-bar {
  position: fixed;
  display: none;
  top: 0;
  width: 100vw;
  padding: 8px;
  background-color: #5D536B;
  color: #FFFFFF;
  z-index: 101;
}

/* line 277, app/assets/stylesheets/components/_header.scss */
.cookie-bar .text {
  display: inline-block;
  width: calc(100% - 40px);
}

/* line 278, app/assets/stylesheets/components/_header.scss */
.cookie-bar .ok {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 279, app/assets/stylesheets/components/_header.scss */
.cookie-bar .ok:hover {
  background-color: #F15025;
  color: #FFFFFF;
}

/* line 282, app/assets/stylesheets/components/_header.scss */
.nav-menu-mobile {
  position: fixed;
  top: 0;
  left: -80vw;
  background-color: #090E20;
  opacity: 0.95;
  width: 80vw;
  z-index: 100;
  color: #FFFFFF;
  padding: 10px 0 0 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 292, app/assets/stylesheets/components/_header.scss */
.nav-menu-mobile.is-active {
  left: 0;
}

/* line 298, app/assets/stylesheets/components/_header.scss */
ul.nav-menu-mobile-list li {
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #CECCCC;
}

/* line 302, app/assets/stylesheets/components/_header.scss */
ul.nav-menu-mobile-list li ul.nav-menu-mobile_submenu {
  padding-top: 5px;
}

/* line 304, app/assets/stylesheets/components/_header.scss */
ul.nav-menu-mobile-list li ul.nav-menu-mobile_submenu li {
  border-bottom: none;
  padding: 3px 10px;
}

/* line 309, app/assets/stylesheets/components/_header.scss */
ul.nav-menu-mobile-list li .close-nav-menu-mobile {
  position: absolute;
  top: 0px;
  right: 10px;
}

/* line 1, app/assets/stylesheets/components/_hero.scss */
.hero {
  position: relative;
  display: block;
  margin-top: 75px;
  left: 0px;
  width: 100vw;
  height: calc(100vh - 130px);
}

/* line 6, app/assets/stylesheets/components/_hero.scss */
.hero_gradient {
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(51%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}

/* line 15, app/assets/stylesheets/components/_hero.scss */
.hero-std {
  position: relative;
  display: block;
  left: 0px;
  width: 100vw;
  height: 90vh;
}

/* line 19, app/assets/stylesheets/components/_hero.scss */
.hero-std_text {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  padding: 0 3%;
  z-index: 30;
}

/* line 28, app/assets/stylesheets/components/_hero.scss */
.hero-std_background {
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -10;
}

/* line 35, app/assets/stylesheets/components/_hero.scss */
.hero-std_gradient {
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(51%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 50%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 20;
}

/* line 45, app/assets/stylesheets/components/_hero.scss */
.carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

/* line 50, app/assets/stylesheets/components/_hero.scss */
.carousel-item.ahead {
  z-index: 10;
}

/* line 53, app/assets/stylesheets/components/_hero.scss */
.carousel-item.behind {
  z-index: 5;
}

/* line 56, app/assets/stylesheets/components/_hero.scss */
.carousel-item_background {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 5;
}

/* line 63, app/assets/stylesheets/components/_hero.scss */
.carousel-item_text {
  opacity: 0;
  position: absolute;
  top: calc(60% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  padding: 0 3%;
  z-index: 30;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 73, app/assets/stylesheets/components/_hero.scss */
.carousel-item_text .h1 {
  margin-bottom: 20px;
}

/* line 76, app/assets/stylesheets/components/_hero.scss */
.carousel-item_text.visible {
  opacity: 1;
  top: 60%;
}

/* line 83, app/assets/stylesheets/components/_hero.scss */
.nav-carousel {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 25;
}

/* line 87, app/assets/stylesheets/components/_hero.scss */
.nav-carousel_item {
  display: inline-block;
  margin: 0 5px;
  background-color: #192B62;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  float: right;
}

/* line 96, app/assets/stylesheets/components/_hero.scss */
.nav-carousel_item.active {
  background-color: #5176E2 !important;
  border: 1px solid #CECCCC;
}

/* line 103, app/assets/stylesheets/components/_hero.scss */
.scroll-hint {
  position: relative;
  -webkit-animation: scrollHint 3s infinite;
          animation: scrollHint 3s infinite;
}

@-webkit-keyframes scrollHint {
  0% {
    top: 0;
    opacity: 0.3;
  }
  50% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0.3;
  }
}

@keyframes scrollHint {
  0% {
    top: 0;
    opacity: 0.3;
  }
  50% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0.3;
  }
}

/* line 115, app/assets/stylesheets/components/_hero.scss */
.iso-9001-container {
  height: 80px;
  width: 500px;
  background-color: transparent;
  position: absolute;
  top: 91%;
  z-index: 80;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 125, app/assets/stylesheets/components/_hero.scss */
.iso-9001-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 10px 20px;
}

/* line 133, app/assets/stylesheets/components/_hero.scss */
.iso-9001-logo {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 150px;
  height: 80px;
  width: 95px;
  overflow: hidden;
  padding: 5px;
}

/* line 141, app/assets/stylesheets/components/_hero.scss */
.iso-9001-logo img {
  height: 100%;
}

/* line 146, app/assets/stylesheets/components/_hero.scss */
.privacy-link-container {
  z-index: 80;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #254092;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #CECCCC;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 157, app/assets/stylesheets/components/_hero.scss */
.privacy-link-container .icon {
  display: inline-block;
}

/* line 160, app/assets/stylesheets/components/_hero.scss */
.privacy-link-container .text {
  display: inline-block;
  vertical-align: super;
}

/* line 166, app/assets/stylesheets/components/_hero.scss */
.privacy-link-container:hover {
  background-color: #192B62;
  color: #F15025 !important;
}

@media (max-width: 576px) {
  /* line 173, app/assets/stylesheets/components/_hero.scss */
  .hero, .hero-std {
    height: 60vh;
  }
  /* line 175, app/assets/stylesheets/components/_hero.scss */
  .hero_gradient, .hero-std_gradient {
    width: 80%;
  }
  /* line 178, app/assets/stylesheets/components/_hero.scss */
  .hero .carousel-item_text, .hero-std .carousel-item_text {
    top: calc(40% + 20px);
    left: 10px;
    width: 85%;
  }
  /* line 181, app/assets/stylesheets/components/_hero.scss */
  .hero .carousel-item_text .h1, .hero-std .carousel-item_text .h1 {
    font-size: 44px;
    line-height: 57.2px;
  }
  /* line 182, app/assets/stylesheets/components/_hero.scss */
  .hero .carousel-item_text .h2, .hero-std .carousel-item_text .h2 {
    font-size: 28px;
    line-height: 36.4px;
  }
  /* line 183, app/assets/stylesheets/components/_hero.scss */
  .hero .carousel-item_text .h4, .hero-std .carousel-item_text .h4 {
    font-size: 14px;
    line-height: 18.2px;
  }
  /* line 184, app/assets/stylesheets/components/_hero.scss */
  .hero .carousel-item_text.visible, .hero-std .carousel-item_text.visible {
    top: 65%;
  }
  /* line 187, app/assets/stylesheets/components/_hero.scss */
  .hero .carousel-item_text i, .hero-std .carousel-item_text i {
    display: none;
  }
  /* line 191, app/assets/stylesheets/components/_hero.scss */
  .hero-std_background {
    width: 100vw;
    height: 65%;
    background-position: left;
  }
  /* line 196, app/assets/stylesheets/components/_hero.scss */
  .hero-std_text {
    top: calc(40% + 20px);
    left: 10px;
    width: 85%;
  }
  /* line 199, app/assets/stylesheets/components/_hero.scss */
  .hero-std_text .h1 {
    font-size: 44px;
    line-height: 57.2px;
  }
  /* line 200, app/assets/stylesheets/components/_hero.scss */
  .hero-std_text .h2 {
    font-size: 28px;
    line-height: 36.4px;
  }
  /* line 201, app/assets/stylesheets/components/_hero.scss */
  .hero-std_text .h4 {
    font-size: 14px;
    line-height: 18.2px;
  }
  /* line 202, app/assets/stylesheets/components/_hero.scss */
  .hero-std_text.visible {
    top: 65%;
  }
  /* line 207, app/assets/stylesheets/components/_hero.scss */
  .iso-9001-container {
    width: 80%;
    min-width: 300px;
    text-align: center;
  }
  /* line 213, app/assets/stylesheets/components/_hero.scss */
  .iso-9001-logo {
    display: none;
  }
  /* line 217, app/assets/stylesheets/components/_hero.scss */
  .iso-9001-text {
    border-radius: 50px;
  }
}

/* line 1, app/assets/stylesheets/components/_home.scss */
.first-block {
  display: block;
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_home.scss */
.featured-products_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 11, app/assets/stylesheets/components/_home.scss */
.featured-products_list_single {
  border-right: 1px solid #CECCCC;
  max-width: 25%;
}

/* line 15, app/assets/stylesheets/components/_home.scss */
.featured-products_list_single:nth-last-child {
  border: none;
}

/* line 21, app/assets/stylesheets/components/_home.scss */
.services-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* line 30, app/assets/stylesheets/components/_home.scss */
.panel-service {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 40px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  min-height: 210px;
}

/* line 39, app/assets/stylesheets/components/_home.scss */
.panel-service .image {
  width: 40%;
  display: block;
}

/* line 42, app/assets/stylesheets/components/_home.scss */
.panel-service .image img {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 44, app/assets/stylesheets/components/_home.scss */
.panel-service .text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 8px 16px 32px 16px;
  position: relative;
}

/* line 49, app/assets/stylesheets/components/_home.scss */
.panel-service .text .call-to-action {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 55, app/assets/stylesheets/components/_home.scss */
.panel-service .text i {
  -webkit-transition: margin-left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  vertical-align: sub;
}

/* line 58, app/assets/stylesheets/components/_home.scss */
.panel-service .text a.btn {
  display: block;
}

/* line 61, app/assets/stylesheets/components/_home.scss */
.panel-service:hover {
  background-color: #254092;
  color: #FFFFFF;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/components/_home.scss */
.panel-service:hover .call-to-action i {
  margin-left: 5px;
}

/* line 71, app/assets/stylesheets/components/_home.scss */
.panel.follow-us {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/components/_home.scss */
.panel.follow-us .text {
  padding: 16px 8px 16px 16px;
  width: calc(100% - 44px - 32px);
}

/* line 80, app/assets/stylesheets/components/_home.scss */
.panel.follow-us .image {
  width: calc(44px + 32px);
  padding: 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 85, app/assets/stylesheets/components/_home.scss */
.panel.follow-us .image:hover {
  background-color: #F15025;
}

/* line 90, app/assets/stylesheets/components/_home.scss */
.panel.follow-us:hover {
  background-color: #F15025;
}

/* line 94, app/assets/stylesheets/components/_home.scss */
.panel-industry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 101, app/assets/stylesheets/components/_home.scss */
.panel-industry .image img {
  width: 200px;
  display: block;
}

/* line 105, app/assets/stylesheets/components/_home.scss */
.panel-industry .call-to-action {
  position: relative;
  min-width: 70px;
  border-left: 1px solid #CECCCC;
}

/* line 109, app/assets/stylesheets/components/_home.scss */
.panel-industry .call-to-action .contents {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 117, app/assets/stylesheets/components/_home.scss */
.panel-industry:hover {
  background-color: #254092;
  color: #FFFFFF;
}

/* line 123, app/assets/stylesheets/components/_home.scss */
.event .panel-image-text .image {
  width: 100%;
}

/* line 129, app/assets/stylesheets/components/_home.scss */
.three-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 133, app/assets/stylesheets/components/_home.scss */
.three-blocks .panel-image-text {
  width: calc(22%);
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.7;
  cursor: pointer;
}

/* line 139, app/assets/stylesheets/components/_home.scss */
.three-blocks .panel-image-text .image {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/components/_home.scss */
.three-blocks .panel-image-text:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  /* line 153, app/assets/stylesheets/components/_home.scss */
  .panel-service .image {
    display: none;
  }
  /* line 154, app/assets/stylesheets/components/_home.scss */
  .panel-service .text {
    width: 100%;
  }
  /* line 158, app/assets/stylesheets/components/_home.scss */
  .featured-products_list_single .image {
    padding: 10px !important;
  }
}

@media (max-width: 768px) {
  /* line 165, app/assets/stylesheets/components/_home.scss */
  .featured-products_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 167, app/assets/stylesheets/components/_home.scss */
  .featured-products_list_single {
    width: 50%;
    max-width: 50%;
  }
  /* line 171, app/assets/stylesheets/components/_home.scss */
  .featured-products_list_single:nth-child(2n) {
    border: none;
  }
  /* line 177, app/assets/stylesheets/components/_home.scss */
  .news .panel-image-text,
.news .panel {
    margin: 0 auto;
    width: 60%;
    min-width: 300px;
    max-width: 500px;
  }
  /* line 187, app/assets/stylesheets/components/_home.scss */
  .three-blocks .panel-image-text {
    width: initial;
  }
  /* line 190, app/assets/stylesheets/components/_home.scss */
  .three-blocks .panel-image-text .image {
    height: 100px;
  }
}

@media (max-width: 576px) {
  /* line 199, app/assets/stylesheets/components/_home.scss */
  .panel-industry .image {
    display: none;
  }
  /* line 201, app/assets/stylesheets/components/_home.scss */
  .three-blocks {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 203, app/assets/stylesheets/components/_home.scss */
  .three-blocks .panel-image-text {
    width: 100%;
  }
  /* line 206, app/assets/stylesheets/components/_home.scss */
  .three-blocks .panel-image-text .image {
    height: 80px;
  }
  /* line 208, app/assets/stylesheets/components/_home.scss */
  .three-blocks .panel-image-text .image img {
    height: 100%;
    width: initial;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url(/<icons/icomoon.eot?drohfi);
  src: url(/../fonts/icons/icomoon.eot?drohfi#iefix) format("embedded-opentype"), url(/../fonts/icons/icomoon.ttf?drohfi) format("truetype"), url(/../fonts/icons/icomoon.woff?drohfi) format("woff"), url(/../fonts/icons/icomoon.svg?drohfi#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/components/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/components/_icons.scss */
.icon-person:before {
  content: "\e909";
}

/* line 29, app/assets/stylesheets/components/_icons.scss */
.icon-close:before {
  content: "\e907";
}

/* line 32, app/assets/stylesheets/components/_icons.scss */
.icon-chevron-right:before {
  content: "\e903";
}

/* line 35, app/assets/stylesheets/components/_icons.scss */
.icon-chevron-left:before {
  content: "\e904";
}

/* line 38, app/assets/stylesheets/components/_icons.scss */
.icon-chevron-down:before {
  content: "\e905";
}

/* line 41, app/assets/stylesheets/components/_icons.scss */
.icon-chevron-up:before {
  content: "\e906";
}

/* line 44, app/assets/stylesheets/components/_icons.scss */
.icon-double-chevron-down:before {
  content: "\e901";
}

/* line 47, app/assets/stylesheets/components/_icons.scss */
.icon-enlarge:before {
  content: "\e908";
}

/* line 50, app/assets/stylesheets/components/_icons.scss */
.icon-phone:before {
  content: "\e902";
}

/* line 53, app/assets/stylesheets/components/_icons.scss */
.icon-linkedin:before {
  content: "\e900";
}

/**
 * Klaro cookie banner - brand styling
 */
/**
 * Params
 */
/* line 7, app/assets/stylesheets/components/_klaro.scss */
.klaro {
  --dark1: #192B62;
  --dark2: #254092;
  --light1: #FFFFFF;
  --light2: #CECCCC;
  --green1: #F15025;
  --green2: #c63e19;
  --blue1: #5176E2;
  --font-size: 14px;
  z-index: 101 !important;
}

/* line 18, app/assets/stylesheets/components/_klaro.scss */
.klaro .cookie-notice:not(.cookie-modal-notice) {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  -webkit-box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18) !important;
  background: linear-gradient(135deg, #192B62 0%, #254092 100%) !important;
  color: #FFFFFF !important;
  -webkit-animation: klaroSlideUp 0.35s ease-out;
          animation: klaroSlideUp 0.35s ease-out;
}

/* line 34, app/assets/stylesheets/components/_klaro.scss */
.klaro .cn-body {
  padding: 20px 24px !important;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/components/_klaro.scss */
.klaro .cn-title,
.klaro .cn-body p,
.klaro .cn-body a {
  color: #FFFFFF !important;
}

/* line 46, app/assets/stylesheets/components/_klaro.scss */
.klaro .cn-body a {
  text-decoration: underline;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/components/_klaro.scss */
.klaro .cn-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px !important;
}

/* line 58, app/assets/stylesheets/components/_klaro.scss */
.klaro .cm-btn {
  border-radius: 6px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 67, app/assets/stylesheets/components/_klaro.scss */
.klaro .cm-btn-success,
.klaro .cm-btn-accept-all {
  background: #F15025 !important;
  color: #FFFFFF !important;
}

/* line 72, app/assets/stylesheets/components/_klaro.scss */
.klaro .cm-btn-success:hover,
.klaro .cm-btn-accept-all:hover {
  background: #c63e19 !important;
}

/* line 77, app/assets/stylesheets/components/_klaro.scss */
.klaro .cm-btn-danger,
.klaro .cm-btn-decline {
  background: transparent !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

/* line 84, app/assets/stylesheets/components/_klaro.scss */
.klaro .cm-btn-info,
.klaro .cm-btn-success-var {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* line 92, app/assets/stylesheets/components/_klaro.scss */
.klaro .cookie-modal .cm-modal {
  border-radius: 10px !important;
  max-width: 720px !important;
}

/* line 97, app/assets/stylesheets/components/_klaro.scss */
.klaro .cookie-modal .cm-header h1 {
  color: #192B62 !important;
}

@-webkit-keyframes klaroSlideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes klaroSlideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  /* line 116, app/assets/stylesheets/components/_klaro.scss */
  .klaro .cn-body {
    padding: 16px !important;
  }
  /* line 120, app/assets/stylesheets/components/_klaro.scss */
  .klaro .cn-buttons {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 123, app/assets/stylesheets/components/_klaro.scss */
  .klaro .cn-buttons .cm-btn {
    width: 100%;
    text-align: center;
  }
}

/* line 2, app/assets/stylesheets/components/_la_societa.scss */
.la-societa-page .h5 {
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 1px;
}

/* line 5, app/assets/stylesheets/components/_la_societa.scss */
.la-societa-page .big-logo-container {
  width: 80%;
  padding: 32px;
  color: blue-dark;
  margin: 20px auto;
}

/* line 12, app/assets/stylesheets/components/_la_societa.scss */
.la-societa-page #map.la-societa {
  min-height: 300px;
}

/* line 1, app/assets/stylesheets/components/_layout.scss */
.container {
  margin: 0 auto;
  width: 100vw;
  padding: 0 3%;
  max-width: 1250px;
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_layout.scss */
.container.wide {
  max-width: 1600px;
}

@media (max-width: 1024px) {
  /* line 13, app/assets/stylesheets/components/_layout.scss */
  .container {
    width: 970px;
  }
}

@media (max-width: 992px) {
  /* line 18, app/assets/stylesheets/components/_layout.scss */
  .container {
    width: 100vw;
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/components/_layout.scss */
  .container {
    width: 100%;
  }
}

@media (max-width: 576px) {
  /*.main-container{ padding: 0 15px; }*/
  /* line 30, app/assets/stylesheets/components/_layout.scss */
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

/* line 34, app/assets/stylesheets/components/_layout.scss */
.align-left {
  text-align: left;
}

/* line 35, app/assets/stylesheets/components/_layout.scss */
.align-right {
  text-align: right;
}

/* line 36, app/assets/stylesheets/components/_layout.scss */
.align-center {
  text-align: center;
}

/* line 37, app/assets/stylesheets/components/_layout.scss */
.align-justify {
  text-align: justify;
}

/* line 39, app/assets/stylesheets/components/_layout.scss */
.bg-gradient-top {
  background: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(rgba(206, 204, 204, 0)));
  background: linear-gradient(to top, #f9f9f9 0%, rgba(206, 204, 204, 0) 100%);
  border-bottom: 1px solid #9B9999;
}

/* line 45, app/assets/stylesheets/components/_layout.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/components/_layout.scss */
.hide-mobile {
  display: block;
}

@media (max-width: 576px) {
  /* line 56, app/assets/stylesheets/components/_layout.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/components/_machines.scss */
.machine-category-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 6, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .image {
  width: 250px;
}

/* line 8, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .image img {
  width: 250px;
}

/* line 10, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .text {
  width: 70%;
}

/* line 13, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 17, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more .chevron {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 19, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more .text_1 {
  display: block;
}

/* line 20, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more .text_2 {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more:hover {
  background-color: #254092;
  color: #FFFFFF;
}

/* line 27, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more.opened .chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 29, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more.opened .text_1 {
  display: none;
}

/* line 30, app/assets/stylesheets/components/_machines.scss */
.machine-category-container .discover-more.opened .text_2 {
  display: block;
}

/* line 35, app/assets/stylesheets/components/_machines.scss */
.machines-page h1 {
  width: 200px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 36, app/assets/stylesheets/components/_machines.scss */
.machines-page h1:hover {
  cursor: pointer;
  color: #F15025;
}

/* line 42, app/assets/stylesheets/components/_machines.scss */
.machine-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 45, app/assets/stylesheets/components/_machines.scss */
.machine-list .panel-image-text {
  width: 33.3%;
}

/* line 47, app/assets/stylesheets/components/_machines.scss */
.machine-list .panel-image-text .image {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/components/_machines.scss */
.machine-list .panel-image-text .image img {
  width: 100%;
}

/* line 55, app/assets/stylesheets/components/_machines.scss */
.machine-list .panel-image-text .text {
  width: 100%;
}

/* line 60, app/assets/stylesheets/components/_machines.scss */
.machine-list ul.text-list li {
  border-bottom: 1px solid #9B9999;
  padding: 8px;
}

/* line 69, app/assets/stylesheets/components/_machines.scss */
.machine-type-title {
  height: 150px;
  padding: 8px 24px;
  position: relative;
}

/* line 73, app/assets/stylesheets/components/_machines.scss */
.machine-type-title img {
  display: inline-block;
  height: 100%;
  float: right;
}

/* line 78, app/assets/stylesheets/components/_machines.scss */
.machine-type-title_text {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

/* line 89, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 94, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container .machine-block {
  display: block;
  width: 28%;
}

/* line 97, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container .machine-block_text {
  width: 100%;
}

/* line 100, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container .machine-block_image {
  width: 80%;
  margin: 0 auto;
}

/* line 103, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container .machine-block_image img {
  width: 100%;
}

/* line 105, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container .machine-block_link {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/components/_machines.scss */
.machine-blocks-container .machine-block_link:hover {
  background-color: #254092;
  color: #FFFFFF;
}

/* line 118, app/assets/stylesheets/components/_machines.scss */
.machine-description_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 123, app/assets/stylesheets/components/_machines.scss */
.machine-description_single_image {
  width: 400px;
  margin: 0 auto;
}

/* line 127, app/assets/stylesheets/components/_machines.scss */
.machine-description_single_image img {
  width: 100%;
  display: block;
}

/* line 129, app/assets/stylesheets/components/_machines.scss */
.machine-description_single_text {
  width: calc(100% - 400px);
}

/* line 132, app/assets/stylesheets/components/_machines.scss */
.machine-description_single_text ul li {
  list-style-type: disc;
  margin: 2px 0px 2px 16px;
}

@media (max-width: 576px) {
  /* line 142, app/assets/stylesheets/components/_machines.scss */
  .machine-description_single {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 144, app/assets/stylesheets/components/_machines.scss */
  .machine-description_single_image {
    width: 100%;
  }
  /* line 145, app/assets/stylesheets/components/_machines.scss */
  .machine-description_single_text {
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/components/_machines.scss */
  .js-scroll-to-machines {
    margin-top: 8px !important;
  }
}

/* line 2, app/assets/stylesheets/components/_products.scss */
.products-page ul.product-lateral-list {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

/* line 5, app/assets/stylesheets/components/_products.scss */
.products-page ul.product-lateral-list li {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/components/_products.scss */
.products-page ul.product-lateral-list li:hover {
  background-color: #254092;
}

/* line 50, app/assets/stylesheets/components/_products.scss */
.single-product-images-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

/* line 58, app/assets/stylesheets/components/_products.scss */
.single-product-image {
  -webkit-flex: 0 0 calc(25% - 8px);
      -ms-flex: 0 0 calc(25% - 8px);
          flex: 0 0 calc(25% - 8px);
  margin: 0 8px 8px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/components/_products.scss */
.single-product-image img {
  width: 100%;
  display: block;
}

/* line 67, app/assets/stylesheets/components/_products.scss */
.single-product-image:nth-child(4n) {
  margin-right: 0;
}

/* line 70, app/assets/stylesheets/components/_products.scss */
.single-product-image .slide-hover {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 82, app/assets/stylesheets/components/_products.scss */
.single-product-image:hover .slide-hover {
  top: 0;
}

/* line 87, app/assets/stylesheets/components/_products.scss */
.image-viewer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 94, app/assets/stylesheets/components/_products.scss */
.image-viewer .prev-image, .image-viewer .next-image, .image-viewer .close-image {
  position: fixed;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/components/_products.scss */
.image-viewer .prev-image:hover, .image-viewer .next-image:hover, .image-viewer .close-image:hover {
  opacity: 0.5;
}

/* line 103, app/assets/stylesheets/components/_products.scss */
.image-viewer .next-image {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 104, app/assets/stylesheets/components/_products.scss */
.image-viewer .prev-image {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 105, app/assets/stylesheets/components/_products.scss */
.image-viewer .close-image {
  right: 0;
  top: 0;
}

/* line 107, app/assets/stylesheets/components/_products.scss */
.image-viewer .container img {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 80%;
}

@media (max-width: 576px) {
  /* line 118, app/assets/stylesheets/components/_products.scss */
  .single-product-image {
    -webkit-flex: 0 0 calc(50% - 8px);
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
  }
  /* line 120, app/assets/stylesheets/components/_products.scss */
  .single-product-image .slide-hover {
    display: none;
  }
  /* line 124, app/assets/stylesheets/components/_products.scss */
  .image-viewer .next-image {
    right: -10px;
  }
  /* line 125, app/assets/stylesheets/components/_products.scss */
  .image-viewer .prev-image {
    left: -10px;
  }
  /* line 126, app/assets/stylesheets/components/_products.scss */
  .image-viewer .prev-image:hover, .image-viewer .next-image:hover, .image-viewer .close-image:hover {
    opacity: 1;
  }
}

/* line 3, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .subtitle {
  margin: 0px 0 8px;
}

/* line 9, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 14, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single_left {
  width: 30%;
  margin: 0 auto;
  min-width: 350px;
}

/* line 18, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single_left img {
  width: 100%;
  display: block;
}

/* line 20, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single_right {
  display: block;
  width: 70%;
  padding: 0 24px 24px;
}

/* line 26, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single .sector-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 24px 0px;
  margin: 24px 0 0 0;
  border-top: 1px solid #CECCCC;
}

/* line 35, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single .sector-products_single {
  width: 20%;
  height: calc((100vw - 6vw - 350px ) / 5 + 24px);
  padding: 8px 8px 32px 8px;
}

/* line 41, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single .sector-products_single_image {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 16px);
  opacity: 0.8;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}

/* line 49, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single .sector-products_single_text {
  margin-top: 5px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}

/* line 57, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single .sector-products a:hover .sector-products_single_image {
  opacity: 1;
}

/* line 60, app/assets/stylesheets/components/_sectors.scss */
.sectors-page .sectors-container_single .sector-products a:hover .sector-products_single_text {
  color: #F15025;
}

@media screen and (min-width: 1300px) {
  /* line 70, app/assets/stylesheets/components/_sectors.scss */
  .sectors-container_single_right {
    width: 100% !important;
  }
  /* line 73, app/assets/stylesheets/components/_sectors.scss */
  .sectors-container_single_right .sector-products .sector-products_single {
    height: calc((1250px - 6vw - 350px ) / 5 + 24px);
  }
}

@media (max-width: 992px) {
  /* line 81, app/assets/stylesheets/components/_sectors.scss */
  .sectors-container_single_left {
    display: none;
  }
  /* line 84, app/assets/stylesheets/components/_sectors.scss */
  .sectors-container_single_right {
    width: 100% !important;
  }
  /* line 87, app/assets/stylesheets/components/_sectors.scss */
  .sectors-container_single_right .sector-products .sector-products_single {
    height: calc((100vw - 6vw) / 5 + 24px);
  }
}

@media (max-width: 576px) {
  /* line 97, app/assets/stylesheets/components/_sectors.scss */
  .sectors-page .sectors-container_single {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 100, app/assets/stylesheets/components/_sectors.scss */
  .sectors-page .sectors-container_single_left, .sectors-page .sectors-container_single_right {
    width: 100%;
    min-width: initial;
  }
  /* line 108, app/assets/stylesheets/components/_sectors.scss */
  .sectors-container_single_right
.sector-products .sector-products_single {
    height: calc((100vw - 6vw) / 3 + 24px);
    width: 33.3%;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger {
  padding: 4px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 0.6;
}

/* line 31, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger.is-active:hover {
  opacity: 0.6;
}

/* line 40, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

/* line 48, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
}

/* line 55, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 60, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 73, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 79, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 83, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 25, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

/* line 25, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

/* line 25, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 25, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

/* line 25, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

/* line 25, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
/* line 7, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 11, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
/* line 7, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/* line 11, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
/* line 7, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 12, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 20, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
/* line 7, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 12, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 20, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 9, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/* line 13, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 9, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 13, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
/* line 7, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_boring.scss */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

/* line 15, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 18, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 23, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

/* line 19, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/* line 38, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

/* line 19, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/* line 38, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 11, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

/* line 16, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 23, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

/* line 34, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 11, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

/* line 16, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 23, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

/* line 34, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
/* line 5, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic {
  overflow: hidden;
}

/* line 8, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

/* line 11, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 18, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 28, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

/* line 33, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 42, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
/* line 5, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r {
  overflow: hidden;
}

/* line 8, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

/* line 11, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 18, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 28, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

/* line 33, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 42, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
/* line 7, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_minus.scss */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

/* line 17, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

/* line 24, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

/* line 28, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner {
  top: 1px;
}

/* line 9, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* line 16, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -8px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -8px, 0);
  opacity: 0;
}

/* line 32, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}

/* line 9, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* line 16, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.7142857143px, -8px, 0);
          transform: rotate(45deg) translate3d(5.7142857143px, -8px, 0);
  opacity: 0;
}

/* line 32, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 16, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 24, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

/* line 28, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 35, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

/* line 19, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

/* line 38, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 15, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 36, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 15, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 29, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 36, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 15, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 34, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* line 17, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
      -ms-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 36, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 41, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
/* line 6, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* line 17, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

/* line 21, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

/* line 27, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
      -ms-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 36, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 41, ../../../../../private/var/folders/f2/5w_nh92n2cjb072qpjb4f2xc0000gn/T/cursor-sandbox-cache/b481a345657421d8d1f7b4896132e63d/bundle/ruby/3.3.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
