/* 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;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 1rem;
}
.dnd-section > .row-fluid ,.content-wrapper{
  padding-right: 15px;
  padding-left: 15px;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
.dnd-section[class*=force-full-width]>div{
  max-width:100%;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .content-wrapper, .dnd-section>.row-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

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

/* Paragraphs */
p {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  margin: 1.25rem 0;
}

div {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
}

/* Anchors */
a {
  cursor: pointer;
  transition: .25s cubic-bezier(.215,.61,.355,1);
  text-decoration: none!important;
}

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

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

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

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

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

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

img {
  vertical-align:middle;
  height:auto;
  max-width:100%;
}
a {
  display: inline-block;
  color: #e0690a;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  letter-spacing: 1.2px;
  padding: 0;
  text-decoration: none !important;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover {
  color: #c25700;
}

.primary-button {
  display: inline-block;
  text-align: center;
  letter-spacing: 1.2px;
  border: 2px solid #e0690a;
  background-color: #e0690a;
  color: #FFF;  
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 2rem;
  line-height: 1.2;
  padding: 1rem 2.125rem;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .primary-button {
    line-height: 1;
    padding: 1rem 1.5rem;
  }
}
.primary-button:hover {
  background-color: #C25700;
  color: #FFFFFF !important;
  opacity: 1;
}

.primary-button:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  transform: translateX(5px);
}

a.button.primary-button {
  background-color: #e0690a;
  border-color: #e0690a;
  color: #FFFFFF !important;
}
a.button.primary-button:hover {
  background-color: #c25700;
  border-color: #c25700;
}
a.button.primary-button .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  top: 1px;
}
a.button.primary-button.reversed {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #e0690a !important;
}
a.button.primary-button.reversed:hover {
  background-color: #c25700;
  border: 2px solid #c25700;
  color: #FFFFFF !important;
}
a.button.primary-button.reversed:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
a.button.primary-button.reversed .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
a.button.primary-button.reversed.blue {
  color: #3893CD !important;
}
a.button.primary-button.reversed.blue:hover {
  background-color: #3893CD;
  border: 2px solid #3893CD;
  color: #FFFFFF !important;
}
a.button.primary-button.reversed.blue:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
a.button.primary-button.reversed.blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iIzMzOTRkNiIvPgo8L3N2Zz4K);
}

a.button.primary-button.green {
  background-color: #5c7d70;
  border-color: #5c7d70;
  color: #FFFFFF !important;
}
a.button.primary-button.green:hover {
  background-color: #669e66;
  border-color: #669e66;
}

a.button.primary-button.green.reversed {
  color: #5c7d70 !important;
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
}

/* Violet reverse */
/* a.button.primary-button.violet.reversed {
  color: #5C4BB9 !important;
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
} */


a.button.primary-button.red {
  background-color: #CC334d;
  border-color: #CC334d;
  color: #FFFFFF !important;
}
a.button.primary-button.red:hover {
  background-color: #e4415f;
  border-color: #e4415f;
}


a.button.secondary-button {
  background-color: #FFFFFF;
  border-color: #e0690a;
  color: #e0690a !important;
}
a.button.secondary-button:hover {
  background-color: #e0690a;
  border-color: #e0690a;
  color: #FFFFFF !important;
}
a.button.secondary-button:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
a.button.secondary-button .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
  top: 1px;
}
a.button.secondary-button.blue {
  border-color: #3893CD;
  color: #3893CD !important;
}
a.button.secondary-button.blue:hover {
  background-color: #3893CD;
  border-color: #3893CD;
  color: #FFFFFF !important;
}
a.button.secondary-button.blue:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
a.button.secondary-button.blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iIzMzOTRkNiIvPgo8L3N2Zz4K);
}
a.button.secondary-button.reversed {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF !important;
}
a.button.secondary-button.reversed:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #e0690a !important;
}
a.button.secondary-button.reversed:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
a.button.secondary-button.reversed .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.button-text {
  text-transform: uppercase;
}

.button-text.blue {
  color: #386097;
  opacity: 1;
}

.button-text.blue:hover {
  opacity: 0.75;
}
.text-link,
.text-link .cta-text,
.text-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #e0690a;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}

.text-link.blue,
.text-link.blue .cta-text,
.text-button.blue {
  color: #386097;
}

.text-link.reversed,
.text-link.reversed .cta-text,
.text-button.reversed {
  color: #FFFFFF;
}

.text-link.darkgray,
.text-link.darkgray .cta-text,
.text-button.darkgray {
  color: #282a32;
}

.text-link.red,
.text-link.red .cta-text,
.text-button.red {
  color: #e4415f;
}


.text-link.green,
.text-link.green .cta-text,
.text-button.green {
  color: #5c7d70;
}

.text-link.violet,
.text-link.violet .cta-text,
.text-button.violet {
  color: #4f4296;
}


.text-link:hover,
.text-button:hover {
  opacity: 0.75;
  text-decoration: none !important;
}

.text-button .arrow-icon {
  top: 0 !important;
}

.text-link:hover,
.text-link:focus {
  color: #c25700;
  text-decoration: none !important;
}

.text-link .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 6px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}

@media (max-width: 768px) {
  .text-link .arrow-icon {
    width: 17px;
    height: 10px;
    background-size: cover;
    top: unset !important;
  }
}

.text-button:hover .arrow-icon,
.text-link:hover .arrow-icon {
  transform: translateX(5px);
}

@media (max-width: 320px){
  .text-link,
  .text-button {
    font-size: 0.875rem;
  }
}

