@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* 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
*/




:root { 
    --s2-color-primary: #434573;
    --s2-color-text: #434573;
    --s2-color-white: #FFFFFF;
    --s2-color-black: #000000;
    --s2-color-muted: #F9F9F9;
    --s2-color-secondary_1: #2C7C69;
    --s2-color-secondary_2: #5EBF91;
    --s2-color-secondary_3: #343659;
    --s2-color-secondary_4: #51548C;
    --s2-color-secondary_5: #007d7d;
    --s2-color-bright_red: #E31837;
    --s2-color-dark_blue: #012169;
}



.color-primary {color:var(--s2-color-primary);}
.color-text {color:var(--s2-color-text);}
.color-white {color:var(--s2-color-white);}
.color-muted {color:var(--s2-color-muted);}
.color-black {color:var(--s2-color-black);}


  

  :root {
    --s2-font-body-desktop: 22.66px;
    --s2-font-body-mobile: 22.66px;
    --s2-font-h1-desktop: 72px;
    --s2-font-h1-mobile: 50px;
    --s2-font-h2-desktop: 33.33px;
    --s2-font-h2-mobile: 50px;
    --s2-font-h3-desktop: 30px;
    --s2-font-h3-mobile: 50px;
    --s2-font-h4-desktop: 24px;
    --s2-font-h4-mobile: 50;
    --s2-font-h5-desktop: 24px;
    --s2-font-h5-mobile: 50px;
    --s2-font-h6-desktop: 20px;
    --s2-font-h6-mobile: 50px;
    --s2-font-default: 'open-sans', sans-serif;
    --s2-font-title: 'open-sans-condensed', serif;
  }

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/*!
* Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
/*     max-width: 960px; */
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1270px;
  }
}
.container-fluid.body-container {
  padding-right: 0;
  padding-left: 0
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

.d-none {
  display: none !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

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

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !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;
  }

  .d-sm-none {
    display: none !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;
  }

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

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

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

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

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

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

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

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

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

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !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;
  }

  .d-md-none {
    display: none !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;
  }

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

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

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

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

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

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

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

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

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

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !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;
  }

  .d-lg-none {
    display: none !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;
  }

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

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

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

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

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

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

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

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

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

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !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;
  }

  .d-xl-none {
    display: none !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;
  }

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

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

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

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

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

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

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

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

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

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

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





html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

/* Body fonts */

html {
  word-break: break-word;
  font-family: 'open-sans', sans-serif;
}

