@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Semibold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

  .cta-arrow-icon {
    fill: var(--Highlight-Red, #FA0000);
    width: 0.6rem;
    height: 0.6rem;
  }

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
****************************************************************************** */
*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
****************************************************************************** */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */
html {
  line-height: 1.15; /* Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}
/* Sections
========================================================================== */
body {
  margin: 0;/*** Remove the margin in all browsers.***/
}
main {
  display: block;/*** Render the `main` element consistently in IE. ***/
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/*** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. ***/

/* Grouping content
========================================================================== */
hr {
  box-sizing: content-box; /* Add the correct box sizing in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox. */
  overflow: visible; /* Show the overflow in Edge and IE. */
}
/* Text-level semantics
========================================================================== */
a {
  background-color: transparent;/*** Remove the gray background on active links in IE 10. ***/
}
b,
strong {
  font-weight: bolder;/*** Add the correct font weight in Chrome, Edge, and Safari. ***/
}
/* Embedded content
========================================================================== */
img {
  border-style: none;/*** Remove the border on images inside links in IE 10. ***/
}
/* Forms
========================================================================== */
button,input,optgroup,select,textarea {
  font-family: inherit; /* Change the font styles in all browsers. */
  font-size: 100%; /* Change the font styles in all browsers. */
  line-height: 1.15; /* Change the font styles in all browsers. */
  margin: 0; /* Remove the margin in Firefox and Safari. */
}
button,input { /* Show the overflow in Edge. */
  overflow: visible; /* Show the overflow in IE. */
}
button,select { /* Remove the inheritance of text transform in Firefox. */
  text-transform: none; /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
}
/*** Correct the inability to style clickable types in iOS and Safari. ***/
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
/*** Remove the inner border and padding in Firefox. ***/
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
/*** Restore the focus styles unset by the previous rule. ***/
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
[type=checkbox],[type=radio]{
  box-sizing: border-box; /* Add the correct box sizing in IE 10. */
  padding: 0; /* Remove the padding in IE 10. */
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height: auto;/*** Correct the cursor style of increment and decrement buttons in Chrome. ***/
}
[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari. */
  outline-offset: -2px; /* Correct the outline style in Safari. */
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none; /*** Remove the inner padding in Chrome and Safari on macOS. ***/
}
::-webkit-file-upload-button{
  -webkit-appearance:button; /* Correct the inability to style clickable types in iOS and Safari. */
  font: inherit; /* Change font properties to `inherit` in Safari. */
}
/* Interactive
========================================================================== */
details {
  display: block; /*** Add the correct display in Edge, IE 10+, and Firefox. ***/
}
summary {
  display: list-item; /*** Add the correct display in all browsers. ***/
}

/* Misc
========================================================================== */
template {
  display: none; /*** Add the correct display in IE 10+. ***/
}
[hidden] {
  display: none; /*** Add the correct display in IE 10. ***/
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
****************************************************************************** */
dnd-section{
    padding:80px 20px;
}
.banner-area .dnd-section{
    padding:0;
}
.dnd-section>.row-fluid,.page-center{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:35.156px;
    padding-right:35.156px;
}
.dnd-section .widget-type-cell{
    padding-left:0;
    padding-right:0;
}
@media (min-width:500px){
    .dnd-section>.row-fluid,.page-center{
        padding-left:54.932px;
        padding-right:54.932px;
    }
}
@media (min-width:1400px){
    .dnd-section>.row-fluid,.page-center{
        padding-left:18px;
        padding-right:18px;
    }
}
@media (max-width:767px){
    .dnd-section .widget-type-cell{
        padding-left:0;
        padding-right:0;
    }
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
****************************************************************************** */

html {
  font-size: 24px;
  font-size: 18px;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: #202221;
  line-height: 1.6;
  background-color: #fff;
}

p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

/* Anchor Links */
a {
  color: #FA0000;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  color: #202221;
  word-break: break-word;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.65rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.17rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .8125rem;
}
b,strong{
  font-weight:bolder;
  font-family: 'Poppins', sans-serif;
}
code{
    vertical-align:bottom
}
ul{
    margin-top:0;
    margin-bottom:1rem
}
ul ul{
    margin-bottom:0
}
hr{
    margin-top:1rem;
    margin-bottom:1rem;
    border:0;
    border-top:1px solid rgba(33,47,54,.1);
    box-sizing:content-box;
    overflow:visible
}
:focus{
    outline:auto
}
img{
    max-width:100%;
    vertical-align:middle;
    height:auto
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
@media (max-width:992px){
    html{
        font-size:16px
    }
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
****************************************************************************** */
form{
    max-width:100%;
    font-family:Arial, Helvetica, sans-serif;
}
.hs-button{
    cursor:pointer;
    position:relative;
    background-color:#494a52;
    border-color:#494a52;
    color:#fff;
    text-decoration:none;
    font-family:helvetica;
    -webkit-appearance:none;
    -moz-appearance:none;
    margin:18px 0;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    line-height:12px;
    position:relative;
    text-align:center;
    border-style:solid;
    font-size:12px;
}
.hs-button:focus,.hs-button:hover{
    background-color:#21222a;
    border-color:#21222a;
    color:#fff;
    text-decoration:none;
}
.hs-button:active{
    background-color:#71727a;
    border-color:#71727a;
}
.hs-form label{
    font-size:1rem;
    display:block;
    float:none;
    width:auto;
    font-weight:500;
    text-align:left;
    line-height:1.25rem;
    padding-top:0;
    margin-bottom:4px;
}
.hs-input{
    color:#33475b;
    box-sizing:border-box;
    padding:0 15px;
    min-height:40px;
    width:100%;
    max-width:100%;
    display:inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    border-width:1px;
    border-style:solid;
    color:#33475b;
}
.hs-input[type=checkbox],.hs-input[type=radio]{
    cursor:pointer;
    width:auto;
    height:auto;
    padding:0;
    margin:3px 5px 3px 0;
    line-height:normal;
    border:0;
    min-height:auto;
}
.hs-input[type=file]{
    background-color:#fff;
    padding:initial;
    border:initial;
    line-height:initial;
    box-shadow:none;
}
.hs-input:-moz-placeholder{
    color:#bfbfbf;
}
.hs-input::-webkit-input-placeholder{
    color:#bfbfbf;
}
.hs-input input{
    transition:border .2s linear;
}
.hs-input:focus{
    outline:0;
    border-color:rgba(82,168,236,.8);
}
select[multiple].hs-input{
    height:inherit;
}
ul.no-list{
    list-style:none;
}
.field{
    margin-bottom:18px;
}
.hs-button,.hs-form-field input[type=date],.hs-form-field input[type=email],.hs-form-field input[type=number],.hs-form-field input[type=phone],.hs-form-field input[type=tel],.hs-form-field input[type=text]{
    -webkit-appearance:none;
    -moz-appearance:none;
}
.hs-default-font-element,.hs-main-font-element{
    font-family: 'Poppins', sans-serif;
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
****************************************************************************** */
.hs-menu-wrapper ul{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
}
.hs-menu-item a{
    display:block;
    padding:.5rem 1rem;
    color:rgba(0,0,0,.5);
    text-decoration:none;
}
.hs-menu-item a:focus,.hs-menu-item a:hover{
    text-decoration:none;
    color:rgba(0,0,0,.7);
}
.hs-menu-item.active a{
    color:rgba(0,0,0,.9);
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
****************************************************************************** */
table{
    border-collapse:collapse;
}
th{
    text-align:inherit;
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
modules look throughout your site.
****************************************************************************** */
.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.no-gutters{
    margin-right:0;
    margin-left:0;
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0;
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px;
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.col-auto{
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%;
}
.col-1{
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%;
}
.col-2{
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%;
}
.col-3{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
}
.col-4{
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%;
}
.col-5{
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%;
}
.col-6{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
}
.col-7{
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%;
}
.col-8{
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%;
}
.col-9{
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
}
.col-10{
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%;
}
.col-11{
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%;
}
.col-12{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
}
@media (min-width:576px){
    .col-sm{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }
    .col-sm-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }
    .col-sm-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%;
    }
    .col-sm-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%;
    }
    .col-sm-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%;
    }
    .col-sm-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%;
    }
    .col-sm-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%;
    }
    .col-sm-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
    }
    .col-sm-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%;
    }
    .col-sm-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%;
    }
    .col-sm-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%;
    }
    .col-sm-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%;
    }
    .col-sm-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%;
    }
    .col-sm-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}
@media (min-width:768px){
    .col-md{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }
    .col-md-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }
    .col-md-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%;
    }
    .col-md-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%;
    }
    .col-md-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%;
    }
    .col-md-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%;
    }
    .col-md-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%;
    }
    .col-md-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
    }
    .col-md-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%;
    }
    .col-md-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%;
    }
    .col-md-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%;
    }
    .col-md-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%;
    }
    .col-md-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%;
    }
    .col-md-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}
@media (min-width:992px){
    .col-lg{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }
    .col-lg-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }
    .col-lg-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%;
    }
    .col-lg-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%;
    }
    .col-lg-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%;
    }
    .col-lg-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%;
    }
    .col-lg-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%;
    }
    .col-lg-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
    }
    .col-lg-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%;
    }
    .col-lg-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%;
    }
    .col-lg-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%;
    }
    .col-lg-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%;
    }
    .col-lg-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%;
    }
    .col-lg-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}
