@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* --------------------------------
Typography
-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  transition: all 0.3s ease;
  background-color: #f6f6f6;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

figure {
  display: block;
  position: relative;
  margin: 0;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
/* set family fonts */
/* set base value. You can change this value */
/* line-height */
/* border-radius */
/* type scale */
/* set colors */
/* set gradients */
/* set general styles btn */
/* set general styles input */
.sh-box {
  border-radius: 2px;
  background-color: white;
  position: relative;
  padding: 1em;
  box-shadow: 0 2px 4px 0 rgba(48, 49, 51, 0.1);
  margin-bottom: 1em;
}
.sh-box .sh-closebtn {
  position: absolute;
  right: 0.6em;
  top: 0.5em;
  color: #e20029;
}
.sh-box .sh-closebtn .icon {
  font-size: 1.5rem;
}
.sh-box .sh-closebtn:hover {
  cursor: pointer;
}
.sh-box:not([class*=sh-bg__]) {
  border: 1px solid rgba(196, 196, 196, 0.7);
}

.sh-inline-block {
  display: inline-block;
}

.sh-inline-grid {
  display: inline-grid;
}

.sh-divider__header {
  background: #003e90;
  background: -webkit-gradient(linear, left top, right top, from(#003e90), color-stop(50%, #003e90), color-stop(50%, #e20029), to(#e20029));
  background: linear-gradient(to right, #003e90 0, #003e90 50%, #e20029 50%, #e20029 100%) left bottom no-repeat;
  margin: auto;
  padding-bottom: 0.5em;
  background-size: 100% 5px;
}

.sh-p-relative {
  position: relative;
}

hr {
  color: rgba(196, 196, 196, 0.5);
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.container {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flow-root;
  position: relative;
}
@media (max-width: 414px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-fluid {
  padding-right: 8rem;
  padding-left: 8rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 414px) {
  .container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.dflex {
  display: flex;
}
@media (max-width: 414px) {
  .dflex {
    display: block;
  }
}

.clearfix {
  content: "";
  display: table;
  table-layout: fixed;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 48rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 64rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 75rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.sh-bg__blue {
  background-color: #003e90;
}

.sh-bg__red-cherry {
  background-color: #e20029;
}

.sh-bg__navy-blue {
  background-color: #001442;
}

.sh-bg__dark-navy-blue {
  background-color: #03001b;
}

.sh-bg__grey {
  background-color: #545454;
}

.sh-bg__grey-50 {
  background-color: rgba(196, 196, 196, 0.5);
}

.sh-bg__grey-70 {
  background-color: rgba(196, 196, 196, 0.7);
}

.sh-bg__light-grey {
  background-color: #E1E1E1;
}

.sh-bg__yellow {
  background-color: #dcd20c;
}

.sh-bg__grass {
  background-color: #3F8415;
}

.sh-bg__white {
  background-color: white;
}

.sh-color__blue {
  color: #003e90;
}

.sh-color__red-cherry {
  color: #e20029;
}

.sh-color__navy-blue {
  color: #001442;
}

.sh-color__dark-navy-blue {
  color: #03001b;
}

.sh-color__grey {
  color: #545454;
}

.sh-color__grey-50 {
  color: rgba(196, 196, 196, 0.5);
}

.sh-color__yellow {
  color: #dcd20c;
}

.sh-color__grass {
  color: #3F8415;
}

.sh-color__white {
  color: white;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
@font-face {
  font-family: "Ciutadella";
  src: url("/font/Ciutadella-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Responsive typography */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: #545454;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sh-text__hero,
.sh-text__h1,
.sh-text__h2,
.sh-text__h3,
.sh-text__h4,
.sh-text__h5 {
  color: #03001b;
  text-transform: uppercase;
  font-family: "Ciutadella", sans-serif;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
}

h1,
.sh-text__h1,
h2,
.sh-text__h2 {
  line-height: 1;
}

/* text size */
.sh-text__hero {
  font-size: calc(4.5 * 1em / 1);
  line-height: 1;
}
@media (max-width: 1024px) {
  .sh-text__hero {
    font-size: calc(2.5 * 1em);
  }
}

h1,
.sh-text__h1 {
  font-size: calc(3 * 1em);
  margin: 0.5rem 0;
}
@media (max-width: 1024px) {
  h1,
  .sh-text__h1 {
    font-size: calc(2.5 * 1em);
  }
}
@media (max-width: 414px) {
  h1,
  .sh-text__h1 {
    font-size: 2.2rem;
  }
}

h2,
.sh-text__h2 {
  font-size: calc(2.5 * 1em);
}
@media (max-width: 1024px) {
  h2,
  .sh-text__h2 {
    font-size: calc(2 * 1em);
  }
}

h3,
.sh-text__h3 {
  font-size: calc(2 * 1em);
  font-weight: bold;
}
@media (max-width: 1024px) {
  h3,
  .sh-text__h3 {
    font-size: calc(1.5 * 1em);
  }
}

h4,
.sh-text__h4 {
  font-size: calc(1.5 * 1em);
  font-weight: 400;
}
@media (max-width: 1024px) {
  h4,
  .sh-text__h4 {
    font-size: calc(1.25 * 1em);
  }
}

h5,
.sh-text__h5 {
  font-size: calc(1.25 * 1em);
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h5,
  .sh-text__h5 {
    font-size: calc(1 * 1em);
  }
}

h6,
.sh-text__h6 {
  font-size: calc(1 * 1em);
  font-weight: bold;
}

small,
.sh-text__sm {
  font-size: 80%;
}

p {
  line-height: 1.5;
}

a {
  color: #003e90;
}
a:hover {
  color: #001442;
}

b,
strong {
  font-weight: bold;
}

ul li {
  padding-bottom: 1em;
}

blockquote {
  margin: 1.5em 0.25em;
  font-style: italic;
  line-height: 1.5;
}

.sh-caption {
  text-transform: uppercase;
  font-weight: bold;
}

.sh-text__white {
  color: white;
}
.sh-text__white h1,
.sh-text__white h2,
.sh-text__white h3,
.sh-text__white h4,
.sh-text__white h5,
.sh-text__white h6,
.sh-text__white a,
.sh-text__white .sh-text__h1,
.sh-text__white .sh-text__h2,
.sh-text__white .sh-text__h3,
.sh-text__white .sh-text__h4,
.sh-text__white .sh-text__h5 {
  color: white;
}
.sh-text__white a:hover {
  color: #003e90;
}

.sh-text__left {
  text-align: left;
}

.sh-text__right {
  text-align: right;
}

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

.uppercase {
  text-transform: uppercase;
}

.font-heading {
  font-family: "Ciutadella", sans-serif;
  color: #03001b;
  font-weight: bold;
  line-height: 1;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.sh-overlay__blue {
  background-color: rgba(3, 27, 100, 0.8);
  position: relative;
  mix-blend-mode: multiply;
  color: white;
  display: flex;
}
.sh-overlay__blue h1, .sh-overlay__blue h2, .sh-overlay__blue h3, .sh-overlay__blue h4, .sh-overlay__blue h5, .sh-overlay__blue h6 {
  color: white;
}
.sh-overlay__blue img {
  object-fit: contain;
  border-radius: 2px;
  z-index: -1;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}
.sh-overlay__blue .sh-overlay-content {
  position: absolute;
  padding: 2em;
}

.sh-overlay__red {
  background-color: rgba(255, 0, 41, 0.8);
  position: relative;
  mix-blend-mode: multiply;
  color: white;
  display: flex;
}
.sh-overlay__red h1, .sh-overlay__red h2, .sh-overlay__red h3, .sh-overlay__red h4, .sh-overlay__red h5, .sh-overlay__red h6 {
  color: white;
}
.sh-overlay__red img {
  object-fit: contain;
  border-radius: 2px;
  z-index: -1;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}
.sh-overlay__red .sh-overlay-content {
  position: absolute;
  padding: 2em;
}

/* set color-gradients */
.sh-bg-gradient__blue {
  color: white;
  opacity: 0.8;
  background-image: linear-gradient(to right bottom, #001442 0%, #003e90 100%);
}
.sh-bg-gradient__blue h1, .sh-bg-gradient__blue h2, .sh-bg-gradient__blue h3, .sh-bg-gradient__blue h4, .sh-bg-gradient__blue h5, .sh-bg-gradient__blue h6 {
  color: white;
}

.sh-bg-gradient__blue-red {
  color: white;
  background-image: linear-gradient(to right top, #003e90 0%, #e20029 100%);
}
.sh-bg-gradient__blue-red h1, .sh-bg-gradient__blue-red h2, .sh-bg-gradient__blue-red h3, .sh-bg-gradient__blue-red h4, .sh-bg-gradient__blue-red h5, .sh-bg-gradient__blue-red h6 {
  color: white;
}

/* set duotone */
.sh-bg__duotone {
  color: white;
  background-color: #e20029;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.sh-bg__duotone h1, .sh-bg__duotone h2, .sh-bg__duotone h3, .sh-bg__duotone h4, .sh-bg__duotone h5, .sh-bg__duotone h6 {
  color: white;
}
.sh-bg__duotone:before {
  background-color: #003e90;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: lighten;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sh-bg__duotone img {
  filter: grayscale(100%) contrast(2);
  flex: none;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 1;
  position: relative;
  width: 100%;
}

.sh-duotone-content {
  position: absolute;
  padding: 2em;
}

.sh-space__sm {
  padding: calc(0.5 * 1em);
}

.sh-space {
  padding: calc(1 * 1em);
}

.sh-space__md {
  padding: calc(1.5 * 1em);
}

.sh-space__lg {
  padding: calc(2 * 1em);
}

.sh-space__xl {
  padding: calc(3 * 1em);
}

.sh-space__xxl {
  padding: calc(4 * 1em);
}

.sh-space__left__sm {
  padding-left: calc(0.5 * 1em);
}

.sh-space__left {
  padding-left: calc(1 * 1em);
}

.sh-space__left__md {
  padding-left: calc(1.5 * 1em);
}

.sh-space__left__lg {
  padding-left: calc(2 * 1em);
}

.sh-space__left__xl {
  padding-left: calc(3 * 1em);
}

.sh-space__left__xxl {
  padding-left: calc(4 * 1em);
}

.sh-space__top {
  padding-top: calc(1 * 1em);
}

.sh-space__top__md {
  padding-top: calc(1.5 * 1em);
}

.sh-space__top__lg {
  padding-top: calc(2 * 1em);
}

.sh-space__top__xl {
  padding-top: calc(3 * 1em);
}

.sh-space__top__xxl {
  padding-top: calc(4 * 1em);
}

.sh-space__bottom {
  padding-bottom: calc(1 * 1em);
}

.sh-space__bottom__md {
  padding-bottom: calc(1.5 * 1em);
}

.sh-space__bottom__lg {
  padding-bottom: calc(2 * 1em);
}

.sh-space__bottom__xl {
  padding-bottom: calc(3 * 1em);
}

.sh-space__bottom__xxl {
  padding-bottom: calc(4 * 1em);
}

.sh-no__margin {
  margin: 0 !important;
}

.sh-m-bottom__sm {
  margin-bottom: calc(0.5 * 1em);
}

.sh-m-bottom {
  margin-bottom: calc(1 * 1em);
}

.sh-m-bottom__md {
  margin-bottom: calc(1.5 * 1em);
}

.sh-m-bottom__lg {
  margin-bottom: calc(2.5 * 1em);
}

.sh-m-bottom__xl {
  margin-bottom: calc(5 * 1em);
}

.sh-m-bottom__xxl {
  margin-bottom: calc(7.5 * 1em);
}

.sh-m-top__sm {
  margin-top: calc(0.5 * 1em);
}

.sh-m-top {
  margin-top: calc(1 * 1em);
}

.sh-m-top__md {
  margin-top: calc(1.5 * 1em);
}

.sh-m-top__lg {
  margin-top: calc(2.5 * 1em);
}

.sh-m-top__xl {
  margin-top: calc(5 * 1em);
}

.sh-m-top__xxl {
  margin-top: calc(7.5 * 1em);
}

@font-face {
  font-family: "herco";
  src: url("../font/herco.eot?27167176");
  src: url("../font/herco.eot?27167176#iefix") format("embedded-opentype"), url("../font/herco.woff2?27167176") format("woff2"), url("../font/herco.woff?27167176") format("woff"), url("../font/herco.ttf?27167176") format("truetype"), url("../font/herco.svg?27167176#herco") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "herco";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  box-sizing: content-box;
}

.icon-search:before {
  content: "\e800";
}

/* '' */
.icon-mail:before {
  content: "\e801";
}

/* '' */
.icon-heart:before {
  content: "\e802";
}

/* '' */
.icon-heart-empty:before {
  content: "\e803";
}

/* '' */
.icon-star:before {
  content: "\e804";
}

/* '' */
.icon-star-empty:before {
  content: "\e805";
}

/* '' */
.icon-user:before {
  content: "\e806";
}

/* '' */
.icon-users:before {
  content: "\e807";
}

/* '' */
.icon-user-add:before {
  content: "\e808";
}

/* '' */
.icon-video:before {
  content: "\e809";
}

/* '' */
.icon-picture:before {
  content: "\e80a";
}

/* '' */
.icon-camera:before {
  content: "\e80b";
}

/* '' */
.icon-layout:before {
  content: "\e80c";
}

/* '' */
.icon-menu:before {
  content: "\e80d";
}

/* '' */
.icon-check:before {
  content: "\e80e";
}

/* '' */
.icon-cancel:before {
  content: "\e80f";
}

/* '' */
.icon-cancel-circled:before {
  content: "\e810";
}

/* '' */
.icon-cancel-squared:before {
  content: "\e811";
}

/* '' */
.icon-plus:before {
  content: "\e812";
}

/* '' */
.icon-plus-circled:before {
  content: "\e813";
}

/* '' */
.icon-plus-squared:before {
  content: "\e814";
}

/* '' */
.icon-minus:before {
  content: "\e815";
}

/* '' */
.icon-minus-circled:before {
  content: "\e816";
}

/* '' */
.icon-minus-squared:before {
  content: "\e817";
}

/* '' */
.icon-help:before {
  content: "\e818";
}

/* '' */
.icon-help-circled:before {
  content: "\e819";
}

/* '' */
.icon-info:before {
  content: "\e81a";
}

/* '' */
.icon-info-circled:before {
  content: "\e81b";
}

/* '' */
.icon-back:before {
  content: "\e81c";
}

/* '' */
.icon-home:before {
  content: "\e81d";
}

/* '' */
.icon-link:before {
  content: "\e81e";
}

/* '' */
.icon-lock:before {
  content: "\e81f";
}

/* '' */
.icon-lock-open:before {
  content: "\e820";
}

/* '' */
.icon-eye:before {
  content: "\e821";
}

/* '' */
.icon-tag:before {
  content: "\e822";
}

/* '' */
.icon-bookmark:before {
  content: "\e823";
}

/* '' */
.icon-bookmarks:before {
  content: "\e824";
}

/* '' */
.icon-thumbs-up:before {
  content: "\e825";
}

/* '' */
.icon-thumbs-down:before {
  content: "\e826";
}

/* '' */
.icon-download:before {
  content: "\e827";
}

/* '' */
.icon-upload:before {
  content: "\e828";
}

/* '' */
.icon-upload-cloud:before {
  content: "\e829";
}

/* '' */
.icon-reply:before {
  content: "\e82a";
}

/* '' */
.icon-reply-all:before {
  content: "\e82b";
}

/* '' */
.icon-forward:before {
  content: "\e82c";
}

/* '' */
.icon-quote:before {
  content: "\e82d";
}

/* '' */
.icon-code:before {
  content: "\e82e";
}

/* '' */
.icon-export:before {
  content: "\e82f";
}

/* '' */
.icon-print:before {
  content: "\e830";
}

/* '' */
.icon-retweet:before {
  content: "\e831";
}

/* '' */
.icon-comment:before {
  content: "\e832";
}

/* '' */
.icon-book:before {
  content: "\e833";
}

/* '' */
.icon-chat:before {
  content: "\e834";
}

/* '' */
.icon-bell:before {
  content: "\e835";
}

/* '' */
.icon-attention:before {
  content: "\e836";
}

/* '' */
.icon-location:before {
  content: "\e837";
}

/* '' */
.icon-cup:before {
  content: "\e838";
}

/* '' */
.icon-trash:before {
  content: "\e839";
}

/* '' */
.icon-mute:before {
  content: "\e83a";
}

/* '' */
.icon-sound:before {
  content: "\e83b";
}

/* '' */
.icon-mic:before {
  content: "\e83c";
}

/* '' */
.icon-basket:before {
  content: "\e83d";
}

/* '' */
.icon-bag:before {
  content: "\e83e";
}

/* '' */
.icon-share:before {
  content: "\e83f";
}

/* '' */
.icon-cog:before {
  content: "\e840";
}

/* '' */
.icon-rss:before {
  content: "\e841";
}

/* '' */
.icon-tools:before {
  content: "\e842";
}

/* '' */
.icon-calendar:before {
  content: "\e843";
}

/* '' */
.icon-login:before {
  content: "\e844";
}

/* '' */
.icon-logout:before {
  content: "\e845";
}

/* '' */
.icon-clock:before {
  content: "\e846";
}

/* '' */
.icon-down-open:before {
  content: "\e847";
}

/* '' */
.icon-left-open:before {
  content: "\e848";
}

/* '' */
.icon-right-open:before {
  content: "\e849";
}

/* '' */
.icon-up-open:before {
  content: "\e84a";
}

/* '' */
.icon-lamp:before {
  content: "\e84b";
}

/* '' */
.icon-light-up:before {
  content: "\e84c";
}

/* '' */
.icon-adjust:before {
  content: "\e84d";
}

/* '' */
.icon-block:before {
  content: "\e84e";
}

/* '' */
.icon-resize-full:before {
  content: "\e84f";
}

/* '' */
.icon-resize-small:before {
  content: "\e850";
}

/* '' */
.icon-down-circled:before {
  content: "\e851";
}

/* '' */
.icon-arrow-combo:before {
  content: "\e852";
}

/* '' */
.icon-left-circled:before {
  content: "\e853";
}

/* '' */
.icon-right-circled:before {
  content: "\e854";
}

/* '' */
.icon-up-circled:before {
  content: "\e855";
}

/* '' */
.icon-down-dir:before {
  content: "\e856";
}

/* '' */
.icon-left-dir:before {
  content: "\e857";
}

/* '' */
.icon-right-dir:before {
  content: "\e858";
}

/* '' */
.icon-up-dir:before {
  content: "\e859";
}

/* '' */
.icon-ccw:before {
  content: "\e85a";
}

/* '' */
.icon-cw:before {
  content: "\e85b";
}

/* '' */
.icon-arrows-ccw:before {
  content: "\e85c";
}

/* '' */
.icon-level-down:before {
  content: "\e85d";
}

/* '' */
.icon-level-up:before {
  content: "\e85e";
}

/* '' */
.icon-shuffle:before {
  content: "\e85f";
}

/* '' */
.icon-play:before {
  content: "\e860";
}

/* '' */
.icon-stop:before {
  content: "\e861";
}

/* '' */
.icon-pause:before {
  content: "\e862";
}

/* '' */
.icon-record:before {
  content: "\e863";
}

/* '' */
.icon-loop:before {
  content: "\e864";
}

/* '' */
.icon-switch:before {
  content: "\e865";
}

/* '' */
.icon-to-end:before {
  content: "\e866";
}

/* '' */
.icon-to-start:before {
  content: "\e867";
}

/* '' */
.icon-fast-forward:before {
  content: "\e868";
}

/* '' */
.icon-fast-backward:before {
  content: "\e869";
}

/* '' */
.icon-progress-1:before {
  content: "\e86a";
}

/* '' */
.icon-progress-2:before {
  content: "\e86b";
}

/* '' */
.icon-progress-3:before {
  content: "\e86c";
}

/* '' */
.icon-target:before {
  content: "\e86d";
}

/* '' */
.icon-list:before {
  content: "\e86e";
}

/* '' */
.icon-list-add:before {
  content: "\e86f";
}

/* '' */
.icon-signal:before {
  content: "\e870";
}

/* '' */
.icon-battery:before {
  content: "\e871";
}

/* '' */
.icon-back-in-time:before {
  content: "\e872";
}

/* '' */
.icon-monitor:before {
  content: "\e873";
}

/* '' */
.icon-mobile:before {
  content: "\e874";
}

/* '' */
.icon-globe:before {
  content: "\e875";
}

/* '' */
.icon-install:before {
  content: "\e876";
}

/* '' */
.icon-mouse:before {
  content: "\e877";
}

/* '' */
.icon-briefcase:before {
  content: "\e878";
}

/* '' */
.icon-dot:before {
  content: "\e879";
}

/* '' */
.icon-dot-2:before {
  content: "\e87a";
}

/* '' */
.icon-dot-3:before {
  content: "\e87b";
}

/* '' */
.icon-erase:before {
  content: "\e87c";
}

/* '' */
.icon-chart-pie:before {
  content: "\e87d";
}

/* '' */
.icon-chart-line:before {
  content: "\e87e";
}

/* '' */
.icon-chart-bar:before {
  content: "\e87f";
}

/* '' */
.icon-chart-area:before {
  content: "\e880";
}

/* '' */
.icon-graduation-cap:before {
  content: "\e881";
}

/* '' */
.icon-note-beamed:before {
  content: "\e882";
}

/* '' */
.icon-map:before {
  content: "\e883";
}

/* '' */
.icon-doc-text:before {
  content: "\e884";
}

/* '' */
.icon-key:before {
  content: "\e885";
}

/* '' */
.icon-bucket:before {
  content: "\e886";
}

/* '' */
.icon-megaphone:before {
  content: "\e887";
}

/* '' */
.icon-clipboard:before {
  content: "\e888";
}

/* '' */
.icon-credit-card:before {
  content: "\e889";
}

/* '' */
.icon-air:before {
  content: "\e88a";
}

/* '' */
.icon-ticket:before {
  content: "\e88b";
}

/* '' */
.icon-rocket:before {
  content: "\e88c";
}

/* '' */
.icon-gauge:before {
  content: "\e88d";
}

/* '' */
.icon-traffic-cone:before {
  content: "\e88e";
}

/* '' */
.icon-drive:before {
  content: "\e88f";
}

/* '' */
.icon-doc-text-inv:before {
  content: "\e890";
}

/* '' */
.icon-volume:before {
  content: "\e891";
}

/* '' */
.icon-down-open-mini:before {
  content: "\e892";
}

/* '' */
.icon-left-open-mini:before {
  content: "\e893";
}

/* '' */
.icon-right-open-mini:before {
  content: "\e894";
}

/* '' */
.icon-up-open-mini:before {
  content: "\e895";
}

/* '' */
.icon-database:before {
  content: "\e896";
}

/* '' */
.icon-phone:before {
  content: "\e897";
}

/* '' */
.icon-vcard:before {
  content: "\e898";
}

/* '' */
.icon-pencil:before {
  content: "\e899";
}

/* '' */
.icon-attach:before {
  content: "\e89a";
}

/* '' */
.icon-newspaper:before {
  content: "\e89b";
}

/* '' */
.icon-leaf:before {
  content: "\e89c";
}

/* '' */
.icon-address:before {
  content: "\e89d";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-linkedin:before {
  content: "\f0e1";
}

/* '' */
.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */
.icon-dropbox:before {
  content: "\f16b";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-apple:before {
  content: "\f179";
}

/* '' */
.icon-android:before {
  content: "\f17b";
}

/* '' */
.icon-skype:before {
  content: "\f17e";
}

/* '' */
.icon-slack:before {
  content: "\f198";
}

/* '' */
.icon-paypal:before {
  content: "\f1ed";
}

/* '' */
.icon-cc-visa:before {
  content: "\f1f0";
}

/* '' */
.icon-cc-mastercard:before {
  content: "\f1f1";
}

/* '' */
.icon-cc-discover:before {
  content: "\f1f2";
}

/* '' */
.icon-cc-amex:before {
  content: "\f1f3";
}

/* '' */
.icon-cc-paypal:before {
  content: "\f1f4";
}

/* '' */
.icon-cc-stripe:before {
  content: "\f1f5";
}

/* '' */
.icon-pinterest:before {
  content: "\f231";
}

/* '' */
.icon-whatsapp:before {
  content: "\f232";
}

/* '' */
.icon-cc-jcb:before {
  content: "\f24b";
}

/* '' */
.icon-vimeo:before {
  content: "\f27d";
}

/* '' */
.icon-snapchat-ghost:before {
  content: "\f2ac";
}

/* '' */
.icon-x:before {
  content: "\e8b4";
}

/* '' */
/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
/* set Standard buttons */
a.sh-link, .sh-link {
  font-weight: bold;
  text-decoration: none;
}
a.sh-link:hover, .sh-link:hover {
  cursor: pointer;
}

a.sh-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.sh-btn, .sh-btn {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #003e90;
}
a.sh-btn:focus, .sh-btn:focus {
  outline: none;
}
a.sh-btn:hover, .sh-btn:hover {
  background-color: #001442;
  border-color: #001442;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.link-ofuscado:hover {
  cursor: pointer;
}

/* for disabled button */
a.sh-btn[disabled], .sh-btn[disabled] {
  background-color: rgba(196, 196, 196, 0.5);
  border: none;
  cursor: not-allowed;
}
a.sh-btn[disabled]:hover, .sh-btn[disabled]:hover {
  box-shadow: none;
}

a.sh-btn__dark, .sh-btn__dark {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #03001b;
  border-color: #03001b;
}
a.sh-btn__dark:focus, .sh-btn__dark:focus {
  outline: none;
}
a.sh-btn__dark:hover, .sh-btn__dark:hover {
  background-color: #001442;
  border-color: #001442;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn__dark:active, .sh-btn__dark:active {
  opacity: 0.8;
}

a.sh-btn__navy-blue, .sh-btn__navy-blue {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #001442;
  border-color: #001442;
}
a.sh-btn__navy-blue:focus, .sh-btn__navy-blue:focus {
  outline: none;
}
a.sh-btn__navy-blue:hover, .sh-btn__navy-blue:hover {
  background-color: #03001b;
  border-color: #03001b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn__navy-blue:active, .sh-btn__navy-blue:active {
  opacity: 0.8;
}

a.sh-btn__sucess, .sh-btn__sucess {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #3F8415;
  border-color: #3F8415;
}
a.sh-btn__sucess:focus, .sh-btn__sucess:focus {
  outline: none;
}
a.sh-btn__sucess:hover, .sh-btn__sucess:hover {
  background-color: #447e20;
  border-color: #447e20;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn__sucess:active, .sh-btn__sucess:active {
  opacity: 0.8;
}

a.sh-btn__warning, .sh-btn__warning {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #dcd20c;
  border-color: #dcd20c;
}
a.sh-btn__warning:focus, .sh-btn__warning:focus {
  outline: none;
}
a.sh-btn__warning:hover, .sh-btn__warning:hover {
  background-color: #b0a809;
  border-color: #b0a809;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn__warning:active, .sh-btn__warning:active {
  opacity: 0.8;
}

a.sh-btn__danger, .sh-btn__danger {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e20029;
  border: 1px solid #e20029;
}
a.sh-btn__danger:focus, .sh-btn__danger:focus {
  outline: none;
}
a.sh-btn__danger:hover, .sh-btn__danger:hover {
  background-color: #b40020;
  border-color: #b40020;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn__danger:active, .sh-btn__danger:active {
  opacity: 0.8;
}

a.sh-btn__white, .sh-btn__white {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: rgba(196, 196, 196, 0.7);
  background-color: white;
  color: #003e90;
}
a.sh-btn__white:focus, .sh-btn__white:focus {
  outline: none;
}
a.sh-btn__white:hover, .sh-btn__white:hover {
  background-color: #003e90;
  border-color: #003e90;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.sh-btn__blue, .sh-btn__blue {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #003e90;
}
a.sh-btn__blue:focus, .sh-btn__blue:focus {
  outline: none;
}
a.sh-btn__blue:hover, .sh-btn__blue:hover {
  background-color: white;
  color: #003e90;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn__blue:active, .sh-btn__blue:active {
  opacity: 0.5;
}

/* set outline buttons */
a.sh-btn-outline, .sh-btn-outline {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  color: #003e90;
  border-color: #003e90;
}
a.sh-btn-outline:focus, .sh-btn-outline:focus {
  outline: none;
}
a.sh-btn-outline:hover, .sh-btn-outline:hover {
  background-color: #003e90;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline:active, .sh-btn-outline:active {
  opacity: 0.8;
}

a.sh-btn-outline[disabled], .sh-btn-outline[disabled] {
  background-color: transparent;
  border-color: rgba(196, 196, 196, 0.5);
  color: rgba(196, 196, 196, 0.5);
  cursor: not-allowed;
}
a.sh-btn-outline[disabled]:hover, .sh-btn-outline[disabled]:hover {
  box-shadow: none;
}

a.sh-btn-outline__dark, .sh-btn-outline__dark {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border-color: #03001b;
  color: #03001b;
}
a.sh-btn-outline__dark:focus, .sh-btn-outline__dark:focus {
  outline: none;
}
a.sh-btn-outline__dark:hover, .sh-btn-outline__dark:hover {
  background-color: #03001b;
  color: white;
  border-color: #03001b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline__dark:active, .sh-btn-outline__dark:active {
  opacity: 0.8;
}

a.sh-btn-outline__sucess, .sh-btn-outline__sucess {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  color: #3F8415;
  border-color: #3F8415;
}
a.sh-btn-outline__sucess:focus, .sh-btn-outline__sucess:focus {
  outline: none;
}
a.sh-btn-outline__sucess:hover, .sh-btn-outline__sucess:hover {
  background-color: #3F8415;
  color: white;
  border-color: #3F8415;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline__sucess:active, .sh-btn-outline__sucess:active {
  opacity: 0.8;
}

a.sh-btn-outline__warning, .sh-btn-outline__warning {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  color: #dcd20c;
  border-color: #dcd20c;
}
a.sh-btn-outline__warning:focus, .sh-btn-outline__warning:focus {
  outline: none;
}
a.sh-btn-outline__warning:hover, .sh-btn-outline__warning:hover {
  background-color: #dcd20c;
  color: white;
  border-color: #dcd20c;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline__warning:active, .sh-btn-outline__warning:active {
  opacity: 0.8;
}

a.sh-btn-outline__danger, .sh-btn-outline__danger {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  color: #e20029;
  border-color: #e20029;
}
a.sh-btn-outline__danger:focus, .sh-btn-outline__danger:focus {
  outline: none;
}
a.sh-btn-outline__danger:hover, .sh-btn-outline__danger:hover {
  background-color: #e20029;
  color: white;
  border-color: #e20029;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline__danger:active, .sh-btn-outline__danger:active {
  opacity: 0.8;
}

a.sh-btn-outline__white, .sh-btn-outline__white {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  color: white;
  border-color: white;
}
a.sh-btn-outline__white:focus, .sh-btn-outline__white:focus {
  outline: none;
}
a.sh-btn-outline__white:hover, .sh-btn-outline__white:hover {
  background-color: white;
  color: #003e90;
  border-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline__white:active, .sh-btn-outline__white:active {
  opacity: 0.5;
}

a.sh-btn-outline__allwhite, .sh-btn-outline__allwhite {
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  color: #003e90;
  border-color: white;
}
a.sh-btn-outline__allwhite:focus, .sh-btn-outline__allwhite:focus {
  outline: none;
}
a.sh-btn-outline__allwhite:hover, .sh-btn-outline__allwhite:hover {
  background-color: #003e90;
  color: white;
  border-color: #003e90;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.sh-btn-outline__allwhite:active, .sh-btn-outline__allwhite:active {
  opacity: 0.5;
}

/* button size */
a.sh-btn__sm, .sh-btn__sm {
  font-size: calc(0.75 * 1em);
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
a.sh-btn__lg, .sh-btn__lg {
  font-size: calc(1.5 * 1em);
  height: 4rem;
  padding: 0 1.5em;
}
a.sh-btn__full, .sh-btn__full {
  width: 100%;
}

/* button with icon size*/
.sh-btn-icon__sm {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}
.sh-btn-icon__md {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}
.sh-btn-icon__md i {
  font-size: 1.5rem;
}
.sh-btn-icon__md span {
  font-size: 8px;
  margin-top: -4px;
  text-transform: uppercase;
}
.sh-btn-icon__lg {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 3.5rem;
  width: 3.5rem;
  padding: 0;
}
.sh-btn-icon__lg i {
  font-size: 2rem;
}
.sh-btn-icon__lg span {
  font-size: 10px;
  text-transform: uppercase;
}
.sh-btn-icon__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.sh-btn-icon__text i {
  padding-left: 0.5em;
}

/* set button group */
.sh-btn-group {
  display: flex;
  align-items: center;
}
@media (max-width: 414px) {
  .sh-btn-group {
    flex-direction: column;
  }
}
.sh-btn-group button, .sh-btn-group a {
  border-radius: 0;
  width: 100%;
}
@media (max-width: 414px) {
  .sh-btn-group button, .sh-btn-group a {
    border-bottom-color: #001442;
    border-right-color: #003e90;
    border-bottom-left-radius: 0;
  }
}
.sh-btn-group button:focus, .sh-btn-group a:focus {
  background-color: #001442;
}
.sh-btn-group button:first-child, .sh-btn-group a:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media (max-width: 414px) {
  .sh-btn-group button:first-child, .sh-btn-group a:first-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
}
.sh-btn-group button:last-child, .sh-btn-group a:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
@media (max-width: 414px) {
  .sh-btn-group button:last-child, .sh-btn-group a:last-child {
    border-bottom-left-radius: 2px;
  }
}
.sh-btn-group button:not(:first-child), .sh-btn-group a:not(:first-child) {
  border-left: none;
}
@media (max-width: 414px) {
  .sh-btn-group button:not(:first-child), .sh-btn-group a:not(:first-child) {
    border-left: 1px solid #003e90;
    border-top: none;
  }
}
.sh-btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.sh-btn-group-icon {
  display: flex;
}
.sh-btn-group-icon .sh-btn, .sh-btn-group-icon .sh-btn-outline {
  border-right-color: #001442;
  border-radius: 0;
}
.sh-btn-group-icon .sh-btn:focus, .sh-btn-group-icon .sh-btn-outline:focus {
  background-color: #001442;
}
.sh-btn-group-icon .sh-btn:first-child, .sh-btn-group-icon .sh-btn-outline:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.sh-btn-group-icon .sh-btn:last-child, .sh-btn-group-icon .sh-btn-outline:last-child {
  border-bottom-right-radius: 2px;
  border-right-color: #003e90;
}
.sh-btn-group-icon .sh-btn:not(:first-child), .sh-btn-group-icon .sh-btn-outline:not(:first-child) {
  border-left: none;
}
.sh-btn-group-icon:after {
  content: "";
  clear: both;
  display: table;
}

.sh-btn-group .sh-btn-outline {
  border-right-color: #003e90;
}
@media (max-width: 414px) {
  .sh-btn-group .sh-btn-outline {
    border-bottom-color: #003e90;
  }
}
.sh-btn-group .sh-btn-outline:hover {
  background-color: #003e90;
  border-color: #003e90;
}
.sh-btn-group .sh-btn-outline:focus {
  color: white;
  background-color: #003e90;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
#sh-breadcrumbs {
  text-transform: uppercase;
  font-size: calc(0.9 * 1em);
}
#sh-breadcrumbs a {
  color: #545454;
}
#sh-breadcrumbs a:hover {
  color: #001442;
}
@media (max-width: 768px) {
  #sh-breadcrumbs .end-sm {
    margin-top: 2em;
  }
}
#sh-breadcrumbs ol {
  padding: 0px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none !important;
  display: flex;
}
@media (max-width: 768px) {
  #sh-breadcrumbs ol {
    display: block;
    font-size: 80%;
  }
}
#sh-breadcrumbs ol li {
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
body.no-scroll {
  overflow: hidden;
}

#sh-nav-trigger {
  display: none;
}
@media (max-width: 1024px) {
  #sh-nav-trigger {
    display: block;
    font-size: calc(1.5 * 1em);
    color: #001442;
  }
}

.scrollUp {
  transform: translateY(-80px);
  z-index: 9999;
  transition: all 0.3s;
}

#sh-navigation {
  background: white;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  transition: all 0.5s;
}
#sh-navigation .sh-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 5rem;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  background: white;
  position: sticky;
  z-index: 9;
  width: 100%;
  top: 0;
  transition: all 0.5s;
}
#sh-navigation .sh-top-nav a {
  text-decoration: none;
}
#sh-navigation .sh-top-nav a:hover {
  color: #001442;
}
#sh-navigation .sh-top-nav ul {
  list-style: none;
}
#sh-navigation .sh-top-nav .sh-form-search {
  flex: 1;
  max-width: 600px;
}
@media (max-width: 1024px) {
  #sh-navigation .sh-top-nav {
    display: grid;
    grid-template-columns: 24px auto 1fr;
    position: relative;
    height: 100%;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #sh-navigation .sh-top-nav .sh-form-search {
    order: 9;
    grid-column: 1/-1;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #sh-navigation .sh-top-nav {
    grid-template-columns: 24px 1fr auto;
  }
  #sh-navigation .sh-top-nav .sh-nav--alta-cliente,
  #sh-navigation .sh-top-nav .sh-nav--localizar-pedido,
  #sh-navigation .sh-top-nav .sh-nav--pedido-rapido {
    display: none;
  }
  #sh-navigation .sh-top-nav .sh-nav--brand {
    justify-self: center;
  }
  #sh-navigation .sh-top-nav .sh-nav--secondary {
    gap: 0rem;
  }
  #sh-navigation .sh-top-nav .sh-nav--secondary span > span,
  #sh-navigation .sh-top-nav .sh-nav--secondary a > span:not(.sh-badge) {
    display: none;
  }
}
#sh-navigation .sh-nav--secondary, #sh-navigation .sh-nav--secondary__mobile {
  justify-self: end;
  display: flex;
  gap: 1rem;
  transition: all 0.5s;
}
#sh-navigation .sh-nav--secondary > div, #sh-navigation .sh-nav--secondary__mobile > div {
  display: flex;
}
#sh-navigation .sh-nav--secondary i, #sh-navigation .sh-nav--secondary__mobile i {
  font-size: calc(1.5 * 1em);
  color: #001442;
}
#sh-navigation .sh-nav--secondary span, #sh-navigation .sh-nav--secondary a, #sh-navigation .sh-nav--secondary__mobile span, #sh-navigation .sh-nav--secondary__mobile a {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
#sh-navigation .sh-nav--secondary span span, #sh-navigation .sh-nav--secondary a span, #sh-navigation .sh-nav--secondary__mobile span span, #sh-navigation .sh-nav--secondary__mobile a span {
  transition: all 0.5s;
  font-size: calc(0.75 * 1em);
  text-align: center;
}
#sh-navigation .sh-nav--secondary span i.icon, #sh-navigation .sh-nav--secondary a i.icon, #sh-navigation .sh-nav--secondary__mobile span i.icon, #sh-navigation .sh-nav--secondary__mobile a i.icon {
  padding: 0 0.5em;
}
#sh-navigation .sh-nav--secondary span img, #sh-navigation .sh-nav--secondary a img, #sh-navigation .sh-nav--secondary__mobile span img, #sh-navigation .sh-nav--secondary__mobile a img {
  margin: 0 0.5em;
}
#sh-navigation .sh-nav--secondary span:hover, #sh-navigation .sh-nav--secondary a:hover, #sh-navigation .sh-nav--secondary__mobile span:hover, #sh-navigation .sh-nav--secondary__mobile a:hover {
  cursor: pointer;
}
#sh-navigation .sh-nav--secondary span:hover span:not(.sh-badge), #sh-navigation .sh-nav--secondary a:hover span:not(.sh-badge), #sh-navigation .sh-nav--secondary__mobile span:hover span:not(.sh-badge), #sh-navigation .sh-nav--secondary__mobile a:hover span:not(.sh-badge) {
  color: #003e90;
}
.sh-nav--secondary__mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  padding: 1em;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: #f3f3f3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sh-nav--secondary__mobile > div {
  display: block;
  text-align: center;
}
.sh-nav--secondary__mobile a, .sh-nav--secondary__mobile span {
  padding: 0 0.5em !important;
  line-height: 1.15;
}
.sh-nav--secondary__mobile a:hover, .sh-nav--secondary__mobile span:hover {
  color: #001442;
}
.sh-nav--secondary__mobile a span, .sh-nav--secondary__mobile span span {
  font-size: calc(0.75 * 1em);
  margin-top: 0.5rem;
}

