/* 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.
*/
/* Resets all thehas styles that come with the browser’s user agent. */
*, *: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 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/* 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;
}
/* 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;
  }
}
/* 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: #c25700;
}
section.red {
  background-color: #9d323d;
}
section.lightblue {
  background-color: #4c79af;
}
section.light {
  background-color: #FFFFFF;
}
section.dark {
  background-color: #282a32;
}
section.violet {
  background-color: #5c4bb9;
}
section.black {
  background-color: #000000;
}
section .section-header {
  text-align: center;
}
@media screen and (max-width: 767px){
  section .section-header {
    text-align: left;
  }
}

/*!
 * 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)
 */
.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;
  }
}

/* CONFLICTS W HUBSPOT DEFAULTS
 * .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;
}

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

/* Atoms
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;
}

/*
* HEADINGS
* */

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.5rem;
}

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


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

h2.blue {
  color: #386097;
}

h2.green {
  color: #5C7D70;
}

h2.orange {
  color: #c25700;
}

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: #67696F;
  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;
}

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

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;
}
.reversed,
p.reversed {
  color: #FFFFFF;
}

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

/* Anchors */
a {
  cursor: pointer;
  color: #386097;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-decoration: none;
  transition: .25s cubic-bezier(.215,.61,.355,1);
}

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%;
}
/* GLOBAL */
.button {
  display: inline-flex;
  align-items: center;
  border: 2px solid #282a32;
  background-color: transparent;
  color: #282a32;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 2rem;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 1.2;
  padding: 1rem 2.125rem;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
@media (max-width: 767px) {
  .button {
    line-height: 1.1;
    padding: 1rem 1.5rem;
  }
}
.button .arrow-icon {
  width: 22px;
  height: 14px;
  background-size: 22px 14px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  /*   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==); */
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button:hover {
  border-color: #000;
  background-color: #EFEFEF;
  color: #000;
}
.button:hover .arrow-icon {
/*   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==); */
  transform: translateX(5px);
}

/* SOLID */
.primary-button {
  border-color: #e0690a;
  background-color: #e0690a;
  color: #FFF;  
}
.primary-button .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.primary-button:active,
.primary-button:focus,
.primary-button:hover {
  background-color: #C25700;
  border-color: #C25700;
  color: #FFF;
}
.primary-button:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.primary-button.reversed {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #e0690a;
}
.primary-button.reversed .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
.primary-button.reversed:hover {
  background-color: #c25700;
  border-color: #c25700;
  color: #FFFFFF;
}
.primary-button.reversed:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.primary-button.reversed.blue {
  color: #3893CD;
}
.primary-button.reversed.blue .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iIzMzOTRkNiIvPgo8L3N2Zz4K);
}
.primary-button.reversed.blue:hover {
  background-color: #3893CD;
  border-color: #3893CD;
  color: #FFFFFF;
}
.primary-button.reversed.blue:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.primary-button.reversed.green {
  color: #5c7d70;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.primary-button.reversed.green:hover {
  border-color: #D6DEDB;
  background-color: #D6DEDB;
}
.primary-button.green {
  background-color: #5c7d70;
  border-color: #5c7d70;
  color: #FFFFFF;
}
.primary-button.green:hover {
  background-color: #669e66;
  border-color: #669e66;
}
.primary-button.red {
  background-color: #CC334d;
  border-color: #CC334d;
  color: #FFFFFF;
}
.primary-button.red:hover {
  background-color: #e4415f;
  border-color: #e4415f;
}

/* OUTLINE */
.secondary-button {
  background-color: transparent;
  border-color: #e0690a;
  color: #e0690a;
}
.secondary-button .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
.secondary-button:hover {
  background-color: #c25700;
  border-color: #c25700;
  color: #FFFFFF;
}
.secondary-button:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.secondary-button.blue {
  border-color: #386097;
  color: #386097;
}
.secondary-button.blue .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iIzMzOTRkNiIvPgo8L3N2Zz4K);
}
.secondary-button.blue:hover {
  background-color: #4c79af;
  border-color: #4c79af;
  color: #FFFFFF;
}
.secondary-button.blue:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.secondary-button.reversed {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.secondary-button.reversed .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.secondary-button.reversed:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #282a32;
}
.secondary-button.reversed:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
/* TEXT BUTTON */
.text-button {
  color: #282a32;
  border-bottom: 1px solid #282a32;
  opacity: 1;
}
.text-button:hover {
  opacity: 0.75;
}
.text-button.blue {
  color: #386097;
  border-color: #386097;
}
.text-button.green {
  color: #5c7d70;
  border-color: #5c7d70;
}
.text-button.orange {
  color: #386097;
  border-color: #386097;
}
.text-button.red {
  color: #9d323d;
  border-color: #9d323d;
}
.text-button.violet {
  color: #5c4bb9;
  border-color: #5c4bb9;
}
.text-button.reversed {
  color: #FFF;
  border-color: #FFF;
}
.text-button.reversed.orange {
  color: #ff7a12;
  border-color: #ff7a12;
}
.text-button.reversed.blue {
  color: #3893CD;
  border-color: #3893CD;
}
.text-button.reversed.green {
  color: #70bf5c;
  border-color: #70bf5c;
}
.text-button.reversed.violet {
  color: #736bde;
  border-color: #736bde;
}
.text-button.reversed.red {
  color: #e4415f;
  border-color: #e4415f;
}

/* TEXT LINK*/
.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: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    */
/*****************************************/


.card.standard {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 8px 16px 0 rgba(0, 0, 0, 0.06);
  background-color: #282a32;
  color: #FFF !important;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none !important;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}
.card.standard:hover {
  opacity: 1 !important
}

.card.standard img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 9;
}

.card.standard .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card.standard .card-body .title {
  margin: 0 0 1rem 0;
}
.card.standard .card-body p {
  margin: 0 0 1.5rem 0;
}

.card.standard .card-body .cta__wrap {
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
}

.card--wipe {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card--wipe:hover .card--wipe--apollo::before {
  transform: scale3d(3, 2, 1) rotate3d(0, 0, 1, 240deg) translate3d(0, 0, 0);
  transition-duration: 1.25s;
}

.card--wipe .card--wipe--apollo:before {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.25);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 220deg) translate3d(0, -100%, 0);
}

@media screen and (min-width: 520px) and (max-width: 992px){
  .card--wipe--apollo {
    display: none;
  }
}

/* Globals
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, "Droid Sans", "Arimo", 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, "Droid Sans", "Arimo", sans-serif; 
  font-size: 1.125rem;
  font-weight: 600;
}
.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, "Droid Sans", "Arimo", 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;
  font-weight: 600;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  letter-spacing: initial;
  opacity: 1;
}

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

header.header .menu ul li a:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e0690a;
  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 {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  font-weight: 600;
  border-top: 1px solid rgba(103,105,111,.3);
  padding: 1rem 0;
  display: block;
  color: #282a32;
}

.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, "Droid Sans", "Arimo", 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, "Droid Sans", "Arimo", 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, "Droid Sans", "Arimo", 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: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif; 
  }

  .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: 130px;
  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;
  /* 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 48px;
  max-height: 60px;
  vertical-align: top;
  width: auto !important;
}
.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;
  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%;
    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 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%;
}

/* Modules
Component specific UI that are shared.
*/
/* 
* ACCORDION 
* */

.accordion-section {
  text-align: center;
  padding: 3.5rem 0;
}

@media (max-width: 768px) {
  .accordion-section {
    padding: 3rem 0;
  }
}

.accordion-section p {
  margin: 1.25rem 0 1.75rem;
}

.accordion-block {
  position: relative;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #A3A5AA;
}

.accordion-block:last-child {
  margin-bottom: 2.5rem;
}

.accordion-block .accordion-icon {
  position: absolute;
  font-size: 3.25rem;
  right: 0;
  top: 10px;
  color: #A3A5AA;
  cursor: pointer;
}

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

.accordion-section .accordion-block p {
  margin: 0 0 1rem 0;
}

.accordion-block.open .accordion-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: 2.5rem;
}

.accordion-block .accordion-icon:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1NiIgd2lkdGg9IjI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzguMzk5IDc2LjhjMS42MzcgMCAzLjI3NC42MjUgNC41MjQgMS44NzVsODUuMDc1IDg1LjA3NiA4NS4wNzUtODUuMDc2YzIuNS0yLjUgNi41NS0yLjUgOS4wNSAwczIuNSA2LjU1IDAgOS4wNWwtODkuNiA4OS42MDFhNi4zOTkgNi4zOTkgMCAwIDEtOS4wNTEgMGwtODkuNi04OS42MDFBNi4zOTggNi4zOTggMCAwIDEgMzguMzk5IDc2Ljh6Ii8+PC9zdmc+");  background-size: cover;
  width: 18px;
  height: 18px;
  margin-top: 18px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform .1s linear;
}

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

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

.accordion-block .accordion-title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0;
  padding: 1.25rem 2rem 1.25rem 0;
  cursor: pointer;
}

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

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

.accordion-block .accordion-content {
  display: none;
  margin: 0;
  padding-bottom: 1rem;
}

.accordion-block .accordion-content i,
.accordion-block .accordion-content em {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.accordion-block.active .accordion-content,
.accordion-block.open .accordion-content {
  display: block;
}
/*
* COLORS
* */
 
 
 
 
 
 





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


.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;
}
.light{
  color: #FFF !important;
}
.dark{
  color: #282A32 !important;
}
/*
* CALLOUTBARS
* */
.calloutbar-section {
  position: relative;
  padding: 3.5rem 0;
  text-align: center;
}

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

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

.calloutbar-section .description.reversed,
.calloutbar-section .description.reversed p {
  color: #FFF;
}

.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: #c25700;
  color: #FFFFFF;
}

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

.calloutbar-section.gray {
  background-color: #EFEFEF;
  color: #282a32;
}
.calloutbar-section.light,
.calloutbar-section.white {
  background-color: #FFFFFF;
  color: #282a32;
}
.calloutbar-section.violet {
  background-color: #5c4bb9;
  color: #FFF;
}
.calloutbar-section.dark {
  background-color: #282a32;
  color: #FFF;
}
.calloutbar-section.black {
  background-color: #000;
  color: #FFF;
}
.calloutbar-section .reversed * {
  color: #FFF;
}


/* UTILITY */
.calloutbar-section.utility {
  text-align: left;
}
@media screen and (max-width: 767px){
  .calloutbar-section.utility ul {
    padding-left: 1rem;
  }
}
.calloutbar-section.utility  ul li {
  margin-bottom: 1em;
}
.calloutbar-section.utility ul li::marker {
  color: #282a32;
}
/*
* CARDBLOCKS
* */
.cardblock-section {
  padding: 3.5rem 0;
}

@media screen and (max-width: 767px){
  .cardblock-section {
    padding: 3rem 0;
  }
}

.card-scroll.dark {
  background: #282a32;
}
.card-scroll.black {
  background: #000;
}
.card-scroll.light {
  background: #FFF;
}
.card-scroll.gray {
  background: #EFEFEF;
}

/* SOLUTIONS LIFECYCLE */
.cardblock-section.solutions {
  padding: 4rem 0;
}


@media screen and (max-width: 992px) {
  .cardblock-section.solutions .gap-40 {
    gap: 2.5rem;
  }
}

.cardblock-section.solutions .title {
  font-style: normal;
  font-weight: 600;
  line-height: 118.75%;
}

@media screen and (min-width:1200px){
  .cardblock-section.solutions .title {
    font-size: 2rem;
  }
}

.cardblock-section.solutions .description {
  margin: 1rem 0 1.75rem;
}

.cardblock-section.solutions .description p:first {
  margin-top: 0;
}
.cardblock-section.solutions .description p:last {
  margin-bottom: 0;
}

.cardblock-section.solutions .card-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 992px) {
  .cardblock-section.solutions .card-wrapper {
    justify-content: center;
  }
}