html, .text-body {
  font-size: 22.66px;font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

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





body {
  color:var(--s2-color-text);
}

/* Paragraphs */

p {
  margin: 0 0 1.65rem;
}

p a{
  font-weight:700;
  text-decoration:underline;
}
p a:hover{
  text-decoration:none;
}
/* Anchors */

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

main a{
  color:var(--s2-color-secondary_1);
}

strong {
  font-weight:600;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

.subtitle {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.429;
  font-family: 'open-sans', sans-serif;
}
.subtitle-md {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.429;
  font-family: 'open-sans', sans-serif;
}

.overline {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: 'open-sans', sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
 
  .subtitle {
    font-size: 1rem;
    letter-spacing: 0.15px;
    line-height: 1.25;
  }
  .subtitle-md {
    font-size: 1.115rem;
    letter-spacing: 0.15px;
    line-height: 1.33;
  }

}


.text-body,
body {
  font-size:16px;
  font-weight:400;
  line-height:1.6;
  word-break:break-word
}
.text-body-xs,
small {
  font-size:14px;
}
.text-body-md {
  font-size:16px;
   line-height:1.6;
}
.text-body-lg {
  font-size:20px;
  line-height:1.6;
}
.text-body-xl {
  font-size:20px;
  line-height:1.6;
}
.text-body-xxl {
  font-size:30px;
  letter-spacing:-.45px
}
h1, .h1{
  font-size:40px;
  font-family: 'open-sans-condensed', serif;
  letter-spacing: -0.5px;
  margin-bottom:20px;
  line-height:1.2;
}

h2, .h2, body h2.h2:not(.fixed-setup){
  font-size:36px!important;
  font-family: 'open-sans-condensed', serif;
  letter-spacing: 0;
  line-height:1.2;
  margin-bottom:20px;
}

h3, .h3{
  font-family: 'open-sans-condensed', serif;
  letter-spacing: 0px;
  font-size:30px;
}

h4, .h4{
  font-family: 'open-sans-condensed', serif;
  letter-spacing: 0.15px;
  font-size:26px;
}

h5, .h5{
  font-family: 'open-sans-condensed', serif;
  letter-spacing: 0.15px;
  font-size:22px;
}

h6, .h6,
.m-blogList__tag h5,
.overline{
  font-family: 'open-sans-condensed', serif;
  letter-spacing: 0.2px;
  font-size:16px;
  line-height: 1.25;
}

@media (min-width:992px){
  .text-body,
  body {
    font-size:18px;
    font-weight:400;
    line-height:1.5;
    word-break:break-word
  }
  .text-body-xs,
  small {
    font-size:16px;
  }
  .text-body-md {
    font-size:18px;
  }
  .text-body-lg {
    font-size:24px;
    line-height:1.5;
  }
  .text-body-xl {
    font-size:24px;
    line-height:1.5;
  }
  .text-body-xxl {
    font-size:30px;
    letter-spacing:-.45px
  }
  h1, .h1{
    font-size:60px;
  }
  h2, .h2, body h2.h2:not(.fixed-setup){
    font-size:50px!important;
  }
  h3, .h3{
    font-size:36px;
  }

  h4, .h4{
    font-size:30px;
  }

  h5, .h5{
    font-size:24px;
  }

  h6, .h6,
  .m-blogList__tag h5,
  .overline{
    font-size:16px;
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width: 100%;
  height: auto;
}

.text-default {
  font-weight:400;
}
.text-regular {
  font-weight:300;
}
.text-demibold {
  font-weight:600;
}
.text-medium {
  font-weight:700;
}
.text-bold {
  font-weight:900;
}
.text-thin {
  font-weight:100;
}



.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.25;
  color: #51548C;font-size: 18px;font-weight: 800;
  padding-top: 20px;
padding-right: 50px;
padding-bottom: 20px;
padding-left: 50px;

  background-color:var(--s2-color-secondary_1);
  border-radius: 0px;
  border: 3px solid var(--s2-color-secondary_1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-width:230px;
  text-transform: uppercase;
  font-family: var(--s2-font-title);
  /* version 3 */
  min-width: 190px;
  padding: 15px 35px;
}

.btn-text {
  background-color: #51548C;
  border-color: #51548C;
  color:#FFFFFF;
}

.btn-text-outlined {
  background-color: transparent;
  border-color: #51548C;
  color: #51548C;
}

.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color:#51548C;
}

.btn-white-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}



.btn-round {
  border-radius: 29px;
}

.btn:hover {
  background-color: transparent;
  border-color: #DEF241;
  color: #51548C;
}

.btn:disabled, .btn-disabled {
  background-color: rgba(222, 242, 65, 0.35);
  color: #51548C;
}


.btn-text-outlined:disabled, .btn-text-outlined.btn-disabled,
.btn-text:disabled, .btn-text.btn-disabled{
  background-color: rgba(81, 84, 140, 0.35);
}

.btn-text-outlined:focus,
.btn-text:focus {
  border-color: #51548C;
}

.btn-sm {
  padding-top: 13px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 13px;
}

.btn.sm {
  padding: 8px 20px;
  min-width: 125px;
  justify-content:center;
} 

.link,
.comment-reply-to.hs-button {
  font-family:var(--s2-font-title);
  display: inline-block;
  line-height: 1.71;
  color: #51548C;font-size: 18px;font-weight: 800;
  text-decoration-line: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color:var(--s2-color-secondary_1);
}

.link-white {
  color:#fff;
}

.link:after,
.link.back:before,
.bordered-link:after,
.comment-reply-to.hs-button::after {
  display:inline-block;
  background-image: none;
  background-size: contain;
  content: "";
  height: 14px;
  margin-left: 8px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 11px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.link.back:after {
  display: none;
}
.link.back:before {
  background-image: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989592 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM1 6.75H26V5.25H1V6.75Z" fill="%232C7C69"/></svg> ');
  width:25px;
  margin-right:2px;
}

.link.back:hover:before{
  background-image: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989592 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM1 6.75H26V5.25H1V6.75Z" fill="%2351548C"/></svg> ');
}

.link-white {
  color: #FFFFFF;
}

.link.link-green{
  color:var(--s2-color-secondary_1);
  border-bottom:0!important;
  line-height:1;
  text-decoration:none!important;
}
.link:hover,
.link.link-green:hover{
  color:var(--s2-color-secondary_4);
  border-color:transparent;
  
}

.link.dark_mode,
.link.link-green.dark_mode{
  color:var(--s2-color-secondary_2);
}
.link.dark_mode:hover,
.link.link-green.dark_mode:hover{
  color:#fff;
}

.link:after,
.link.link-green:after,
.link.link-white:after {
  content: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5303 6.53033C25.8232 6.23744 25.8232 5.76256 25.5303 5.46967L20.7574 0.696699C20.4645 0.403805 19.9896 0.403805 19.6967 0.696699C19.4038 0.989592 19.4038 1.46447 19.6967 1.75736L23.9393 6L19.6967 10.2426C19.4038 10.5355 19.4038 11.0104 19.6967 11.3033C19.9896 11.5962 20.4645 11.5962 20.7574 11.3033L25.5303 6.53033ZM25 5.25L6.55671e-08 5.25L-6.55671e-08 6.75L25 6.75L25 5.25Z" fill="%232C7C69"/></svg>');
  background-image: none;
  margin-left: 0!important;
  top: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  width: 8px!important;
}

.link:hover:after,
.link.link-green:hover:after{
  content: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5303 6.53033C25.8232 6.23744 25.8232 5.76256 25.5303 5.46967L20.7574 0.696699C20.4645 0.403805 19.9896 0.403805 19.6967 0.696699C19.4038 0.989592 19.4038 1.46447 19.6967 1.75736L23.9393 6L19.6967 10.2426C19.4038 10.5355 19.4038 11.0104 19.6967 11.3033C19.9896 11.5962 20.4645 11.5962 20.7574 11.3033L25.5303 6.53033ZM25 5.25L6.55671e-08 5.25L-6.55671e-08 6.75L25 6.75L25 5.25Z" fill="%2351548c"/></svg>');
}

.link.dark_mode:after,
.link.link-green.dark_mode:after{
  content: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5303 6.53033C25.8232 6.23744 25.8232 5.76256 25.5303 5.46967L20.7574 0.696699C20.4645 0.403805 19.9896 0.403805 19.6967 0.696699C19.4038 0.989592 19.4038 1.46447 19.6967 1.75736L23.9393 6L19.6967 10.2426C19.4038 10.5355 19.4038 11.0104 19.6967 11.3033C19.9896 11.5962 20.4645 11.5962 20.7574 11.3033L25.5303 6.53033ZM25 5.25L6.55671e-08 5.25L-6.55671e-08 6.75L25 6.75L25 5.25Z" fill="%235ebf91"/></svg>');
}

.link.dark_mode:hover:after,
.link.link-green.dark_mode:hover:after{
  content: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5303 6.53033C25.8232 6.23744 25.8232 5.76256 25.5303 5.46967L20.7574 0.696699C20.4645 0.403805 19.9896 0.403805 19.6967 0.696699C19.4038 0.989592 19.4038 1.46447 19.6967 1.75736L23.9393 6L19.6967 10.2426C19.4038 10.5355 19.4038 11.0104 19.6967 11.3033C19.9896 11.5962 20.4645 11.5962 20.7574 11.3033L25.5303 6.53033ZM25 5.25L6.55671e-08 5.25L-6.55671e-08 6.75L25 6.75L25 5.25Z" fill="%23ffffff"/></svg>')!important;
}

.link.link-white:after {
  content: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5303 6.53033C25.8232 6.23744 25.8232 5.76256 25.5303 5.46967L20.7574 0.696699C20.4645 0.403805 19.9896 0.403805 19.6967 0.696699C19.4038 0.989592 19.4038 1.46447 19.6967 1.75736L23.9393 6L19.6967 10.2426C19.4038 10.5355 19.4038 11.0104 19.6967 11.3033C19.9896 11.5962 20.4645 11.5962 20.7574 11.3033L25.5303 6.53033ZM25 5.25L6.55671e-08 5.25L-6.55671e-08 6.75L25 6.75L25 5.25Z" fill="%23ffffff"/></svg>');
}
.link.link-white:hover:after {
  content: url('data:image/svg+xml,<svg width="26" height="12" viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5303 6.53033C25.8232 6.23744 25.8232 5.76256 25.5303 5.46967L20.7574 0.696699C20.4645 0.403805 19.9896 0.403805 19.6967 0.696699C19.4038 0.989592 19.4038 1.46447 19.6967 1.75736L23.9393 6L19.6967 10.2426C19.4038 10.5355 19.4038 11.0104 19.6967 11.3033C19.9896 11.5962 20.4645 11.5962 20.7574 11.3033L25.5303 6.53033ZM25 5.25L6.55671e-08 5.25L-6.55671e-08 6.75L25 6.75L25 5.25Z" fill="%2351548c"/></svg>');
}


.link-link-green.dark_mode{
  color:var(--s2-color-secondary_1);
}

.link:hover,
.link-wrap:hover .link,
.comment-reply-to.hs-button:hover {
  color:var(--s2-color-secondary_4);
}

.border-white{
  border-color:#fff;
  background-color:transparent;
  color:#fff;
}
.border-white:hover{
  border-color:#fff;
  background-color:#fff;
  color:var(--s2-color-text);
}

.link.link-simple:before,
.link.link-simple:after {
  content:'';
  display:none;
}
.link.link-simple {
  text-decoration:underline;
}

.bordered-link {
  position:relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display:inline-block;
  /* identical to box height, or 171% */
  background:transparent;
  color:#343659;
  border:2px solid #343659;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding:12px 30px;
  padding-right:calc(27px + 30px + 15px);
}

.bordered-link:hover {
  background:#343659;
  color:#FFFFFF;
  border:2px solid #343659;
}

.bordered-link.bordered-link-white {
  background:transparent;
  color:#FFFFFF;
  border:2px solid #FFFFFF;
}
.bordered-link.bordered-link-white:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 4L1 4' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 1L26 4L23 7' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.bordered-link.bordered-link-white:hover {
  background:#FFFFFF;
  color:#343659;
  border:2px solid #FFFFFF;
}

.bordered-link.bordered-link-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 4L1 4' stroke='%230055A5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 1L26 4L23 7' stroke='%230055A5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-puple{
  background-color:var(--s2-color-secondary_4);
  border-color:var(--s2-color-secondary_4);
  color:#fff;
}
.btn-puple:hover{
  background-color:transparent;
  border-color:var(--s2-color-secondary_4);
}

.btn-green{
  background-color:var(--s2-color-secondary_1);
  border-color:var(--s2-color-secondary_1);
  color:#fff;
}
.btn-green:hover{
  background-color:var(--s2-color-secondary_4);
  border-color:var(--s2-color-secondary_4);
  color:#fff!important;
}


.btn-green.dark_mode{
  background-color:var(--s2-color-secondary_2);
  border-color:var(--s2-color-secondary_2);
  color:var(--s2-color-secondary_3)!important;
}
.btn-green.dark_mode:hover{
  background-color:#fff;
  border-color:#fff;
}

.btn-orange{
  background-color:var(--s2-color-secondary_2);
  border-color:var(--s2-color-secondary_2);
  color:#fff;
}
.btn-orange:hover{
  background-color:transparent;
  border-color:var(--s2-color-secondary_2);
}

.btn-green.outlined:not(:hover){
  background-color:transparent;
  color:var(--s2-color-secondary_1);
  border-color:var(--s2-color-secondary_1);
}

.btn-green.outlined:hover{
  background-color:#51548C;
  color:#fff;
  border-color:#51548C;
}

.btn-white{
  background-color:#fff;
  border-color:#fff;
  color:var(--s2-color-secondary_4);
}
.btn-white:hover{
  background-color:transparent;
  border-color:#fff;
  color:#fff;
}

.h-white-text:hover{
  color:#fff;
}

.h-yellow-text:hover{
  color:var(--s2-color-secondary_3);
}


.btn.btn-yellow-outline{
  background-color:transparent;
  border-color:#DEF241;
  color:#DEF241;
}
.btn.btn-yellow-outline:hover{
  background-color:#DEF241!important;
  color:var(--s2-color-text);
}

.btn.btn-purple-outline{
  background-color:transparent;
  border-color:var(--s2-color-secondary_4);
  color:var(--s2-color-secondary_4);
}
.btn.btn-purple-outline:hover{
  background-color:var(--s2-color-secondary_4)!important;
  color:#fff;
}

.btn.btn-green-outline{
  background-color:transparent;
  border-color:var(--s2-color-secondary_1);
  color:var(--s2-color-secondary_1);
}
.btn.btn-green-outline:hover{
  background-color:transparent;
  border-color:var(--s2-color-secondary_4);
  color:var(--s2-color-secondary_4);
}

.btn.btn-green-outline.dark_mode{
  background-color:transparent;
  color:#fff;
}
.btn.btn-green-outline.dark_mode:hover{
  background-color:transparent;
  border-color:#fff;
  color:#fff;
}

.btn.btn-orange-outline{
  background-color:transparent;
  border-color:var(--s2-color-secondary_2);
  color:var(--s2-color-secondary_2);
}
.btn.btn-orange-outline:hover{
  background-color:var(--s2-color-secondary_2)!important;
  color:#fff;
}
.btn.btn-bright-red {
  background-color:var(--s2-color-bright_red) !important;
  color:#fff;
  border-color: var(--s2-color-bright_red);
}

.btn.btn-white-outline{
  background-color:transparent;
  border-color:#fff;
  color:#fff;
}
.btn.btn-white-outline:hover{
  background-color:#fff!important;
  color:var(--s2-color-secondary_4);
}

.btn.text-purple:not(:hover){
  color:var(--s2-color-primary);
}

@media (max-width:767px){
  .bordered-link:after {
    display:none;
  }
  .bordered-link {
    padding-right:30px;
    text-align:center;
    width:100%;
  }
}

.slds-scope .regbutton,
.slds-scope .slds-input {
  border-radius:0!important;
} 






/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
}

form .hs-form-field>label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* 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: block;
  background-color: var(--s2-color-white);
  width: 100%;
  padding-top: 20px;
padding-right: 50px;
padding-bottom: 20px;
padding-left: 50px;

  border-radius: 10px;
  border: 2px solid var(--s2-color-text);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top:13px;
  padding-bottom:13px;
  padding-left:15px;
  padding-right:15px;
}

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;
  border-color:var(--s2-color-secondary_2)!important;
}



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