.sh-nav--basket {
  justify-self: end;
}
.sh-nav--basket a {
  color: #545454;
  position: relative;
}
.sh-nav--basket .sh-badge {
  position: absolute;
  top: -0.25rem;
  right: 0;
}

.sh-nav--avatar img {
  display: none;
}

.homepage-login .sh-nav--avatar i.icon {
  display: none;
}
.homepage-login .sh-nav--avatar img {
  border: 1px solid #003e90;
  border-radius: 50%;
  display: block;
  max-width: 2.5em;
  max-height: 2.5em;
}

.sh-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sh-nav-list li {
  padding: 1em 0;
  font-weight: bold;
}
.sh-nav-list li a {
  text-decoration: none;
}
.sh-nav-list li i.icon {
  padding-right: 0.5em;
  color: #003e90;
  opacity: 0.85;
}

@media (min-width: 1025px) {
  #menu {
    position: relative;
    z-index: 99;
    background: white;
    top: 0;
  }
  #menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #menu > ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    gap: 1em;
    align-items: center;
    min-height: 3rem;
    position: relative;
  }
  #menu > ul > li {
    display: block;
    transition-duration: 0.3s;
    text-decoration: none;
    color: #001442;
    padding-bottom: 0;
  }
  #menu > ul > li:not(.sh-nav-products) {
    position: relative;
  }
  #menu > ul > li.sh-nav-products {
    flex: 1;
  }
  #menu > ul > li:hover {
    color: #003e90;
  }
  #menu > ul > li span:after {
    content: "\e892";
    font-family: "herco";
    padding-left: 0.5rem;
  }
  #menu > ul > li a, #menu > ul > li span {
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 0.5em;
    color: #001442;
  }
  #menu > ul > li a:hover, #menu > ul > li span:hover {
    color: #003e90;
  }
  #menu > ul li:hover {
    cursor: pointer;
    background-color: white;
  }
  #menu > ul li ul {
    transform: translateY(1.5rem);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 0.75rem;
    left: 0;
    min-width: 272px;
    box-shadow: 0 2px 4px 0 rgba(48, 49, 51, 0.1);
    border-radius: 2px;
    display: block;
    transition: all 0.5s ease;
    z-index: 1;
  }
  #menu > ul li ul li {
    clear: both;
    background: #f6f6f6;
    text-align: left;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
    padding: 0;
  }
  #menu > ul li ul li:last-child {
    border-radius: 2px;
  }
  #menu > ul li ul li a, #menu > ul li ul li span {
    font-size: 1em;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
  }
  #menu > ul li ul li a.sh-nav-has-submenu:after, #menu > ul li ul li span.sh-nav-has-submenu:after {
    content: "\e849";
    font-family: "herco";
    padding-right: 0.5rem;
  }
  #menu > ul li ul li ul {
    left: 100%;
    top: 0;
    margin-top: 0;
  }
  #menu > ul li:hover > ul,
  #menu > ul li ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(1px);
  }
  #menu > ul .sh-nav-submenu--container {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f6f6f6;
    width: 25dvw;
  }
  #menu .sh-nav--secondary__mobile {
    display: none;
  }
}
li.submenu-open > ul.sh-nav-submenu {
  height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.homepage #sh-hero, .homepage-login #sh-hero {
  background-blend-mode: normal;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.homepage #sh-hero::before, .homepage-login #sh-hero::before {
  content: none;
}
@media (max-width: 768px) {
  .homepage #sh-hero, .homepage-login #sh-hero {
    height: 100%;
  }
}
.homepage #sh-hero h1, .homepage-login #sh-hero h1 {
  margin-bottom: 0.5em;
}
.homepage #sh-hero .sh-icon-w-text, .homepage-login #sh-hero .sh-icon-w-text {
  display: flex;
}
.homepage #sh-hero .sh-icon-w-text .icon, .homepage-login #sh-hero .sh-icon-w-text .icon {
  padding-right: 0.5em;
  width: 56px;
}
.homepage #sh-hero .hero-homepage .swiper, .homepage-login #sh-hero .hero-homepage .swiper {
  height: 560px;
}
.homepage #sh-hero .hero-homepage .swiper .swiper-wrapper .swiper-slide .swiper-slide-content, .homepage-login #sh-hero .hero-homepage .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 3rem;
}
.homepage #sh-hero .hero-homepage .swiper .swiper-wrapper .swiper-slide .swiper-slide-content img, .homepage-login #sh-hero .hero-homepage .swiper .swiper-wrapper .swiper-slide .swiper-slide-content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 100% 0%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.homepage #sh-hero .hero-homepage .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .sh-text__hero, .homepage-login #sh-hero .hero-homepage .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .sh-text__hero {
  max-width: 43.75rem;
}
.homepage #sh-hero .hero-homepage > .col-xs-12, .homepage-login #sh-hero .hero-homepage > .col-xs-12 {
  position: relative;
}