.cardblock-section.solutions .card-wrapper .card__info {
  display: flex;
  flex-basis: 30%;
  min-width: 10.75rem;
  min-height: 10.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-image: url(//2942250.fs1.hubspotusercontent-na1.net/hubfs/2942250/raw_assets/public/MPG%20-%20Talent%20Shortage/images/icons/icon-box-green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cardblock-section.solutions .card-wrapper .card__info .icon {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(538%) hue-rotate(191deg) brightness(93%) contrast(92%);
}

.cardblock-section.solutions .card-wrapper .card__info .name {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  align-self: stretch;
  margin: 0;
}

/* TALENT SHORTAGE BY INDUSTRY VERTICAL */
.cardblock-section.industries .title {
  /*color: #386097;*/
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (min-width:1200px){
  .cardblock-section.industries .title {
    font-size: 2.5rem;
  }
}
.cardblock-section.industries .card-wrapper {
  gap: 2.5rem 0;
}
.cardblock-section.industries .card.card__industry img {
  margin-bottom: 1.5rem;
}
.cardblock-section.industries .card.card__industry .number h3 {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.cardblock-section.industries .card.card__industry .description {
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 auto;
}


/* HOW COMPANIES ARE OVERCOMING TALENT SHORTAGES */
.cardblock-section.stats .title {
  color: #386097;
  font-style: normal;
  font-weight: 600;
  line-height: 118.75%;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media screen and (min-width:1200px){
  .cardblock-section.stats .title {
    font-size: 2rem;
  }
}

.cardblock-section.stats .stats-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.cardblock-section.stats .stats-wrapper .card__stat {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 0.5rem;
  background-image: url(//2942250.fs1.hubspotusercontent-na1.net/hubfs/2942250/raw_assets/public/MPG%20-%20Talent%20Shortage/images/icons/icon-box.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cardblock-section.stats .stats-wrapper .card__stat .stat {
  display: inline-flex;
  align-items: flex-end;
  text-align: center;
}

.cardblock-section.stats .stats-wrapper .card__stat .stat .number {
  font-family: Inter, Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.cardblock-section.stats .stats-wrapper .card__stat .stat .symbol {
  font-family: Inter, Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.03125rem;
}

.cardblock-section.stats .stats-wrapper .card__stat .description {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-align: center;
}


/* SWIPER CAROUSEL */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper .swiper-button-next, 
.swiper .swiper-button-prev {
  color: #FFF;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  height: 0.75rem;
  width: 0.75rem;
}
.data-block {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 0;
}

.data-block--tiny {
  max-width: 320px;
}

.data-block--xxs,
.data-block--xs {
  max-width: 335px;
}

.data-block--s {
  max-width: 520px;
}

.data-block--m {
  max-width: 740px;
}

.data-block--l {
  max-width: 520px;
}

.data-block--xl {
  max-width: 740px;
}

.data-block--linear-gauge {
  width: 100%;
  max-width: 740px;
}

.data-block__container {
  border-radius: 0.75rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 64px 44px 44px;
  height: 100%;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 8px;
}

.data-block--tiny .data-block__container {
  padding: 28px 10px 10px;
}

.data-block--xxs .data-block__container {
  padding: 28px 20px 20px;
}

.data-block--xxs.data-block--bar-alt .data-block__container {
  padding-top: 44px;
}

.data-block--xs .data-block__container {
  padding: 40px 20px 20px;
}

.data-block--xs.data-block--bar-alt .data-block__container {
  padding-top: 44px;
}
.data-block--bar-alt .bar-alt {
  padding: 0;
}

.data-block--linear-gauge .data-block__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 36px;
}

.data-block--tiny.data-block--linear-gauge .data-block__container,
.data-block--xxs.data-block--linear-gauge .data-block__container,
.data-block--xs.data-block--linear-gauge .data-block__container {
  padding: 20px;
}

.data-block__title-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.data-block--tiny .data-block__title-container {
  gap: 15px;
}

.data-block--xxs .data-block__title-container,
.data-block--xs .data-block__title-container {
  gap: 20px;
}

.data-block--xs .data-block__title-container {
  flex-direction: column;
  align-items: flex-start;
}

.data-block--xs.data-block--bubble .data-block__title-container {
  max-width: 90%;
}

.data-block--s.data-block--bubble .data-block__title-container {
  max-width: 75%;
}

.data-block--m.data-block--doughnut .data-block__title-container {
  position: absolute;
  top: 64px;
  left: 44px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.data-block--m.data-block--bubble .data-block__title-container {
  max-width: 65%;
}

.data-block--l.data-block--bubble .data-block__title-container {
  max-width: 85%;
}

.data-block--xl.data-block--bubble .data-block__title-container {
  max-width: 75%;
}

.data-block--line .data-block__title-container {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.data-block--bubble .data-block__title-container {
  max-width: 85%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 114%;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 90%;
}

.data-block__title.on-secondary,
.data-block__title.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .data-block__title {
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
}

.data-block--tiny .data-block__title,
.data-block--xxs .data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.005em;
  max-width: 80%;
}

.data-block--tiny .data-block__title.on-secondary,
.data-block--tiny .data-block__title.reversed,
.data-block--xxs .data-block__title.on-secondary,
.data-block--xxs .data-block__title.reversed {
  color: #ffffff;
}

.data-block--xs .data-block__title {
  max-width: 95%;
}

.data-block--xs.data-block--bar .data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.5px;
}

.data-block--xs.data-block--bar .data-block__title.on-secondary,
.data-block--xs.data-block--bar .data-block__title.reversed {
  color: #ffffff;
}

.data-block--s.data-block--doughnut .data-block__title {
  max-width: 100%;
}

.data-block--m .data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 112%;
  letter-spacing: -0.5px;
}

.data-block--m .data-block__title.on-secondary,
.data-block--m .data-block__title.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .data-block--m .data-block__title {
    font-size: 1.5rem;
    line-height: 117%;
    letter-spacing: -0.5px;
  }
}

.data-block--m.data-block--doughnut .data-block__title {
  max-width: 250px;
}

.data-block--l .data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 111%;
  letter-spacing: -1px;
}

.data-block--l .data-block__title.on-secondary,
.data-block--l .data-block__title.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .data-block--l .data-block__title {
    font-size: 1.75rem;
    line-height: 114%;
    letter-spacing: -0.5px;
  }
}

.data-block--l.data-block--bar-alt .data-block__title,
.data-block--l.data-block--doughnut .data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 114%;
  letter-spacing: -0.5px;
  text-transform: none;
}

.data-block--l.data-block--bar-alt .data-block__title.on-secondary,
.data-block--l.data-block--bar-alt .data-block__title.reversed,
.data-block--l.data-block--doughnut .data-block__title.on-secondary,
.data-block--l.data-block--doughnut .data-block__title.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {

  .data-block--l.data-block--bar-alt .data-block__title,
  .data-block--l.data-block--doughnut .data-block__title {
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
}

.data-block--xl .data-block__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 111%;
  letter-spacing: -1px;
  max-width: 95%;
}

.data-block--xl .data-block__title.on-secondary,
.data-block--xl .data-block__title.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .data-block--xl .data-block__title {
    font-size: 1.75rem;
    line-height: 114%;
    letter-spacing: -0.5px;
  }
}

.data-block--xl.data-block--doughnut .data-block__title {
  max-width: 70%;
}

.data-block__desc-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 1;
}

.data-block--s.data-block--doughnut .data-block__desc-container {
  position: absolute;
  top: 54px;
  max-width: 150px;
}

.data-block--m.data-block--doughnut .data-block__desc-container {
  max-width: 200px;
}

.data-block--xl.data-block--doughnut .data-block__desc-container {
  position: absolute;
  top: 126px;
  max-width: 220px;
}

.data-block__label {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  color: #939498;
}

.data-block__label.reversed {
  color: #FFFFFF;
}

.data-block--xl .data-block__label {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.data-block--xl .data-block__label.reversed {
  color: #FFFFFF;
}

.data-block__text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.005em;
  margin: 0;
  color: #ffffff;
}

.data-block__text.on-secondary,
.data-block__text.reversed {
  color: #ffffff;
}

.data-block--tiny.data-block--bar-alt .data-block__text,
.data-block--xxs.data-block--bar-alt .data-block__text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.data-block--tiny.data-block--bar-alt .data-block__text.reversed,
.data-block--xxs.data-block--bar-alt .data-block__text.reversed {
  color: #FFFFFF;
}

.data-block--xs .data-block__text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.5px;
}

.data-block--xs .data-block__text.on-secondary,
.data-block--xs .data-block__text.reversed {
  color: #ffffff;
}

.data-block--xl.data-block--doughnut .data-block__text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 112%;
  letter-spacing: -0.5px;
}

.data-block--xl.data-block--doughnut .data-block__text.on-secondary,
.data-block--xl.data-block--doughnut .data-block__text.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .data-block--xl.data-block--doughnut .data-block__text {
    font-size: 1.5rem;
    line-height: 117%;
    letter-spacing: -0.5px;
  }
}

.data-block__chart-container {
  width: 100%;
}

.data-block--bar .data-block__chart-container {
  padding-top: 10px;
}

.data-block--l.data-block--bar .data-block__chart-container {
  padding-top: 0;
}

.data-block__fallback {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #939498;
}
/* DATA BLOCK GRID*/

.db-grid {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background-color: #000000;
  overflow: hidden;
}