/* Inputs - checkbox/radio */

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

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

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

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

form select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:url(https://23216630.fs1.hubspotusercontent-na1.net/hubfs/23216630/arrow-orange.svg);
  background-repeat:no-repeat;
  background-position:center right 15px;
  background-size:unset;
}
form textarea{
  height:100px;
}
form .grecaptcha-badge{
  margin:10px 0 0!important;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  display: block;
  margin: 0 0 1rem;
}

/* Validation */

.hs-form-required {
  color: #D50000;
  font-size: 0;
}
.hs-form-required::after {
  content: " *";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

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

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

.hs_error_rollup {
  background-color: rgba(213, 0, 0, 0.5);
  padding: 1px 12px;
}

form ul.hs-error-msgs,
form ul.hs-error-msgs li,
form ul.hs-error-msgs li .hs-error-msg{
  margin:0;
}

form ul.hs-error-msgs li .hs-error-msg {
  font-size: 14px;
  margin-top: 5px;
}



/* Submit button */

form .hs-submit {
  padding-top: 1.5rem;
  position: relative;
}

form input[type=submit],
form .hs-button {
  display: inline-block;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #51548C;font-size: 18px;font-weight: 800;
  padding:8px 30px;
  background-color: #DEF241;
  border-radius: 0px;
  border: 6px solid #DEF241;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--s2-font-title);
  font-weight: 800;
  
/*   New Style 2024 */
  border-width:2px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color:var(--s2-color-secondary_1);
  border-color:var(--s2-color-secondary_1);
  color:#fff;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: var(--s2-color-secondary_4);
  border-color: var(--s2-color-secondary_4);;
  color: #fff!important;
}



form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  color: #FFFFFF;
}

