/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.dnd-section > .row-fluid,
.container,
.page-center,
.content-wrapper{
  margin: 0 auto;
  padding-left:70px;
  padding-right:70px;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section .span12.dnd-column {
  padding-left: 0;
  padding-right: 0;
}

@media(max-width:991px){
  .dnd-section > .row-fluid,
  .container,
  .page-center,
  .content-wrapper{
    padding-left:40px;
    padding-right:40px;
  }
  body .pd-20-box{
    padding-left:20px;
    padding-right:20px;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  letter-spacing: -0.02em;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  letter-spacing:0;
}
p:last-child {
  margin-bottom: 0;
}

/* Anchors */

a {
  text-decoration:none;
  cursor: pointer;
  transition:all 0.3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

h1 {
  line-height:1.208;
}

h2 {
  line-height:1.15;
  letter-spacing:-0.72px;
}

h3 {
  line-height:1.250;
}

h4 {
  line-height:1.2249;
}

h5 {
  line-height:1.1888;
  letter-spacing: 0.13em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}


/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width:100%;
  vertical-align:middle;
}

@media(max-width:767px){
  body{
    line-height:23.4px;
  }
  h2{
    line-height: 31.4px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 30px;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
  line-height: 1.26;
}

/* Help text */

form legend {
  font-size: 20px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  padding: 0.7rem;
  width: 100% !important;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #d6006e;
  margin-left: 4px;
}

.hs-input.invalid.error {
  border-color: #d6006e;
}

.hs-error-msg {
  color: #d6006e;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */


header.header-with-cta .header-inner {
    justify-content: space-between;
}

header.header-with-cta .header-inner .hs-logo {
    width: auto;
}


.header__container {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}
.header-main {
  left: 0;
  padding: 27px 20px 28px;
  position: absolute;
  top: 0;
  transition: background .3s ease;
  width: 100%;
  z-index: 1001;
}

.without-banner .header.header-main-wp {
  min-height: 100px;
}
.hs-lp-header .header-main {
  padding-top: 28px;
  padding-bottom: 28px;
}
.hs-logo img {
  width: 159px !important;
}
.hs-menu-primary ul > li {
  margin: 0 13px;
  padding: 0 13px;
}
.hs-menu-primary ul > li .menu__link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.13em;
  text-align: center;
  line-height: 1.313;
}
.header-main .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.hs-header-menu-group ul.menu__wrapper.no-list {
  display: inline-block;
  vertical-align: middle;
}
.hs-header-menu-group .hs-header-cta {
  display: inline-block;
  vertical-align: middle;
}

.hs-landing-page .hs-lp-header.header-with-cta{
  min-height:100px;
}


.hs_white_cta a.cta_button {
  -moz-box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
}
.hs_white_cta a.cta_button,
.hs_white_cta a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .13em;
  text-align: center;
  color: #d6006e;
  background-color: #fff;
  padding: 11px 38px;
  display: inline-block;
  text-transform: uppercase;
}
.hs_white_cta a.cta_button:hover,
.hs_white_cta a:hover {
  background-color: #D4006D;
  color: #fff;
}
#nav-toggle {
  display: none;
}
.fix-header .header-main {
  position: fixed;
}
.fix-header .header-main {
  box-shadow: 0px 0px 20px rgba(63, 83, 100, 0.4);
}

.header-main-wp.header_v2 .header__container {
  position: static;
}
.hs-header-top-section {
  text-align: right;
  padding-bottom: 4px;
}
.hs-header-top-section .hs-menu-wrapper > ul {
  display: block;
}
.hs-header-top-section .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
}
.hs-header-top-section .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: " ";
  background-color: #bfbfbc;
  height: 15px;
  width: 1px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  margin: 0 25px;
}
.hs-header-top-section .hs-menu-wrapper > ul > li > a {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.hs-header-top-section .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 110, 199, 1.0);
}
.header_v2 .header-main {
  padding-top: 6px;
  /*     border-bottom: solid 1px rgba(255,255,255,0.2); */
}
.header_v2 .hs-header-menu-group.hs-header-mega_menu_section {
  margin-top: 5px;
}
.header_v2 .header-main .hs-logo img {
  width: 120px!important;
  height:auto!important;
}

/* ------------- Glossary Header - Jan2023 ------------- */
.glossary-header .header-main {
  background-color: #fff;
  padding: 27px 20px;
  position: relative;
}
.glossary-header .menu__link, .glossary-header .hs_mega_menu_group .normal_menu > ul > li > a {
  color: #000;
}
.glossary-header .hs_mega_menu_group .normal_menu > ul > li > a::after {
  border-bottom: 1px solid #0B63E5;
}
.glossary-header .hs_mega_menu_group .normal_menu > ul > li:not(:last-child)::after {
  background-color: #0B63E5;
}
.glossary-header .hs_mega_menu_group .normal_menu > ul > li:hover > a::after {
  border-color: #0B63E5;
}
.glossary-header .hs_mega_menu_group .normal_menu > ul > li > a {
  font-size: 12px;
  line-height: 60px;
}
.glossary-header .hs_mega_menu_group .megaMenu_cta a {
  background-color: #D9D9D9;
  color: #000;
  font-size: 12px;
  padding: 11px 42px;
}
.glossary-header .hs_mega_menu_group .normal_menu > ul > li:not(:last-child)::after {
  background-color: transparent;
  margin: 0 10px;
}
.glossary-header  .hs_mega_menu_group .megaMenu_cta a:hover {
  background-color: #0B63E5;
}
.glossary-header.header_v2 .hs-header-menu-group.hs-header-mega_menu_section {
  margin: 5px auto 0;
}
.fix-header .glossary-header .header-main {
  position: fixed;
}
.header-with-white-bg.header .header-main{
  background-color: #ffffff;
}



@media (min-width: 768px) {
  .glossary-header .menu .menu__item--depth-1:hover > .menu__link, 
  .glossary-header .menu .menu__item--depth-1:focus > .menu__link, 
  .glossary-header .hs_mega_menu_group .normal_menu > ul > li:hover > a, 
  .glossary-header .hs_mega_menu_group .normal_menu > ul > li.open-mega-menu > a {
    color: #0b63e5;
  }
  .fix-header .glossary-header.header-main .menu__item--depth-1:hover > .menu__link::after, .without-banner .header-main .menu__item--depth-1:hover > .menu__link::after, 
  .fix-header .glossary-header .hs_mega_menu_group .normal_menu > ul > li:hover > a::after, .without-banner .hs_mega_menu_group .normal_menu > ul > li:hover > a::after {
    border-color: #0B63E5;
  }
  .fix-header .glossary-header .menu .menu__item--depth-1:hover > .menu__link, .without-banner .menu .menu__item--depth-1:hover > .menu__link, 
  .fix-header .glossary-header .hs_mega_menu_group .normal_menu > ul > li:hover > a, .without-banner .hs_mega_menu_group .normal_menu > ul > li:hover > a, 
  .fix-header .glossary-header .hs-header-top-section .hs-menu-wrapper > ul > li > a:hover {
    color: #0B63E5;
  }
  .header-with-white-bg .hs-header-top-section .hs-menu-wrapper > ul > li > a, .header-with-white-bg .hs_mega_menu_group .normal_menu > ul > li > a {
    color: rgba(65, 83, 100, 1.0);
  }
  .header-with-white-bg .hs-header-top-section .hs-menu-wrapper > ul > li > a:hover, .header-with-white-bg .hs_mega_menu_group .normal_menu > ul > li > a:hover {
    color: #ED40A9;
  }
}