.db-grid__right-arrow {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzc1IiBoZWlnaHQ9IjMzOCIgdmlld0JveD0iMCAwIDM3NSAzMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMTYuOTMyIDMxMy42OTNMMzE3LjI4NSAzMTQuMDQ3TDMxNi45MzIgMzEzLjY5M1pNNDM3LjMyNSAxOTMuM0w0MzYuOTcxIDE5Mi45NDdMNDM3LjMyNSAxOTMuM1pNNDM2Ljk5OSAxNDQuMzczTDQzNi42NTEgMTQ0LjczMkw0MzYuNjQ2IDE0NC43MjdMNDM2Ljk5OSAxNDQuMzczWk0zMTYuOTI5IDI0LjMwMzVMMzE2LjU3NiAyNC42NTcxTDMxNi45MjkgMjQuMzAzNVpNMjY4LjMyNCAyNC4zMDM1TDI2Ny45NyAyMy45NDk5TDI2OC4zMjQgMjQuMzAzNVpNMjY4LjMyNCA3Mi45MDk0TDI2Ny45NyA3My4yNjI5TDI2OC4zMjQgNzIuOTA5NFpNMzY0LjQxNCAxNjguOTk5TDM2NC43NjcgMTY4LjY0NkwzNjUuMTIxIDE2OC45OTlMMzY0Ljc2NyAxNjkuMzUzTDM2NC40MTQgMTY4Ljk5OVpNMjY4LjMyNiAyNjUuMDg3TDI2OC42OCAyNjUuNDQxTDI2OC4zMjYgMjY1LjA4N1pNMzE3LjI4NSAzMTQuMDQ3QzMwMy42NjggMzI3LjY2NCAyODEuNTkgMzI3LjY2NCAyNjcuOTcyIDMxNC4wNDdMMjY4LjY4IDMxMy4zNEMyODEuOTA2IDMyNi41NjYgMzAzLjM1MSAzMjYuNTY2IDMxNi41NzggMzEzLjM0TDMxNy4yODUgMzE0LjA0N1pNNDM3LjY3OCAxOTMuNjU0TDMxNy4yODUgMzE0LjA0N0wzMTYuNTc4IDMxMy4zNEw0MzYuOTcxIDE5Mi45NDdMNDM3LjY3OCAxOTMuNjU0Wk00MzcuNjc4IDE0NC4zNDFDNDUxLjI5NiAxNTcuOTU4IDQ1MS4yOTYgMTgwLjAzNiA0MzcuNjc4IDE5My42NTRMNDM2Ljk3MSAxOTIuOTQ3QzQ1MC4xOTggMTc5LjcyIDQ1MC4xOTggMTU4LjI3NSA0MzYuOTcxIDE0NS4wNDhMNDM3LjY3OCAxNDQuMzQxWk00MzcuMzQ4IDE0NC4wMTVDNDM3LjQ1OSAxNDQuMTIzIDQzNy41NjkgMTQ0LjIzMiA0MzcuNjc4IDE0NC4zNDFMNDM2Ljk3MSAxNDUuMDQ4QzQzNi44NjUgMTQ0Ljk0MiA0MzYuNzU4IDE0NC44MzYgNDM2LjY1MSAxNDQuNzMyTDQzNy4zNDggMTQ0LjAxNVpNMzE3LjI4MyAyMy45NUw0MzcuMzUzIDE0NC4wMkw0MzYuNjQ2IDE0NC43MjdMMzE2LjU3NiAyNC42NTcxTDMxNy4yODMgMjMuOTVaTTI2Ny45NyAyMy45NDk5QzI4MS41ODcgMTAuMzMyNiAzMDMuNjY2IDEwLjMzMjYgMzE3LjI4MyAyMy45NUwzMTYuNTc2IDI0LjY1NzFDMzAzLjM0OSAxMS40MzAyIDI4MS45MDQgMTEuNDMwMiAyNjguNjc3IDI0LjY1NzFMMjY3Ljk3IDIzLjk0OTlaTTI2Ny45NyA3My4yNjI5QzI1NC4zNTMgNTkuNjQ1NSAyNTQuMzUzIDM3LjU2NzQgMjY3Ljk3IDIzLjk0OTlMMjY4LjY3NyAyNC42NTcxQzI1NS40NSAzNy44ODM5IDI1NS40NSA1OS4zMjg5IDI2OC42NzcgNzIuNTU1OEwyNjcuOTcgNzMuMjYyOVpNMzY0LjA2IDE2OS4zNTNMMjY3Ljk3IDczLjI2MjlMMjY4LjY3NyA3Mi41NTU4TDM2NC43NjcgMTY4LjY0NkwzNjQuMDYgMTY5LjM1M1pNMjY3Ljk3MiAyNjQuNzM0TDM2NC4wNiAxNjguNjQ2TDM2NC43NjcgMTY5LjM1M0wyNjguNjggMjY1LjQ0MUwyNjcuOTcyIDI2NC43MzRaTTI2Ny45NzIgMzE0LjA0N0MyNTQuMzU1IDMwMC40MjkgMjU0LjM1NSAyNzguMzUxIDI2Ny45NzIgMjY0LjczNEwyNjguNjggMjY1LjQ0MUMyNTUuNDUzIDI3OC42NjggMjU1LjQ1MyAzMDAuMTEzIDI2OC42OCAzMTMuMzRMMjY3Ljk3MiAzMTQuMDQ3WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzExMDlfMTI5NzAxKSIvPgo8cGF0aCBkPSJNNDEuMzAyOSAzMTMuNjk3TDQxLjY1NjUgMzE0LjA1MUw0MS4zMDI5IDMxMy42OTdaTTE2MS42NzggMTkzLjMyMkwxNjEuMzI0IDE5Mi45NjlMMTYxLjMyNCAxOTIuOTY5TDE2MS42NzggMTkzLjMyMlpNMTYxLjY5NiAxOTMuMzA0TDE2MS4zNDIgMTkyLjk1MUwxNjEuMzQyIDE5Mi45NTFMMTYxLjY5NiAxOTMuMzA0Wk0xNjEuNzM5IDE5My4yNjFMMTYyLjA5MyAxOTMuNjE0TDE2MS43MzkgMTkzLjI2MVpNMTYxLjc1MiAxOTMuMjQ4TDE2MS4zOTcgMTkyLjg5NkwxNjEuNzUyIDE5My4yNDhaTTE2MS4zNjEgMTQ0LjM2OEwxNjEuMDEzIDE0NC43MjdMMTYxLjAwOCAxNDQuNzIyTDE2MS4zNjEgMTQ0LjM2OFpNNDEuMzAwNiAyNC4zMDc3TDQwLjk0NyAyNC42NjEyTDQxLjMwMDYgMjQuMzA3N1pNLTcuMzA1MjUgNzIuOTEzNUwtNy42NTg4MSA3My4yNjcxTC03LjMwNTI1IDcyLjkxMzVaTTg4Ljc4NDggMTY5LjAwNEw4OS4xMzgzIDE2OC42NUw4OS40OTE5IDE2OS4wMDRMODkuMTM4MyAxNjkuMzU3TDg4Ljc4NDggMTY5LjAwNFpNLTcuMzAyOTMgMjY1LjA5MUwtNi45NDkzOCAyNjUuNDQ1TC03LjMwMjkzIDI2NS4wOTFaTTQxLjY1NjUgMzE0LjA1MUMyOC4wMzkxIDMyNy42NjggNS45NjA5MiAzMjcuNjY4IC03LjY1NjQ4IDMxNC4wNTFMLTYuOTQ5MzcgMzEzLjM0NEM2LjI3NzUgMzI2LjU3IDI3LjcyMjUgMzI2LjU3IDQwLjk0OTQgMzEzLjM0NEw0MS42NTY1IDMxNC4wNTFaTTE2Mi4wMzEgMTkzLjY3Nkw0MS42NTY1IDMxNC4wNTFMNDAuOTQ5NCAzMTMuMzQ0TDE2MS4zMjQgMTkyLjk2OUwxNjIuMDMxIDE5My42NzZaTTE2Mi4wNDcgMTkzLjY2QzE2Mi4wNDIgMTkzLjY2NSAxNjIuMDM2IDE5My42NzEgMTYyLjAzMSAxOTMuNjc2TDE2MS4zMjQgMTkyLjk2OUMxNjEuMzMgMTkyLjk2MyAxNjEuMzM1IDE5Mi45NTggMTYxLjM0IDE5Mi45NTNMMTYyLjA0NyAxOTMuNjZaTTE2Mi4wNDkgMTkzLjY1OEMxNjIuMDUgMTkzLjY1NyAxNjIuMDUgMTkzLjY1NyAxNjIuMDQ5IDE5My42NThDMTYyLjA0OSAxOTMuNjU4IDE2Mi4wNDggMTkzLjY1OSAxNjIuMDQ3IDE5My42NkwxNjEuMzQgMTkyLjk1M0MxNjEuMzQgMTkyLjk1MyAxNjEuMzM5IDE5Mi45NTMgMTYxLjM0IDE5Mi45NTNDMTYxLjM0IDE5Mi45NTMgMTYxLjM0MSAxOTIuOTUyIDE2MS4zNDIgMTkyLjk1MUwxNjIuMDQ5IDE5My42NThaTTE2Mi4wOTMgMTkzLjYxNEMxNjIuMDc5IDE5My42MjggMTYyLjA2NCAxOTMuNjQzIDE2Mi4wNDkgMTkzLjY1OEwxNjEuMzQyIDE5Mi45NTFDMTYxLjM1NyAxOTIuOTM2IDE2MS4zNzEgMTkyLjkyMiAxNjEuMzg1IDE5Mi45MDhMMTYyLjA5MyAxOTMuNjE0Wk0xNjIuMTA2IDE5My42MDFDMTYyLjEwMiAxOTMuNjA1IDE2Mi4wOTggMTkzLjYwOSAxNjIuMDkzIDE5My42MTRMMTYxLjM4NSAxOTIuOTA4QzE2MS4zODkgMTkyLjkwNCAxNjEuMzkzIDE5Mi45IDE2MS4zOTcgMTkyLjg5NkwxNjIuMTA2IDE5My42MDFaTTE2Mi4wNDkgMTQ0LjM0NUMxNzUuNjQ4IDE1Ny45NDMgMTc1LjY2NyAxNzkuOTc5IDE2Mi4xMDYgMTkzLjYwMUwxNjEuMzk3IDE5Mi44OTZDMTc0LjU2OSAxNzkuNjY0IDE3NC41NTEgMTU4LjI2IDE2MS4zNDIgMTQ1LjA1MkwxNjIuMDQ5IDE0NC4zNDVaTTE2MS43MSAxNDQuMDFDMTYxLjgyNCAxNDQuMTIxIDE2MS45MzcgMTQ0LjIzMiAxNjIuMDQ5IDE0NC4zNDVMMTYxLjM0MiAxNDUuMDUyQzE2MS4yMzMgMTQ0Ljk0MyAxNjEuMTIzIDE0NC44MzQgMTYxLjAxMyAxNDQuNzI3TDE2MS43MSAxNDQuMDFaTTQxLjY1NDEgMjMuOTU0MUwxNjEuNzE1IDE0NC4wMTVMMTYxLjAwOCAxNDQuNzIyTDQwLjk0NyAyNC42NjEyTDQxLjY1NDEgMjMuOTU0MVpNLTcuNjU4ODEgMjMuOTU0MUM1Ljk1ODU5IDEwLjMzNjcgMjguMDM2OCAxMC4zMzY3IDQxLjY1NDEgMjMuOTU0MUw0MC45NDcgMjQuNjYxMkMyNy43MjAyIDExLjQzNDMgNi4yNzUxOCAxMS40MzQzIC02Ljk1MTcgMjQuNjYxMkwtNy42NTg4MSAyMy45NTQxWk0tNy42NTg4MSA3My4yNjcxQy0yMS4yNzYyIDU5LjY0OTcgLTIxLjI3NjIgMzcuNTcxNSAtNy42NTg4MSAyMy45NTQxTC02Ljk1MTcgMjQuNjYxMkMtMjAuMTc4NiAzNy44ODgxIC0yMC4xNzg2IDU5LjMzMzEgLTYuOTUxNyA3Mi41NTk5TC03LjY1ODgxIDczLjI2NzFaTTg4LjQzMTIgMTY5LjM1N0wtNy42NTg4MSA3My4yNjcxTC02Ljk1MTcgNzIuNTU5OUw4OS4xMzgzIDE2OC42NUw4OC40MzEyIDE2OS4zNTdaTS03LjY1NjQ5IDI2NC43MzhMODguNDMxMiAxNjguNjVMODkuMTM4MyAxNjkuMzU3TC02Ljk0OTM4IDI2NS40NDVMLTcuNjU2NDkgMjY0LjczOFpNLTcuNjU2NDggMzE0LjA1MUMtMjEuMjczOSAzMDAuNDMzIC0yMS4yNzM5IDI3OC4zNTUgLTcuNjU2NDkgMjY0LjczOEwtNi45NDkzOCAyNjUuNDQ1Qy0yMC4xNzYyIDI3OC42NzIgLTIwLjE3NjIgMzAwLjExNyAtNi45NDkzNyAzMTMuMzQ0TC03LjY1NjQ4IDMxNC4wNTFaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfMTEwOV8xMjk3MDEpIi8+CjxwYXRoIGQ9Ik0xNzkuMTE1IDMxMy42OTdMMTc5LjQ2OSAzMTQuMDUxTDE3OS4xMTUgMzEzLjY5N1pNMjk5LjQ5IDE5My4zMjJMMjk5LjEzNyAxOTIuOTY5TDI5OS4xMzcgMTkyLjk2OUwyOTkuNDkgMTkzLjMyMlpNMjk5LjUwOCAxOTMuMzA0TDI5OS4xNTUgMTkyLjk1MUwyOTkuMTU1IDE5Mi45NTFMMjk5LjUwOCAxOTMuMzA0Wk0yOTkuNTUyIDE5My4yNjFMMjk5LjkwNiAxOTMuNjE0TDI5OS41NTIgMTkzLjI2MVpNMjk5LjU2NCAxOTMuMjQ4TDI5OS4yMSAxOTIuODk2TDI5OS41NjQgMTkzLjI0OFpNMjk5LjE3NCAxNDQuMzY4TDI5OC44MjUgMTQ0LjcyN0wyOTguODIgMTQ0LjcyMkwyOTkuMTc0IDE0NC4zNjhaTTE3OS4xMTMgMjQuMzA3N0wxNzguNzYgMjQuNjYxMkwxNzkuMTEzIDI0LjMwNzdaTTEzMC41MDcgNzIuOTEzNUwxMzAuMTU0IDczLjI2NzFMMTMwLjUwNyA3Mi45MTM1Wk0yMjYuNTk3IDE2OS4wMDRMMjI2Ljk1MSAxNjguNjVMMjI3LjMwNCAxNjkuMDA0TDIyNi45NTEgMTY5LjM1N0wyMjYuNTk3IDE2OS4wMDRaTTEzMC41MSAyNjUuMDkxTDEzMC44NjMgMjY1LjQ0NUwxMzAuNTEgMjY1LjA5MVpNMTc5LjQ2OSAzMTQuMDUxQzE2NS44NTIgMzI3LjY2OCAxNDMuNzczIDMyNy42NjggMTMwLjE1NiAzMTQuMDUxTDEzMC44NjMgMzEzLjM0NEMxNDQuMDkgMzI2LjU3IDE2NS41MzUgMzI2LjU3IDE3OC43NjIgMzEzLjM0NEwxNzkuNDY5IDMxNC4wNTFaTTI5OS44NDQgMTkzLjY3NkwxNzkuNDY5IDMxNC4wNTFMMTc4Ljc2MiAzMTMuMzQ0TDI5OS4xMzcgMTkyLjk2OUwyOTkuODQ0IDE5My42NzZaTTI5OS44NiAxOTMuNjZDMjk5Ljg1NCAxOTMuNjY1IDI5OS44NDkgMTkzLjY3MSAyOTkuODQ0IDE5My42NzZMMjk5LjEzNyAxOTIuOTY5QzI5OS4xNDIgMTkyLjk2MyAyOTkuMTQ3IDE5Mi45NTggMjk5LjE1MyAxOTIuOTUzTDI5OS44NiAxOTMuNjZaTTI5OS44NjIgMTkzLjY1OEMyOTkuODYyIDE5My42NTcgMjk5Ljg2MiAxOTMuNjU3IDI5OS44NjIgMTkzLjY1OEMyOTkuODYyIDE5My42NTggMjk5Ljg2MSAxOTMuNjU5IDI5OS44NiAxOTMuNjZMMjk5LjE1MyAxOTIuOTUzQzI5OS4xNTIgMTkyLjk1MyAyOTkuMTUyIDE5Mi45NTMgMjk5LjE1MiAxOTIuOTUzQzI5OS4xNTMgMTkyLjk1MyAyOTkuMTU0IDE5Mi45NTIgMjk5LjE1NSAxOTIuOTUxTDI5OS44NjIgMTkzLjY1OFpNMjk5LjkwNiAxOTMuNjE0QzI5OS44OTEgMTkzLjYyOCAyOTkuODc3IDE5My42NDMgMjk5Ljg2MiAxOTMuNjU4TDI5OS4xNTUgMTkyLjk1MUMyOTkuMTY5IDE5Mi45MzYgMjk5LjE4MyAxOTIuOTIyIDI5OS4xOTggMTkyLjkwOEwyOTkuOTA2IDE5My42MTRaTTI5OS45MTggMTkzLjYwMUMyOTkuOTE0IDE5My42MDUgMjk5LjkxIDE5My42MDkgMjk5LjkwNiAxOTMuNjE0TDI5OS4xOTggMTkyLjkwOEMyOTkuMjAyIDE5Mi45MDQgMjk5LjIwNiAxOTIuOSAyOTkuMjEgMTkyLjg5NkwyOTkuOTE4IDE5My42MDFaTTI5OS44NjIgMTQ0LjM0NUMzMTMuNDYgMTU3Ljk0MyAzMTMuNDc5IDE3OS45NzkgMjk5LjkxOCAxOTMuNjAxTDI5OS4yMSAxOTIuODk2QzMxMi4zODIgMTc5LjY2NCAzMTIuMzYzIDE1OC4yNiAyOTkuMTU1IDE0NS4wNTJMMjk5Ljg2MiAxNDQuMzQ1Wk0yOTkuNTIzIDE0NC4wMUMyOTkuNjM2IDE0NC4xMjEgMjk5Ljc0OSAxNDQuMjMyIDI5OS44NjIgMTQ0LjM0NUwyOTkuMTU1IDE0NS4wNTJDMjk5LjA0NSAxNDQuOTQzIDI5OC45MzYgMTQ0LjgzNCAyOTguODI1IDE0NC43MjdMMjk5LjUyMyAxNDQuMDFaTTE3OS40NjcgMjMuOTU0MUwyOTkuNTI4IDE0NC4wMTVMMjk4LjgyIDE0NC43MjJMMTc4Ljc2IDI0LjY2MTJMMTc5LjQ2NyAyMy45NTQxWk0xMzAuMTU0IDIzLjk1NDFDMTQzLjc3MSAxMC4zMzY3IDE2NS44NDkgMTAuMzM2NyAxNzkuNDY3IDIzLjk1NDFMMTc4Ljc2IDI0LjY2MTJDMTY1LjUzMyAxMS40MzQzIDE0NC4wODggMTEuNDM0MyAxMzAuODYxIDI0LjY2MTJMMTMwLjE1NCAyMy45NTQxWk0xMzAuMTU0IDczLjI2NzFDMTE2LjUzNiA1OS42NDk3IDExNi41MzYgMzcuNTcxNSAxMzAuMTU0IDIzLjk1NDFMMTMwLjg2MSAyNC42NjEyQzExNy42MzQgMzcuODg4MSAxMTcuNjM0IDU5LjMzMzEgMTMwLjg2MSA3Mi41NTk5TDEzMC4xNTQgNzMuMjY3MVpNMjI2LjI0NCAxNjkuMzU3TDEzMC4xNTQgNzMuMjY3MUwxMzAuODYxIDcyLjU1OTlMMjI2Ljk1MSAxNjguNjVMMjI2LjI0NCAxNjkuMzU3Wk0xMzAuMTU2IDI2NC43MzhMMjI2LjI0NCAxNjguNjVMMjI2Ljk1MSAxNjkuMzU3TDEzMC44NjMgMjY1LjQ0NUwxMzAuMTU2IDI2NC43MzhaTTEzMC4xNTYgMzE0LjA1MUMxMTYuNTM5IDMwMC40MzMgMTE2LjUzOSAyNzguMzU1IDEzMC4xNTYgMjY0LjczOEwxMzAuODYzIDI2NS40NDVDMTE3LjYzNiAyNzguNjcyIDExNy42MzYgMzAwLjExNyAxMzAuODYzIDMxMy4zNDRMMTMwLjE1NiAzMTQuMDUxWiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzExMDlfMTI5NzAxKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzExMDlfMTI5NzAxIiB4MT0iMzc3LjEyOCIgeTE9IjI1My40OTciIHgyPSIyMDguMTI5IiB5Mj0iODQuNDk3OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNzM2QkRFIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzczNkJERSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xMTA5XzEyOTcwMSIgeDE9IjEwMS40OTkiIHkxPSIyNTMuNTAxIiB4Mj0iLTY3LjQ5OTYiIHkyPSI4NC41MDE3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1NkJERUQiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNTZCREVEIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzExMDlfMTI5NzAxIiB4MT0iMTEwLjU0MiIgeTE9IjMzMS4wNzEiIHgyPSIyNDQuNTA5IiB5Mj0iMC4wMDI1Mzc2OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQTZFQjhDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQTZFQjhDIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
}