.form__form form .field > label{
  font-family: var(--s2-font-title)!important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* 1 column row */
.hs-form.hs-form fieldset.form-columns-1 .hs-input,
.hs-form.hs-form fieldset.form-columns-2 .hs-input{
  width: 100%!important;
}

/* 2 column row */
.hs-form.hs-form fieldset.form-columns-2 .input,
.hs-form.hs-form fieldset.form-columns-1 .input{
  margin-right: 0;
}
@media (min-width: 480px) {
  .hs-form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 15px;
  }
  .hs-form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 15px;
  }
}

form .inputs-list{
  margin-top:20px;
}
form .inputs-list > li{
  margin: 0 0 15px;
}

/* The container */
.hs-form-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.hs-form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.hs-form-checkbox span{
  font-size:16px;
  color:#51548C;
}
/* Create a custom checkbox */
.hs-form-checkbox span:before{
  content:"";
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border:1px solid #51548C;
}

/* On mouse-over, add a grey background color */
.hs-form-checkbox:hover input ~ span:before {
  background-color: #ccc;
}


/* Create the checkmark/indicator (hidden when not checked) */
.hs-form-checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.hs-form-checkbox input:checked ~ span:after {
  display: block;
}
.hs-form-checkbox input:checked ~ span:before {
  background-color: #51548C;
}

/* Style the checkmark/indicator */
.hs-form-checkbox span:after {
  left: 5px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #51548C;
}

@media (min-width:767px){
  form .inputs-list:not(.hs-error-msgs){
    column-count:2;
   -webkit-column-count:2;
  }
  form .inputs-list:not(.hs-error-msgs) > li{
    display:table;
    break-inside: avoid-column;
    width:100%;
  }
}