#sh-hero {
  min-height: 20rem;
  position: relative;
  background-color: linear-gradient(to right bottom, #001442 0%, #003e90 100%);
  background-blend-mode: color;
  background-size: cover;
  background-position: center;
}
#sh-hero .hero {
  padding: 5em 0;
}

#sh-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #003e90;
  mix-blend-mode: multiply;
}
.outlet #sh-hero::before {
  background-color: #e20029;
}

.sh-form-search {
  display: flex;
}
@media (max-width: 414px) {
  .sh-form-search {
    max-width: 100%;
  }
}
.sh-form-search button {
  padding-left: 3em;
  padding-right: 3em;
  border-radius: 0px 2px 2px 0px;
}
@media (max-width: 768px) {
  .sh-form-search button {
    right: 1rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.sh-form-search button::before {
  content: "Buscar";
}
@media (max-width: 768px) {
  .sh-form-search button::before {
    content: "\e800";
    font-family: "herco";
  }
}
.sh-form-search button.borrar::before {
  content: "Borrar";
}
@media (max-width: 768px) {
  .sh-form-search button.borrar::before {
    content: "\e839";
    font-family: "herco";
  }
}
.sh-form-search input {
  border-radius: 2px 0px 0px 2px;
}

#sh-hero--page .row.hero {
  padding: 3em 0;
  min-height: 12rem;
}
.outlet #sh-hero--page {
  background-color: #e20029;
}