@media (min-width: 992px) {
  .db-grid__right-arrow {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODE2IiBoZWlnaHQ9IjU5MSIgdmlld0JveD0iMCAwIDgxNiA1OTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01NjIuOTM2IDU0OC41MDJMNTYzLjI4OSA1NDguODU2TDU2Mi45MzYgNTQ4LjUwMlpNNzczLjQ0NSAzMzcuOTkzTDc3My43OTggMzM4LjM0Nkw3NzMuNDQ1IDMzNy45OTNaTTc3Mi45ODQgMjUyLjU0OUw3NzIuNjM1IDI1Mi45MDZMNzcyLjYzMSAyNTIuOTAyTDc3Mi45ODQgMjUyLjU0OVpNNTYyLjkzMiA0Mi40OTY0TDU2Mi41NzggNDIuODQ5OUw1NjIuOTMyIDQyLjQ5NjRaTTQ3Ny45NDQgNDIuNDk2NEw0NzguMjk3IDQyLjg0OTlMNDc3Ljk0NCA0Mi40OTY0Wk00NzcuOTQ0IDEyNy40ODVMNDc3LjU5IDEyNy44MzhMNDc3Ljk0NCAxMjcuNDg1Wk02NDUuOTYgMjk1LjUwMUw2NDYuMzE0IDI5NS4xNDdMNjQ2LjY2NyAyOTUuNTAxTDY0Ni4zMTQgMjk1Ljg1NEw2NDUuOTYgMjk1LjUwMVpNNDc3Ljk0NyA0NjMuNTE0TDQ3OC4zMDEgNDYzLjg2N0w0NzcuOTQ3IDQ2My41MTRaTTU2My4yODkgNTQ4Ljg1NkM1MzkuNjI1IDU3Mi41MiA1MDEuMjU4IDU3Mi41MiA0NzcuNTk0IDU0OC44NTZMNDc4LjMwMSA1NDguMTQ4QzUwMS41NzQgNTcxLjQyMiA1MzkuMzA4IDU3MS40MjIgNTYyLjU4MiA1NDguMTQ4TDU2My4yODkgNTQ4Ljg1NlpNNzczLjc5OCAzMzguMzQ2TDU2My4yODkgNTQ4Ljg1Nkw1NjIuNTgyIDU0OC4xNDhMNzczLjA5MSAzMzcuNjM5TDc3My43OTggMzM4LjM0NlpNNzczLjc5OCAyNTIuNjUxQzc5Ny40NjIgMjc2LjMxNSA3OTcuNDYzIDMxNC42ODIgNzczLjc5OCAzMzguMzQ2TDc3My4wOTEgMzM3LjYzOUM3OTYuMzY1IDMxNC4zNjYgNzk2LjM2NSAyNzYuNjMyIDc3My4wOTEgMjUzLjM1OEw3NzMuNzk4IDI1Mi42NTFaTTc3My4zMzQgMjUyLjE5MkM3NzMuNDkgMjUyLjM0NCA3NzMuNjQ0IDI1Mi40OTcgNzczLjc5OCAyNTIuNjUxTDc3My4wOTEgMjUzLjM1OEM3NzIuOTQgMjUzLjIwNiA3NzIuNzg3IDI1My4wNTYgNzcyLjYzNSAyNTIuOTA2TDc3My4zMzQgMjUyLjE5MlpNNTYzLjI4NSA0Mi4xNDI4TDc3My4zMzggMjUyLjE5NUw3NzIuNjMxIDI1Mi45MDJMNTYyLjU3OCA0Mi44NDk5TDU2My4yODUgNDIuMTQyOFpNNDc3LjU5IDQyLjE0MjhDNTAxLjI1NCAxOC40Nzg3IDUzOS42MjEgMTguNDc4NyA1NjMuMjg1IDQyLjE0MjhMNTYyLjU3OCA0Mi44NDk5QzUzOS4zMDUgMTkuNTc2MyA1MDEuNTcxIDE5LjU3NjMgNDc4LjI5NyA0Mi44NDk5TDQ3Ny41OSA0Mi4xNDI4Wk00NzcuNTkgMTI3LjgzOEM0NTMuOTI2IDEwNC4xNzQgNDUzLjkyNiA2NS44MDcgNDc3LjU5IDQyLjE0MjhMNDc4LjI5NyA0Mi44NDk5QzQ1NS4wMjQgNjYuMTIzNSA0NTUuMDI0IDEwMy44NTggNDc4LjI5NyAxMjcuMTMxTDQ3Ny41OSAxMjcuODM4Wk02NDUuNjA2IDI5NS44NTRMNDc3LjU5IDEyNy44MzhMNDc4LjI5NyAxMjcuMTMxTDY0Ni4zMTQgMjk1LjE0N0w2NDUuNjA2IDI5NS44NTRaTTQ3Ny41OTQgNDYzLjE2TDY0NS42MDYgMjk1LjE0N0w2NDYuMzE0IDI5NS44NTRMNDc4LjMwMSA0NjMuODY3TDQ3Ny41OTQgNDYzLjE2Wk00NzcuNTk0IDU0OC44NTZDNDUzLjkzIDUyNS4xOTEgNDUzLjkzIDQ4Ni44MjQgNDc3LjU5NCA0NjMuMTZMNDc4LjMwMSA0NjMuODY3QzQ1NS4wMjcgNDg3LjE0MSA0NTUuMDI3IDUyNC44NzUgNDc4LjMwMSA1NDguMTQ4TDQ3Ny41OTQgNTQ4Ljg1NloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMTA5XzEyODM5MykiLz4KPHBhdGggZD0iTTE2NC4wMTcgMjk1LjUwN0wxNjQuMzcgMjk1LjE1M0wxNjQuNzI0IDI5NS41MDdMMTY0LjM3IDI5NS44NkwxNjQuMDE3IDI5NS41MDdaTS0zLjk5Nzc3IDEyNy40OTJMLTQuMzUxMzIgMTI3Ljg0NkwtMy45OTc3NyAxMjcuNDkyWk04MC45OTA1IDQyLjUwNDJMODAuNjM3IDQyLjg1NzhMODAuOTkwNSA0Mi41MDQyWk0yOTAuODgzIDI1Mi4zOTZMMjkwLjUzNCAyNTIuNzU1TDI5MC41MjkgMjUyLjc1TDI5MC44ODMgMjUyLjM5NlpNMjk5LjgwNSAzMjcuNjRMMjk5LjM4MyAzMjcuMzcyTDI5OS4zODMgMzI3LjM3MkwyOTkuODA1IDMyNy42NFpNMjkxLjUgMzM4LjAwMkwyOTEuMTQ2IDMzNy42NDhMMjkxLjUgMzM4LjAwMlpNMjkxLjIwNyAzMzguMjkzTDI5MC44NTMgMzM3Ljk0TDI5MC44NTUgMzM3LjkzOEwyOTEuMjA3IDMzOC4yOTNaTTgwLjk5NDEgNTQ4LjUwNkw4MS4zNDc3IDU0OC44NTlMODAuOTk0MSA1NDguNTA2Wk0tMy45OTQxNiA0NjMuNTE4TC0zLjY0MDYxIDQ2My44NzFMLTMuOTk0MTYgNDYzLjUxOFpNMTYzLjY2MyAyOTUuODZMLTQuMzUxMzIgMTI3Ljg0NkwtMy42NDQyMiAxMjcuMTM5TDE2NC4zNyAyOTUuMTUzTDE2My42NjMgMjk1Ljg2Wk0tNC4zNTEzMiAxMjcuODQ2Qy0yOC4wMTU0IDEwNC4xODIgLTI4LjAxNTUgNjUuODE0OCAtNC4zNTEzMiA0Mi4xNTA2TC0zLjY0NDIyIDQyLjg1NzhDLTI2LjkxNzggNjYuMTMxNCAtMjYuOTE3OCAxMDMuODY1IC0zLjY0NDIyIDEyNy4xMzlMLTQuMzUxMzIgMTI3Ljg0NlpNLTQuMzUxMzIgNDIuMTUwNkMxOS4zMTI4IDE4LjQ4NjUgNTcuNjc5OSAxOC40ODY1IDgxLjM0NDEgNDIuMTUwNkw4MC42MzcgNDIuODU3OEM1Ny4zNjM0IDE5LjU4NDIgMTkuNjI5NCAxOS41ODQxIC0zLjY0NDIyIDQyLjg1NzhMLTQuMzUxMzIgNDIuMTUwNlpNODEuMzQ0MSA0Mi4xNTA2TDI5MS4yMzYgMjUyLjA0M0wyOTAuNTI5IDI1Mi43NUw4MC42MzcgNDIuODU3OEw4MS4zNDQxIDQyLjE1MDZaTTI5MS4yMzEgMjUyLjAzOEMyOTEuNDQxIDI1Mi4yNDIgMjkxLjY0OSAyNTIuNDQ3IDI5MS44NTcgMjUyLjY1NUwyOTEuMTUgMjUzLjM2MkMyOTAuOTQ2IDI1My4xNTggMjkwLjc0IDI1Mi45NTUgMjkwLjUzNCAyNTIuNzU1TDI5MS4yMzEgMjUyLjAzOFpNMjkxLjg1NyAyNTIuNjU1QzMxMi4yOSAyNzMuMDg4IDMxNS4wNzkgMzA0LjQ4MSAzMDAuMjI4IDMyNy45MDhMMjk5LjM4MyAzMjcuMzcyQzMxMy45OSAzMDQuMzMzIDMxMS4yNDUgMjczLjQ1NyAyOTEuMTUgMjUzLjM2MkwyOTEuODU3IDI1Mi42NTVaTTMwMC4yMjggMzI3LjkwOEMyOTcuODc4IDMzMS42MTUgMjk1LjA4NiAzMzUuMTIzIDI5MS44NTQgMzM4LjM1NUwyOTEuMTQ2IDMzNy42NDhDMjk0LjMyNyAzMzQuNDY4IDI5Ny4wNzIgMzMxLjAxOCAyOTkuMzgzIDMyNy4zNzJMMzAwLjIyOCAzMjcuOTA4Wk0yOTEuODU0IDMzOC4zNTVDMjkxLjc1NSAzMzguNDU0IDI5MS42NTcgMzM4LjU1MiAyOTEuNTU4IDMzOC42NDlMMjkwLjg1NSAzMzcuOTM4QzI5MC45NTMgMzM3Ljg0MiAyOTEuMDUgMzM3Ljc0NSAyOTEuMTQ2IDMzNy42NDhMMjkxLjg1NCAzMzguMzU1Wk0yOTEuNTYgMzM4LjY0N0w4MS4zNDc3IDU0OC44NTlMODAuNjQwNiA1NDguMTUyTDI5MC44NTMgMzM3Ljk0TDI5MS41NiAzMzguNjQ3Wk04MS4zNDc3IDU0OC44NTlDNTcuNjgzNiA1NzIuNTI0IDE5LjMxNjQgNTcyLjUyNCAtNC4zNDc3IDU0OC44NTlMLTMuNjQwNTkgNTQ4LjE1MkMxOS42MzMgNTcxLjQyNiA1Ny4zNjcgNTcxLjQyNiA4MC42NDA2IDU0OC4xNTJMODEuMzQ3NyA1NDguODU5Wk0tNC4zNDc3IDU0OC44NTlDLTI4LjAxMTggNTI1LjE5NSAtMjguMDExOCA0ODYuODI4IC00LjM0NzcxIDQ2My4xNjRMLTMuNjQwNjEgNDYzLjg3MUMtMjYuOTE0MiA0ODcuMTQ1IC0yNi45MTQyIDUyNC44NzkgLTMuNjQwNTkgNTQ4LjE1MkwtNC4zNDc3IDU0OC44NTlaTS00LjM0NzcxIDQ2My4xNjRMMTYzLjY2MyAyOTUuMTUzTDE2NC4zNyAyOTUuODZMLTMuNjQwNjEgNDYzLjg3MUwtNC4zNDc3MSA0NjMuMTY0WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzExMDlfMTI4MzkzKSIvPgo8cGF0aCBkPSJNMzIxLjk1OSA1NDguNTA2TDMyMi4zMTMgNTQ4Ljg1OUwzMjEuOTU5IDU0OC41MDZaTTUzMi40NjggMzM3Ljk5N0w1MzIuMTE1IDMzNy42NDNMNTMyLjQ2OCAzMzcuOTk3Wk01MzIuMDA4IDI1Mi41NTNMNTMxLjY1OCAyNTIuOTFMNTMxLjY1NCAyNTIuOTA2TDUzMi4wMDggMjUyLjU1M1pNMzIxLjk1NSA0Mi41MDAzTDMyMS42MDIgNDIuODUzOEwzMjEuOTU1IDQyLjUwMDNaTTIzNi45NjcgNDIuNTAwM0wyMzcuMzIxIDQyLjg1MzhMMjM2Ljk2NyA0Mi41MDAzWk0yMzYuOTY3IDEyNy40ODlMMjM2LjYxNCAxMjcuODQyTDIzNi45NjcgMTI3LjQ4OVpNNDA0Ljk4MyAyOTUuNTA1TDQwNS4zMzcgMjk1LjE1MUw0MDUuNjkxIDI5NS41MDVMNDA1LjMzNyAyOTUuODU4TDQwNC45ODMgMjk1LjUwNVpNMjM2Ljk3MSA0NjMuNTE4TDIzNy4zMjQgNDYzLjg3MUwyMzYuOTcxIDQ2My41MThaTTMyMi4zMTMgNTQ4Ljg1OUMyOTguNjQ4IDU3Mi41MjQgMjYwLjI4MSA1NzIuNTI0IDIzNi42MTcgNTQ4Ljg1OUwyMzcuMzI0IDU0OC4xNTJDMjYwLjU5OCA1NzEuNDI2IDI5OC4zMzIgNTcxLjQyNiAzMjEuNjA1IDU0OC4xNTJMMzIyLjMxMyA1NDguODU5Wk01MzIuODIyIDMzOC4zNUwzMjIuMzEzIDU0OC44NTlMMzIxLjYwNSA1NDguMTUyTDUzMi4xMTUgMzM3LjY0M0w1MzIuODIyIDMzOC4zNVpNNTMyLjgyMiAyNTIuNjU1QzU1Ni40ODYgMjc2LjMxOSA1NTYuNDg2IDMxNC42ODYgNTMyLjgyMiAzMzguMzVMNTMyLjExNSAzMzcuNjQzQzU1NS4zODggMzE0LjM2OSA1NTUuMzg4IDI3Ni42MzUgNTMyLjExNSAyNTMuMzYyTDUzMi44MjIgMjUyLjY1NVpNNTMyLjM1OCAyNTIuMTk1QzUzMi41MTMgMjUyLjM0OCA1MzIuNjY4IDI1Mi41MDEgNTMyLjgyMiAyNTIuNjU1TDUzMi4xMTUgMjUzLjM2MkM1MzEuOTYzIDI1My4yMSA1MzEuODExIDI1My4wNiA1MzEuNjU4IDI1Mi45MUw1MzIuMzU4IDI1Mi4xOTVaTTMyMi4zMDkgNDIuMTQ2N0w1MzIuMzYxIDI1Mi4xOTlMNTMxLjY1NCAyNTIuOTA2TDMyMS42MDIgNDIuODUzOEwzMjIuMzA5IDQyLjE0NjdaTTIzNi42MTQgNDIuMTQ2N0MyNjAuMjc4IDE4LjQ4MjYgMjk4LjY0NSAxOC40ODI2IDMyMi4zMDkgNDIuMTQ2N0wzMjEuNjAyIDQyLjg1MzhDMjk4LjMyOCAxOS41ODAyIDI2MC41OTQgMTkuNTgwMiAyMzcuMzIxIDQyLjg1MzhMMjM2LjYxNCA0Mi4xNDY3Wk0yMzYuNjE0IDEyNy44NDJDMjEyLjk0OSAxMDQuMTc4IDIxMi45NDkgNjUuODEwOSAyMzYuNjE0IDQyLjE0NjdMMjM3LjMyMSA0Mi44NTM4QzIxNC4wNDcgNjYuMTI3NSAyMTQuMDQ3IDEwMy44NjEgMjM3LjMyMSAxMjcuMTM1TDIzNi42MTQgMTI3Ljg0MlpNNDA0LjYzIDI5NS44NThMMjM2LjYxNCAxMjcuODQyTDIzNy4zMjEgMTI3LjEzNUw0MDUuMzM3IDI5NS4xNTFMNDA0LjYzIDI5NS44NThaTTIzNi42MTcgNDYzLjE2NEw0MDQuNjMgMjk1LjE1MUw0MDUuMzM3IDI5NS44NThMMjM3LjMyNCA0NjMuODcxTDIzNi42MTcgNDYzLjE2NFpNMjM2LjYxNyA1NDguODU5QzIxMi45NTMgNTI1LjE5NSAyMTIuOTUzIDQ4Ni44MjggMjM2LjYxNyA0NjMuMTY0TDIzNy4zMjQgNDYzLjg3MUMyMTQuMDUxIDQ4Ny4xNDUgMjE0LjA1MSA1MjQuODc5IDIzNy4zMjQgNTQ4LjE1MkwyMzYuNjE3IDU0OC44NTlaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTEwOV8xMjgzOTMpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTEwOV8xMjgzOTMiIHgxPSI2NjguMTkiIHkxPSI0NDMuMjQ3IiB4Mj0iMzcyLjY5MSIgeTI9IjE0Ny43NDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzczNkJERSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3MzZCREUiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTEwOV8xMjgzOTMiIHgxPSIxODYuMjQ5IiB5MT0iNDQzLjI1MSIgeDI9Ii0xMDkuMjQ5IiB5Mj0iMTQ3Ljc1MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNTZCREVEIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzU2QkRFRCIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl8xMTA5XzEyODM5MyIgeDE9IjIwMi4wNTYiIHkxPSI1NzguODg0IiB4Mj0iNDM2LjMwMSIgeTI9IjAuMDA0NjA2NDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0E2RUI4QyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0E2RUI4QyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  }
}