/* V2 */
form .hs-button, 
form input[type="submit"]{
  border-radius:0;
}
form input[type="email"], form input[type="file"], form input[type="number"], form input[type="password"], form input[type="tel"], form input[type="text"], form select, form textarea{
  border-radius:0;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 999;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hide-topnav .top-nav-module {
    display: none !important;
}
.header--transparent .header__logo-main:not(.logo-white){
  display:none;
}
.header--transparent .header__logo-main.logo-white{
  display:block;
}

.header--transparent.header--sticky .header__logo-main:not(.logo-white){
  display:block;
}
.header--transparent.header--sticky .header__logo-main.logo-white{
  display:none;
}


.header__logo-main.logo-white{
  display:none;
}
@media (min-width:992px){
  .header--transparent .header__inner{
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
  }
  header:not(#header-v2).header--transparent:not(.header--sticky) .header__inner{
    column-gap:15px;
  }
  .header--transparent:not(.header--sticky) {
    background-color: transparent;
  }
  .side--nav .header__navigation {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
  }
  header:not(#header-v2).header--hide-logo-onload .header__logo-main {
    transition:0.5s ease all;
    -webkit-transition:0.5s ease all;
    transform:translateY(0px) scale(1);
    -webkit-transform:translateY(0px) scale(1);
  }
  /*
  .header--hide-logo-onload:not(.header--sticky) .header__logo-main {
    transform:translateY(100px) scale(1.4);
    -webkit-transform:translateY(100px) scale(1.4);
    width:0px !important;
  }*/
  header:not(#header-v2).header--hide-logo-onload:not(.header--sticky) .header__logo  {
    display:none;
  }
  header:not(#header-v2).header--hide-logo-onload:not(.header--sticky) .header__nav.side--nav-left{
    padding-right:20px;
  }
  header:not(#header-v2).header--hide-logo-onload .header__logo {
    overflow:visible !important;
    margin-left:30px;
  }
  
  header:not(#header-v2).header.header--sticky .header__logo-main:not(.logo-white) a{
    display:inline-block;
    width:86px;
    height:71px;
    background:url(https://23216630.fs1.hubspotusercontent-na1.net/hubfs/23216630/logos/Icon-youth-full-color.png) center center no-repeat;
    background-size:100% auto;
  }
  header:not(#header-v2).header.header--sticky .header__logo-main:not(.logo-white) a img{
    position:relative;
    visibility:hidden;
    opacity:0;
    z-index:-1;
  }
 header:not(#header-v2) .header__wrapper .header__logo{
    margin-left:30px;
    margin-right:15px;
  }
  
}

.header--floating {
/*   position: absolute */
}
.header-proxy {
  display: none
}
.header--sticky~.header-proxy {
  display: block
}
.header--floating~.header-proxy {
  display: none
}
.header--sticky:not(.header-no-navigation) {
  position: fixed;
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.05);
  box-shadow: 0 2px 15px rgba(0,0,0,.05);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
/*   max-width: 50%; */
  max-width:150px;
  overflow: hidden;
}
.header__logo img {
  max-width: 100%;
}
@media (max-width:1400px){
  .header__logo-main {
    width:143px;
  }
}
@media (min-width: 992px) {
  .header__cta .btn {
    padding-top: 13px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 13px;
  }
}


/* CTAs */
.header__cta .row-fluid {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
}
.header__cta .btn {
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .header__cta .btn {
    padding-top: 13px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 13px;
  }
}

/* Navigation */

@media (min-width: 993px) {
/*   .header {
    padding-top: 30px;
    padding-bottom: 30px;
  } */
  .header {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  header.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
  }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align:center;
  }
  .header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*     margin-top:-10px; */
    margin-top:0px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: flex-end;
  }
  .header__mainnav {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .header__cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__navigation .menu__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  /*
  body:not(.scrolled-body) .header{
    background-color:transparent;
  }
  body:not(.scrolled-body) .header__logo-main.not-scrolled{
    display:none;
  }
  body:not(.scrolled-body) .header__logo-main.logo-white{
    display:block;
  }*/
  
  body:not(.scrolled-body) .header.header--floating{
    background-color:transparent;
  }


  
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .header__nav-toggle {
    color: #FFFFFF;
    width: 25px;
    height: auto;
    border-radius: 33px;
    /*     padding: 11px 18px; */
    padding:0px;
    border: 0;
    position: relative;
    display: block;
    margin-right: 20px;
    margin-top: 5px;
/*     background-color: rgba(0, 125, 125, 0.1); */
  }
  .header__nav-toggle span {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 18px;
/*     #0055A5 */
    background-color: #F28705;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    -o-transition: transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease
  }
  .header__nav-toggle span:first-child {
    top: 0px
  }
  .header__nav-toggle span:nth-child(2) {
    top: 8px
  }
  .header__nav-toggle span:last-child {
    top: 16px
  }
  .header__nav-toggle.open span:first-child,
  .header__nav-toggle.open span:last-child {
    top: 15px
  }
  .header__nav-toggle.open span:first-child {
    top:6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__nav-toggle.open span:nth-child(2) {
    opacity:0;
  }
  .header__nav-toggle.open span:last-child {
    top:6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .header__navigation {
    background-color: #FFFFFF;
    position: absolute;
    /*     top: 100%; */
    left: 0;
    /*     width: 100%; */
    /*     -webkit-box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 25px rgba(0,0,0,0.1); */
    /*     border-radius: 8px; */
    /*     padding: 24px 20px; */
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    
    width: calc(100vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0px;
    
    
    padding: 0px 20px;
    top: calc(100% + 10px);

  }
  
  
  .header__nav.open .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: calc(100vh - 50px);
    border-top: 2px solid #e8edf2;
    padding:0 30px 15px;
  }
  .header__mainnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
  }
  .header--toggle.open .hamburger{
    display:none;
  }
  .header--toggle:not(.open) .close{
    display:none;
  }
  
  .header__inner .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none' viewBox='0 0 9 6'%3E%3Cpath stroke='%232c7c69' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7.087 1.505-3.01 3-3.01-3'/%3E%3C/svg%3E");
  }
  .menu__item.menu__item--depth-1.menu__item--has-submenu.menu__item--open > button .menu__child-toggle-icon{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none' viewBox='0 0 9 6'%3E%3Cpath stroke='%2351548c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7.087 1.505-3.01 3-3.01-3'/%3E%3C/svg%3E")!important;
  }
}