.flex-row{
    -ms-flex-direction:row!important;
    flex-direction:row!important;
}
.flex-column{
    -ms-flex-direction:column!important;
    flex-direction:column!important;
}
.flex-wrap{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
}
.flex-fill{
    -ms-flex:1 1 auto!important;
    flex:1 1 auto!important;
}
.flex-grow-0{
    -ms-flex-positive:0!important;
    flex-grow:0!important;
}
.flex-grow-1{
    -ms-flex-positive:1!important;
    flex-grow:1!important;
}
.justify-content-start{
    -ms-flex-pack:start!important;
    justify-content:flex-start!important;
}
.justify-content-end{
    -ms-flex-pack:end!important;
    justify-content:flex-end!important;
}
.justify-content-center{
    -ms-flex-pack:center!important;
    justify-content:center!important;
}
.justify-content-between{
    -ms-flex-pack:justify!important;
    justify-content:space-between!important;
}
.align-items-start{
    -ms-flex-align:start!important;
    align-items:flex-start!important;
}
.align-items-end{
    -ms-flex-align:end!important;
    align-items:flex-end!important;
}
.align-items-center{
    -ms-flex-align:center!important;
    align-items:center!important;
}
.align-content-start{
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important;
}
.align-content-end{
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important;
}
.align-content-center{
    -ms-flex-line-pack:center!important;
    align-content:center!important;
}
.align-content-between{
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important;
}
.align-self-auto{
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important;
}
.align-self-start{
    -ms-flex-item-align:start!important;
    align-self:flex-start!important;
}
.align-self-end{
    -ms-flex-item-align:end!important;
    align-self:flex-end!important;
}
.align-self-center{
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important;
}
@media (min-width:576px){
    .flex-sm-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important;
    }
    .flex-sm-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important;
    }
    .flex-sm-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important;
    }
    .flex-sm-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important;
    }
    .flex-sm-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important;
    }
    .flex-sm-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important;
    }
    .justify-content-sm-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important;
    }
    .justify-content-sm-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important;
    }
    .justify-content-sm-center{
        -ms-flex-pack:center!important;
        justify-content:center!important;
    }
    .justify-content-sm-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important;
    }
    .align-items-sm-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important;
    }
    .align-items-sm-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important;
    }
    .align-items-sm-center{
        -ms-flex-align:center!important;
        align-items:center!important;
    }
    .align-content-sm-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important;
    }
    .align-content-sm-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important;
    }
    .align-content-sm-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important;
    }
    .align-content-sm-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important;
    }
    .align-self-sm-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important;
    }
    .align-self-sm-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important;
    }
    .align-self-sm-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important;
    }
    .align-self-sm-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important;
    }
}
@media (min-width:768px){
    .flex-md-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important;
    }
    .flex-md-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important;
    }
    .flex-md-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important;
    }
    .flex-md-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important;
    }
    .flex-md-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important;
    }
    .flex-md-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important;
    }
    .justify-content-md-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important;
    }
    .justify-content-md-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important;
    }
    .justify-content-md-center{
        -ms-flex-pack:center!important;
        justify-content:center!important;
    }
    .justify-content-md-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important;
    }
    .align-items-md-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important;
    }
    .align-items-md-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important;
    }
    .align-items-md-center{
        -ms-flex-align:center!important;
        align-items:center!important;
    }
    .align-content-md-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important;
    }
    .align-content-md-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important;
    }
    .align-content-md-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important;
    }
    .align-content-md-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important;
    }
    .align-self-md-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important;
    }
    .align-self-md-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important;
    }
    .align-self-md-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important;
    }
    .align-self-md-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important;
    }
}
@media (min-width:992px){
    .flex-lg-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important;
    }
    .flex-lg-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important;
    }
    .flex-lg-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important;
    }
    .flex-lg-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important;
    }
    .flex-lg-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important;
    }
    .flex-lg-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important;
    }
    .justify-content-lg-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important;
    }
    .justify-content-lg-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important;
    }
    .justify-content-lg-center{
        -ms-flex-pack:center!important;
        justify-content:center!important;
    }
    .justify-content-lg-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important;
    }
    .align-items-lg-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important;
    }
    .align-items-lg-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important;
    }
    .align-items-lg-center{
        -ms-flex-align:center!important;
        align-items:center!important;
    }
    .align-content-lg-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important;
    }
    .align-content-lg-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important;
    }
    .align-content-lg-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important;
    }
    .align-content-lg-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important;
    }
    .align-self-lg-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important;
    }
    .align-self-lg-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important;
    }
    .align-self-lg-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important;
    }
    .align-self-lg-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important;
    }
}
.float-left{
    float:left!important;
}
.float-right{
    float:right!important;
}
.float-none{
    float:none!important;
}
@media (min-width:576px){
    .float-sm-left{
        float:left!important;
    }
    .float-sm-right{
        float:right!important;
    }
    .float-sm-none{
        float:none!important;
    }
}
@media (min-width:768px){
    .float-md-left{
        float:left!important;
    }
    .float-md-right{
        float:right!important;
    }
    .float-md-none{
        float:none!important;
    }
}
@media (min-width:992px){
    .float-lg-left{
        float:left!important;
    }
    .float-lg-right{
        float:right!important;
    }
    .float-lg-none{
        float:none!important;
    }
}
.overflow-auto{
    overflow:auto!important;
}
.overflow-hidden{
    overflow:hidden!important;
}
.position-static{
    position:static!important;
}
.position-relative{
    position:relative!important;
}
.position-absolute{
    position:absolute!important;
}
.position-fixed{
    position:fixed!important;
}
.position-sticky{
    position:-webkit-sticky!important;
    position:sticky!important;
}
.fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030;
}
.fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)){
    .sticky-top{
        position:-webkit-sticky;
        position:sticky;
        top:0;
        z-index:1020
    }
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
.shadow-sm{
    box-shadow:0 .125rem .25rem rgba(33,47,54,.075)!important;
}
.shadow{
    box-shadow:0 .5rem 1rem rgba(33,47,54,.15)!important;
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(33,47,54,.175)!important;
}
.shadow-none{
    box-shadow:none!important;
}
.w-25{
    width:25%!important;
}
.w-50{
    width:50%!important;
}
.w-75{
    width:75%!important;
}
.w-100{
    width:100%!important;
}
.w-auto{
    width:auto!important;
}
.h-25{
    height:25%!important;
}
.h-50{
    height:50%!important;
}
.h-75{
    height:75%!important;
}
.h-100{
    height:100%!important;
}
.h-auto{
    height:auto!important;
}
.min-vw-100{
    min-width:100vw!important;
}
.vw-100{
    width:100vw!important;
}
.m-0{
    margin:0!important;
}
.mt-0,.my-0{
    margin-top:0!important;
}
.mr-0,.mx-0{
    margin-right:0!important;
}
.mb-0,.my-0{
    margin-bottom:0!important;
}
.ml-0,.mx-0{
    margin-left:0!important;
}
.m-1{
    margin:.4rem!important;
}
.mt-1,.my-1{
    margin-top:.4rem!important;
}
.mr-1,.mx-1{
    margin-right:.4rem!important;
}
.mb-1,.my-1{
    margin-bottom:.4rem!important;
}
.ml-1,.mx-1{
    margin-left:.4rem!important;
}
.m-2{
    margin:.8rem!important;
}
.mt-2,.my-2{
    margin-top:.8rem!important;
}
.mr-2,.mx-2{
    margin-right:.8rem!important;
}
.mb-2,.my-2{
    margin-bottom:.8rem!important;
}
.ml-2,.mx-2{
    margin-left:.8rem!important;
}
.m-3{
    margin:1rem!important;
}
.mt-3,.my-3{
    margin-top:1rem!important;
}
.mr-3,.mx-3{
    margin-right:1rem!important;
}
.mb-3,.my-3{
    margin-bottom:1rem!important;
}
.ml-3,.mx-3{
    margin-left:1rem!important;
}
.m-4{
    margin:1.25rem!important;
}
.mt-4,.my-4{
    margin-top:1.25rem!important;
}
.mr-4,.mx-4{
    margin-right:1.25rem!important;
}
.mb-4,.my-4{
    margin-bottom:1.25rem!important;
}
.ml-4,.mx-4{
    margin-left:1.25rem!important;
}
.m-5{
    margin:1.563rem!important;
}
.mt-5,.my-5{
    margin-top:1.563rem!important;
}
.mr-5,.mx-5{
    margin-right:1.563rem!important;
}
.mb-5,.my-5{
    margin-bottom:1.563rem!important;
}
.ml-5,.mx-5{
    margin-left:1.563rem!important;
}
.m-6{
    margin:1.953rem!important;
}
.mt-6,.my-6{
    margin-top:1.953rem!important;
}
.mr-6,.mx-6{
    margin-right:1.953rem!important;
}
.mb-6,.my-6{
    margin-bottom:1.953rem!important;
}
.ml-6,.mx-6{
    margin-left:1.953rem!important;
}
.m-7{
    margin:2.441rem!important;
}
.mt-7,.my-7{
    margin-top:2.441rem!important;
}
.mr-7,.mx-7{
    margin-right:2.441rem!important;
}
.mb-7,.my-7{
    margin-bottom:2.441rem!important;
}
.ml-7,.mx-7{
    margin-left:2.441rem!important;
}
.m-8{
    margin:3.052rem!important;
}
.mt-8,.my-8{
    margin-top:3.052rem!important;
}
.mr-8,.mx-8{
    margin-right:3.052rem!important;
}
.mb-8,.my-8{
    margin-bottom:3.052rem!important;
}
.ml-8,.mx-8{
    margin-left:3.052rem!important;
}
.m-9{
    margin:3.815rem!important;
}
.mt-9,.my-9{
    margin-top:3.815rem!important;
}
.mr-9,.mx-9{
    margin-right:3.815rem!important;
}
.mb-9,.my-9{
    margin-bottom:3.815rem!important;
}
.ml-9,.mx-9{
    margin-left:3.815rem!important;
}
.m-10{
    margin:4.768rem!important;
}
.mt-10,.my-10{
    margin-top:4.768rem!important;
}
.mr-10,.mx-10{
    margin-right:4.768rem!important;
}
.mb-10,.my-10{
    margin-bottom:4.768rem!important;
}
.ml-10,.mx-10{
    margin-left:4.768rem!important;
}
.m-11{
    margin:5.96rem!important;
}
.mt-11,.my-11{
    margin-top:5.96rem!important;
}
.mr-11,.mx-11{
    margin-right:5.96rem!important;
}
.mb-11,.my-11{
    margin-bottom:5.96rem!important;
}
.ml-11,.mx-11{
    margin-left:5.96rem!important;
}
.p-0{
    padding:0!important;
}
.pt-0,.py-0{
    padding-top:0!important;
}
.pr-0,.px-0{
    padding-right:0!important;
}
.pb-0,.py-0{
    padding-bottom:0!important;
}
.pl-0,.px-0{
    padding-left:0!important;
}
.p-1{
    padding:.4rem!important;
}
.pt-1,.py-1{
    padding-top:.4rem!important;
}
.pr-1,.px-1{
    padding-right:.4rem!important;
}
.pb-1,.py-1{
    padding-bottom:.4rem!important;
}
.pl-1,.px-1{
    padding-left:.4rem!important;
}
.p-2{
    padding:.8rem!important;
}
.pt-2,.py-2{
    padding-top:.8rem!important;
}
.pr-2,.px-2{
    padding-right:.8rem!important;
}
.pb-2,.py-2{
    padding-bottom:.8rem!important;
}
.pl-2,.px-2{
    padding-left:.8rem!important;
}
.p-3{
    padding:1rem!important;
}
.pt-3,.py-3{
    padding-top:1rem!important;
}
.pr-3,.px-3{
    padding-right:1rem!important;
}
.pb-3,.py-3{
    padding-bottom:1rem!important;
}
.pl-3,.px-3{
    padding-left:1rem!important;
}
.p-4{
    padding:1.25rem!important;
}
.pt-4,.py-4{
    padding-top:1.25rem!important;
}
.pr-4,.px-4{
    padding-right:1.25rem!important;
}
.pb-4,.py-4{
    padding-bottom:1.25rem!important;
}
.pl-4,.px-4{
    padding-left:1.25rem!important;
}
.p-5{
    padding:1.563rem!important;
}
.pt-5,.py-5{
    padding-top:1.563rem!important;
}
.pr-5,.px-5{
    padding-right:1.563rem!important;
}
.pb-5,.py-5{
    padding-bottom:1.563rem!important;
}
.pl-5,.px-5{
    padding-left:1.563rem!important;
}
.p-6{
    padding:1.953rem!important;
}
.pt-6,.py-6{
    padding-top:1.953rem!important;
}
.pr-6,.px-6{
    padding-right:1.953rem!important;
}
.pb-6,.py-6{
    padding-bottom:1.953rem!important;
}
.pl-6,.px-6{
    padding-left:1.953rem!important;
}
.p-7{
    padding:2.441rem!important;
}
.pt-7,.py-7{
    padding-top:2.441rem!important;
}
.pr-7,.px-7{
    padding-right:2.441rem!important;
}
.pb-7,.py-7{
    padding-bottom:2.441rem!important;
}
.pl-7,.px-7{
    padding-left:2.441rem!important;
}
.p-8{
    padding:3.052rem!important;
}
.pt-8,.py-8{
    padding-top:3.052rem!important;
}
.pr-8,.px-8{
    padding-right:3.052rem!important;
}
.pb-8,.py-8{
    padding-bottom:3.052rem!important;
}
.pl-8,.px-8{
    padding-left:3.052rem!important;
}
.p-9{
    padding:3.815rem!important;
}
.pt-9,.py-9{
    padding-top:3.815rem!important;
}
.pr-9,.px-9{
    padding-right:3.815rem!important;
}
.pb-9,.py-9{
    padding-bottom:3.815rem!important;
}
.pl-9,.px-9{
    padding-left:3.815rem!important;
}
.p-10{
    padding:4.768rem!important;
}
.pt-10,.py-10{
    padding-top:4.768rem!important;
}
.pr-10,.px-10{
    padding-right:4.768rem!important;
}
.pb-10,.py-10{
    padding-bottom:4.768rem!important;
}
.pl-10,.px-10{
    padding-left:4.768rem!important;
}
.p-11{
    padding:5.96rem!important;
}
.pt-11,.py-11{
    padding-top:5.96rem!important;
}
.pr-11,.px-11{
    padding-right:5.96rem!important;
}
.pb-11,.py-11{
    padding-bottom:5.96rem!important;
}
.pl-11,.px-11{
    padding-left:5.96rem!important;
}
.m-n1{
    margin:-.4rem!important;
}
.mt-n1,.my-n1{
    margin-top:-.4rem!important;
}
.mr-n1,.mx-n1{
    margin-right:-.4rem!important;
}
.mb-n1,.my-n1{
    margin-bottom:-.4rem!important;
}
.ml-n1,.mx-n1{
    margin-left:-.4rem!important;
}
.m-n2{
    margin:-.8rem!important;
}
.mt-n2,.my-n2{
    margin-top:-.8rem!important;
}
.mr-n2,.mx-n2{
    margin-right:-.8rem!important;
}
.mb-n2,.my-n2{
    margin-bottom:-.8rem!important;
}
.ml-n2,.mx-n2{
    margin-left:-.8rem!important;
}
.m-n3{
    margin:-1rem!important;
}
.mt-n3,.my-n3{
    margin-top:-1rem!important;
}
.mr-n3,.mx-n3{
    margin-right:-1rem!important;
}
.mb-n3,.my-n3{
    margin-bottom:-1rem!important;
}
.ml-n3,.mx-n3{
    margin-left:-1rem!important;
}
.m-n4{
    margin:-1.25rem!important;
}
.mt-n4,.my-n4{
    margin-top:-1.25rem!important;
}
.mr-n4,.mx-n4{
    margin-right:-1.25rem!important;
}
.mb-n4,.my-n4{
    margin-bottom:-1.25rem!important;
}
.ml-n4,.mx-n4{
    margin-left:-1.25rem!important;
}
.m-n5{
    margin:-1.563rem!important;
}
.mt-n5,.my-n5{
    margin-top:-1.563rem!important;
}
.mr-n5,.mx-n5{
    margin-right:-1.563rem!important;
}
.mb-n5,.my-n5{
    margin-bottom:-1.563rem!important;
}
.ml-n5,.mx-n5{
    margin-left:-1.563rem!important;
}
.m-n6{
    margin:-1.953rem!important;
}
.mt-n6,.my-n6{
    margin-top:-1.953rem!important;
}
.mr-n6,.mx-n6{
    margin-right:-1.953rem!important;
}
.mb-n6,.my-n6{
    margin-bottom:-1.953rem!important;
}
.ml-n6,.mx-n6{
    margin-left:-1.953rem!important;
}
.m-n7{
    margin:-2.441rem!important;
}
.mt-n7,.my-n7{
    margin-top:-2.441rem!important;
}
.mr-n7,.mx-n7{
    margin-right:-2.441rem!important;
}
.mb-n7,.my-n7{
    margin-bottom:-2.441rem!important;
}
.ml-n7,.mx-n7{
    margin-left:-2.441rem!important;
}
.m-n8{
    margin:-3.052rem!important;
}
.mt-n8,.my-n8{
    margin-top:-3.052rem!important;
}
.mr-n8,.mx-n8{
    margin-right:-3.052rem!important;
}
.mb-n8,.my-n8{
    margin-bottom:-3.052rem!important;
}
.ml-n8,.mx-n8{
    margin-left:-3.052rem!important;
}
.m-n9{
    margin:-3.815rem!important;
}
.mt-n9,.my-n9{
    margin-top:-3.815rem!important;
}
.mr-n9,.mx-n9{
    margin-right:-3.815rem!important;
}
.mb-n9,.my-n9{
    margin-bottom:-3.815rem!important;
}
.ml-n9,.mx-n9{
    margin-left:-3.815rem!important;
}
.m-n10{
    margin:-4.768rem!important;
}
.mt-n10,.my-n10{
    margin-top:-4.768rem!important;
}
.mr-n10,.mx-n10{
    margin-right:-4.768rem!important;
}
.mb-n10,.my-n10{
    margin-bottom:-4.768rem!important;
}
.ml-n10,.mx-n10{
    margin-left:-4.768rem!important;
}
.m-n11{
    margin:-5.96rem!important;
}
.mt-n11,.my-n11{
    margin-top:-5.96rem!important;
}
.mr-n11,.mx-n11{
    margin-right:-5.96rem!important;
}
.mb-n11,.my-n11{
    margin-bottom:-5.96rem!important;
}
.ml-n11,.mx-n11{
    margin-left:-5.96rem!important;
}
.m-auto{
    margin:auto!important;
}
.mt-auto,.my-auto{
    margin-top:auto!important;
}
.mr-auto,.mx-auto{
    margin-right:auto!important;
}
.mb-auto,.my-auto{
    margin-bottom:auto!important;
}
.ml-auto,.mx-auto{
    margin-left:auto!important;
}
@media (min-width:576px){
    .m-sm-0{
        margin:0!important;
    }
    .mt-sm-0,.my-sm-0{
        margin-top:0!important;
    }
    .mr-sm-0,.mx-sm-0{
        margin-right:0!important;
    }
    .mb-sm-0,.my-sm-0{
        margin-bottom:0!important;
    }
    .ml-sm-0,.mx-sm-0{
        margin-left:0!important;
    }
    .m-sm-1{
        margin:.4rem!important;
    }
    .mt-sm-1,.my-sm-1{
        margin-top:.4rem!important;
    }
    .mr-sm-1,.mx-sm-1{
        margin-right:.4rem!important;
    }
    .mb-sm-1,.my-sm-1{
        margin-bottom:.4rem!important;
    }
    .ml-sm-1,.mx-sm-1{
        margin-left:.4rem!important;
    }
    .m-sm-2{
        margin:.8rem!important;
    }
    .mt-sm-2,.my-sm-2{
        margin-top:.8rem!important;
    }
    .mr-sm-2,.mx-sm-2{
        margin-right:.8rem!important;
    }
    .mb-sm-2,.my-sm-2{
        margin-bottom:.8rem!important;
    }
    .ml-sm-2,.mx-sm-2{
        margin-left:.8rem!important;
    }
    .m-sm-3{
        margin:1rem!important;
    }
    .mt-sm-3,.my-sm-3{
        margin-top:1rem!important;
    }
    .mr-sm-3,.mx-sm-3{
        margin-right:1rem!important;
    }
    .mb-sm-3,.my-sm-3{
        margin-bottom:1rem!important;
    }
    .ml-sm-3,.mx-sm-3{
        margin-left:1rem!important;
    }
    .m-sm-4{
        margin:1.25rem!important;
    }
    .mt-sm-4,.my-sm-4{
        margin-top:1.25rem!important;
    }
    .mr-sm-4,.mx-sm-4{
        margin-right:1.25rem!important;
    }
    .mb-sm-4,.my-sm-4{
        margin-bottom:1.25rem!important;
    }
    .ml-sm-4,.mx-sm-4{
        margin-left:1.25rem!important;
    }
    .m-sm-5{
        margin:1.563rem!important;
    }
    .mt-sm-5,.my-sm-5{
        margin-top:1.563rem!important;
    }
    .mr-sm-5,.mx-sm-5{
        margin-right:1.563rem!important;
    }
    .mb-sm-5,.my-sm-5{
        margin-bottom:1.563rem!important;
    }
    .ml-sm-5,.mx-sm-5{
        margin-left:1.563rem!important;
    }
    .m-sm-6{
        margin:1.953rem!important;
    }
    .mt-sm-6,.my-sm-6{
        margin-top:1.953rem!important;
    }
    .mr-sm-6,.mx-sm-6{
        margin-right:1.953rem!important;
    }
    .mb-sm-6,.my-sm-6{
        margin-bottom:1.953rem!important;
    }
    .ml-sm-6,.mx-sm-6{
        margin-left:1.953rem!important;
    }
    .m-sm-7{
        margin:2.441rem!important;
    }
    .mt-sm-7,.my-sm-7{
        margin-top:2.441rem!important;
    }
    .mr-sm-7,.mx-sm-7{
        margin-right:2.441rem!important;
    }
    .mb-sm-7,.my-sm-7{
        margin-bottom:2.441rem!important;
    }
    .ml-sm-7,.mx-sm-7{
        margin-left:2.441rem!important;
    }
    .m-sm-8{
        margin:3.052rem!important;
    }
    .mt-sm-8,.my-sm-8{
        margin-top:3.052rem!important;
    }
    .mr-sm-8,.mx-sm-8{
        margin-right:3.052rem!important;
    }
    .mb-sm-8,.my-sm-8{
        margin-bottom:3.052rem!important;
    }
    .ml-sm-8,.mx-sm-8{
        margin-left:3.052rem!important;
    }
    .m-sm-9{
        margin:3.815rem!important;
    }
    .mt-sm-9,.my-sm-9{
        margin-top:3.815rem!important;
    }
    .mr-sm-9,.mx-sm-9{
        margin-right:3.815rem!important;
    }
    .mb-sm-9,.my-sm-9{
        margin-bottom:3.815rem!important;
    }
    .ml-sm-9,.mx-sm-9{
        margin-left:3.815rem!important;
    }
    .m-sm-10{
        margin:4.768rem!important;
    }
    .mt-sm-10,.my-sm-10{
        margin-top:4.768rem!important;
    }
    .mr-sm-10,.mx-sm-10{
        margin-right:4.768rem!important;
    }
    .mb-sm-10,.my-sm-10{
        margin-bottom:4.768rem!important;
    }
    .ml-sm-10,.mx-sm-10{
        margin-left:4.768rem!important;
    }
    .m-sm-11{
        margin:5.96rem!important;
    }
    .mt-sm-11,.my-sm-11{
        margin-top:5.96rem!important;
    }
    .mr-sm-11,.mx-sm-11{
        margin-right:5.96rem!important;
    }
    .mb-sm-11,.my-sm-11{
        margin-bottom:5.96rem!important;
    }
    .ml-sm-11,.mx-sm-11{
        margin-left:5.96rem!important;
    }
    .p-sm-0{
        padding:0!important;
    }
    .pt-sm-0,.py-sm-0{
        padding-top:0!important;
    }
    .pr-sm-0,.px-sm-0{
        padding-right:0!important;
    }
    .pb-sm-0,.py-sm-0{
        padding-bottom:0!important;
    }
    .pl-sm-0,.px-sm-0{
        padding-left:0!important;
    }
    .p-sm-1{
        padding:.4rem!important;
    }
    .pt-sm-1,.py-sm-1{
        padding-top:.4rem!important;
    }
    .pr-sm-1,.px-sm-1{
        padding-right:.4rem!important;
    }
    .pb-sm-1,.py-sm-1{
        padding-bottom:.4rem!important;
    }
    .pl-sm-1,.px-sm-1{
        padding-left:.4rem!important;
    }
    .p-sm-2{
        padding:.8rem!important;
    }
    .pt-sm-2,.py-sm-2{
        padding-top:.8rem!important;
    }
    .pr-sm-2,.px-sm-2{
        padding-right:.8rem!important;
    }
    .pb-sm-2,.py-sm-2{
        padding-bottom:.8rem!important;
    }
    .pl-sm-2,.px-sm-2{
        padding-left:.8rem!important;
    }
    .p-sm-3{
        padding:1rem!important;
    }
    .pt-sm-3,.py-sm-3{
        padding-top:1rem!important;
    }
    .pr-sm-3,.px-sm-3{
        padding-right:1rem!important;
    }
    .pb-sm-3,.py-sm-3{
        padding-bottom:1rem!important;
    }
    .pl-sm-3,.px-sm-3{
        padding-left:1rem!important;
    }
    .p-sm-4{
        padding:1.25rem!important;
    }
    .pt-sm-4,.py-sm-4{
        padding-top:1.25rem!important;
    }
    .pr-sm-4,.px-sm-4{
        padding-right:1.25rem!important;
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:1.25rem!important;
    }
    .pl-sm-4,.px-sm-4{
        padding-left:1.25rem!important;
    }
    .p-sm-5{
        padding:1.563rem!important;
    }
    .pt-sm-5,.py-sm-5{
        padding-top:1.563rem!important;
    }
    .pr-sm-5,.px-sm-5{
        padding-right:1.563rem!important;
    }
    .pb-sm-5,.py-sm-5{
        padding-bottom:1.563rem!important;
    }
    .pl-sm-5,.px-sm-5{
        padding-left:1.563rem!important;
    }
    .p-sm-6{
        padding:1.953rem!important;
    }
    .pt-sm-6,.py-sm-6{
        padding-top:1.953rem!important;
    }
    .pr-sm-6,.px-sm-6{
        padding-right:1.953rem!important;
    }
    .pb-sm-6,.py-sm-6{
        padding-bottom:1.953rem!important;
    }
    .pl-sm-6,.px-sm-6{
        padding-left:1.953rem!important;
    }
    .p-sm-7{
        padding:2.441rem!important;
    }
    .pt-sm-7,.py-sm-7{
        padding-top:2.441rem!important;
    }
    .pr-sm-7,.px-sm-7{
        padding-right:2.441rem!important;
    }
    .pb-sm-7,.py-sm-7{
        padding-bottom:2.441rem!important;
    }
    .pl-sm-7,.px-sm-7{
        padding-left:2.441rem!important;
    }
    .p-sm-8{
        padding:3.052rem!important;
    }
    .pt-sm-8,.py-sm-8{
        padding-top:3.052rem!important;
    }
    .pr-sm-8,.px-sm-8{
        padding-right:3.052rem!important;
    }
    .pb-sm-8,.py-sm-8{
        padding-bottom:3.052rem!important;
    }
    .pl-sm-8,.px-sm-8{
        padding-left:3.052rem!important;
    }
    .p-sm-9{
        padding:3.815rem!important;
    }
    .pt-sm-9,.py-sm-9{
        padding-top:3.815rem!important;
    }
    .pr-sm-9,.px-sm-9{
        padding-right:3.815rem!important;
    }
    .pb-sm-9,.py-sm-9{
        padding-bottom:3.815rem!important;
    }
    .pl-sm-9,.px-sm-9{
        padding-left:3.815rem!important;
    }
    .p-sm-10{
        padding:4.768rem!important;
    }
    .pt-sm-10,.py-sm-10{
        padding-top:4.768rem!important;
    }
    .pr-sm-10,.px-sm-10{
        padding-right:4.768rem!important;
    }
    .pb-sm-10,.py-sm-10{
        padding-bottom:4.768rem!important;
    }
    .pl-sm-10,.px-sm-10{
        padding-left:4.768rem!important;
    }
    .p-sm-11{
        padding:5.96rem!important;
    }
    .pt-sm-11,.py-sm-11{
        padding-top:5.96rem!important;
    }
    .pr-sm-11,.px-sm-11{
        padding-right:5.96rem!important;
    }
    .pb-sm-11,.py-sm-11{
        padding-bottom:5.96rem!important;
    }
    .pl-sm-11,.px-sm-11{
        padding-left:5.96rem!important;
    }
    .m-sm-n1{
        margin:-.4rem!important;
    }
    .mt-sm-n1,.my-sm-n1{
        margin-top:-.4rem!important;
    }
    .mr-sm-n1,.mx-sm-n1{
        margin-right:-.4rem!important;
    }
    .mb-sm-n1,.my-sm-n1{
        margin-bottom:-.4rem!important;
    }
    .ml-sm-n1,.mx-sm-n1{
        margin-left:-.4rem!important;
    }
    .m-sm-n2{
        margin:-.8rem!important;
    }
    .mt-sm-n2,.my-sm-n2{
        margin-top:-.8rem!important;
    }
    .mr-sm-n2,.mx-sm-n2{
        margin-right:-.8rem!important;
    }
    .mb-sm-n2,.my-sm-n2{
        margin-bottom:-.8rem!important;
    }
    .ml-sm-n2,.mx-sm-n2{
        margin-left:-.8rem!important;
    }
    .m-sm-n3{
        margin:-1rem!important;
    }
    .mt-sm-n3,.my-sm-n3{
        margin-top:-1rem!important;
    }
    .mr-sm-n3,.mx-sm-n3{
        margin-right:-1rem!important;
    }
    .mb-sm-n3,.my-sm-n3{
        margin-bottom:-1rem!important;
    }
    .ml-sm-n3,.mx-sm-n3{
        margin-left:-1rem!important;
    }
    .m-sm-n4{
        margin:-1.25rem!important;
    }
    .mt-sm-n4,.my-sm-n4{
        margin-top:-1.25rem!important;
    }
    .mr-sm-n4,.mx-sm-n4{
        margin-right:-1.25rem!important;
    }
    .mb-sm-n4,.my-sm-n4{
        margin-bottom:-1.25rem!important;
    }
    .ml-sm-n4,.mx-sm-n4{
        margin-left:-1.25rem!important;
    }
    .m-sm-n5{
        margin:-1.563rem!important;
    }
    .mt-sm-n5,.my-sm-n5{
        margin-top:-1.563rem!important;
    }
    .mr-sm-n5,.mx-sm-n5{
        margin-right:-1.563rem!important;
    }
    .mb-sm-n5,.my-sm-n5{
        margin-bottom:-1.563rem!important;
    }
    .ml-sm-n5,.mx-sm-n5{
        margin-left:-1.563rem!important;
    }
    .m-sm-n6{
        margin:-1.953rem!important;
    }
    .mt-sm-n6,.my-sm-n6{
        margin-top:-1.953rem!important;
    }
    .mr-sm-n6,.mx-sm-n6{
        margin-right:-1.953rem!important;
    }
    .mb-sm-n6,.my-sm-n6{
        margin-bottom:-1.953rem!important;
    }
    .ml-sm-n6,.mx-sm-n6{
        margin-left:-1.953rem!important;
    }
    .m-sm-n7{
        margin:-2.441rem!important;
    }
    .mt-sm-n7,.my-sm-n7{
        margin-top:-2.441rem!important;
    }
    .mr-sm-n7,.mx-sm-n7{
        margin-right:-2.441rem!important;
    }
    .mb-sm-n7,.my-sm-n7{
        margin-bottom:-2.441rem!important;
    }
    .ml-sm-n7,.mx-sm-n7{
        margin-left:-2.441rem!important;
    }
    .m-sm-n8{
        margin:-3.052rem!important;
    }
    .mt-sm-n8,.my-sm-n8{
        margin-top:-3.052rem!important;
    }
    .mr-sm-n8,.mx-sm-n8{
        margin-right:-3.052rem!important;
    }
    .mb-sm-n8,.my-sm-n8{
        margin-bottom:-3.052rem!important;
    }
    .ml-sm-n8,.mx-sm-n8{
        margin-left:-3.052rem!important;
    }
    .m-sm-n9{
        margin:-3.815rem!important;
    }
    .mt-sm-n9,.my-sm-n9{
        margin-top:-3.815rem!important;
    }
    .mr-sm-n9,.mx-sm-n9{
        margin-right:-3.815rem!important;
    }
    .mb-sm-n9,.my-sm-n9{
        margin-bottom:-3.815rem!important;
    }
    .ml-sm-n9,.mx-sm-n9{
        margin-left:-3.815rem!important;
    }
    .m-sm-n10{
        margin:-4.768rem!important;
    }
    .mt-sm-n10,.my-sm-n10{
        margin-top:-4.768rem!important;
    }
    .mr-sm-n10,.mx-sm-n10{
        margin-right:-4.768rem!important;
    }
    .mb-sm-n10,.my-sm-n10{
        margin-bottom:-4.768rem!important;
    }
    .ml-sm-n10,.mx-sm-n10{
        margin-left:-4.768rem!important;
    }
    .m-sm-n11{
        margin:-5.96rem!important;
    }
    .mt-sm-n11,.my-sm-n11{
        margin-top:-5.96rem!important;
    }
    .mr-sm-n11,.mx-sm-n11{
        margin-right:-5.96rem!important;
    }
    .mb-sm-n11,.my-sm-n11{
        margin-bottom:-5.96rem!important;
    }
    .ml-sm-n11,.mx-sm-n11{
        margin-left:-5.96rem!important;
    }
    .m-sm-auto{
        margin:auto!important;
    }
    .mt-sm-auto,.my-sm-auto{
        margin-top:auto!important;
    }
    .mr-sm-auto,.mx-sm-auto{
        margin-right:auto!important;
    }
    .mb-sm-auto,.my-sm-auto{
        margin-bottom:auto!important;
    }
    .ml-sm-auto,.mx-sm-auto{
        margin-left:auto!important;
    }
}
@media (min-width:768px){
    .m-md-0{
        margin:0!important;
    }
    .mt-md-0,.my-md-0{
        margin-top:0!important;
    }
    .mr-md-0,.mx-md-0{
        margin-right:0!important;
    }
    .mb-md-0,.my-md-0{
        margin-bottom:0!important;
    }
    .ml-md-0,.mx-md-0{
        margin-left:0!important;
    }
    .m-md-1{
        margin:.4rem!important;
    }
    .mt-md-1,.my-md-1{
        margin-top:.4rem!important;
    }
    .mr-md-1,.mx-md-1{
        margin-right:.4rem!important;
    }
    .mb-md-1,.my-md-1{
        margin-bottom:.4rem!important;
    }
    .ml-md-1,.mx-md-1{
        margin-left:.4rem!important;
    }
    .m-md-2{
        margin:.8rem!important;
    }
    .mt-md-2,.my-md-2{
        margin-top:.8rem!important;
    }
    .mr-md-2,.mx-md-2{
        margin-right:.8rem!important;
    }
    .mb-md-2,.my-md-2{
        margin-bottom:.8rem!important;
    }
    .ml-md-2,.mx-md-2{
        margin-left:.8rem!important;
    }
    .m-md-3{
        margin:1rem!important;
    }
    .mt-md-3,.my-md-3{
        margin-top:1rem!important;
    }
    .mr-md-3,.mx-md-3{
        margin-right:1rem!important;
    }
    .mb-md-3,.my-md-3{
        margin-bottom:1rem!important;
    }
    .ml-md-3,.mx-md-3{
        margin-left:1rem!important;
    }
    .m-md-4{
        margin:1.25rem!important;
    }
    .mt-md-4,.my-md-4{
        margin-top:1.25rem!important;
    }
    .mr-md-4,.mx-md-4{
        margin-right:1.25rem!important;
    }
    .mb-md-4,.my-md-4{
        margin-bottom:1.25rem!important;
    }
    .ml-md-4,.mx-md-4{
        margin-left:1.25rem!important;
    }
    .m-md-5{
        margin:1.563rem!important;
    }
    .mt-md-5,.my-md-5{
        margin-top:1.563rem!important;
    }
    .mr-md-5,.mx-md-5{
        margin-right:1.563rem!important;
    }
    .mb-md-5,.my-md-5{
        margin-bottom:1.563rem!important;
    }
    .ml-md-5,.mx-md-5{
        margin-left:1.563rem!important;
    }
    .m-md-6{
        margin:1.953rem!important;
    }
    .mt-md-6,.my-md-6{
        margin-top:1.953rem!important;
    }
    .mr-md-6,.mx-md-6{
        margin-right:1.953rem!important;
    }
    .mb-md-6,.my-md-6{
        margin-bottom:1.953rem!important;
    }
    .ml-md-6,.mx-md-6{
        margin-left:1.953rem!important;
    }
    .m-md-7{
        margin:2.441rem!important;
    }
    .mt-md-7,.my-md-7{
        margin-top:2.441rem!important;
    }
    .mr-md-7,.mx-md-7{
        margin-right:2.441rem!important;
    }
    .mb-md-7,.my-md-7{
        margin-bottom:2.441rem!important;
    }
    .ml-md-7,.mx-md-7{
        margin-left:2.441rem!important;
    }
    .m-md-8{
        margin:3.052rem!important;
    }
    .mt-md-8,.my-md-8{
        margin-top:3.052rem!important;
    }
    .mr-md-8,.mx-md-8{
        margin-right:3.052rem!important;
    }
    .mb-md-8,.my-md-8{
        margin-bottom:3.052rem!important;
    }
    .ml-md-8,.mx-md-8{
        margin-left:3.052rem!important;
    }
    .m-md-9{
        margin:3.815rem!important;
    }
    .mt-md-9,.my-md-9{
        margin-top:3.815rem!important;
    }
    .mr-md-9,.mx-md-9{
        margin-right:3.815rem!important;
    }
    .mb-md-9,.my-md-9{
        margin-bottom:3.815rem!important;
    }
    .ml-md-9,.mx-md-9{
        margin-left:3.815rem!important;
    }
    .m-md-10{
        margin:4.768rem!important;
    }
    .mt-md-10,.my-md-10{
        margin-top:4.768rem!important;
    }
    .mr-md-10,.mx-md-10{
        margin-right:4.768rem!important;
    }
    .mb-md-10,.my-md-10{
        margin-bottom:4.768rem!important;
    }
    .ml-md-10,.mx-md-10{
        margin-left:4.768rem!important;
    }
    .m-md-11{
        margin:5.96rem!important;
    }
    .mt-md-11,.my-md-11{
        margin-top:5.96rem!important;
    }
    .mr-md-11,.mx-md-11{
        margin-right:5.96rem!important;
    }
    .mb-md-11,.my-md-11{
        margin-bottom:5.96rem!important;
    }
    .ml-md-11,.mx-md-11{
        margin-left:5.96rem!important;
    }
    .p-md-0{
        padding:0!important;
    }
    .pt-md-0,.py-md-0{
        padding-top:0!important;
    }
    .pr-md-0,.px-md-0{
        padding-right:0!important;
    }
    .pb-md-0,.py-md-0{
        padding-bottom:0!important;
    }
    .pl-md-0,.px-md-0{
        padding-left:0!important;
    }
    .p-md-1{
        padding:.4rem!important;
    }
    .pt-md-1,.py-md-1{
        padding-top:.4rem!important;
    }
    .pr-md-1,.px-md-1{
        padding-right:.4rem!important;
    }
    .pb-md-1,.py-md-1{
        padding-bottom:.4rem!important;
    }
    .pl-md-1,.px-md-1{
        padding-left:.4rem!important;
    }
    .p-md-2{
        padding:.8rem!important;
    }
    .pt-md-2,.py-md-2{
        padding-top:.8rem!important;
    }
    .pr-md-2,.px-md-2{
        padding-right:.8rem!important;
    }
    .pb-md-2,.py-md-2{
        padding-bottom:.8rem!important;
    }
    .pl-md-2,.px-md-2{
        padding-left:.8rem!important;
    }
    .p-md-3{
        padding:1rem!important;
    }
    .pt-md-3,.py-md-3{
        padding-top:1rem!important;
    }
    .pr-md-3,.px-md-3{
        padding-right:1rem!important;
    }
    .pb-md-3,.py-md-3{
        padding-bottom:1rem!important;
    }
    .pl-md-3,.px-md-3{
        padding-left:1rem!important;
    }
    .p-md-4{
        padding:1.25rem!important;
    }
    .pt-md-4,.py-md-4{
        padding-top:1.25rem!important;
    }
    .pr-md-4,.px-md-4{
        padding-right:1.25rem!important;
    }
    .pb-md-4,.py-md-4{
        padding-bottom:1.25rem!important;
    }
    .pl-md-4,.px-md-4{
        padding-left:1.25rem!important;
    }
    .p-md-5{
        padding:1.563rem!important;
    }
    .pt-md-5,.py-md-5{
        padding-top:1.563rem!important;
    }
    .pr-md-5,.px-md-5{
        padding-right:1.563rem!important;
    }
    .pb-md-5,.py-md-5{
        padding-bottom:1.563rem!important;
    }
    .pl-md-5,.px-md-5{
        padding-left:1.563rem!important;
    }
    .p-md-6{
        padding:1.953rem!important;
    }
    .pt-md-6,.py-md-6{
        padding-top:1.953rem!important;
    }
    .pr-md-6,.px-md-6{
        padding-right:1.953rem!important;
    }
    .pb-md-6,.py-md-6{
        padding-bottom:1.953rem!important;
    }
    .pl-md-6,.px-md-6{
        padding-left:1.953rem!important;
    }
    .p-md-7{
        padding:2.441rem!important;
    }
    .pt-md-7,.py-md-7{
        padding-top:2.441rem!important;
    }
    .pr-md-7,.px-md-7{
        padding-right:2.441rem!important;
    }
    .pb-md-7,.py-md-7{
        padding-bottom:2.441rem!important;
    }
    .pl-md-7,.px-md-7{
        padding-left:2.441rem!important;
    }
    .p-md-8{
        padding:3.052rem!important;
    }
    .pt-md-8,.py-md-8{
        padding-top:3.052rem!important;
    }
    .pr-md-8,.px-md-8{
        padding-right:3.052rem!important;
    }
    .pb-md-8,.py-md-8{
        padding-bottom:3.052rem!important;
    }
    .pl-md-8,.px-md-8{
        padding-left:3.052rem!important;
    }
    .p-md-9{
        padding:3.815rem!important;
    }
    .pt-md-9,.py-md-9{
        padding-top:3.815rem!important;
    }
    .pr-md-9,.px-md-9{
        padding-right:3.815rem!important;
    }
    .pb-md-9,.py-md-9{
        padding-bottom:3.815rem!important;
    }
    .pl-md-9,.px-md-9{
        padding-left:3.815rem!important;
    }
    .p-md-10{
        padding:4.768rem!important;
    }
    .pt-md-10,.py-md-10{
        padding-top:4.768rem!important;
    }
    .pr-md-10,.px-md-10{
        padding-right:4.768rem!important;
    }
    .pb-md-10,.py-md-10{
        padding-bottom:4.768rem!important;
    }
    .pl-md-10,.px-md-10{
        padding-left:4.768rem!important;
    }
    .p-md-11{
        padding:5.96rem!important;
    }
    .pt-md-11,.py-md-11{
        padding-top:5.96rem!important;
    }
    .pr-md-11,.px-md-11{
        padding-right:5.96rem!important;
    }
    .pb-md-11,.py-md-11{
        padding-bottom:5.96rem!important;
    }
    .pl-md-11,.px-md-11{
        padding-left:5.96rem!important;
    }
    .m-md-n1{
        margin:-.4rem!important;
    }
    .mt-md-n1,.my-md-n1{
        margin-top:-.4rem!important;
    }
    .mr-md-n1,.mx-md-n1{
        margin-right:-.4rem!important;
    }
    .mb-md-n1,.my-md-n1{
        margin-bottom:-.4rem!important;
    }
    .ml-md-n1,.mx-md-n1{
        margin-left:-.4rem!important;
    }
    .m-md-n2{
        margin:-.8rem!important;
    }
    .mt-md-n2,.my-md-n2{
        margin-top:-.8rem!important;
    }
    .mr-md-n2,.mx-md-n2{
        margin-right:-.8rem!important;
    }
    .mb-md-n2,.my-md-n2{
        margin-bottom:-.8rem!important;
    }
    .ml-md-n2,.mx-md-n2{
        margin-left:-.8rem!important;
    }
    .m-md-n3{
        margin:-1rem!important;
    }
    .mt-md-n3,.my-md-n3{
        margin-top:-1rem!important;
    }
    .mr-md-n3,.mx-md-n3{
        margin-right:-1rem!important;
    }
    .mb-md-n3,.my-md-n3{
        margin-bottom:-1rem!important;
    }
    .ml-md-n3,.mx-md-n3{
        margin-left:-1rem!important;
    }
    .m-md-n4{
        margin:-1.25rem!important;
    }
    .mt-md-n4,.my-md-n4{
        margin-top:-1.25rem!important;
    }
    .mr-md-n4,.mx-md-n4{
        margin-right:-1.25rem!important;
    }
    .mb-md-n4,.my-md-n4{
        margin-bottom:-1.25rem!important;
    }
    .ml-md-n4,.mx-md-n4{
        margin-left:-1.25rem!important;
    }
    .m-md-n5{
        margin:-1.563rem!important;
    }
    .mt-md-n5,.my-md-n5{
        margin-top:-1.563rem!important;
    }
    .mr-md-n5,.mx-md-n5{
        margin-right:-1.563rem!important;
    }
    .mb-md-n5,.my-md-n5{
        margin-bottom:-1.563rem!important;
    }
    .ml-md-n5,.mx-md-n5{
        margin-left:-1.563rem!important;
    }
    .m-md-n6{
        margin:-1.953rem!important;
    }
    .mt-md-n6,.my-md-n6{
        margin-top:-1.953rem!important;
    }
    .mr-md-n6,.mx-md-n6{
        margin-right:-1.953rem!important;
    }
    .mb-md-n6,.my-md-n6{
        margin-bottom:-1.953rem!important;
    }
    .ml-md-n6,.mx-md-n6{
        margin-left:-1.953rem!important;
    }
    .m-md-n7{
        margin:-2.441rem!important;
    }
    .mt-md-n7,.my-md-n7{
        margin-top:-2.441rem!important;
    }
    .mr-md-n7,.mx-md-n7{
        margin-right:-2.441rem!important;
    }
    .mb-md-n7,.my-md-n7{
        margin-bottom:-2.441rem!important;
    }
    .ml-md-n7,.mx-md-n7{
        margin-left:-2.441rem!important;
    }
    .m-md-n8{
        margin:-3.052rem!important;
    }
    .mt-md-n8,.my-md-n8{
        margin-top:-3.052rem!important;
    }
    .mr-md-n8,.mx-md-n8{
        margin-right:-3.052rem!important;
    }
    .mb-md-n8,.my-md-n8{
        margin-bottom:-3.052rem!important;
    }
    .ml-md-n8,.mx-md-n8{
        margin-left:-3.052rem!important;
    }
    .m-md-n9{
        margin:-3.815rem!important;
    }
    .mt-md-n9,.my-md-n9{
        margin-top:-3.815rem!important;
    }
    .mr-md-n9,.mx-md-n9{
        margin-right:-3.815rem!important;
    }
    .mb-md-n9,.my-md-n9{
        margin-bottom:-3.815rem!important;
    }
    .ml-md-n9,.mx-md-n9{
        margin-left:-3.815rem!important;
    }
    .m-md-n10{
        margin:-4.768rem!important;
    }
    .mt-md-n10,.my-md-n10{
        margin-top:-4.768rem!important;
    }
    .mr-md-n10,.mx-md-n10{
        margin-right:-4.768rem!important;
    }
    .mb-md-n10,.my-md-n10{
        margin-bottom:-4.768rem!important;
    }
    .ml-md-n10,.mx-md-n10{
        margin-left:-4.768rem!important;
    }
    .m-md-n11{
        margin:-5.96rem!important;
    }
    .mt-md-n11,.my-md-n11{
        margin-top:-5.96rem!important;
    }
    .mr-md-n11,.mx-md-n11{
        margin-right:-5.96rem!important;
    }
    .mb-md-n11,.my-md-n11{
        margin-bottom:-5.96rem!important;
    }
    .ml-md-n11,.mx-md-n11{
        margin-left:-5.96rem!important;
    }
    .m-md-auto{
        margin:auto!important;
    }
    .mt-md-auto,.my-md-auto{
        margin-top:auto!important;
    }
    .mr-md-auto,.mx-md-auto{
        margin-right:auto!important;
    }
    .mb-md-auto,.my-md-auto{
        margin-bottom:auto!important;
    }
    .ml-md-auto,.mx-md-auto{
        margin-left:auto!important;
    }
}
@media (min-width:992px){
    .m-lg-0{
        margin:0!important;
    }
    .mt-lg-0,.my-lg-0{
        margin-top:0!important;
    }
    .mr-lg-0,.mx-lg-0{
        margin-right:0!important;
    }
    .mb-lg-0,.my-lg-0{
        margin-bottom:0!important;
    }
    .ml-lg-0,.mx-lg-0{
        margin-left:0!important;
    }
    .m-lg-1{
        margin:.4rem!important;
    }
    .mt-lg-1,.my-lg-1{
        margin-top:.4rem!important;
    }
    .mr-lg-1,.mx-lg-1{
        margin-right:.4rem!important;
    }
    .mb-lg-1,.my-lg-1{
        margin-bottom:.4rem!important;
    }
    .ml-lg-1,.mx-lg-1{
        margin-left:.4rem!important;
    }
    .m-lg-2{
        margin:.8rem!important;
    }
    .mt-lg-2,.my-lg-2{
        margin-top:.8rem!important;
    }
    .mr-lg-2,.mx-lg-2{
        margin-right:.8rem!important;
    }
    .mb-lg-2,.my-lg-2{
        margin-bottom:.8rem!important;
    }
    .ml-lg-2,.mx-lg-2{
        margin-left:.8rem!important;
    }
    .m-lg-3{
        margin:1rem!important;
    }
    .mt-lg-3,.my-lg-3{
        margin-top:1rem!important;
    }
    .mr-lg-3,.mx-lg-3{
        margin-right:1rem!important;
    }
    .mb-lg-3,.my-lg-3{
        margin-bottom:1rem!important;
    }
    .ml-lg-3,.mx-lg-3{
        margin-left:1rem!important;
    }
    .m-lg-4{
        margin:1.25rem!important;
    }
    .mt-lg-4,.my-lg-4{
        margin-top:1.25rem!important;
    }
    .mr-lg-4,.mx-lg-4{
        margin-right:1.25rem!important;
    }
    .mb-lg-4,.my-lg-4{
        margin-bottom:1.25rem!important;
    }
    .ml-lg-4,.mx-lg-4{
        margin-left:1.25rem!important;
    }
    .m-lg-5{
        margin:1.563rem!important;
    }
    .mt-lg-5,.my-lg-5{
        margin-top:1.563rem!important;
    }
    .mr-lg-5,.mx-lg-5{
        margin-right:1.563rem!important;
    }
    .mb-lg-5,.my-lg-5{
        margin-bottom:1.563rem!important;
    }
    .ml-lg-5,.mx-lg-5{
        margin-left:1.563rem!important;
    }
    .m-lg-6{
        margin:1.953rem!important;
    }
    .mt-lg-6,.my-lg-6{
        margin-top:1.953rem!important;
    }
    .mr-lg-6,.mx-lg-6{
        margin-right:1.953rem!important;
    }
    .mb-lg-6,.my-lg-6{
        margin-bottom:1.953rem!important;
    }
    .ml-lg-6,.mx-lg-6{
        margin-left:1.953rem!important;
    }
    .m-lg-7{
        margin:2.441rem!important;
    }
    .mt-lg-7,.my-lg-7{
        margin-top:2.441rem!important;
    }
    .mr-lg-7,.mx-lg-7{
        margin-right:2.441rem!important;
    }
    .mb-lg-7,.my-lg-7{
        margin-bottom:2.441rem!important;
    }
    .ml-lg-7,.mx-lg-7{
        margin-left:2.441rem!important;
    }
    .m-lg-8{
        margin:3.052rem!important;
    }
    .mt-lg-8,.my-lg-8{
        margin-top:3.052rem!important;
    }
    .mr-lg-8,.mx-lg-8{
        margin-right:3.052rem!important;
    }
    .mb-lg-8,.my-lg-8{
        margin-bottom:3.052rem!important;
    }
    .ml-lg-8,.mx-lg-8{
        margin-left:3.052rem!important;
    }
    .m-lg-9{
        margin:3.815rem!important;
    }
    .mt-lg-9,.my-lg-9{
        margin-top:3.815rem!important;
    }
    .mr-lg-9,.mx-lg-9{
        margin-right:3.815rem!important;
    }
    .mb-lg-9,.my-lg-9{
        margin-bottom:3.815rem!important;
    }
    .ml-lg-9,.mx-lg-9{
        margin-left:3.815rem!important;
    }
    .m-lg-10{
        margin:4.768rem!important;
    }
    .mt-lg-10,.my-lg-10{
        margin-top:4.768rem!important;
    }
    .mr-lg-10,.mx-lg-10{
        margin-right:4.768rem!important;
    }
    .mb-lg-10,.my-lg-10{
        margin-bottom:4.768rem!important;
    }
    .ml-lg-10,.mx-lg-10{
        margin-left:4.768rem!important;
    }
    .m-lg-11{
        margin:5.96rem!important;
    }
    .mt-lg-11,.my-lg-11{
        margin-top:5.96rem!important;
    }
    .mr-lg-11,.mx-lg-11{
        margin-right:5.96rem!important;
    }
    .mb-lg-11,.my-lg-11{
        margin-bottom:5.96rem!important;
    }
    .ml-lg-11,.mx-lg-11{
        margin-left:5.96rem!important;
    }
    .p-lg-0{
        padding:0!important;
    }
    .pt-lg-0,.py-lg-0{
        padding-top:0!important;
    }
    .pr-lg-0,.px-lg-0{
        padding-right:0!important;
    }
    .pb-lg-0,.py-lg-0{
        padding-bottom:0!important;
    }
    .pl-lg-0,.px-lg-0{
        padding-left:0!important;
    }
    .p-lg-1{
        padding:.4rem!important;
    }
    .pt-lg-1,.py-lg-1{
        padding-top:.4rem!important;
    }
    .pr-lg-1,.px-lg-1{
        padding-right:.4rem!important;
    }
    .pb-lg-1,.py-lg-1{
        padding-bottom:.4rem!important;
    }
    .pl-lg-1,.px-lg-1{
        padding-left:.4rem!important;
    }
    .p-lg-2{
        padding:.8rem!important;
    }
    .pt-lg-2,.py-lg-2{
        padding-top:.8rem!important;
    }
    .pr-lg-2,.px-lg-2{
        padding-right:.8rem!important;
    }
    .pb-lg-2,.py-lg-2{
        padding-bottom:.8rem!important;
    }
    .pl-lg-2,.px-lg-2{
        padding-left:.8rem!important;
    }
    .p-lg-3{
        padding:1rem!important;
    }
    .pt-lg-3,.py-lg-3{
        padding-top:1rem!important;
    }
    .pr-lg-3,.px-lg-3{
        padding-right:1rem!important;
    }
    .pb-lg-3,.py-lg-3{
        padding-bottom:1rem!important;
    }
    .pl-lg-3,.px-lg-3{
        padding-left:1rem!important;
    }
    .p-lg-4{
        padding:1.25rem!important;
    }
    .pt-lg-4,.py-lg-4{
        padding-top:1.25rem!important;
    }
    .pr-lg-4,.px-lg-4{
        padding-right:1.25rem!important;
    }
    .pb-lg-4,.py-lg-4{
        padding-bottom:1.25rem!important;
    }
    .pl-lg-4,.px-lg-4{
        padding-left:1.25rem!important;
    }
    .p-lg-5{
        padding:1.563rem!important;
    }
    .pt-lg-5,.py-lg-5{
        padding-top:1.563rem!important;
    }
    .pr-lg-5,.px-lg-5{
        padding-right:1.563rem!important;
    }
    .pb-lg-5,.py-lg-5{
        padding-bottom:1.563rem!important;
    }
    .pl-lg-5,.px-lg-5{
        padding-left:1.563rem!important;
    }
    .p-lg-6{
        padding:1.953rem!important;
    }
    .pt-lg-6,.py-lg-6{
        padding-top:1.953rem!important;
    }
    .pr-lg-6,.px-lg-6{
        padding-right:1.953rem!important;
    }
    .pb-lg-6,.py-lg-6{
        padding-bottom:1.953rem!important;
    }
    .pl-lg-6,.px-lg-6{
        padding-left:1.953rem!important;
    }
    .p-lg-7{
        padding:2.441rem!important;
    }
    .pt-lg-7,.py-lg-7{
        padding-top:2.441rem!important;
    }
    .pr-lg-7,.px-lg-7{
        padding-right:2.441rem!important;
    }
    .pb-lg-7,.py-lg-7{
        padding-bottom:2.441rem!important;
    }
    .pl-lg-7,.px-lg-7{
        padding-left:2.441rem!important;
    }
    .p-lg-8{
        padding:3.052rem!important;
    }
    .pt-lg-8,.py-lg-8{
        padding-top:3.052rem!important;
    }
    .pr-lg-8,.px-lg-8{
        padding-right:3.052rem!important;
    }
    .pb-lg-8,.py-lg-8{
        padding-bottom:3.052rem!important;
    }
    .pl-lg-8,.px-lg-8{
        padding-left:3.052rem!important;
    }
    .p-lg-9{
        padding:3.815rem!important;
    }
    .pt-lg-9,.py-lg-9{
        padding-top:3.815rem!important;
    }
    .pr-lg-9,.px-lg-9{
        padding-right:3.815rem!important;
    }
    .pb-lg-9,.py-lg-9{
        padding-bottom:3.815rem!important;
    }
    .pl-lg-9,.px-lg-9{
        padding-left:3.815rem!important;
    }
    .p-lg-10{
        padding:4.768rem!important;
    }
    .pt-lg-10,.py-lg-10{
        padding-top:4.768rem!important;
    }
    .pr-lg-10,.px-lg-10{
        padding-right:4.768rem!important;
    }
    .pb-lg-10,.py-lg-10{
        padding-bottom:4.768rem!important;
    }
    .pl-lg-10,.px-lg-10{
        padding-left:4.768rem!important;
    }
    .p-lg-11{
        padding:5.96rem!important;
    }
    .pt-lg-11,.py-lg-11{
        padding-top:5.96rem!important;
    }
    .pr-lg-11,.px-lg-11{
        padding-right:5.96rem!important;
    }
    .pb-lg-11,.py-lg-11{
        padding-bottom:5.96rem!important;
    }
    .pl-lg-11,.px-lg-11{
        padding-left:5.96rem!important;
    }
    .m-lg-n1{
        margin:-.4rem!important;
    }
    .mt-lg-n1,.my-lg-n1{
        margin-top:-.4rem!important;
    }
    .mr-lg-n1,.mx-lg-n1{
        margin-right:-.4rem!important;
    }
    .mb-lg-n1,.my-lg-n1{
        margin-bottom:-.4rem!important;
    }
    .ml-lg-n1,.mx-lg-n1{
        margin-left:-.4rem!important;
    }
    .m-lg-n2{
        margin:-.8rem!important;
    }
    .mt-lg-n2,.my-lg-n2{
        margin-top:-.8rem!important;
    }
    .mr-lg-n2,.mx-lg-n2{
        margin-right:-.8rem!important;
    }
    .mb-lg-n2,.my-lg-n2{
        margin-bottom:-.8rem!important;
    }
    .ml-lg-n2,.mx-lg-n2{
        margin-left:-.8rem!important;
    }
    .m-lg-n3{
        margin:-1rem!important;
    }
    .mt-lg-n3,.my-lg-n3{
        margin-top:-1rem!important;
    }
    .mr-lg-n3,.mx-lg-n3{
        margin-right:-1rem!important;
    }
    .mb-lg-n3,.my-lg-n3{
        margin-bottom:-1rem!important;
    }
    .ml-lg-n3,.mx-lg-n3{
        margin-left:-1rem!important;
    }
    .m-lg-n4{
        margin:-1.25rem!important;
    }
    .mt-lg-n4,.my-lg-n4{
        margin-top:-1.25rem!important;
    }
    .mr-lg-n4,.mx-lg-n4{
        margin-right:-1.25rem!important;
    }
    .mb-lg-n4,.my-lg-n4{
        margin-bottom:-1.25rem!important;
    }
    .ml-lg-n4,.mx-lg-n4{
        margin-left:-1.25rem!important;
    }
    .m-lg-n5{
        margin:-1.563rem!important;
    }
    .mt-lg-n5,.my-lg-n5{
        margin-top:-1.563rem!important;
    }
    .mr-lg-n5,.mx-lg-n5{
        margin-right:-1.563rem!important;
    }
    .mb-lg-n5,.my-lg-n5{
        margin-bottom:-1.563rem!important;
    }
    .ml-lg-n5,.mx-lg-n5{
        margin-left:-1.563rem!important;
    }
    .m-lg-n6{
        margin:-1.953rem!important;
    }
    .mt-lg-n6,.my-lg-n6{
        margin-top:-1.953rem!important;
    }
    .mr-lg-n6,.mx-lg-n6{
        margin-right:-1.953rem!important;
    }
    .mb-lg-n6,.my-lg-n6{
        margin-bottom:-1.953rem!important;
    }
    .ml-lg-n6,.mx-lg-n6{
        margin-left:-1.953rem!important;
    }
    .m-lg-n7{
        margin:-2.441rem!important;
    }
    .mt-lg-n7,.my-lg-n7{
        margin-top:-2.441rem!important;
    }
    .mr-lg-n7,.mx-lg-n7{
        margin-right:-2.441rem!important;
    }
    .mb-lg-n7,.my-lg-n7{
        margin-bottom:-2.441rem!important;
    }
    .ml-lg-n7,.mx-lg-n7{
        margin-left:-2.441rem!important;
    }
    .m-lg-n8{
        margin:-3.052rem!important;
    }
    .mt-lg-n8,.my-lg-n8{
        margin-top:-3.052rem!important;
    }
    .mr-lg-n8,.mx-lg-n8{
        margin-right:-3.052rem!important;
    }
    .mb-lg-n8,.my-lg-n8{
        margin-bottom:-3.052rem!important;
    }
    .ml-lg-n8,.mx-lg-n8{
        margin-left:-3.052rem!important;
    }
    .m-lg-n9{
        margin:-3.815rem!important;
    }
    .mt-lg-n9,.my-lg-n9{
        margin-top:-3.815rem!important;
    }
    .mr-lg-n9,.mx-lg-n9{
        margin-right:-3.815rem!important;
    }
    .mb-lg-n9,.my-lg-n9{
        margin-bottom:-3.815rem!important;
    }
    .ml-lg-n9,.mx-lg-n9{
        margin-left:-3.815rem!important;
    }
    .m-lg-n10{
        margin:-4.768rem!important;
    }
    .mt-lg-n10,.my-lg-n10{
        margin-top:-4.768rem!important;
    }
    .mr-lg-n10,.mx-lg-n10{
        margin-right:-4.768rem!important;
    }
    .mb-lg-n10,.my-lg-n10{
        margin-bottom:-4.768rem!important;
    }
    .ml-lg-n10,.mx-lg-n10{
        margin-left:-4.768rem!important;
    }
    .m-lg-n11{
        margin:-5.96rem!important;
    }
    .mt-lg-n11,.my-lg-n11{
        margin-top:-5.96rem!important;
    }
    .mr-lg-n11,.mx-lg-n11{
        margin-right:-5.96rem!important;
    }
    .mb-lg-n11,.my-lg-n11{
        margin-bottom:-5.96rem!important;
    }
    .ml-lg-n11,.mx-lg-n11{
        margin-left:-5.96rem!important;
    }
    .m-lg-auto{
        margin:auto!important;
    }
    .mt-lg-auto,.my-lg-auto{
        margin-top:auto!important;
    }
    .mr-lg-auto,.mx-lg-auto{
        margin-right:auto!important;
    }
    .mb-lg-auto,.my-lg-auto{
        margin-bottom:auto!important;
    }
    .ml-lg-auto,.mx-lg-auto{
        margin-left:auto!important;
    }
}
.bg-white{
    background-color:#fff!important;
}
.border{
    border:1px solid #d0dada!important;
}
.border-top{
    border-top:1px solid #d0dada!important;
}
.border-right{
    border-right:1px solid #d0dada!important;
}
.border-bottom{
    border-bottom:1px solid #d0dada!important;
}
.border-left{
    border-left:1px solid #d0dada!important;
}
.border-0{
    border:0!important;
}
.border-top-0{
    border-top:0!important;
}
.border-right-0{
    border-right:0!important;
}
.border-bottom-0{
    border-bottom:0!important;
}
.border-left-0{
    border-left:0!important;
}
.border-primary{
    border-color:#d4272e!important;
}
.border-secondary{
    border-color:#535a5a!important;
}
.border-info{
    border-color:#87d1e6!important;
}
.border-light{
    border-color:#eef2f4!important;
}
.border-white{
    border-color:#fff!important;
}
.rounded-sm{
    border-radius:.125rem!important;
}
.rounded{
    border-radius:.125rem!important;
}
.rounded-top{
    border-top-left-radius:.125rem!important;
    border-top-right-radius:.125rem!important;
}
.rounded-right{
    border-top-right-radius:.125rem!important;
    border-bottom-right-radius:.125rem!important;
}
.rounded-bottom{
    border-bottom-right-radius:.125rem!important;
    border-bottom-left-radius:.125rem!important;
}
.rounded-left{
    border-top-left-radius:.125rem!important;
    border-bottom-left-radius:.125rem!important;
}
.rounded-lg{
    border-radius:.125rem!important;
}
.rounded-circle{
    border-radius:50%!important;
}
.rounded-0{
    border-radius:0!important;
}
.d-none{
    display:none!important;
}
.d-inline{
    display:inline!important;
}
.d-inline-block{
    display:inline-block!important;
}
.d-block{
    display:block!important;
}
.d-table{
    display:table!important;
}
.d-table-row{
    display:table-row!important;
}
.d-table-cell{
    display:table-cell!important;
}
.d-flex{
    display:-ms-flexbox!important;
    display:flex!important;
}
.d-inline-flex{
    display:-ms-inline-flexbox!important;
    display:inline-flex!important;
}
.text-white{
    color:#fff!important;
}
@media (min-width:576px){
    .d-sm-none{
        display:none!important;
    }
    .d-sm-inline{
        display:inline!important;
    }
    .d-sm-inline-block{
        display:inline-block!important;
    }
    .d-sm-block{
        display:block!important;
    }
    .d-sm-table{
        display:table!important;
    }
    .d-sm-table-row{
        display:table-row!important;
    }
    .d-sm-table-cell{
        display:table-cell!important;
    }
    .d-sm-flex{
        display:-ms-flexbox!important;
        display:flex!important;
    }
    .d-sm-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important;
    }
}
@media (min-width:768px){
    .d-md-none{
        display:none!important;
    }
    .d-md-inline{
        display:inline!important;
    }
    .d-md-inline-block{
        display:inline-block!important;
    }
    .d-md-block{
        display:block!important;
    }
    .d-md-table{
        display:table!important;
    }
    .d-md-table-row{
        display:table-row!important;
    }
    .d-md-table-cell{
        display:table-cell!important;
    }
    .d-md-flex{
        display:-ms-flexbox!important;
        display:flex!important;
    }
    .d-md-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important;
    }
}
@media (min-width:992px){
    .d-lg-none{
        display:none!important;
    }
    .d-lg-inline{
        display:inline!important;
    }
    .d-lg-inline-block{
        display:inline-block!important;
    }
    .d-lg-block{
        display:block!important;
    }
    .d-lg-table{
        display:table!important;
    }
    .d-lg-table-row{
        display:table-row!important;
    }
    .d-lg-table-cell{
        display:table-cell!important;
    }
    .d-lg-flex{
        display:-ms-flexbox!important;
        display:flex!important;
    }
    .d-lg-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important;
    }
}
/*% include './_landing.css' %*/
/* ******************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
****************************************************************************** */
.body-container-wrapper{
    padding-top:99px;
}
.banner-section .dnd-section>.row-fluid{
    padding:0;
}
.breadcrumb-wrapper .hs-breadcrumb-menu:after,.breadcrumb-wrapper .hs-breadcrumb-menu:before{
    content:"";
    display:table;
    clear:both;
}
.breadcrumb-wrapper .hs-breadcrumb-menu-item{
    padding:0;
    color:#6c757d;
}
.breadcrumb-wrapper .hs-breadcrumb-menu{
    margin:1rem 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:.75rem 0;
    border-radius:.125rem;
}
.breadcrumb-wrapper .hs-breadcrumb-menu-item+.hs-breadcrumb-menu-item{
    padding-left:.5rem;
}
.breadcrumb-wrapper .hs-breadcrumb-menu-item+.hs-breadcrumb-menu-item:before{
    content:"";
    color:#535a5a;
    display:inline-block;
    font-family:Ionicons;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    text-rendering:auto;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    padding-left:4.5px;
    padding-right:14px;
}
.breadcrumb-wrapper span.hs-breadcrumb-menu-divider{
    display:none;
}
.btn{
    display:inline-block;
    font-weight:400;
    color:#212f36;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.6;
    border-radius:.125rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover{
    color:#212f36;
    text-decoration:none;
}
.btn-primary{
    color:#fff;
    background-color:#d4272e;
    border-color:#d4272e;
}
.btn-primary:hover{
    color:#fff;
    background-color:#b42127;
    border-color:#a91f25;
}
.btn.focus,.btn:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(212,39,46,.25);
    text-decoration:none;
    color:#fff;
}
.btn-primary.focus,.btn-primary:focus{
    box-shadow:0 0 0 .2rem rgba(218,71,77,.5)
}
.btn-outline-primary{
    color:#b42127;
    border-color:#b42127;
}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#a91f25;
    border-color:#a91f25;
}
.btn-block{
    display:block;
    width:100%;
}
.btn-info {
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}
.btn-info:hover{
  color:#fff;
  background-color:#138496!important;
  border-color:#117a8b!important;
}
.small-arrow a:hover .ion-ios-arrow-thin-right {
  transition: transform .3s ease-in-out 0s;
  transform: translateX(8px) translateY(0) translateZ(0) scaleX(1.25) scaleY(1.25) scaleZ(1);
}
.small-arrow a .ion-ios-arrow-thin-right {
  top: 8px;
}
.small-arrow a .ion-ios-arrow-thin-right {
  position: relative;
  top: 4px;
  display: inline-block;
  font-family: Ionicons,sans-serif;
  font-size: 150%;
  transition: transform .3s ease-in-out 0s;
  line-height: 0;
}
.card{
    background-color:#fff;
    border-top:3px solid #721722;
    box-shadow:0 2px 20px 0 rgba(0,0,0,.12);
    display:flex;
    flex-direction:column;
    padding:24px;
    transform:scale(1);
    transition:box-shadow .3s;
    transition:scale .3s ease-in-out;
    word-break:break-word;
}
.card:hover{
    box-shadow:0 2px 25px 0 rgba(0,0,0,.15);
    transform:scale(1.02);
    transition:box-shadow .3s;
    transition:scale .3s ease-in-out;
}
.card__title{
    align-items:center;
    display:flex;
    flex:1 1 px;
    padding-bottom:10px;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card__text{
    display:felx;
    flex:1 1 px;
    line-height:1.5;
    padding:25px 0;
}
.img-fluid{
    max-width:100%;
    height:auto;
}
.table{
    width:100%;
    margin-bottom:1rem;
    color:#212f36;
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top;
    border-top:1px solid #d0dada!important;
}
.website-page .widget-type-section_header{
    margin-top:2.441rem;
}
.website-page .widget-type-section_header p{
    margin:0;
}
.website-page .body-container{
    padding-bottom:3.052rem;
}
.pipe-valve-details .body-container-wrapper .dnd-section>.row-fluid{
    padding:0!important;
}
.tvs-top-section .dnd-section>.row-fluid{
    padding:0;
}
.tvs-customer-section{
    padding-top:.052rem;
    padding-bottom:3.052rem;
}
.tvs-middle-section .dnd-section>.row-fluid{
    padding:0;
}
.tvs-middle-section hr{
    margin-top:0;
    margin-bottom:2.441rem;
    border-color:#d0dada;
}
.dnowZoomIcon:hover i{
    color:#fff;
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
    opacity:.75;
}
.tvs-bottom-section .dnd-section>.row-fluid{
    padding:0;
}
.region-page .hs_cos_wrapper_type_rich_text table tr td{
    border:0;
}
.region-page .container-fluid.body-container{
    padding-bottom:3.052rem;
    padding-top:3.052rem;
}
.contact-content-wrapper{
    margin-bottom:1.563rem;
    margin-top:1.563rem;
}
.contact-content-wrapper .span6.widget-span{
    width:50%;
    margin-left:0;
}
.contact-content-wrapper .span6.widget-span:first-child{
    padding-right:15px;
}
.contact-content-wrapper form select{
    padding:0 10px!important;
}
.hiring-events-header .page-header.section-header{
    margin-top:2.441rem;
    margin-bottom:2.441rem;
}
.event-section .dnd-section{
    padding-top:3.052rem!important;
    padding-bottom:3.052rem!important;
}
.event-section .dnd-section .hs_cos_wrapper_type_rich_text h2{
    margin-bottom:1.25rem;
}
.event-section .dnd-section .dnd-module{
    padding-bottom:1rem;
}
.hiring-events-bottom-pane .dnd-section>.row-fluid{
    padding-bottom:3.052rem;
    padding-top:3.052rem;
}
.product-service-page .content-with-image-slider-wrapper{
    margin-bottom:1.563rem;
    margin-top:1.563rem;
}
.product-service-page .content-with-image-slider-wrapper .border-bottom{
    border-bottom:none!important;
}
.product-service-page .content-with-image-slider-wrapper .row.mb-5{
    margin-bottom:0!important;
}
.product-service-page .content-with-image-slider-wrapper .row.border-bottom.mb-7{
    margin-bottom:0!important;
}
.product-service-page .body-container-wrapper .dnd-section>.row-fluid{
    padding-left:0!important;
    padding-right:0!important;
}
/* ======= landing css ========== */
.pipe-details .dnd-section>.row-fluid{
    padding:0;
}
.pipe-details .dnd-section>.row-fluid{
    padding:0;
}
.pipe-details .suppliers-wrapper{
    margin-bottom:2.441rem;
}
.pipe-details .download-wrapper .row.mb-5{
    margin-bottom:0!important;
}
.pipe-details .download-wrapper{
    margin-bottom:2.441rem;
}
.pipe-details .related-products-wrapper h3.mb-5{
    margin-bottom:1.953rem!important;
}
.pipe-details .row.mb-5{
    margin-bottom:0!important;
}
.corporate-page .dnd-section>.row-fluid{
    padding:0;
}
.corporate-container .col-12.my-7{
    margin-bottom:0!important;
}
.study-detail-container{
    padding-bottom:3.052rem;
}
.acquisitions-page .dnd-section>.row-fluid{
    padding:0;
}
.acquisitions-page .my-10{
    margin:0!important;
}
.acquisitions-page .cst-title-col-grp.my-10{
    padding:0 18px;
}
.acquisitions-page .cst-right-col{
    margin-top:61px;
}
.acquisitions-page .btn-primary{
    margin-bottom:1rem;
}
.acquisitions-page .banner p.my-2.my-md-4.mb-lg-8{
    padding-bottom:1px;
}
.acquisitions-page .acquisitions-container .hs_cos_wrapper_type_rich_text,.diversity-page .diversity-container .hs_cos_wrapper_type_rich_text{
    padding:0 18px;
    display:block;
    padding-bottom:3.052rem;
}
.diversity-page .dnd-section>.row-fluid{
    padding:0;
}
.electrical-page .dnd-section>.row-fluid{
    padding:0;
}
.electrical-container .hs_cos_wrapper_type_rich_text{
    padding:0 36px;
    display:block;
    padding-bottom:3.052rem;
}
.measurement-page .dnd-section>.row-fluid{
    padding:0;
}
.measurement-container{
    padding-bottom:3.052rem;
    margin-bottom:18px;
}
.company-container{
    margin-top:2.441rem;
    padding-bottom:3.052rem;
}
.company-container table{
    border-collapse:collapse!important;
}
.company-container td,.company-container th{
    border:0!important;
    color:#212f36!important;
}
.company-page .bottom-section .dnd-section>.row-fluid{
    padding:0;
}
.sustainability-container{
    margin-top:2.441rem;
}
.sustainability-page .bottom-section .span6{
    display:block;
    border:1px solid rgba(33,47,54,.125);
    width:50%;
    padding:1.25rem;
}
.sustainability-page .bottom-section .span6:last-child{
    margin-left:30px;
}
.sustainability-page .bottom-section{
    padding-bottom:3.052rem;
}
.service-details-page .dnd-section>.row-fluid{
    padding:0;
}
.service-details-page .main-section{
    padding-bottom:6.052rem;
}
.drilling-page .my-3.grid-pagination-wrap,.safety-page .my-3.grid-pagination-wrap,.service-details-page .my-3.grid-pagination-wrap,.vending-page .my-3.grid-pagination-wrap{
    margin-bottom:1.563rem!important;
}
.drilling-page .dnd-section>.row-fluid{
    padding:0;
}
.drilling-page .product-service-categories-wrapper h2,.safety-page .product-service-categories-wrapper h2,.supplies-page .product-service-categories-wrapper h2,.vending-page .product-service-categories-wrapper h2{
    margin-bottom:32px;
}
.safety-page .bottom-sec .dnd-section>.row-fluid{
    padding:0;
}
.vending-page .dnd-section>.row-fluid{
    padding:0;
}
.vending-page .main-section{
    margin-top:1.563rem;
}
.vending-page .border-bottom{
    border-bottom:0!important;
    margin-bottom:0!important;
}
.procurement-page .top-sec .hs_cos_wrapper_type_rich_text{
    max-width:66.66667%;
    display:block;
    margin:0 auto!important;
    padding:6rem 15px 6.6rem;
}
.procurement-page .bottom-sec .dnd-section>.row-fluid{
    padding:0;
}
.compressors .brand-filters.btn{
    width:160px;
    line-height:1.2;
    white-space:normal;
    border-color:#d0dada;
    padding-top:1rem;
    padding-bottom:1rem;
}
.compressors .product-service-categories-wrapper h2{
    margin-bottom:9px;
    margin-top:1px;
}
.supplies-page .bottom-sec .dnd-section>.row-fluid{
    padding:0;
}
.why-dnow-grp .dnd-section{
    padding-top:2.441rem;
    padding-bottom:3.052rem;
}
.brands-main-grp .dnd-section>.row-fluid,.dnow-news-grp .dnd-section>.row-fluid,.engineering-bottom-grp .dnd-section>.row-fluid,.get-in-touch-grp .dnd-section>.row-fluid,.manufacturing-container .get-in-touch-grp .dnd-section>.row-fluid,.methodology-grp .dnd-section>.row-fluid,.offshore-catalog-grp .dnd-section>.row-fluid{
    padding-left:0;
    padding-right:0;
}
.inventory-grp .dnd-section{
    padding-top:3.052rem;
    padding-bottom:3.052rem;
}
.downstream-grp .hs_cos_wrapper_type_rich_text{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px;
    display:block;
}
.manufacturing-services-grp .dnd-section{
    padding-top:3.126rem;
    padding-bottom:3.126rem;
}
.manufacturing-services-grp .hs_cos_wrapper_type_rich_text{
    display:block;
    column-count:2;
}
.stream-flow-grp .dnd-section{
    padding-top:3.052rem;
    padding-bottom:3.052rem;
}
.downstream-grp .dnd-section{
    padding:0;
}
.downstream-grp .dnd-section .widget-type-rich_text{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    -ms-flex-pack:center;
    justify-content:center;
    border-top:1px solid #d0dada;
    padding-top:2.441rem;
    padding-bottom:2.441rem;
}
.about-supply-grp .dnd-section{
    padding-top:3.052rem;
    padding-bottom:3.052rem;
}
.offshore-catalog-grp .full-col-content-wrapper .row{
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:2.441rem;
    margin-bottom:2.441rem;
}
.offshore-catalog-grp .full-col-content-wrapper .col-md-12 .page-center{
    padding:0;
}
.offshore-catalog-grp .full-col-content-wrapper .page-center.py-8{
    padding-bottom:0!important;
}
.offshore-drilling-grp .row-fluid [class*=span]{
    min-height:auto!important;
}
.offshore-drilling-grp .widget-type-rich_text hr{
    margin:0;
    border-top:1px solid #d0dada;
}
.offshore-industry-grp .dnd-section{
    padding-top:3.052rem;
    padding-bottom:3.052rem;
}
.brands-main-grp .dnd-section{
    padding:0;
}
.dura-products-page .dnd-section>.row-fluid,.odessa-pumps .main-content-section .dnd-section>.row-fluid{
    padding:0;
}
.dura-products-page .dnd-section,.odessa-pumps .main-content-section .dnd-section{
    padding:0;
}
.odessa-pumps .product_service .dnd-section{
    padding-bottom:3.052rem!important;
    padding-top:3.052rem!important;
}
.dura-products-page .main-content-section .banner p.mb-lg-8,.odessa-pumps .main-content-section .banner p.mb-lg-8{
    margin-bottom:.8rem!important;
    margin-top:.8rem!important;
}
.dura-products-page .full-col-content-wrapper .col-md-12>.page-center{
    padding:0;
}
.dura-products-page .full-col-content-wrapper .page-center.py-8{
    padding-bottom:3.052rem!important;
    padding-top:3.052rem!important;
}
.dura-products-page .cst-approved-by-grp.mt-3>.page-center,.odessa-pumps .cst-approved-by-grp.mt-3>.page-center{
    margin-top:4.768rem!important;
    margin-bottom:4.768rem!important;
}
.dura-products-page section.dnow-gallary-wrap.mb-5,.odessa-pumps section.dnow-gallary-wrap.mb-5{
    margin-bottom:0!important;
}
.dura-products-page #grid-container .grid-image img,.odessa-pumps #grid-container .grid-image img{
    max-width:100%;
    height:auto;
}
.dura-products-page .dnow-3in1-vSlider h3:empty{
    display:block;
}
.dura-products-page .cst-approved-by-grp .title h3:empty,.dura-products-page .cst-approved-by-grp .title p:empty{
    display:none;
}
.odessa-pumps #grid-container .col-sm-auto.text-right{
    display:none!important;
}
.odessa-pumps #grid-container .grid-pagination-wrap{
    margin-bottom:1.563rem!important;
    margin-top:0!important;
}
.cst-approved-by-grp .title p:empty{
    display:none;
}
.banner-section .dnd-section>.row-fluid{
    max-width:none;
}
.text-right{
    text-align:right;
}
.dura-products-page .dnow-img-gallary .slick-slide img,.odessa-pumps .dnow-img-gallary .slick-slide img{
    width:100%!important;
}
.breadcrumb-wrapper ul:empty{
    margin:0;
}
@media (min-width:500px){
    .tvs-customer-section .dnd-section .widget-type-cell .homepage .cst-title-col-grp{
        padding-left:54.932px;
        padding-right:54.932px;
    }
}
@media (min-width:576px){
    .tvs-customer-section .dnd-section .widget-type-cell{
        max-width:767.9999999979999px;
    }
}
@media (min-width:768px){
    .tvs-customer-section .dnd-section .widget-type-cell{
        max-width:991.999999998px;
    }
    .homepage .cst-title-col-grp {
      max-width: 992px;
      margin-left: auto;
      margin-right: auto;
    }
    .downstream-grp .hs_cos_wrapper_type_rich_text,.offshore-catalog-grp .full-col-content-wrapper .col-md-12{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%;
    }
    .odessa-pumps #grid-container .col-md-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%;
    }
}
@media (min-width: 992px){
  .homepage .cst-title-col-grp {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage-header.fixed .nav-search form .hs-search-field__input {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }

  .homepage-header.fixed .nav-search form button.search-submit, 
  .homepage-header.fixed .nav-search form button.search-submit:hover, 
  .homepage-header.fixed .custom-menu-primary ul.submenu.level-1>li>a, 
  .homepage-header.fixed .custom-menu-primary ul.submenu.level-1>li>a:hover {
    color: #fff;
  }

  .homepage-header.fixed .nav-search form input::-webkit-input-placeholder {
    color: #fff;
    opacity: .8;
  }

  .homepage-header.fixed .header-menu ul li a, 
  .homepage-header.fixed .header-menu ul li a:hover {
    color: #fff;
  }

  .homepage-header.fixed .custom-menu-primary {
    padding-top: 0px;
  }

  .homepage-header.fixed #main-nav>div {
    padding-bottom: 13px;
  }

  .homepage-header.fixed .nav-search form .hs-search-field__input:focus {
    background-color: transparent;
  }

  .homepage-header.fixed #main-nav>div.custom-menu-primary {
    padding: 0;
  }

  @-moz-document url-prefix() {
    .custom-menu-primary .navigation-primary {
      margin-bottom: 5px;
    }

    .homepage-header.fixed #main-nav > div {
      padding-bottom: 0;
    }
  }
}