@media (min-width: 768px) {
  .hs-logo.mobile_view {
    display: none !important;
  }
  .fix-header .hs-logo.mobile_view {
    display: block !important;
  }
  .fix-header .hs-logo.normal_logo {
    display: none !important;
  }
  .fix-header .hs-logo img {
    width: 100px!important;
  }
  .fix-header .header-main {
    padding: 14px 20px 15px;
  }
/*   .without-banner .hs-logo.mobile_view {
    display: block !important;
  } */
/*   .without-banner .hs-logo.normal_logo {
    display: none !important;
  } */
  
  .hs-landing-page .hs-lp-header.header-with-cta .hs-logo.mobile_view{
  display: block !important;
  }

  .hs-landing-page .hs-lp-header.header-with-cta .hs-logo.normal_logo{
  display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1190px) {
  .hs-header-top-section {
    text-align: center;
    margin-bottom: 12px;
  }
}


@media (max-width: 1230px) and (min-width: 768px) {
  .hs-header-cta a.cta_button {
    padding: 10.5px 15px;
    font-size: 14px;
  }
}

@media (max-width: 1190px) and (min-width: 768px) {
  .without-banner .header.header-main-wp {
    min-height: 206px;
  }
  .header-main .header-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hs-logo {
    width: 100%;
    text-align: center;
  }
  .hs-header-menu-group ul.menu__wrapper.no-list {
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .hs-header-menu-group .hs-header-cta {
    display: block;
    text-align: center;
  }
}

/* Mobile toggles */
.header__navigation.header--element.mobile{
  display:none;
}
@media (max-width: 767px) {
  .header__navigation.header--element.mobile ul li a>.fa-angle-down:before{
    font-family: FontAwesome;
    position:absolute;
    right:0;
    top:35%;
    font-style: normal;
  }
  .header__navigation.header--element.mobile ul li.menu__item--open a > .fa-angle-down:before {
    transform: rotate(180deg);
    transform-origin: center center;
  }

  .menu__item--has-submenu > .menu__link{
    width:100% !important;
  }

  .without-banner .header.header-main-wp {
    min-height: 99px;
  }
  .header__navigation.header--element.desktop{
    display:none;    
  }
  .header__navigation.header--element.mobile{
    display:block;
  }
  .open-header-menu .header-main {
    background: #fff;
    border-bottom: solid 1px #393939;
  }
  .header-main .header-inner {
    position: relative;
  }
  .hs-header-menu-group {
    display: block;
    width: 100%;
  }
  .hs-header-menu-group .header__navigation {
    background-color: #fff;
    border-top: solid 2px #ddd;
  }
  .header__navigation {
    background-color: #000;
    position: absolute;
    top: 98px;
    height: auto;
    overflow: auto;
    transition: right .3s ease;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin: -51px -20px;
    width: calc(100% + 40px);
    z-index:-100;
  }
  .header__navigation.open {
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
  .header__navigation--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }
  .header__navigation .menu__submenu .menu__link {
    color: #393939;
  }
  .hs-header-menu-group ul.menu__wrapper.no-list {
    display: block;
    width: 100%;
    float: left;
  }

  .header__navigation--toggle.hide{
    display: none;
  }
  .header__navigation--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    height: 25px;
    width: 30px;
    z-index: 12;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .header__navigation--toggle span {
    background-color: #fff;
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 3px;
  }
  .header__navigation--toggle span:before, 
  .header__navigation--toggle span:after {
    content: "";
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -1.5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    content: "";
  }
  .header__navigation--toggle span:before {
    top: -8px;
  }
  .header__navigation--toggle span:after {
    top: 10px;
  }
  .header__navigation--toggle.open span {
    background-color: transparent;
  }
  .header__navigation--toggle.open span:after, 
  .header__navigation--toggle.open span:before {
    background-color: #415364;
  }
  .header__navigation--toggle.open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__navigation--toggle.open span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }  
  .hs-header-menu-group .hs-header-cta {
    display: none;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .open-header-menu .hs-header-menu-group .hs-header-cta {
    display: block;
  }
  .hs-header-menu-group .hs_white_cta a.cta_button {
    background-color: #415364;
    display: block;
    color: #fff;
    box-shadow: 0px 0px 20px rgb(63 83 100 / 40%);
  }
  .menu__item--has-submenu:hover > .menu__link,
  .menu__item--has-submenu.menu__item--open > .menu__link {
    color: #d6006e;
  }
  .menu__item--has-submenu:hover > .menu__link:after {
    border-top-color: #d6006e;
  }
  .menu__item--has-submenu.menu__item--open > .menu__link:after {
    transform: rotate(0deg);
  }
  .header-main {
    padding: 14px 20px;
  }
  body.fix-header.open-header-menu .header-main {
    background-color: #fff;
  }
  .hs-logo.mobile_view {
    display: none;
  }
  .hs-logo img {
    width: 117px!important;
    height: auto !important;
  }
  .open-header-menu .hs-logo.mobile_view {
    display: block;
  }
  .open-header-menu .hs-logo.normal_logo {
    display: none;
  }
  .fix-header .hs-logo.mobile_view {
    display: block !important;
  }
  .fix-header .hs-logo.normal_logo {
    display: none !important;
  }
  .fix-header .header__navigation--toggle span,
  .fix-header .header__navigation--toggle span:after, 
  .fix-header .header__navigation--toggle span:before {
    background-color: #415364;
  }
  .fix-header .header__navigation--toggle.open span {
    background-color: transparent;
  }
  .without-banner .hs-logo.mobile_view {
    display: block;
  }
  .without-banner .hs-logo.normal_logo {
    display: none;
  }
  
    .hs-landing-page .hs-lp-header.header-with-cta .hs-logo.mobile_view{
  display: block 
  }

  .hs-landing-page .hs-lp-header.header-with-cta .hs-logo.normal_logo{
  display: none 
  }
  .without-banner .header__navigation--toggle span, 
  .without-banner .header__navigation--toggle span:after, 
  .without-banner .header__navigation--toggle span:before {
    background-color: #415364;
  }
  .without-banner.open-header-menu .header__navigation--toggle span {
    background-color: transparent;
  }
  .header__navigation.header--element.mobile ul li a > .fa-angle-down:before {
    /*     content: "\f0d7"; */
    content: "\f107";
    color: #183153;
    margin-left: 20px;
    font-weight: 900;
  }
  .hs-header-menu-group .menu__link {
    padding: 20px 0 !important;
    color: #415364 !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 20px;
    text-align: left;
  }
  .hs-header-menu-group .menu__submenu .menu__link {
    color: #5d7f99 !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    padding: 15px 10px !important;
    text-align: left;
  }
  .menu__child-toggle {
    padding: 20px 0 !important;
  }
  .menu__submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
  }
  .menu__submenu .menu__item {
    border-top: 1px solid #EAECEE !important;
  }

  .header__navigation .menu__submenu--level-2 {
    border-top: 1px solid #EAECEE;
  }
  .header__navigation .menu__submenu--level-2 {
    border-bottom: 0 !important;
  }
  .menu__child-toggle {
    height: 63px !important;
  }
  .hs-header-menu-group .hs-header-cta {
    display: none;
    z-index:-100;
  }

  .header--toggle.header__navigation--toggle.open span {
    width: 0!important;
  }
  .hs-header-menu-group .child-open > .menu__link i:before {
    color: #7B004C !important;
    transform: rotate(180deg);
    /    display: inline-block; 
  }
  .menu__submenu .menu__item:first-child {
    border-top: 0 !important;
  }
  .menu__submenu .menu__item:last-child {
    border-bottom: 1px solid #eaecee!important;
  }
  ul.menu__wrapper ul li span.menu__link:after {
    content: "\f0da";
    margin-left: 20px;
    font-weight: 900;
    font-family: "Font Awesome 6 Sharp";
  }
  .menu__item--open .menu__link i.fa-angle-down {
    display: inline-block !important; 
  }
  i.fa-solid.fa-angle-up {
    display: none !important;
  }
  .hs-header-menu-group .child-open>.menu__link {
    color: #7b004c!important;
  }
  ul.menu__wrapper  ul ul li span.menu__link:after {
    display: none;
  }
  .hs-header-menu-group ul.menu__wrapper ul ul li span.menu__link {
    font-size: 16px;
    line-height: 23.4px;
    font-weight: normal;
    text-align: left;
    color: #393939 !important;
  }
  .hs-header-menu-group ul.menu__wrapper ul ul {
    padding-left: 20px;
  }
  .header__navigation.open {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    overflow-y: auto;
    max-height: calc(100vh - 62px);
  }

  .hs-header-top-section {
    display: none !important;
  }
  .glossary-header .header__navigation--toggle span:before, 
  .glossary-header .header__navigation--toggle span:after {
    background-color: #000;
  }
  .glossary-header .header__navigation--toggle span {
    background-color: #000;
  }
  .header-with-white-bg .header__navigation--toggle span::before, .header-with-white-bg .header__navigation--toggle span::after, .header-with-white-bg .header__navigation--toggle span{
    background-color: #415364; 
  }
}

@media(max-width:480px){
  .new-lp-header-section {
    padding-top: 1.25rem;
  }
}


.header-main-wp.hs-lp-header .megaMenu_cta a {
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 26px;
    padding: 9px 24px;
    text-transform: none;
}

.header-main-wp.hs-lp-header .megaMenu_cta a:hover {
    background-color: #d4006d;
    color: #fff;
}
.footer {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.footer.v5 {
  position:relative;
  z-index:999;
}
.footer.footer-v7{
  position: static;
}
.justify-space-between{
  justify-content: space-between;
}
.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
.form-section {
  padding-left: 20px;
  padding-right: 20px;
}

.form-section .form-inner-section {
  padding:107px 0 103px;
}
.form-title-left, .form-title-left h5{
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.form-section .hs-button.primary.large {
  letter-spacing: .13em;
  text-align: center;
  border: 1px solid #fff;
  padding: 11px 50px 12px;
  text-transform: uppercase;
}

.form-section form input[type=email] {
  width: 334px;
  border: 0;
  outline: none;
  margin-right: 25px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
}
.form-section .hs-error-msg {
  color: #fff;
}


.ft-logo {
  padding-bottom: 70px;
}
.footer h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.cm-menu-top-sec {
  padding-bottom: 65px;
}
.md-ft-menu h6 {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 10px 0;
  margin-bottom: 0;
}
.menu-sec .menu_items ul>li {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 10px 8px;
  width: 100%;
}
.menu-sec .menu_items ul > li > a {
  color: #fff;
  line-height: 21.4px;
}

.menu-sec .highlighted_text {
  color: #FF6EC7;
}


.ft-bottom{
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color:#e5f2f5;
}
.ft-bottom .content-wrapper {
  max-width:90%;
}
.ft-bottom .ft-bottom-inner {
  padding: 6px 0;
}
.ft-bottom a,
.ft-bottom a:hover{
  color:#e5f2f5;
}
.ft-bottom-left a {
  text-decoration: underline;
  text-decoration-color: #d77fb5;
}
.ft-bottom-left a:hover {
  text-decoration: none;
}
.ft-bottom .ft-bottom-inner{
  min-height: 36px;
}
.inline-block {
  display: inline-block;
}
.footer .ft-bottom p{
  margin-bottom:0;
}
.footer .ft-bottom p span {
  margin-right: 15px;
}
.ft-bottom-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ft-bottom-right ul li {
  padding: 0 10px;
}
.ft-logo img {
  width: 192px !important;
}
.hs-ft-about .address-text {
  padding-bottom: 40px;
}
.ft-top {
  padding-top: 100px;
  padding-bottom: 200px;
}
.cont-sec a {
  color: #fff;
}
.cont-sec a i:after {
  content: "";
  display: inline-block;
  margin-left:5px;
  position: relative;
  text-align: center;
  transform: rotate(-90deg);
  border: 7px solid transparent;
  border-top-color: #fff;
  transition: 0.3s ease;
  position: relative;
  top: 1px;
}
.cont-sec a:hover i:after {
  margin-left:15px;
}
.address-text {
  line-height: 1.3375;
  font-style: normal;
}
.address-text p a {
  margin-bottom: 10px;
  display: inline-block;
  color:#fff;
}
.social-icons.ft-bottom-right .footer-follow-us i {
  transition: 0.3s ease;
}
.social-icons.ft-bottom-right .footer-follow-us i:hover {
  color: #393939;
}
.footer .cont-sec a {
  font-size: 18px;
  line-height: 21.4px;
  letter-spacing: 2px;
}
.footer .hs_error_rollup {
  width: 100%;
}
.footer .hs_error_rollup label {
  color: #fff;
  display: inline-block;
}
.footer .hs_error_rollup .inputs-list>li {
  text-align: left;
}
.footer  .submitted-message {
  font-size: 20px;
  line-height: 25.4px;
  text-align: center;
  color: #ffff;
}
.footer.hs-lp-footer .ft-top {
  padding-bottom: 0;
  padding-top: 60px;
}
.footer-v3 .ft-logo {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.footer-v3 .ft-logo img {
  margin-left: -32px;
}
.footer-v3 .ft-top h6 {
  border-bottom: 2px solid hsla(0,0%,100%,.3);
  margin-bottom: 1.5em;
  padding:10px 0;
}
.footer-v7 .ft-top h6 {
  padding:42px 0 10px;
}

.footer-v3 .menu-sec .menu_items ul > li {
  border: none;
  padding-left: 0;
  padding: 0;
}

.footer-v3 .menu-sec .menu_items ul > li a {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.15em;
  margin-bottom: 1.5em;
  padding: 0;
  display: block;
}

.footer-v3 .hs-ft-address {
  font-size: 14px;
  line-height: 1.5em;
}
.foote-v3 .menu-sec h6 {
  border-bottom: 2px solid hsla(0,0%,100%,.3);
  margin-bottom: 1.5em;
  padding: 10px 0;
}
.footer-v3 .box-col {
  border-left: 1px solid rgba(255,255,255,.3);
}
.footer-v7 .box-col {
  border-left: none;
}
.footer-v3 .cont-sec a {
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.footer-v3 .cont-sec a i:after {
  border-width: 5px;
  top: 0;
}
.footer-v3 h3.form-title{
  display:none;
}
.long-form-lp-footer .footer.footer-v7 {
  position: relative;
}


@media (min-width:768px) {
  .social-icons.ft-bottom-right .footer-follow-us > div {
    display: inline-block;
    vertical-align: middle;
  }
  .social-icons.ft-bottom-right .footer-follow-us .heading {
    padding-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 19px;
    padding-right: 8px;
  }
  .social-icons.ft-bottom-right .footer-follow-us i {
    font-size: 17px;
  }
  .social-icons.ft-bottom-right .footer-follow-us {
    text-align: right;
  }
  .social-icons.ft-bottom-right .footer-follow-us .social ul li {
    margin: 0 11px;
    padding: 0;
  }

  .form-section .hs-button.primary.large {
    margin-left: 25px;
  }

}

@media(min-width:1199px){


  .footer .hs_error_rollup .inputs-list>li {
    margin: 0;
    text-align: center;
    padding-right: 14px;
  }
  .footer .hs_error_rollup {
    order: 2;
    width: 100%;
    margin-top: -16px;
  }
  .footer .hs_error_rollup label {
    color: #fff;
    display: inline-block;
  }
}

@media (max-width:1199px) {
  .form-section form {
    padding-left: 50px;
  }
  .form-section form input[type=email] {
    margin-right: 0;
    width: 100%;
  }
  .form-section .hs-form-field {
    width: 100%;
  }
}


@media (max-width:991px) and (min-width:768px){
  .hs-menu-content-wp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hs-ft-about {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width:991px) {
  .ft-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer .hs-ft-address, 
  .footer .hs-ft-about {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .hs-menu-content-wp {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .cm-menu-top-sec {
    padding-bottom: 80px;
  }

  .ft-bottom .ft-bottom-inner {
    padding: 10px 0;
  }
  .ft-bottom .content-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
  .ft-bottom .ft-bottom-left,
  .ft-bottom .ft-bottom-right {
    width: 100%;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ft-bottom-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .social-icons.ft-bottom-right .footer-follow-us {
    text-align: center;
  }

}


@media(max-width:767px){
  .footer-v3 .cm-col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .ft-logo img {
    max-width: 130px;
    height: auto !important;
  }
  .form-section .form-inner-section {
    padding: 50px 0;
  }
  .form-section .form-title {
    margin: 0;
  }
  .form-section form label {
    margin: 0;
  }
  .footer .form-title-left,
  .footer .form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form form {
    display: block;
    width: 100%;
  }

  .form-section .form-inner-section {
    margin: 0;
  }

  .ft-top {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .footer .hs-ft-address, 
  .footer .hs-ft-about,
  .footer .hs-menu-content-wp,
  .footer .cont-sec, 
  .footer .menu-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-title-left, .form-title-left h5 {
    font-size: 21px;
    line-height: 1.257142;
    padding-bottom: 30px;
  }
  .form-section .hs-form-field {
    margin-bottom: 30px;
  }
  .form-section form input[type=email] {
    height: 50px;
  }
  .footer .form-section .hs-button.primary.large {
    min-width: 157px;
    min-height: 47px;
    padding: 10px 37px;
  }
  .footer .hs-menu-content-wp {
    margin-top: 40px;
  }
  .cm-menu-top-sec {
    padding-bottom: 40px;
  }
  .cont-sec+.cont-sec,
  .menu-sec+.menu-sec{
    padding-top: 50px;
  }
  .footer .ft-bottom p span {
    display: block;
  }

  .menu-sec .menu_items ul>li>a {
    line-height: 1.3375;
  }
  .menu-sec .highlighted_text {
    color: #ED40A9;
  }
  .cm-cont-sec {
    padding-bottom: 50px;
  }
  .cm-cont-sec h6 {
    line-height: 1.3375;
  }
  .cont-sec p {
    line-height: 1.3375;
  }
  .cont-sec p a {
    letter-spacing: 0.13em;
  }
  .cont-sec a i:after {
    margin-left: 5px;
  }
  .address-text p {
    max-width: 217px;
    margin: 0 auto;
  }
  .address-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .address-text p br+br {
    display: none;
  }
  .hs-footer_button {
    padding-bottom: 60px;
  }

  .ft-bottom .ft-bottom-inner {
    padding: 11px 0;
  }
  .ft-bottom-right {
    display: none;
  }
  .privacy-link.inline-block {
    display: none;
  }
  .footer .ft-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.385714;
  }
  .form-section .form-inner-section >div {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .form-section form {
    padding-left: 0;
  }
  .form-section .form-inner-section .form-title-left {
    padding-bottom: 54px;
  }
  .footer .cont-sec a {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-v3 .menu-sec .cm-col-5,
  .footer-v3 .menu-sec .cm-col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-v3 .box-col {
    border:none;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.leadership-main-wrp .form-section {
  display: none;
}

.body-container__market-insights1 .pink-bg-color a:hover {
  color: #d6006e;
  background-color: #fff;
}
.body-container__market-insights1 .pink-bg-color a {
  background-color: #d6006e;
  color: #fff;
}
.body-container__product_details1 .blog-conent-with-form-gp {
  margin-top: 0 !important;
}
.body-container__eqosystem .dnd-section > .row-fluid {
  position: relative;
  z-index: 11;
}
.hs-blogNew_body_layout.glossary-listing .blog-index.card {
  min-height: 300px;
}
.no-listing-found {
  text-align: center;
  width: 100%;
}

ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
}
ul.slick-dots li {
  margin: 0 3px;
}
ul.slick-dots button {
  display: none;
}
ul.slick-dots li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
}
ul.slick-dots li:hover:after, 
ul.slick-dots li.slick-active:after {
  background: #d6006e;
}
.slick-arrow {
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.slick-arrow:after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #d6006e;
  font-size: 24px;
  padding: 0;
  display: block;
}
.slick-next.slick-arrow:after {
  content: "\f054";
}
.slick-prev.slick-arrow:after {
  content: "\f053";
}
.slick-prev.slick-arrow {
  left: 0;
}
.slick-next.slick-arrow {
  right: 0;
}
.slick-arrow:hover,
.slick-arrow:focus{
  background: transparent !important;
  border: 0 !important;
}
.body-container__product_details1 .dnd-section {
  position:relative;
}







/* ******** Global Css ******** */
.cm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 -15px;
}

.cm-col-1,.cm-col-2,.cm-col-3,.cm-col-4,
.cm-col-5,.cm-col-6,.cm-col-7,.cm-col-8,
.cm-col-9,.cm-col-10,.cm-col-11,.cm-col-12{
  padding-right: 15px;
  padding-left: 15px
}

.cm-align-items{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-justify-center {
  -webkit-box-pack: center;    
  -ms-flex-pack: center;    
  justify-content: center;
}
.cm-justify-space-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.cm-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.cm-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cm-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cm-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.cm-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cm-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.cm-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cm-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.cm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.cm-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.cm-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.body-container__about-section1 h4 {
  font-size: 22px;
  color: #585858;
}

.pink-bg-color a {
  background-color: #d6006e;
  color: #fff;
  border: solid 1px #d6006e;
  padding: 8px 38px;
}
.pink-bg-color a:hover {
  color: #d6006e;
  background-color: #fff;
  border-color: #d6006e;
}
.hs-contact-layout .form-section .form-inner-section {
  display: none !important;
}
.hs-contact-layout .ft-top {
  padding-top: 200px;
}
.body-container__careers1 .con_withimg_gp .content-wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-company-layout .form-section .form-inner-section-bg {
  display: none;
}
.dnd-section[class*="force-full"] {
  padding: 0;
}	
.dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.careers-body-container-wrapper .con_withimg_gp {
  padding-left: 20px;
  padding-right: 20px;
}
.body-container__company1 > .row-fluid-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.body-container__products1 .hs_white_cta a.cta_button,
.body-container__products1 .hs_white_cta a {
  color: #fff;
}

.body-container__products1 .hs_white_cta a.cta_button:hover,
.body-container__products1 .hs_white_cta a:hover {
  background: #fff;
}
.hs-vision-layout .form-section {
  display: none;
}
.body-container__vision1 .dnd_area1-module-2.con_withimg_gp {
  padding: 160px 0 80px 0;
  display: flex;
  align-items: center;
}
.vision-body-container-wrapper,
.banner-section.hs-vision-banner-section{
  line-height: 25.4px;
}


.hs-customer_services-layout .hs-customer_services .left_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-customer_services-layout .hs-customer_services .left_content ul li {
  border-bottom: 1px solid #d6006e;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 23.4px;
  margin-bottom: 0 !important;
  max-width: 246px;
}

.hs-customer_services-layout .hs-customer_services .left_content ul li a {
  font-size: 18px;
  color: #393939;
}

.hs-customer_services-layout .hs-customer_services .left_content ul li a:hover {
  color: #d6006d;
}



.hs-customer_services-layout .hs-customer_services .left_content ul li:before {display: none;}
.hs-customer_services-layout .footer {
  position: relative;
}
a.demo_btn {
  border: 1px solid #fff;
  padding: 10px;
}


.hs-customer_services-layout .hs-customer_services {
  z-index: 11;
}

.hs-customer-3PLMarketplace-banner .hs-hero-banner h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 19.4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hs-reqDemo_overflow_wrapper {
  overflow: hidden;
}
.hs-marketplceContent .content-wrapper {
  padding-top: 61px !important;
}

.hs-marketplceContent .top_cta_section-inner p {
  font-size: 18px;
  line-height: 23.4px;
}
.hs-marketplceContent .filter_notMatched-group h4 {
  font-weight: 600 !important;
}
.filter_notMatched-group p {
  Font-size: 18px;
  line-height: 27px;
}
.hs-marketplceContent .top_cta_section-inner {
  align-items: center;
}
.marketplace-added-gp .logo img {
  max-width: 250px;
}
.hs-marketplceContent .tooltip_hover_content p {
  margin-bottom: 7px;
}
.request-connections-gp .request-connections-items .content {
  line-height: 25.4px;
}
.request-connections-gp form label {
  font-size: 20px;
  line-height: 25.4px;
}
.hs-hero-banner.banner .content p {
  line-height: 25.4px;
}
.hs-req_demo-banner .hs-hero-banner {
  display: block;
  padding-top: 150px;
}
.request-connections-gp form input.hs-button.primary {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 21.4px;
}
.hs-offerLanding_V2-layout .body-offerLanding1 {
  padding: 0 20px;
}
.body-container_customerStories2 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 28px;
  line-height: 33.6px;
  margin: 0 0 15px 0;
}
.hs-customerStories-layout .form-section {
  display: none !IMPORTANT;
}
.hs-customerStories-layout .blog-conent-with-form-gp .form_inner_section .actions i {
  display: none;
}
.hs-customerStories-layout .blog-conent-with-form-gp .blog-conent-with-form-left h6 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.hs-customerStories-layout .blog-conent-with-form-gp .blog-conent-with-form-left h2 {
  font-size: 42px;
  line-height: 57.6px;
  color: #7b004c;
  margin: 0 0 29px 0;
}
.hs-customerStories-layout .blog-conent-with-form-gp .blog-conent-with-form-left {
  font-size: 20px;
  line-height: 27px;
}
.hs-customerStories-layout .blog-conent-with-form-gp .blog-conent-with-form-left h3 {
  line-height: 38.4px;
  margin: 0 0 18px 0;
}
.hs-customerStories-layout .blog-conent-with-form-gp .form_inner_section h4 {
  line-height: 28.8px;
  text-align: left;
}
.hs-customerStories-layout .blog-conent-with-form-gp .form_inner_section {
  border-radius: 0;
  padding: 28px 20px;
}
.hs-customerStories-layout .blog-conent-with-form-gp .form_inner_section .actions {
  width: auto;
  display: inline-block;
}
.hs-customerStories-layout .blog-conent-with-form-gp {
  position: relative;
  padding: 94px 0 97px;
  margin-top: 0 !important;
}
.hs-offerlanding-Webinarbanner-section .hs-offerLanding-banner .pattern_image {
  width: 100%;
  min-height: 355px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  height: auto;
}
.offer_landingWebinar-body-container-inner {
  position: relative;
  z-index: 11;
  padding: 0 15px;
}
.offer_landingWebinar-body-container-inner .content-wrapper {
  background-color: #fff;
  padding:66px 70px;
  position: relative;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text h6 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text h3 {
  line-height: 38.4px;
  margin: 0 0 15px 0;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text p:last-of-type {
  margin-bottom: 0;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text ul li {
  width: 100%;
  line-height: 1.25;
  position: relative;
  margin-bottom: 20px;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  text-align: center;
  transform: rotate(-90deg);
  border: 8px solid transparent;
  border-top-color: #d6006d;
  transition: .3s ease;
  left: -20px;
  top: 4px;
}
.body-container__resourceOverview1 .dnd-section:first-child > .row-fluid {
  background-color: #fff;
  padding-top: 85px;
  position: relative;
  padding-left: 89px;
  padding-right: 89px;
}
.hs-resourceOverview-banner-section .hs-hero-banner .content {
  max-width: 426px;
}
.hs-resourceOverview-banner-section .hs-hero-banner .pattern_image {
  min-height: 295px;
}
.hs-resourceOverview-banner-section .hs-hero-banner .hs-banner-breadcrumbs {
  padding-bottom: 66px;
}
.hs-partnerDetail-body-container-wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 600;
  line-height: 43.2px;
  margin: 0 0 15px 0;
}
.hs-partnerDetail-body-container-wrapper .hs_cos_wrapper_type_rich_text h5 {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #393939;
  letter-spacing: 0;
}
.body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 27.6px;
  color: #d6006d;
  margin: 0 0 15px 0;
}
.hs-partnerDetail-banner-section .hs-offerLanding-banner.banner {
  padding-bottom: 456px;
  min-height: auto;
}
.hs-partnerDetail-banner-section .hs-offerLanding-banner .pattern_image {
  width: 100%;
  min-height: 360px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  height: auto;
}
.hs-partnerDetail-body-container-wrapper .offer_landingWebinar-body-container-inner .content-wrapper {
  padding-top: 28px;
  padding-bottom: 28px;
}
.hs-reqDemo_overflow_wrapper .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}


.ecosystem-page .custom-brands .bottom_logos .bottom_logos_item a {
  width: calc(100% - 8px);
  display: inline-block;
  vertical-align: middle;
}

.ecosystem-page .custom-brands .bottom_logos .bottom_logos_item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

.ecosystem-page .custom-brands .bottom_logos {
  padding-top: 40px;
  padding-bottom: 20px;
}

.ecosystem-page a.button:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: 0;
  top: 5px;
}
.ecosystem-page a.button:hover:before {
  border-left: 10px solid #d6006d;
}
.ecosystem-page a.button {
  position: relative;
  padding: 0 22px 0 0;
  font-size: 18px;
  letter-spacing: 2.4px;
  font-weight: 600;
}
.ecosystem-page .custom-brands .bottom_logos .bottom_logos_item {
  margin: 0 25px;
  height: 100px;
}
.integrationsPricing-page .custom-brands .bottom_logos {
  padding-bottom: 20px;
  padding-top: 20px;
}
.integrationsPricing-page .form-section,
.ecosystem-page .form-section {
  display: none !important;
}


.body-offerLandingWebinar_top_section .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 21px;
  margin: 0 0 14px;
  text-align: left;
  text-transform: uppercase;
}
.body-offerLandingWebinar_top_section .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin: 0;
  padding:20px 0 0 60px;
}
.body-offerLandingWebinar_top_section .hs_cos_wrapper_type_rich_text ul li {
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.body-offerLandingWebinar_top_section .hs_cos_wrapper_type_rich_text ul li:before {
  border: 8px solid transparent;
  border-top-color: #d6006d;
  content: "";
  display: inline-block;
  left: -20px;
  position: absolute;
  text-align: center;
  top: 4px;
  transform: rotate(-90deg);
  transition: .3s ease;
}
.body-offerLandingWebinar_top_section .form-column-inner h4 span{
  color: #d6006d;
}

.integrations-detail-page .button-wrapper a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.4px;
  padding: 0 22px 0 0;
  position: relative;
  background-color: transparent;
  border: 0px none;
}

.integrations-detail-page .button-wrapper a:before {
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
}
.integrations-detail-page .custom-brands p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  max-width: 877px;
  margin: 0 auto;
}
.integrations-detail-page .button-wrapper {
  text-align: center;
}
.integrations-detail-page .custom-brands .bottom_logos {
  padding-bottom: 20px;
  padding-top: 40px;
}
.integrations-detail-page .custom-brands .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.integrations-detail-page .custom-brands .bottom_logos .bottom_logos_item {
  margin: 0 25px;
}
.integrations-detail-page .custom-brands .bottom_logos .bottom_logos_item a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 8px);
}

.request-integration-listing-banner .hs-ecosystem-banner .right_content_outer .right_content h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 23.4px;
  text-align: left;
  color: #7b004c;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.request-integration-listing-banner .hs-ecosystem-banner .right_content  p {
  font-family: Inter;
  font-weight: normal;
  font-size: 16px;
  line-height: 21.4px;
  text-align: left;
  color: #393939;
}
.request-integration-listing-banner .hs-ecosystem-banner .right_btn a {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 21.4px;
  text-align: center;
  color: #fff;
  min-width: 109px;
  display: inline-block;
  padding: 9px 11px 7px;
}
.request-integration-listing-banner .hs-ecosystem-banner .right_content_outer  {
  padding: 13px 15px 17px;
}

.request-integration-listing-banner .hs-ecosystem-banner .right_btn {
  margin-top: 10px;
}

.request-integration-listing-banner .hs-ecosystem-banner .right_content .hs-banner-breadcrumbs {
  padding-bottom: 40px;
}
.request-integration-listing-banner .hs-ecosystem-banner .right-content-section {
  padding-top: 9%;
}
.hs-solutionCustomOne-page .form-section {
    display: none !important;
}







@media(min-width:768px){
  .hs-req_demo-banner .hs-hero-banner {
    padding-bottom: 750px;
  }
  .hs-standarOfferLp_wrapper .hs-req_demo-banner .hs-hero-banner {
    padding-bottom: 410px;
  }
  .leadership-main-wrp .footer {
/*     padding-top: 280px; */
  }
  .marketplace_body-main-wrp .footer {
    padding-top: 0;
  }
  .PLMarketplace-main-wrp.leadership-main-wrp .footer{
    padding-top:0;
  }
/*   .hs-company-layout .con_withimg_gp .with_custom_theme {
    margin-bottom: -200px;
  } */
   .hs-company-layout .con_withimg_gp .with_custom_theme {
    margin-bottom: 50px;
  }
  .hs-company-layout .form-section {
    padding-bottom:220px;
  }
  .hs-customer-leadership-banner .hs-hero-banner .pattern_image {
    min-height: 457px;
  }
  .hs-content-id-73715073607 .hs-customer_services .inner_section .hs-customer_services_left {
    margin-top: -115px;
  }
  .hs-content-id-73716448032 .hs-customer_services{
    bottom:-150px
  }
  .hs-company-layout.hs-marketplaceListing-layout .form-section {
    padding-bottom: 0;
  }

  .hs-customerStories-banner-section .hs-hero-banner {
    padding-bottom: 340px;
  }
  .hs-customerStories-banner-section .hs-hero-banner .content h3 {
    font-weight: bold;
    line-height: 38.4px;
  }
  .hs-offerlanding-Webinarbanner-section .hs-offerLanding-banner {
    padding-bottom: 150px;
    min-height: 500px;
    height: auto !important;
    margin-bottom: -400px !important;
  }
  .hs-offerlanding-Webinarbanner-section .hs-offerLanding-banner.banner.hide_rightColumn {
    height: auto !important;
    margin-bottom: -370px !important;
  }
  .hs-resourceOverview-banner-section .hs-hero-banner {
    padding-bottom: 320px;
  }
  .hs-partnerDetail-banner-section .hs-offerLanding-banner.banner.hide_rightColumn {
    height: auto!important;
    margin-bottom: -512px!important;
  }
  .leadership-main-wrp.ecosystem-page .footer {
    padding-top: 0;
  }
  .request-integration-listing-page .footer,
  .integrationsListing_body-main-wrp .footer {
      padding-top: 0;
  }
}


@media (max-width: 1300px) {
  .hs-customerStories-layout .blog-conent-with-form-gp .content-wrapper {
    width: 90%;
  }
}


@media (max-width: 1200px) {
  .hs-offerLanding_V2-layout .hs-offerLanding-banner {
    margin-bottom: -660px!important;
    padding-top: 230px;
  }
}

@media (max-width: 1190px) {
  .hs-partnerDetail-banner-section .hs-offerLanding-banner.banner {
    padding-top: 220px;
  }
  .body-container__eqosystem {
    padding: 0 20px;
  }
}

@media (max-width: 1100px) {
  .hs-career-banner-section .hs-hero-banner {
    margin-bottom: -150px !important;
  }
  .hs-req_demo-banner .hs-hero-banner {
    padding-top: 230px;
  }
  .hs-offerLanding_V2-layout .hs-offerLanding-banner {
    margin-bottom: -500px !important;
  }
  .hs-offerLanding_V2-layout .hs-offerLanding-banner .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-req_demo-banner .hs-hero-banner {
    padding-bottom: 350px;
  }
}

@media (max-width: 1100px) and (min-width:768px) {
  .hs-customer-services-banner .hs-hero-banner .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-customer-leadership-banner .hs-hero-banner .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-customer-services-banner .hs-hero-banner .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1100px){
  .hs-customer-leadership-banner .hs-hero-banner {
    margin-bottom: -350px !important;
  }
}

@media(max-width:991px) {
  .cm-page-products-banner .hs-hero-banner .content-wrapper,
  .banner-home-section .hs-hero-banner .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-container__careers1 .con_withimg_gp .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer_landingWebinar-body-container-inner .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .body-container__resourceOverview1 .dnd-section:first-child > .row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width:980px){
  .cm-sl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .cm-sl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .cm-sl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
}




@media(max-width:767px){
  .marketplace-added-gp .list-icon-items {
    margin-top: 0 !important;
  }
  .hs-ecosystem-banner.banner.overlap_section_added {
    min-height: auto;
  }

  .hs-contact-layout .ft-top {
    padding-top: 40px;
  }
  .col-sm-12,
  .cm-sm-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .cm-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .cm-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .cm-sm-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .cm-mb{
    margin-bottom:30px;
  }
  .body-container__about-section3 .dnd-section:last-child {
    padding-bottom: 0 !important;
  }
  .hs-customer-services-banner .hs-hero-banner {
    min-height: 500px;

  }
  .hs-customer-services-banner.hs-customer-leadership-banner .hs-hero-banner {
    min-height: 750px;
  }
  .hs-customer-leadership-banner .hs-hero-banner {
    margin-bottom: -80px !important;
  }
  .hs-career-banner-section .hs-hero-banner {
    margin-bottom: -80px!important;
  }
  .body-container__careers1 .dnd-section:first-child .con_withimg_gp {
    width: 100%;
    margin: -100px auto 0;
  }
  .body-container__careers1 .con_withimg_gp .content-wrapper {
    padding: 30px 20px 50px;
  }
  .hs-career-banner-section .hs-hero-banner {
    height: auto !important;
    min-height: 700px;
  }
  .body-container__company1 h2 {
    font-size: 26px;
    letter-spacing: -0.02em;
    line-height: 31.4px;
    text-align: left !important;
  }
  .hs-company-layout .hs-testimonial-section .content-wrapper {
    margin-top: 0;
  }

  .hs-customer-services-banner .hs-hero-banner .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-career-banner-section .hs-hero-banner .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-container__careers1 .hs-twoColumncontent .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .req_demo-body-container-wrapper .hs-customer_services.with_between_gap .inner_section > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body-container__company1 .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-company-layout {
    overflow: hidden;
  }
  .leadership-main-wrp .leadership-gp {
    margin-bottom: -80px;
  }
  .leadership-main-wrp .footer {
    padding-top: 100px !important;
  }
  .hs-customer_services-layout .hs-customer_services .hs-customer_services_left {
    background-color: transparent;
  }
  .body-container__company1,
  .body-container__market-insights1 .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-container__market-insights1 section.pge-m-chart {
    padding: 50px 20px;
  }
  .body-container__vision1 .dnd_area1-module-2.con_withimg_gp {
    padding-top:80px;
  }
  .hs-customer_services-layout .hs-customer_services .left_content ul li {
    max-width: 100%;
  }

  .body-container__careers1 .con_withimg_inner.row {
    margin-left: 0;
    margin-right: 0;
  }
  .body-container__careers1 .con_withimg_gp .content {
    padding-left: 0;
    padding-right: 0;
  }
  .body-container__careers1 .con_withimg_gp .content p:last-child {
    margin-bottom: 0;
  }


  .hs-customer-3PLMarketplace-banner .content-wrapper {
    max-width: 100% !important;
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hs-customer-3PLMarketplace-banner .hs-hero-banner, 
  .hs-customer-3PLMarketplace-banner .hs-hero-banner {
    padding-bottom: 180px !important;
  }
  .hs-marketplceContent .content-wrapper {
    padding-top: 0px!important;
  }
  .hs-offerLanding_V2-layout .hs-offerLanding-banner {
    margin-bottom: -80px!important;
    padding-top: 120px;
    padding-bottom: 250px;
  }
  .hs-offerLanding_V2-layout .hs-offerLanding-banner .hs-banner-breadcrumbs {
    display: block;
  }
  .hs-offerLanding_V2-layout .hs-offerLanding-banner .content-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hs-offerLanding_V2-layout .content-withForm {
    padding: 0;
  }

  .hs-customerStories-layout .blog-conent-with-form-gp .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-customerStories-layout .blog-conent-with-form-gp .blog-conent-with-form-left h2 {
    font-size: 26px;
    line-height: 31.4px;
    margin-bottom: 20px;
  }
  .hs-customerStories-layout .blog-conent-with-form-gp .blog-conent-with-form-left h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .hs-customerStories-layout .blog-conent-with-form-gp .form_inner_section {
    margin-top: 30px;
  }
  .offer_landingWebinar-body-container-inner .content-wrapper {
    padding: 40px 20px;
  }
  .body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text ul li:before {
    left: 0;
  }
  .body-offerLandingWebinar1 .hs_cos_wrapper_type_rich_text ul li {
    padding-left: 20px;
  }
  .body-container__resourceOverview1 .dnd-section:first-child > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-partnerDetail-banner-section .hs-offerLanding-banner.banner {
    padding-bottom: 150px;
  }
  .hs-reqDemo_overflow_wrapper .dnd-section>.row-fluid .content-withForm {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-offerLanding-layout .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-offerLanding-layout .dnd-section .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-offerLanding-layout .hs-equalTop-content-section {
    padding-left: 0;
    padding-right: 0;
  }
  .integrations-everywhere-gp {
    padding-left: 0;
    padding-right: 0;
  }

  .dnd-section>.row-fluid, .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .integrations-everywhere-gp .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-content-id-91965333069 .integrations-everywhere-gp,
  .hs-content-id-91965333069 .hs-testimonial-section {
    padding-left: 0;
    padding-right: 0;
  }
  .body-offerLandingWebinar_top_section .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    margin: 0;
    padding:20px 0 0 20px;
  }
  .request-integration-listing-page.leadership-main-wrp .footer {
      padding-top: 0!important;
  }

}

@media(max-width:479px){
  .cm-mb-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .hs-offerLanding_V2-layout .hs-offerLanding-banner {
    margin-bottom: -80px!important;
    padding-top: 120px;
    padding-bottom: 150px;
  }
}




/* Resource library extra banner css below: */
.hs-customer-3PLMarketplace-banner .hs-hero-banner {
  padding-top: 145px;
  max-height:700px;
}
.hs-customer-3PLMarketplace-banner .hs-hero-banner .hs-banner-breadcrumbs {
  padding-bottom: 48px;
}
.hs-customer-3PLMarketplace-banner .hs-hero-banner .content h1 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .hs-customer-3PLMarketplace-banner .hs-hero-banner {
    padding-bottom: 352px;
  }
  .hs-customer-3PLMarketplace-banner.hs-customer-leadership-banner .hs-hero-banner .pattern_image {
    min-height: 360px;
  }
}

@media (max-width: 1190px) {
  .hs-customer-3PLMarketplace-banner .hs-hero-banner {
    padding-top: 238px;
    margin-bottom: -200px!important;
  }
}
/*  lp banner with sticky sidebar */



.body-container__with-sidebar {
  position:relative;
}
.banner-with-sticky-sidebar .banner-left-text-section, .full-width-text-inner, .long-form-intg-section .top-section, .long-form-intg-section .bottom-section, .text-with-cta-section-inner,
.long-form-resources .inner-section
{
  width: calc(100% - 360px);
  padding-right: 70px;
}
.banner-with-sticky-sidebar .sidebar-sticky-nav-wrapper{  
  padding: 30px 30px 30px 40px; 
  background-color: #fff;
  width: 360px;
  border: 1px solid #cccccc;
  position: relative;
}
.sticky .sidebar-sticky-nav-wrapper{
  position:fixed;
  z-index: 999;
  top: 150px;
}
.footer.footer-v3 {
  z-index: 10000;
  position: relative;
}
.banner-with-sticky-sidebar .banner-left-text-section h1{
  margin: 0 0 30px;
}
.banner-with-sticky-sidebar .banner-left-text-section p{
  margin:0 0 30px;
  color:#fff;
}
.banner-with-sticky-sidebar .banner-left-text-section a.button{
  background-color:#FFF;
  color:#d6006e;
  border:none;
  display: inline-block; 
  font-size: 16px; 
  font-weight: 600;
  letter-spacing: .13em;
  padding: 12px 38px;
  text-align: center;
  text-transform: uppercase;
}
.banner-with-sticky-sidebar .banner-left-text-section a.button:hover{
  background-color:#d6006e;
  color:#fff;
}
.banner-with-sticky-sidebar .sidebar-sticky-nav-button a{
  color: #ed40a9;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px; 
  line-height: 21.4px;
  text-transform: uppercase;
}
.banner-with-sticky-sidebar .sidebar-sticky-nav-button a::after {
  border: 7px solid transparent;
  border-left-color: transparent;
  border-left-color: #ed40a9;
  content: "";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  text-align: center;
  transition: .3s ease;
  right: 0;
}
.banner-with-sticky-sidebar .sidebar-sticky-nav-button a:hover::after {
  right: -10px;
}
.sidebar-sticky-nav-item ul{
  list-style-type:none;
  padding:0;
}
.sidebar-sticky-nav-item ul li{
  position:relative;
  cursor: pointer;
}
.sidebar-sticky-nav-item ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -17px;
  background-color: #cccccc;
  height: 100%;
  width: 3px;
}
.sidebar-sticky-nav-item ul li.active::before {
  background-color: #d6006d;
  width: 4px;
  left: -18px;
}
.sidebar-sticky-nav-item ul li a{
  cursor: pointer;
  font-size: 16px;
  line-height: 23.4px;
  padding: 7px 0px;
  display:block;
  position: relative;
  border-bottom: 1px solid #d6006e;
}
.sidebar-sticky-nav-item ul li.active a, .sidebar-sticky-nav-item ul li a:hover {
  color: #d6006d !important;
  font-weight: 600;
}
.banner-with-sticky-sidebar {
  padding: 214px 0 70px;
  height: auto;
}
.banner-left-text-section-inner {
  max-width: 600px;
}
/*-------- Form Popup ----------*/
.banner-with-sticky-sidebar-form{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(69,82,98,.3);
  padding: 50px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.banner-with-sticky-sidebar-form .actions {
  margin-top: 40px;
  text-align: center;
}
.banner-with-sticky-sidebar-form h4 {
  margin-bottom: 35px;
  text-align: center;
}
.banner-with-sticky-sidebar-form .mfp-close:hover, .banner-with-sticky-sidebar-form .mfp-close:focus{
  border: 0;
  background: transparent;
}
.sticky-sidebar-section.mobile {
  display: none;
}


/*  paragraph section  */
.full-width-text-section{
  padding: 70px 0; 
}
.full-width-section{
  width: 100% !important; 
  padding: 0px !important; 
}
.full-width-text-inner p, .full-width-text-inner ul li {
  font-size:22px;
}



/*-------- Text-with-cta-sectionp ----------*/
.text-with-cta-section{
  padding: 28px 0;
}
.text-with-cta-section-inner{
  align-items: center;
  justify-content: space-between;
}
.text-with-cta-left h4{
  margin: 0;
  color: #ffffff;
}
.text-with-cta-left{
  padding-right: 20px;
}
.text-with-cta-right .button{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 38px;
}





@media screen and (max-width: 1300px) {
  .banner-with-sticky-sidebar .banner-left-text-section, .full-width-text-inner, .long-form-intg-section .top-section, .long-form-intg-section .bottom-section, .text-with-cta-section-inner,
  .long-form-resources .inner-section
  {
    width: calc(100% - 300px);
    padding-right: 50px;
  }
  .banner-with-sticky-sidebar .sidebar-sticky-nav-wrapper{  
    width: 300px;
  }
}/*-------- 1300 ends here ----------*/
@media only screen and (max-width: 1190px){
  .text-with-cta-section-inner{
    justify-content: center;
    text-align: center;
  }
  .text-with-cta-left{
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%
  }
  .text-with-cta-left h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .text-with-cta-right{
    width: 100%;
  }
  .banner-with-sticky-sidebar-form{  
    padding: 30px 25px;
  }
  .banner-with-sticky-sidebar .banner-left-text-section, .full-width-text-inner, .long-form-intg-section .top-section, .long-form-intg-section .bottom-section, .text-with-cta-section-inner,
  .long-form-resources .inner-section
  {
    width: 100%;
    padding-right: 0;
  }
  .banner-left-text-section {  
    margin-bottom: 40px;
  }
  .banner-with-sticky-sidebar .sidebar-sticky-nav-wrapper{  
    width: 100%;
  }
  .banner-with-sticky-sidebar {
    padding: 300px 0 70px;
    height: auto;
  }
  .banner-with-sticky-sidebar .sidebar-sticky-nav-wrapper{
    padding: 0;
  }
  .sticky .sidebar-sticky-nav-wrapper{
    top: 174px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
  }
  .new-head-sep24 .sticky .sidebar-sticky-nav-wrapper {
    top: 124px;
  }
  .sidebar-sticky-nav-item ul li::before {
    content: none;
  }
  .mobile-dropdown .menu-label{
    display: block;
    position: relative;
    transition: all .4s;
  }
  .mobile-dropdown .menu-label::after {
    border: 7px solid transparent;
    border-top-color: #d6006e;
    content: "";
    display: inline-block;
    margin-left: 0;
    position: absolute;
    right: 17px;
    text-align: center;
    top: 27px;
    transition: all .4s;
  }
  .sidebar-sticky-nav-item ul{
    margin: 0;
  }
  .sidebar-sticky-nav-item  .dropdown-menu{
    display: none;
    padding-bottom: 20px;
  }
  .sticky-sidebar-section.mobile{
    width: 100%;
  }
  .full-width-text-section{
    padding: 50px 0; 
  }
  .sidebar-sticky-nav-item  .dropdown-menu li{
    padding: 0 20px;
  }
  .sidebar-sticky-nav-item  .dropdown-menu li a{
    padding: 10px 0;
  }
  .sidebar-sticky-nav-item  .dropdown-menu li:last-child a{
    border: 0;
  }
  .sidebar-sticky-nav-item .mobile-dropdown span{
    padding: 15px 20px;
    font-weight: bold;
    color: #d6006d;
  }
  .sidebar-sticky-nav-item .menu-label.rotate:after{
    transform: rotate(180deg);
    top: 18px;
  }
  .integrations-everywhere-gp.long-form-intg-section{
    padding: 0;
  }
  /*.sidebar-sticky-nav-item .dropdown-menu li.active{
  display: none;
}*/
  .sticky-sidebar-section.mobile {
    display: block;
  }
  .sticky-sidebar-section.desktop {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .new-head-sep24 .sticky .sidebar-sticky-nav-wrapper {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .banner-with-sticky-sidebar {
    padding: 177px 0 70px;
  }
  .sticky .sidebar-sticky-nav-wrapper{
    top: 57px;
  }
  .new-head-sep24 .sticky .sidebar-sticky-nav-wrapper {
    top: 80px;
  }
}/*-------- 767 ends here ----------*/
.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,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@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: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !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;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 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;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !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-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !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-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-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;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !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-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 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;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !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-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !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-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-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;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !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-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 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;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !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-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !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-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-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;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !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-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 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;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !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-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !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-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-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;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.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;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !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: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !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.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !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.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !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;
}
@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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}