#header-bar {
  margin-top: -20px;
}
#header-bar form.sh-form-search {
  max-width: 40rem;
}

#sh-quickorder {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
}
@media (max-width: 768px) {
  #sh-quickorder {
    background-size: cover;
  }
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2.5rem;
  position: relative;
}

/* form control */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form button.sh-btn {
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* input number quantity CUSTOM */
.sh-input-quantity input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sh-input-quantity input[type=number]::-webkit-inner-spin-button,
.sh-input-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sh-input-quantity {
  position: relative;
  max-width: 6rem;
  min-width: 3rem;
}
@media (max-width: 1024px) {
  .sh-input-quantity {
    max-width: 7rem;
  }
  .sh-input-quantity input {
    text-align: center;
  }
}
.sh-input-quantity .sh-input {
  padding: 0 0.5em;
}

.sh-input-quantity button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(196, 196, 196, 0.5);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: absolute;
  width: 2rem;
  height: 1.28rem;
}
@media (max-width: 1024px) {
  .sh-input-quantity button {
    height: 2.5rem;
  }
}
.sh-input-quantity button.plus {
  right: 0;
  top: 0;
  font-weight: bold;
}
.sh-input-quantity button.minus {
  right: 0;
  bottom: 0;
  top: 19px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .sh-input-quantity button.minus {
    left: 0;
    top: 0;
  }
}

/* group form control */
.sh-form-group {
  position: relative;
}

/* set styles for input */
.sh-input, textarea {
  display: inline;
  width: 100%;
  padding: 0 1em;
  outline: none;
  border-radius: 2px;
  transition: 0.2s;
  border: 1px solid rgba(196, 196, 196, 0.7);
  background: white;
}
.sh-input:hover:not(.sh-input__success):not(.sh-input__warning):not(.sh-input__error):not(.sh-input__disabled):not(:focus), textarea:hover:not(.sh-input__success):not(.sh-input__warning):not(.sh-input__error):not(.sh-input__disabled):not(:focus) {
  border-color: #545454;
}
.sh-input:focus:not(.sh-input__success):not(.sh-input__warning):not(.sh-input__error), textarea:focus:not(.sh-input__success):not(.sh-input__warning):not(.sh-input__error) {
  border-color: #003e90;
  box-shadow: 0 4px 6px rgba(0, 108, 188, 0.2);
}