@media (min-width: 1200px){
  .homepage .cst-title-col-grp {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:1400px){
    .tvs-customer-section .dnd-section .widget-type-cell .homepage .cst-title-col-grp{
        padding-left:18px;
        padding-right:18px;
    }
}
.tvs-customer-section .dnd-section .widget-type-cell{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:35.156px;
    padding-right:35.156px;
}
@media (max-width:1399px){
    .acquisitions-page .acquisitions-container .hs_cos_wrapper_type_rich_text,.acquisitions-page .cst-title-col-grp.my-10,.diversity-page .diversity-container .hs_cos_wrapper_type_rich_text{
        padding-left:54.932px;
        padding-right:54.932px;
    }
    .electrical-container .hs_cos_wrapper_type_rich_text{
        padding-left:109.932px;
        padding-right:109.932px;
    }
}
@media (max-width:1199px) and (min-width:992px){
    @-moz-document url-prefix(){
        .custom-menu-primary .navigation-primary{
            margin-bottom:8px;
        }
        .homepage-header.fixed #main-nav>div{
            padding-bottom:0;
        }
    }
}
@media (max-width:991px){
    .body-container-wrapper{
        padding-top:71px;
    }
    .breadcrumb-wrapper .hs-breadcrumb-menu-item+.hs-breadcrumb-menu-item:before{
        padding-right:12px;
    }
    .contact-content-wrapper .span6.widget-span:first-child{
        padding:0;
    }
    .contact-content-wrapper .span6.widget-span{
        width:100%;
    }
    .contact-content-wrapper .span6.widget-span .row-fluid [class*=span],.contact-content-wrapper .span6.widget-span:last-child{
        min-height:1px!important;
    }
    .product-service-page .product-slider-wrap .col-md-6{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
    .location-content .span6.widget-span:first-child ul li a{
        min-height:25px;
    }
    @-moz-document url-prefix(){
        .homepage-header.fixed .slide-menu-control{
            margin-top:0!important;
        }
    }
    .acquisitions-page .banner p.my-2.my-md-4.mb-lg-8{
        padding-bottom:0;
    }
    .acquisitions-page .cst-right-col{
        margin-top:0;
    }
}
@media (max-width:767px){
    .region-page .hs_cos_wrapper_type_rich_text table tr td{
        height:auto!important;
        display:block;
        width:100%!important;
    }
    .location-content .dnd-section>.row-fluid{
        display:block;
    }
    .location-content .span6.widget-span{
        width:100%;
    }
    .sustainability-page .bottom-section .span6:last-child{
        margin-left:0;
    }
    .sustainability-page .bottom-section .span6{
        width:100%;
        margin-bottom:20px;
    }
    .procurement-page .top-sec .hs_cos_wrapper_type_rich_text{
        max-width:100%;
    }
    .card{
        margin:15px 0;
        width:auto;
    }
}
@media (max-width:575.98px){
    .table-responsive-sm{
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }
    .contact-content-wrapper form .input{
        margin-right:0!important;
    }
    .contact-content-wrapper form .hs-form-field{
        width:100%!important;
        float:none!important;
    }
    .contact-content-wrapper form .hs-input{
        width:100%!important;
    }
}
@media (max-width:499px){
    .acquisitions-page .acquisitions-container .hs_cos_wrapper_type_rich_text,.acquisitions-page .cst-title-col-grp.my-10,.diversity-page .diversity-container .hs_cos_wrapper_type_rich_text,.electrical-container .hs_cos_wrapper_type_rich_text{
        padding-left:35.156px;
        padding-right:35.156px;
    }
}
@media (max-width:479px){
    .manufacturing-services-grp .hs_cos_wrapper_type_rich_text{
        column-count:auto;
    }
}
@media (max-width:411px){
    .website-page .widget-type-section_header h1{
        font-size:2rem;
    }
    .hiring-events-header .page-header.section-header h1{
        font-size:2rem;
    }
    .corporate-container h1{
        font-size:2rem;
    }
    .company-page .hs_cos_wrapper_type_rich_text h1,.sustainability-container h1{
        font-size:2rem;
    }
    .why-dnow-grp h1{
        font-size:2rem;
    }
    .pipe-valve-details .specifications-container table td{
        padding-left:10px!important;
        padding-right:10px!important;
        font-size:15px;
    }
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
****************************************************************************** */
.header-group{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:999;
    transition:background .25s ease-in-out;
}
.header-shadow{
    position:absolute;
    pointer-events:none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1001;
    box-shadow:0 1px 3px 1px rgba(0,0,0,.12);
}
.navbar{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:.5rem 1rem;
}
nav#dnow-nav .navbar-inner{
    position:relative;
}
.logo-wrap img{
    padding-top:.8rem;
    padding-bottom:.8rem;
    max-width:150px;
}
.nav-search form{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%;
}
.nav-search form .hs-search-field__input{
    display:block;
    padding:.375rem .75rem;
    font-weight:400;
    line-height:1.6;
    background-color:#fff;
    background-clip:padding-box;
    border-width:1px;
    border-style:solid;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size:.8rem;
    margin:0;
    font-family:inherit;
    padding-left:2.441rem;
    min-height:1px;
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:1%;
    margin-bottom:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.nav-search form .hs-search-field__input:focus{
    background-color:#fff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(212,39,46,.25);
}
.nav-search form button.search-submit{
    position:absolute;
    top:0;
    z-index:4;
    left:0;
    display:inline-block;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    padding:.375rem .75rem;
    line-height:1.6;
    border-radius:.125rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size:.8rem;
    margin:0;
    font-family:inherit;
    background-color:transparent;
    border:1px solid transparent;
    cursor:pointer;
}
.nav-search form button.search-submit:hover{
    background-color:transparent;
}
.header-menu{
    margin-left:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    position:static;
}
.header-menu ul{
    margin:0;
    padding:0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    margin-left:auto;
}
.header-menu ul li a{
    text-decoration:none;
    display:block;
    padding:.5rem 1rem;
    font-size:.8rem;
}
.header-menu ul li{
    padding:0;
    text-transform:none;
    display:inline-block;
}
.header-menu ul li:last-child a{
    padding-right:0;
}
.btn{
    display:inline-block;
    font-weight:400;
    color:#212f36;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.6;
    border-radius:.125rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor:pointer;
}
.btn-primary{
    color:#fff;
    background-color:#d4272e;
    border-color:#d4272e;
}
.btn:hover{
    color:#212f36;
    text-decoration:none;
}
.btn-primary:hover{
    color:#fff;
    background-color:#b42127;
    border-color:#a91f25;
}
@media (max-width:1200px) and (min-width:992px){
    .header-menu ul li a{
        padding:.5rem;
    }
}
@media (min-width:992px){
    .navbar-expand-lg{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -ms-flex-pack:start;
        justify-content:flex-start;
    }
    #mobile-nav{
        display:none!important;
    }
}
@media (max-width:991px){
    .logo-wrap img{
        max-width:90px;
        display:block;
    }
    .btn{
        display:inline-block;
        font-weight:400;
        color:#212f36;
        text-align:center;
        vertical-align:middle;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
        background-color:transparent;
        border:1px solid transparent;
        padding:.375rem .75rem;
        font-size:1rem;
        line-height:1.6;
        border-radius:.125rem;
        transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        cursor:pointer;
    }
    .btn:hover{
        color:#212f36;
        text-decoration:none;
    }
    .btn-primary{
        color:#fff;
        background-color:#d4272e;
        border-color:#d4272e;
    }
    .btn-primary:hover{
        color:#fff;
        background-color:#b42127;
        border-color:#a91f25;
    }
    .slide-menu{
        display:none;
        position:fixed;
        top:0;
        width:350px;
        max-width:100%;
        height:100vh;
        overflow:hidden;
        overflow-y:auto;
        box-sizing:border-box;
        background:#fff;
        transition:transform .3s ease-in-out;
        transform:translateX(110%);
        will-change:transform;
        z-index:1001;
        background-color:#eef2f4;
        box-shadow:-2px 1px 3px 1px rgba(0,0,0,.12);
    }
    .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
    .slide-menu .slider{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        transition:transform .3s ease-in-out;
        transform:translateX(0);
        will-change:transform;
    }
    .slide-menu ul{
        padding-left:0;
        list-style:none;
        position:relative;
        width:350px;
        max-width:100%;
        margin:0;
        background-color:#fff;
        height:100vh;
        display:block;
    }
    .slide-menu li{
        border-bottom:1px solid #d7dadb;
        width:100%;
    }
    .slide-menu a{
        display:block;
        padding:12px 24px;
        color:#212f36;
        text-decoration:none;
    }
    .slide-menu a:hover{
        color:#d4272e;
    }
    .slide-menu .next-control{
        cursor:pointer;
        overflow:hidden;
        float:right;
    }
    a:not([href]):not([tabindex]){
        color:inherit;
        text-decoration:none;
    }
    .slide-menu ul ul{
        position:absolute;
        top:0;
        left:100%;
        display:none;
        background-color:#eef2f4;
    }
    .slide-menu .back-control{
        background-color:#fff;
        text-align:center;
    }
    .slide-menu .back-control i{
        float:left;
        padding-right:5px;
    }
    .slide-menu ul ul li:not(.back-control){
        padding:.2rem 0;
    }
    #overlay{
        position:fixed;
        display:none;
        width:100%;
        height:100%;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-color:rgba(0,0,0,.5);
        z-index:1000;
        cursor:pointer;
    }
    .slide-menu ul li.hs-menu-depth-1>a{
        background:#fff;
    }
    .slide-menu .next-control~.slide-menu .next-control{
        display:none!important;
    }
    .slide-menu .back-control:not(:first-child),.slide-menu .next-control:not(:first-child){
        display:none;
    }
    .mobile-open .slide-menu{
        transform:translateX(0)!important;
    }
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
****************************************************************************** */
.copyright{
    font-size:.8rem;
    border-top-width:1px;
    border-top-style:solid
}
.copyright ul{
    padding:0;
    list-style:none
}
.copyright ul li{
    display:inline-block;
    margin-bottom:.4rem;
    margin-right:2rem;
}
.copyright ul li:last-child{
    margin-right:0;
}
.footer-group a{
    text-decoration:none;
    font-weight:500;
    background-repeat:no-repeat;
    background-size:0 100%;
    transition:background-size .25s ease-in-out
}
.footer-group a:hover{
    text-decoration:none;
    background-size:100% 100%
}
.footer-menu .hs-menu-wrapper ul{
    padding:0;
    margin:0 0 1rem;
    line-height:normal
}
.footer-menu .hs-menu-wrapper ul li{
    display:block;
}
.footer-menu .hs-menu-wrapper>ul>li>a{
    font-size:1rem;
    margin-bottom:1rem;
    line-height:1.2;
    font-weight:700;
    padding:0;
    cursor:text
}
.footer-menu .hs-menu-wrapper>ul>li>a:hover{
    background-image:none;
    text-decoration:none
}
.footer-menu .hs-menu-wrapper ul ul{
    margin:0;
    padding:0;
    list-style:none
}
.footer-menu .hs-menu-wrapper ul ul li{
    margin:0 0 .8rem;
    padding:0;
    display:block;
    width:100%;
    line-height:1.6
}
.footer-menu .hs-menu-wrapper ul ul li:last-child{
    margin-bottom:0;
}
.footer-menu .hs-menu-wrapper ul ul li a{
    padding:0;
    display:inline-block;
}
.footer-group h5{
    margin-bottom:1rem;
}
.footer-region-wrap ul{
    margin-left:0;
    margin-right:0;
    padding:0;
    list-style:none
}
.footer-region ul li{
    margin-bottom:.8rem;
}
.social-footer-icon-wrap a{
    text-decoration:none;
    background-image:none!important;
    display:inline-block;
    margin-right:2rem;
    transition:all .2s ease-in;
    transform:scale(1);
    font-size:1.5rem;
}
.social-footer-icon-wrap a:hover{
    transition:all .2s ease-in;
    transform:scale(1.2)
}
.social-footer-icon-wrap ul{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.social-footer-icon-wrap a.ion-social-facebook:before{
    font-size:1.3rem;
    color:#212f36;
    background-color:#87d1e6;
    padding-right:4px;
    padding-left:9px;
    padding-top:3px;
    line-height:.78;
    border-radius:2px;
}
.social-footer-icon-wrap a.ion-social-facebook:hover:before{
    color:#212f36;
    background-color:#fff
}
/* ******************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
****************************************************************************** */
.bg-light{
    background-color:#eef2f4!important;
}
.pt-8,.py-8{
    padding-top:3.052rem!important;
}
.pb-8,.py-8{
    padding-bottom:3.052rem!important;
}
.card{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgba(33,47,54,.125);
    border-radius:.125rem;
}
#grid-container .card{
    height:100%;
    box-shadow:0 1px 5px 1px rgba(0,0,0,.07);
    border:1px solid #d7dadb
}
.card-body{
    -ms-flex:1 1 auto;
    flex:1 1 auto
}
.fs-1{
    font-size:.8rem!important;
}
.mt-1,.my-1{
    margin-top:.4rem!important;
}
.blog-main-wrap.post .page-center{
    margin-bottom:.025rem!important;
    margin-top:2.441rem!important;
}
.blog-post__body{
    padding-top:1.052rem!important;
    padding-bottom:3.052rem!important;
}
.blog-post__body p{
    word-break:break-word
}
#grid-container a{
    text-decoration:none;
    cursor:pointer
}
#grid-container .grid-items-wrapper a:hover{
    text-decoration:none;
    color:#7e171b
}
.pagination{
    display:-ms-flexbox;
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:.125rem;
}
.pagination li.page-item{
    list-style:none
}
.page-link{
    position:relative;
    display:block;
    padding:.5rem 1rem;
    line-height:1.25;
    color:#d4272e
}
.page-link:hover{
    z-index:2;
    color:#931b20;
    text-decoration:none;
    background-color:#eef2f4;
    border-color:#d0dada
}
.page-link:focus{
    z-index:2;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(212,39,46,.25)
}
.page-item:first-child .page-link{
    margin-left:0;
    border-top-left-radius:.125rem;
    border-bottom-left-radius:.125rem;
}
.page-item:last-child .page-link{
    border-top-right-radius:.125rem;
    border-bottom-right-radius:.125rem;
}
.page-item.active .page-link{
    z-index:1;
    color:#fff;
    background-color:#d4272e;
    border-color:#d4272e
}
.blog-pagination.pagination{
    padding-bottom:2rem!important;
    padding-top:1rem!important;
    align-items:center
}
.heading-font{
    font-family:HCo Forza,sans-serif!important;
}
.body-font{
    font-family:HCo Forza,sans-serif!important;
}
.blog-main-wrap.post img{
    height:auto!important;
}
.blog-main-wrap.post table td,.blog-main-wrap.post table th{
    border:0;
}
span.font-weight-bold{
    font-weight:700;
}
@media (min-width:500px){
    .blog-post__body-content .container{
        padding-left:54.932px;
        padding-right:54.932px;
    }
}
@media (min-width:768px){
    .blog-main-wrap.post table img{
        max-width:inherit
    }
}
@media (min-width:1400px){
    .blog-post__body-content .container{
        padding-left:18px;
        padding-right:18px;
    }
}
@media (max-width:767px){
    .blog-post__body .row{
        display:block
    }
    .blog-post__body p{
        padding-right:0!important;
    }
}
@media (max-width:575px){
    .blog-pagination.pagination{
        -ms-flex-pack:center!important;
        justify-content:center!important;
    }
}
@media (max-width:479px){
    .blog-main-wrap.post table{
        width:100%!important;
        display:block!important;
    }
    .blog-main-wrap.post table td,.blog-main-wrap.post table th{
        width:100%!important;
        display:block!important;
        height:auto!important;
    }
    .blog-main-wrap.post table tr{
        display:block!important;
    }
    .blog-main-wrap.post table tbody{
        display:block!important;
    }
}
@media (max-width:411px){
    .blog-main-wrap.post h1{
        font-size:2rem;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.hs-search-field__suggestions {
  top: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  display: none;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d0dada !important;
  background-clip: padding-box;
  box-shadow: rgba(0,0,0,.09) 0 1px 2px 1px;
  left: -100%;
  margin: 0;
  padding: .8rem 1.2rem !important;
  font-size: .8rem;
  position: absolute;
  z-index: 99999;
}
.hs-search-field--open .hs-search-field__suggestions {
  display: block;
}

.hs-search-field__suggestions #results-for {
  padding: .2rem .4rem !important;
  margin-bottom: .4rem !important;
  line-height: 1.563rem;
  border-bottom: 1px solid #d0dada;
  font-weight: normal !important;
}

.hs-search-field__suggestions #results-for:hover {
  outline: 0;
  color: #212f36;
  background-color: transparent;
}