.text-link.green .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjczOTEgMTcuMDYyMUwxOC4zODE5IDExLjMzNzVDMTguMzg2MyAxMS4zMzM3IDE4LjM4OTIgMTEuMzI4NyAxOC4zOTM0IDExLjMyNDhDMTguNDE4MSAxMS4zMDIyIDE4LjQ0MDIgMTEuMjc3NSAxOC40NjA4IDExLjI1MUMxOC40NjMxIDExLjI0NzkgMTguNDY2IDExLjI0NTIgMTguNDY4MyAxMS4yNDJDMTguNTQxMiAxMS4xNDQgMTguNTg1OSAxMS4wMjM5IDE4LjU4NTkgMTAuODkyM0MxOC41ODU5IDEwLjc2MDcgMTguNTQxMiAxMC42NDA1IDE4LjQ2ODEgMTAuNTQyNkMxOC40NjU3IDEwLjUzOTIgMTguNDYyNyAxMC41MzYzIDE4LjQ2MDIgMTAuNTMyOUMxOC40Mzk4IDEwLjUwNjcgMTguNDE3OCAxMC40ODIyIDE4LjM5MzMgMTAuNDU5OUMxOC4zODkgMTAuNDU1OSAxOC4zODYxIDEwLjQ1MDggMTguMzgxNSAxMC40NDY5TDExLjczNzQgNC43MjQ1MUMxMS40OTE4IDQuNTEyNjMgMTEuMTIwNSA0LjU0MDUxIDEwLjkwODYgNC43ODY1MUMxMC44MTMxIDQuODk3MzcgMTAuNzY2MiA1LjAzMzgzIDEwLjc2NjIgNS4xNjk2MkMxMC43NjYyIDUuMzM0OTQgMTAuODM1NCA1LjQ5ODk0IDEwLjk3MDYgNS42MTUzOEwxNi40MTUyIDEwLjMwNDZIMi4wMDE5MUMxLjY3NzE4IDEwLjMwNDYgMS40MTQxMiAxMC41Njc2IDEuNDE0MTIgMTAuODkyM0MxLjQxNDEyIDExLjIxNzEgMS42NzcxOCAxMS40ODAxIDIuMDAxOTEgMTEuNDgwMUgxNi40MTU3TDEwLjk3MTUgMTYuMTcxOUMxMC43MjYyIDE2LjM4MzIgMTAuNjk4IDE2Ljc1MzggMTAuOTEwMiAxNy4wMDA4QzExLjEyMjEgMTcuMjQ2OCAxMS40OTMxIDE3LjI3NDQgMTEuNzM5MSAxNy4wNjIxWiIgZmlsbD0iIzVDN0Q3MCIvPgo8L3N2Zz4K);
  background-size: 20px 20px;
  height: 20px;
  margin-left: 4px;
  width: 20px;
  top: 3px;
}

.text-link.red .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyOSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwOV8xMTM1KSI+CjxwYXRoIGQ9Ik0wLjgwMzk3NyA5LjMyNDAySDI2LjA2NEwyMC41OTQgMTQuOTI4QzIwLjUxNzUgMTUuMDAzNCAyMC40NTY3IDE1LjA5MzIgMjAuNDE1MyAxNS4xOTIzQzIwLjM3MzggMTUuMjkxMyAyMC4zNTI1IDE1LjM5NzYgMjAuMzUyNSAxNS41MDVDMjAuMzUyNSAxNS42MTI0IDIwLjM3MzggMTUuNzE4NyAyMC40MTUzIDE1LjgxNzhDMjAuNDU2NyAxNS45MTY4IDIwLjUxNzUgMTYuMDA2NyAyMC41OTQgMTYuMDgyQzIwLjc0NDkgMTYuMjMxNSAyMC45NDU4IDE2LjMxOTggMjEuMTU4IDE2LjMzQzIxLjM2OTggMTYuMzE5NiAyMS41NzAzIDE2LjIzMTMgMjEuNzIxIDE2LjA4MkwyOC41NTkgOS4wNzcwMkMyOC42MzU1IDkuMDAxNjUgMjguNjk2MiA4LjkxMTgzIDI4LjczNzcgOC44MTI3N0MyOC43NzkxIDguNzEzNzIgMjguODAwNSA4LjYwNzQgMjguODAwNSA4LjUwMDAyQzI4LjgwMDUgOC4zOTI2NCAyOC43NzkxIDguMjg2MzIgMjguNzM3NyA4LjE4NzI3QzI4LjY5NjIgOC4wODgyMSAyOC42MzU1IDcuOTk4MzkgMjguNTU5IDcuOTIzMDJMMjEuNzIgMC45MTgwMkMyMS42NDgzIDAuODM5OTc1IDIxLjU2MTIgMC43Nzc2NjYgMjEuNDY0MiAwLjczNTA0M0MyMS4zNjcyIDAuNjkyNDE5IDIxLjI2MjQgMC42NzA0MSAyMS4xNTY1IDAuNjcwNDFDMjEuMDUwNSAwLjY3MDQxIDIwLjk0NTcgMC42OTI0MTkgMjAuODQ4NyAwLjczNTA0M0MyMC43NTE3IDAuNzc3NjY2IDIwLjY2NDYgMC44Mzk5NzUgMjAuNTkzIDAuOTE4MDJDMjAuNTE2NSAwLjk5MzM4NSAyMC40NTU3IDEuMDgzMjEgMjAuNDE0MyAxLjE4MjI3QzIwLjM3MjggMS4yODEzMiAyMC4zNTE1IDEuMzg3NjQgMjAuMzUxNSAxLjQ5NTAyQzIwLjM1MTUgMS42MDI0IDIwLjM3MjggMS43MDg3MiAyMC40MTQzIDEuODA3NzdDMjAuNDU1NyAxLjkwNjgzIDIwLjUxNjUgMS45OTY2NSAyMC41OTMgMi4wNzIwMkwyNi4wNjMgNy42NzYwMkgwLjgwNDk3N0MwLjMyMjk3NyA3LjY3NjAyIDAuMDAwOTc2NTYyIDguMDA2MDIgMC4wMDA5NzY1NjIgOC41MDAwMkMwLjAwMDk3NjU2MiA4Ljk5NDAyIDAuMzIxOTc3IDkuMzI0MDIgMC44MDM5NzcgOS4zMjQwMloiIGZpbGw9IiNDQzMzNEQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDlfMTEzNSI+CjxyZWN0IHdpZHRoPSIyOSIgaGVpZ2h0PSIxNyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}