.sh-input__success {
  border-color: #3F8415;
}
.sh-input__success:focus {
  border-color: #3F8415;
  box-shadow: 0 4px 6px rgba(86, 158, 41, 0.2);
}
.sh-input__warning {
  border-color: #dcd20c;
}
.sh-input__warning:focus {
  border-color: #dcd20c;
  box-shadow: 0 4px 6px rgba(221, 211, 12, 0.2);
}
.sh-input__error {
  border-color: #e20029;
}
.sh-input__error:focus {
  border-color: #e20029;
  box-shadow: 0 4px 6px rgba(226, 0, 41, 0.2);
}
.sh-input__disabled {
  cursor: not-allowed;
  background-color: rgba(196, 196, 196, 0.5);
}

/* set icon for input */
.sh-form-contain-icon {
  display: flex;
}
.sh-form-contain-icon .sh-form-icon-secondary__right,
.sh-form-contain-icon .sh-form-icon-secondary__left,
.sh-form-contain-icon .sh-form-icon-secondary__success,
.sh-form-contain-icon .sh-form-icon-secondary__warning,
.sh-form-contain-icon .sh-form-icon-secondary__error {
  position: absolute;
  top: 0.75em;
  z-index: 9;
}

.sh-form-icon-primary__left {
  display: block;
  height: 2.5em;
  width: 2.5em;
  padding-top: 10px;
  border: 1px solid #003e90;
  border-right: none;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #003e90;
  color: white;
}
.sh-form-icon-primary__left + input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sh-form-icon-primary__right {
  display: block;
  height: 2.5em;
  width: 2.5em;
  padding-top: 10px;
  border: 1px solid #003e90;
  border-right: none;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #003e90;
  color: white;
  order: 2;
}
.sh-form-icon-primary__right + input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  order: 1;
}

.sh-form-icon-secondary__right {
  right: 1em;
  color: #003e90;
}
.sh-form-icon-secondary__right + input {
  padding-right: 3em;
}
.sh-form-icon-secondary__right + span {
  position: absolute;
  font-size: 0.75em;
  margin: 0;
  bottom: -20px;
}
.sh-form-icon-secondary__left {
  left: 1em;
  color: #003e90;
}
.sh-form-icon-secondary__left + input {
  padding-left: 3em;
}
.sh-form-icon-secondary__left + span {
  position: absolute;
  font-size: 0.75em;
  margin: 0;
  bottom: -20px;
}
.sh-form-icon-secondary__success {
  right: 1em;
  color: #3F8415;
}
.sh-form-icon-secondary__success + span {
  position: absolute;
  font-size: 0.75em;
  margin: 0;
  bottom: -20px;
  color: #3F8415;
}
.sh-form-icon-secondary__warning {
  right: 1em;
  color: #dcd20c;
}
.sh-form-icon-secondary__warning + span {
  position: absolute;
  font-size: 0.75em;
  margin: 0;
  bottom: -20px;
  color: #dcd20c;
}
.sh-form-icon-secondary__warning:hover {
  cursor: help;
}
.sh-form-icon-secondary__error {
  right: 1em;
  color: #e20029;
}
.sh-form-icon-secondary__error + span {
  position: absolute;
  font-size: 0.75em;
  margin: 0;
  bottom: -20px;
  color: #e20029;
}

.sh-form__sm {
  font-size: calc(0.75 * 1em);
  height: 1.5rem;
}
.sh-form__sm input {
  height: 100%;
}
.sh-form__lg {
  height: 4rem;
}
.sh-form__lg i.icon {
  font-size: calc(1.5 * 1em);
}
.sh-form__lg input {
  height: 100%;
}
.sh-form__full {
  width: 100%;
}

/*set select button*/
.sh-select-container {
  position: relative;
  min-width: 12em;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.sh-select-container:after {
  content: "\e847";
  font-family: "herco";
  color: #003e90;
  display: table-cell;
  vertical-align: middle;
  top: 12px;
  right: 12px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.sh-select-container:after:active {
  transform: rotate(180deg);
}

.sh-select-container select {
  appearance: none;
  width: 100%;
  max-width: 40em;
  position: relative;
  border-radius: 2px;
  transition: 0.2s;
  text-decoration: none;
  font-weight: bolder;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border: 1px solid #003e90;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 2em 0 1em !important;
  background-image: none;
  word-break: normal;
}
.sh-select-container select:focus {
  outline: none;
}
.sh-select-container select:hover {
  transition: 0.2s;
}
.sh-select-container select:active {
  opacity: 0.8;
}
.sh-select-container select.sh-select__white {
  border-color: rgba(196, 196, 196, 0.7);
  background-color: white;
  color: #003e90;
}

.sh-label {
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
/* checkbox and radio btn control */
.sh-check-group {
  display: block;
  position: relative;
  padding-left: 2em;
  padding-bottom: 1em;
  cursor: pointer;
  user-select: none;
}
.sh-check-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sh-check-group input:hover + span {
  border: 2px solid #003e90;
  transition: 0.2s;
}
.sh-check-group input:active + span {
  opacity: 0.5;
}
.sh-check-group input:checked + span {
  background-color: white;
  border: 2px solid #003e90;
}
.sh-check-group input:checked + span:after {
  display: block;
  transition: 0.2s;
}
.sh-check-group input[disabled] + span {
  background-color: rgba(196, 196, 196, 0.5);
  cursor: not-allowed;
  border-color: rgba(196, 196, 196, 0.5);
}
.sh-check-group input[disabled]:hover + span {
  border-color: rgba(196, 196, 196, 0.5);
}
.sh-check-group input[disabled]:active + span {
  opacity: 1;
}

/* Set checkbox styles */
.sh-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: white;
  border: 2px solid #545454;
  border-radius: 2px;
}
.sh-checkmark:after {
  content: "";
  display: none;
  position: absolute;
  left: 4px;
  top: 2px;
  width: 0.25em;
  height: 0.5em;
  border: solid #003e90;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* set radio btn styles */
.sh-radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: white;
  border: 2px solid #545454;
  border-radius: 50%;
}
.sh-radiomark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003e90;
}

/* set switch styles */
.sh-switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 17px;
}
@media (max-width: 1024px) {
  .sh-switch {
    width: 48px;
    height: 25.5px;
  }
}
.sh-switch input {
  opacity: 0;
  width: 100%;
  height: 0;
}
.sh-switch span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #545454;
  border-radius: 17px;
  transition: 0.4s;
}
.sh-switch span:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .sh-switch span:before {
    width: 19.5px;
    height: 19.5px;
    left: 3px;
    bottom: 3px;
  }
}
.sh-switch input:active + span {
  opacity: 0.5;
}
.sh-switch input:checked + span {
  background-color: #003e90;
}
.sh-switch input:checked + span:before {
  transform: translateX(15px);
}
@media (max-width: 1024px) {
  .sh-switch input:checked + span:before {
    transform: translateX(22.5px);
  }
}
.sh-switch input[disabled] + span {
  background-color: rgba(196, 196, 196, 0.5);
}
.sh-switch input[disabled]:active + span {
  opacity: 1;
}

/* set alerts */
.sh-alert {
  position: relative;
  font-size: 14px;
  padding: 1em;
  border-radius: 2px;
  /* for close button */
}
.sh-alert i {
  position: absolute;
  float: left;
  top: 15px;
}
.sh-alert div {
  margin-left: 2em;
}
.sh-alert .sh-closebtn {
  margin-left: 1em;
  font-weight: bold;
  float: right;
  cursor: pointer;
  transition: 0.2s;
}
.sh-alert .sh-closebtn:hover {
  transform: scale(2, 2);
}

/* set alert type */
.sh-alert__info {
  background-color: #003e90;
  color: white;
}
.sh-alert__sucess {
  background-color: #3F8415;
  color: white;
}
.sh-alert__warning {
  background-color: #dcd20c;
  color: black;
}
.sh-alert__warning span {
  color: black;
}
.sh-alert__error {
  background-color: #e20029;
  color: white;
}

/* set badges */
.sh-badge {
  display: inline-block;
  vertical-align: middle;
  font-family: "Ciutadella", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  line-height: 0.5rem;
  max-height: 1rem;
  color: white;
  border-radius: 999px;
  background-color: #001442;
}

.sh-badge-green {
  background-color: #3F8415;
}

.sh-badge-blue {
  background-color: #003e90;
}

.sh-badge-red {
  background-color: #e20029;
}

/* set chips */
.sh-chip {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1em;
  height: 2em;
  line-height: 2em;
  border-radius: 25px;
  background-color: rgba(196, 196, 196, 0.5);
  color: #03001b;
  position: relative;
}
.sh-chip:hover {
  color: rgba(196, 196, 196, 0.7);
}
.sh-chip img {
  float: left;
  margin: 0 0.5em 0 -1.5em;
  height: 2em;
  width: 2em;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
}
.sh-chip a {
  color: #545454;
  text-decoration: none;
}
.sh-chip a:hover {
  color: #003e90;
}
.sh-chip a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sh-close-chip {
  margin-left: 1em;
  font-weight: bold;
  float: right;
  cursor: pointer;
  transition: 0.2s;
}
.sh-close-chip:hover {
  opacity: 0.5;
}

/* price range slider */
.sh-price-slider {
  width: 100%;
  float: left;
  padding: 1em 1.5em;
}
.sh-price-slider .range-value {
  margin: 0;
}
.sh-price-slider .range-value input {
  width: 100%;
  background: none;
  font-weight: initial;
  box-shadow: none;
  border: none;
}
.sh-price-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.sh-price-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.sh-price-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.sh-price-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}

.dropdown-content {
  display: none;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
/* card settings */
.sh-card, .sh-card-mini {
  width: 100%;
  position: relative;
  padding: 0.5em;
  background: white;
  border: 1px solid rgba(196, 196, 196, 0.5);
  border-radius: 2px;
  display: grid;
  height: 100%;
}
.sh-card:hover, .sh-card-mini:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.sh-card:hover .sh-card__switch__text, .sh-card-mini:hover .sh-card__switch__text {
  opacity: 1;
  transition: 0.4s;
}
.sh-card a.sh-card__link, .sh-card-mini a.sh-card__link {
  position: absolute;
  display: block;
  bottom: 4em;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
}

.sh-card__head {
  position: relative;
}
.sh-card__head label, .sh-card__head .sh-badge, .sh-card__head .sh-card__switch__text {
  position: absolute;
  z-index: 2;
}
.sh-card__head label {
  right: 0.5em;
  top: 0.5em;
}
.sh-card__head .sh-badge {
  font-family: "Ciutadella", sans-serif;
  left: 0.5em;
  top: 0.7em;
}
.sh-card__head .sh-card__switch__text {
  top: 0.4em;
  right: 3.5em;
  opacity: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .sh-card__head .sh-card__switch__text {
    display: none;
  }
}
.sh-card__head img {
  width: 100%;
}

.sh-card__body {
  margin: 0.5em 0.5em 0 0.5em;
}
.sh-card__body .sh-card__body__brand {
  color: #003e90;
  text-transform: uppercase;
}
.sh-card__body .sh-card__body__text {
  margin-top: 0;
}
.sh-card__body .sh-card__body__price > strong {
  color: #03001b;
  font-size: 120%;
}
.sh-card--outlet .sh-card__body .sh-card__body__price > strong {
  color: #e20029;
}

.sh-card__footer {
  margin: 2em 0.5em 0.5em 0.5em;
  align-self: end;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}
.sh-card--options .sh-card__footer {
  display: block;
}
.sh-card--options .sh-card__footer .icon {
  padding-right: 0.5rem;
}
.sh-card__footer .sh-btn {
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  transition: 0.2s;
}

.add-to-cart-btn::before {
  content: "\e83d";
  font-family: herco;
  font-weight: 400;
  padding-right: 0.5em;
}

.add-to-cart-btn.added {
  border-color: #3F8415;
  background-color: #3F8415;
}
.add-to-cart-btn.added::before {
  content: "\e80e";
  font-family: herco;
  font-weight: 400;
  padding-right: 0.5em;
}
.add-to-cart-btn.added:hover {
  background-color: #3F8415;
  border-color: #3F8415;
}

.sh-card-horizontal {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 2em;
}
.sh-card-horizontal .sh-card__body {
  grid-column-start: 2;
  grid-row-start: 1;
}
.sh-card-horizontal .sh-card__footer {
  grid-column-start: 2;
  grid-row-start: 1;
}

.sh-card-mini {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  height: auto;
}
.sh-card-mini .sh-card-mini__body strong {
  text-transform: uppercase;
  color: #003e90;
}
.sh-card-mini .sh-card-mini__footer {
  justify-self: end;
}
.sh-card-mini .sh-card-mini__footer .sh-card-mini__actions {
  display: flex;
  justify-content: space-evenly;
  padding-top: 0.5em;
}

.sh-card-mini__total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.add-to-cart-btn .icon {
  animation-duration: 0.3s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  animation-name: list-view;
  transition: opacity 0.25s ease-in-out;
}

.sh-card-blog__mini {
  display: flex;
}
@media (max-width: 768px) {
  .sh-card-blog__mini {
    display: block;
  }
}
.sh-card-blog__mini img {
  max-width: 300px;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .sh-card-blog__mini img {
    margin-right: 0;
    margin-bottom: 1em;
    max-width: 100%;
  }
}
.sh-card-blog__mini h5 {
  margin-top: 0;
}
.sh-card-blog__mini .byauthor {
  margin-top: 0;
}
.sh-card-blog__mini a {
  text-decoration: none;
}
.sh-card-blog__mini a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sh-card-blog__mini p.sh-text__h4 {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
#sh-footer {
  background-color: #03001b;
}
#sh-footer a {
  text-decoration: none;
}
#sh-footer ul {
  list-style: none;
  padding: 0;
}
#sh-footer ul li {
  margin: 0;
}
#sh-footer .sh-text__h5 {
  font-family: "Ciutadella", sans-serif;
}