/* NO NAV */


header.header-no-navigation .header__inner{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
header.header-no-navigation .header__logo-main {
  display:flex;
}
header.header-no-navigation #hs-link-site_logo_hs_logo_widget,
header.header-no-navigation #hs_cos_wrapper_site_logo_hs_logo_widget{
  display:flex;
}
header.header-no-navigation {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width:768px){
  header.header-no-navigation {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
header.header-no-navigation .header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin: auto;
  max-width: 50%;
  overflow: hidden;
  text-align: center;
}



@media (max-width:1400px){
  header#header-v2 .header__logo-main {
    width:auto;
  }
}

/* header#header-v2 .multiple-row-container {
  max-width: 100%;
  width:100%;
  min-width: 100%;
}
header#header-v2 .multiple-row-container .header__logo{
  max-width: 50%;
} */

header#header-v2 .header__members-mobile {
/*   max-width:50%;
  display:inline-flex;
  align-items:center; */
}
header#header-v2 .header__logo span,
header#header-v2 .header__logo a {
  display:inline-flex;
  align-items:center;
}
header#header-v2 .nav-footer {
  position:absolute;
  z-index:2;
  top:100%;
  background:#EFEFEF;
  width:100%;
  left:0px;
  padding:10px 0px;
}

header#header-v2.toggle-open .nav-footer {
  z-index:-1;
}

header#header-v2.header {
  top:0px;
}
@media (max-width:992px){
  header#header-v2.header {
    padding-top: 10px;
    padding-bottom: 10px;
    background:#fff;
  }
  header#header-v2.header .header__logo-main:not(.logo-white){
    display:none;
  }
  header#header-v2.header .header__logo-main.logo-white{
    display:inline-flex;
    align-items:center;
  }

  header#header-v2.header.header--sticky .header__logo-main:not(.logo-white){
    display:inline-flex;
    align-items:center;
  }
  header#header-v2.header.header--sticky .header__logo-main.logo-white{
    display:none;
  }

}
header#header-v2.header .top-nav-module {
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;  
}
header#header-v2.header.header--sticky .top-nav-module {
  height: 0px !important;
  padding: 0px !important;
  overflow:hidden;
}
header#header-v2.header .desktop-spacer {
  height:30px;
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}
header#header-v2.header.header--sticky .desktop-spacer {
  height:15px;
}

.header--toggle svg line{
  stroke:var(--s2-color-secondary_1);
}

@media (min-width:992px){
  
  header#header-v2 .multiple-row-container {
    max-width: 100%;
    width:100%;
    min-width: 100%;
  }
  header#header-v2 .multiple-row-container .header__logo{
    max-width: 50%;
  }
  
  header#header-v2.header--sticky .multiple-row-container .header__logo img{
    height:30px !important;
    width:auto !important;
  }
  header#header-v2 .multiple-row-container .header__navigation {
    width:100%;
    display:block;
  }
  header#header-v2 .multiple-row-container .header__logos-container {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  
  #header-v2 .header__members{
    transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
  }
  #header-v2.header--sticky .header__members{
    max-width:24%;
  }
}

@media (max-width:992px){
  #header-v2.header--sticky .header--toggle svg {
    height:20px;
  }
}
.footer {
  background-color: #343659;
  color: #FFFFFF;

  padding-top: 75px;
  padding-bottom: 20px;
}
.footer-horizonta-line {
  margin-top:100px;
  border-bottom:1px solid #FFFFFF;
  opacity:0.15;
  margin-bottom:30px;
}
@media (max-width:992px){
  .footer-horizonta-line {
    margin-top:50px;
  }
}
.footer a {
/*   color: #FFFFFF; */
  color: #FFFFFF;
}
.footer a:hover {
  color: #5EBF91;
}
.footer__menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer__menu .hs-menu-item a {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  padding:6px 0;
  margin-bottom:0;
}
.footer__menu .hs-menu-depth-1.hs-menu-depth-1>a {
  font-family: var(--s2-font-title);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-size: 1.56rem;
}

@media (min-width: 768px) {
  .footer__menu .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
  .footer__menu .hs-menu-item a {
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-top: 105px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .footer__menu .hs-menu-wrapper>ul {
    -webkit-column-gap: 8.333%;
    -moz-column-gap: 8.333%;
    column-gap: 8.333%;
  }
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer__menu .hs-menu-depth-1 {
    margin-bottom: 3rem;
  }
}


/* CUSTOM STYLE */
.footer__menu .hs-menu-item a,
.footer {
  font-size:14px;
}
@media (max-width:1400px){
  .footer__logo {
    width:143px;
    margin-right:auto;
  }
}
.footer__menu .hs-menu-wrapper>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  gap:0px 30px;
}
.footer__menu .hs-menu-wrapper>ul > li{
  width:calc(calc(100% / 2) - 15px);
}
.footer__menu .hs-menu-depth-1 > a{
  display:none;
}
.footer__menu .hs-menu-depth-2 {
  font-weight:600;
  margin-bottom:40px;
}
.footer__menu .hs-menu-depth-2 > a{
  margin-bottom:5px;
}