.text-link.green:hover .arrow-icon,
.text-link.red:hover .arrow-icon {
  opacity: 0.75;
}
/* Fields */

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

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.submitted-message {
    margin-top: 30px;
}
/* Help text */

form legend {
  font-size: 0.875rem;
}

/* 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;
  padding: 0.7rem;
  width: 100%;
  border-style:solid;
  border: 1px solid #b3b4b7;
  border-radius: 2px;
  padding: 1rem;
  margin: 0;
  width: 100% !important;
}

.hs-input:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea :focus{
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}
.hs-input::placeholder {
  opacity: 0.25 !important;
}
form textarea{
  min-height: 150px;
}

/* 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: #EF6B51;
}



.hs-error-msg,.hs-error-msgs label{
  color: #EF6B51 !important;
}

/* Submit button */
.hs-button {
  display: inline-block;
  text-align: center;
  border: 2px solid #c25700;
  background-color: #c25700;
  color: #fff;
  font-family: "Inter", Helevtica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: .25s cubic-bezier(.215,.61,.355,1);
}

/* Captcha */

.grecaptcha-badge {}
form .inputs-list>li {
  margin: 0;
}
@media(max-width:360px){
  .hs-button {  }
}
/* 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;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid;
  border-color: #888 #888 #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left:6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left:max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width:110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}


.fa-form-wrapper {
  width: 60%;
  background: #fff;
  background-color: #fff!important;
  border: 1px solid #707070;
  box-shadow: 6px 6px 9px rgba(0,0,0,.2);
  -webkit-box-shadow: 6px 6px 9px rgba(0,0,0,.2);
  -moz-box-shadow: 6px 6px 9px rgba(0,0,0,.2)
}

@media screen and (max-width: 1399px) {
  .fa-form-wrapper {
    width:80%
  }
}

@media screen and (max-width: 767px) {
  .fa-form-wrapper {
    width:100%
  }
}

.fa-form-wrapper.fancybox-content {
  padding: 3rem 4rem
}

.fa-form-wrapper .form-header h2 {
  margin-bottom: 1.5rem
}

.fa-form-wrapper .form-header p {
  margin: 0
}

.fa-form-wrapper .hs-form .hs-input {
  border: 1px solid #b3b4b7;
  border-radius: 2px;
  height: 4rem;
  padding: 1rem;
  margin: 0;
  width: 100%
}

@media screen and (max-width: 767px) {
  .fa-form-wrapper .hs-form .hs-input {
    width:100%!important
  }
}

.fa-form-wrapper .hs-form input,.fa-form-wrapper .hs-form select {
  color: #282a32
}

.fa-form-wrapper form fieldset {
  max-width: unset
}

.fa-form-wrapper .hs-form .hs-input::placeholder {
  color: #282a32;
  opacity: 1
}

.fa-form-wrapper .hs-form .hs-input:-ms-input-placeholder {
  color: #282a32
}

.fa-form-wrapper .hs-form .hs-input::-ms-input-placeholder {
  color: #282a32
}

.fa-form-wrapper .hs-form ul.hs-error-msgs.inputs-list label.hs-error-msgs {
  color: #9d323d;
  font-size: .8125rem;
  margin: 0
}

.fa-form-wrapper .hs-form .hs-submit {
  text-align: center
}

.fa-form-wrapper .hs-form .hs-submit input {
  display: inline-block;
  text-align: center;
  border: 2px solid #c25700;
  background-color: #c25700;
  color: #fff!important;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 17px 34px;
  text-transform: uppercase;
  transition: .25s cubic-bezier(.215,.61,.355,1)
}

.fa-form-wrapper .hs-form .hs-submit input:focus,.fa-form-wrapper .hs-form .hs-submit input:hover {
  color: #fff;
  text-decoration: none;
  background: #d18140
}

.fa-form-wrapper .hs-form .legal-consent-container p {
  margin-bottom: 1rem
}

.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list {
  font-size: .8125rem;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.fa-form-wrapper .hs-form .legal-consent-container a,.fa-form-wrapper .hs-form .legal-consent-container p,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label a,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label em,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label p,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label span {
  font-size: .8125rem;
  line-height: 1.5
}

.fa-form-wrapper .hs-form .legal-consent-container a,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label a {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: underline!important;
  color: #386097!important
}

.fa-form-wrapper .hs-form textarea.hs-input {
  height: unset;
  width: 100%!important
}

.fa-form-wrapper .hs-form .legal-consent-container .hs-input {
  width: unset!important;
  height: unset!important;
  padding: 0;
  margin: 6px 0 0
}

.legal-consent-container ul.hs-error-msgs li label {
  color: #9d323d;
  font-size: .8125rem;
  margin: 0
}

.fa-form-wrapper .hs-form .hs-input.invalid.error {
  border: 1px solid #9d323d
}

.fa-form-wrapper .hs-form ul.hs-error-msgs.inputs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #9d323d;
  font-size: .8125rem
}

.fancybox-button--arrow_left,.fancybox-button--arrow_right,.fancybox-button--close,.fancybox-button--play,.fancybox-button--thumbs,.fancybox-button--zoom {
  display: none!important
}

.fancybox-bg {
  background: #fff!important
}

.fancybox-is-open .fancybox-bg {
  opacity: .5!important;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header-wrapper {
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 6%);
  z-index: 100;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  transition: 1s cubic-bezier(.455,.03,.515,.955);
}
header.header .logo a img {
  display: block;
}
.mobile-menu {
  display: none;
}
header.header .logo a {
  display: inline-block;
}
header.header .inner {
  min-height: 96px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
header.header .content-wrapper {
  padding: 0;
}
header.header .logo {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
header.header .menu {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-end;
  display: flex;
}
header.header .menu nav>ul>li {
  display: inline-block;
  margin: 0;
  transition: .25s ease-in-out;
  cursor: pointer;
  position: relative;
}
header.header .menu nav>ul>li>a{
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  padding: 10px;
  min-height: 96px;
  align-items: center;
  display: flex;
  padding-bottom: 12px;
}
header.header .menu nav>ul>li>a span:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: .25s ease-in-out;
}
header.header .menu nav ul li a:hover span:after {
  width: 100%;
}
header.header .menu nav ul li a span {
  display: block;
  position: relative;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
/*
header.header .menu nav>ul>li:last-child>a span:before {
display: inline-block;
position: relative;
transform: translateY(1px);
width: 15px;
height: 15px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='15px' viewBox='0 0 15 15' version='1.1'%3e%3cg id='Navigation' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Nav-Expanded' transform='translate(-1127.000000, -42.000000)' fill='%23282A32' fill-rule='nonzero' stroke='%23282A32' stroke-width='1.26'%3e%3cg id='Top-Navigation' transform='translate(0.000000, 0.000000)'%3e%3cg id='Nav-Links' transform='translate(670.000000, 43.000000)'%3e%3cpath d='M463.058671,10.1173425 C464.292494,10.1173425 465.41415,9.67989646 466.289042,8.93960311 L470.21484,12.8654012 C470.304573,12.9551337 470.416739,13 470.540121,13 C470.663503,13 470.775669,12.9551337 470.865401,12.8654012 C471.044866,12.6859362 471.044866,12.3943054 470.865401,12.2148404 L466.939603,8.28904228 C467.66868,7.41415013 468.117343,6.28127696 468.117343,5.05867127 C468.117343,2.26574633 465.851596,1.8189894e-12 463.058671,1.8189894e-12 C460.276963,1.81819242e-12 458,2.2769629 458,5.05867127 C458,7.8515962 460.276963,10.1173425 463.058671,10.1173425 Z M463.058671,0.919758412 C465.346851,0.919758412 467.197584,2.78170837 467.197584,5.05867127 C467.197584,7.34685073 465.346851,9.19758412 463.058671,9.19758412 C460.770492,9.19758412 458.919758,7.33563417 458.919758,5.05867127 C458.919758,2.78170837 460.781708,0.919758412 463.058671,0.919758412 Z' id='Shape'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
transition: .25s ease-in-out;
content: '';
margin-right: 5px;
margin-left: -1px;
}
header.header .menu nav>ul>li:last-child>a:hover span:before {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3e%3cpath d='M6.059 11.117a4.967 4.967 0 0 0 3.23-1.177l3.926 3.925a.45.45 0 0 0 .325.135.46.46 0 0 0 .325-.785L9.94 9.289a5.05 5.05 0 0 0 1.177-3.23A5.06 5.06 0 0 0 6.06 1C3.277 1 1 3.277 1 6.059a5.067 5.067 0 0 0 5.059 5.058zm0-9.197a4.143 4.143 0 0 1 4.139 4.139 4.136 4.136 0 0 1-4.14 4.139 4.143 4.143 0 0 1-4.138-4.14A4.15 4.15 0 0 1 6.059 1.92z' stroke='%23C25700' stroke-width='1.26' fill='%23C25700' fill-rule='nonzero'/%3e%3c/svg%3e");
}
*/
.hs-input.invalid.error {
  border-color: #c25700 !important;
  border-width: 2px;
}
header.header .menu nav ul li a span {
  position: relative;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  border: 2px solid #c25700;
  color: #c25700;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 40px;
}
#hs_cos_wrapper_module_Header_navigation_ .dj_header_cta_ex_THE_NEW_AGE_OF_TECH_TALENT {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: transparent;
  color: currentColor;
}
#hs_cos_wrapper_module_Header_navigation_ .dj_header_cta_ex_THE_NEW_AGE_OF_TECH_TALENT:hover {
  color: #c25700;
}
#hs_cos_wrapper_module_Header_navigation_ .dj_header_cta_ex_THE_NEW_AGE_OF_TECH_TALENT img{
  width: 18px;
  margin-right: 10px;
  display: block;
}
header.header .menu nav ul li a:hover span {
  border-color: #4c79af;
  color: #4c79af;
}

