/*========================================================================== */
/* #1. Schema colore 
/*========================================================================== */
.primary.darken {
  background-color: #80030b;
}

.primary-text.text-darken {
  color: #80030b;
}
.primary-text.text-darken h1, .primary-text.text-darken h2, .primary-text.text-darken h3, .primary-text.text-darken h4, .primary-text.text-darken h5, .primary-text.text-darken h6 {
  color: #80030b;
}

.primary {
  background-color: #e30613;
}

.primary-text {
  color: #e30613;
}
.primary-text h1, .primary-text h2, .primary-text h3, .primary-text h4, .primary-text h5, .primary-text h6 {
  color: #e30613;
}

.primary.lighten {
  background-color: #fa555e;
}

.primary-text.text-lighten {
  color: #fa555e;
}
.primary-text.text-lighten h1, .primary-text.text-lighten h2, .primary-text.text-lighten h3, .primary-text.text-lighten h4, .primary-text.text-lighten h5, .primary-text.text-lighten h6 {
  color: #fa555e;
}

.secondary.darken {
  background-color: black;
}

.secondary-text.text-darken {
  color: black;
}
.secondary-text.text-darken h1, .secondary-text.text-darken h2, .secondary-text.text-darken h3, .secondary-text.text-darken h4, .secondary-text.text-darken h5, .secondary-text.text-darken h6 {
  color: black;
}

.secondary {
  background-color: #000;
}

.secondary-text {
  color: #000;
}
.secondary-text h1, .secondary-text h2, .secondary-text h3, .secondary-text h4, .secondary-text h5, .secondary-text h6 {
  color: #000;
}

.secondary.lighten {
  background-color: lightesn(#000, 20%);
}

.secondary-text.text-lighten {
  color: lightesn(#000, 20%);
}
.secondary-text.text-lighten h1, .secondary-text.text-lighten h2, .secondary-text.text-lighten h3, .secondary-text.text-lighten h4, .secondary-text.text-lighten h5, .secondary-text.text-lighten h6 {
  color: lightesn(#000, 20%);
}

.grey.darken-3 {
  background-color: #868686;
}

.grey-text.text-darken-3 {
  color: #868686;
}
.grey-text.text-darken-3 h1, .grey-text.text-darken-3 h2, .grey-text.text-darken-3 h3, .grey-text.text-darken-3 h4, .grey-text.text-darken-3 h5, .grey-text.text-darken-3 h6 {
  color: #868686;
}

.grey.darken-2 {
  background-color: #9f9f9f;
}

.grey-text.text-darken-2 {
  color: #9f9f9f;
}
.grey-text.text-darken-2 h1, .grey-text.text-darken-2 h2, .grey-text.text-darken-2 h3, .grey-text.text-darken-2 h4, .grey-text.text-darken-2 h5, .grey-text.text-darken-2 h6 {
  color: #9f9f9f;
}

.grey.darken-1 {
  background-color: #b9b9b9;
}

.grey-text.text-darken-1 {
  color: #b9b9b9;
}
.grey-text.text-darken-1 h1, .grey-text.text-darken-1 h2, .grey-text.text-darken-1 h3, .grey-text.text-darken-1 h4, .grey-text.text-darken-1 h5, .grey-text.text-darken-1 h6 {
  color: #b9b9b9;
}

.grey {
  background-color: #D2D2D2;
}

.grey-text {
  color: #D2D2D2;
}
.grey-text h1, .grey-text h2, .grey-text h3, .grey-text h4, .grey-text h5, .grey-text h6 {
  color: #D2D2D2;
}

.grey.lighten-1 {
  background-color: #dfdfdf;
}

.grey-text.text-lighten-1 {
  color: #dfdfdf;
}
.grey-text.text-lighten-1 h1, .grey-text.text-lighten-1 h2, .grey-text.text-lighten-1 h3, .grey-text.text-lighten-1 h4, .grey-text.text-lighten-1 h5, .grey-text.text-lighten-1 h6 {
  color: #dfdfdf;
}

.grey.lighten-2 {
  background-color: #ececec;
}

.grey-text.text-lighten-2 {
  color: #ececec;
}
.grey-text.text-lighten-2 h1, .grey-text.text-lighten-2 h2, .grey-text.text-lighten-2 h3, .grey-text.text-lighten-2 h4, .grey-text.text-lighten-2 h5, .grey-text.text-lighten-2 h6 {
  color: #ececec;
}

.grey.lighten-3 {
  background-color: #f8f8f8;
}

.grey-text.text-lighten-3 {
  color: #f8f8f8;
}
.grey-text.text-lighten-3 h1, .grey-text.text-lighten-3 h2, .grey-text.text-lighten-3 h3, .grey-text.text-lighten-3 h4, .grey-text.text-lighten-3 h5, .grey-text.text-lighten-3 h6 {
  color: #f8f8f8;
}

/* border fix */
/* border fix */
/* border fix */
/*========================================================================== */
/* #2. Reset
/*========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*========================================================================== */
/* #8. Utilities
/*========================================================================== */
.clearfix {
  clear: both;
}

.hidden {
  display: none;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.055), 0 3px 1px -2px rgba(0, 0, 0, 0.035), 0 1px 5px 0 rgba(0, 0, 0, 0.02);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.5), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.055), 0 1px 10px 0 rgba(0, 0, 0, 0.035), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.055), 0 3px 14px 2px rgba(0, 0, 0, 0.035), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
}
.z-depth-3.primary-shadow {
  box-shadow: 0 8px 17px 2px rgba(227, 6, 19, 0.055), 0 3px 14px 2px rgba(227, 6, 19, 0.035), 0 5px 5px -3px rgba(227, 6, 19, 0.02);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.055), 0 6px 30px 5px rgba(0, 0, 0, 0.035), 0 8px 10px -7px rgba(0, 0, 0, 0.02);
}
.z-depth-4.primary-shadow {
  box-shadow: 0 16px 24px 2px rgba(227, 6, 19, 0.055), 0 6px 30px 5px rgba(227, 6, 19, 0.035), 0 8px 10px -7px rgba(227, 6, 19, 0.02);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.06), 0 9px 46px 8px rgba(0, 0, 0, 0.05), 0 11px 15px -7px rgba(0, 0, 0, 0.04);
}
.z-depth-5.primary-shadow {
  box-shadow: 0 24px 38px 3px rgba(227, 6, 19, 0.06), 0 9px 46px 8px rgba(227, 6, 19, 0.05), 0 11px 15px -7px rgba(227, 6, 19, 0.04);
}

/*Dividers*/
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #f8f8f8;
  margin: 20px 0;
}

.hide {
  display: none;
}

.hide-mobile {
  display: block;
}

.hide-opacity {
  opacity: 0;
  visibility: hidden;
}