.footer__info a:hover,
.login-link-module a:hover,
.footer__menu .hs-menu-depth-3 > a:hover,
.footer__menu .hs-menu-depth-2 > a:hover{
  text-decoration:underline;
}
.footer__menu .hs-menu-depth-3 {
  font-weight:300;
}
@media (min-width: 1200px) {
  .footer__menu .hs-menu-depth-2 {
    margin-bottom:50px;
  }
  .footer__menu .hs-menu-depth-2 > a{
    margin-bottom:20px;
  }
  .footer__menu .hs-menu-wrapper>ul {
    gap:0px 28px;
  }
  .footer__menu .hs-menu-wrapper>ul > li{
    width:calc(calc(100% / 3) - 23px);
  }
}
.footer__menu .hs-menu-depth-1 {
    margin-bottom: 0px;
}
.footer__copyright p {
  margin:0px;
}
.footer__menu .hs-menu-depth-1:last-child .hs-menu-depth-2 {
  margin-bottom:0px;
}
.footer__menu .hs-menu-depth-2>a {
  text-transform: uppercase;
  font-family: var(--s2-font-title);
  font-weight: 800;
}
.footer .footer__info {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width:768px){
  .footer .footer__copyright {
     margin-top:30px;
  }
}
@media (max-width:1400px){
  footer.footer-no-navigation .footer__logo {
    margin: auto;
    width: auto;
  } 
}
@media (min-width:992px){
  footer.footer-no-navigation #hs_cos_wrapper_logo_ {
    display:flex;
  }
}
.footer-no-navigation.footer {
    padding-bottom: 50px;
    padding-top: 50px;
}
.footer.footer-no-navigation .footer__copyright {
  line-height:28px;
  font-weight:400;
}

@media (max-width:767px){
  .social-links {
    column-gap: 18px;
  }
}

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






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

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

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


/* Colors */

.text-primary {
  color: #343659;
}

.text-text {
  color: #51548C;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-muted {
  color: #F9F9F9;
}

.text-secondary_1 {
  color: #5EBF91;
}

.text-secondary_2 {
  color: #F28705;
}

.text-secondary_3 {
  color: #DEF241;
}

.text-secondary_4 {
  color: #51548C;
}

.text-secondary_5 {
  color: #007d7d;
}

.text-dark_2 {
  color: #1C3054;
}

.text-bright_red {
  color: #E31837;
}

.text-dark_blue {
  color: #012169;
}



/* Background Colors */

.bg-primary {
  background-color: #343659;
}

.bg-text {
  background-color: #51548C;
}

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

.bg-muted {
  background-color: #F9F9F9;
}

.bg-secondary_1 {
  background-color: #5EBF91;
}

.bg-secondary_2 {
  background-color: #F28705;
}

.bg-secondary_3 {
  background-color: #DEF241;
}

.bg-secondary_4 {
  background-color: #51548C;
}

.bg-secondary_5 {
  background-color: #007d7d;
}

.bg-dark_2 {
  background-color: #1C3054;
}

.bg-bright_red {
  background-color: #E31837;
}

.bg-dark_blue {
  background-color: #012169;
}


.bg-global-primary {
  background-color: #343659;
}

.bg-global-text {
  background-color: #51548C;
}

.bg-global-white {
  background-color: #FFFFFF;
}

.bg-global-black {
  background-color: #000000;
}

.bg-global-muted {
  background-color: #F9F9F9;
}

.bg-global-secondary_1 {
  background-color: #5EBF91;
}

.bg-global-secondary_2 {
  background-color: #F28705;
}

.bg-global-secondary_3 {
  background-color: #DEF241;
}

.bg-global-secondary_4 {
  background-color: #51548C;
}

.bg-global-secondary_5 {
  background-color: #007d7d;
}

.bg-global-dark_2 {
  background-color: #1C3054;
}

.bg-global-bright_red {
  background-color: #E31837;
}

.bg-global-dark_blue {
  background-color: #012169;
}



/* Font Families */

.font-default {
  font-family: 'open-sans', sans-serif;
}

.font-title {
  font-family: 'open-sans-condensed', serif;
}



/* Text Alignment */
.text-center {
  text-align: center;
}

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

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

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  
  .text-sm-left {
    text-align: left;
  }
  
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  
  .text-md-left {
    text-align: left;
  }
  
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  
  .text-lg-left {
    text-align: left;
  }
  
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
  
  .text-xl-left {
    text-align: left;
  }
  
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-center {
    text-align: center;
  }
  
  .text-xxl-left {
    text-align: left;
  }
  
  .text-xxl-right {
    text-align: right;
  }
}

/* Font Weight */
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}


/* Background Image */
.bg-image {
  position: relative;
}
.bg-image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-image__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-image--contain.bg-image__image {
  -o-object-fit: contain;
  object-fit: contain;
}
.bg-image--cover.bg-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-image--auto.bg-image__image {
  -o-object-fit: none;
  object-fit: none;
}
.bg-image--TOP_LEFT.bg-image__image {
  -o-object-position: top left;
  object-position: top left;
}
.bg-image--TOP_CENTER.bg-image__image {
  -o-object-position: top center;
  object-position: top center;
}
.bg-image--TOP_RIGHT.bg-image__image {
  -o-object-position: top right;
  object-position: top right;
}
.bg-image--MIDDLE_LEFT.bg-image__image {
  -o-object-position: center left;
  object-position: center left;
}
.bg-image--MIDDLE_CENTER.bg-image__image {
  -o-object-position: center center;
  object-position: center center;
}
.bg-image--MIDDLE_RIGHT.bg-image__image {
  -o-object-position: center right;
  object-position: center right;
}
.bg-image--BOTTOM_LEFT.bg-image__image {
  -o-object-position: bottom left;
  object-position: bottom left;
}
.bg-image--BOTTOM_CENTER.bg-image__image {
  -o-object-position: bottom center;
  object-position: bottom center;
}
.bg-image--BOTTOM_RIGHT.bg-image__image {
  -o-object-position: bottom right;
  object-position: bottom right;
}
/* Related Updated FILES 
 * _button.css
 * menu module
 * _popup.css
 * _forms.css
 * Social Links (social-follow)
 *    02 - Copy Image 
      35-tab-content-new 
      13-tournament-news
      14-headline-news
      32-cta-cards-new
      39 - Board
      64-testimonials
      65-countdown
      34-benefits-new
      67-video-module
      image-content
      68 - Image Carousel
      Top Nav
      Social Links (social-follow)
 * */