header.header .menu nav ul li a:hover span:after {
  color: transparent;
  background: none;
}

/*---------*/
header.header .menu li.has-submenu>ul {
  position: absolute;
  z-index: 2;
  top: 100%;
  background: #e2e2e2;
  width: 180px;
  padding: 11px 0px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition:.4s;
}
header.header .menu li.has-submenu:hover>ul {
  opacity: 1;
  visibility: visible;
}
header.header .menu ul ul li {
  display: block;
}
header.header .menu ul ul li a {
  display: block;
  padding: 8px 20px;
}
header.header .menu ul li {
  display: inline-block;
  margin-left: 1.75rem;
  transition: .25s ease-in-out;
  cursor: pointer;
  position: relative;
}

header.header .menu ul li a {
  color: #282a32;
  letter-spacing: initial;
  opacity: 1;
}

header.header .menu ul li a:hover {
  color: #c25700;
  opacity: 1;
}

header.header .menu ul li a:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #c25700;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: .25s ease-in-out;
}

header.header .menu ul li a:hover:after {
  width: 100%;
}

.mobile-trigger {
  display: none;
}
.mobile-trigger .toggle {
  width: 30px;
  height: 22px;
  display: inline-block;
}
.mobile-trigger .line1 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-trigger .line2 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: .05s;
}