.sh-footer__top {
  padding: 2em 0;
  background: rgb(0, 62, 144);
  background: linear-gradient(to right, rgb(0, 62, 144) 0%, rgb(0, 62, 144) 60%, rgb(3, 0, 27) 60%, rgb(3, 0, 27) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e90", endColorstr="#03001b", GradientType=1 );
}
.sh-footer__top address {
  font-style: normal;
}
.sh-footer__top .sh-footer__address a {
  font-weight: bold;
}
.sh-footer__top .sh-footer__address a:hover {
  color: #03001b;
}
.sh-footer__top .sh-footer__at a {
  font-weight: bold;
}
.sh-footer__top .sh-footer__at a:hover {
  color: #003e90;
}
@media (max-width: 414px) {
  .sh-footer__top {
    background: rgb(0, 62, 144);
    background: linear-gradient(to bottom, rgb(0, 62, 144) 0%, rgb(0, 62, 144) 50%, rgb(3, 0, 27) 50%, rgb(3, 0, 27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e90", endColorstr="#03001b", GradientType=0 );
  }
  .sh-footer__top .sh-footer__at {
    padding-top: 4em;
  }
}

.sh-footer__info {
  padding-top: 4em;
}
.sh-footer__info a:hover {
  color: #003e90;
}

.sh-footer__sub {
  padding-top: 2em;
  padding-bottom: 1em;
}
.sh-footer__sub small {
  text-align: center;
}
@media (max-width: 1200px) {
  .sh-footer__sub small {
    padding: 2em 0;
  }
}
.sh-footer__sub .sh-footer__social a {
  padding: 0 0.5em;
  font-size: 1.5em;
}
.sh-footer__sub .sh-footer__social a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.sh-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.sh-scroll::-webkit-scrollbar {
  display: none;
}
.sh-scroll::after {
  /* Needed space for scrolling */
  content: "";
  display: block;
  width: 1px;
}

.sh-grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr;
  grid-template-rows: auto [last-line];
}
.sh-grid__exclude {
  grid-column: 1/-1;
}
.sh-grid--scroll {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  /* 11 items, not 10, because we need some space on ther right for scrolling */
}
.sh-grid--scroll > *:nth-child(10) ~ * {
  /* Limited to 10 elements */
  display: none;
}
.sh-grid .sh-card {
  min-width: 232px;
}

.sh-scroll-arrows {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.sh-scroll-arrows__left, .sh-scroll-arrows__right {
  position: absolute;
  display: block;
  width: 5rem;
  height: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-scroll-arrows__left::after, .sh-scroll-arrows__right::after {
  color: white;
}
.sh-scroll-arrows__left {
  left: 0;
  background: linear-gradient(to left, rgba(247, 247, 247, 0), rgb(247, 247, 247));
}
.sh-scroll-arrows__left::after {
  content: "\e848";
  font-family: "herco";
  font-size: 3rem;
  background: #003e90;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}
.sh-scroll-arrows__right {
  right: -2rem;
  background: linear-gradient(to right, rgba(247, 247, 247, 0), rgb(247, 247, 247));
}
.sh-scroll-arrows__right::after {
  content: "\e849";
  font-family: "herco";
  font-size: 3rem;
  background: #003e90;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}
.sh-scroll-arrows:hover .o-scroll-arrows__left::after,
.sh-scroll-arrows:hover .o-scroll-arrows__right::after {
  opacity: 1;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.sh-list-categories .sh-scroll-arrows__left {
  left: -2.5rem;
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.12.1
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  background: #000;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 32px;
  top: 124px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 124px;
  left: 30px;
  z-index: 10060;
  color: #FFF;
  font-size: 1rem;
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  color: #FFF;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
  --mm-spn-panel-offset: 30%;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  transition-delay: 0s;
}
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 3rem;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}
.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: none;
}
.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .mm-spn--navbar:after {
    display: none;
  }
}
.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
@media (min-width: 1025px) {
  .mm-spn--navbar ul {
    top: auto;
  }
}
.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}
@media (min-width: 1025px) {
  .mm-spn--navbar ul:before {
    display: none;
  }
}
.mm-spn--light {
  color: #001442;
  background: #f3f3f3;
}
.mm-spn--dark {
  color: #ddd;
  background: #333;
}
.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}
.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.sh-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sh-pagination div.end-sm {
  margin-bottom: 0.25rem;
}
.sh-pagination li {
  display: inline-block;
  margin-left: 0.5em;
}
.sh-pagination li:first-child {
  margin-left: 0;
}
.sh-pagination a {
  display: block;
  padding: 1em 1.5em;
  color: #fff !important;
  background: #003e90;
  text-decoration: none;
  border-radius: 2px;
}
.sh-pagination a:hover {
  background: #001442;
}
.sh-pagination a.active {
  background: #001442;
  font-weight: bold;
}
.sh-pagination.mini a {
  display: block;
  padding: 0.25em 0.5em;
  color: #fff;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
:root {
  --swiper-theme-color: #003e90 !important;
  --swiper-navigation-sides-offset: -1rem;
  --swiper-navigation-size: 72px !important;
  --swiper-pagination-bullet-size: 1rem;
  --swiper-pagination-bullet-horizontal-gap: .5rem;
}
@media (max-width: 414px) {
  :root {
    --swiper-navigation-size: 56px !important;
  }
}

.swiper, .swiper-products, .swiper-testimonials {
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #003e90;
  color: white !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 2.5rem;
}

.swiper-products, .swiper-testimonials {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-button-prev-products,
.swiper-button-next-products,
.swiper-button-prev-testimonials,
.swiper-button-next-testimonials,
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003e90;
  color: white !important;
}
.swiper-button-prev-products::after,
.swiper-button-next-products::after,
.swiper-button-prev-testimonials::after,
.swiper-button-next-testimonials::after,
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 1.5rem;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev-products,
.swiper-button-prev-testimonials {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev-products::after,
.swiper-button-prev-testimonials::after {
  content: "prev";
}

.swiper-button-next-products,
.swiper-button-next-testimonials {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next-products::after,
.swiper-button-next-testimonials::after {
  content: "next";
}

.swiper-button-next-products.swiper-button-disabled,
.swiper-button-prev-products.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}

#sh-topbar {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sh-topbar a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
#sh-topbar a:hover {
  color: #03001b;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
section::after {
  clear: both;
  content: "";
  display: table;
}

.promo-content {
  display: grid;
  grid-template-columns: 1fr 180px;
  height: 180px;
}
@media (max-width: 414px) {
  .promo-content {
    grid-template-columns: 1fr 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .promo-content {
    grid-template-columns: 1fr 1fr;
  }
}
.promo-content h3 {
  margin-top: 0;
  font-size: 1.75rem;
}
.promo-content span {
  align-self: end;
  transition: all 0.3s ease;
}
.promo-content img {
  width: 100%;
}

.promo-hover-content {
  display: none;
  color: white;
  visibility: hidden;
  top: 4em;
  left: 1em;
  right: 1em;
}
@media (max-width: 414px) {
  .promo-hover-content {
    top: 3em;
  }
}

#sh-promos {
  background-position: 100% 0;
  background-repeat: no-repeat;
}
#sh-promos .sh-box:hover {
  color: white;
  z-index: 1;
}
#sh-promos .sh-box:hover img.promo {
  visibility: hidden;
  display: none;
}
#sh-promos .sh-box:hover .promo-content {
  grid-template-columns: 1fr;
}
#sh-promos .sh-box:hover h3 {
  color: white;
}
@media (max-width: 414px) {
  #sh-promos .sh-box:hover h3 {
    font-size: 1rem;
  }
}
#sh-promos .sh-box:hover a {
  color: white;
  z-index: 2;
}
#sh-promos .sh-box:hover .promo-hover-content {
  visibility: visible;
  display: block;
}
#sh-promos .sh-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #001442;
  transform-origin: left;
  transition: width 0.3s ease;
  z-index: -1;
  border-radius: 2px;
}
#sh-promos .sh-box:hover::after {
  width: 100%;
}

#sh-quickorder .row {
  padding: 5em 0;
}
#sh-quickorder .icon {
  margin-right: 1.5rem;
  font-size: 2.5em;
  margin-top: 1rem;
}
#sh-quickorder h2 {
  margin-top: 0;
}
#sh-quickorder .quickorder-items > div {
  display: flex;
}

.quickorder-form {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1.5fr 0.5fr 1fr;
}
@media (max-width: 1024px) {
  .quickorder-form {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media (max-width: 414px) {
  .quickorder-form {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .quickorder-form input[type=text] {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

#sh-quickorder-login {
  margin-top: -2.5rem;
}

.order-resume {
  width: 100%;
}
.order-resume tr {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}
.order-resume tr:last-child {
  padding-top: 1em;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  font-size: 1.125em;
}

.order-resume-btn {
  display: flex;
}

#sh-downloads {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

#sh-brands, #sh-seo-text-home, #sh-text-subcategory, #sh-cross-selling {
  background: white;
  padding: 5em 0;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

#sh-features-categories .col-xs-12 {
  margin-bottom: 1em;
}
#sh-features-categories .col-xs-12 .sh-overlay {
  min-height: 240px;
  max-height: 320px;
  overflow: hidden;
}
#sh-features-categories .col-xs-12 .sh-overlay .sh-overlay-content {
  padding: 1em 2em 2em 2em;
  justify-content: start;
}

.sh-overlay {
  position: relative;
  display: grid;
  height: 100%;
  color: white;
  background-color: #03001b;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.sh-overlay h3 {
  color: white;
}
.sh-overlay img {
  object-fit: cover;
  object-position: 50% 50%; /* default value: image is centered*/
  width: 100%;
  height: 100%;
  grid-column-start: 1;
  grid-row-start: 1;
  opacity: 0.4;
}
.sh-overlay p {
  visibility: hidden;
}
.sh-overlay:hover .sh-btn {
  background: white;
  color: #003e90;
}
.sh-overlay:hover p {
  visibility: visible;
  transition: all 0.3s ease;
}
.sh-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #001442;
  transform-origin: left;
  transition: width 0.3s ease;
  border-radius: 2px;
}
.sh-overlay:hover::after {
  width: 100%;
}
.sh-overlay .sh-overlay-content {
  grid-column-start: 1;
  grid-row-start: 1;
  z-index: 3;
  padding: 0em 1em 1em 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sh-overlay a {
  align-self: flex-start;
  color: white;
  text-decoration: none;
}
.sh-overlay a:hover {
  color: #003e90;
}
.sh-overlay a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sh-testimonials .readmore {
  color: #003e90;
}
#sh-testimonials .showmore-content {
  display: none;
}
#sh-testimonials .swiper-testimonials .swiper-slide {
  height: auto;
}
#sh-testimonials .swiper-testimonials .swiper-slide .sh-box {
  height: 100%;
}