.db-grid__up-arrow {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg3IiBoZWlnaHQ9IjYxNCIgdmlld0JveD0iMCAwIDE4NyA2MTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4yOTkgMjgyLjY5N0wyNC45NDU1IDI4Mi4zNDRMMjUuMjk5IDI4Mi42OTdaTTE0NS42OTIgMTYyLjMwNEwxNDYuMDQ1IDE2Mi42NThMMTQ1LjY5MiAxNjIuMzA0Wk0xOTQuNjE5IDE2Mi42MjlMMTk0LjI2MSAxNjIuOTc4TDE5NC4yNjUgMTYyLjk4M0wxOTQuNjE5IDE2Mi42MjlaTTMxNC42ODkgMjgyLjY5OUwzMTQuMzM1IDI4My4wNTNMMzE0LjY4OSAyODIuNjk5Wk0zMTQuNjg5IDMzMS4zMDVMMzE1LjA0MiAzMzEuNjU5TDMxNC42ODkgMzMxLjMwNVpNMjY2LjA4MyAzMzEuMzA1TDI2NS43MjkgMzMxLjY1OUwyNjYuMDgzIDMzMS4zMDVaTTE2OS45OTMgMjM1LjIxNUwxNzAuMzQ2IDIzNC44NjJMMTY5Ljk5MyAyMzQuNTA4TDE2OS42MzkgMjM0Ljg2MkwxNjkuOTkzIDIzNS4yMTVaTTczLjkwNDkgMzMxLjMwM0w3My41NTEzIDMzMC45NDlMNzMuOTA0OSAzMzEuMzAzWk0yNC45NDU1IDI4Mi4zNDRDMTEuMzI4MSAyOTUuOTYxIDExLjMyODEgMzE4LjAzOSAyNC45NDU1IDMzMS42NTZMMjUuNjUyNiAzMzAuOTQ5QzEyLjQyNTcgMzE3LjcyMiAxMi40MjU3IDI5Ni4yNzggMjUuNjUyNiAyODMuMDUxTDI0Ljk0NTUgMjgyLjM0NFpNMTQ1LjMzOCAxNjEuOTUxTDI0Ljk0NTUgMjgyLjM0NEwyNS42NTI2IDI4My4wNTFMMTQ2LjA0NSAxNjIuNjU4TDE0NS4zMzggMTYxLjk1MVpNMTk0LjY1MSAxNjEuOTUxQzE4MS4wMzQgMTQ4LjMzMyAxNTguOTU2IDE0OC4zMzMgMTQ1LjMzOCAxNjEuOTUxTDE0Ni4wNDUgMTYyLjY1OEMxNTkuMjcyIDE0OS40MzEgMTgwLjcxNyAxNDkuNDMxIDE5My45NDQgMTYyLjY1OEwxOTQuNjUxIDE2MS45NTFaTTE5NC45NzcgMTYyLjI4MUMxOTQuODY5IDE2Mi4xNyAxOTQuNzYxIDE2Mi4wNiAxOTQuNjUxIDE2MS45NTFMMTkzLjk0NCAxNjIuNjU4QzE5NC4wNTEgMTYyLjc2NCAxOTQuMTU2IDE2Mi44NzEgMTk0LjI2MSAxNjIuOTc4TDE5NC45NzcgMTYyLjI4MVpNMzE1LjA0MiAyODIuMzQ2TDE5NC45NzIgMTYyLjI3NkwxOTQuMjY1IDE2Mi45ODNMMzE0LjMzNSAyODMuMDUzTDMxNS4wNDIgMjgyLjM0NlpNMzE1LjA0MiAzMzEuNjU5QzMyOC42NiAzMTguMDQxIDMyOC42NiAyOTUuOTYzIDMxNS4wNDIgMjgyLjM0NkwzMTQuMzM1IDI4My4wNTNDMzI3LjU2MiAyOTYuMjggMzI3LjU2MiAzMTcuNzI1IDMxNC4zMzUgMzMwLjk1MkwzMTUuMDQyIDMzMS42NTlaTTI2NS43MjkgMzMxLjY1OUMyNzkuMzQ3IDM0NS4yNzYgMzAxLjQyNSAzNDUuMjc2IDMxNS4wNDIgMzMxLjY1OUwzMTQuMzM1IDMzMC45NTJDMzAxLjEwOCAzNDQuMTc5IDI3OS42NjMgMzQ0LjE3OSAyNjYuNDM2IDMzMC45NTJMMjY1LjcyOSAzMzEuNjU5Wk0xNjkuNjM5IDIzNS41NjlMMjY1LjcyOSAzMzEuNjU5TDI2Ni40MzYgMzMwLjk1MkwxNzAuMzQ2IDIzNC44NjJMMTY5LjYzOSAyMzUuNTY5Wk03NC4yNTg0IDMzMS42NTZMMTcwLjM0NiAyMzUuNTY5TDE2OS42MzkgMjM0Ljg2Mkw3My41NTEzIDMzMC45NDlMNzQuMjU4NCAzMzEuNjU2Wk0yNC45NDU1IDMzMS42NTZDMzguNTYyOSAzNDUuMjc0IDYwLjY0MSAzNDUuMjc0IDc0LjI1ODQgMzMxLjY1Nkw3My41NTEzIDMzMC45NDlDNjAuMzI0NCAzNDQuMTc2IDM4Ljg3OTQgMzQ0LjE3NiAyNS42NTI2IDMzMC45NDlMMjQuOTQ1NSAzMzEuNjU2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzExMDlfMTI5NzExKSIvPgo8cGF0aCBkPSJNMTY5Ljk5MyAzNzMuMjExTDE3MC4zNDYgMzcyLjg1OEwxNjkuOTkzIDM3Mi41MDRMMTY5LjYzOSAzNzIuODU4TDE2OS45OTMgMzczLjIxMVpNMjY2LjA4MyA0NjkuMzAxTDI2NS43MjkgNDY5LjY1NUwyNjYuMDgzIDQ2OS4zMDFaTTMxNC42ODggNDIwLjY5NkwzMTQuMzM1IDQyMS4wNDlMMzE0LjY4OCA0MjAuNjk2Wk0xOTQuNjI4IDMwMC42MzVMMTk0LjI2OSAzMDAuOTgzTDE5NC4yNzQgMzAwLjk4OEwxOTQuNjI4IDMwMC42MzVaTTE0NS44NjEgMzAwLjEzM0wxNDYuMjEyIDMwMC40ODlMMTQ2LjIxMiAzMDAuNDg5TDE0NS44NjEgMzAwLjEzM1pNMTQ1LjY5IDMwMC4zMDNMMTQ1LjMzNiAyOTkuOTQ5TDE0NS42OSAzMDAuMzAzWk0xNDUuNjYyIDMwMC4zM0wxNDYuMDE2IDMwMC42ODRMMTQ2LjAxNiAzMDAuNjgzTDE0NS42NjIgMzAwLjMzWk0yNS4yOTkgNDIwLjY5M0wyNC45NDU1IDQyMC4zNEwyNS4yOTkgNDIwLjY5M1pNNzMuOTA0OSA0NjkuMjk5TDczLjU1MTMgNDY4Ljk0NUw3My45MDQ5IDQ2OS4yOTlaTTE2OS42MzkgMzczLjU2NUwyNjUuNzI5IDQ2OS42NTVMMjY2LjQzNiA0NjguOTQ4TDE3MC4zNDYgMzcyLjg1OEwxNjkuNjM5IDM3My41NjVaTTI2NS43MjkgNDY5LjY1NUMyNzkuMzQ2IDQ4My4yNzIgMzAxLjQyNSA0ODMuMjcyIDMxNS4wNDIgNDY5LjY1NUwzMTQuMzM1IDQ2OC45NDhDMzAxLjEwOCA0ODIuMTc1IDI3OS42NjMgNDgyLjE3NSAyNjYuNDM2IDQ2OC45NDhMMjY1LjcyOSA0NjkuNjU1Wk0zMTUuMDQyIDQ2OS42NTVDMzI4LjY1OSA0NTYuMDM4IDMyOC42NTkgNDMzLjk1OSAzMTUuMDQyIDQyMC4zNDJMMzE0LjMzNSA0MjEuMDQ5QzMyNy41NjIgNDM0LjI3NiAzMjcuNTYyIDQ1NS43MjEgMzE0LjMzNSA0NjguOTQ4TDMxNS4wNDIgNDY5LjY1NVpNMzE1LjA0MiA0MjAuMzQyTDE5NC45ODEgMzAwLjI4MUwxOTQuMjc0IDMwMC45ODhMMzE0LjMzNSA0MjEuMDQ5TDMxNS4wNDIgNDIwLjM0MlpNMTk0Ljk4NiAzMDAuMjg2QzE5NC44NzUgMzAwLjE3MiAxOTQuNzY0IDMwMC4wNTkgMTk0LjY1MSAyOTkuOTQ3TDE5My45NDQgMzAwLjY1NEMxOTQuMDUzIDMwMC43NjMgMTk0LjE2MiAzMDAuODczIDE5NC4yNjkgMzAwLjk4M0wxOTQuOTg2IDMwMC4yODZaTTE5NC42NTEgMjk5Ljk0N0MxODEuMDkxIDI4Ni4zODYgMTU5LjE0IDI4Ni4zMyAxNDUuNTA5IDI5OS43NzdMMTQ2LjIxMiAzMDAuNDg5QzE1OS40NTEgMjg3LjQyNyAxODAuNzczIDI4Ny40ODIgMTkzLjk0NCAzMDAuNjU0TDE5NC42NTEgMjk5Ljk0N1pNMTQ1LjUwOSAyOTkuNzc3QzE0NS40NTIgMjk5LjgzNCAxNDUuMzk0IDI5OS44OTEgMTQ1LjMzNiAyOTkuOTQ5TDE0Ni4wNDMgMzAwLjY1NkMxNDYuMDk5IDMwMC42IDE0Ni4xNTUgMzAwLjU0NCAxNDYuMjEyIDMwMC40ODlMMTQ1LjUwOSAyOTkuNzc3Wk0xNDUuMzM2IDI5OS45NDlDMTQ1LjMyNyAyOTkuOTU4IDE0NS4zMTggMjk5Ljk2OCAxNDUuMzA4IDI5OS45NzdMMTQ2LjAxNiAzMDAuNjgzQzE0Ni4wMjUgMzAwLjY3NCAxNDYuMDM0IDMwMC42NjUgMTQ2LjA0MyAzMDAuNjU2TDE0NS4zMzYgMjk5Ljk0OVpNMTQ1LjMwOSAyOTkuOTc3TDI0Ljk0NTUgNDIwLjM0TDI1LjY1MjYgNDIxLjA0N0wxNDYuMDE2IDMwMC42ODRMMTQ1LjMwOSAyOTkuOTc3Wk0yNC45NDU1IDQyMC4zNEMxMS4zMjgxIDQzMy45NTcgMTEuMzI4MSA0NTYuMDM1IDI0Ljk0NTUgNDY5LjY1M0wyNS42NTI2IDQ2OC45NDVDMTIuNDI1NyA0NTUuNzE5IDEyLjQyNTcgNDM0LjI3NCAyNS42NTI2IDQyMS4wNDdMMjQuOTQ1NSA0MjAuMzRaTTI0Ljk0NTUgNDY5LjY1M0MzOC41NjI5IDQ4My4yNyA2MC42NDEgNDgzLjI3IDc0LjI1ODQgNDY5LjY1M0w3My41NTEzIDQ2OC45NDVDNjAuMzI0NCA0ODIuMTcyIDM4Ljg3OTUgNDgyLjE3MiAyNS42NTI2IDQ2OC45NDVMMjQuOTQ1NSA0NjkuNjUzWk03NC4yNTg0IDQ2OS42NTNMMTcwLjM0NiAzNzMuNTY1TDE2OS42MzkgMzcyLjg1OEw3My41NTEzIDQ2OC45NDVMNzQuMjU4NCA0NjkuNjUzWiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzExMDlfMTI5NzExKSIvPgo8cGF0aCBkPSJNMTY5Ljk5MSA5Ny4yMTUyTDE3MC4zNDQgOTYuODYxN0wxNjkuOTkxIDk2LjUwODFMMTY5LjYzNyA5Ni44NjE3TDE2OS45OTEgOTcuMjE1MlpNMjY2LjA4MSAxOTMuMzA1TDI2NS43MjcgMTkzLjY1OUwyNjYuMDgxIDE5My4zMDVaTTMxNC42ODYgMTQ0LjY5OUwzMTQuMzMzIDE0NS4wNTNMMzE0LjY4NiAxNDQuNjk5Wk0xOTQuNjI2IDI0LjYzODZMMTk0LjI2NyAyNC45ODc0TDE5NC4yNzIgMjQuOTkyMUwxOTQuNjI2IDI0LjYzODZaTTE0NS44NTkgMjQuMTM2N0wxNDYuMjEgMjQuNDkyN0wxNDYuMjEgMjQuNDkyN0wxNDUuODU5IDI0LjEzNjdaTTE0NS42ODggMjQuMzA2NEwxNDUuMzM0IDIzLjk1MjlMMTQ1LjY4OCAyNC4zMDY0Wk0xNDUuNjYgMjQuMzM0TDE0Ni4wMTQgMjQuNjg3NUwxNDYuMDE0IDI0LjY4NzFMMTQ1LjY2IDI0LjMzNFpNMjUuMjk3MSAxNDQuNjk3TDI0Ljk0MzUgMTQ0LjM0NEwyNS4yOTcxIDE0NC42OTdaTTczLjkwMjkgMTkzLjMwM0w3My41NDk0IDE5Mi45NDlMNzMuOTAyOSAxOTMuMzAzWk0xNjkuNjM3IDk3LjU2ODhMMjY1LjcyNyAxOTMuNjU5TDI2Ni40MzQgMTkyLjk1MkwxNzAuMzQ0IDk2Ljg2MTdMMTY5LjYzNyA5Ny41Njg4Wk0yNjUuNzI3IDE5My42NTlDMjc5LjM0NCAyMDcuMjc2IDMwMS40MjMgMjA3LjI3NiAzMTUuMDQgMTkzLjY1OUwzMTQuMzMzIDE5Mi45NTJDMzAxLjEwNiAyMDYuMTc5IDI3OS42NjEgMjA2LjE3OSAyNjYuNDM0IDE5Mi45NTJMMjY1LjcyNyAxOTMuNjU5Wk0zMTUuMDQgMTkzLjY1OUMzMjguNjU3IDE4MC4wNDEgMzI4LjY1NyAxNTcuOTYzIDMxNS4wNCAxNDQuMzQ2TDMxNC4zMzMgMTQ1LjA1M0MzMjcuNTYgMTU4LjI4IDMyNy41NiAxNzkuNzI1IDMxNC4zMzMgMTkyLjk1MkwzMTUuMDQgMTkzLjY1OVpNMzE1LjA0IDE0NC4zNDZMMTk0Ljk3OSAyNC4yODVMMTk0LjI3MiAyNC45OTIxTDMxNC4zMzMgMTQ1LjA1M0wzMTUuMDQgMTQ0LjM0NlpNMTk0Ljk4NCAyNC4yODk4QzE5NC44NzMgMjQuMTc2MiAxOTQuNzYyIDI0LjA2MzIgMTk0LjY0OSAyMy45NTA3TDE5My45NDIgMjQuNjU3OEMxOTQuMDUyIDI0Ljc2NzEgMTk0LjE2IDI0Ljg3NyAxOTQuMjY3IDI0Ljk4NzRMMTk0Ljk4NCAyNC4yODk4Wk0xOTQuNjQ5IDIzLjk1MDdDMTgxLjA4OSAxMC4zOTAyIDE1OS4xMzggMTAuMzMzNSAxNDUuNTA3IDIzLjc4MDhMMTQ2LjIxIDI0LjQ5MjdDMTU5LjQ0OSAxMS40MzEyIDE4MC43NzEgMTEuNDg2MiAxOTMuOTQyIDI0LjY1NzhMMTk0LjY0OSAyMy45NTA3Wk0xNDUuNTA3IDIzLjc4MDhDMTQ1LjQ1IDIzLjgzNzkgMTQ1LjM5MiAyMy44OTUzIDE0NS4zMzQgMjMuOTUyOUwxNDYuMDQxIDI0LjY2QzE0Ni4wOTcgMjQuNjA0IDE0Ni4xNTMgMjQuNTQ4MiAxNDYuMjEgMjQuNDkyN0wxNDUuNTA3IDIzLjc4MDhaTTE0NS4zMzQgMjMuOTUyOUMxNDUuMzI1IDIzLjk2MjIgMTQ1LjMxNiAyMy45NzE1IDE0NS4zMDYgMjMuOTgwOEwxNDYuMDE0IDI0LjY4NzFDMTQ2LjAyMyAyNC42NzgxIDE0Ni4wMzIgMjQuNjY5IDE0Ni4wNDEgMjQuNjZMMTQ1LjMzNCAyMy45NTI5Wk0xNDUuMzA3IDIzLjk4MDRMMjQuOTQzNSAxNDQuMzQ0TDI1LjY1MDYgMTQ1LjA1MUwxNDYuMDE0IDI0LjY4NzVMMTQ1LjMwNyAyMy45ODA0Wk0yNC45NDM1IDE0NC4zNDRDMTEuMzI2MSAxNTcuOTYxIDExLjMyNjEgMTgwLjAzOSAyNC45NDM1IDE5My42NTZMMjUuNjUwNiAxOTIuOTQ5QzEyLjQyMzggMTc5LjcyMyAxMi40MjM4IDE1OC4yNzggMjUuNjUwNiAxNDUuMDUxTDI0Ljk0MzUgMTQ0LjM0NFpNMjQuOTQzNSAxOTMuNjU2QzM4LjU2MDkgMjA3LjI3NCA2MC42MzkxIDIwNy4yNzQgNzQuMjU2NSAxOTMuNjU3TDczLjU0OTQgMTkyLjk0OUM2MC4zMjI1IDIwNi4xNzYgMzguODc3NSAyMDYuMTc2IDI1LjY1MDYgMTkyLjk0OUwyNC45NDM1IDE5My42NTZaTTc0LjI1NjUgMTkzLjY1N0wxNzAuMzQ0IDk3LjU2ODhMMTY5LjYzNyA5Ni44NjE3TDczLjU0OTQgMTkyLjk0OUw3NC4yNTY1IDE5My42NTdaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTEwOV8xMjk3MTEpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTEwOV8xMjk3MTEiIHgxPSI4NS40OTU1IiB5MT0iMjIyLjUwMSIgeDI9IjI1NC40OTQiIHkyPSIzOTEuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNzM2QkRFIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzczNkJERSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xMTA5XzEyOTcxMSIgeDE9Ijg1LjQ5NTQiIHkxPSIzNjAuNDk3IiB4Mj0iMjU0LjQ5NCIgeTI9IjUyOS40OTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzU2QkRFRCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1NkJERUQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfMTEwOV8xMjk3MTEiIHgxPSI3LjkyMzQ3IiB5MT0iMjEzLjI3MSIgeDI9IjMzOC45OTIiIHkyPSI3OS4zMDM2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNBNkVCOEMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNBNkVCOEMiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
}