.hs-search-field__suggestions li {
  padding: .2rem .4rem !important;
  line-height: 1.563rem;
  cursor: pointer;
  transition: background-color .1s ease,color 150ms ease;
  display: block;
}

.hs-search-field__suggestions li a {
  color: #212f36;
  text-decoration: none;
  display: block;
}

.hs-search-field__suggestions li:hover {
  outline: 0;
  color: #fff;
  background-color: #d4272e;
}

.hs-search-field__suggestions li a:hover {
  background-color: transparent;
  color: #fff;
}

.hs-search-field__suggestions li:hover a {
  color: #fff;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.query-input input {
  height: auto;
  display: block;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #535a5a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7dadb;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1.25rem;
  width: 100%;
}

.query-input .input-group-fixed-right {
  right: 15px;
  position: absolute;
  top: 0;
  z-index: 4;
}

.query-input .input-group-fixed-right button {
  color: #d4272e;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: .125rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: .375rem .75rem;
}

.search-result-wrapper .hs-search-results {
  margin-top: .8rem;
}

.search-result-wrapper ul.hs-search-results__listing li {
  height: 100%;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,.07);
  border: 1px solid #d7dadb;
  background-color: #fff;
  border-radius: .125rem;
  padding: 1.25rem;
}

.search-result-wrapper .hs-search-results__description {
  margin-top: .8rem;
  padding-top: 0;
  margin-bottom: 0;
}