.mobile-trigger .line3 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-trigger.active .line1 {
  transform: rotate(45deg) translateY(11px);
  margin-bottom: 3px;
}

.mobile-trigger.active .line2 {
  opacity: 0;
  width: 0;
}

.mobile-trigger.active .line3 {
  transform: rotate(-45deg) translateY(-11px);
  width: 100%;
}

header.header .mobile-menu {
  width: 100%;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease-in-out;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  animation-duration: .5s;
  animation-name: mobileInRight;

}

body.mobile-open section.banner-section {
  margin-top: 65px;
}

@keyframes mobileInRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

header.header .mobile-menu ul li:last-child {
  border-bottom: 1px solid rgba(103,105,111,.3);
}

header.header .mobile-menu ul li a {
  border-top: 1px solid rgba(103,105,111,.3);
  padding: 1rem 0;
  display: block;
  color: #282a32;
}


/* 
.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line1 {
position: relative;
background-color: #000;
width: 100%;
height: 4px;
border-radius: 2px;
margin-bottom: 5px;
transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line2 {
position: relative;
background-color: #000;
width: 100%;
height: 4px;
border-radius: 2px;
margin-bottom: 5px;
transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: .05s;
}

.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line3 {
position: relative;
background-color: #000;
width: 100%;
height: 4px;
border-radius: 2px;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
*/