.shape-divider{
  display:none!important;
}


h1, h2, h3, h4, h5, h6 {
  color:#434573;
}


/*       Search */
.hs-search-field__input{
  font-family: open-sans-condensed, sans-serif !important;
}

/*    Top nav    */
#hs_cos_wrapper_top_nav .color-white.link:hover{
  color: var(--s2-color-secondary_1);
}
#hs_cos_wrapper_top_nav .link,
#hs_cos_wrapper_top_nav .hs-search-field__input {
  text-transform: none;
}
.hs-search-field ::-webkit-input-placeholder {
  letter-spacing: 0;
  text-transform: uppercase;
}
.hs-search-field ::-moz-placeholder {
  letter-spacing: 0;
  text-transform: uppercase;
}
.hs-search-field :-ms-input-placeholder {
  letter-spacing: 0;
  text-transform: uppercase;
}
.hs-search-field ::-ms-input-placeholder {
  letter-spacing: 0;
  text-transform: uppercase;
}
.hs-search-field ::placeholder {
  letter-spacing: 0;
  text-transform: uppercase;
}
.t_faqs .t-question .icon svg path{
  stroke:var(--s2-color-secondary_1)!important;
}
#hs_cos_wrapper_right-navigation .menu .menu__link:hover, 
#hs_cos_wrapper_right-navigation .menu .menu__link:focus{
  color:var(--s2-color-secondary_1)!important;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  width: auto;
  min-width: 350px;
  padding: 15px;
  margin-top: 15px;
  border: none !important;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  font-size: 16px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner,
#hs-eu-cookie-confirmation,
#hs-eu-cookie-confirmation-inner,
#hs-eu-policy-wording{
  border-radius:0px !important;
  font-family: open-sans,sans-serif!important;
}

#hs-eu-confirmation-button,
#hs-eu-decline-button {
  border-radius:0px !important;
  font-family: open-sans-condensed,sans-serif!important;
}

.team_block-back-inner .t-title{
  color:var(--s2-color-secondary_2)!important;
}

h3.mb-3,
h2.mb-3,
h1.mb-3{
  margin-bottom:20px!important;
  
}

#header-v2 nav.menu--desktop .menu__item--depth-1:nth-last-child(2) a,
#header-v2 nav.menu--desktop .menu__item--depth-1:nth-last-child(1) a{
  border-width:2px!important; 
}



.post-content p a,
.t_faqs ul li a,
.t_faqs ul li a span{
  color:var(--s2-color-secondary_1)!important;
}

.t_faqs ul li a,
.t_faqs .t-question{
  font-weight:700!important;
}


/* .bordered-link:after, .comment-reply-to.hs-button:after, .link.back:before, .link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath stroke='%235ebf91' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.02 6 8 12 1.98 6'/%3E%3C/svg%3E");
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 0px;
  height: 15px;
  width: 16px;
  margin-left: 5px;
} */



#header-v2 nav.menu--desktop .menu__item--depth-1:nth-last-child(2) a:hover{
  background-color: var(--s2-color-secondary_4)!important;
  border-color: var(--s2-color-secondary_4)!important;
  color:#fff!important;
}
#header-v2 nav.menu--desktop .menu__item--depth-1:last-child a:hover{
  background-color: transparent!important;
  border-color: var(--s2-color-secondary_4)!important;
  color: var(--s2-color-secondary_4)!important;
}

header#header-v2 .menu__submenu--level-2 > li.menu__item > button.menu__child-toggle.no-button {
  top: 23px;
  display:none !important;
}
header#header-v2 ul.menu__submenu.menu__submenu--level-3.no-list.menu__submenu {
  left: 0;
  position: relative;
  padding-left: 11px !important;
  box-shadow: none;
  background: #f9f9f9 !important;
  display:block !important;
}
.menu__item--depth-2:hover ul.menu__submenu.menu__submenu--level-3 a, 
.menu__item--depth-2:hover ul.menu__submenu.menu__submenu--level-3 span {
  background: #f9f9f9 !important;
}
@media (max-width:992px){
  header#header-v2 .menu__submenu--level-3 .menu__item .menu__link {
    padding: .3rem 3rem;
  }
  .menu__submenu--level-3 .menu__item .menu__link {
    padding-left: 40px !important;
    padding-right: 20px !important;
    font-size: 0.9rem;
  }
  header#header-v2 .menu__item--depth-1 > .menu__link {
    font-size:1.1rem;
  }
  header#header-v2 .menu__item--depth-2 > .menu__link {
    font-size:1rem;
    padding-right: 20px !important;
  }
  header#header-v2 .menu__item--depth-2 {
    /*     border-left:2px solid #e8edf2; */
  }
  header#header-v2 ul.menu__submenu.menu__submenu--level-3.no-list.menu__submenu {
    left: 0;
    position: relative;
    padding-left: 0px !important;
    box-shadow: none;
    background: #fff !important;
    display:block !important;
  }
  .menu__item--depth-2:hover ul.menu__submenu.menu__submenu--level-3 a, 
  .menu__item--depth-2:hover ul.menu__submenu.menu__submenu--level-3 span {
    background: #fff !important;
  }

}