@media (min-width: 992px) {
  .db-grid__up-arrow {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYxIiBoZWlnaHQ9IjcwMyIgdmlld0JveD0iMCAwIDM2MSA3MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yOTUuNDk4IDQxMS45NjlMMjk1LjE0NCA0MTEuNjE1TDI5NS40OTggNDExLjI2MkwyOTUuODUyIDQxMS42MTVMMjk1LjQ5OCA0MTEuOTY5Wk0xMjcuNDgzIDU3OS45ODRMMTI3LjgzNiA1ODAuMzM4TDEyNy40ODMgNTc5Ljk4NFpNNDIuNDk0NSA0OTQuOTk2TDQyLjg0OCA0OTUuMzQ5TDQyLjQ5NDUgNDk0Ljk5NlpNMjUyLjY1IDI4NC44NDFMMjUzLjAwNiAyODUuMTkxTDI1My4wMDMgMjg1LjE5NEwyNTIuNjUgMjg0Ljg0MVpNMzM3LjIwNCAyODMuNzEyTDMzNi44NTcgMjg0LjA3MkwzMzYuODU3IDI4NC4wNzJMMzM3LjIwNCAyODMuNzEyWk0zMzcuOTkyIDI4NC40ODZMMzM4LjM0NiAyODQuMTMzTDMzNy45OTIgMjg0LjQ4NlpNMzM4LjA0IDI4NC41MzRMMzM3LjY4NyAyODQuODg4TDMzNy42ODYgMjg0Ljg4OEwzMzguMDQgMjg0LjUzNFpNNTQ4LjUgNDk0Ljk5NEw1NDguODU0IDQ5NC42NDFMNTQ4LjUgNDk0Ljk5NFpNNDYzLjUxMiA1NzkuOTgyTDQ2My44NjUgNTc5LjYyOUw0NjMuNTEyIDU3OS45ODJaTTI5NS44NTIgNDEyLjMyMkwxMjcuODM2IDU4MC4zMzhMMTI3LjEyOSA1NzkuNjMxTDI5NS4xNDQgNDExLjYxNUwyOTUuODUyIDQxMi4zMjJaTTEyNy44MzYgNTgwLjMzOEMxMDQuMTcyIDYwNC4wMDIgNjUuODA1MSA2MDQuMDAyIDQyLjE0MDkgNTgwLjMzOEw0Mi44NDggNTc5LjYzMUM2Ni4xMjE2IDYwMi45MDQgMTAzLjg1NiA2MDIuOTA0IDEyNy4xMjkgNTc5LjYzMUwxMjcuODM2IDU4MC4zMzhaTTQyLjE0MDkgNTgwLjMzOEMxOC40NzY4IDU1Ni42NzQgMTguNDc2OCA1MTguMzA2IDQyLjE0MDkgNDk0LjY0Mkw0Mi44NDggNDk1LjM0OUMxOS41NzQ0IDUxOC42MjMgMTkuNTc0NCA1NTYuMzU3IDQyLjg0OCA1NzkuNjMxTDQyLjE0MDkgNTgwLjMzOFpNNDIuMTQwOSA0OTQuNjQyTDI1Mi4yOTYgMjg0LjQ4N0wyNTMuMDAzIDI4NS4xOTRMNDIuODQ4IDQ5NS4zNDlMNDIuMTQwOSA0OTQuNjQyWk0yNTIuMjkzIDI4NC40OUMyNTIuNDExIDI4NC4zNyAyNTIuNTMgMjg0LjI1IDI1Mi42NDkgMjg0LjEzMUwyNTMuMzU2IDI4NC44MzhDMjUzLjIzOSAyODQuOTU2IDI1My4xMjIgMjg1LjA3MyAyNTMuMDA2IDI4NS4xOTFMMjUyLjI5MyAyODQuNDlaTTI1Mi42NDkgMjg0LjEzMUMyNzYuMDUgMjYwLjczIDMxMy44MyAyNjAuNDcgMzM3LjU1MSAyODMuMzUyTDMzNi44NTcgMjg0LjA3MkMzMTMuNTI4IDI2MS41NjggMjc2LjM3MSAyNjEuODIzIDI1My4zNTYgMjg0LjgzOEwyNTIuNjQ5IDI4NC4xMzFaTTMzNy41NTEgMjgzLjM1MkMzMzcuODE4IDI4My42MSAzMzguMDgzIDI4My44NyAzMzguMzQ2IDI4NC4xMzNMMzM3LjYzOSAyODQuODRDMzM3LjM4IDI4NC41ODEgMzM3LjExOSAyODQuMzI1IDMzNi44NTcgMjg0LjA3MkwzMzcuNTUxIDI4My4zNTJaTTMzOC4zNDYgMjg0LjEzM0MzMzguMzYyIDI4NC4xNDkgMzM4LjM3OCAyODQuMTY1IDMzOC4zOTQgMjg0LjE4MUwzMzcuNjg2IDI4NC44ODhDMzM3LjY3IDI4NC44NzIgMzM3LjY1NSAyODQuODU2IDMzNy42MzkgMjg0Ljg0TDMzOC4zNDYgMjg0LjEzM1pNMzM4LjM5NCAyODQuMTgxTDU0OC44NTQgNDk0LjY0MUw1NDguMTQ2IDQ5NS4zNDhMMzM3LjY4NyAyODQuODg4TDMzOC4zOTQgMjg0LjE4MVpNNTQ4Ljg1NCA0OTQuNjQxQzU3Mi41MTggNTE4LjMwNSA1NzIuNTE4IDU1Ni42NzIgNTQ4Ljg1NCA1ODAuMzM2TDU0OC4xNDYgNTc5LjYyOUM1NzEuNDIgNTU2LjM1NSA1NzEuNDIgNTE4LjYyMSA1NDguMTQ2IDQ5NS4zNDhMNTQ4Ljg1NCA0OTQuNjQxWk01NDguODU0IDU4MC4zMzZDNTI1LjE4OSA2MDQgNDg2LjgyMiA2MDQgNDYzLjE1OCA1ODAuMzM2TDQ2My44NjUgNTc5LjYyOUM0ODcuMTM5IDYwMi45MDIgNTI0Ljg3MyA2MDIuOTAyIDU0OC4xNDYgNTc5LjYyOUw1NDguODU0IDU4MC4zMzZaTTQ2My4xNTggNTgwLjMzNkwyOTUuMTQ0IDQxMi4zMjJMMjk1Ljg1MiA0MTEuNjE1TDQ2My44NjUgNTc5LjYyOUw0NjMuMTU4IDU4MC4zMzZaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTEwOV8xMjk1NDkpIi8+CjxwYXRoIGQ9Ik0yOTUuNTA0IDY1Mi45NjlMMjk1LjE1IDY1Mi42MTVMMjk1LjUwNCA2NTIuMjYyTDI5NS44NTcgNjUyLjYxNUwyOTUuNTA0IDY1Mi45NjlaTTEyNy40ODkgODIwLjk4NEwxMjcuODQyIDgyMS4zMzhMMTI3LjQ4OSA4MjAuOTg0Wk00Mi41MDAzIDczNS45OTZMNDIuODUzOSA3MzYuMzQ5TDQyLjUwMDMgNzM1Ljk5NlpNMjUyLjY1NSA1MjUuODQxTDI1My4wMTIgNTI2LjE5MUwyNTMuMDA5IDUyNi4xOTRMMjUyLjY1NSA1MjUuODQxWk0zMzcuMjEgNTI0LjcxMkwzMzYuODYzIDUyNS4wNzJMMzM2Ljg2MyA1MjUuMDcyTDMzNy4yMSA1MjQuNzEyWk0zMzcuOTk4IDUyNS40ODZMMzM4LjM1MiA1MjUuMTMzTDMzNy45OTggNTI1LjQ4NlpNMzM4LjA0NiA1MjUuNTM0TDMzNy42OTMgNTI1Ljg4OEwzMzcuNjkyIDUyNS44ODhMMzM4LjA0NiA1MjUuNTM0Wk01NDguNTA2IDczNS45OTRMNTQ4Ljg1OSA3MzUuNjQxTDU0OC41MDYgNzM1Ljk5NFpNNDYzLjUxOCA4MjAuOTgyTDQ2My44NzEgODIwLjYyOUw0NjMuNTE4IDgyMC45ODJaTTI5NS44NTcgNjUzLjMyMkwxMjcuODQyIDgyMS4zMzhMMTI3LjEzNSA4MjAuNjMxTDI5NS4xNSA2NTIuNjE1TDI5NS44NTcgNjUzLjMyMlpNMTI3Ljg0MiA4MjEuMzM4QzEwNC4xNzggODQ1LjAwMiA2NS44MTA5IDg0NS4wMDIgNDIuMTQ2OCA4MjEuMzM4TDQyLjg1MzkgODIwLjYzMUM2Ni4xMjc1IDg0My45MDQgMTAzLjg2MSA4NDMuOTA0IDEyNy4xMzUgODIwLjYzMUwxMjcuODQyIDgyMS4zMzhaTTQyLjE0NjggODIxLjMzOEMxOC40ODI2IDc5Ny42NzQgMTguNDgyNiA3NTkuMzA2IDQyLjE0NjggNzM1LjY0Mkw0Mi44NTM5IDczNi4zNDlDMTkuNTgwMyA3NTkuNjIzIDE5LjU4MDMgNzk3LjM1NyA0Mi44NTM5IDgyMC42MzFMNDIuMTQ2OCA4MjEuMzM4Wk00Mi4xNDY4IDczNS42NDJMMjUyLjMwMiA1MjUuNDg3TDI1My4wMDkgNTI2LjE5NEw0Mi44NTM5IDczNi4zNDlMNDIuMTQ2OCA3MzUuNjQyWk0yNTIuMjk5IDUyNS40OUMyNTIuNDE3IDUyNS4zNyAyNTIuNTM2IDUyNS4yNSAyNTIuNjU1IDUyNS4xMzFMMjUzLjM2MiA1MjUuODM4QzI1My4yNDUgNTI1Ljk1NiAyNTMuMTI4IDUyNi4wNzMgMjUzLjAxMiA1MjYuMTkxTDI1Mi4yOTkgNTI1LjQ5Wk0yNTIuNjU1IDUyNS4xMzFDMjc2LjA1NiA1MDEuNzMgMzEzLjgzNiA1MDEuNDcgMzM3LjU1NyA1MjQuMzUyTDMzNi44NjMgNTI1LjA3MkMzMTMuNTM0IDUwMi41NjggMjc2LjM3NyA1MDIuODIzIDI1My4zNjIgNTI1LjgzOEwyNTIuNjU1IDUyNS4xMzFaTTMzNy41NTcgNTI0LjM1MkMzMzcuODI0IDUyNC42MSAzMzguMDg5IDUyNC44NyAzMzguMzUyIDUyNS4xMzNMMzM3LjY0NCA1MjUuODRDMzM3LjM4NiA1MjUuNTgxIDMzNy4xMjUgNTI1LjMyNSAzMzYuODYzIDUyNS4wNzJMMzM3LjU1NyA1MjQuMzUyWk0zMzguMzUyIDUyNS4xMzNDMzM4LjM2OCA1MjUuMTQ5IDMzOC4zODQgNTI1LjE2NSAzMzguNCA1MjUuMTgxTDMzNy42OTIgNTI1Ljg4OEMzMzcuNjc2IDUyNS44NzIgMzM3LjY2IDUyNS44NTYgMzM3LjY0NCA1MjUuODRMMzM4LjM1MiA1MjUuMTMzWk0zMzguNCA1MjUuMTgxTDU0OC44NTkgNzM1LjY0MUw1NDguMTUyIDczNi4zNDhMMzM3LjY5MyA1MjUuODg4TDMzOC40IDUyNS4xODFaTTU0OC44NTkgNzM1LjY0MUM1NzIuNTI0IDc1OS4zMDUgNTcyLjUyNCA3OTcuNjcyIDU0OC44NTkgODIxLjMzNkw1NDguMTUyIDgyMC42MjlDNTcxLjQyNiA3OTcuMzU1IDU3MS40MjYgNzU5LjYyMSA1NDguMTUyIDczNi4zNDhMNTQ4Ljg1OSA3MzUuNjQxWk01NDguODU5IDgyMS4zMzZDNTI1LjE5NSA4NDUgNDg2LjgyOCA4NDUgNDYzLjE2NCA4MjEuMzM2TDQ2My44NzEgODIwLjYyOUM0ODcuMTQ1IDg0My45MDIgNTI0Ljg3OSA4NDMuOTAyIDU0OC4xNTIgODIwLjYyOUw1NDguODU5IDgyMS4zMzZaTTQ2My4xNjQgODIxLjMzNkwyOTUuMTUgNjUzLjMyMkwyOTUuODU3IDY1Mi42MTVMNDYzLjg3MSA4MjAuNjI5TDQ2My4xNjQgODIxLjMzNloiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xMTA5XzEyOTU0OSkiLz4KPHBhdGggZD0iTTI5NS41MDYgMTcwLjk3M0wyOTUuMTUyIDE3MC42MTlMMjk1LjUwNiAxNzAuMjY2TDI5NS44NTkgMTcwLjYxOUwyOTUuNTA2IDE3MC45NzNaTTEyNy40OTEgMzM4Ljk4OEwxMjcuODQ0IDMzOS4zNDJMMTI3LjQ5MSAzMzguOTg4Wk00Mi41MDIzIDI1NEw0Mi44NTU4IDI1NC4zNTNMNDIuNTAyMyAyNTRaTTI1Mi42NTcgNDMuODQ0NUwyNTMuMDE0IDQ0LjE5NTJMMjUzLjAxMSA0NC4xOTgxTDI1Mi42NTcgNDMuODQ0NVpNMzM3LjIxMiA0Mi43MTYxTDMzNi44NjUgNDMuMDc1OUwzMzYuODY1IDQzLjA3NTlMMzM3LjIxMiA0Mi43MTYxWk0zMzggNDMuNDkwMkwzMzguMzU0IDQzLjEzNjdMMzM4IDQzLjQ5MDJaTTMzOC4wNDggNDMuNTM4M0wzMzcuNjk0IDQzLjg5MTlMMzM3LjY5NCA0My44OTE1TDMzOC4wNDggNDMuNTM4M1pNNTQ4LjUwOCAyNTMuOTk4TDU0OC44NjEgMjUzLjY0NUw1NDguNTA4IDI1My45OThaTTQ2My41MiAzMzguOTg2TDQ2My44NzMgMzM4LjYzM0w0NjMuNTIgMzM4Ljk4NlpNMjk1Ljg1OSAxNzEuMzI2TDEyNy44NDQgMzM5LjM0MkwxMjcuMTM3IDMzOC42MzRMMjk1LjE1MiAxNzAuNjE5TDI5NS44NTkgMTcxLjMyNlpNMTI3Ljg0NCAzMzkuMzQyQzEwNC4xOCAzNjMuMDA2IDY1LjgxMjkgMzYzLjAwNiA0Mi4xNDg3IDMzOS4zNDJMNDIuODU1OCAzMzguNjM0QzY2LjEyOTQgMzYxLjkwOCAxMDMuODYzIDM2MS45MDggMTI3LjEzNyAzMzguNjM0TDEyNy44NDQgMzM5LjM0MlpNNDIuMTQ4NyAzMzkuMzQyQzE4LjQ4NDYgMzE1LjY3NyAxOC40ODQ2IDI3Ny4zMSA0Mi4xNDg3IDI1My42NDZMNDIuODU1OCAyNTQuMzUzQzE5LjU4MjIgMjc3LjYyNyAxOS41ODIyIDMxNS4zNjEgNDIuODU1OCAzMzguNjM0TDQyLjE0ODcgMzM5LjM0MlpNNDIuMTQ4NyAyNTMuNjQ2TDI1Mi4zMDQgNDMuNDkxTDI1My4wMTEgNDQuMTk4MUw0Mi44NTU4IDI1NC4zNTNMNDIuMTQ4NyAyNTMuNjQ2Wk0yNTIuMzAxIDQzLjQ5MzlDMjUyLjQxOSA0My4zNzM5IDI1Mi41MzggNDMuMjU0NCAyNTIuNjU3IDQzLjEzNTNMMjUzLjM2NCA0My44NDI0QzI1My4yNDcgNDMuOTU5NiAyNTMuMTMgNDQuMDc3MiAyNTMuMDE0IDQ0LjE5NTFMMjUyLjMwMSA0My40OTM5Wk0yNTIuNjU3IDQzLjEzNTNDMjc2LjA1OCAxOS43MzM3IDMxMy44MzggMTkuNDc0IDMzNy41NTkgNDIuMzU2MkwzMzYuODY1IDQzLjA3NTlDMzEzLjUzNiAyMC41NzE2IDI3Ni4zNzkgMjAuODI3MSAyNTMuMzY0IDQzLjg0MjRMMjUyLjY1NyA0My4xMzUzWk0zMzcuNTU5IDQyLjM1NjJDMzM3LjgyNiA0Mi42MTM1IDMzOC4wOSA0Mi44NzM2IDMzOC4zNTQgNDMuMTM2N0wzMzcuNjQ2IDQzLjg0MzhDMzM3LjM4OCA0My41ODQ5IDMzNy4xMjcgNDMuMzI5IDMzNi44NjUgNDMuMDc1OUwzMzcuNTU5IDQyLjM1NjJaTTMzOC4zNTQgNDMuMTM2N0MzMzguMzcgNDMuMTUyOCAzMzguMzg2IDQzLjE2OSAzMzguNDAyIDQzLjE4NTJMMzM3LjY5NCA0My44OTE1QzMzNy42NzggNDMuODc1NiAzMzcuNjYyIDQzLjg1OTcgMzM3LjY0NiA0My44NDM4TDMzOC4zNTQgNDMuMTM2N1pNMzM4LjQwMiA0My4xODQ4TDU0OC44NjEgMjUzLjY0NUw1NDguMTU0IDI1NC4zNTJMMzM3LjY5NCA0My44OTE5TDMzOC40MDIgNDMuMTg0OFpNNTQ4Ljg2MSAyNTMuNjQ1QzU3Mi41MjUgMjc3LjMwOSA1NzIuNTI1IDMxNS42NzYgNTQ4Ljg2MSAzMzkuMzRMNTQ4LjE1NCAzMzguNjMzQzU3MS40MjggMzE1LjM1OSA1NzEuNDI4IDI3Ny42MjUgNTQ4LjE1NCAyNTQuMzUyTDU0OC44NjEgMjUzLjY0NVpNNTQ4Ljg2MSAzMzkuMzRDNTI1LjE5NyAzNjMuMDA0IDQ4Ni44MyAzNjMuMDA0IDQ2My4xNjYgMzM5LjM0TDQ2My44NzMgMzM4LjYzM0M0ODcuMTQ3IDM2MS45MDYgNTI0Ljg4MSAzNjEuOTA2IDU0OC4xNTQgMzM4LjYzM0w1NDguODYxIDMzOS4zNFpNNDYzLjE2NiAzMzkuMzRMMjk1LjE1MiAxNzEuMzI2TDI5NS44NTkgMTcwLjYxOUw0NjMuODczIDMzOC42MzNMNDYzLjE2NiAzMzkuMzRaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTEwOV8xMjk1NDkpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTEwOV8xMjk1NDkiIHgxPSI0NDMuMjQ1IiB5MT0iMzg5Ljc0IiB4Mj0iMTQ3Ljc0OCIgeTI9IjY4NS4yMzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzczNkJERSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3MzZCREUiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTEwOV8xMjk1NDkiIHgxPSI0NDMuMjUxIiB5MT0iNjMwLjc0IiB4Mj0iMTQ3Ljc1MyIgeTI9IjkyNi4yMzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzU2QkRFRCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1NkJERUQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfMTEwOV8xMjk1NDkiIHgxPSI1NzguODg2IiB5MT0iMzczLjkiIHgyPSIwLjAwNjcwNjUzIiB5Mj0iMTM5LjY1NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQTZFQjhDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQTZFQjhDIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");

  }
}