.testimonial-author {
  display: flex;
}
.testimonial-author img {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  border: 1px solid #003e90;
  margin-right: 2em;
}
.testimonial-author > div {
  display: grid;
}

.awards {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2em;
  margin-top: 4rem;
}
@media (max-width: 414px) {
  .awards {
    grid-auto-flow: row;
  }
  .awards > * {
    justify-self: center;
  }
}
.awards img {
  mix-blend-mode: multiply;
}

#sh-reasons {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
#wrap-search.is-open aside {
  left: -326px;
}
@media (max-width: 768px) {
  #wrap-search.is-open aside {
    left: 0;
  }
}

#wrap-search main {
  padding-left: 326px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #wrap-search main {
    padding-left: 24px;
  }
}

#wrap-search.is-open main {
  padding-left: 24px;
}

#sh-sidebar__search {
  width: 296px;
  left: 0;
  background-color: #fcfcfc;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  border-right: 1px solid #e1e1e1;
  position: fixed;
  bottom: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 2;
  overflow: auto;
  height: 100vh;
}
@media (max-width: 768px) {
  #sh-sidebar__search {
    left: -295px;
  }
}
#sh-sidebar__search ul {
  list-style: none;
  padding: 0;
}
#sh-sidebar__search ul li {
  padding-bottom: 1em;
  justify-content: space-between;
  display: flex;
}
#sh-sidebar__search ul a {
  text-decoration: none;
}
#sh-sidebar__search span {
  float: right;
}
#sh-sidebar__search button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.search #sh-products-subcategory #header-bar {
  grid-template-columns: auto 1fr auto auto auto auto;
}
@media (max-width: 768px) {
  .search #sh-products-subcategory #header-bar {
    grid-template-columns: auto 1fr auto;
  }
  .search #sh-products-subcategory #header-bar .sh-form-search {
    max-width: 10.5em;
  }
}
@media (max-width: 414px) {
  .search #sh-products-subcategory #header-bar .sh-form-search {
    max-width: 8.5em;
  }
  .search #sh-products-subcategory #header-bar .sh-form-search button {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}

#btn-filters.icon::before {
  content: "\e80f";
}
@media (max-width: 768px) {
  #btn-filters.icon::before {
    content: "\e80d";
  }
}

.is-open #btn-filters.icon::before {
  content: "\e80d";
}
@media (max-width: 768px) {
  .is-open #btn-filters.icon::before {
    content: "\e80f";
  }
}

#wrap-search .sh-products__grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr;
}
@media (min-width: 1600px) {
  #wrap-search .sh-products__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  #wrap-search .sh-products__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #wrap-search .sh-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #wrap-search .sh-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
#sh-products-subcategory #header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  grid-gap: 1em;
}
@media (max-width: 768px) {
  #sh-products-subcategory #header-bar {
    grid-template-columns: 40px 1fr;
  }
  #sh-products-subcategory #header-bar .header-search__listngrid {
    display: none;
  }
  #sh-products-subcategory #header-bar .header-search__orderby {
    grid-area: 2/1/3/3;
  }
}
#sh-products-subcategory #header-bar button.active {
  cursor: not-allowed;
  background-color: #003e90;
  border-color: #003e90;
  color: #fff;
}

#sh-products-subcategory.is-open aside {
  transform: translateX(-400px);
  padding-right: 0;
  width: 0;
}
@media (max-width: 768px) {
  #sh-products-subcategory.is-open aside {
    transform: translateX(0px);
    height: 100vh;
    overflow-x: scroll;
    left: 0;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-overflow-scrolling: touch;
    box-shadow: 300px 0 0 100vw rgba(3, 0, 27, 0.9), 0 0 20px rgba(3, 0, 27, 0.9);
  }
}

#close-aside-mobile {
  display: none;
  transition: all 0.5s ease;
}
#close-aside-mobile i.icon {
  top: 0.5rem;
  position: absolute;
  font-size: 2em;
  right: 1rem;
}

@media (max-width: 768px) {
  .mm--open #close-aside-mobile {
    display: block;
    background-color: transparent;
    position: fixed;
    color: red;
    border: 0;
    z-index: 9999;
    top: 0;
    bottom: 0;
    width: calc(100% - 17rem);
    right: 0;
    cursor: pointer;
    transition: all 0.5s ease;
  }
}

#sh-products-subcategory.is-open .sh-products__wrap, #sh-products-subcategory.is-open #sh-breadcrumbs {
  padding-left: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  #sh-products-subcategory.is-open .sh-products__wrap, #sh-products-subcategory.is-open #sh-breadcrumbs {
    transition: all 0.3s ease;
  }
}

#sh-products-subcategory .sh-products__wrap {
  transition: all 0.3s ease;
  width: 75%;
}
@media (max-width: 768px) {
  #sh-products-subcategory .sh-products__wrap {
    width: 100%;
  }
}

#wrap {
  position: relative;
}

.wrapper {
  display: flex;
}

#sh-sidebar__filter {
  transition: all 0.3s ease;
  z-index: 3;
  width: 25%;
  background-color: #f6f6f6;
  padding-right: 1.5em;
}
@media (max-width: 768px) {
  #sh-sidebar__filter {
    transform: translateX(-380px);
    position: fixed;
    top: 0;
    max-width: 17rem;
  }
}
#sh-sidebar__filter h6 {
  text-transform: uppercase;
}
#sh-sidebar__filter ul {
  list-style: none;
  padding: 0;
}
#sh-sidebar__filter ul li {
  padding-bottom: 1em;
  justify-content: space-between;
  display: flex;
}
#sh-sidebar__filter ul a {
  text-decoration: none;
}
#sh-sidebar__filter span.unds {
  float: right;
  font-size: calc(0.75 * 1em);
}
#sh-sidebar__filter .showmore {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#sh-sidebar__filter .showmore-content {
  display: none;
}
#sh-sidebar__filter .reset-filter-btn {
  display: inline-flex;
  flex-wrap: wrap;
}
#sh-sidebar__filter .reset-filter-btn button {
  display: block;
  margin: 0 1em 1em 0;
}
#sh-sidebar__filter .sh-sidebar-filter__colors > div {
  display: flex;
  flex-wrap: wrap;
}
#sh-sidebar__filter .sh-sidebar-filter__colors > div div {
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark {
  height: 2em;
  width: 2em;
  border: 0;
  background-color: transparent;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark::after {
  left: 10px;
  top: 4px;
  width: 0.5em;
  height: 1em;
  border: solid #545454;
  border-width: 0 2px 2px 0;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.amarillo {
  background-color: yellow !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.azul {
  background-color: #003e90 !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.azuloscuro {
  background-color: #001442 !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.beige {
  background-color: beige !important;
  border: 2px solid #545454;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.blanco {
  background-color: white !important;
  border: 2px solid #545454;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.gris {
  background-color: gray !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.verde {
  background-color: green !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.lima {
  background-color: lime !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.rojo {
  background-color: red !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.rosa {
  background-color: pink !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.marron {
  background-color: brown !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.morado {
  background-color: purple !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.naranja {
  background-color: orange !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-checkmark.negro {
  background-color: black !important;
}
#sh-sidebar__filter .sh-sidebar-filter__colors .sh-check-group input:checked + span {
  border: 2px solid #545454;
}

#sh-breadcrumbs a:hover {
  cursor: pointer;
}
#sh-breadcrumbs i {
  padding: 0 0.5em;
}

.sh-products__grid {
  transition: 0.3s ease;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr;
  animation-duration: 0.3s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
.sh-products__grid.animation {
  animation-name: grid-view;
}
@media (min-width: 1600px) {
  .sh-products__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .sh-products__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .sh-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sh-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sh-products__list {
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out;
  display: block;
  animation-duration: 0.3s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
.sh-products__list.animation {
  animation-name: list-view;
}

.sh-badge.OFF {
  display: none;
}

.sh-products__list .sh-card {
  display: grid;
  grid-template-columns: 2fr auto;
  grid-column-gap: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 414px) {
  .sh-products__list .sh-card {
    grid-template-columns: 2fr 1fr;
  }
}
.sh-products__list .sh-card a.sh-card__link {
  width: 66%;
  height: 100%;
}
.sh-products__list .sh-card .sh-card__switch__text, .sh-products__list .sh-card label.sh-switch, .sh-products__list .sh-card .sh-card__head {
  display: none;
}
.sh-products__list .sh-card .sh-card__body {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}
.sh-products__list .sh-card .sh-card__body p.sh-card__body__text {
  margin: 0;
  padding: 0 1.5rem;
}
.sh-products__list .sh-card .sh-card__body .sh-card__body__price {
  text-align: right;
}
.sh-products__list .sh-card .sh-card__footer {
  align-self: center;
  margin: 0em 0.5em 0em 0em;
}

#sh-text-subcategory {
  padding: 4em 0;
}

/*
 * Keyframes
 */
@keyframes list-view {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes grid-view {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sh-list-categories ul.scroll {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sh-list-categories li.scroll-item {
  height: 120px;
  width: 200px;
  margin-right: 1em;
  border-radius: 2px;
  display: grid;
  background-size: cover;
  flex: 0 0 auto;
  padding-bottom: 0;
}
.sh-list-categories strong {
  line-height: 1;
  font-size: 1.25em;
  padding-top: 1em;
}
.sh-list-categories a {
  text-decoration: none;
  color: white;
}
.sh-list-categories a:hover {
  text-decoration: underline;
  color: white;
}
.sh-list-categories span {
  color: white;
}

.sh-chip-categories > div {
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
}

.cta-search-form {
  margin-top: -32px;
}

.sh-products-filter-bar {
  display: flex;
  gap: 0.5rem;
}
.sh-products-filter-bar .sh-pagination {
  flex-basis: 100%;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.product main {
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.product-brand {
  color: #003e90;
  text-transform: uppercase;
}

.product-price {
  margin: 1em 0;
  color: #03001b;
}
.product-price span {
  font-size: 80%;
}

.outlet .normal-price {
  color: #e20029;
}

.offer-price {
  text-decoration: line-through;
  color: #606060;
  padding-left: 0.5em;
}

.product-details {
  text-transform: uppercase;
  font-weight: bold;
  margin: 2em 0;
}
.product-details span:after {
  content: "|";
  color: #606060;
  padding: 0 1em;
}
.product-details span:last-child:after {
  content: "";
  padding: 0 0;
}
.product-details .product-on-stock {
  color: #3F8415;
}
.product-details .product-delivery {
  color: #003e90;
}

.product-add-cart {
  display: flex;
}
.product-add-cart div:first-child {
  margin-right: 1em;
}

.products-attributes > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.products-attributes > div button {
  margin-top: 0.5em;
  margin-right: 0.5em;
}

.product-img {
  border: 1px solid rgba(196, 196, 196, 0.5);
  position: relative;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  border-radius: 2px;
  padding: 0.5em;
  background: white;
  min-height: 360px;
}
.product-img span {
  position: absolute;
  top: 1em;
  left: 1em;
}

#product-img-thumbs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: white;
  border: 1px solid rgba(196, 196, 196, 0.5);
  margin-bottom: 2em;
  position: relative;
}
#product-img-thumbs img.thumbnail {
  width: 10rem;
  height: 10rem;
  padding: 0.5em;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
}
#product-img-thumbs img.thumbnail:hover {
  opacity: 1;
  cursor: pointer;
}
#product-img-thumbs img.thumbnail.active {
  opacity: 1;
}
#product-img-thumbs #slider-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
#product-img-thumbs #slider-thumbs::-webkit-scrollbar {
  display: none;
}
#product-img-thumbs .arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #003e90;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-img-thumbs .arrow .icon {
  color: #fff;
  font-size: 24px;
}
#product-img-thumbs #slideLeft {
  opacity: 0.5;
}

#sh-product-tabs {
  position: relative;
}

.sh-tabs {
  font-size: 0;
  border-radius: 2px;
  width: 100%;
}
.sh-tabs input.tab-input {
  display: none;
}
.sh-tabs input.tab-input:checked + label {
  color: #003e90;
}
.sh-tabs input.tab-input#tab1:checked ~ .line {
  left: 0%;
}
@media (max-width: 768px) {
  .sh-tabs input.tab-input#tab1:checked ~ .line {
    display: none;
  }
}
.sh-tabs input.tab-input#tab1:checked ~ .sh-tabs-wrapper #c1 {
  display: block;
  opacity: 1;
  height: auto;
  width: 100%;
}
.sh-tabs input.tab-input#tab2:checked ~ .line {
  left: 33.3%;
}
@media (max-width: 768px) {
  .sh-tabs input.tab-input#tab2:checked ~ .line {
    display: none;
  }
}
.sh-tabs input.tab-input#tab2:checked ~ .sh-tabs-wrapper #c2 {
  display: block;
  opacity: 1;
  height: auto;
  width: 100%;
}
.sh-tabs input.tab-input#tab3:checked ~ .line {
  left: 66.6%;
}
@media (max-width: 768px) {
  .sh-tabs input.tab-input#tab3:checked ~ .line {
    display: none;
  }
}
.sh-tabs input.tab-input#tab3:checked ~ .sh-tabs-wrapper #c3 {
  display: block;
  opacity: 1;
  height: auto;
  width: 100%;
}
.sh-tabs label.tab-label {
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  width: 33.3%;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sh-tabs label.tab-label {
    width: 100%;
    margin-bottom: 1em;
  }
}
.sh-tabs label.tab-label i.icon {
  padding-right: 0.5em;
}
.sh-tabs label.tab-label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(196, 196, 196, 0.5);
  bottom: 0;
  left: 0;
  transition: 0.25s ease;
}
.sh-tabs label.tab-label:hover::after {
  background: #545454;
}
@media (max-width: 768px) {
  .sh-tabs label.tab-label:hover::after {
    background: #003e90;
  }
}
.sh-tabs .line {
  position: absolute;
  height: 2px;
  background: #003e90;
  width: 33.3%;
  top: 34px;
  left: 0;
  transition: 0.25s ease;
}
@media (max-width: 768px) {
  .sh-tabs .line {
    width: 100%;
  }
}
.sh-tabs .sh-tabs-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  font-size: 16px;
  padding: 2rem 0;
}
.sh-tabs .sh-tabs-wrapper .sh-tab-content {
  position: relative;
  display: none;
  width: 0;
  height: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.25s ease;
}
.sh-tabs .tech-doc > div {
  padding-right: 4em;
  padding-bottom: 1em;
}
.sh-tabs .tech-doc i {
  font-size: 1.25em;
}