.insights-section .hs-richtext p, 
.insights-section .hs-richtext p a {
  color: #fafafa !important;
  font-size: 10px !important;
}
.insights-section .hs-richtext p{
  line-height: 1.5 !important;
}
@media(max-width:991px){
  .header .insights-section * {
    color: #fff;
  }
  .mobile-trigger {
    margin-left: auto;
    cursor: pointer;
    margin-right: 15px;
    height: 100%;
    min-height: 65px;
    padding: 6px 0 4px;
    display: flex;
    align-items: center;
  }
  header.header .menu {
    display: none;
  }
  header.header .inner {
    min-height: 65px;
  }
  header.header .logo a {
    display: inline;
  }

  .mobile-open .header-wrapper {
    position: fixed;
  }
  .mobile-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: #FFF;
    display: none;
    height: calc(100vh - 65px);
    overflow-y: scroll;
  }
  .mobile-open .mobile-menu {
    display: block;
  }
  .mobile-menu .inner {
    padding-top: 20px !important;
    margin-bottom: 35px;
    min-height: auto !important;
    align-items: flex-start !important;
  }
  .close-text {
    margin-top: 10px;
    text-align: right;
    color: #fff;
    cursor:pointer;
    text-transform: uppercase;
  font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 9px;
    opacity: .65;
  }
  .close {
    padding: 0px 15px;
    margin-left: auto;
  }
  header.header .mobile-menu .logo img {
    margin-left: 1px;
  }
  .mobile-nav nav ul li a {
    border-bottom: 1px solid hsla(0,0%,100%,.13);
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 15px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
    display: inline-block;
  }
  .mobile-nav nav ul ul {
    display: none;
  }
  .mobile-nav nav li {
    width: 100%;
  }
  .mobile-nav {
    padding: 0px 15px;
  }
  .mobile-nav nav ul li a span {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
  }
  .mobile-nav nav ul li a:hover {
    opacity: .5;
  }
  .mobile-nav .child-trigger {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    align-items: center;
    font-family: arial;
  }

  .mobile-nav .child-trigger:before {
    content: '+';
  }
  .mobile-nav .open>.child-trigger:before {
    content: '-';
  }
  .mobile-nav nav li.open>ul {
    display: block;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
@media(max-width:768px){
  header.header .inner {
    padding: 0px 15px;
  }
  .mobile-trigger {
    padding: 5px 0 4px;
  }
  .mobile-nav {
    padding: 0px 30px;
  }
  .mobile-nav nav ul li a span {
    font-size: 14px;
  }
}

@media(max-width:991px){
  .mobile-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}
.site-footer .footer-disclaimer {
  text-align: center;
  padding: 4.25rem 4rem;
}
.site-footer .content-wrapper.border-top {
  border-top: 1px solid!important;
  margin-top: 2.5rem;
  padding: 0!important;
}
.site-footer .cms-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.site-footer .innercol {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.site-footer .copyright-wrapper {
  margin-top: 2.625rem;
  align-items: center;
  justify-content: center;
}
.site-footer .copyright p {
  text-align: left;
  font-size: 12px;
  line-height: 2.16;
  max-width: 1340px;
  margin: 0;
}
.site-footer .social-bar {
  display: flex;
  justify-content: space-evenly;
}
.site-footer a.social-icon {
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 20px;
}
.site-footer .social-bar a.social-icon img {
  min-height: 25px;
  max-height: 25px;
  width: auto;
  vertical-align: middle;
}
.site-footer button#footerLangNav {
  text-transform: none;
  font-size: 13px;
  font-weight: inherit;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  display: flex;
  margin-left: auto;
  align-items: center;
  letter-spacing: 1.2px;
  transition: .25s cubic-bezier(.215,.61,.355,1);
  text-decoration: none!important;
  line-height: 1;
  border: none;
  padding: 0;
  background: transparent;
  color: #FFF !important;
}
.site-footer button#footerLangNav img {
  opacity: 1 !important;
}
.footer-disclaimer-links .hs-menu-wrapper> ul {
  display: inline-block;
  margin-bottom: 23px;
}
.footer-disclaimer-links ul li {
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li {
  font-size: 12px;
  float: left;
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li >a {
  padding: 0 20px;
  line-height: normal;
  display: inline-block;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: inherit;
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li:before {
  content: "|";
  position: absolute;
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li:first-child:before {
  display: none;
}
.footer-copyright p {
  font-size: 12px;
  line-height: 2.16;
  margin: 0 auto 2rem;
  max-width: 1340px;
}
.footer-disclaimer-icons {
  display: block;
  padding: 0 10%;
  text-align: center;
}
.footer-disclaimer-icons .icon {
  width: 200px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: .25s cubic-bezier(.215,.61,.355,1);
  text-decoration: none!important;
  padding: 0 15px;
  margin: 0 5px;
  display: inline-block;
  text-align: right;
}
.footer-disclaimer-icons .icon.full {
  display: block;
  margin: 0 auto;
}
/* .footer-disclaimer-icons .icon.full img {
  max-width: 200px;
} */
.footer-disclaimer-icons .icon img {
  display: inline-block;
  margin: 0 15px 20px;
  vertical-align: top;
  width: 100%;
}
/* .footer-disclaimer-icons .icon.icon2 img {
  max-height: 65px;
}
.footer-disclaimer-icons .icon.icon3 img {
  max-height: 78px;
}
.footer-disclaimer-icons .icon.icon4 img {
  max-height: 80px;
} */
.site-footer a.social-icon:hover {
  opacity: 0.5;
}
.col-left {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.content-wrapper.footer-nav-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #c9cacc;
}
.col-right {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
nav.footer-menu .hs-menu-wrapper> ul {
  display: inline-block;
  margin-bottom: 20px;
}
nav.footer-menu .hs-menu-wrapper> ul>li {
  width: 33%;
  float: left;
  line-height: 2.8;
  display: inline-block;
  font-size: 16px;
}
nav.footer-menu .hs-menu-wrapper> ul>li>a {
  display: inline-block;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  vertical-align: top;
}
a {
  letter-spacing: 1.2px;
}
nav.footer-menu {
  border-right: 1px solid #c9cacc;
  height: 100%;
}
.footer-rightside {
  padding-left: 40px;
}
.newsletter .title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0 0!important;
}
.newsletter form label {
  font-size: inherit;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.newsletter .hs-input {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0 24px;
  outline-color: transparent;
  transition: .33s cubic-bezier(.215,.61,.355,1);
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsletter .hs-button {
    padding: 10px 30px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
    background: transparent;
    font-size: 16px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    transition: .25scubic-bezier(.215,.61,.355,1);
    /* white-space: nowrap; */
    /* float: right; */
}
.newsletter form .hs-richtext, 
.newsletter form .hs-richtext p {
    font-size: 8px;
    margin: 0 0 12px;
}

.newsletter .hs-form-field {
  margin-bottom: 16px;
}
.newsletter {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
img {
  max-width: 100%;
}
.newsletter .hs-button:hover {
  background: none;
  opacity: 0.5;
  cursor: pointer;
}
.site-footer button#footerLangNav:hover img {
  opacity: .5;
}
.site-footer{
  overflow: hidden;
}
.site-footer button#footerLangNav img {
  transition: .25s cubic-bezier(.215,.61,.355,1);
}
@media (max-width: 992px){
  .footer-disclaimer-icons {
    padding: 0 15px;
  }
  .footer-disclaimer-icons .icon {
    width: 115px;
  }
  .site-footer .social-bar a.social-icon img {
  }
  .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  nav.footer-menu {
    border: 0;
  }
  .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer .cms-row {
    padding: 0;
  }
  .newsletter .hs-input {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 15px;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li>a {
    padding-left: 15px;
  }
}
@media(max-width:767px){
  .site-footer .innercol {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .copyright.innercol p {
    text-align: center;
    margin-top: 2rem;
  }
  .footer-lang-nav.innercol {
    text-align: center;
    margin-top: 2.5rem;
  }
  .site-footer button#footerLangNav {
    margin: 0 auto;
  }
  .copyright.innercol {
    order: 3;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li>a {
    margin: 1rem 0;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li:before {
    display: none;
  }
  .footer-disclaimer-icons .icon {
    width: 100%!important;
    padding: 0 10px;
    font-size: 1rem;
    text-align: center;
  }
  .footer-disclaimer-icons .icon.icon4 img {
    max-height: 55px;
  }
  .footer-disclaimer-icons .icon.icon3 img {
    max-height: 58px;
  }
  .footer-disclaimer-icons .icon.icon2 img {
    max-height: 50px;
  }
  .footer-disclaimer-icons .icon.icon1 img {
    max-height: 50px;
  }
  .footer-disclaimer-icons .icon img {
    max-height: 45px;
  }
/*   .footer-disclaimer-icons .icon.full img {
    max-height: 50px;
  } */
  .footer-disclaimer-icons {
    display: flex;
    flex-direction: column;
    padding: 0!important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .footer-disclaimer-icons .icon:hover {
    opacity: .5;
  }
  .newsletter .title {
    font-size: 1rem;
    line-height: 1;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li {
    line-height: 2.57;
  }
}
@media (max-width: 568px){
  nav.footer-menu .hs-menu-wrapper>ul {
    margin: 0;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul {
    margin: 0;
    text-align: center;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li>a {
    display: block;
    width: 100%;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li {
    float: none;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    float: 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;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* .container-fluid,  */
.container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -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 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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;
  }
}
.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}




/* MEOS OG
*/
/*
* COLORS
* */
 
 
 
 
 
 





/*
* COPY
* */

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}


h1.reversed, h2.reversed, h3.reversed, h4.reversed, h5.reversed, h6.reversed {
  color: #FFFFFF;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  color: #282A32;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 1.1;
  }
  h2 {
    text-align: left;
  }
}

h2.blue {
  color: #386097;
}

h2.green {
  color: #5C7D70;
}

h2.orange {
  color: #e0690a;
}

h2.red {
  color: #9D323D;
}

h4,
h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

@media (max-width: 768px) {
  h4,
  h3 {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h5 {
    font-size: 1rem;
    line-height: 1.1;
  }
}

h6 {
  font-size: 1rem;
  line-height: 1.25;
}

h6.light {
  font-weight: 300;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}

p.large {
  font-size: 1.125rem;
  line-height: 1.6;

}

@media (max-width: 768px) {
  p.large {
    font-size: 1rem;
    line-height: 1.5;
  }
}

p.x-small {
  font-size: 0.875rem;
  line-height: 1.42;
}

p.fine {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #67696F;
}

p.reversed {
  color: #FFFFFF;
}

/*
* BUTTONS
* */

.primary-button:hover,
.primary-button:focus {
  color: #fff;
  text-decoration: none;
  background: #aaacb4;
}

.primary-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.primary-button.active,
.primary-button:active {
  background: #aaacb4;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.primary-button.disabled, .primary-button[disabled] {
  cursor: default;
  opacity: 0.65;
  box-shadow: none;
}


.primary-button.orange {
  color: #FFFFFF;
  background: #e0690a;
}

.primary-button.orange:hover,
.primary-button.orange:focus {
  color: #ffecdc;
  background: #aa5812;
}

.primary-button.blue {
  color: #386097;
  background: #d9e2ee;
}

.primary-button.blue:hover,
.primary-button.blue:focus {
  color: #436DA7;
  background: #a4bad6;
}


.primary-button.reversed {
  color: #386097;
  background: #FFFFFF;
}

.primary-button.reversed:hover,
.primary-button.reversed:focus {
  opacity: 0.75;
  color: #386097;
  background: #FFFFFF;
}

.primary-button.reversed.blue {
  color: #386097;
  background: #FFFFFF;
}

.primary-button.reversed.blue:hover,
.primary-button.reversed.blue:focus {
  opacity: 1;
  color: #386097;
  background: #FFFFFF;
}


.primary-button.green.reversed {
  color: #5C7D70 !important;
}

.primary-button.green.reversed:hover,
.primary-button.green.reversed:focus {
  background: #D6DEDB;
}

/* REMOVING HUBSPOT DEFAULTS WHERE NEEDED*/
.container-fluid {
  padding:0;
}
.row-fluid [class*="span"] {
  min-height:auto;
}

/*
* SECTIONS
* */
section {
  position: relative;
  padding: 3em 0;
}

@media (max-width: 768px) {
  section {
    padding: 2em 0;
  }
}

section.blue {
  background: linear-gradient(45deg, #386097, #4C79AF, #3893CD);
}

section.green {
  background-color: #5C7D70;
}

section.gray {
  background-color: #EFEFEF;
}

section.orange {
  background-color: #e0690a;
}

section.red {
  background-color: #9D323D;
}

section.lightblue {
  background-color: #4C79AF;
}


section.light {
  background-color: #FFFFFF;
}

section.dark {
  background-color: #282a32;
}

section .section-header {
  text-align:center;
}

@media screen and (max-width: 767px){
  section .section-header {
    text-align:left;
  }
}


/*
* HERO BANNER
* */
.banner-section.campaigns.green a.primary-button.green.reversed {
  background-color: #FFF;
  color: #5C7D70 !important;
}
.banner-section.campaigns.green a.primary-button.green.reversed:hover {
  border-color: #FFF;
  background-color: #FFF;
}

.banner-section.campaigns.blue_green a.primary-button.blue_green.reversed {
  background-color: #FFF;
  color: #5C7D70 !important;
}
.banner-section.campaigns.blue_green a.primary-button.blue_green.reversed:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #386097 !important;
}


/* Purple Blue */
.banner-section.campaigns.purple_blue a.primary-button.purple_blue.reversed {
  background-color: #FFF;
  color: #5c4bb9 !important;
}
.banner-section.campaigns.purple_blue a.primary-button.purple_blue.reversed:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #5c4bb9 !important;
}
/* Purple Blue */

.banner-section.campaigns.orange a.primary-button.orange.reversed {
  background-color: #FFF;
  color: #e0690a;
}
.banner-section.campaigns.orange a.primary-button.orange.reversed:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #c25700 !important;
}

.banner-section.campaigns.red a.primary-button.red.reversed {
  background-color: #FFF;
  border-color: #FFF;
  color: #CC334D !important; 
}
.banner-section.campaigns.red a.primary-button.red.reversed:hover {
  color: #9d323d !important;
  opacity: 0.75;
}

.banner-section.campaigns.lightblue a.primary-button.lightblue.reversed {
  background-color: #FFF;
  color: #386097 !important;
}
.banner-section.campaigns.lightblue a.primary-button.lightblue.reversed:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #386097 !important;
}


/*
* CALLOUTBAR
* */
.calloutbar-section {
  text-align: center;
}

@media screen and (max-width: 767px){
  .calloutbar-section {
    text-align: left;
  }
}

.calloutbar-section .description {
  color: #282a32;
  margin-bottom: 1.5rem;
}

.calloutbar-section.blue {
  background-color: #386097;
  color: #FFFFFF;
}

.calloutbar-section.green {
  background-color: #5C7D70;
  color: #FFFFFF;
}

.calloutbar-section.red {
  background-color: #9D323D;
  color: #FFFFFF;
}

.calloutbar-section.orange {
  background-color: #e0690a;
  color: #FFFFFF;
}

.calloutbar-section.lightblue {
  background-color: #4C79AF;
  color: #FFFFFF;
}

.calloutbar-section.gray {
  background-color: #EFEFEF;
  color: #282a32;
}

.calloutbar-section.white {
  background-color: #FFFFFF;
  color: #282a32;
}


/*
* INTRO
* */
@media screen and (min-width:992px){
  .intro .calloutbar-section h2 {
    max-width: 540px;
    margin: 0 auto;
  }
}

.intro .calloutbar-section p {
  font-size: 1rem;
}

@media screen and (max-width: 767px){
  .intro .calloutbar-section h2,
  .intro .calloutbar-section p {
    text-align: left;
  }
}

/* DATA EXPLORER*/
@media screen and (min-width:992px){
  .data-explorer h2.title {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1150px){
  #dataExplorer {
    display: none;
  }
}

/* FIND TALENT CALLOUT BAR */
@media screen and (min-width:992px){
  .find-talent .calloutbar-section h2 {
    max-width: 560px;
    margin: 0 auto;
  }
}

.find-talent .calloutbar-section.green a.primary-button {
  background-color: #FFF;
  color: #5C7D70;
}
.find-talent .calloutbar-section.green a.primary-button:hover {
  background-color: rgba(255,255,255,.75);
}

.find-talent .calloutbar-section.red a.primary-button {
  color: #9D323D;
  background-color: #FFFFFF;
}
.find-talent .calloutbar-section.red a.primary-button:hover {
  background-color: #E6CCCE;
}

@media screen and (min-width: 1151px){
  .find-talent .calloutbar-section.orange a.primary-button {
    background-color: #FFF;
    color: #e0690a;
  }
  .find-talent .calloutbar-section.orange a.primary-button:hover {
    background-color: rgba(255,255,255,.75);
  }
}

@media screen and (max-width: 1150px){
  .find-talent .calloutbar-section {
    background: #FFFFFF;
    background-color: #FFFFFF;
  }
  .find-talent .calloutbar-section.blue h2.title {
    color: #282A32;
  }
  .find-talent .calloutbar-section.green h2.title {
    color: #282A32;
  }
  .find-talent .calloutbar-section.orange h2.title {
    color: #282A32;
  }
  .find-talent .calloutbar-section.red h2.title {
    color: #282A32;
  }
  .find-talent .calloutbar-section p.large {
    color: #282A32;
  }
  .find-talent .calloutbar-section.blue a.primary-button {
    color: #FFF;
    background-color: #386097;
  }
  .find-talent .calloutbar-section.blue a.primary-button:hover {
    background-color: #6A88B1;
  }
  .find-talent .calloutbar-section.green a.primary-button {
    color: #FFF;
    background-color: #e0690a;
  }
  .find-talent .calloutbar-section.green a.primary-button:hover {
    background-color: #D18140;
  }
  .find-talent .calloutbar-section.red a.primary-button {
    color: #FFF;
    background-color: #9D323D;
  }
  .find-talent .calloutbar-section.red a.primary-button:hover {
    background-color: #B5656D;
  }
  .find-talent .calloutbar-section.orange a.primary-button {
    color: #FFF;
    background-color: #e0690a;
  }
  .find-talent .calloutbar-section.orange a.primary-button:hover {
    background-color: #D18140;
  }
}

/* COUNTRY PAGE MODAL */
.site-header button.lang-nav {
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.global-assets-flyout .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.global-assets-flyout .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  /*   -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  /*   margin: 1rem; */
  -webkit-flex-basis: calc(100%/4);
  -ms-flex-preferred-size: calc(100%/4);
  flex-basis: calc(100%/4);
  width: calc(100%/4);
}

.global-assets-flyout .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline;
  text-overflow: unset;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #386097;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}

.global-assets-flyout .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  opacity: 0.75;
}

/* BS OVERRIDES*/
/* .modal-backdrop {
background: transparent;
}

.global-assets-flyout.modal {
padding-top: 96px;
width: 100%;
}

@media (max-width: 992px) {
.global-assets-flyout.modal {
padding-top: 65px;
}
}

.global-assets-flyout.modal .modal-header {
border-bottom: none;
}

.global-assets-flyout.modal .modal-dialog {
width: 100%;
margin: 0;
}

.global-assets-flyout.modal .modal-dialog .modal-content {
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0 2rem;
box-shadow: none;
height: 100%;
border: 0;
border-radius: unset!important;
}

.global-assets-flyout.modal .modal-content .modal-header .close {
font-size: 2rem;
} */

/* ACCORDION */
.accordion-block {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #A3A5AA;
  padding: 20px 30px 20px 0;
  cursor: pointer;
}

.accordion-block.open .icon:after {
  transform: rotate(180deg);
}

.accordion-block.open p {
  display: block;
}

.accordion-block:first-child {
  border-top: 1px solid #A3A5AA;
}

.accordion-block:last-child {
  margin-bottom: 40px;
}

.accordion-block .icon {
  position: absolute;
  font-size: 36px;
  right: 0;
  top: 10px;
  color: #A3A5AA;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
}

@media (max-width: 768px) {
  .accordion-block .icon {
    top: 3px;
  }
}

.accordion-block .icon:after {
  display: block;
  content: "";
  background-image: url(https://go.manpowergroup.com/hubfs/Templates/images/icon-down-accordion.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .accordion-block .icon:after {
    width: 16px;
    height: 16px;
    margin-top: 20px;
  }
}

.accordion-block .accordion-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-weight: 600;
  font-size: 1.5rem;/* 24px */
  line-height: 1.25;
  padding: 0;
}

.accordion-block .accordion-title.reversed {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .accordion-block .accordion-title {
    font-size: 2.1875rem;/* 35px */
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .accordion-block .accordion-title {
    font-size: 1.125rem;/* 18px */
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .accordion-block .accordion-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.accordion-block .accordion-content {
  margin: 0;
  display: none;
  margin-top: 15px;
}

.accordion-block.open .accordion-content {
  display: block;
}

.main-nav-slideout .accordion-block:first-child {
  border-top: none;
}

.main-nav-slideout .accordion-block {
  border-bottom: 1px solid #e1e1e3;
  padding: .75rem 1.875rem .75rem .5rem;
}

.main-nav-slideout .accordion-block .accordion-title {
  color: #386097;
  font-size: 1rem;
}

.main-nav-slideout .navlist__mobile .navitem__mobile ul {
  display: flex;
  flex-direction: column;
}

.main-nav-slideout .navlist__mobile .navitem__mobile ul li a {
  border: none !important;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-size: 0.8rem;
}