.search-result-wrapper ul.hs-search-results__listing li a {
  font-family: inherit;
  margin: 0;
  color: #d4272e;
  font-size: inherit;
}

.search-result-wrapper ul.hs-search-results__listing li a:hover {
  color: #931b20;
}

.hs-search-results__pagination a {
  color: #d4272e !important;
  display: inline-block;
}

.hs_cos_wrapper_type_member_login .hs-form-field,
.hs_cos_wrapper_type_member_register .hs-form-field{
    margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  color: #202221;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #202221;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.systems-page .form-container input[type="text"],
.systems-page .form-container input[type="email"],
.systems-page .form-container input[type="password"],
input#hs-pwd-widget-password {
  max-width: 767px;
  width: 100%;
  display: block;
}
input.email-edit.hs-input {
  width: 100% !important;
  max-width: 767px;
  display: block;
}
.systems-page .form-container .hs-form-field>label,
.systems-page .form-container .hs-input[type=checkbox] {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs, .systems-page .form-container ul.no-list.hs-error-msgs li {
  margin: 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs {
  padding: 0;
  max-width: 767px;  
}
.systems-page .form-container .form-input-validation-message {
  font-size: inherit;
}
.error-404-pg .page-center.py-8 {
  padding-top: 0 !important;
}
.error-404-pg .my-7 {
  margin-bottom: 0rem!important;
}

@media (max-width: 411px) {
  .masthead-txt h1 {
    font-size: 2rem;
  }
}