#sh-cross-selling .icon.icon-plus-circled {
  font-size: 2em;
  color: #e20029;
  padding: 0 0.5em;
}

.table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.table td {
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  border-left: 1px solid rgba(196, 196, 196, 0.5);
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding: 1.5rem;
}

.table th {
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  padding: 1.5rem;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
/* -------------------------------- 
Product TABLE
-------------------------------- */
.sh-comparison-table__wrap {
  margin-bottom: 4em;
  border: 0;
}
.sh-comparison-table__wrap ul {
  list-style: none;
  padding: 0;
}
.sh-comparison-table__wrap li {
  padding: 0;
  margin: 0;
  border: 0;
}
.sh-comparison-table__wrap .sh-products-table {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(196, 196, 196, 0.5);
  border-radius: 2px;
}
.sh-comparison-table__wrap .sh-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20%;
  background-color: white;
  opacity: 0.9;
  border-right: 2px solid rgba(196, 196, 196, 0.5);
}
.sh-comparison-table__wrap .sh-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}
.sh-comparison-table__wrap .sh-products-columns {
  /* products list wrapper */
  margin-left: 20%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
.sh-comparison-table__wrap .sh-products-columns::after {
  clear: both;
  content: "";
  display: table;
}
.sh-comparison-table__wrap .sh-products-columns .product {
  position: relative;
  float: left;
  width: 33%;
  min-width: 210px;
  text-align: center;
}
@media (max-width: 768px) {
  .sh-comparison-table__wrap .sh-products-columns .product {
    min-width: 180px;
  }
}
.sh-comparison-table__wrap .features-list {
  margin-top: 0;
  margin-bottom: 0;
}
.sh-comparison-table__wrap .features-list .features-list__firts {
  padding: 1em;
  height: 210px;
}
.sh-comparison-table__wrap .features-list .features-list__firts img {
  max-width: 177px;
}
@media (max-width: 768px) {
  .sh-comparison-table__wrap .features-list .features-list__firts img {
    max-width: 100%;
  }
}
.sh-comparison-table__wrap .features-list .features-list__end {
  height: 89px;
}
.sh-comparison-table__wrap .features-list li {
  padding: 1.5em 0.5em;
  border-color: rgba(196, 196, 196, 0.5);
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  background-color: white;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-comparison-table__wrap .features-list li .sh-btn .icon {
  padding-right: 0.5em;
}
.sh-comparison-table__wrap .features .features-list li,
.sh-comparison-table__wrap .sh-products-table .features {
  /* fixed left column - items */
  font-weight: bold;
  justify-content: start;
}
.sh-comparison-table__wrap .features .features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sh-comparison-table__wrap .sh-products-table .top-info {
  position: relative;
  width: 100%;
  height: 22.5vh;
  padding: 1em;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff;
}

.compare .sh-compare-btns {
  display: flex;
  justify-content: end;
}
.compare .sh-compare-btns form {
  padding-left: 1em;
}

body.login, body.findorder, body.quickorder {
  background: #001442;
}
body.login .sh-btn-outline__white.btn-active, body.findorder .sh-btn-outline__white.btn-active, body.quickorder .sh-btn-outline__white.btn-active {
  background-color: white;
  color: #003e90;
  border-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#signup-tab {
  display: none;
}

.animationA {
  animation: ina 300ms ease-in-out forwards, outa 300ms ease-in-out 0.3s forwards;
  transform-origin: top left;
}

.animationB {
  animation: inb 300ms ease-in-out forwards, outb 300ms ease-in-out 0.3s forwards;
  transform-origin: top left;
}

@keyframes ina {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-350px);
  }
}
@keyframes outa {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes inb {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(350px);
  }
}
@keyframes outb {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.list-brands {
  margin: 0;
}
.list-brands li {
  display: inline-block;
  white-space: nowrap;
}
.list-brands li:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  color: #003e90;
}
.list-brands li a {
  text-decoration: none;
  font-weight: bold;
}

.sh-card__brand {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
.sh-card__brand p {
  margin-top: 0;
}
.sh-card__brand i {
  padding-right: 0.5em;
}
.sh-card__brand img {
  align-self: center;
}

.row-brands {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 768px) {
  .row-brands {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
  }
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.cart #header-bar {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .cart #header-bar {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 414px) {
  .cart #header-bar .quickorder-form {
    display: none;
  }
}
.cart #header-bar .sh-btn-group-icon {
  justify-self: end;
}
.cart #header-bar .sh-btn-group-icon button:first-child {
  margin-right: 1em;
}

.sticky-box {
  position: sticky;
  top: 2em;
}

.shopping-cart-item {
  grid-auto-flow: column;
  grid-template-columns: auto;
  align-items: center;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .shopping-cart-item {
    grid-auto-flow: row;
  }
}
.shopping-cart-item .product-image {
  display: flex;
  align-items: center;
}
.shopping-cart-item .product-image img {
  width: 5rem;
  padding-right: 1em;
}
@media (max-width: 768px) {
  .shopping-cart-item .product-image img {
    width: 8rem;
  }
}
.shopping-cart-item .product-image > div {
  padding-right: 1em;
}
@media (min-width: 1600px) {
  .shopping-cart-item .product-image > div {
    width: 25rem;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .shopping-cart-item .product-image > div {
    width: 16rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .shopping-cart-item .product-image > div {
    width: 14rem;
  }
}
@media (max-width: 768px) {
  .shopping-cart-item .product-image > div {
    width: 100%;
  }
}
.shopping-cart-item .product-image p {
  margin: 0 0 0.25em 0;
  font-weight: bold;
}
.shopping-cart-item .product-quantity {
  justify-self: end;
}
@media (max-width: 768px) {
  .shopping-cart-item .product-quantity {
    align-self: start;
    justify-self: start;
    flex-basis: 50%;
    order: 1;
  }
}
.shopping-cart-item .product-price-ud {
  padding: 0 1em;
  justify-self: end;
}
@media (max-width: 768px) {
  .shopping-cart-item .product-price-ud {
    padding: 1em 0;
    justify-self: start;
  }
}
.shopping-cart-item .product-price-tot {
  padding-right: 1em;
  justify-self: end;
}
@media (max-width: 768px) {
  .shopping-cart-item .product-price-tot {
    padding: 0 0 1em 0;
    justify-self: start;
  }
}
.shopping-cart-item .product-delete {
  padding-right: 0.5em;
  justify-self: end;
}
@media (max-width: 768px) {
  .shopping-cart-item .product-delete {
    position: absolute;
    bottom: 1em;
    right: 0.5em;
    transform: scale(1.5);
  }
}

.progress {
  width: 100%;
  position: relative;
}
.progress > div {
  position: absolute;
  height: 0.5rem;
}

.progressbar-empty {
  width: 100%;
  background-color: white;
}

.checkout .progressbar-active {
  width: 50%;
  background-color: #3F8415;
  animation-name: progress-width-checkout;
  animation-duration: 0.6s;
}

@keyframes progress-width-checkout {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}
.thanks .progressbar-active {
  width: 100%;
  background-color: #3F8415;
  animation-name: progress-width-thanks;
  animation-duration: 0.6s;
}

@keyframes progress-width-thanks {
  from {
    width: 50%;
  }
  to {
    width: 100%;
  }
}
.step-wizard {
  position: relative;
}
.step-wizard ul {
  position: absolute;
  width: 100%;
  list-style-type: none;
  padding: 0;
  left: 0;
  top: -28px;
  display: flex;
  justify-content: space-between;
}
.step-wizard li {
  display: inline-block;
  width: calc(33% - 1em);
  position: relative;
}
.step-wizard li:first-child {
  text-align: left;
}
.step-wizard li:first-child p {
  margin-left: -1.25rem;
}
@media (max-width: 1024px) {
  .step-wizard li:first-child p {
    margin-left: 0.75em;
  }
}
.step-wizard li:last-child {
  text-align: right;
}
.step-wizard li:last-child p {
  margin-right: -2.25rem;
}
@media (max-width: 1024px) {
  .step-wizard li:last-child p {
    margin-right: 0.5em;
  }
}
.step-wizard li span.step {
  color: #003e90;
}
.step-wizard li .step {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  transition: background-color 0.6s ease, border-color 0.6s ease;
  text-align: center;
}
.step-wizard li .title {
  color: white;
  transition: color 0.6s ease;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 414px) {
  .step-wizard li .title span {
    display: none;
  }
}
.step-wizard li .active span.step {
  background: #3F8415;
  color: white;
}

.credit-card-box {
  border-radius: 2px;
  border: 1px solid rgba(196, 196, 196, 0.7);
  display: flex;
  padding: 0.5rem;
  margin-bottom: 0.5em;
}
.credit-card-box label {
  padding-bottom: 0;
}
.credit-card-box.active {
  border: 1px solid #003e90;
}
.credit-card-box .sh-radiomark {
  top: 6px;
}

.thanks-icon {
  font-size: calc(4.5 * 1em / 1);
  color: #3F8415;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.sidebar-blog {
  border-left: 1px solid rgba(196, 196, 196, 0.5);
  margin-top: -5.5em;
  padding-left: 2em;
}
@media (max-width: 768px) {
  .sidebar-blog {
    margin-top: 2em;
  }
}

.social-share a {
  text-decoration: none;
  font-size: 1.5em;
  padding-right: 0.5em;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .my-account .sh-card-blog__mini {
    display: flex;
  }
}

.step-wizard-follow {
  position: relative;
}
@media (max-width: 768px) {
  .step-wizard-follow .col-xs-12 {
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 1.5em;
  }
  .step-wizard-follow .col-xs-12 p.title {
    margin-top: 0;
    margin-left: 1.5em;
  }
}
.step-wizard-follow .progressbar {
  background-color: #003e90;
  height: 0.5em;
  position: absolute;
  width: 99%;
  top: 10px;
  left: 1px;
  z-index: -1;
}
@media (max-width: 768px) {
  .step-wizard-follow .progressbar {
    height: calc(99% - 88px);
    width: 0.5em;
    left: 11px;
  }
}
.step-wizard-follow .step {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 4px solid #003e90;
  border-radius: 50%;
}
.step-wizard-follow .step.active {
  background-color: #003e90;
}

.btn-edit-preferences {
  display: flex;
}
.btn-edit-preferences button:first-child() {
  margin-right: 1em;
}