.hiddenover {
  overflow: hidden;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.center-align {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  user-select: none;
}

.no-pointer {
  pointer-events: none;
}

.circle {
  border-radius: 50%;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.relative {
  position: relative;
}

.covering {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vertical-text {
  margin-left: -30px;
  transform: rotate(270deg);
  position: absolute;
}
.vertical-text.from-top {
  transform: rotate(-270deg);
}

.center-el {
  margin-left: auto !important;
  margin-right: auto !important;
  display: table !important;
}

.hiddenover {
  overflow: hidden;
}

.radius-border {
  border-radius: 0rem;
}

.vmiddle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.vmiddle.top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.vmiddle.bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.align-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.align-content .align-center {
  margin: auto;
  align-self: center;
}
.align-content .align-left {
  margin-right: auto;
  align-self: center;
}
.align-content .align-right {
  margin-left: auto;
  align-self: center;
}
.align-content .align-x-center {
  margin-right: auto;
  margin-left: auto;
}
.align-content .align-x-left {
  margin-right: auto;
}
.align-content .align-x-right {
  margin-left: auto;
}
.align-content .align-y-center {
  align-self: center;
}
.align-content .align-y-top {
  align-self: flex-start;
}
.align-content .align-y-bottom {
  align-self: flex-end;
}

.align-content-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media only screen and (max-width : 992px) {
  .reverse-mobile {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width : 993px) {
  .reverse-desk {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.m_t_0 {
  margin-top: 0 !important;
}

.p_t_0 {
  padding-top: 0 !important;
}

.m_b_0 {
  margin-bottom: 0 !important;
}

.p_b_0 {
  padding-bottom: 0 !important;
}

.my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.px_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p_l_0 {
  padding-left: 0;
}

.m_r_0 {
  margin-right: 0;
}

.m_l_0 {
  margin-left: 0;
}

.m_t_1 {
  margin-top: 1.5rem !important;
}

.p_t_1 {
  padding-top: 1.5rem !important;
}

.py_1 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px_1 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.my_1 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx_1 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.m_b_1 {
  margin-bottom: 1.5rem !important;
}

.p_b_1 {
  padding-bottom: 1.5rem !important;
}

.py_1 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px_1 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.my_1 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx_1 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.m_t_2 {
  margin-top: 3rem !important;
}

.p_t_2 {
  padding-top: 3rem !important;
}

.py_2 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px_2 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.my_2 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx_2 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m_b_2 {
  margin-bottom: 3rem !important;
}

.p_b_2 {
  padding-bottom: 3rem !important;
}

.py_2 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px_2 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.my_2 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx_2 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m_t_3 {
  margin-top: 4.5rem !important;
}

.p_t_3 {
  padding-top: 4.5rem !important;
}

.py_3 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px_3 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.my_3 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx_3 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.m_b_3 {
  margin-bottom: 4.5rem !important;
}

.p_b_3 {
  padding-bottom: 4.5rem !important;
}

.py_3 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px_3 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.my_3 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx_3 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.m_t_4 {
  margin-top: 6rem !important;
}

.p_t_4 {
  padding-top: 6rem !important;
}

.py_4 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px_4 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.my_4 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx_4 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.m_b_4 {
  margin-bottom: 6rem !important;
}

.p_b_4 {
  padding-bottom: 6rem !important;
}

.py_4 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px_4 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.my_4 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx_4 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.m_t_5 {
  margin-top: 7.5rem !important;
}

.p_t_5 {
  padding-top: 7.5rem !important;
}

.py_5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.px_5 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.my_5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mx_5 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.m_b_5 {
  margin-bottom: 7.5rem !important;
}

.p_b_5 {
  padding-bottom: 7.5rem !important;
}

.py_5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.px_5 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.my_5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mx_5 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

@media only screen and (max-width : 1560px) {
  .m_t_1 {
    margin-top: 1.4rem !important;
  }

  .p_t_1 {
    padding-top: 1.4rem !important;
  }

  .py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .m_b_1 {
    margin-bottom: 1.4rem !important;
  }

  .p_b_1 {
    padding-bottom: 1.4rem !important;
  }

  .py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .m_t_2 {
    margin-top: 2.8rem !important;
  }

  .p_t_2 {
    padding-top: 2.8rem !important;
  }

  .py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .m_b_2 {
    margin-bottom: 2.8rem !important;
  }

  .p_b_2 {
    padding-bottom: 2.8rem !important;
  }

  .py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .m_t_3 {
    margin-top: 4.2rem !important;
  }

  .p_t_3 {
    padding-top: 4.2rem !important;
  }

  .py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .m_b_3 {
    margin-bottom: 4.2rem !important;
  }

  .p_b_3 {
    padding-bottom: 4.2rem !important;
  }

  .py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .m_t_4 {
    margin-top: 5.6rem !important;
  }

  .p_t_4 {
    padding-top: 5.6rem !important;
  }

  .py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .m_b_4 {
    margin-bottom: 5.6rem !important;
  }

  .p_b_4 {
    padding-bottom: 5.6rem !important;
  }

  .py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .m_t_5 {
    margin-top: 7rem !important;
  }

  .p_t_5 {
    padding-top: 7rem !important;
  }

  .py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .m_b_5 {
    margin-bottom: 7rem !important;
  }

  .p_b_5 {
    padding-bottom: 7rem !important;
  }

  .py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media only screen and (max-width : 992px) {
  .m_t_1 {
    margin-top: 1.4rem !important;
  }

  .p_t_1 {
    padding-top: 1.4rem !important;
  }

  .py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .med_mt_1 {
    margin-top: 1.4rem !important;
  }

  .med_pt_1 {
    padding-top: 1.4rem !important;
  }

  .med_mb_1 {
    margin-bottom: 1.4rem !important;
  }

  .med_pb_1 {
    padding-bottom: 1.4rem !important;
  }

  .med_my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .med_mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .med_px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .med_py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .m_b_1 {
    margin-bottom: 1.4rem !important;
  }

  .p_b_1 {
    padding-bottom: 1.4rem !important;
  }

  .py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .med_mt_1 {
    margin-top: 1.4rem !important;
  }

  .med_pt_1 {
    padding-top: 1.4rem !important;
  }

  .med_mb_1 {
    margin-bottom: 1.4rem !important;
  }

  .med_pb_1 {
    padding-bottom: 1.4rem !important;
  }

  .med_my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .med_mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .med_px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .med_py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .m_t_2 {
    margin-top: 2.8rem !important;
  }

  .p_t_2 {
    padding-top: 2.8rem !important;
  }

  .py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .med_mt_2 {
    margin-top: 2.8rem !important;
  }

  .med_pt_2 {
    padding-top: 2.8rem !important;
  }

  .med_mb_2 {
    margin-bottom: 2.8rem !important;
  }

  .med_pb_2 {
    padding-bottom: 2.8rem !important;
  }

  .med_my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .med_mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .med_px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .med_py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .m_b_2 {
    margin-bottom: 2.8rem !important;
  }

  .p_b_2 {
    padding-bottom: 2.8rem !important;
  }

  .py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .med_mt_2 {
    margin-top: 2.8rem !important;
  }

  .med_pt_2 {
    padding-top: 2.8rem !important;
  }

  .med_mb_2 {
    margin-bottom: 2.8rem !important;
  }

  .med_pb_2 {
    padding-bottom: 2.8rem !important;
  }

  .med_my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .med_mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .med_px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .med_py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .m_t_3 {
    margin-top: 4.2rem !important;
  }

  .p_t_3 {
    padding-top: 4.2rem !important;
  }

  .py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .med_mt_3 {
    margin-top: 4.2rem !important;
  }

  .med_pt_3 {
    padding-top: 4.2rem !important;
  }

  .med_mb_3 {
    margin-bottom: 4.2rem !important;
  }

  .med_pb_3 {
    padding-bottom: 4.2rem !important;
  }

  .med_my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .med_mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .med_px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .med_py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .m_b_3 {
    margin-bottom: 4.2rem !important;
  }

  .p_b_3 {
    padding-bottom: 4.2rem !important;
  }

  .py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .med_mt_3 {
    margin-top: 4.2rem !important;
  }

  .med_pt_3 {
    padding-top: 4.2rem !important;
  }

  .med_mb_3 {
    margin-bottom: 4.2rem !important;
  }

  .med_pb_3 {
    padding-bottom: 4.2rem !important;
  }

  .med_my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .med_mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .med_px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .med_py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .m_t_4 {
    margin-top: 5.6rem !important;
  }

  .p_t_4 {
    padding-top: 5.6rem !important;
  }

  .py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .med_mt_4 {
    margin-top: 5.6rem !important;
  }

  .med_pt_4 {
    padding-top: 5.6rem !important;
  }

  .med_mb_4 {
    margin-bottom: 5.6rem !important;
  }

  .med_pb_4 {
    padding-bottom: 5.6rem !important;
  }

  .med_my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .med_mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .med_px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .med_py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .m_b_4 {
    margin-bottom: 5.6rem !important;
  }

  .p_b_4 {
    padding-bottom: 5.6rem !important;
  }

  .py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .med_mt_4 {
    margin-top: 5.6rem !important;
  }

  .med_pt_4 {
    padding-top: 5.6rem !important;
  }

  .med_mb_4 {
    margin-bottom: 5.6rem !important;
  }

  .med_pb_4 {
    padding-bottom: 5.6rem !important;
  }

  .med_my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .med_mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .med_px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .med_py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .m_t_5 {
    margin-top: 7rem !important;
  }

  .p_t_5 {
    padding-top: 7rem !important;
  }

  .py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .med_mt_5 {
    margin-top: 7rem !important;
  }

  .med_pt_5 {
    padding-top: 7rem !important;
  }

  .med_mb_5 {
    margin-bottom: 7rem !important;
  }

  .med_pb_5 {
    padding-bottom: 7rem !important;
  }

  .med_my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .med_mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .med_px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .med_py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .m_b_5 {
    margin-bottom: 7rem !important;
  }

  .p_b_5 {
    padding-bottom: 7rem !important;
  }

  .py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .med_mt_5 {
    margin-top: 7rem !important;
  }

  .med_pt_5 {
    padding-top: 7rem !important;
  }

  .med_mb_5 {
    margin-bottom: 7rem !important;
  }

  .med_pb_5 {
    padding-bottom: 7rem !important;
  }

  .med_my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .med_mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .med_px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .med_py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .med_mt_0 {
    margin-top: 0 !important;
  }

  .med_pt_0 {
    padding-top: 0 !important;
  }

  .med_mb_0 {
    margin-bottom: 0 !important;
  }

  .med_pb_0 {
    padding-bottom: 0 !important;
  }

  .med_my_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .med_mx_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .med_px_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .med_py_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width : 600px) {
  .mob_mt_1 {
    margin-top: 1.4rem !important;
  }

  .mob_pt_1 {
    padding-top: 1.4rem !important;
  }

  .mob_mb_1 {
    margin-bottom: 1.4rem !important;
  }

  .mob_pb_1 {
    padding-bottom: 1.4rem !important;
  }

  .mob_my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .mob_mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .mob_px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .mob_py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .mob_mt_1 {
    margin-top: 1.4rem !important;
  }

  .mob_pt_1 {
    padding-top: 1.4rem !important;
  }

  .mob_mb_1 {
    margin-bottom: 1.4rem !important;
  }

  .mob_pb_1 {
    padding-bottom: 1.4rem !important;
  }

  .mob_my_1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .mob_mx_1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }

  .mob_px_1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .mob_py_1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .mob_mt_2 {
    margin-top: 2.8rem !important;
  }

  .mob_pt_2 {
    padding-top: 2.8rem !important;
  }

  .mob_mb_2 {
    margin-bottom: 2.8rem !important;
  }

  .mob_pb_2 {
    padding-bottom: 2.8rem !important;
  }

  .mob_my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .mob_mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .mob_px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .mob_py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .mob_mt_2 {
    margin-top: 2.8rem !important;
  }

  .mob_pt_2 {
    padding-top: 2.8rem !important;
  }

  .mob_mb_2 {
    margin-bottom: 2.8rem !important;
  }

  .mob_pb_2 {
    padding-bottom: 2.8rem !important;
  }

  .mob_my_2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .mob_mx_2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }

  .mob_px_2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }

  .mob_py_2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .mob_mt_3 {
    margin-top: 4.2rem !important;
  }

  .mob_pt_3 {
    padding-top: 4.2rem !important;
  }

  .mob_mb_3 {
    margin-bottom: 4.2rem !important;
  }

  .mob_pb_3 {
    padding-bottom: 4.2rem !important;
  }

  .mob_my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .mob_mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .mob_px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .mob_py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .mob_mt_3 {
    margin-top: 4.2rem !important;
  }

  .mob_pt_3 {
    padding-top: 4.2rem !important;
  }

  .mob_mb_3 {
    margin-bottom: 4.2rem !important;
  }

  .mob_pb_3 {
    padding-bottom: 4.2rem !important;
  }

  .mob_my_3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .mob_mx_3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }

  .mob_px_3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }

  .mob_py_3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .mob_mt_4 {
    margin-top: 5.6rem !important;
  }

  .mob_pt_4 {
    padding-top: 5.6rem !important;
  }

  .mob_mb_4 {
    margin-bottom: 5.6rem !important;
  }

  .mob_pb_4 {
    padding-bottom: 5.6rem !important;
  }

  .mob_my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .mob_mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .mob_px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .mob_py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .mob_mt_4 {
    margin-top: 5.6rem !important;
  }

  .mob_pt_4 {
    padding-top: 5.6rem !important;
  }

  .mob_mb_4 {
    margin-bottom: 5.6rem !important;
  }

  .mob_pb_4 {
    padding-bottom: 5.6rem !important;
  }

  .mob_my_4 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .mob_mx_4 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }

  .mob_px_4 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }

  .mob_py_4 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .mob_mt_5 {
    margin-top: 7rem !important;
  }

  .mob_pt_5 {
    padding-top: 7rem !important;
  }

  .mob_mb_5 {
    margin-bottom: 7rem !important;
  }

  .mob_pb_5 {
    padding-bottom: 7rem !important;
  }

  .mob_my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mob_mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mob_px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .mob_py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .mob_mt_5 {
    margin-top: 7rem !important;
  }

  .mob_pt_5 {
    padding-top: 7rem !important;
  }

  .mob_mb_5 {
    margin-bottom: 7rem !important;
  }

  .mob_pb_5 {
    padding-bottom: 7rem !important;
  }

  .mob_my_5 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mob_mx_5 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mob_px_5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .mob_py_5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .mob_mt_0 {
    margin-top: 0 !important;
  }

  .mob_pt_0 {
    padding-top: 0 !important;
  }

  .mob_mb_0 {
    margin-bottom: 0 !important;
  }

  .mob_pb_0 {
    padding-bottom: 0 !important;
  }

  .mob_my_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mob_mx_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mob_px_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mob_py_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/*========================================================================== */
/* #11. Templates
/*========================================================================== */
header.headermain {
  z-index: 1000;
}
header.headermain .header-wrap {
  display: flex;
  justify-content: space-between;
}
header.headermain .header-wrap .logo {
  margin-right: 1rem;
}
header.headermain .header-wrap .logo img {
  max-width: 215px;
}
header.headermain nav a {
  font-weight: 700;
  font-size: 1.05rem;
  color: #e30613;
}
header.headermain.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.headermain ul {
  margin-bottom: 0;
}
header.headermain ul li {
  margin-bottom: 0;
}

@media only screen and (max-width : 992px) {
  header.headermain ul {
    display: none;
  }
}
/*========================================================================== */
/* #10. Grid
/*========================================================================== */
/* containr */
.container, .dnd-section:not(*[class*=force-full-width-section]) > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1440px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.row-fluid-wrapper.dnd-section[class*=full-width-section]:not(*[class*=force-full-width-section]) > .row-fluid {
  width: 100% !important;
}

.col .row, .dnd-column > .row-fluid-wrapper, *[class*=force-full-width-section] > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module > .hs_cos_wrapper {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.dnd-section .widget-type-cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.container-full {
  margin: 0 auto !important;
  width: 100% !important;
}
.container-full.full {
  width: 100%;
}

.row-fluid-wrapper > .row-fluid > [class*=span] > .dnd-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width : 992px) {
  /* containr */
  .container, .dnd-section:not(*[class*=force-full-width-section]) > .row-fluid,
.page-center,
.content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row.equalflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 600px) {
  .row.equalflex {
    display: block !important;
  }
  .row.equalflex > div {
    display: block !important;
  }
}
.row.equalflex .w100 {
  width: 100%;
}
.row.equalflex > .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 33.3%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.equalflex > .col > div.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: columns;
  -moz-flex-direction: columns;
  -ms-flex-direction: columns;
  flex-direction: columns;
  width: 100%;
}
.row.equalflex > .col.sf1 {
  flex-basis: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf2 {
  flex-basis: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf3 {
  flex-basis: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf4 {
  flex-basis: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf5 {
  flex-basis: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf6 {
  flex-basis: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf7 {
  flex-basis: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf8 {
  flex-basis: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf9 {
  flex-basis: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf10 {
  flex-basis: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf11 {
  flex-basis: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.sf12 {
  flex-basis: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row.equalflex > .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row.equalflex > .col.pull-s1 {
  right: 8.3333333333%;
}
.row.equalflex > .col.push-s1 {
  left: 8.3333333333%;
}
.row.equalflex > .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row.equalflex > .col.pull-s2 {
  right: 16.6666666667%;
}
.row.equalflex > .col.push-s2 {
  left: 16.6666666667%;
}
.row.equalflex > .col.offset-s3 {
  margin-left: 25%;
}
.row.equalflex > .col.pull-s3 {
  right: 25%;
}
.row.equalflex > .col.push-s3 {
  left: 25%;
}
.row.equalflex > .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row.equalflex > .col.pull-s4 {
  right: 33.3333333333%;
}
.row.equalflex > .col.push-s4 {
  left: 33.3333333333%;
}
.row.equalflex > .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row.equalflex > .col.pull-s5 {
  right: 41.6666666667%;
}
.row.equalflex > .col.push-s5 {
  left: 41.6666666667%;
}
.row.equalflex > .col.offset-s6 {
  margin-left: 50%;
}
.row.equalflex > .col.pull-s6 {
  right: 50%;
}
.row.equalflex > .col.push-s6 {
  left: 50%;
}
.row.equalflex > .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row.equalflex > .col.pull-s7 {
  right: 58.3333333333%;
}
.row.equalflex > .col.push-s7 {
  left: 58.3333333333%;
}
.row.equalflex > .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row.equalflex > .col.pull-s8 {
  right: 66.6666666667%;
}
.row.equalflex > .col.push-s8 {
  left: 66.6666666667%;
}
.row.equalflex > .col.offset-s9 {
  margin-left: 75%;
}
.row.equalflex > .col.pull-s9 {
  right: 75%;
}
.row.equalflex > .col.push-s9 {
  left: 75%;
}
.row.equalflex > .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row.equalflex > .col.pull-s10 {
  right: 83.3333333333%;
}
.row.equalflex > .col.push-s10 {
  left: 83.3333333333%;
}
.row.equalflex > .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row.equalflex > .col.pull-s11 {
  right: 91.6666666667%;
}
.row.equalflex > .col.push-s11 {
  left: 91.6666666667%;
}
.row.equalflex > .col.offset-s12 {
  margin-left: 100%;
}
.row.equalflex > .col.pull-s12 {
  right: 100%;
}
.row.equalflex > .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row.equalflex > .col.mf1 {
    flex-basis: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf2 {
    flex-basis: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf3 {
    flex-basis: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf4 {
    flex-basis: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf5 {
    flex-basis: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf6 {
    flex-basis: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf7 {
    flex-basis: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf8 {
    flex-basis: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf9 {
    flex-basis: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf10 {
    flex-basis: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf11 {
    flex-basis: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.mf12 {
    flex-basis: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row.equalflex > .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row.equalflex > .col.push-m1 {
    left: 8.3333333333%;
  }
  .row.equalflex > .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row.equalflex > .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row.equalflex > .col.push-m2 {
    left: 16.6666666667%;
  }
  .row.equalflex > .col.offset-m3 {
    margin-left: 25%;
  }
  .row.equalflex > .col.pull-m3 {
    right: 25%;
  }
  .row.equalflex > .col.push-m3 {
    left: 25%;
  }
  .row.equalflex > .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row.equalflex > .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row.equalflex > .col.push-m4 {
    left: 33.3333333333%;
  }
  .row.equalflex > .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row.equalflex > .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row.equalflex > .col.push-m5 {
    left: 41.6666666667%;
  }
  .row.equalflex > .col.offset-m6 {
    margin-left: 50%;
  }
  .row.equalflex > .col.pull-m6 {
    right: 50%;
  }
  .row.equalflex > .col.push-m6 {
    left: 50%;
  }
  .row.equalflex > .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row.equalflex > .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row.equalflex > .col.push-m7 {
    left: 58.3333333333%;
  }
  .row.equalflex > .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row.equalflex > .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row.equalflex > .col.push-m8 {
    left: 66.6666666667%;
  }
  .row.equalflex > .col.offset-m9 {
    margin-left: 75%;
  }
  .row.equalflex > .col.pull-m9 {
    right: 75%;
  }
  .row.equalflex > .col.push-m9 {
    left: 75%;
  }
  .row.equalflex > .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row.equalflex > .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row.equalflex > .col.push-m10 {
    left: 83.3333333333%;
  }
  .row.equalflex > .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row.equalflex > .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row.equalflex > .col.push-m11 {
    left: 91.6666666667%;
  }
  .row.equalflex > .col.offset-m12 {
    margin-left: 100%;
  }
  .row.equalflex > .col.pull-m12 {
    right: 100%;
  }
  .row.equalflex > .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row.equalflex > .col.lf1 {
    flex-basis: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf2 {
    flex-basis: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf3 {
    flex-basis: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf4 {
    flex-basis: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf5 {
    flex-basis: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf6 {
    flex-basis: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf7 {
    flex-basis: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf8 {
    flex-basis: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf9 {
    flex-basis: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf10 {
    flex-basis: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf11 {
    flex-basis: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.lf12 {
    flex-basis: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row.equalflex > .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row.equalflex > .col.push-l1 {
    left: 8.3333333333%;
  }
  .row.equalflex > .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row.equalflex > .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row.equalflex > .col.push-l2 {
    left: 16.6666666667%;
  }
  .row.equalflex > .col.offset-l3 {
    margin-left: 25%;
  }
  .row.equalflex > .col.pull-l3 {
    right: 25%;
  }
  .row.equalflex > .col.push-l3 {
    left: 25%;
  }
  .row.equalflex > .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row.equalflex > .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row.equalflex > .col.push-l4 {
    left: 33.3333333333%;
  }
  .row.equalflex > .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row.equalflex > .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row.equalflex > .col.push-l5 {
    left: 41.6666666667%;
  }
  .row.equalflex > .col.offset-l6 {
    margin-left: 50%;
  }
  .row.equalflex > .col.pull-l6 {
    right: 50%;
  }
  .row.equalflex > .col.push-l6 {
    left: 50%;
  }
  .row.equalflex > .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row.equalflex > .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row.equalflex > .col.push-l7 {
    left: 58.3333333333%;
  }
  .row.equalflex > .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row.equalflex > .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row.equalflex > .col.push-l8 {
    left: 66.6666666667%;
  }
  .row.equalflex > .col.offset-l9 {
    margin-left: 75%;
  }
  .row.equalflex > .col.pull-l9 {
    right: 75%;
  }
  .row.equalflex > .col.push-l9 {
    left: 75%;
  }
  .row.equalflex > .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row.equalflex > .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row.equalflex > .col.push-l10 {
    left: 83.3333333333%;
  }
  .row.equalflex > .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row.equalflex > .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row.equalflex > .col.push-l11 {
    left: 91.6666666667%;
  }
  .row.equalflex > .col.offset-l12 {
    margin-left: 100%;
  }
  .row.equalflex > .col.pull-l12 {
    right: 100%;
  }
  .row.equalflex > .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1281px) {
  .row.equalflex > .col.xlf1 {
    flex-basis: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf2 {
    flex-basis: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf3 {
    flex-basis: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf4 {
    flex-basis: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf5 {
    flex-basis: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf6 {
    flex-basis: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf7 {
    flex-basis: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf8 {
    flex-basis: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf9 {
    flex-basis: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf10 {
    flex-basis: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf11 {
    flex-basis: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.xlf12 {
    flex-basis: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row.equalflex > .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row.equalflex > .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row.equalflex > .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row.equalflex > .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row.equalflex > .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row.equalflex > .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row.equalflex > .col.offset-xl3 {
    margin-left: 25%;
  }
  .row.equalflex > .col.pull-xl3 {
    right: 25%;
  }
  .row.equalflex > .col.push-xl3 {
    left: 25%;
  }
  .row.equalflex > .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row.equalflex > .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row.equalflex > .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row.equalflex > .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row.equalflex > .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row.equalflex > .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row.equalflex > .col.offset-xl6 {
    margin-left: 50%;
  }
  .row.equalflex > .col.pull-xl6 {
    right: 50%;
  }
  .row.equalflex > .col.push-xl6 {
    left: 50%;
  }
  .row.equalflex > .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row.equalflex > .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row.equalflex > .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row.equalflex > .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row.equalflex > .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row.equalflex > .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row.equalflex > .col.offset-xl9 {
    margin-left: 75%;
  }
  .row.equalflex > .col.pull-xl9 {
    right: 75%;
  }
  .row.equalflex > .col.push-xl9 {
    left: 75%;
  }
  .row.equalflex > .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row.equalflex > .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row.equalflex > .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row.equalflex > .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row.equalflex > .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row.equalflex > .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row.equalflex > .col.offset-xl12 {
    margin-left: 100%;
  }
  .row.equalflex > .col.pull-xl12 {
    right: 100%;
  }
  .row.equalflex > .col.push-xl12 {
    left: 100%;
  }
}

.row-fluid {
  margin-left: auto;
  margin-right: auto;
}
.row-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.row-fluid .col, .row-fluid .dnd-section [class*=span] {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row-fluid .col[class*=push-], .row-fluid .col[class*=pull-], .row-fluid .dnd-section [class*=span][class*=push-], .row-fluid .dnd-section [class*=span][class*=pull-] {
  position: relative;
}
.row-fluid .col.s1, .row-fluid .dnd-section [class*=span].s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s2, .row-fluid .dnd-section [class*=span].s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s3, .row-fluid .dnd-section [class*=span].s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s4, .row-fluid .dnd-section [class*=span].s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s5, .row-fluid .dnd-section [class*=span].s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s6, .row-fluid .dnd-section [class*=span].s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s7, .row-fluid .dnd-section [class*=span].s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s8, .row-fluid .dnd-section [class*=span].s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s9, .row-fluid .dnd-section [class*=span].s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s10, .row-fluid .dnd-section [class*=span].s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s11, .row-fluid .dnd-section [class*=span].s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.s12, .row-fluid .dnd-section [class*=span].s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.offset-s1, .row-fluid .dnd-section [class*=span].offset-s1 {
  margin-left: 8.3333333333%;
}
.row-fluid .col.pull-s1, .row-fluid .dnd-section [class*=span].pull-s1 {
  right: 8.3333333333%;
}
.row-fluid .col.push-s1, .row-fluid .dnd-section [class*=span].push-s1 {
  left: 8.3333333333%;
}
.row-fluid .col.offset-s2, .row-fluid .dnd-section [class*=span].offset-s2 {
  margin-left: 16.6666666667%;
}
.row-fluid .col.pull-s2, .row-fluid .dnd-section [class*=span].pull-s2 {
  right: 16.6666666667%;
}
.row-fluid .col.push-s2, .row-fluid .dnd-section [class*=span].push-s2 {
  left: 16.6666666667%;
}
.row-fluid .col.offset-s3, .row-fluid .dnd-section [class*=span].offset-s3 {
  margin-left: 25%;
}
.row-fluid .col.pull-s3, .row-fluid .dnd-section [class*=span].pull-s3 {
  right: 25%;
}
.row-fluid .col.push-s3, .row-fluid .dnd-section [class*=span].push-s3 {
  left: 25%;
}
.row-fluid .col.offset-s4, .row-fluid .dnd-section [class*=span].offset-s4 {
  margin-left: 33.3333333333%;
}
.row-fluid .col.pull-s4, .row-fluid .dnd-section [class*=span].pull-s4 {
  right: 33.3333333333%;
}
.row-fluid .col.push-s4, .row-fluid .dnd-section [class*=span].push-s4 {
  left: 33.3333333333%;
}
.row-fluid .col.offset-s5, .row-fluid .dnd-section [class*=span].offset-s5 {
  margin-left: 41.6666666667%;
}
.row-fluid .col.pull-s5, .row-fluid .dnd-section [class*=span].pull-s5 {
  right: 41.6666666667%;
}
.row-fluid .col.push-s5, .row-fluid .dnd-section [class*=span].push-s5 {
  left: 41.6666666667%;
}
.row-fluid .col.offset-s6, .row-fluid .dnd-section [class*=span].offset-s6 {
  margin-left: 50%;
}
.row-fluid .col.pull-s6, .row-fluid .dnd-section [class*=span].pull-s6 {
  right: 50%;
}
.row-fluid .col.push-s6, .row-fluid .dnd-section [class*=span].push-s6 {
  left: 50%;
}
.row-fluid .col.offset-s7, .row-fluid .dnd-section [class*=span].offset-s7 {
  margin-left: 58.3333333333%;
}
.row-fluid .col.pull-s7, .row-fluid .dnd-section [class*=span].pull-s7 {
  right: 58.3333333333%;
}
.row-fluid .col.push-s7, .row-fluid .dnd-section [class*=span].push-s7 {
  left: 58.3333333333%;
}
.row-fluid .col.offset-s8, .row-fluid .dnd-section [class*=span].offset-s8 {
  margin-left: 66.6666666667%;
}
.row-fluid .col.pull-s8, .row-fluid .dnd-section [class*=span].pull-s8 {
  right: 66.6666666667%;
}
.row-fluid .col.push-s8, .row-fluid .dnd-section [class*=span].push-s8 {
  left: 66.6666666667%;
}
.row-fluid .col.offset-s9, .row-fluid .dnd-section [class*=span].offset-s9 {
  margin-left: 75%;
}
.row-fluid .col.pull-s9, .row-fluid .dnd-section [class*=span].pull-s9 {
  right: 75%;
}
.row-fluid .col.push-s9, .row-fluid .dnd-section [class*=span].push-s9 {
  left: 75%;
}
.row-fluid .col.offset-s10, .row-fluid .dnd-section [class*=span].offset-s10 {
  margin-left: 83.3333333333%;
}
.row-fluid .col.pull-s10, .row-fluid .dnd-section [class*=span].pull-s10 {
  right: 83.3333333333%;
}
.row-fluid .col.push-s10, .row-fluid .dnd-section [class*=span].push-s10 {
  left: 83.3333333333%;
}
.row-fluid .col.offset-s11, .row-fluid .dnd-section [class*=span].offset-s11 {
  margin-left: 91.6666666667%;
}
.row-fluid .col.pull-s11, .row-fluid .dnd-section [class*=span].pull-s11 {
  right: 91.6666666667%;
}
.row-fluid .col.push-s11, .row-fluid .dnd-section [class*=span].push-s11 {
  left: 91.6666666667%;
}
.row-fluid .col.offset-s12, .row-fluid .dnd-section [class*=span].offset-s12 {
  margin-left: 100%;
}
.row-fluid .col.pull-s12, .row-fluid .dnd-section [class*=span].pull-s12 {
  right: 100%;
}
.row-fluid .col.push-s12, .row-fluid .dnd-section [class*=span].push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row-fluid .col.m1, .row-fluid .dnd-section [class*=span].m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m2, .row-fluid .dnd-section [class*=span].m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m3, .row-fluid .dnd-section [class*=span].m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m4, .row-fluid .dnd-section [class*=span].m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m5, .row-fluid .dnd-section [class*=span].m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m6, .row-fluid .dnd-section [class*=span].m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m7, .row-fluid .dnd-section [class*=span].m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m8, .row-fluid .dnd-section [class*=span].m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m9, .row-fluid .dnd-section [class*=span].m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m10, .row-fluid .dnd-section [class*=span].m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m11, .row-fluid .dnd-section [class*=span].m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.m12, .row-fluid .dnd-section [class*=span].m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.offset-m1, .row-fluid .dnd-section [class*=span].offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row-fluid .col.pull-m1, .row-fluid .dnd-section [class*=span].pull-m1 {
    right: 8.3333333333%;
  }
  .row-fluid .col.push-m1, .row-fluid .dnd-section [class*=span].push-m1 {
    left: 8.3333333333%;
  }
  .row-fluid .col.offset-m2, .row-fluid .dnd-section [class*=span].offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row-fluid .col.pull-m2, .row-fluid .dnd-section [class*=span].pull-m2 {
    right: 16.6666666667%;
  }
  .row-fluid .col.push-m2, .row-fluid .dnd-section [class*=span].push-m2 {
    left: 16.6666666667%;
  }
  .row-fluid .col.offset-m3, .row-fluid .dnd-section [class*=span].offset-m3 {
    margin-left: 25%;
  }
  .row-fluid .col.pull-m3, .row-fluid .dnd-section [class*=span].pull-m3 {
    right: 25%;
  }
  .row-fluid .col.push-m3, .row-fluid .dnd-section [class*=span].push-m3 {
    left: 25%;
  }
  .row-fluid .col.offset-m4, .row-fluid .dnd-section [class*=span].offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row-fluid .col.pull-m4, .row-fluid .dnd-section [class*=span].pull-m4 {
    right: 33.3333333333%;
  }
  .row-fluid .col.push-m4, .row-fluid .dnd-section [class*=span].push-m4 {
    left: 33.3333333333%;
  }
  .row-fluid .col.offset-m5, .row-fluid .dnd-section [class*=span].offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row-fluid .col.pull-m5, .row-fluid .dnd-section [class*=span].pull-m5 {
    right: 41.6666666667%;
  }
  .row-fluid .col.push-m5, .row-fluid .dnd-section [class*=span].push-m5 {
    left: 41.6666666667%;
  }
  .row-fluid .col.offset-m6, .row-fluid .dnd-section [class*=span].offset-m6 {
    margin-left: 50%;
  }
  .row-fluid .col.pull-m6, .row-fluid .dnd-section [class*=span].pull-m6 {
    right: 50%;
  }
  .row-fluid .col.push-m6, .row-fluid .dnd-section [class*=span].push-m6 {
    left: 50%;
  }
  .row-fluid .col.offset-m7, .row-fluid .dnd-section [class*=span].offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row-fluid .col.pull-m7, .row-fluid .dnd-section [class*=span].pull-m7 {
    right: 58.3333333333%;
  }
  .row-fluid .col.push-m7, .row-fluid .dnd-section [class*=span].push-m7 {
    left: 58.3333333333%;
  }
  .row-fluid .col.offset-m8, .row-fluid .dnd-section [class*=span].offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row-fluid .col.pull-m8, .row-fluid .dnd-section [class*=span].pull-m8 {
    right: 66.6666666667%;
  }
  .row-fluid .col.push-m8, .row-fluid .dnd-section [class*=span].push-m8 {
    left: 66.6666666667%;
  }
  .row-fluid .col.offset-m9, .row-fluid .dnd-section [class*=span].offset-m9 {
    margin-left: 75%;
  }
  .row-fluid .col.pull-m9, .row-fluid .dnd-section [class*=span].pull-m9 {
    right: 75%;
  }
  .row-fluid .col.push-m9, .row-fluid .dnd-section [class*=span].push-m9 {
    left: 75%;
  }
  .row-fluid .col.offset-m10, .row-fluid .dnd-section [class*=span].offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row-fluid .col.pull-m10, .row-fluid .dnd-section [class*=span].pull-m10 {
    right: 83.3333333333%;
  }
  .row-fluid .col.push-m10, .row-fluid .dnd-section [class*=span].push-m10 {
    left: 83.3333333333%;
  }
  .row-fluid .col.offset-m11, .row-fluid .dnd-section [class*=span].offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row-fluid .col.pull-m11, .row-fluid .dnd-section [class*=span].pull-m11 {
    right: 91.6666666667%;
  }
  .row-fluid .col.push-m11, .row-fluid .dnd-section [class*=span].push-m11 {
    left: 91.6666666667%;
  }
  .row-fluid .col.offset-m12, .row-fluid .dnd-section [class*=span].offset-m12 {
    margin-left: 100%;
  }
  .row-fluid .col.pull-m12, .row-fluid .dnd-section [class*=span].pull-m12 {
    right: 100%;
  }
  .row-fluid .col.push-m12, .row-fluid .dnd-section [class*=span].push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row-fluid .col.l1, .row-fluid .dnd-section [class*=span].l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l2, .row-fluid .dnd-section [class*=span].l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l3, .row-fluid .dnd-section [class*=span].l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l4, .row-fluid .dnd-section [class*=span].l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l5, .row-fluid .dnd-section [class*=span].l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l6, .row-fluid .dnd-section [class*=span].l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l7, .row-fluid .dnd-section [class*=span].l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l8, .row-fluid .dnd-section [class*=span].l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l9, .row-fluid .dnd-section [class*=span].l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l10, .row-fluid .dnd-section [class*=span].l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l11, .row-fluid .dnd-section [class*=span].l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.l12, .row-fluid .dnd-section [class*=span].l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.offset-l1, .row-fluid .dnd-section [class*=span].offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row-fluid .col.pull-l1, .row-fluid .dnd-section [class*=span].pull-l1 {
    right: 8.3333333333%;
  }
  .row-fluid .col.push-l1, .row-fluid .dnd-section [class*=span].push-l1 {
    left: 8.3333333333%;
  }
  .row-fluid .col.offset-l2, .row-fluid .dnd-section [class*=span].offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row-fluid .col.pull-l2, .row-fluid .dnd-section [class*=span].pull-l2 {
    right: 16.6666666667%;
  }
  .row-fluid .col.push-l2, .row-fluid .dnd-section [class*=span].push-l2 {
    left: 16.6666666667%;
  }
  .row-fluid .col.offset-l3, .row-fluid .dnd-section [class*=span].offset-l3 {
    margin-left: 25%;
  }
  .row-fluid .col.pull-l3, .row-fluid .dnd-section [class*=span].pull-l3 {
    right: 25%;
  }
  .row-fluid .col.push-l3, .row-fluid .dnd-section [class*=span].push-l3 {
    left: 25%;
  }
  .row-fluid .col.offset-l4, .row-fluid .dnd-section [class*=span].offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row-fluid .col.pull-l4, .row-fluid .dnd-section [class*=span].pull-l4 {
    right: 33.3333333333%;
  }
  .row-fluid .col.push-l4, .row-fluid .dnd-section [class*=span].push-l4 {
    left: 33.3333333333%;
  }
  .row-fluid .col.offset-l5, .row-fluid .dnd-section [class*=span].offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row-fluid .col.pull-l5, .row-fluid .dnd-section [class*=span].pull-l5 {
    right: 41.6666666667%;
  }
  .row-fluid .col.push-l5, .row-fluid .dnd-section [class*=span].push-l5 {
    left: 41.6666666667%;
  }
  .row-fluid .col.offset-l6, .row-fluid .dnd-section [class*=span].offset-l6 {
    margin-left: 50%;
  }
  .row-fluid .col.pull-l6, .row-fluid .dnd-section [class*=span].pull-l6 {
    right: 50%;
  }
  .row-fluid .col.push-l6, .row-fluid .dnd-section [class*=span].push-l6 {
    left: 50%;
  }
  .row-fluid .col.offset-l7, .row-fluid .dnd-section [class*=span].offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row-fluid .col.pull-l7, .row-fluid .dnd-section [class*=span].pull-l7 {
    right: 58.3333333333%;
  }
  .row-fluid .col.push-l7, .row-fluid .dnd-section [class*=span].push-l7 {
    left: 58.3333333333%;
  }
  .row-fluid .col.offset-l8, .row-fluid .dnd-section [class*=span].offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row-fluid .col.pull-l8, .row-fluid .dnd-section [class*=span].pull-l8 {
    right: 66.6666666667%;
  }
  .row-fluid .col.push-l8, .row-fluid .dnd-section [class*=span].push-l8 {
    left: 66.6666666667%;
  }
  .row-fluid .col.offset-l9, .row-fluid .dnd-section [class*=span].offset-l9 {
    margin-left: 75%;
  }
  .row-fluid .col.pull-l9, .row-fluid .dnd-section [class*=span].pull-l9 {
    right: 75%;
  }
  .row-fluid .col.push-l9, .row-fluid .dnd-section [class*=span].push-l9 {
    left: 75%;
  }
  .row-fluid .col.offset-l10, .row-fluid .dnd-section [class*=span].offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row-fluid .col.pull-l10, .row-fluid .dnd-section [class*=span].pull-l10 {
    right: 83.3333333333%;
  }
  .row-fluid .col.push-l10, .row-fluid .dnd-section [class*=span].push-l10 {
    left: 83.3333333333%;
  }
  .row-fluid .col.offset-l11, .row-fluid .dnd-section [class*=span].offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row-fluid .col.pull-l11, .row-fluid .dnd-section [class*=span].pull-l11 {
    right: 91.6666666667%;
  }
  .row-fluid .col.push-l11, .row-fluid .dnd-section [class*=span].push-l11 {
    left: 91.6666666667%;
  }
  .row-fluid .col.offset-l12, .row-fluid .dnd-section [class*=span].offset-l12 {
    margin-left: 100%;
  }
  .row-fluid .col.pull-l12, .row-fluid .dnd-section [class*=span].pull-l12 {
    right: 100%;
  }
  .row-fluid .col.push-l12, .row-fluid .dnd-section [class*=span].push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1281px) {
  .row-fluid .col.xl1, .row-fluid .dnd-section [class*=span].xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl2, .row-fluid .dnd-section [class*=span].xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl3, .row-fluid .dnd-section [class*=span].xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl4, .row-fluid .dnd-section [class*=span].xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl5, .row-fluid .dnd-section [class*=span].xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl6, .row-fluid .dnd-section [class*=span].xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl7, .row-fluid .dnd-section [class*=span].xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl8, .row-fluid .dnd-section [class*=span].xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl9, .row-fluid .dnd-section [class*=span].xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl10, .row-fluid .dnd-section [class*=span].xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl11, .row-fluid .dnd-section [class*=span].xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.xl12, .row-fluid .dnd-section [class*=span].xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.offset-xl1, .row-fluid .dnd-section [class*=span].offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row-fluid .col.pull-xl1, .row-fluid .dnd-section [class*=span].pull-xl1 {
    right: 8.3333333333%;
  }
  .row-fluid .col.push-xl1, .row-fluid .dnd-section [class*=span].push-xl1 {
    left: 8.3333333333%;
  }
  .row-fluid .col.offset-xl2, .row-fluid .dnd-section [class*=span].offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row-fluid .col.pull-xl2, .row-fluid .dnd-section [class*=span].pull-xl2 {
    right: 16.6666666667%;
  }
  .row-fluid .col.push-xl2, .row-fluid .dnd-section [class*=span].push-xl2 {
    left: 16.6666666667%;
  }
  .row-fluid .col.offset-xl3, .row-fluid .dnd-section [class*=span].offset-xl3 {
    margin-left: 25%;
  }
  .row-fluid .col.pull-xl3, .row-fluid .dnd-section [class*=span].pull-xl3 {
    right: 25%;
  }
  .row-fluid .col.push-xl3, .row-fluid .dnd-section [class*=span].push-xl3 {
    left: 25%;
  }
  .row-fluid .col.offset-xl4, .row-fluid .dnd-section [class*=span].offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row-fluid .col.pull-xl4, .row-fluid .dnd-section [class*=span].pull-xl4 {
    right: 33.3333333333%;
  }
  .row-fluid .col.push-xl4, .row-fluid .dnd-section [class*=span].push-xl4 {
    left: 33.3333333333%;
  }
  .row-fluid .col.offset-xl5, .row-fluid .dnd-section [class*=span].offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row-fluid .col.pull-xl5, .row-fluid .dnd-section [class*=span].pull-xl5 {
    right: 41.6666666667%;
  }
  .row-fluid .col.push-xl5, .row-fluid .dnd-section [class*=span].push-xl5 {
    left: 41.6666666667%;
  }
  .row-fluid .col.offset-xl6, .row-fluid .dnd-section [class*=span].offset-xl6 {
    margin-left: 50%;
  }
  .row-fluid .col.pull-xl6, .row-fluid .dnd-section [class*=span].pull-xl6 {
    right: 50%;
  }
  .row-fluid .col.push-xl6, .row-fluid .dnd-section [class*=span].push-xl6 {
    left: 50%;
  }
  .row-fluid .col.offset-xl7, .row-fluid .dnd-section [class*=span].offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row-fluid .col.pull-xl7, .row-fluid .dnd-section [class*=span].pull-xl7 {
    right: 58.3333333333%;
  }
  .row-fluid .col.push-xl7, .row-fluid .dnd-section [class*=span].push-xl7 {
    left: 58.3333333333%;
  }
  .row-fluid .col.offset-xl8, .row-fluid .dnd-section [class*=span].offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row-fluid .col.pull-xl8, .row-fluid .dnd-section [class*=span].pull-xl8 {
    right: 66.6666666667%;
  }
  .row-fluid .col.push-xl8, .row-fluid .dnd-section [class*=span].push-xl8 {
    left: 66.6666666667%;
  }
  .row-fluid .col.offset-xl9, .row-fluid .dnd-section [class*=span].offset-xl9 {
    margin-left: 75%;
  }
  .row-fluid .col.pull-xl9, .row-fluid .dnd-section [class*=span].pull-xl9 {
    right: 75%;
  }
  .row-fluid .col.push-xl9, .row-fluid .dnd-section [class*=span].push-xl9 {
    left: 75%;
  }
  .row-fluid .col.offset-xl10, .row-fluid .dnd-section [class*=span].offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row-fluid .col.pull-xl10, .row-fluid .dnd-section [class*=span].pull-xl10 {
    right: 83.3333333333%;
  }
  .row-fluid .col.push-xl10, .row-fluid .dnd-section [class*=span].push-xl10 {
    left: 83.3333333333%;
  }
  .row-fluid .col.offset-xl11, .row-fluid .dnd-section [class*=span].offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row-fluid .col.pull-xl11, .row-fluid .dnd-section [class*=span].pull-xl11 {
    right: 91.6666666667%;
  }
  .row-fluid .col.push-xl11, .row-fluid .dnd-section [class*=span].push-xl11 {
    left: 91.6666666667%;
  }
  .row-fluid .col.offset-xl12, .row-fluid .dnd-section [class*=span].offset-xl12 {
    margin-left: 100%;
  }
  .row-fluid .col.pull-xl12, .row-fluid .dnd-section [class*=span].pull-xl12 {
    right: 100%;
  }
  .row-fluid .col.push-xl12, .row-fluid .dnd-section [class*=span].push-xl12 {
    left: 100%;
  }
}
.row-fluid .col.span1, .row-fluid .dnd-section [class*=span].span1 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span2, .row-fluid .dnd-section [class*=span].span2 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span3, .row-fluid .dnd-section [class*=span].span3 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span4, .row-fluid .dnd-section [class*=span].span4 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span5, .row-fluid .dnd-section [class*=span].span5 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span6, .row-fluid .dnd-section [class*=span].span6 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span7, .row-fluid .dnd-section [class*=span].span7 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span8, .row-fluid .dnd-section [class*=span].span8 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span9, .row-fluid .dnd-section [class*=span].span9 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span10, .row-fluid .dnd-section [class*=span].span10 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span11, .row-fluid .dnd-section [class*=span].span11 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row-fluid .col.span12, .row-fluid .dnd-section [class*=span].span12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
@media only screen and (min-width : 601px) {
  .row-fluid .col.span1, .row-fluid .dnd-section [class*=span].span1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span2, .row-fluid .dnd-section [class*=span].span2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span3, .row-fluid .dnd-section [class*=span].span3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span4, .row-fluid .dnd-section [class*=span].span4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span5, .row-fluid .dnd-section [class*=span].span5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span6, .row-fluid .dnd-section [class*=span].span6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span7, .row-fluid .dnd-section [class*=span].span7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span8, .row-fluid .dnd-section [class*=span].span8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span9, .row-fluid .dnd-section [class*=span].span9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span10, .row-fluid .dnd-section [class*=span].span10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span11, .row-fluid .dnd-section [class*=span].span11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span12, .row-fluid .dnd-section [class*=span].span12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width : 993px) {
  .row-fluid .col.span1, .row-fluid .dnd-section [class*=span].span1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span2, .row-fluid .dnd-section [class*=span].span2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span3, .row-fluid .dnd-section [class*=span].span3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span4, .row-fluid .dnd-section [class*=span].span4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span5, .row-fluid .dnd-section [class*=span].span5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span6, .row-fluid .dnd-section [class*=span].span6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span7, .row-fluid .dnd-section [class*=span].span7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span8, .row-fluid .dnd-section [class*=span].span8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span9, .row-fluid .dnd-section [class*=span].span9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span10, .row-fluid .dnd-section [class*=span].span10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span11, .row-fluid .dnd-section [class*=span].span11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span12, .row-fluid .dnd-section [class*=span].span12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width : 1281px) {
  .row-fluid .col.span1, .row-fluid .dnd-section [class*=span].span1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span2, .row-fluid .dnd-section [class*=span].span2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span3, .row-fluid .dnd-section [class*=span].span3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span4, .row-fluid .dnd-section [class*=span].span4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span5, .row-fluid .dnd-section [class*=span].span5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span6, .row-fluid .dnd-section [class*=span].span6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span7, .row-fluid .dnd-section [class*=span].span7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span8, .row-fluid .dnd-section [class*=span].span8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span9, .row-fluid .dnd-section [class*=span].span9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span10, .row-fluid .dnd-section [class*=span].span10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span11, .row-fluid .dnd-section [class*=span].span11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.span12, .row-fluid .dnd-section [class*=span].span12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row-fluid .col.offset-xl1, .row-fluid .dnd-section [class*=span].offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row-fluid .col.pull-xl1, .row-fluid .dnd-section [class*=span].pull-xl1 {
    right: 8.3333333333%;
  }
  .row-fluid .col.push-xl1, .row-fluid .dnd-section [class*=span].push-xl1 {
    left: 8.3333333333%;
  }
  .row-fluid .col.offset-xl2, .row-fluid .dnd-section [class*=span].offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row-fluid .col.pull-xl2, .row-fluid .dnd-section [class*=span].pull-xl2 {
    right: 16.6666666667%;
  }
  .row-fluid .col.push-xl2, .row-fluid .dnd-section [class*=span].push-xl2 {
    left: 16.6666666667%;
  }
  .row-fluid .col.offset-xl3, .row-fluid .dnd-section [class*=span].offset-xl3 {
    margin-left: 25%;
  }
  .row-fluid .col.pull-xl3, .row-fluid .dnd-section [class*=span].pull-xl3 {
    right: 25%;
  }
  .row-fluid .col.push-xl3, .row-fluid .dnd-section [class*=span].push-xl3 {
    left: 25%;
  }
  .row-fluid .col.offset-xl4, .row-fluid .dnd-section [class*=span].offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row-fluid .col.pull-xl4, .row-fluid .dnd-section [class*=span].pull-xl4 {
    right: 33.3333333333%;
  }
  .row-fluid .col.push-xl4, .row-fluid .dnd-section [class*=span].push-xl4 {
    left: 33.3333333333%;
  }
  .row-fluid .col.offset-xl5, .row-fluid .dnd-section [class*=span].offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row-fluid .col.pull-xl5, .row-fluid .dnd-section [class*=span].pull-xl5 {
    right: 41.6666666667%;
  }
  .row-fluid .col.push-xl5, .row-fluid .dnd-section [class*=span].push-xl5 {
    left: 41.6666666667%;
  }
  .row-fluid .col.offset-xl6, .row-fluid .dnd-section [class*=span].offset-xl6 {
    margin-left: 50%;
  }
  .row-fluid .col.pull-xl6, .row-fluid .dnd-section [class*=span].pull-xl6 {
    right: 50%;
  }
  .row-fluid .col.push-xl6, .row-fluid .dnd-section [class*=span].push-xl6 {
    left: 50%;
  }
  .row-fluid .col.offset-xl7, .row-fluid .dnd-section [class*=span].offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row-fluid .col.pull-xl7, .row-fluid .dnd-section [class*=span].pull-xl7 {
    right: 58.3333333333%;
  }
  .row-fluid .col.push-xl7, .row-fluid .dnd-section [class*=span].push-xl7 {
    left: 58.3333333333%;
  }
  .row-fluid .col.offset-xl8, .row-fluid .dnd-section [class*=span].offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row-fluid .col.pull-xl8, .row-fluid .dnd-section [class*=span].pull-xl8 {
    right: 66.6666666667%;
  }
  .row-fluid .col.push-xl8, .row-fluid .dnd-section [class*=span].push-xl8 {
    left: 66.6666666667%;
  }
  .row-fluid .col.offset-xl9, .row-fluid .dnd-section [class*=span].offset-xl9 {
    margin-left: 75%;
  }
  .row-fluid .col.pull-xl9, .row-fluid .dnd-section [class*=span].pull-xl9 {
    right: 75%;
  }
  .row-fluid .col.push-xl9, .row-fluid .dnd-section [class*=span].push-xl9 {
    left: 75%;
  }
  .row-fluid .col.offset-xl10, .row-fluid .dnd-section [class*=span].offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row-fluid .col.pull-xl10, .row-fluid .dnd-section [class*=span].pull-xl10 {
    right: 83.3333333333%;
  }
  .row-fluid .col.push-xl10, .row-fluid .dnd-section [class*=span].push-xl10 {
    left: 83.3333333333%;
  }
  .row-fluid .col.offset-xl11, .row-fluid .dnd-section [class*=span].offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row-fluid .col.pull-xl11, .row-fluid .dnd-section [class*=span].pull-xl11 {
    right: 91.6666666667%;
  }
  .row-fluid .col.push-xl11, .row-fluid .dnd-section [class*=span].push-xl11 {
    left: 91.6666666667%;
  }
  .row-fluid .col.offset-xl12, .row-fluid .dnd-section [class*=span].offset-xl12 {
    margin-left: 100%;
  }
  .row-fluid .col.pull-xl12, .row-fluid .dnd-section [class*=span].pull-xl12 {
    right: 100%;
  }
  .row-fluid .col.push-xl12, .row-fluid .dnd-section [class*=span].push-xl12 {
    left: 100%;
  }
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col, .row .dnd-section [class*=span] {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-], .row .dnd-section [class*=span][class*=push-], .row .dnd-section [class*=span][class*=pull-] {
  position: relative;
}
.row .col.s1, .row .dnd-section [class*=span].s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2, .row .dnd-section [class*=span].s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3, .row .dnd-section [class*=span].s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4, .row .dnd-section [class*=span].s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5, .row .dnd-section [class*=span].s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6, .row .dnd-section [class*=span].s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7, .row .dnd-section [class*=span].s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8, .row .dnd-section [class*=span].s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9, .row .dnd-section [class*=span].s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10, .row .dnd-section [class*=span].s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11, .row .dnd-section [class*=span].s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12, .row .dnd-section [class*=span].s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1, .row .dnd-section [class*=span].offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1, .row .dnd-section [class*=span].pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1, .row .dnd-section [class*=span].push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2, .row .dnd-section [class*=span].offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2, .row .dnd-section [class*=span].pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2, .row .dnd-section [class*=span].push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3, .row .dnd-section [class*=span].offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3, .row .dnd-section [class*=span].pull-s3 {
  right: 25%;
}
.row .col.push-s3, .row .dnd-section [class*=span].push-s3 {
  left: 25%;
}
.row .col.offset-s4, .row .dnd-section [class*=span].offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4, .row .dnd-section [class*=span].pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4, .row .dnd-section [class*=span].push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5, .row .dnd-section [class*=span].offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5, .row .dnd-section [class*=span].pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5, .row .dnd-section [class*=span].push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6, .row .dnd-section [class*=span].offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6, .row .dnd-section [class*=span].pull-s6 {
  right: 50%;
}
.row .col.push-s6, .row .dnd-section [class*=span].push-s6 {
  left: 50%;
}
.row .col.offset-s7, .row .dnd-section [class*=span].offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7, .row .dnd-section [class*=span].pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7, .row .dnd-section [class*=span].push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8, .row .dnd-section [class*=span].offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8, .row .dnd-section [class*=span].pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8, .row .dnd-section [class*=span].push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9, .row .dnd-section [class*=span].offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9, .row .dnd-section [class*=span].pull-s9 {
  right: 75%;
}
.row .col.push-s9, .row .dnd-section [class*=span].push-s9 {
  left: 75%;
}
.row .col.offset-s10, .row .dnd-section [class*=span].offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10, .row .dnd-section [class*=span].pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10, .row .dnd-section [class*=span].push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11, .row .dnd-section [class*=span].offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11, .row .dnd-section [class*=span].pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11, .row .dnd-section [class*=span].push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12, .row .dnd-section [class*=span].offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12, .row .dnd-section [class*=span].pull-s12 {
  right: 100%;
}
.row .col.push-s12, .row .dnd-section [class*=span].push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1, .row .dnd-section [class*=span].m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2, .row .dnd-section [class*=span].m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3, .row .dnd-section [class*=span].m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4, .row .dnd-section [class*=span].m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5, .row .dnd-section [class*=span].m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6, .row .dnd-section [class*=span].m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7, .row .dnd-section [class*=span].m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8, .row .dnd-section [class*=span].m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9, .row .dnd-section [class*=span].m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10, .row .dnd-section [class*=span].m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11, .row .dnd-section [class*=span].m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12, .row .dnd-section [class*=span].m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1, .row .dnd-section [class*=span].offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1, .row .dnd-section [class*=span].pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1, .row .dnd-section [class*=span].push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2, .row .dnd-section [class*=span].offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2, .row .dnd-section [class*=span].pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2, .row .dnd-section [class*=span].push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3, .row .dnd-section [class*=span].offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3, .row .dnd-section [class*=span].pull-m3 {
    right: 25%;
  }
  .row .col.push-m3, .row .dnd-section [class*=span].push-m3 {
    left: 25%;
  }
  .row .col.offset-m4, .row .dnd-section [class*=span].offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4, .row .dnd-section [class*=span].pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4, .row .dnd-section [class*=span].push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5, .row .dnd-section [class*=span].offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5, .row .dnd-section [class*=span].pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5, .row .dnd-section [class*=span].push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6, .row .dnd-section [class*=span].offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6, .row .dnd-section [class*=span].pull-m6 {
    right: 50%;
  }
  .row .col.push-m6, .row .dnd-section [class*=span].push-m6 {
    left: 50%;
  }
  .row .col.offset-m7, .row .dnd-section [class*=span].offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7, .row .dnd-section [class*=span].pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7, .row .dnd-section [class*=span].push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8, .row .dnd-section [class*=span].offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8, .row .dnd-section [class*=span].pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8, .row .dnd-section [class*=span].push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9, .row .dnd-section [class*=span].offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9, .row .dnd-section [class*=span].pull-m9 {
    right: 75%;
  }
  .row .col.push-m9, .row .dnd-section [class*=span].push-m9 {
    left: 75%;
  }
  .row .col.offset-m10, .row .dnd-section [class*=span].offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10, .row .dnd-section [class*=span].pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10, .row .dnd-section [class*=span].push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11, .row .dnd-section [class*=span].offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11, .row .dnd-section [class*=span].pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11, .row .dnd-section [class*=span].push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12, .row .dnd-section [class*=span].offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12, .row .dnd-section [class*=span].pull-m12 {
    right: 100%;
  }
  .row .col.push-m12, .row .dnd-section [class*=span].push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1, .row .dnd-section [class*=span].l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2, .row .dnd-section [class*=span].l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3, .row .dnd-section [class*=span].l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4, .row .dnd-section [class*=span].l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5, .row .dnd-section [class*=span].l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6, .row .dnd-section [class*=span].l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7, .row .dnd-section [class*=span].l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8, .row .dnd-section [class*=span].l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9, .row .dnd-section [class*=span].l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10, .row .dnd-section [class*=span].l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11, .row .dnd-section [class*=span].l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12, .row .dnd-section [class*=span].l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1, .row .dnd-section [class*=span].offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1, .row .dnd-section [class*=span].pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1, .row .dnd-section [class*=span].push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2, .row .dnd-section [class*=span].offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2, .row .dnd-section [class*=span].pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2, .row .dnd-section [class*=span].push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3, .row .dnd-section [class*=span].offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3, .row .dnd-section [class*=span].pull-l3 {
    right: 25%;
  }
  .row .col.push-l3, .row .dnd-section [class*=span].push-l3 {
    left: 25%;
  }
  .row .col.offset-l4, .row .dnd-section [class*=span].offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4, .row .dnd-section [class*=span].pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4, .row .dnd-section [class*=span].push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5, .row .dnd-section [class*=span].offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5, .row .dnd-section [class*=span].pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5, .row .dnd-section [class*=span].push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6, .row .dnd-section [class*=span].offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6, .row .dnd-section [class*=span].pull-l6 {
    right: 50%;
  }
  .row .col.push-l6, .row .dnd-section [class*=span].push-l6 {
    left: 50%;
  }
  .row .col.offset-l7, .row .dnd-section [class*=span].offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7, .row .dnd-section [class*=span].pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7, .row .dnd-section [class*=span].push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8, .row .dnd-section [class*=span].offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8, .row .dnd-section [class*=span].pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8, .row .dnd-section [class*=span].push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9, .row .dnd-section [class*=span].offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9, .row .dnd-section [class*=span].pull-l9 {
    right: 75%;
  }
  .row .col.push-l9, .row .dnd-section [class*=span].push-l9 {
    left: 75%;
  }
  .row .col.offset-l10, .row .dnd-section [class*=span].offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10, .row .dnd-section [class*=span].pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10, .row .dnd-section [class*=span].push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11, .row .dnd-section [class*=span].offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11, .row .dnd-section [class*=span].pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11, .row .dnd-section [class*=span].push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12, .row .dnd-section [class*=span].offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12, .row .dnd-section [class*=span].pull-l12 {
    right: 100%;
  }
  .row .col.push-l12, .row .dnd-section [class*=span].push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1281px) {
  .row .col.xl1, .row .dnd-section [class*=span].xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2, .row .dnd-section [class*=span].xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3, .row .dnd-section [class*=span].xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4, .row .dnd-section [class*=span].xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5, .row .dnd-section [class*=span].xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6, .row .dnd-section [class*=span].xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7, .row .dnd-section [class*=span].xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8, .row .dnd-section [class*=span].xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9, .row .dnd-section [class*=span].xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10, .row .dnd-section [class*=span].xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11, .row .dnd-section [class*=span].xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12, .row .dnd-section [class*=span].xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1, .row .dnd-section [class*=span].offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1, .row .dnd-section [class*=span].pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1, .row .dnd-section [class*=span].push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2, .row .dnd-section [class*=span].offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2, .row .dnd-section [class*=span].pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2, .row .dnd-section [class*=span].push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3, .row .dnd-section [class*=span].offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3, .row .dnd-section [class*=span].pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3, .row .dnd-section [class*=span].push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4, .row .dnd-section [class*=span].offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4, .row .dnd-section [class*=span].pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4, .row .dnd-section [class*=span].push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5, .row .dnd-section [class*=span].offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5, .row .dnd-section [class*=span].pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5, .row .dnd-section [class*=span].push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6, .row .dnd-section [class*=span].offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6, .row .dnd-section [class*=span].pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6, .row .dnd-section [class*=span].push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7, .row .dnd-section [class*=span].offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7, .row .dnd-section [class*=span].pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7, .row .dnd-section [class*=span].push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8, .row .dnd-section [class*=span].offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8, .row .dnd-section [class*=span].pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8, .row .dnd-section [class*=span].push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9, .row .dnd-section [class*=span].offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9, .row .dnd-section [class*=span].pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9, .row .dnd-section [class*=span].push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10, .row .dnd-section [class*=span].offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10, .row .dnd-section [class*=span].pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10, .row .dnd-section [class*=span].push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11, .row .dnd-section [class*=span].offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11, .row .dnd-section [class*=span].pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11, .row .dnd-section [class*=span].push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12, .row .dnd-section [class*=span].offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12, .row .dnd-section [class*=span].pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12, .row .dnd-section [class*=span].push-xl12 {
    left: 100%;
  }
}
.row .col.span1, .row .dnd-section [class*=span].span1 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span2, .row .dnd-section [class*=span].span2 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span3, .row .dnd-section [class*=span].span3 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span4, .row .dnd-section [class*=span].span4 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span5, .row .dnd-section [class*=span].span5 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span6, .row .dnd-section [class*=span].span6 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span7, .row .dnd-section [class*=span].span7 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span8, .row .dnd-section [class*=span].span8 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span9, .row .dnd-section [class*=span].span9 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span10, .row .dnd-section [class*=span].span10 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span11, .row .dnd-section [class*=span].span11 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.span12, .row .dnd-section [class*=span].span12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
@media only screen and (min-width : 601px) {
  .row .col.span1, .row .dnd-section [class*=span].span1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span2, .row .dnd-section [class*=span].span2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span3, .row .dnd-section [class*=span].span3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span4, .row .dnd-section [class*=span].span4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span5, .row .dnd-section [class*=span].span5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span6, .row .dnd-section [class*=span].span6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span7, .row .dnd-section [class*=span].span7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span8, .row .dnd-section [class*=span].span8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span9, .row .dnd-section [class*=span].span9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span10, .row .dnd-section [class*=span].span10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span11, .row .dnd-section [class*=span].span11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span12, .row .dnd-section [class*=span].span12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.span1, .row .dnd-section [class*=span].span1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span2, .row .dnd-section [class*=span].span2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span3, .row .dnd-section [class*=span].span3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span4, .row .dnd-section [class*=span].span4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span5, .row .dnd-section [class*=span].span5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span6, .row .dnd-section [class*=span].span6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span7, .row .dnd-section [class*=span].span7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span8, .row .dnd-section [class*=span].span8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span9, .row .dnd-section [class*=span].span9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span10, .row .dnd-section [class*=span].span10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span11, .row .dnd-section [class*=span].span11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span12, .row .dnd-section [class*=span].span12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width : 1281px) {
  .row .col.span1, .row .dnd-section [class*=span].span1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span2, .row .dnd-section [class*=span].span2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span3, .row .dnd-section [class*=span].span3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span4, .row .dnd-section [class*=span].span4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span5, .row .dnd-section [class*=span].span5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span6, .row .dnd-section [class*=span].span6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span7, .row .dnd-section [class*=span].span7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span8, .row .dnd-section [class*=span].span8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span9, .row .dnd-section [class*=span].span9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span10, .row .dnd-section [class*=span].span10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span11, .row .dnd-section [class*=span].span11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.span12, .row .dnd-section [class*=span].span12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1, .row .dnd-section [class*=span].offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1, .row .dnd-section [class*=span].pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1, .row .dnd-section [class*=span].push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2, .row .dnd-section [class*=span].offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2, .row .dnd-section [class*=span].pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2, .row .dnd-section [class*=span].push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3, .row .dnd-section [class*=span].offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3, .row .dnd-section [class*=span].pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3, .row .dnd-section [class*=span].push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4, .row .dnd-section [class*=span].offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4, .row .dnd-section [class*=span].pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4, .row .dnd-section [class*=span].push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5, .row .dnd-section [class*=span].offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5, .row .dnd-section [class*=span].pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5, .row .dnd-section [class*=span].push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6, .row .dnd-section [class*=span].offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6, .row .dnd-section [class*=span].pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6, .row .dnd-section [class*=span].push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7, .row .dnd-section [class*=span].offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7, .row .dnd-section [class*=span].pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7, .row .dnd-section [class*=span].push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8, .row .dnd-section [class*=span].offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8, .row .dnd-section [class*=span].pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8, .row .dnd-section [class*=span].push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9, .row .dnd-section [class*=span].offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9, .row .dnd-section [class*=span].pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9, .row .dnd-section [class*=span].push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10, .row .dnd-section [class*=span].offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10, .row .dnd-section [class*=span].pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10, .row .dnd-section [class*=span].push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11, .row .dnd-section [class*=span].offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11, .row .dnd-section [class*=span].pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11, .row .dnd-section [class*=span].push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12, .row .dnd-section [class*=span].offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12, .row .dnd-section [class*=span].pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12, .row .dnd-section [class*=span].push-xl12 {
    left: 100%;
  }
}

/*

// Media Query Ranges
$small-screen-up: 601px !default;
$medium-screen-up: 993px !default;
$large-screen-up: 1201px !default;
$small-screen: 600px !default;
$medium-screen: 992px !default;
$large-screen: 1200px !default;


$medium-and-up: "only screen and (min-width : 601px)" !default;
$large-and-up: "only screen and (min-width : 993px)" !default;
$extra-large-and-up: "only screen and (min-width : 1281px)" !default;
$small-and-down: "only screen and (max-width : 600px)" !default;
$medium-and-down: "only screen and (max-width : 992px)" !default;
$medium-only: "only screen and (min-width : 601px) and (max-width : 992px)" !default;

*/
@media only screen and (max-width: 601px) {
  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .hide-tablet {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1281px) {
  .hide-desktop {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  .hide-tablet {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: block;
  }

  .hide-tablet {
    display: none;
  }
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-med-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
/*========================================================================== */
/* #3. Tipografia
/*========================================================================== */
/*
$MINOR_SECOND: 1.067;
$MAJOR_SECOND: 1.125;
$MINOR_THIRD: 1.2;
$MAJOR_THIRD: 1.25;
$PERFECT_FOURTH: 1.333;
$AUGMENTED_FOURTH: 1.414;
$PERFECT_FIFTH: 1.5;
$MINOR_SIXTH: 1.6;
$GOLDEN_SECTION: 1.618;
$MAJOR_SIXTH: 1.667;
$MINOR_SEVENTH: 1.778;
$MAJOR_SEVENTH: 1.875;
$OCTAVE: 2;
$MAJOR_TENTH: 2.5;
$MAJOR_ELEVENTH: 2.667;
$MAJOR_TWELFTH: 3;
$DOUBLE_OCTAVE: 4;
*/

:root {
  --bs-font-sans-serif: "DM Sans", serif !important;
}

html, .root {
  font-size: 16px;
  line-height: 24px;
}

body {
  /*font-family: "Ubuntu", helvetica, arial, sans-serif;*/
  font-family: "DM Sans", serif;
  color: #666;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*font-family: "Ubuntu", helvetica, arial, sans-serif;*/
  font-family: "DM Sans", serif;
  font-weight: 300;
  color: #010101;
}
h1.upper, .h1.upper, h2.upper, .h2.upper, h3.upper, .h3.upper, h4.upper, .h4.upper, h5.upper, .h5.upper {
  text-transform: uppercase;
}
h1.font-body, .h1.font-body, h2.font-body, .h2.font-body, h3.font-body, .h3.font-body, h4.font-body, .h4.font-body, h5.font-body, .h5.font-body {
  /*font-family: "Ubuntu", helvetica, arial, sans-serif;*/
  font-family: "DM Sans", serif;
}
h1.comperss, .h1.comperss, h2.comperss, .h2.comperss, h3.comperss, .h3.comperss, h4.comperss, .h4.comperss, h5.comperss, .h5.comperss {
  line-height: 0.8;
  letter-spacing: -0.15rem;
}
h1.comperss > *, .h1.comperss > *, h2.comperss > *, .h2.comperss > *, h3.comperss > *, .h3.comperss > *, h4.comperss > *, .h4.comperss > *, h5.comperss > *, .h5.comperss > * {
  font-size: 90%;
  display: block;
}
h1 .left-align, .h1 .left-align, h2 .left-align, .h2 .left-align, h3 .left-align, .h3 .left-align, h4 .left-align, .h4 .left-align, h5 .left-align, .h5 .left-align {
  justify-content: flex-start;
  padding: 0;
}
h1 .left-align:before, .h1 .left-align:before, h2 .left-align:before, .h2 .left-align:before, h3 .left-align:before, .h3 .left-align:before, h4 .left-align:before, .h4 .left-align:before, h5 .left-align:before, .h5 .left-align:before {
  display: none;
}

*.bold {
  font-weight: 700;
}

*.thin {
  font-weight: 300;
}

h1, .h1 {
  font-size: 2.8125rem;
  line-height: 4.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
}

h3, .h3 {
  font-size: 1.4375rem;
  line-height: 1.875rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

blockquote {
  background-color: #e7eef6;
  margin: 0;
  padding: 1.5rem 3rem;
  border-radius: 0rem;
  font-weight: 300;
  font-style: italic;
  margin: 4.5rem 0 3rem !important;
  position: relative;
}
blockquote:before {
  content: '"';
  font-size: 13rem;
  position: absolute;
  top: 35px;
  left: 0.5rem;
  color: #e30613;
}
blockquote p {
  font-size: 1.4375rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.blog__content p:not(blockquote p):not(.container-cta p) {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
  font-size: 1.15rem;
}

@media only screen and (max-width : 1560px) {
  html, .root {
    font-size: 16px;
    line-height: 22px;
  }

  body {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  h1, .h1 {
    font-size: 3.375rem;
    line-height: 4.125rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  h2, .h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    margin-top: 0rem;
    margin-bottom: 1.375rem;
  }

  h4, .h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 0rem;
    margin-bottom: 1.375rem;
  }
}
@media only screen and (max-width : 1280px) {
  html, .root {
    font-size: 16px;
    line-height: 22px;
  }

  body {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  h1, .h1 {
    font-size: 3.375rem;
    line-height: 4.125rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  h2, .h2 {
    font-size: 2rem;
    line-height: 2.44445rem;
    margin-top: 1.22223rem;
    margin-bottom: 1.22223rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    margin-top: 0rem;
    margin-bottom: 1.375rem;
  }

  h4, .h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 0rem;
    margin-bottom: 1.375rem;
  }

  blockquote p {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
@media only screen and (max-width : 992px) {
  html, .root {
    font-size: 15px;
    line-height: 21px;
  }

  body {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  h1, .h1 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    margin-top: 1.4rem;
    margin-bottom: 2.8rem;
  }

  h2, .h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  h3, .h3 {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  h4, .h4 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
  }

  blockquote {
    padding: 1.5rem 1.5rem;
    margin: 4.5rem 0 3rem !important;
  }
  blockquote:before {
    content: '"';
    font-size: 8rem;
    position: absolute;
    top: 15px;
    left: 0;
    color: #e30613;
  }
  blockquote p {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width : 600px) {
  html, .root {
    font-size: 15px;
    line-height: 21px;
  }

  body {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  h1, .h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-top: 1.4rem;
    margin-bottom: 2.8rem;
  }

  h2, .h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  h3, .h3 {
    font-size: 1.33334rem;
    line-height: 2.1rem;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
  }

  h4, .h4 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
  }

  blockquote {
    padding: 1.5rem 1.5rem;
    margin: 4.5rem 0 3rem !important;
  }
  blockquote:before {
    content: '"';
    font-size: 8rem;
    position: absolute;
    top: 15px;
    left: 0;
    color: #e30613;
  }
  blockquote p {
    font-size: 1.33334rem;
    line-height: 2.1rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
*[class*=tema__] p {
  color: inherit;
}

em {
  font-style: italic;
}

strong, .bold, .strong {
  font-weight: 700 !important;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

p a, p b, p i, p strong, p em, p small, p code {
  line-height: inherit;
}
p sub, p sup {
  line-height: inherit;
  position: relative;
  vertical-align: baseline;
}
p sup {
  top: -0.5em;
}
p sub {
  bottom: -0.25em;
}

p:empty {
  display: none;
}

/* hubspot */
a.cta_button {
  text-decoration: none !important;
}

.dnd-module h1, .dnd-module .h1, .dnd-module h2, .dnd-module .h2, .dnd-module h3, .dnd-module .h3 {
  margin-top: 0;
}

html hr, html .hr, .root hr, .root .hr {
  border: 1px solid rgba(202, 202, 202, 0.5);
}

/*========================================================================== */
/* #6. UI Elements
/*========================================================================== */
/********************************
* Buttons
*********************************/
button:not(.toggle-menu):not(.mobile-toggle-menu), .hs-button, a.button, .button, input[type=submit] {
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  background-color: #e30613;
  font-weight: 300 !important;
  color: #ffffff;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0rem;
  transition: background-color opacity 0.25s ease-out;
  border-radius: 0.3rem;
  white-space: break-spaces;
  white-space: nowrap;
  /*font-family: "Ubuntu", helvetica, arial, sans-serif;*/
  font-family: "DM Sans", serif;
  opacity: 1 !important;
  padding: 0.75rem 20px;
  margin: 1.5rem 0 1.5rem;
  will-change: transform;
  transform: translateZ(0);
}
button:not(.toggle-menu):not(.mobile-toggle-menu).special, .hs-button.special, a.button.special, .button.special, input[type=submit].special {
  background: #ff5e57;
  background: #beb5a6;
  background: #beb5a6;
  background-size: 100% 100%;
  color: #ffffff;
  transition: background-size 0.2s ease-in-out, background-position 0.3s ease-in-out, text-shadow 0.2s ease-in-out;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).transparent, .hs-button.transparent, a.button.transparent, .button.transparent, input[type=submit].transparent {
  background-color: transparent !important;
  color: #e30613 !important;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).outline, .hs-button.outline, a.button.outline, .button.outline, input[type=submit].outline {
  border: 1px solid #e30613;
  background-color: transparent;
  color: #e30613;
  line-height: calc(1.5rem - 2px);
}
button:not(.toggle-menu):not(.mobile-toggle-menu).outline.large, .hs-button.outline.large, a.button.outline.large, .button.outline.large, input[type=submit].outline.large {
  line-height: calc(3rem - 2px);
}
button:not(.toggle-menu):not(.mobile-toggle-menu).large:not(input[type=submit]), .hs-button.large:not(input[type=submit]), a.button.large:not(input[type=submit]), .button.large:not(input[type=submit]), input[type=submit].large:not(input[type=submit]) {
  font-size: 1rem;
  line-height: 3rem;
  padding: 0.375rem 25px;
  margin: 1.5rem 0 2.25rem;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).active.outline, .hs-button.active.outline, a.button.active.outline, .button.active.outline, input[type=submit].active.outline {
  color: #ffffff;
  background: #e30613;
}
button:not(.toggle-menu):not(.mobile-toggle-menu):hover, .hs-button:hover, a.button:hover, .button:hover, input[type=submit]:hover {
  color: #ffffff;
  background: #f91926;
  transition: background-color opacity 0.25s;
  text-decoration: none;
}
button:not(.toggle-menu):not(.mobile-toggle-menu):hover.special, .hs-button:hover.special, a.button:hover.special, .button:hover.special, input[type=submit]:hover.special {
  background: #a89c89;
  color: #ffffff;
  background-size: 400% 100%;
  background-position: 100% 0;
}
button:not(.toggle-menu):not(.mobile-toggle-menu):hover.outline, .hs-button:hover.outline, a.button:hover.outline, .button:hover.outline, input[type=submit]:hover.outline {
  color: #ffffff;
  background: #e30613;
}
button:not(.toggle-menu):not(.mobile-toggle-menu):focus:not(.no-focusable):not(.special), .hs-button:focus:not(.no-focusable):not(.special), a.button:focus:not(.no-focusable):not(.special), .button:focus:not(.no-focusable):not(.special), input[type=submit]:focus:not(.no-focusable):not(.special) {
  outline: none;
}
button:not(.toggle-menu):not(.mobile-toggle-menu):focus:not(.no-focusable):not(.special):not(:focus-visible), .hs-button:focus:not(.no-focusable):not(.special):not(:focus-visible), a.button:focus:not(.no-focusable):not(.special):not(:focus-visible), .button:focus:not(.no-focusable):not(.special):not(:focus-visible), input[type=submit]:focus:not(.no-focusable):not(.special):not(:focus-visible) {
  outline: none;
}
button:not(.toggle-menu):not(.mobile-toggle-menu):focus-visible, .hs-button:focus-visible, a.button:focus-visible, .button:focus-visible, input[type=submit]:focus-visible {
  outline: #e30613 solid 2px !important;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).empty-icon, .hs-button.empty-icon, a.button.empty-icon, .button.empty-icon, input[type=submit].empty-icon {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).empty-icon *, .hs-button.empty-icon *, a.button.empty-icon *, .button.empty-icon *, input[type=submit].empty-icon * {
  vertical-align: middle;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).empty-icon i:last-child, .hs-button.empty-icon i:last-child, a.button.empty-icon i:last-child, .button.empty-icon i:last-child, input[type=submit].empty-icon i:last-child {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
  margin-left: 1.5rem;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).empty-icon.text-icon i:last-child, .hs-button.empty-icon.text-icon i:last-child, a.button.empty-icon.text-icon i:last-child, .button.empty-icon.text-icon i:last-child, input[type=submit].empty-icon.text-icon i:last-child {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  margin-left: 0.75rem;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).empty-icon:hover, .hs-button.empty-icon:hover, a.button.empty-icon:hover, .button.empty-icon:hover, input[type=submit].empty-icon:hover {
  color: inherit !important;
}
button:not(.toggle-menu):not(.mobile-toggle-menu).btn-secondary, .hs-button.btn-secondary, a.button.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary {
  background-color: #e30613;
  color: #ffffff;
}

.cta_button.center {
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width : 992px) {
  button:not(.toggle-menu):not(.mobile-toggle-menu), a.button, .button, input[type=submit] {
    line-height: 2.45rem;
    margin: 0.7rem 0 1.05rem;
    padding: 0.75rem 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  button:not(.toggle-menu):not(.mobile-toggle-menu).outline, a.button.outline, .button.outline, input[type=submit].outline {
    line-height: calc(2.45rem - 2px);
  }
  button:not(.toggle-menu):not(.mobile-toggle-menu).outline.large, a.button.outline.large, .button.outline.large, input[type=submit].outline.large {
    line-height: calc(2.45rem - 2px);
  }
  button:not(.toggle-menu):not(.mobile-toggle-menu).large, a.button.large, .button.large, input[type=submit].large {
    padding: 0.375rem 25px;
    margin: 0.7rem 0 1.75rem;
  }
}
/********************************
* Labels
*********************************/
.label {
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 0rem;
  vertical-align: top;
  background-color: #d9d9d9;
  font-weight: 700 !important;
  color: #e30613;
  line-height: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0rem;
  transition: background-color opacity 0.25s ease-out;
  white-space: break-spaces;
  white-space: nowrap;
  /*font-family: "Ubuntu", helvetica, arial, sans-serif;*/
  font-family: "DM Sans", serif;
  opacity: 1 !important;
  padding: 0.075rem 0.7rem;
  margin: 0.075rem;
  will-change: transform;
  transform: translateZ(0);
}
.label:hover {
  color: #e30613 !important;
}

/********************************
* Link
*********************************/
a {
  color: #e30613;
  text-decoration: none !important;
  transition: opacity 0.2s ease-in-out, color 0.3s;
  font-weight: 500;
}
a:hover {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  text-decoration: underline;
  color: #f9232f;
  transition: color 0.3s;
}
a.arrow {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #000;
  position: relative;
  padding-right: 35px;
  display: inline-block;
  text-decoration: none;
}
a.arrow:before {
  content: url("https://cdn2.hubspot.net/hubfs/7113028/Code%20Files/img/arrow-right-short.svg");
  right: 0;
  position: absolute;
  max-width: 100%;
  bottom: -1px;
  display: inline-table;
}

a:not(.button).line-before {
  position: relative;
  float: left;
  display: block;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  line-height: 1.5rem;
  padding-left: 45px;
}
a:not(.button).line-before:before {
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e30613;
  transition: all 0.3s ease-in-out;
}
a:not(.button).line-before:hover {
  padding-right: 45px;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}
a:not(.button).line-before:hover:before {
  width: 0;
  transition: all 0.3s ease-in-out;
}

a:not(.button).line-sub {
  position: relative;
}
a:not(.button).line-sub:before {
  content: "";
  height: 3px;
  bottom: -4px;
  position: absolute;
  width: 0;
  left: 0;
  background: #e30613;
  transition: width 0.15s ease-in-out;
}
a:not(.button).line-sub:hover:before {
  width: 100%;
  transition: width 0.25s ease-in-out;
}

/********************************
* List
*********************************/
header ul[role=menu], header ul[role=menu] ul {
  padding: 0;
  list-style: none;
}

ul.no-style {
  list-style: none;
}

ul.center-list, ul.left-list, ul.right-list {
  padding: 0;
}
ul.center-list li, ul.left-list li, ul.right-list li {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width : 600px) {
  ul.center-list li, ul.left-list li, ul.right-list li {
    display: block;
    width: 100%;
  }
}
ul.center-list {
  text-align: center;
}
ul.left-list {
  text-align: left;
}
ul.left-list li {
  padding-left: 0;
}
ul.left-list li:first-child {
  padding-left: 0;
}
ul.right-list {
  text-align: right;
}
ul.right-list li {
  padding-right: 0;
}
ul.right-list li:last-child {
  padding-right: 0;
}

main ul {
  padding-top: 0;
  padding-left: 1rem;
  list-style: none;
}
main ul li {
  position: relative;
  margin-bottom: 0.75rem;
}
main ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  position: absolute;
  left: -1rem;
  border-radius: 100%;
  top: 0.55rem;
  background: #e30613;
}
main ul li:first-child {
  padding-top: 0;
}
main ul.size-baseline li {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}
main ul.no-style {
  padding: 0;
}
main ul.no-style li:before {
  display: none;
}
main ul.left-align {
  text-align: left;
}
main form ul {
  padding: 0;
}
main form ul li span {
  margin-left: 0 !important;
}
main form ul li:before {
  display: none;
}
main form ul p {
  font-size: 0.8rem;
}
@media only screen and (max-width : 1560px) {
  main ul li {
    margin: 0.7rem 0 0.7rem;
  }
}
@media only screen and (max-width : 992px) {
  main ul li {
    margin: 0.7rem 0 0.7rem;
  }
}

/*========================================================================== */
/* #7. UI Forms
/*========================================================================== */
select:focus {
  outline: 1px solid #787878;
}

label {
  color: #868686;
}

.hs-form-field {
  margin-bottom: 0.375rem;
}

form {
  border-radius: 0rem;
  margin: 1.5rem 0;
  margin: 0 !important;
}
form.boxed {
  padding: 1.5rem 1.5rem;
}
form ul li {
  padding: 0;
}
form h1, form h2, form h3, form h4 {
  margin-top: 0;
}

.align-input.left-align-input form .hs_submit .actions {
  text-align: left;
}
.align-input.center-align-input form .hs_submit .actions {
  text-align: center;
}
.align-input.right-align-input form .hs_submit .actions {
  text-align: right;
}

/* HS override */
form fieldset.form-columns-3 > div {
  width: 33.3333%;
}
form fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
}
form fieldset {
  max-width: inherit !important;
}
form label span {
  font-size: 0.8rem;
}
form ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.75rem;
}
form ul li {
  margin-bottom: 0.375rem;
}
form .legal-consent-container p {
  font-size: 0.7rem;
  line-height: 1rem;
}
form .legal-consent-container ul {
  display: inline-block;
  padding: 0;
}
form .legal-consent-container ul li {
  margin: 0;
}
form .legal-consent-container ul li span {
  margin-left: 0 !important;
}
form input[type=submit] {
  margin-bottom: 2.25rem;
}
form .hs-error-msgs {
  font-size: 0.8rem;
}
form .hs-error-msgs > li {
  margin: 0 !important;
}
form .hs-error-msgs > li label {
  color: #FB474B !important;
}
form label.hs-error-msg {
  color: #4d4d4d;
}
form textarea {
  min-height: 4.5rem;
  width: 100% !important;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #404040;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
  text-transform: inherit;
  border: none;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0.75rem 0;
  padding: 0.75rem 1rem;
  box-shadow: none;
  transition: box-shadow 0.08s ease-in-out, border 0.08s ease-in-out;
  border: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  background-color: #f8f8f8;
  text-align: left;
  color: #000;
  border-radius: 0.2rem;
}
input:not([type]).negative,
input[type=text]:not(.browser-default).negative,
input[type=password]:not(.browser-default).negative,
input[type=email]:not(.browser-default).negative,
input[type=url]:not(.browser-default).negative,
input[type=time]:not(.browser-default).negative,
input[type=date]:not(.browser-default).negative,
input[type=datetime]:not(.browser-default).negative,
input[type=datetime-local]:not(.browser-default).negative,
input[type=tel]:not(.browser-default).negative,
input[type=number]:not(.browser-default).negative,
input[type=search]:not(.browser-default).negative,
textarea.negative {
  border: 1px solid #D2D2D2;
  color: #D2D2D2;
  /* Style Placeholders */
}
input:not([type]).negative::placeholder,
input[type=text]:not(.browser-default).negative::placeholder,
input[type=password]:not(.browser-default).negative::placeholder,
input[type=email]:not(.browser-default).negative::placeholder,
input[type=url]:not(.browser-default).negative::placeholder,
input[type=time]:not(.browser-default).negative::placeholder,
input[type=date]:not(.browser-default).negative::placeholder,
input[type=datetime]:not(.browser-default).negative::placeholder,
input[type=datetime-local]:not(.browser-default).negative::placeholder,
input[type=tel]:not(.browser-default).negative::placeholder,
input[type=number]:not(.browser-default).negative::placeholder,
input[type=search]:not(.browser-default).negative::placeholder,
textarea.negative::placeholder {
  color: rgba(223, 223, 223, 0.5);
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea:disabled,
textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea:disabled + label,
textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea:focus:not([readonly]) {
  border: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-color: #e30613;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea:focus:not([readonly]) + label {
  color: #000;
}
input:not([type]).minimal,
input[type=text]:not(.browser-default).minimal,
input[type=password]:not(.browser-default).minimal,
input[type=email]:not(.browser-default).minimal,
input[type=url]:not(.browser-default).minimal,
input[type=time]:not(.browser-default).minimal,
input[type=date]:not(.browser-default).minimal,
input[type=datetime]:not(.browser-default).minimal,
input[type=datetime-local]:not(.browser-default).minimal,
input[type=tel]:not(.browser-default).minimal,
input[type=number]:not(.browser-default).minimal,
input[type=search]:not(.browser-default).minimal,
textarea.minimal {
  border-radius: 0;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #fa555e;
}
input:not([type]).minimal.negative,
input[type=text]:not(.browser-default).minimal.negative,
input[type=password]:not(.browser-default).minimal.negative,
input[type=email]:not(.browser-default).minimal.negative,
input[type=url]:not(.browser-default).minimal.negative,
input[type=time]:not(.browser-default).minimal.negative,
input[type=date]:not(.browser-default).minimal.negative,
input[type=datetime]:not(.browser-default).minimal.negative,
input[type=datetime-local]:not(.browser-default).minimal.negative,
input[type=tel]:not(.browser-default).minimal.negative,
input[type=number]:not(.browser-default).minimal.negative,
input[type=search]:not(.browser-default).minimal.negative,
textarea.minimal.negative {
  border-bottom: 1px solid #D2D2D2;
}
input:not([type]).minimal:focus:not([readonly]),
input[type=text]:not(.browser-default).minimal:focus:not([readonly]),
input[type=password]:not(.browser-default).minimal:focus:not([readonly]),
input[type=email]:not(.browser-default).minimal:focus:not([readonly]),
input[type=url]:not(.browser-default).minimal:focus:not([readonly]),
input[type=time]:not(.browser-default).minimal:focus:not([readonly]),
input[type=date]:not(.browser-default).minimal:focus:not([readonly]),
input[type=datetime]:not(.browser-default).minimal:focus:not([readonly]),
input[type=datetime-local]:not(.browser-default).minimal:focus:not([readonly]),
input[type=tel]:not(.browser-default).minimal:focus:not([readonly]),
input[type=number]:not(.browser-default).minimal:focus:not([readonly]),
input[type=search]:not(.browser-default).minimal:focus:not([readonly]),
textarea.minimal:focus:not([readonly]) {
  border: 0;
  border-bottom: 2px solid #e30613;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
body > div:not(.hs-site-page) {
  /* Indeterminate checkbox */
}
body > div:not(.hs-site-page) [type=checkbox]:not(:checked),
body > div:not(.hs-site-page) [type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  z-index: 11 !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
body > div:not(.hs-site-page) [type=checkbox] {
  /* checkbox aspect */
}
body > div:not(.hs-site-page) [type=checkbox] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  user-select: none;
}
body > div:not(.hs-site-page) [type=checkbox] + span:not(.lever):before, body > div:not(.hs-site-page) [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 0;
  border: 2px solid #666;
  margin-top: 0px;
  border-radius: 0rem;
  transition: 0.2s;
  background-color: #F0F2F5;
}
body > div:not(.hs-site-page) [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  z-index: 0;
  border-radius: 0rem;
}
body > div:not(.hs-site-page) [type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  border-radius: 0rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
body > div:not(.hs-site-page) [type=checkbox].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
body > div:not(.hs-site-page) [type=checkbox]:checked + span:not(.lever):before {
  background-color: transparent;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  border-color: #ffffff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  border-radius: 0;
  transform-origin: 100% 100%;
  z-index: 1;
}
body > div:not(.hs-site-page) [type=checkbox]:checked + span:not(.lever):after {
  background-color: #e30613;
  border: 0;
}
body > div:not(.hs-site-page) [type=checkbox]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
body > div:not(.hs-site-page) [type=checkbox]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #e30613;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
body > div:not(.hs-site-page) [type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in + span:not(.lever):before,
body > div:not(.hs-site-page) [type=checkbox].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e30613;
  border: 2px solid #666;
  top: 0px;
  z-index: 0;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #D2D2D2;
  background-color: #e30613;
  z-index: 0;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #666;
  background-color: rgba(0, 0, 0, 0.1);
}
body > div:not(.hs-site-page) [type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #f8f8f8;
  border-color: #D2D2D2;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
body > div:not(.hs-site-page) [type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #404040;
}
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #000;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select.browser-default {
  display: block;
}

select {
  background-color: #f8f8f8;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0.75rem 0;
  padding: 0.75rem 1rem;
  box-shadow: none;
  transition: box-shadow 0.08s ease-in-out, border 0.08s ease-in-out;
  border: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  background-color: #f8f8f8;
  text-align: left;
  height: auto;
  line-height: auto;
  color: #868686;
  border-radius: 0rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  outline: none;
  height: auto;
  line-height: auto;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0.75rem 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #000;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn {
  float: left;
  height: auto;
  line-height: auto;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #e30613;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #e30613;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #f8f8f8;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #e30613;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #e30613;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(227, 6, 19, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #e30613;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(227, 6, 19, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #e30613;
  transition: box-shadow 0.3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(227, 6, 19, 0.26);
}

@media only screen and (max-width : 1560px) {
  form {
    margin: 1.4rem 0;
  }
  form.boxed {
    padding: 1.4rem 2rem;
  }

  /* Text inputs */
  input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
    height: 2.1rem;
    margin: 0 0 1.05rem 0;
    padding: 0.5rem 0.4666666667rem;
  }
}
@media only screen and (max-width : 992px) {
  form {
    margin: 1.4rem 0;
  }
  form.boxed {
    padding: 1.4rem 2rem;
  }

  /* Text inputs */
  input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
    height: 2.1rem;
    margin: 0 0 1.05rem 0;
    padding: 0.4666666667rem 0.4666666667rem;
  }
}
/*========================================================================== */
/* #8. UI Components ODYSSEY
/*========================================================================== */
.col2-section-wrap .row-fluid-wrapper > .row-fluid > [class*=span] > .dnd-section.dnd-section {
  padding: 0;
}

.cl2-section .full-wrap {
  min-height: 55vh !important;
  align-self: stretch;
  display: flex;
}

#content_sidebar .title__sidebar {
  margin-top: 0;
}
#content_sidebar ul {
  margin-bottom: 0;
}
#content_sidebar ul li {
  padding: 0.375rem 0;
}
#content_sidebar ul li:last-child {
  margin-bottom: 0;
}

/* CTA BANNER TYPES */
.cta-banner {
  background-color: #f8f8f8;
  overflow: hidden;
}
.cta-banner.image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cta-banner.image-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.cta-banner.image-bg .inner-wrap {
  position: relative;
  z-index: 1;
}

.divider-line {
  border-color: #dedede;
}
.divider-line.divider-top {
  border-top: 1px solid #dedede;
}
.divider-line.divider-bottom {
  border-bottom: 1px solid #dedede;
}

.accordions .item {
  margin: 0;
  border: none;
  position: relative;
}
.accordions .item > a {
  display: block;
}
.accordions .item > a > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.accordions .item[data-style=borderline] {
  border: none;
  border-bottom: 1px solid rgba(202, 202, 202, 0.3);
}
.accordions .item.reverse-border {
  border: none;
  border-top: 1px solid #ececec;
}
.accordions .item.reverse-border:first-child {
  border: none;
}
.accordions .item .accordion-title:before {
  display: none;
}
.accordions .item .accordion-content {
  border: none;
  display: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  overflow: auto;
}
.accordions .item i {
  width: 1rem;
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: middle;
}
.accordions .item i:before {
  content: url("https://f.hubspotusercontent30.net/hubfs/19603630/Cam_TV_April2021/Images/plus.svg");
  width: 1rem;
  height: 1rem;
}
.accordions .item svg + i {
  display: none;
}
.accordions .item svg {
  width: 1rem;
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: middle;
}
.accordions .item.active span:nth-child(2) {
  display: none;
}
.accordions .item.active span:last-child {
  display: block !important;
}
.accordions .item:last-child {
  border-bottom: none;
}

.tema__a .accordions .item svg {
  fill: #ffffff;
}

#hmb, #nav-mobile {
  display: none;
}

#hmb {
  position: relative;
  z-index: 300;
}
#hmb button {
  display: block;
  cursor: pointer;
  padding: 8px;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: none;
  margin: 0;
}
#hmb button span {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5px;
  background: #dadada;
  transition: all 0.35s ease-in-out;
  border-radius: 0.6px;
}
#hmb button span:before, #hmb button span:after {
  position: absolute;
  background: #dadada;
  content: "";
  width: 100%;
  height: 2.5px;
  transition: all 0.35s ease-in-out;
  border-radius: 1px;
  left: 0;
  display: block;
}
#hmb button span:before {
  top: -7px;
}
#hmb button span:after {
  top: 7px;
}
#hmb.boxednav {
  background-color: #000;
}
#hmb.negative button span {
  background: #ffffff;
}
#hmb.negative button span:before, #hmb.negative button span:after {
  background: #ffffff;
}

#hmb.active button span:before {
  transform: rotate(45deg) translate(4.5px, 5px);
  background-color: #e30613;
}
#hmb.active button span:after {
  transform: rotate(-45deg) translate(4.5px, -5px);
  background-color: #e30613;
}
#hmb.active.negative button span {
  background-color: transparent !important;
}
#hmb.active.negative button span:before, #hmb.active.negative button span:after {
  background: #ffffff;
}

#nav li a {
  opacity: 0.9;
  transition: border 0.1s ease-in;
}
#nav li a.active {
  opacity: 1;
  color: #e30613 !important;
  transition: border 0.25s ease-in;
}

#nav-mobile:not(.navslide) {
  opacity: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  padding-top: 5.25rem;
  overflow: auto;
  background-color: #e30613;
}
#nav-mobile:not(.navslide) > div {
  width: 90%;
}
#nav-mobile:not(.navslide) .list-nav {
  color: #ffffff;
}
#nav-mobile:not(.navslide) .list-nav ul li {
  margin-right: 10px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  font-size: 1.5rem;
  list-style: none;
}
#nav-mobile:not(.navslide) .list-nav ul li:before {
  display: none;
}
#nav-mobile:not(.navslide) .list-nav a {
  color: #ffffff;
  font-weight: 400;
}
#nav-mobile:not(.navslide) .list-nav .label-tite-nav {
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
#nav-mobile:not(.navslide) .list-nav a[href="#"] {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: initial;
  font-weight: 700;
  display: block;
  line-height: auto;
}
#nav-mobile:not(.navslide) .list-nav a[href="#"] + ul {
  padding-left: 10px;
}
#nav-mobile:not(.navslide) nav > ul {
  padding: 0;
}
#nav-mobile:not(.navslide) nav ul.sub-menu {
  padding-top: 0px;
  padding-left: 0px;
}
#nav-mobile:not(.navslide) nav ul.sub-menu li:last-child {
  border: 0;
}
#nav-mobile:not(.navslide) nav ul.sub-menu i {
  transform: rotate(90deg);
  transform-origin: center center;
}
#nav-mobile:not(.navslide) nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.25rem;
}
#nav-mobile:not(.navslide) nav li.active {
  opacity: 0.7;
}

.navslide ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navslide ul li {
  padding: 0.5rem 10px;
  width: 100%;
}

@media only screen and (max-width : 1280px) {
  .header ul li a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width : 992px) {
  body #hmb {
    display: block !important;
  }
}
/*========================================================================== */
/* #9. Temi
/*========================================================================== */
.tema__a {
  color: #ffffff;
}
.tema__a a:not(.button) {
  color: #ffffff;
}
.tema__a a:not(.button):hover {
  color: #ffffff;
}
.tema__a h1, .tema__a .h1, .tema__a h2, .tema__a .h2, .tema__a h3, .tema__a .h3, .tema__a h4, .tema__a .h4 {
  color: #ffffff;
}
.tema__a form label {
  display: block;
  color: #ffffff;
}
.tema__a form.boxed {
  background-color: #ffffff;
}
.tema__a form.boxed label {
  color: #9f9f9f;
}
.tema__a ul li:before {
  background: #ffffff;
}
.tema__a button, .tema__a a.button, .tema__a .button, .tema__a input[type=submit] {
  color: #000000;
  background: #ffffff;
}
.tema__a button.outline, .tema__a a.button.outline, .tema__a .button.outline, .tema__a input[type=submit].outline {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.tema__a button.active.outline, .tema__a a.button.active.outline, .tema__a .button.active.outline, .tema__a input[type=submit].active.outline {
  color: #e30613;
  background: #ffffff;
}
.tema__a button:hover, .tema__a a.button:hover, .tema__a .button:hover, .tema__a input[type=submit]:hover {
  color: #e30613;
  background: #ffffff;
  transition: all 0.35s;
  text-decoration: none;
}
.tema__a button:hover.special, .tema__a a.button:hover.special, .tema__a .button:hover.special, .tema__a input[type=submit]:hover.special {
  background: #a89c89;
  color: #ffffff;
  background-size: 400% 100%;
  background-position: 100% 0;
}
.tema__a button:hover.outline, .tema__a a.button:hover.outline, .tema__a .button:hover.outline, .tema__a input[type=submit]:hover.outline {
  color: #e30613;
  background: #ffffff;
}

#hs_cos_wrapper_post_body h2:first-child {
  margin-top: 0;
}

.searchbar {
  width: 100%;
}
.searchbar .icon-search {
  background-image: url("https://20004868.fs1.hubspotusercontent-eu1.net/hubfs/20004868/raw_assets/public/20004868/dist/images/icon-search.svg");
}

.bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.bar div {
  width: 100%;
}
.bar button {
  margin-top: 0;
}

.blog__arguments {
  margin-left: 2.25rem;
}
.blog__arguments button {
  font-weight: 900;
}

.sharing img {
  max-width: 34px;
  margin: 0 !important;
}
.sharing li:not(:last-child) {
  margin-right: 10px;
}

.blog-post__tags .label:first-child {
  margin-left: 0;
}

.blog-pagination__link {
  color: #D2D2D2;
}
.blog-pagination__link.blog-pagination__link--active {
  font-weight: 700;
  color: #e30613;
}

.blog__post, .item__inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
  border-radius: 0rem;
  overflow: hidden;
  width: 100%;
}
.blog__post a:hover, .item__inside a:hover {
  text-decoration: none;
}
.blog__post.small-post:not(:last-child), .item__inside.small-post:not(:last-child) {
  margin-bottom: 1.5rem;
}
.blog__post img, .item__inside img {
  margin: 0 !important;
}
.blog__post .image, .item__inside .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
}
.blog__post .image img, .item__inside .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: scale(1.15);
  margin: auto !important;
  transition: all 0.3s ease-in-out;
}
.blog__post:hover .image img, .item__inside:hover .image img {
  transform: scale(1.25);
  transition: all 0.9s ease-in-out;
}
.blog__post .caption, .item__inside .caption {
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1 0 auto;
}
.blog__post .caption > a, .item__inside .caption > a {
  display: block;
  flex: 1 0 auto;
}
.blog__post .caption .post-title, .item__inside .caption .post-title {
  color: #000000;
}
.blog__post .caption .post-title:before, .item__inside .caption .post-title:before {
  display: none;
}
.blog__post .post-card-footer, .item__inside .post-card-footer {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog__post.last-main .caption, .item__inside.last-main .caption {
  padding: 2.25rem 2.25rem;
}

.aside-bg {
  background-color: #f9f9f9;
}

.blog__content a {
  display: inline;
  line-height: inherit;
}

.cta_button > span {
  display: inline-block;
}

.blog-pagination-list {
  text-align: center;
  margin: 3rem;
  font-size: 1.25rem;
}
.blog-pagination-list a {
  margin: 0 0.5rem;
}

.page-load-status {
  display: none;
  /* hidden by default */
}

#infscr-loading {
  display: none !important;
}

.loader-ellips {
  display: none;
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #e30613;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.blog__post_featured {
  border-radius: 0rem;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.sharing ul {
  list-style: none;
}
.sharing ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.sharing ul li:before {
  display: none;
}
.sharing svg {
  fill: #000000;
  width: 25px;
  height: 25px;
  transition: fill 0.1s ease-out;
}
.sharing a:hover svg {
  fill: #e30613;
  transition: fill 0.1s ease-out;
}

.author-image {
  width: 200px;
  border-radius: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
}
.author-image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div[data-hs-responsive-table=true] {
  overflow-x: hidden !important;
}
div[data-hs-responsive-table=true] > table {
  height: auto !important;
}
div[data-hs-responsive-table=true] > table > tbody tr {
  height: auto !important;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: block;
}

table {
  border: 0 !important;
}

td {
  padding: 0.5rem !important;
}

@media only screen and (max-width : 600px) {
  td {
    width: 100% !important;
    display: block !important;
    height: auto !important;
  }
  td img {
    width: 100% !important;
  }
}
@media only screen and (min-width : 993px) {
  .blog__header .wrap-image {
    padding-right: 0;
  }
}
@media only screen and (min-width : 601px) {
  .sidebar {
    padding-right: 0 !important;
  }
}
/*========================================================================== */
/* #13. Generici
/*========================================================================== */
html {
  box-sizing: border-box;
}

body {
  background-color: #fefefe;
}
body.nav-open {
  overflow: hidden;
}

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}

::-moz-selection {
  background: #000;
  /* Gecko Browsers */
  color: #ffffff;
}

figure {
  margin: 0;
}

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

img[data-load=lazy], img.low {
  -webkit-filter: blur(1rem);
  -moz-filter: blur(1rem);
  -ms-filter: blur(1rem);
  -o-filter: blur(1rem);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="50");
  filter: blur(1rem);
  transition: all 0.2s;
}
img[data-load=lazy].loaded, img.low.loaded {
  filter: inherit;
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
  transition: all 0.2s;
}

div.low, img.low {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.dnd-module h1 {
  margin-top: 0;
}

.bg-white {
  background-color: #ffffff;
}

.relatori .equalflex {
  justify-content: center;
}
.relatori .relatori-wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.relatori .relatori-wrap .item {
  text-align: center;
}
.relatori .relatori-wrap .item p {
  margin-bottom: 0;
}
.relatori .relatori-wrap .item .image__wrap {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-bottom: 1.5rem;
}
.relatori .relatori-wrap .item .image__wrap img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
.relatori.display-columns .equalflex {
  justify-content: inherit;
}
.relatori.display-columns .item {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.relatori.display-columns .item .image__wrap {
  flex: none;
  flex-basis: 100px;
  width: 100px;
  height: 100px;
}
.relatori.display-columns .item div:last-child {
  margin-left: 1rem;
}

@media only screen and (max-width : 1280px) {
  .relatori.display-columns .item .image__wrap {
    flex-basis: 80px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width : 992px) {
  .relatori.display-columns .item .image__wrap {
    flex: none;
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width : 600px) {
  .relatori-wrap .item .image__wrap {
    width: 100px;
    height: 100px;
  }

  .relatori.display-columns .item .image__wrap {
    flex: none;
    flex-basis: 100px;
    width: 100px;
    height: 100px;
  }
}
.card {
  border: none;
}
.card .card-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card .image__wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
.card img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: scale(1.15);
  margin: auto !important;
}
.card .card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1 0 auto;
}

/* Override */
.radius-border {
  border-radius: 0rem;
  overflow: hidden;
  width: 100%;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
  font-style: italic;
}

.accordions .item svg {
  fill: #e30613;
}

body:not(.absolute-header) .wrapper-content {
  margin-top: 0;
}
body:not(.absolute-header) header.headermain.sticky {
  position: relative;
}
body:not(.absolute-header) header.headermain.sticky.appear .shadow-box {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
body:not(.absolute-header) .shadow-box {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  -o-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
}

body.absolute-header header.headermain.sticky {
  position: absolute;
}
body.absolute-header header.headermain.sticky .shadow-box {
  padding: 0;
}
body.absolute-header header.headermain.sticky.appear .shadow-box {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
  -o-transition: top 1s ease, box-shadow 0.3s 0.4s ease, background 0.3s 0.5s ease;
}

.case-history .covering {
  position: relative;
}
.case-history .title-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-main .covering, .case-history .covering {
  z-index: 1;
  position: relative;
}
.hero-main .covering:before, .case-history .covering:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (min-width: 1680px) {
  header.headermain.sticky .container, .hero-main .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (max-width : 992px) {
  .list-anchors {
    float: none;
    text-align: left;
  }
  .list-anchors li {
    text-align: left;
    width: 100%;
    padding: 0.375rem 0 !important;
  }
}
.form-newsletter {
  background: #ffffff;
  border: 5px solid #e30613;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.form-newsletter .form-wrap {
  background-color: rgba(227, 6, 19, 0.1);
}
.form-newsletter .form-wrap > div {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.module__column_image_text .image__cover {
  padding-bottom: 56%;
}
.module__column_image_text .image-tag {
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width : 992px) {
  .module__column_image_text .img-cover-wrap {
    min-height: inherit !important;
  }
}
header .logo {
  max-height: 60px;
}

.logo {
  max-width: 300px;
}