.db-grid__container {
  position: relative;
  padding: 60px 20px;
}

@media (min-width: 768px) {
  .db-grid__container {
    padding: 60px 40px;
  }
}

@media (min-width: 992px) {
  .db-grid__container {
    padding: 80px;
  }
}

.db-grid__intro-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 1280px;
}

@media (min-width: 992px) {
  .db-grid__intro-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
  }
}

.db-grid__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 110%;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  color: #ffffff;
}

.db-grid__title.on-secondary,
.db-grid__title.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .db-grid__title {
    font-size: 2rem;
    line-height: 112%;
    letter-spacing: -0.5px;
  }
}

.db-grid__text {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin: 0;
  color: #939498;
}

.db-grid__text.reversed {
  color: #FFFFFF;
}

.db-grid__cta-container {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

.db-grid__cta-container a.button.primary-button.reversed {
  color: #FFF !important;
  border-color: #EFEFEF;
  background-color: #000;
}

.db-grid__cta-container a.button.primary-button.reversed .arrow-icon {
  filter: brightness(50);
  transition: transform .3s ease;

}

.db-grid__cta-container a.button.primary-button.reversed:hover {
  color: #000 !important;
  border-color: #EFEFEF;
  background-color: #EFEFEF;
  opacity: 1;
}

.db-grid__cta-container a.button.primary-button.reversed:hover .arrow-icon {
  filter: brightness(0);
}

.db-grid__grid {
  display: grid;
  gap: 12px;
  justify-content: center;
}

.db-grid__grid--2 {
  grid: "primary" auto "secondary" auto/auto;
}

.db-grid__grid--3,
.db-grid__grid--4 {
  grid: "primary" auto "tertiary" auto "secondary" auto/auto;
}

@media (min-width: 992px) {
  .db-grid__grid {
    gap: 20px;
  }

  .db-grid__grid--2 {
    grid: "primary secondary" auto "primary secondary" auto/auto auto;
  }

  .db-grid__grid--3,
  .db-grid__grid--4 {
    grid: "primary tertiary" auto "primary secondary" auto/auto auto;
  }
}

.db-grid__primary {
  grid-area: primary;
  display: flex;
  justify-content: center;
}

.db-grid__secondary {
  grid-area: secondary;
  display: flex;
  justify-content: center;
}

.db-grid__tertiary {
  grid-area: tertiary;
  display: flex;
  justify-content: center;
}

.db-grid__tertiary--2-col {
  justify-content: space-between;
  gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 992px) {
  .db-grid__tertiary--2-col {
    gap: 20px;
    flex-flow: row-reverse;
  }
}


.data-block__fallback.reversed {
  color: #FFFFFF;
}

/* CHART TYPES */
.bar-alt {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
}
.bar-alt--tiny {
  min-width: 250px;
  min-height: 353px;
}
.bar-alt--xxs {
  min-width: 295px;
  min-height: 398px;
}
.bar-alt--xs {
  min-width: 295px;
  min-height: 364px;
}
.bar-alt--s {
  min-width: 432px;
  min-height: 264px;
}
.bar-alt--m {
  min-width: 652px;
  min-height: 289px;
}
.bar-alt--l {
  min-width: 432px;
  min-height: 498px;
}
.bar-alt--xl {
  min-width: 652px;
  min-height: 472px;
}
.bar-chart {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
}
.bar-chart--tiny {
  min-width: 250px;
  min-height: 267px;
}
.bar-chart--xxs {
  min-width: 295px;
  min-height: 312px;
}
.bar-chart--xs {
  min-width: 295px;
  min-height: 444px;
}
.bar-chart--s {
  min-width: 432px;
  min-height: 264px;
}
.bar-chart--m {
  min-width: 652px;
  min-height: 294px;
}
.bar-chart--l {
  min-width: 432px;
  min-height: 492px;
}
.bar-chart--xl {
  min-width: 652px;
  min-height: 472px;
}
.bubble-chart {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
}
.bubble-chart--tiny {
  min-width: 250px;
  min-height: 227px;
}
.bubble-chart--xxs {
  min-width: 295px;
  min-height: 272px;
}
.bubble-chart--xs {
  min-width: 295px;
  min-height: 408px;
}
.bubble-chart--s {
  min-width: 432px;
  min-height: 256px;
}
.bubble-chart--m {
  min-width: 652px;
  min-height: 352px;
}
.bubble-chart--l {
  min-width: 432px;
  min-height: 476px;
}
.bubble-chart--xl {
  min-width: 652px;
  min-height: 478px;
}
.doughnut-chart {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
}
.doughnut-chart--tiny {
  min-width: 250px;
  min-height: 275px;
}
.doughnut-chart--xxs {
  min-width: 295px;
  min-height: 320px;
}
.doughnut-chart--xs {
  min-width: 295px;
  min-height: 362px;
}
.doughnut-chart--s {
  min-width: 432px;
  min-height: 298px;
}
.doughnut-chart--m {
  min-width: 652px;
  min-height: 352px;
}
.doughnut-chart--l {
  min-width: 432px;
  min-height: 492px;
}
.doughnut-chart--xl {
  min-width: 652px;
  min-height: 482px;
}
.linear-gauge {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
}
.linear-gauge__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.linear-gauge--tiny .linear-gauge__container, .linear-gauge--xxs .linear-gauge__container, .linear-gauge--xs .linear-gauge__container {
  gap: 20px;
}
.linear-gauge__info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.linear-gauge--tiny .linear-gauge__info-container, .linear-gauge--xxs .linear-gauge__info-container, .linear-gauge--xs .linear-gauge__info-container {
  margin-bottom: 10px;
}
.linear-gauge__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.005em;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: none;
}
.linear-gauge__title.on-secondary, .linear-gauge__title.reversed {
  color: #ffffff;
}
.linear-gauge--tiny .linear-gauge__title, .linear-gauge--xxs .linear-gauge__title, .linear-gauge--xs .linear-gauge__title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}
.linear-gauge--tiny .linear-gauge__title.reversed, .linear-gauge--xxs .linear-gauge__title.reversed, .linear-gauge--xs .linear-gauge__title.reversed {
  color: #FFFFFF;
}
.linear-gauge__label {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.linear-gauge__label.reversed {
  color: #FFFFFF;
}
.linear-gauge__label--blue {
  color: #56bded;
}
.linear-gauge__label--blue--sd {
  color: #56bded;
}
.linear-gauge__label--violet {
  color: #9e94fa;
}
.linear-gauge__label--violet--sd {
  color: #9e94fa;
}
.linear-gauge__label--green {
  color: #a6eb8c;
}
.linear-gauge__label--green--sd {
  color: #a6eb8c;
}
.linear-gauge__range {
  position: relative;
  height: 19px;
  min-width: 408px;
  width: 100%;
  border-radius: 20px;
}
.linear-gauge--tiny .linear-gauge__range, .linear-gauge--xxs .linear-gauge__range, .linear-gauge--xs .linear-gauge__range {
  height: 9px;
  min-width: 143px;
}
.linear-gauge--s .linear-gauge__range {
  min-width: 188px;
}
.linear-gauge__range--blue {
  background: linear-gradient(to right, rgba(86, 189, 237, 0.25) 0%, rgba(86, 189, 237, 0.25) 33%, rgba(86, 189, 237, 0.5) 33%, rgba(86, 189, 237, 0.5) 66%, #56bded 66%, #56bded);
}
.linear-gauge__range--violet {
  background: linear-gradient(to right, rgba(92, 75, 185, 0.25) 0%, rgba(92, 75, 185, 0.25) 33%, rgba(92, 75, 185, 0.5) 33%, rgba(92, 75, 185, 0.5) 66%, #5c4bb9 66%, #5c4bb9);
}
.linear-gauge__range--green {
  background: linear-gradient(to right, rgba(166, 235, 140, 0.25) 0%, rgba(166, 235, 140, 0.25) 33%, rgba(166, 235, 140, 0.5) 33%, rgba(166, 235, 140, 0.5) 66%, #a6eb8c 66%, #a6eb8c);
}
.linear-gauge__range--blue-sd {
  background: linear-gradient(to right, rgba(86, 189, 237, 0.25) 0%, #56bded);
}
.linear-gauge__range--violet-sd {
  background: linear-gradient(to right, rgba(92, 75, 185, 0.25) 0%, #5c4bb9);
}
.linear-gauge__range--green-sd {
  background: linear-gradient(to right, rgba(86, 189, 237, 0.25) 0%, #56bded);
}
.linear-gauge__mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
}
.linear-gauge--tiny .linear-gauge__mark, .linear-gauge--xxs .linear-gauge__mark, .linear-gauge--xs .linear-gauge__mark {
  height: 20px;
}
.line-chart {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
}
.line-chart--tiny {
  min-width: 250px;
  min-height: 225px;
}
.line-chart--xxs {
  min-width: 295px;
  min-height: 270px;
}
.line-chart--xs {
  min-width: 295px;
  min-height: 390px;
}
.line-chart--s {
  min-width: 432px;
  min-height: 274px;
}
.line-chart--m {
  min-width: 652px;
  min-height: 266px;
}
.line-chart--l {
  min-width: 432px;
  min-height: 452px;
}
.line-chart--xl {
  min-width: 652px;
  min-height: 500px;
}
.db-statistic {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
}

.db-statistic--s {
  width: 140px;
  height: 140px;
}

.db-statistic--m {
  width: 240px;
  height: 240px;
}

.db-statistic--blue {
  color: #000000;
  background-color: #56bded;
}

.db-statistic--green {
  color: #000000;
  background-color: #a6eb8c;
}

.db-statistic--violet {
  color: #ffffff;
  background-color: #5c4bb9;
}

.db-statistic--violet .db-statistic__pre-text,
.db-statistic--violet .db-statistic__value,
.db-statistic--violet .db-statistic__post-text {
  color: #ffffff;
}

.db-statistic--s .db-statistic__container {
  padding: 22px 12px;
}

.db-statistic--s.db-statistic--percentage .db-statistic__container {
  padding-top: 30px;
}

.db-statistic--s.db-statistic--ranking .db-statistic__container {
  padding: 28px 20px 20px;
}

.db-statistic--m .db-statistic__container {
  padding: 54px 24px 42px;
}

.db-statistic--m.db-statistic--secondary .db-statistic__container {
  padding: 40px 24px 28px;
}

.db-statistic--m.db-statistic--ranking .db-statistic__container {
  padding: 40px 28px 28px;
}

.db-statistic__primary-container {
  display: flex;
  flex-direction: column;
}

.db-statistic--s .db-statistic__primary-container {
  gap: 4px;
}

.db-statistic--s.db-statistic--ranking .db-statistic__primary-container {
  gap: 12px;
}

.db-statistic--m .db-statistic__primary-container {
  gap: 8px;
}

.db-statistic--m.db-statistic--secondary .db-statistic__primary-container {
  gap: 4px;
}

.db-statistic--m.db-statistic--secondary.db-statistic--percentage .db-statistic__primary-container {
  gap: 8px;
}

.db-statistic--m.db-statistic--ranking .db-statistic__primary-container {
  gap: 12px;
}

.db-statistic--m.db-statistic--secondary.db-statistic--ranking .db-statistic__primary-container {
  gap: 0;
}

.db-statistic__pre-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
}

.db-statistic__pre-text.reversed {
  color: #FFFFFF;
}

.db-statistic--m .db-statistic__pre-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.db-statistic--m .db-statistic__pre-text.reversed {
  color: #FFFFFF;
}

.db-statistic--m.db-statistic--secondary .db-statistic__pre-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
}

.db-statistic--m.db-statistic--secondary .db-statistic__pre-text.reversed {
  color: #FFFFFF;
}

.db-statistic__value-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
}

.db-statistic--m.db-statistic--secondary .db-statistic__value-container {
  align-items: center;
}

.db-statistic__value {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 110%;
  letter-spacing: -1.5px;
  display: flex;
  align-items: baseline;
  margin: 0;
}

.db-statistic__value.on-secondary,
.db-statistic__value.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .db-statistic__value {
    font-size: 2rem;
    line-height: 112%;
    letter-spacing: -0.5px;
  }
}

.db-statistic--m .db-statistic__value {
  font-size: 5.5rem;
  line-height: 5.5rem;
  letter-spacing: -3.5px;
}

.db-statistic--m.db-statistic--ranking .db-statistic__value {
  font-size: 5.75rem;
}

.db-statistic__percentage {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
  line-height: normal;
}

.db-statistic__percentage.reversed {
  color: #FFFFFF;
}

.db-statistic--m .db-statistic__percentage {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 114%;
  letter-spacing: -0.5px;
  text-transform: none;
}

.db-statistic--m .db-statistic__percentage.on-secondary,
.db-statistic--m .db-statistic__percentage.reversed {
  color: #ffffff;
}

@media (max-width: 767px) {
  .db-statistic--m .db-statistic__percentage {
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
}

.db-statistic__value-suffix {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.5px;
}

.db-statistic__value-suffix.on-secondary,
.db-statistic__value-suffix.reversed {
  color: #ffffff;
}

.db-statistic--m .db-statistic__value-suffix {
  font-size: 3.5rem;
  line-height: 3.75rem;
  letter-spacing: -1.5px;
}

.db-statistic--m.db-statistic--secondary .db-statistic__value-suffix {
  font-size: 2.5rem;
}

.db-statistic__change-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
  padding: 7px 5px;
  border-radius: 34px;
  color: #000000;
  background: #ffffff;
}

.db-statistic--violet .db-statistic__change-container {
  color: #ffffff;
  background: #000000;
}

.db-statistic--m .db-statistic__change-container {
  gap: 9px;
  margin-bottom: 5px;
  padding: 9px 6px;
}

.db-statistic__change-icon {
  width: 9px;
  color: #70bf5c;
}

.db-statistic__change-icon--negative {
  transform: scaleY(-1);
  color: #cc334d;
}

.db-statistic--m .db-statistic__change-icon {
  width: 12px;
}

.db-statistic__change-value {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  line-height: 12px;
}

.db-statistic__change-value.reversed {
  color: #FFFFFF;
}

.db-statistic--m .db-statistic__change-value {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.db-statistic--m .db-statistic__change-value.reversed {
  color: #FFFFFF;
}

.db-statistic__post-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.db-statistic__post-text.reversed {
  color: #FFFFFF;
}

.db-statistic--ranking .db-statistic__post-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
}

.db-statistic--ranking .db-statistic__post-text.reversed {
  color: #FFFFFF;
}

.db-statistic--m .db-statistic__post-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.005em;
}

.db-statistic--m .db-statistic__post-text.on-secondary,
.db-statistic--m .db-statistic__post-text.reversed {
  color: #ffffff;
}

.db-statistic--m.db-statistic--secondary .db-statistic__post-text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.db-statistic--m.db-statistic--secondary .db-statistic__post-text.reversed {
  color: #FFFFFF;
}

.db-statistic__secondary-container {
  display: flex;
  align-items: center;
  padding: 4px;
  width: 100%;
  gap: 12px;
  margin-top: 12px;
  border-radius: 24px;
  background: #ffffff;
  color: #000000;
}

.db-statistic--violet .db-statistic__secondary-container {
  background: #000000;
  color: #ffffff;
}

.db-statistic--number .db-statistic__secondary-container {
  gap: 8px;
}

.db-statistic--ranking .db-statistic__secondary-container {
  margin-top: 17px;
}

.db-statistic__secondary-value {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
  padding: 8px;
  border-radius: 44px;
  background: #efefef;
}

.db-statistic__secondary-value.reversed {
  color: #FFFFFF;
}

.db-statistic--number .db-statistic__secondary-value {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 12px;
}

.db-statistic--number .db-statistic__secondary-value.reversed {
  color: #FFFFFF;
}

.db-statistic--violet .db-statistic__secondary-value {
  background: #282a32;
}

.db-statistic__secondary-desc {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 400;
}

.db-statistic__secondary-desc.reversed {
  color: #FFFFFF;
}
.featurette-section {
  padding: 3.5rem 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.featurette-section.gray {
  background-color: #EFEFEF;
}
.featurette-section.light {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .featurette-section p {
    margin: 1rem 0;
  }
}
.featurette-section.quote .featurette-body {
  position: relative;
  padding-left: 2.5rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .featurette-section.quote .featurette-body {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.featurette-section.quote .featurette-body .title {
  text-align: left;
}
.featurette-section.quote .quote {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 6.25rem;
  height: 4.75rem;
  opacity: 0.1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjRweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAyNCIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJMYXllcl8xIi8+PGcgaWQ9ImxlZnRfeDVGX3F1b3RlIj48Zz48cGF0aCBkPSJNMzIsMjRWMTJoLThjMC00LjQxLDMuNTg2LTgsOC04VjBjLTYuNjE3LDAtMTIsNS4zODMtMTIsMTJ2MTJIMzJ6IiBzdHlsZT0iZmlsbDojNEU0RTUwOyIvPjxwYXRoIGQ9Ik0xMiwyNFYxMkg0YzAtNC40MSwzLjU4Ni04LDgtOFYwQzUuMzgzLDAsMCw1LjM4MywwLDEydjEySDEyeiIgc3R5bGU9ImZpbGw6IzRFNEU1MDsiLz48L2c+PC9nPjwvc3ZnPg==")
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .featurette-section.quote .quote {
    display: none;
  }
}

.featurette-section.quote .featurette-imgs img {
  border-radius: 14px;
}

/* Plugins
Commonly used extensions
*/
/* @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;
}
/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* Templates
Page overrides
*/
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

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

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}
/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}