@charset "UTF-8";

@view-transition {
  navigation: auto;
}

html {
  box-sizing: border-box;
}

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

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #f9cb94;
  color: #000;
  padding: 3px;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* 1, 3 */
}

header,
footer {
  flex: none;
  /* 2 */
}

main {
  flex: 1 0 auto;
  /* 2 */
  padding: 0;
  width: 100%;
}

main::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: 0;
  height: 0px;
  visibility: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

header {
  margin-top: 0;
}

body {
  color: #333333;
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body .mvlri {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 5.3747712rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: #115e6e;
}

.mvlri h1,
.mvlri h2,
.mvlri h3,
.mvlri h4,
.mvlri h5,
.mvlri h6 {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mvlri h1.font-oxygen,
.mvlri h2.font-oxygen,
.mvlri h3.font-oxygen,
.mvlri h4.font-oxygen,
.mvlri h5.font-oxygen,
.mvlri h6.font-oxygen {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mvlri h1.font-franklin,
.mvlri h2.font-franklin,
.mvlri h3.font-franklin,
.mvlri h4.font-franklin,
.mvlri h5.font-franklin,
.mvlri h6.font-franklin {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #093C44;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #093C44;
}

h1 a.font-orange,
h2 a.font-orange,
h3 a.font-orange,
h4 a.font-orange,
h5 a.font-orange,
h6 a.font-orange {
  color: #A8462A;
}

h1 a.font-orange:hover,
h1 a.font-orange:focus,
h2 a.font-orange:hover,
h2 a.font-orange:focus,
h3 a.font-orange:hover,
h3 a.font-orange:focus,
h4 a.font-orange:hover,
h4 a.font-orange:focus,
h5 a.font-orange:hover,
h5 a.font-orange:focus,
h6 a.font-orange:hover,
h6 a.font-orange:focus {
  color: #A8462A;
}

h1 a.font-green,
h2 a.font-green,
h3 a.font-green,
h4 a.font-green,
h5 a.font-green,
h6 a.font-green {
  color: #b6cc33;
}

h1 a.font-green:hover,
h1 a.font-green:focus,
h2 a.font-green:hover,
h2 a.font-green:focus,
h3 a.font-green:hover,
h3 a.font-green:focus,
h4 a.font-green:hover,
h4 a.font-green:focus,
h5 a.font-green:hover,
h5 a.font-green:focus,
h6 a.font-green:hover,
h6 a.font-green:focus {
  color: #b6cc33;
}

h1 a.font-teal,
h2 a.font-teal,
h3 a.font-teal,
h4 a.font-teal,
h5 a.font-teal,
h6 a.font-teal {
  color: #2e8d98;
}

h1 a.font-teal:hover,
h1 a.font-teal:focus,
h2 a.font-teal:hover,
h2 a.font-teal:focus,
h3 a.font-teal:hover,
h3 a.font-teal:focus,
h4 a.font-teal:hover,
h4 a.font-teal:focus,
h5 a.font-teal:hover,
h5 a.font-teal:focus,
h6 a.font-teal:hover,
h6 a.font-teal:focus {
  color: #2e8d98;
}

h1 a.font-dark-teal,
h2 a.font-dark-teal,
h3 a.font-dark-teal,
h4 a.font-dark-teal,
h5 a.font-dark-teal,
h6 a.font-dark-teal {
  color: #115e6e;
}

h1 a.font-dark-teal:hover,
h1 a.font-dark-teal:focus,
h2 a.font-dark-teal:hover,
h2 a.font-dark-teal:focus,
h3 a.font-dark-teal:hover,
h3 a.font-dark-teal:focus,
h4 a.font-dark-teal:hover,
h4 a.font-dark-teal:focus,
h5 a.font-dark-teal:hover,
h5 a.font-dark-teal:focus,
h6 a.font-dark-teal:hover,
h6 a.font-dark-teal:focus {
  color: #115e6e;
}

h1 a.font-light-gray,
h2 a.font-light-gray,
h3 a.font-light-gray,
h4 a.font-light-gray,
h5 a.font-light-gray,
h6 a.font-light-gray {
  color: #e2e2e3;
}

h1 a.font-light-gray:hover,
h1 a.font-light-gray:focus,
h2 a.font-light-gray:hover,
h2 a.font-light-gray:focus,
h3 a.font-light-gray:hover,
h3 a.font-light-gray:focus,
h4 a.font-light-gray:hover,
h4 a.font-light-gray:focus,
h5 a.font-light-gray:hover,
h5 a.font-light-gray:focus,
h6 a.font-light-gray:hover,
h6 a.font-light-gray:focus {
  color: #e2e2e3;
}

h1 a.font-light-teal,
h2 a.font-light-teal,
h3 a.font-light-teal,
h4 a.font-light-teal,
h5 a.font-light-teal,
h6 a.font-light-teal {
  color: #79e1ed;
}

h1 a.font-light-teal:hover,
h1 a.font-light-teal:focus,
h2 a.font-light-teal:hover,
h2 a.font-light-teal:focus,
h3 a.font-light-teal:hover,
h3 a.font-light-teal:focus,
h4 a.font-light-teal:hover,
h4 a.font-light-teal:focus,
h5 a.font-light-teal:hover,
h5 a.font-light-teal:focus,
h6 a.font-light-teal:hover,
h6 a.font-light-teal:focus {
  color: #79e1ed;
}

h1 a.font-lightest-gray,
h2 a.font-lightest-gray,
h3 a.font-lightest-gray,
h4 a.font-lightest-gray,
h5 a.font-lightest-gray,
h6 a.font-lightest-gray {
  color: #f6f6f6;
}

h1 a.font-lightest-gray:hover,
h1 a.font-lightest-gray:focus,
h2 a.font-lightest-gray:hover,
h2 a.font-lightest-gray:focus,
h3 a.font-lightest-gray:hover,
h3 a.font-lightest-gray:focus,
h4 a.font-lightest-gray:hover,
h4 a.font-lightest-gray:focus,
h5 a.font-lightest-gray:hover,
h5 a.font-lightest-gray:focus,
h6 a.font-lightest-gray:hover,
h6 a.font-lightest-gray:focus {
  color: #f6f6f6;
}

h1 a.font-dark-gray,
h2 a.font-dark-gray,
h3 a.font-dark-gray,
h4 a.font-dark-gray,
h5 a.font-dark-gray,
h6 a.font-dark-gray {
  color: #414042;
}

h1 a.font-dark-gray:hover,
h1 a.font-dark-gray:focus,
h2 a.font-dark-gray:hover,
h2 a.font-dark-gray:focus,
h3 a.font-dark-gray:hover,
h3 a.font-dark-gray:focus,
h4 a.font-dark-gray:hover,
h4 a.font-dark-gray:focus,
h5 a.font-dark-gray:hover,
h5 a.font-dark-gray:focus,
h6 a.font-dark-gray:hover,
h6 a.font-dark-gray:focus {
  color: #414042;
}

.background__color h1,
.background__color h2,
.background__color h3,
.background__color h4,
.background__color h5,
.background__color h6 {
  color: #fff;
}

.background__color h1 a,
.background__color h2 a,
.background__color h3 a,
.background__color h4 a,
.background__color h5 a,
.background__color h6 a {
  color: #fff;
  text-decoration: underline;
}

.background__color h1 a:hover,
.background__color h1 a:focus,
.background__color h2 a:hover,
.background__color h2 a:focus,
.background__color h3 a:hover,
.background__color h3 a:focus,
.background__color h4 a:hover,
.background__color h4 a:focus,
.background__color h5 a:hover,
.background__color h5 a:focus,
.background__color h6 a:hover,
.background__color h6 a:focus {
  color: #fff;
  text-decoration-color: #A8462A;
}

.background__color h1 a.font-orange,
.background__color h2 a.font-orange,
.background__color h3 a.font-orange,
.background__color h4 a.font-orange,
.background__color h5 a.font-orange,
.background__color h6 a.font-orange {
  color: #A8462A;
}

.background__color h1 a.font-orange:hover,
.background__color h1 a.font-orange:focus,
.background__color h2 a.font-orange:hover,
.background__color h2 a.font-orange:focus,
.background__color h3 a.font-orange:hover,
.background__color h3 a.font-orange:focus,
.background__color h4 a.font-orange:hover,
.background__color h4 a.font-orange:focus,
.background__color h5 a.font-orange:hover,
.background__color h5 a.font-orange:focus,
.background__color h6 a.font-orange:hover,
.background__color h6 a.font-orange:focus {
  color: #A8462A;
}

.contrast-mode .background__color h1 a.font-orange,
.contrast-mode .background__color h2 a.font-orange,
.contrast-mode .background__color h3 a.font-orange,
.contrast-mode .background__color h4 a.font-orange,
.contrast-mode .background__color h5 a.font-orange,
.contrast-mode .background__color h6 a.font-orange {
  color: #A8462A;
}

.contrast-mode .background__color h1 a.font-orange:hover,
.contrast-mode .background__color h1 a.font-orange:focus,
.contrast-mode .background__color h2 a.font-orange:hover,
.contrast-mode .background__color h2 a.font-orange:focus,
.contrast-mode .background__color h3 a.font-orange:hover,
.contrast-mode .background__color h3 a.font-orange:focus,
.contrast-mode .background__color h4 a.font-orange:hover,
.contrast-mode .background__color h4 a.font-orange:focus,
.contrast-mode .background__color h5 a.font-orange:hover,
.contrast-mode .background__color h5 a.font-orange:focus,
.contrast-mode .background__color h6 a.font-orange:hover,
.contrast-mode .background__color h6 a.font-orange:focus {
  color: #000;
}

.background__color h1 a.font-green,
.background__color h2 a.font-green,
.background__color h3 a.font-green,
.background__color h4 a.font-green,
.background__color h5 a.font-green,
.background__color h6 a.font-green {
  color: #b6cc33;
}

.background__color h1 a.font-green:hover,
.background__color h1 a.font-green:focus,
.background__color h2 a.font-green:hover,
.background__color h2 a.font-green:focus,
.background__color h3 a.font-green:hover,
.background__color h3 a.font-green:focus,
.background__color h4 a.font-green:hover,
.background__color h4 a.font-green:focus,
.background__color h5 a.font-green:hover,
.background__color h5 a.font-green:focus,
.background__color h6 a.font-green:hover,
.background__color h6 a.font-green:focus {
  color: #b6cc33;
}

.contrast-mode .background__color h1 a.font-green,
.contrast-mode .background__color h2 a.font-green,
.contrast-mode .background__color h3 a.font-green,
.contrast-mode .background__color h4 a.font-green,
.contrast-mode .background__color h5 a.font-green,
.contrast-mode .background__color h6 a.font-green {
  color: #485114;
}

.contrast-mode .background__color h1 a.font-green:hover,
.contrast-mode .background__color h1 a.font-green:focus,
.contrast-mode .background__color h2 a.font-green:hover,
.contrast-mode .background__color h2 a.font-green:focus,
.contrast-mode .background__color h3 a.font-green:hover,
.contrast-mode .background__color h3 a.font-green:focus,
.contrast-mode .background__color h4 a.font-green:hover,
.contrast-mode .background__color h4 a.font-green:focus,
.contrast-mode .background__color h5 a.font-green:hover,
.contrast-mode .background__color h5 a.font-green:focus,
.contrast-mode .background__color h6 a.font-green:hover,
.contrast-mode .background__color h6 a.font-green:focus {
  color: #485114;
}

.background__color h1 a.font-teal,
.background__color h2 a.font-teal,
.background__color h3 a.font-teal,
.background__color h4 a.font-teal,
.background__color h5 a.font-teal,
.background__color h6 a.font-teal {
  color: #2e8d98;
}

.background__color h1 a.font-teal:hover,
.background__color h1 a.font-teal:focus,
.background__color h2 a.font-teal:hover,
.background__color h2 a.font-teal:focus,
.background__color h3 a.font-teal:hover,
.background__color h3 a.font-teal:focus,
.background__color h4 a.font-teal:hover,
.background__color h4 a.font-teal:focus,
.background__color h5 a.font-teal:hover,
.background__color h5 a.font-teal:focus,
.background__color h6 a.font-teal:hover,
.background__color h6 a.font-teal:focus {
  color: #2e8d98;
}

.contrast-mode .background__color h1 a.font-teal,
.contrast-mode .background__color h2 a.font-teal,
.contrast-mode .background__color h3 a.font-teal,
.contrast-mode .background__color h4 a.font-teal,
.contrast-mode .background__color h5 a.font-teal,
.contrast-mode .background__color h6 a.font-teal {
  color: #115e6e;
}

.contrast-mode .background__color h1 a.font-teal:hover,
.contrast-mode .background__color h1 a.font-teal:focus,
.contrast-mode .background__color h2 a.font-teal:hover,
.contrast-mode .background__color h2 a.font-teal:focus,
.contrast-mode .background__color h3 a.font-teal:hover,
.contrast-mode .background__color h3 a.font-teal:focus,
.contrast-mode .background__color h4 a.font-teal:hover,
.contrast-mode .background__color h4 a.font-teal:focus,
.contrast-mode .background__color h5 a.font-teal:hover,
.contrast-mode .background__color h5 a.font-teal:focus,
.contrast-mode .background__color h6 a.font-teal:hover,
.contrast-mode .background__color h6 a.font-teal:focus {
  color: #115e6e;
}

.background__color h1 a.font-dark-teal,
.background__color h2 a.font-dark-teal,
.background__color h3 a.font-dark-teal,
.background__color h4 a.font-dark-teal,
.background__color h5 a.font-dark-teal,
.background__color h6 a.font-dark-teal {
  color: #115e6e;
}

.background__color h1 a.font-dark-teal:hover,
.background__color h1 a.font-dark-teal:focus,
.background__color h2 a.font-dark-teal:hover,
.background__color h2 a.font-dark-teal:focus,
.background__color h3 a.font-dark-teal:hover,
.background__color h3 a.font-dark-teal:focus,
.background__color h4 a.font-dark-teal:hover,
.background__color h4 a.font-dark-teal:focus,
.background__color h5 a.font-dark-teal:hover,
.background__color h5 a.font-dark-teal:focus,
.background__color h6 a.font-dark-teal:hover,
.background__color h6 a.font-dark-teal:focus {
  color: #115e6e;
}

.background__color h1 a.font-light-gray,
.background__color h2 a.font-light-gray,
.background__color h3 a.font-light-gray,
.background__color h4 a.font-light-gray,
.background__color h5 a.font-light-gray,
.background__color h6 a.font-light-gray {
  color: #e2e2e3;
}

.background__color h1 a.font-light-gray:hover,
.background__color h1 a.font-light-gray:focus,
.background__color h2 a.font-light-gray:hover,
.background__color h2 a.font-light-gray:focus,
.background__color h3 a.font-light-gray:hover,
.background__color h3 a.font-light-gray:focus,
.background__color h4 a.font-light-gray:hover,
.background__color h4 a.font-light-gray:focus,
.background__color h5 a.font-light-gray:hover,
.background__color h5 a.font-light-gray:focus,
.background__color h6 a.font-light-gray:hover,
.background__color h6 a.font-light-gray:focus {
  color: #e2e2e3;
}

.background__color h1 a.font-light-teal,
.background__color h2 a.font-light-teal,
.background__color h3 a.font-light-teal,
.background__color h4 a.font-light-teal,
.background__color h5 a.font-light-teal,
.background__color h6 a.font-light-teal {
  color: #79e1ed;
}

.contrast-mode .background__color h1 a.font-light-teal,
.contrast-mode .background__color h2 a.font-light-teal,
.contrast-mode .background__color h3 a.font-light-teal,
.contrast-mode .background__color h4 a.font-light-teal,
.contrast-mode .background__color h5 a.font-light-teal,
.contrast-mode .background__color h6 a.font-light-teal {
  color: #fff;
}

.background__color h1 a.font-light-teal:hover,
.background__color h1 a.font-light-teal:focus,
.background__color h2 a.font-light-teal:hover,
.background__color h2 a.font-light-teal:focus,
.background__color h3 a.font-light-teal:hover,
.background__color h3 a.font-light-teal:focus,
.background__color h4 a.font-light-teal:hover,
.background__color h4 a.font-light-teal:focus,
.background__color h5 a.font-light-teal:hover,
.background__color h5 a.font-light-teal:focus,
.background__color h6 a.font-light-teal:hover,
.background__color h6 a.font-light-teal:focus {
  color: #79e1ed;
}

.contrast-mode .background__color h1 a.font-light-teal,
.contrast-mode .background__color h2 a.font-light-teal,
.contrast-mode .background__color h3 a.font-light-teal,
.contrast-mode .background__color h4 a.font-light-teal,
.contrast-mode .background__color h5 a.font-light-teal,
.contrast-mode .background__color h6 a.font-light-teal {
  color: #fff;
}

.contrast-mode .background__color h1 a.font-light-teal:hover,
.contrast-mode .background__color h1 a.font-light-teal:focus,
.contrast-mode .background__color h2 a.font-light-teal:hover,
.contrast-mode .background__color h2 a.font-light-teal:focus,
.contrast-mode .background__color h3 a.font-light-teal:hover,
.contrast-mode .background__color h3 a.font-light-teal:focus,
.contrast-mode .background__color h4 a.font-light-teal:hover,
.contrast-mode .background__color h4 a.font-light-teal:focus,
.contrast-mode .background__color h5 a.font-light-teal:hover,
.contrast-mode .background__color h5 a.font-light-teal:focus,
.contrast-mode .background__color h6 a.font-light-teal:hover,
.contrast-mode .background__color h6 a.font-light-teal:focus {
  color: #fff;
}

.background__color h1 a.font-lightest-gray,
.background__color h2 a.font-lightest-gray,
.background__color h3 a.font-lightest-gray,
.background__color h4 a.font-lightest-gray,
.background__color h5 a.font-lightest-gray,
.background__color h6 a.font-lightest-gray {
  color: #f6f6f6;
}

.background__color h1 a.font-lightest-gray:hover,
.background__color h1 a.font-lightest-gray:focus,
.background__color h2 a.font-lightest-gray:hover,
.background__color h2 a.font-lightest-gray:focus,
.background__color h3 a.font-lightest-gray:hover,
.background__color h3 a.font-lightest-gray:focus,
.background__color h4 a.font-lightest-gray:hover,
.background__color h4 a.font-lightest-gray:focus,
.background__color h5 a.font-lightest-gray:hover,
.background__color h5 a.font-lightest-gray:focus,
.background__color h6 a.font-lightest-gray:hover,
.background__color h6 a.font-lightest-gray:focus {
  color: #f6f6f6;
}

.background__color h1 a.font-dark-gray,
.background__color h2 a.font-dark-gray,
.background__color h3 a.font-dark-gray,
.background__color h4 a.font-dark-gray,
.background__color h5 a.font-dark-gray,
.background__color h6 a.font-dark-gray {
  color: #414042;
}

.background__color h1 a.font-dark-gray:hover,
.background__color h1 a.font-dark-gray:focus,
.background__color h2 a.font-dark-gray:hover,
.background__color h2 a.font-dark-gray:focus,
.background__color h3 a.font-dark-gray:hover,
.background__color h3 a.font-dark-gray:focus,
.background__color h4 a.font-dark-gray:hover,
.background__color h4 a.font-dark-gray:focus,
.background__color h5 a.font-dark-gray:hover,
.background__color h5 a.font-dark-gray:focus,
.background__color h6 a.font-dark-gray:hover,
.background__color h6 a.font-dark-gray:focus {
  color: #414042;
}

.background__color h1.font-orange,
.background__color h2.font-orange,
.background__color h3.font-orange,
.background__color h4.font-orange,
.background__color h5.font-orange,
.background__color h6.font-orange {
  color: #A8462A;
}

.contrast-mode .background__color h1.font-orange,
.contrast-mode .background__color h2.font-orange,
.contrast-mode .background__color h3.font-orange,
.contrast-mode .background__color h4.font-orange,
.contrast-mode .background__color h5.font-orange,
.contrast-mode .background__color h6.font-orange {
  color: #A8462A;
}

.background__color h1.font-green,
.background__color h2.font-green,
.background__color h3.font-green,
.background__color h4.font-green,
.background__color h5.font-green,
.background__color h6.font-green {
  color: #b6cc33;
}

.contrast-mode .background__color h1.font-green,
.contrast-mode .background__color h2.font-green,
.contrast-mode .background__color h3.font-green,
.contrast-mode .background__color h4.font-green,
.contrast-mode .background__color h5.font-green,
.contrast-mode .background__color h6.font-green {
  color: #485114;
}

.background__color h1.font-teal,
.background__color h2.font-teal,
.background__color h3.font-teal,
.background__color h4.font-teal,
.background__color h5.font-teal,
.background__color h6.font-teal {
  color: #2e8d98;
}

.contrast-mode .background__color h1.font-teal,
.contrast-mode .background__color h2.font-teal,
.contrast-mode .background__color h3.font-teal,
.contrast-mode .background__color h4.font-teal,
.contrast-mode .background__color h5.font-teal,
.contrast-mode .background__color h6.font-teal {
  color: #115e6e;
}

.background__color h1.font-dark-teal,
.background__color h2.font-dark-teal,
.background__color h3.font-dark-teal,
.background__color h4.font-dark-teal,
.background__color h5.font-dark-teal,
.background__color h6.font-dark-teal {
  color: #115e6e;
}

.background__color h1.font-light-gray,
.background__color h2.font-light-gray,
.background__color h3.font-light-gray,
.background__color h4.font-light-gray,
.background__color h5.font-light-gray,
.background__color h6.font-light-gray {
  color: #e2e2e3;
}

.background__color h1.font-light-teal,
.background__color h2.font-light-teal,
.background__color h3.font-light-teal,
.background__color h4.font-light-teal,
.background__color h5.font-light-teal,
.background__color h6.font-light-teal {
  color: #79e1ed;
}

.contrast-mode .background__color h1.font-light-teal,
.contrast-mode .background__color h2.font-light-teal,
.contrast-mode .background__color h3.font-light-teal,
.contrast-mode .background__color h4.font-light-teal,
.contrast-mode .background__color h5.font-light-teal,
.contrast-mode .background__color h6.font-light-teal {
  color: #fff;
}

.background__color h1.font-lightest-gray,
.background__color h2.font-lightest-gray,
.background__color h3.font-lightest-gray,
.background__color h4.font-lightest-gray,
.background__color h5.font-lightest-gray,
.background__color h6.font-lightest-gray {
  color: #f6f6f6;
}

.background__color h1.font-dark-gray,
.background__color h2.font-dark-gray,
.background__color h3.font-dark-gray,
.background__color h4.font-dark-gray,
.background__color h5.font-dark-gray,
.background__color h6.font-dark-gray {
  color: #414042;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #A8462A;
  text-decoration: none;
}

a.link-white:not(.btn) {
  color: #fff;
}

a.link-white:not(.btn):hover,
a.link-white:not(.btn):focus {
  color: #fff;
}

a.link-green:not(.btn) {
  color: #b6cc33;
}

a.link-green:not(.btn):hover,
a.link-green:not(.btn):focus {
  color: #b6cc33;
}

.link-white a:not(.btn) {
  color: #eee;
}

.link-white a:not(.btn):hover,
.link-white a:not(.btn):focus {
  color: #fff;
}

.link-white a:not(.btn) path {
  fill: #fff;
}

.link-green a:not(.btn) {
  color: #b6cc33;
}

.link-green a:not(.btn):hover,
.link-green a:not(.btn):focus {
  color: #b6cc33;
}

.link-green a:not(.btn) path {
  fill: #b6cc33;
}

.link-teal a:not(.btn) {
  color: #2e8d98;
}

.link-teal a:not(.btn):hover,
.link-teal a:not(.btn):focus {
  color: #2e8d98;
}

.link-teal a:not(.btn) path {
  fill: #2e8d98;
}

.link-dark-teal a:not(.btn) {
  color: #115e6e;
}

.link-dark-teal a:not(.btn):hover,
.link-dark-teal a:not(.btn):focus {
  color: #115e6e;
}

.link-dark-teal a:not(.btn) path {
  fill: #115e6e;
}

hr {
  border-bottom: 2px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

body {
  color: #222222;
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.6rem 0;
  line-height: 1.2;
}

h1.underlined:after,
h2.underlined:after,
h3.underlined:after,
h4.underlined:after,
h5.underlined:after,
h6.underlined:after,
.h1.underlined:after,
.h2.underlined:after,
.h3.underlined:after,
.h4.underlined:after,
.h5.underlined:after,
.h6.underlined:after {
  content: "";
  display: block;
  border-bottom: 2px solid #b6cc33;
  width: 10%;
  position: relative;
  top: 5px;
}

h1,
.h1 {
  font-size: 4.8rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  h1,
  .h1 {
    font-size: 3.6rem;
  }
}

h2,
.h2 {
  font-size: 3.6rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  h2,
  .h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 2.8rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  h3,
  .h3 {
    font-size: 2.4rem;
  }
}

h4,
.h4 {
  font-size: 2.4rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  h4,
  .h4 {
    font-size: 2rem;
  }
}

h5,
.h5 {
  font-size: 2.592rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  h5,
  .h5 {
    font-size: 1.8144rem;
  }
}

h6,
.h6 {
  font-size: 2.16rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  h6,
  .h6 {
    font-size: 2.16rem;
  }
}

a {
  color: #A8462A;
  text-decoration: none;
  display: inline;
}

.contrast-mode a {
  color: #222;
  text-decoration: underline !important;
}

a:hover,
a:focus,
.elementor a:hover,
.elementor a:focus {
  color: #A8462A;
  text-decoration: underline;
}

.contrast-mode a:hover,
.contrast-mode a:focus,
.contrast-mode .elementor a:hover,
.contrast-mode .elementor a:focus {
  color: #000;
  text-decoration: none !important;
}

a img {
  display: block;
}

.skip-link {
  position: absolute;
  top: -1000px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #093c44;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.skip-link:hover,
.skip-link:focus {
  color: #fff !important;
  top: 32px;
  text-decoration: underline;
}

.lead {
  font-size: 2rem;
}

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

.font-italic em {
  font-style: normal;
}

.font-bold {
  font-weight: 900;
}

.background__color a {
  color: #fff;
  text-decoration: underline !important;
}

.contrast-mode .background__color a {
  color: #fff;
  text-decoration: underline !important;
}

.contrast-mode .background__color a:hover,
.contrast-mode .background__color a:focus {
  color: #fff;
  text-decoration: underline;
}

.background__color a.font-light-teal {
  color: #79e1ed;
}

.contrast-mode .background__color a.font-light-teal {
  color: #fff;
}

p:not(:last-child) {
  margin: 0 0 1.6rem;
  font-weight: 400;
}

blockquote {
  display: block;
  font-weight: 300;
  margin: 5.6rem 0;
}

blockquote p {
  margin-bottom: 0;
}

/* ol,
ul {
  margin: 1.6rem;
  margin-right: 0;
  margin-left: 2.5rem;
  padding: 0; }
  ol li:not(.jet-menu-item):not(.menu-item),
  ul li:not(.jet-menu-item):not(.menu-item) {
    margin-bottom: 0.5rem;
    font-weight: 400; }
    ol li:not(.jet-menu-item):not(.menu-item):last-child,
    ul li:not(.jet-menu-item):not(.menu-item):last-child {
      margin-bottom: 0; } */

ul {
  margin-left: 0;
}

ul li {
  list-style: none;
}

ol>li {
  list-style: decimal;
}

hr {
  outline: none;
  border: none;
  height: 0.1rem;
  background-color: #a6a6a6;
  margin: 3.2rem 0;
}

.wysiwyg table {
  width: 100% !important;
}

figure.formatted-right td,
figure.formatted-right th,
table.formatted-right td,
table.formatted-right th {
  font-variant-numeric: tabular-nums;
}

figure.formatted-right td:not(:first-child),
figure.formatted-right th:not(:first-child),
table.formatted-right td:not(:first-child),
table.formatted-right th:not(:first-child) {
  text-align: right !important;
}

table {
  margin: 3.2rem 0;
  width: 100%;
  border-collapse: collapse;
  background-color: #f6f6f6;
}

.wysiwyg table {
  border: 0.1rem #e2e2e3 solid;
}

tr td,
tr th {
  border: 0 solid #f6f6f6;
  text-align: left;
  vertical-align: middle;
  padding: 1rem;
}

tfoot tr th,
tfoot tr td,
thead tr th,
thead tr td {
  background-color: #093c44 !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25em;
  color: #ffffff !important;
  text-transform: none;
}

tr td {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
}

tr:nth-child(2n) td {
  background-color: #fcfcfc;
}

.wp-block-table table,
.elementor-text-editor table {
  margin-bottom: 0;
}

.wp-block-table table td,
.wp-block-table table th,
.elementor-text-editor table td,
.elementor-text-editor table th {
  border: 2px solid white;
}

.wp-block-table table thead,
.wp-block-table table tfoot,
.elementor-text-editor table thead,
.elementor-text-editor table tfoot {
  border: 0;
}

.wp-block-table figcaption {
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
  color: #414042;
}

@font-face {
  font-family: 'icomoon';
  src: url("../eot/icomoona8fc.eot?6gk9qb");
  src: url("../eot/icomoond41d.eot?#iefix6gk9qb") format("embedded-opentype"), url("../woff/icomoona8fc.woff?6gk9qb") format("woff"), url("../ttf/icomoona8fc.ttf?6gk9qb") format("truetype"), url("../svg/icomoona8fc.svg?6gk9qb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.default-icon {
  font-family: 'icomoon';
  display: inline-block;
}

.default-icon:before {
  font-weight: normal;
  font-size: 1.8rem;
  color: #333333;
  font-style: normal;
}

.default-icon:hover:before {
  cursor: pointer;
  color: #1f1f1f;
  text-decoration: none;
}

.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-photo:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-exclamation-triangle:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrow-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-sqaure:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-unsorted:before {
  content: "";
}

.icon-sort-desc:before {
  content: "";
}

.icon-sort-asc:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before {
  content: "";
}

.icon-gavel:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-replay-all:before {
  content: "";
}

.icon-star-half-empty:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-chain-broken:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-elipsis-h:before {
  content: "";
}

.icon-elipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-sqaure:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-sqaure:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-caret-square-o-down:before {
  content: "";
}

.icon-caret-square-o-up:before {
  content: "";
}

.icon-caret-square-o-right:before {
  content: "";
}

.icon-euro:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-rupee:before {
  content: "";
}

.icon-yen:before {
  content: "";
}

.icon-ruble:before {
  content: "";
}

.icon-won:before {
  content: "";
}

.icon-bitcoin:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-sqaure:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-caret-square-o-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-try:before {
  content: "";
}

.icon-plus-sqaure-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-bank:before {
  content: "";
}

.icon-graduation-cap:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cude:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before {
  content: "";
}

.icon-cab:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-image-o:before {
  content: "";
}

.icon-file-archive-o:before {
  content: "";
}

.icon-file-audio-o:before {
  content: "";
}

.icon-file-movie-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-rebel:before {
  content: "";
}

.icon-empire:before {
  content: "";
}

.icon-git-sqaure:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-hacker-news:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-paper-plane-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-futbol:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-sheqel:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

.icon-buysellads:before {
  content: "";
}

.icon-connectdevelop:before {
  content: "";
}

.icon-dashcube:before {
  content: "";
}

.icon-forumbee:before {
  content: "";
}

.icon-leanpub:before {
  content: "";
}

.icon-sellsy:before {
  content: "";
}

.icon-shirtsinbulk:before {
  content: "";
}

.icon-simplybuilt:before {
  content: "";
}

.icon-skyatlas:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-cart-arrow-down:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-ship:before {
  content: "";
}

.icon-user-secret:before {
  content: "";
}

.icon-motorcycle:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

.icon-heartbeat:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-intersex:before {
  content: "";
}

.icon-transgender-alt:before {
  content: "";
}

.icon-venus-double:before {
  content: "";
}

.icon-mars-double:before {
  content: "";
}

.icon-venus-mars:before {
  content: "";
}

.icon-mars-stroke:before {
  content: "";
}

.icon-mars-stroke-v:before {
  content: "";
}

.icon-mars-stroke-h:before {
  content: "";
}

.icon-neuter:before {
  content: "";
}

.icon-genderless:before {
  content: "";
}

.icon-facebook-offcial:before {
  content: "";
}

.icon-pinterest-p:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-times:before {
  content: "";
}

.icon-hotel:before {
  content: "";
}

.icon-viacoin:before {
  content: "";
}

.icon-train:before {
  content: "";
}

.icon-subway:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-y-combinator:before {
  content: "";
}

.icon-optin-monster:before {
  content: "";
}

.icon-open-cart:before {
  content: "";
}

.icon-expeditedssl:before {
  content: "";
}

.icon-battery-4:before {
  content: "";
}

.icon-battery-3:before {
  content: "";
}

.icon-battery-2:before {
  content: "";
}

.icon-battery-1:before {
  content: "";
}

.icon-battery-0:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-i-cursor:before {
  content: "";
}

.icon-object-group:before {
  content: "";
}

.icon-object-ungroup:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-cc-job:before {
  content: "";
}

.icon-cc-diners-club:before {
  content: "";
}

.icon-clone:before {
  content: "";
}

.icon-balance-scale:before {
  content: "";
}

.icon-hourglass-o:before {
  content: "";
}

.icon-hourglass-1:before {
  content: "";
}

.icon-hourglass-2:before {
  content: "";
}

.icon-hourglass-3:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-hand-grab-o:before {
  content: "";
}

.icon-hand-paper-o:before {
  content: "";
}

.icon-hand-scissors-o:before {
  content: "";
}

.icon-hand-lizard-o:before {
  content: "";
}

.icon-hand-spock-o:before {
  content: "";
}

.icon-hand-pointer-o:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-trademark:before {
  content: "";
}

.icon-registered:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-gg:before {
  content: "";
}

.icon-gg-circle:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-odnoklassniki:before {
  content: "";
}

.icon-odnoklassniki-square:before {
  content: "";
}

.icon-get-pocket:before {
  content: "";
}

.icon-wikipedia:before {
  content: "";
}

.icon-safari:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-internet-explorer:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-contao:before {
  content: "";
}

.icon-500px:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-calendar-plus-o:before {
  content: "";
}

.icon-calendar-minus-o:before {
  content: "";
}

.icon-calendar-times-o:before {
  content: "";
}

.icon-calendar-check-o:before {
  content: "";
}

.icon-industry:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

.icon-map-o:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-commenting-o:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-black-tie:before {
  content: "";
}

.icon-fonticons:before {
  content: "";
}

.icon-reddit-alien:before {
  content: "";
}

.icon-edge:before {
  content: "";
}

.icon-redit-card-alt:before {
  content: "";
}

.icon-codeiepie:before {
  content: "";
}

.icon-modx:before {
  content: "";
}

.icon-fort-awesome:before {
  content: "";
}

.icon-usb:before {
  content: "";
}

.icon-product-hunt:before {
  content: "";
}

.icon-mixcloud:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-pause-circle:before {
  content: "";
}

.icon-pause-circle-o:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-stop-circle-o:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-shopping-basket:before {
  content: "";
}

.icon-hashtag:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-bluetooth-b:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.alert {
  padding: 20px;
  line-height: 1.25em;
}

.alert.alert-warning {
  background: #AC6206;
  color: white;
}

a.btn,
.btn,
input.button {
  text-align: center;
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1.5rem 3rem 1.5rem 3rem;
  border-radius: 0;
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-transform: none;
  border: none;
  background-color: #f7931d;
}

@media screen and (min-width: 0) and (max-width: 600px) {

  a.btn,
  .btn,
  input.button {
    width: 100%;
  }
}

.contrast-mode a.btn,
.contrast-mode .btn,
.contrast-mode input.button {
  background-color: #AC6206;
  color: #fff;
}

.contrast-mode a.btn:hover,
.contrast-mode a.btn:focus,
.contrast-mode .btn:hover,
.contrast-mode .btn:focus,
.contrast-mode input.button:hover,
.contrast-mode input.button:focus {
  background-color: #000;
  color: #fff;
}

a.btn:hover,
a.btn:focus,
.btn:hover,
.btn:focus,
input.button:hover,
input.button:focus {
  text-decoration: none;
  border: none;
  background-color: #AC6206;
}

a.btn-primary,
.btn-primary {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  text-transform: none;
  border: 0.1rem solid #163D53;
  background-color: #163D53;
}

a.btn-primary:hover,
a.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
  border: 0.1rem solid #163D53;
  color: #fff;
  background-color: #061117;
  border: 0.1rem solid #061117;
}

a.btn-secondary,
.btn-secondary {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  text-transform: none;
  border: 0.1rem solid #f7931d;
  background-color: #f7931d;
}

a.btn-secondary:hover,
a.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  text-decoration: none;
  border: 0.1rem solid #f7931d;
  color: #f7931d;
  background-color: #c16b07;
  border: 0.1rem solid #c16b07;
}

.btn-block {
  display: block;
}

.btn-right-align {
  float: right;
}

.btn-right-align::after {
  clear: both;
  content: "";
  display: table;
}

.background__color-orange a.btn,
.background__is-orange a.btn,
.background__color.orange a.btn {
  background-color: #fff;
  color: #f7931d;
}

.contrast-mode .background__color-orange a.btn,
.contrast-mode .background__is-orange a.btn,
.contrast-mode .background__color.orange a.btn {
  color: #000;
}

.background__color-orange a.btn:hover,
.background__color-orange a.btn:focus,
.background__is-orange a.btn:hover,
.background__is-orange a.btn:focus,
.background__color.orange a.btn:hover,
.background__color.orange a.btn:focus {
  background-color: #feecd8;
}

.contrast-mode .background__color .btn {
  background-color: #fff;
  color: #000;
}

.contrast-mode .background__color .btn:hover,
.contrast-mode .background__color .btn:focus {
  background-color: #fef3e6;
  color: #000;
}

.contrast-mode a.btn.btn-contrast {
  background-color: #fff;
  color: #AC6206;
}

.contrast-mode a.btn.btn-contrast:hover,
.contrast-mode a.btn.btn-contrast:focus {
  background-color: #fef3e6;
  color: #AC6206;
}

.contrast-mode .container__input-with-button .btn {
  background-color: #AC6206;
  color: #fff;
}

.contrast-mode .container__input-with-button .btn:hover,
.contrast-mode .container__input-with-button .btn:focus {
  background-color: #dd7e08;
  color: #fff;
}

.accordion {
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}

.accordion>*+* {
  border-top: 1px solid #e2e2e3;
}

.accordion-trigger {
  background: #115e6e;
  border: 0;
  color: white;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding: 2rem 3rem;
  position: relative;
  text-align: left;
  width: 100%;
  border-radius: 4px;
}

.accordion dt:first-child .accordion-trigger {
  border-radius: 4px;
}

.accordion dt:first-child .accordion-trigger[aria-expanded="true"] {
  border-radius: 4px 4px 0 0;
  background: #093c44;
}

.accordion dt:first-child .accordion-trigger[aria-expanded="true"] .accordion-icon {
  -webkit-transform: translateY(-35%) rotate(-135deg);
  transform: translateY(-35%) rotate(-135deg);
}

.accordion-trigger:focus,
.accordion-trigger:hover {
  background: #2e8d98 !important;
}

.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: white;
}

.accordion-title {
  display: block;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8295099/ */
  pointer-events: none;
}

.accordion-icon {
  border: solid white;
  border-width: 0 3px 3px 0;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  width: 1rem;
}

.accordion-panel {
  margin: 0;
  padding: 3rem;
  background-color: #f6f6f6;
}

.accordion-panel>*:first-child {
  margin-top: 0 !important;
}

.accordion-panel>*:last-child {
  margin-bottom: 0 !important;
}

.accordion-panel[hidden] {
  display: none;
}

img,
picture,
iframe {
  max-width: 100%;
  height: auto;
}

.QSISlider iframe {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .media-card {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

  .media-card .card-image {
    max-width: 34%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .media-card .card-content p:last-child {
    margin-bottom: 0px;
  }
}

.alignfull {
  margin: 30px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
  border-radius: 0px !important;
}

.alignfull img {
  width: 100% !important;
  max-width: 100vw !important;
}

.alignwide {
  margin: 30px calc(25% - 25vw) !important;
  max-width: 100vw !important;
  width: calc(50% + 50vw) !important;
}

.alignwide img {
  width: 100% !important;
  max-width: 100vw !important;
}

@media screen and (max-width: 769px) {
  .alignwide {
    margin: 30px 0;
    max-width: 100vw;
  }
}

body {
  accent-color: #f7941d;
}

.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="password"],
.gform_body input[type="color"],
.gform_body input[type="date"],
.gform_body input[type="datetime-local"],
.gform_body input[type="month"],
.gform_body input[type="number"],
.gform_body input[type="range"],
.gform_body input[type="time"],
.gform_body input[type="tel"],
.gform_body textarea {
  border: 0.1rem solid #e2e2e3;
}

.background__color .gform_body input[type="text"],
.background__color .gform_body input[type="email"],
.background__color .gform_body input[type="password"],
.background__color .gform_body input[type="color"],
.background__color .gform_body input[type="date"],
.background__color .gform_body input[type="datetime-local"],
.background__color .gform_body input[type="month"],
.background__color .gform_body input[type="number"],
.background__color .gform_body input[type="range"],
.background__color .gform_body input[type="time"],
.background__color .gform_body input[type="tel"],
.background__color .gform_body textarea {
  border: 0 solid #e2e2e3;
}

.background__color .gform_body label {
  color: #fff;
}

.mvlri .gform_body label {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  font-weight: 700;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  padding-left: 3rem !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label,
.gform_wrapper ul.gfield_radio li input[type=radio]+label {
  line-height: 2.5rem !important;
  margin-top: .28rem;
  margin-bottom: .28rem;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  line-height: 2.5rem !important;
  margin-top: .28rem;
  margin-bottom: .28rem;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  overflow: visible;
}

.gform_footer input {
  background-color: #f7931d;
  color: #fff;
}

.gform_footer input:hover,
.gform_footer input:focus {
  background-color: #AC6206;
}

.contrast-mode .gform_footer input {
  background-color: #AC6206;
}

.contrast-mode .gform_footer input:hover,
.contrast-mode .gform_footer input:focus {
  background-color: #000;
}

.background__color.background__color-orange .gform_footer input {
  background-color: #fff;
  color: #f7931d;
}

.background__color.background__color-orange .gform_footer input:hover,
.background__color.background__color-orange .gform_footer input:focus {
  background-color: #fef3e6;
}

.contrast-mode .background__color .gform_footer input {
  background-color: #fff;
  color: #000;
}

.contrast-mode .background__color .gform_footer input:hover,
.contrast-mode .background__color .gform_footer input:focus {
  background-color: #fef3e6;
}

.container__sign-up *:not(input) {
  padding: 0 !important;
  margin: 0 !important;
}

.container__sign-up .gform_body>ul {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.container__sign-up .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.container__sign-up .gform_body input {
  border-radius: 0px;
  padding: 1rem !important;
  width: 100% !important;
}

.mvlri .container__sign-up .gform_body input {
  border-top: 0.1rem solid #e2e2e3 !important;
  border-left: 0.1rem solid #e2e2e3;
  border-bottom: 0.1rem solid #e2e2e3;
}

.container__sign-up .gform_footer {
  padding-top: 1em !important;
}

.container__sign-up .gform_footer input {
  background-color: #f7931d !important;
  color: #fff !important;
  border-radius: 0;
  position: relative;
  width: 100% !important;
  padding: 1rem !important;
}

.container__sign-up .gform_footer input:hover,
.container__sign-up .gform_footer input:focus {
  background-color: #AC6206 !important;
}

.contrast-mode .container__sign-up .gform_footer input {
  background-color: #AC6206 !important;
}

.contrast-mode .container__sign-up .gform_footer input:hover,
.contrast-mode .container__sign-up .gform_footer input:focus {
  background-color: black !important;
  color: #fff !important;
}

.container__sign-up .ginput_container_text input {
  height: 5rem !important;
}

.container__sign-up #field_18_11 .gfield_label,
.container__sign-up #field_18_11 label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.container__sign-up .ginput_container_name {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.container__sign-up .ginput_complex {
  width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.container__sign-up .ginput_complex .name_first,
.container__sign-up .ginput_complex .name_last {
  width: 100% !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.container__sign-up .ginput_container_email {
  padding-bottom: 0em !important;
}

.gfield_radio li,
.gfield_checkbox li,
.checkbox li,
.radio li {
  position: relative;
}

.gfield_radio li:first-child,
.gfield_checkbox li:first-child,
.checkbox li:first-child,
.radio li:first-child {
  margin-top: 1rem;
}

.gfield_radio li:last-child,
.gfield_checkbox li:last-child,
.checkbox li:last-child,
.radio li:last-child {
  margin-bottom: 0;
}

.gfield_radio li label,
.gfield_checkbox li label,
.checkbox li label,
.radio li label {
  padding-left: 4rem;
  display: inline-block;
  cursor: pointer;
  line-height: 1.4;
}

.gfield_radio li label:before,
.gfield_radio li label:after,
.gfield_checkbox li label:before,
.gfield_checkbox li label:after,
.checkbox li label:before,
.checkbox li label:after,
.radio li label:before,
.radio li label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.gfield_radio li label:before,
.gfield_checkbox li label:before,
.checkbox li label:before,
.radio li label:before {
  opacity: 0;
  z-index: 1;
}

.gfield_radio li label:after,
.gfield_checkbox li label:after,
.checkbox li label:after,
.radio li label:after {
  z-index: 0;
  background: #fff;
}

.gfield_checkbox li label:after,
.checkbox li label:after {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #414042;
  border-radius: 2px;
}

.gfield_checkbox li label:before,
.checkbox li label:before {
  width: .6rem;
  height: 1.5rem;
  border: solid #b6cc33;
  border-width: 0 .3rem .3rem 0;
  left: 1.1rem;
  top: .4rem;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.gfield_checkbox input[type="checkbox"]:checked+label:before,
.checkbox input[type="checkbox"]:checked+label:before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.gfield_checkbox input[type="checkbox"]:checked:focus+label:after,
.checkbox input[type="checkbox"]:checked:focus+label:after {
  border-width: 2px !important;
}

.gfield_checkbox input[type="checkbox"]:hover:not(:checked)+label:after,
.gfield_checkbox input[type="checkbox"]:focus:not(:checked)+label:after,
.checkbox input[type="checkbox"]:hover:not(:checked)+label:after,
.checkbox input[type="checkbox"]:focus:not(:checked)+label:after {
  border-width: 2px !important;
}

.gfield_checkbox input[type="checkbox"]:hover:not(:checked)+label:before,
.gfield_checkbox input[type="checkbox"]:focus:not(:checked)+label:before,
.checkbox input[type="checkbox"]:hover:not(:checked)+label:before,
.checkbox input[type="checkbox"]:focus:not(:checked)+label:before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(0.75);
  transform: rotate(45deg) scale(0.75);
  border-color: #ccc;
}

.gfield_checkbox input[type="checkbox"],
.gfield_checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 2.7rem;
  height: 2.7rem;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.gfield_radio li label:after {
  width: 28px;
  height: 27px;
  border-radius: 100%;
  top: 2px;
  border: 2px solid #ccc;
}

.gfield_radio li label:before {
  width: 13px;
  height: 13px;
  background-color: #b6cc33;
  border-radius: 100%;
  left: 8px;
  top: 9px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gfield_radio input[type="radio"]:checked+label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gfield_radio input[type="radio"]:focus+label:after {
  border-color: #000;
}

.gfield_radio input[type="radio"]:checked:focus+label:after {
  border-width: 2px !important;
}

.gfield_radio input[type="radio"]:hover:not(:checked)+label:after,
.gfield_radio input[type="radio"]:focus:not(:checked)+label:after {
  border-width: 2px !important;
}

.gfield_radio input[type="radio"]:hover:not(:checked)+label:before,
.gfield_radio input[type="radio"]:focus:not(:checked)+label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #ccc;
}

.gfield_radio input[type="checkbox"],
.gfield_radio input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.gfield_radio input[type="checkbox"]+label,
.gfield_radio input[type="radio"]+label {
  font-size: 18px;
}

input,
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  width: 100%;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 0;
  margin-bottom: 0;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border: none;
  background: #fff;
}

input:focus:not([type="submit"]),
textarea:focus:not([type="submit"]) {
  border: none;
  color: #333333;
}

textarea {
  resize: none;
  height: 30rem;
}

label {
  color: #414042;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
}

input {
  font-weight: 400;
}

input::-webkit-input-placeholder {
  color: #a6a6a6;
}

input:-moz-placeholder {
  color: #a6a6a6;
}

input::-moz-placeholder {
  color: #a6a6a6;
}

input:-ms-input-placeholder {
  color: #a6a6a6;
}

input[type='checkbox'] {
  border: solid #333333 0.1rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}

input[type='checkbox']:checked {
  background-color: #b6cc33;
}

.contrast-mode input[type='checkbox']:checked {
  background-color: #485114;
}

.gform_wrapper .chosen-container-multi {
  font-size: 1.6rem !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  border: none !important;
  padding: 5px 10px !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  padding: 7px 22px 7px 10px !important;
  border: none !important;
  border-radius: 0px !important;
  color: white !important;
  background: #f7931d !important;
  font-weight: 700;
  box-shadow: none !important;
  margin: 5px 10px 5px 0px !important;
}

.contrast-mode .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #AC6206 !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close {
  position: absolute;
  top: 8px !important;
  right: 5px !important;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGcgdHJhbnNmb3JtPSJtYXRyaXgoIDEsIDAsIDAsIDEsIDAsMCkgIj48ZyBpZD0iYSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLjIsMEwxMiw5LjJMMi44LDBMMCwyLjhMOS4yLDEyTDAsMjEuMkwyLjgsMjRsOS4yLTkuMmw5LjIsOS4ybDIuOC0yLjhMMTQuOCwxMkwyNCwyLjhMMjEuMiwweiIvPjwvZz48L2c+PC9zdmc+Cg==") !important;
  background-size: 11px 11px !important;
  background-position: center center !important;
  border: 1px solid transparent !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close:hover,
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close:focus {
  border: 1px dotted white !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices .chosen-search-input {
  padding: 0px !important;
  margin: 5px 0 !important;
}

.gform_wrapper .chosen-container-multi .chosen-drop .chosen-results {
  background: #dddddd;
}

.gform_wrapper .chosen-container-multi .chosen-drop .chosen-results li {
  padding: 9px 10px !important;
}

.gform_wrapper .chosen-container-multi .chosen-drop .chosen-results li.highlighted {
  color: white;
  background: #f7931d;
}

.contrast-mode .gform_wrapper .chosen-container-multi .chosen-drop .chosen-results li.highlighted {
  background: #AC6206;
}

.post-password-form {
  display: grid;
  grid-template-columns: minmax(100px, 3fr) minmax(auto, 1fr);
}

li.sel-grade-selection ul.gfield_radio {
  display: grid;
  width: 100% !important;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1024px) {
  li.sel-grade-selection ul.gfield_radio {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

li.sel-grade-selection ul.gfield_radio li {
  margin-bottom: 0px;
  overflow: visible;
}

li.sel-grade-selection ul.gfield_radio li:last-child {
  position: relative;
}

li.sel-grade-selection ul.gfield_radio li:last-child label {
  padding: 10px 15px 50px 15px !important;
}

li.sel-grade-selection ul.gfield_radio li:last-child label:after {
  content: "Best Value!";
  width: auto;
  height: auto;
  display: block;
  background-color: #f7931d;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  content: "Best Value!";
  position: absolute;
  bottom: -4px;
  left: -4px;
  right: -4px;
  top: inherit;
  text-align: center;
  padding: 5px;
  border: 4px solid #f7931d;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.contrast-mode li.sel-grade-selection ul.gfield_radio li:last-child label:after,
.contrast li.sel-grade-selection ul.gfield_radio li:last-child label:after {
  background: #AC6206;
  border-color: #AC6206;
}

li.sel-grade-selection ul.gfield_radio label {
  background: white;
  padding: 30px 15px !important;
  border-radius: 6px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  border: 4px solid white;
  width: 100% !important;
  max-width: 100%;
  text-align: center;
  margin: 0 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  li.sel-grade-selection ul.gfield_radio label {
    padding: 30px 0 !important;
  }
}

li.sel-grade-selection ul.gfield_radio label:hover,
li.sel-grade-selection ul.gfield_radio label:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

li.sel-grade-selection ul.gfield_radio label:before,
li.sel-grade-selection ul.gfield_radio label:after {
  display: none !important;
}

li.sel-grade-selection ul.gfield_radio label .price,
li.sel-grade-selection ul.gfield_radio label .grade-label,
li.sel-grade-selection ul.gfield_radio label .grade-level {
  display: block;
  line-height: 1.5em;
}

@media screen and (max-width: 600px) {

  li.sel-grade-selection ul.gfield_radio label .price,
  li.sel-grade-selection ul.gfield_radio label .grade-label,
  li.sel-grade-selection ul.gfield_radio label .grade-level {
    margin-bottom: 2px;
  }
}

li.sel-grade-selection ul.gfield_radio label .price {
  font-size: 4rem;
  font-weight: 700;
  color: #555555;
}

@media screen and (max-width: 600px) {
  li.sel-grade-selection ul.gfield_radio label .price {
    font-size: 8.5vw;
  }
}

li.sel-grade-selection ul.gfield_radio label .grade-label {
  font-size: 1.8rem;
  font-weight: 800;
  color: #115e6e;
}

@media screen and (max-width: 600px) {
  li.sel-grade-selection ul.gfield_radio label .grade-label {
    font-size: 4.2vw;
  }
}

li.sel-grade-selection ul.gfield_radio label .grade-level {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  li.sel-grade-selection ul.gfield_radio label .grade-level {
    font-size: 3.3vw;
  }
}

li.sel-grade-selection ul.gfield_radio input[type=radio]:checked+label {
  border: 4px solid #f7931d;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contrast-mode li.sel-grade-selection ul.gfield_radio input[type=radio]:checked+label,
.contrast li.sel-grade-selection ul.gfield_radio input[type=radio]:checked+label {
  border-color: #AC6206;
}

li.lingco-grade-selection ul.gfield_radio {
  display: grid;
  width: 100% !important;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1024px) {
  li.lingco-grade-selection ul.gfield_radio {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

li.lingco-grade-selection ul.gfield_radio li {
  margin-bottom: 0px;
  overflow: visible;
}

li.lingco-grade-selection ul.gfield_radio label {
  background: white;
  padding: 30px 15px !important;
  border-radius: 6px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  border: 4px solid white;
  width: 100% !important;
  max-width: 100%;
  text-align: center;
  margin: 0 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  li.lingco-grade-selection ul.gfield_radio label {
    padding: 30px 0 !important;
  }
}

li.lingco-grade-selection ul.gfield_radio label:hover,
li.lingco-grade-selection ul.gfield_radio label:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

li.lingco-grade-selection ul.gfield_radio label:before,
li.lingco-grade-selection ul.gfield_radio label:after {
  display: none !important;
}

li.lingco-grade-selection ul.gfield_radio label .price,
li.lingco-grade-selection ul.gfield_radio label .grade-label,
li.lingco-grade-selection ul.gfield_radio label .grade-level {
  display: block;
  line-height: 1.5em;
}

@media screen and (max-width: 600px) {

  li.lingco-grade-selection ul.gfield_radio label .price,
  li.lingco-grade-selection ul.gfield_radio label .grade-label,
  li.lingco-grade-selection ul.gfield_radio label .grade-level {
    margin-bottom: 2px;
  }
}

li.lingco-grade-selection ul.gfield_radio label .price {
  font-size: 4rem;
  font-weight: 700;
  color: #555555;
}

@media screen and (max-width: 600px) {
  li.lingco-grade-selection ul.gfield_radio label .price {
    font-size: 8.5vw;
  }
}

li.lingco-grade-selection ul.gfield_radio label .grade-label {
  font-size: 1.8rem;
  font-weight: 800;
  color: #115e6e;
}

@media screen and (max-width: 600px) {
  li.lingco-grade-selection ul.gfield_radio label .grade-label {
    font-size: 4.2vw;
  }
}

li.lingco-grade-selection ul.gfield_radio label .grade-level {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  li.lingco-grade-selection ul.gfield_radio label .grade-level {
    font-size: 3.3vw;
  }
}

li.lingco-grade-selection ul.gfield_radio input[type=radio]:checked+label {
  border: 4px solid #f7931d;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contrast-mode li.lingco-grade-selection ul.gfield_radio input[type=radio]:checked+label,
.contrast li.lingco-grade-selection ul.gfield_radio input[type=radio]:checked+label {
  border-color: #AC6206;
}

li.minecraft-grade-selection ul.gfield_radio {
  display: grid;
  width: 100% !important;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

li.minecraft-grade-selection ul.gfield_radio li {
  margin-bottom: 0px;
  overflow: visible;
}

li.minecraft-grade-selection ul.gfield_radio label {
  background: white;
  padding: 30px 15px !important;
  border-radius: 6px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  border: 4px solid white;
  width: 100% !important;
  max-width: 100%;
  text-align: center;
  margin: 0 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  li.minecraft-grade-selection ul.gfield_radio label {
    padding: 30px 0 !important;
  }
}

li.minecraft-grade-selection ul.gfield_radio label:hover,
li.minecraft-grade-selection ul.gfield_radio label:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

li.minecraft-grade-selection ul.gfield_radio label:before,
li.minecraft-grade-selection ul.gfield_radio label:after {
  display: none !important;
}

li.minecraft-grade-selection ul.gfield_radio label .price,
li.minecraft-grade-selection ul.gfield_radio label .grade-label,
li.minecraft-grade-selection ul.gfield_radio label .grade-level {
  display: block;
  line-height: 1.5em;
}

@media screen and (max-width: 600px) {

  li.minecraft-grade-selection ul.gfield_radio label .price,
  li.minecraft-grade-selection ul.gfield_radio label .grade-label,
  li.minecraft-grade-selection ul.gfield_radio label .grade-level {
    margin-bottom: 3px;
  }
}

li.minecraft-grade-selection ul.gfield_radio label .price {
  font-size: 4rem;
  font-weight: 700;
  color: #333333;
}

@media screen and (max-width: 600px) {
  li.minecraft-grade-selection ul.gfield_radio label .price {
    font-size: 8.5vw;
  }
}

li.minecraft-grade-selection ul.gfield_radio label .grade-label {
  font-size: 1.8rem;
  font-weight: 800;
  color: #115e6e;
}

@media screen and (max-width: 600px) {
  li.minecraft-grade-selection ul.gfield_radio label .grade-label {
    font-size: 4.2vw;
  }
}

li.minecraft-grade-selection ul.gfield_radio label .grade-level {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  li.minecraft-grade-selection ul.gfield_radio label .grade-level {
    font-size: 3.3vw;
  }
}

li.minecraft-grade-selection ul.gfield_radio input[type=radio]:checked+label {
  border: 4px solid #f7931d;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contrast-mode li.minecraft-grade-selection ul.gfield_radio input[type=radio]:checked+label,
.contrast li.minecraft-grade-selection ul.gfield_radio input[type=radio]:checked+label {
  border-color: #AC6206;
}

.gform_wrapper.gform_validation_error form .validation_error {
  width: calc(100% - 16px);
}

.gform_wrapper.gform_validation_error form .validation_error,
.gform_wrapper.gform_validation_error form li.gfield.gfield_error {
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #f7461e;
  border-radius: 4px;
  padding: 15px !important;
}

.gform_wrapper.gform_validation_error form .validation_error .gfield_description,
.gform_wrapper.gform_validation_error form li.gfield.gfield_error .gfield_description {
  color: #790000;
}

.facetwp-type-checkboxes,
.facetwp-type-radio {
  position: relative;
}

.facetwp-type-checkboxes .facetwp-checkbox,
.facetwp-type-checkboxes .facetwp-radio,
.facetwp-type-radio .facetwp-checkbox,
.facetwp-type-radio .facetwp-radio {
  position: relative;
  background: none;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 2rem;
}

.facetwp-type-checkboxes .facetwp-checkbox:before,
.facetwp-type-checkboxes .facetwp-checkbox:after,
.facetwp-type-checkboxes .facetwp-radio:before,
.facetwp-type-checkboxes .facetwp-radio:after,
.facetwp-type-radio .facetwp-checkbox:before,
.facetwp-type-radio .facetwp-checkbox:after,
.facetwp-type-radio .facetwp-radio:before,
.facetwp-type-radio .facetwp-radio:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facetwp-type-checkboxes .facetwp-checkbox:before,
.facetwp-type-checkboxes .facetwp-radio:before,
.facetwp-type-radio .facetwp-checkbox:before,
.facetwp-type-radio .facetwp-radio:before {
  background: white;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #b6cc33;
}

.contrast-mode .facetwp-type-checkboxes .facetwp-checkbox:before,
.contrast-mode .facetwp-type-checkboxes .facetwp-radio:before,
.contrast-mode .facetwp-type-radio .facetwp-checkbox:before,
.contrast-mode .facetwp-type-radio .facetwp-radio:before {
  border: 2px solid #485114;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked,
.facetwp-type-checkboxes .facetwp-radio.checked,
.facetwp-type-radio .facetwp-checkbox.checked,
.facetwp-type-radio .facetwp-radio.checked {
  background: none;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked:after,
.facetwp-type-checkboxes .facetwp-radio.checked:after,
.facetwp-type-radio .facetwp-checkbox.checked:after,
.facetwp-type-radio .facetwp-radio.checked:after {
  left: 0.375em;
  width: 0.75em;
  height: 0.75em;
  background: #f7931d;
}

.contrast-mode .facetwp-type-checkboxes .facetwp-checkbox.checked:after,
.contrast-mode .facetwp-type-checkboxes .facetwp-radio.checked:after,
.contrast-mode .facetwp-type-radio .facetwp-checkbox.checked:after,
.contrast-mode .facetwp-type-radio .facetwp-radio.checked:after {
  background: #AC6206;
}

.facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter,
.facetwp-type-checkboxes .facetwp-radio .facetwp-counter,
.facetwp-type-radio .facetwp-checkbox .facetwp-counter,
.facetwp-type-radio .facetwp-radio .facetwp-counter {
  font-style: italic;
  font-size: 80%;
}

.facetwp-type-checkboxes .facetwp-radio:before,
.facetwp-type-checkboxes .facetwp-radio:after,
.facetwp-type-radio .facetwp-radio:before,
.facetwp-type-radio .facetwp-radio:after {
  border-radius: 100%;
}

.facetwp-type-checkboxes .facetwp-overlay,
.facetwp-type-radio .facetwp-overlay {
  position: absolute;
  box-sizing: content-box;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f6f6f6;
  border: 5px solid #f6f6f6;
}

.courses-container .facetwp-type-search {
  margin-bottom: 0;
  position: relative;
}

.courses-container .facetwp-type-search .facetwp-search-wrap {
  display: block;
  position: relative;
}

.contrast-mode .courses-container .facetwp-type-search .facetwp-search-wrap {
  background: #AC6206;
}

.courses-container .facetwp-type-search .facetwp-search-wrap i {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #f7931d;
  background-image: url("../svg/search.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: 45% 50%;
  text-indent: -9999px;
}

.contrast-mode .courses-container .facetwp-type-search .facetwp-search-wrap i {
  background-color: #AC6206;
}

.courses-container .facetwp-type-search .facetwp-search-wrap .facetwp-search {
  padding-right: 50px;
}

.facetwp-pager .facetwp-page {
  min-width: 3.5rem;
}

.searchwp-live-search-no-min-chars .spinner {
  opacity: 0.3;
}

.searchwp-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.searchwp-live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 0px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.searchwp-live-search-results .searchwp-live-search-result a {
  display: block;
  white-space: normal;
  overflow: visible;
  padding: 13px 10px 10px 10px;
  line-height: 1.25em;
  border-bottom: 1px solid #e2e2e3;
  text-overflow: ellipsis;
}

.searchwp-live-search-results .searchwp-live-search-result a .searchwp-live-search-post-type {
  display: block;
  font-size: 70%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1em;
  color: #777777;
  margin-bottom: 3px;
}

.searchwp-live-search-results .searchwp-live-search-result a .searchwp-live-search-title {
  font-weight: 700;
  color: #125e6f;
  line-height: 1.25em;
}

.searchwp-live-search-results .searchwp-live-search-result a:hover,
.searchwp-live-search-results .searchwp-live-search-result a:focus,
.searchwp-live-search-result--focused .searchwp-live-search-results .searchwp-live-search-result a {
  background: #e2e2e3;
  text-decoration: none;
  cursor: pointer;
}

.searchwp-live-search-results .searchwp-live-search-result a:hover .searchwp-live-search-post-type,
.searchwp-live-search-results .searchwp-live-search-result a:focus .searchwp-live-search-post-type,
.searchwp-live-search-result--focused .searchwp-live-search-results .searchwp-live-search-result a .searchwp-live-search-post-type {
  color: #333333;
}

.searchwp-live-search-results .searchwp-live-search-result a:hover .searchwp-live-search-title,
.searchwp-live-search-results .searchwp-live-search-result a:focus .searchwp-live-search-title,
.searchwp-live-search-result--focused .searchwp-live-search-results .searchwp-live-search-result a .searchwp-live-search-title {
  color: #093c44;
}

.searchwp-live-search-results .searchwp-live-search-result:last-of-type a {
  border-bottom: 0px;
}

a.elementor-button,
.elementor-image>a,
a.elementor-icon,
a.elementor-cta,
.elementor-widget-icon-box a {
  border-bottom: none !important;
}

a.elementor-button:hover,
a.elementor-button:focus,
.elementor-image>a:hover,
.elementor-image>a:focus,
a.elementor-icon:hover,
a.elementor-icon:focus,
a.elementor-cta:hover,
a.elementor-cta:focus,
.elementor-widget-icon-box a:hover,
.elementor-widget-icon-box a:focus {
  border-bottom: none !important;
}

.contrast-mode *:not(.background__color) .elementor-button {
  background-color: #AC6206 !important;
  color: white !important;
}

.contrast-mode *:not(.background__color) .elementor-button:hover,
.contrast-mode *:not(.background__color) .elementor-button:focus {
  background-color: #000 !important;
  color: white !important;
}

.contrast-mode *.background__color .elementor-button {
  background-color: white !important;
  color: #AC6206 !important;
}

.contrast-mode *.background__color .elementor-button:hover,
.contrast-mode *.background__color .elementor-button:focus {
  background-color: #AC6206 !important;
  color: white !important;
}

.courses-container {
  max-width: 175rem !important;
}

.partially_fixed_container {
  display: table;
}

.partially_fixed_container>div {
  display: table-cell;
  width: 100%;
}

.partially_fixed_container>div.fixed {
  width: auto;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right {
  border: 1px solid #ccc;
  background: #ffffff;
  margin-bottom: 2rem;
  float: none;
  width: 100%;
  margin-left: 0px;
}

@media screen and (min-width: 769px) {
  .course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right {
    float: right;
    width: 42%;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right {
    float: right;
    width: 33%;
    margin-left: 2rem;
  }
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right img {
  vertical-align: bottom;
  padding: 20px;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right .row {
  background: #eee;
  padding: 7px 15px;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right .row .col-xs-8.col-sm-8.col-md-8 {
  width: 66%;
  float: left;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right .row .col-xs-8.col-sm-8.col-md-8 p {
  font-weight: bold;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right .row .col-xs-4.col-sm-4.col-md-4 {
  width: 33%;
  float: right;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right hr {
  margin: 0;
  background: #ccc;
  border-top: 7px solid #eee;
  border-bottom: 7px solid #eee;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right a {
  display: block;
  text-align: center;
  border: 15px solid #eeeeee;
  box-sizing: border-box;
  padding: 10px 5px;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  background: #f7931d;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right a:hover,
.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right a:focus {
  background: #AC6206;
}

.course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right p {
  margin-bottom: 0;
}

.contrast-mode .course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right a {
  background: #AC6206;
  color: white;
}

.contrast-mode .course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right a:hover,
.contrast-mode .course-content.source-plp .col-md-4.col-sm-5.col-xs-12.pull-right a:focus {
  background: black;
}

.presentation-wrap {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .presentation-wrap {
    grid-template-columns: 1fr minmax(320px, 25%);
  }
}

.presentation-image img {
  border-radius: 4px;
  box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.3);
}

.presentation-info .form .gform_wrapper {
  margin: 2px 0 0 0;
}

.presentation-info .form .gform_fields {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr;
}

.presentation-info .form .gform_fields .gfield,
.presentation-info .form .gform_fields .ginput_container,
.presentation-info .form .gform_fields .name_first,
.presentation-info .form .gform_fields .name_last,
.presentation-info .form .gform_fields input {
  margin: 0 !important;
}

.presentation-info .form .gform_fields .gfield,
.presentation-info .form .gform_fields .name_first,
.presentation-info .form .gform_fields .name_last {
  padding: 0 !important;
  width: 100%;
}

.presentation-info .form .gform_fields .ginput_container_name {
  width: 100% !important;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.presentation-info .form .gform_footer {
  margin: 8px 0 !important;
  padding: 0 !important;
}

.presentation-info .presentation-title {
  margin: 0 0 15px !important;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .presentation-info .presentation-title {
    text-align: left;
  }
}

.presentation-info .presenters,
.presentation-info .meta {
  padding: 5px 10px;
  background: #efefef;
  margin-bottom: 1px;
}

.presentation-info .meta {
  margin-bottom: 15px;
}

.presentation-info .content {
  line-height: 1.25em;
  font-size: 1.4rem;
}

.presentation-info .content *:last-child {
  margin-bottom: 0;
}

.post-type-archive-presentation .social-icons-fixed {
  display: none;
}

#menu-main-navigation .sub-menu {
  margin-left: 2rem;
}

body section:last-child {
  border-bottom: none;
}

section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  border-bottom: 0 solid #777777;
}

section::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1) {
  section {
    padding: 2.5rem 0;
  }
}

.inner-container {
  position: relative;
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 2rem;
}

.inner-container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .inner-container {
    padding: 0px 4.5rem;
  }
}

@media screen and (min-width: 1226px) {
  .inner-container {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 1) {
  .inner-container {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 2) {
  .inner-container {
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 3) {
  .inner-container {
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container::after {
    clear: both;
    content: "";
    display: table;
  }
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1) {
  .row__table {
    display: table;
    width: 100%;
    table-layout: fixed;
    width: 100%;
  }
}

.row__flex {
  display: flex;
  display: -moz-flex;
  display: flex;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.row__flex-center {
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .row__flex-center-desktop {
    align-items: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  .row__flex-top-tablet-only {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .row__flex-top-tablet-landscape-only {
    align-items: flex-start;
  }
}

@media screen and (min-width: 600px) {
  .row__flex-center-tablet {
    align-items: center;
  }
}

.row__flex-reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 0) {
  .mobile-col-1-1 {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .mobile-col-1-1:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-1:last-child {
    margin-right: 0;
  }

  .mobile-col-1-1:nth-child(1n) {
    margin-right: 0;
  }

  .mobile-col-1-1__centered {
    width: 100%;
    margin-left: 0%;
  }

  .mobile-col-1-1__collapse {
    float: left;
    display: block;
    width: 100%;
  }

  .mobile-col-1-1__table {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .mobile-col-1-1__table:nth-child(1n) {
    margin-right: 0;
  }

  .mobile-col-1-1__flex {
    width: 100%;
  }

  .mobile-col-1-1__flex-column {
    width: 97%;
  }

  .mobile-col-1-1__flex-collapsed {
    width: 100%;
  }

  .mobile-col-1-2 {
    float: left;
    display: block;
    width: 48.821174201%;
  }

  .mobile-col-1-2:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-2:last-child {
    margin-right: 0;
  }

  .mobile-col-1-2:nth-child(2n) {
    margin-right: 0;
  }

  .mobile-col-1-2__centered {
    width: 50%;
    margin-left: 25%;
  }

  .mobile-col-1-2__collapse {
    float: left;
    display: block;
    width: 50%;
  }

  .mobile-col-1-2__table {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .mobile-col-1-2__table:nth-child(2n) {
    margin-right: 0;
  }

  .mobile-col-1-2__flex {
    width: 48.5%;
  }

  .mobile-col-1-2__flex-collapsed {
    width: 50%;
  }

  .mobile-col-1-3 {
    float: left;
    display: block;
    width: 31.7615656014%;
  }

  .mobile-col-1-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-3:last-child {
    margin-right: 0;
  }

  .mobile-col-1-3:nth-child(3n) {
    margin-right: 0;
  }

  .mobile-col-1-3__centered {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }

  .mobile-col-1-3__collapse {
    float: left;
    display: block;
    width: 33.3333333333%;
  }

  .mobile-col-1-3__table {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
  }

  .mobile-col-1-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .mobile-col-1-3__flex {
    width: 32.3333333333%;
  }

  .mobile-col-1-3__flex-collapsed {
    width: 33.3333333333%;
  }

  .mobile-col-2-3 {
    float: left;
    display: block;
    width: 65.8807828007%;
  }

  .mobile-col-2-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-2-3:last-child {
    margin-right: 0;
  }

  .mobile-col-2-3:nth-child(3n) {
    margin-right: 0;
  }

  .mobile-col-2-3__centered {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .mobile-col-2-3__collapse {
    float: left;
    display: block;
    width: 66.6666666667%;
  }

  .mobile-col-2-3__table {
    display: table-cell;
    width: 66.6666666667%;
    vertical-align: top;
  }

  .mobile-col-2-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .mobile-col-2-3__flex {
    width: 64.6666666667%;
  }

  .mobile-col-2-3__flex-collapsed {
    width: 66.6666666667%;
  }

  .mobile-col-1-4 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .mobile-col-1-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-4:last-child {
    margin-right: 0;
  }

  .mobile-col-1-4:nth-child(4n) {
    margin-right: 0;
  }

  .mobile-col-1-4__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .mobile-col-1-4__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .mobile-col-1-4__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .mobile-col-1-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .mobile-col-1-4__flex {
    width: 24.25%;
  }

  .mobile-col-1-4__flex-collapsed {
    width: 25%;
  }

  .mobile-col-3-4 {
    float: left;
    display: block;
    width: 74.4105871005%;
  }

  .mobile-col-3-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-3-4:last-child {
    margin-right: 0;
  }

  .mobile-col-3-4:nth-child(4n) {
    margin-right: 0;
  }

  .mobile-col-3-4__centered {
    width: 75%;
    margin-left: 12.5%;
  }

  .mobile-col-3-4__collapse {
    float: left;
    display: block;
    width: 75%;
  }

  .mobile-col-3-4__table {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }

  .mobile-col-3-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .mobile-col-3-4__flex {
    width: 72.75%;
  }

  .mobile-col-3-4__flex-collapsed {
    width: 75%;
  }

  .mobile-col-1-5 {
    float: left;
    display: block;
    width: 18.1138787216%;
  }

  .mobile-col-1-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-5:last-child {
    margin-right: 0;
  }

  .mobile-col-1-5:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-1-5__centered {
    width: 20%;
    margin-left: 40%;
  }

  .mobile-col-1-5__collapse {
    float: left;
    display: block;
    width: 20%;
  }

  .mobile-col-1-5__table {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }

  .mobile-col-1-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-1-5__flex {
    width: 19.4%;
  }

  .mobile-col-1-5__flex-collapsed {
    width: 20%;
  }

  .mobile-col-2-5 {
    float: left;
    display: block;
    width: 38.5854090412%;
  }

  .mobile-col-2-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-2-5:last-child {
    margin-right: 0;
  }

  .mobile-col-2-5:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-2-5__centered {
    width: 40%;
    margin-left: 30%;
  }

  .mobile-col-2-5__collapse {
    float: left;
    display: block;
    width: 40%;
  }

  .mobile-col-2-5__table {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .mobile-col-2-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-2-5__flex {
    width: 38.8%;
  }

  .mobile-col-2-5__flex-collapsed {
    width: 40%;
  }

  .mobile-col-3-5 {
    float: left;
    display: block;
    width: 59.0569393608%;
  }

  .mobile-col-3-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-3-5:last-child {
    margin-right: 0;
  }

  .mobile-col-3-5:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-3-5__centered {
    width: 60%;
    margin-left: 20%;
  }

  .mobile-col-3-5__collapse {
    float: left;
    display: block;
    width: 60%;
  }

  .mobile-col-3-5__table {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  .mobile-col-3-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-3-5__flex {
    width: 58.2%;
  }

  .mobile-col-3-5__flex-collapsed {
    width: 60%;
  }

  .mobile-col-4-5 {
    float: left;
    display: block;
    width: 79.5284696804%;
  }

  .mobile-col-4-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-4-5:last-child {
    margin-right: 0;
  }

  .mobile-col-4-5:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-4-5__centered {
    width: 80%;
    margin-left: 10%;
  }

  .mobile-col-4-5__collapse {
    float: left;
    display: block;
    width: 80%;
  }

  .mobile-col-4-5__table {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .mobile-col-4-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .mobile-col-4-5__flex {
    width: 77.6%;
  }

  .mobile-col-4-5__flex-collapsed {
    width: 80%;
  }

  .mobile-col-1-6 {
    float: left;
    display: block;
    width: 14.7019570017%;
  }

  .mobile-col-1-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-6:last-child {
    margin-right: 0;
  }

  .mobile-col-1-6:nth-child(6n) {
    margin-right: 0;
  }

  .mobile-col-1-6__centered {
    width: 16.6666666667%;
    margin-left: 41.6666666667%;
  }

  .mobile-col-1-6__collapse {
    float: left;
    display: block;
    width: 16.6666666667%;
  }

  .mobile-col-1-6__table {
    display: table-cell;
    width: 16.6666666667%;
    vertical-align: top;
  }

  .mobile-col-1-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .mobile-col-1-6__flex {
    width: 16.1666666667%;
  }

  .mobile-col-1-6__flex-collapsed {
    width: 16.6666666667%;
  }

  .mobile-col-5-6 {
    float: left;
    display: block;
    width: 82.9403914003%;
  }

  .mobile-col-5-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-5-6:last-child {
    margin-right: 0;
  }

  .mobile-col-5-6:nth-child(6n) {
    margin-right: 0;
  }

  .mobile-col-5-6__centered {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }

  .mobile-col-5-6__collapse {
    float: left;
    display: block;
    width: 83.3333333333%;
  }

  .mobile-col-5-6__table {
    display: table-cell;
    width: 83.3333333333%;
    vertical-align: top;
  }

  .mobile-col-5-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .mobile-col-5-6__flex {
    width: 80.8333333333%;
  }

  .mobile-col-5-6__flex-collapsed {
    width: 83.3333333333%;
  }

  .mobile-col-1-7 {
    float: left;
    display: block;
    width: 12.2648700589%;
  }

  .mobile-col-1-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-7:last-child {
    margin-right: 0;
  }

  .mobile-col-1-7:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-1-7__centered {
    width: 14.2857142857%;
    margin-left: 42.8571428571%;
  }

  .mobile-col-1-7__collapse {
    float: left;
    display: block;
    width: 14.2857142857%;
  }

  .mobile-col-1-7__table {
    display: table-cell;
    width: 14.2857142857%;
    vertical-align: top;
  }

  .mobile-col-1-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-1-7__flex {
    width: 13.8571428571%;
  }

  .mobile-col-1-7__flex-collapsed {
    width: 14.2857142857%;
  }

  .mobile-col-2-7 {
    float: left;
    display: block;
    width: 26.8873917158%;
  }

  .mobile-col-2-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-2-7:last-child {
    margin-right: 0;
  }

  .mobile-col-2-7:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-2-7__centered {
    width: 28.5714285714%;
    margin-left: 35.7142857143%;
  }

  .mobile-col-2-7__collapse {
    float: left;
    display: block;
    width: 28.5714285714%;
  }

  .mobile-col-2-7__table {
    display: table-cell;
    width: 28.5714285714%;
    vertical-align: top;
  }

  .mobile-col-2-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-2-7__flex {
    width: 27.7142857143%;
  }

  .mobile-col-2-7__flex-collapsed {
    width: 28.5714285714%;
  }

  .mobile-col-3-7 {
    float: left;
    display: block;
    width: 41.5099133726%;
  }

  .mobile-col-3-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-3-7:last-child {
    margin-right: 0;
  }

  .mobile-col-3-7:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-3-7__centered {
    width: 42.8571428571%;
    margin-left: 28.5714285714%;
  }

  .mobile-col-3-7__collapse {
    float: left;
    display: block;
    width: 42.8571428571%;
  }

  .mobile-col-3-7__table {
    display: table-cell;
    width: 42.8571428571%;
    vertical-align: top;
  }

  .mobile-col-3-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-3-7__flex {
    width: 41.5714285714%;
  }

  .mobile-col-3-7__flex-collapsed {
    width: 42.8571428571%;
  }

  .mobile-col-4-7 {
    float: left;
    display: block;
    width: 56.1324350295%;
  }

  .mobile-col-4-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-4-7:last-child {
    margin-right: 0;
  }

  .mobile-col-4-7:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-4-7__centered {
    width: 57.1428571429%;
    margin-left: 21.4285714286%;
  }

  .mobile-col-4-7__collapse {
    float: left;
    display: block;
    width: 57.1428571429%;
  }

  .mobile-col-4-7__table {
    display: table-cell;
    width: 57.1428571429%;
    vertical-align: top;
  }

  .mobile-col-4-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-4-7__flex {
    width: 55.4285714286%;
  }

  .mobile-col-4-7__flex-collapsed {
    width: 57.1428571429%;
  }

  .mobile-col-5-7 {
    float: left;
    display: block;
    width: 70.7549566863%;
  }

  .mobile-col-5-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-5-7:last-child {
    margin-right: 0;
  }

  .mobile-col-5-7:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-5-7__centered {
    width: 71.4285714286%;
    margin-left: 14.2857142857%;
  }

  .mobile-col-5-7__collapse {
    float: left;
    display: block;
    width: 71.4285714286%;
  }

  .mobile-col-5-7__table {
    display: table-cell;
    width: 71.4285714286%;
    vertical-align: top;
  }

  .mobile-col-5-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-5-7__flex {
    width: 69.2857142857%;
  }

  .mobile-col-5-7__flex-collapsed {
    width: 71.4285714286%;
  }

  .mobile-col-6-7 {
    float: left;
    display: block;
    width: 85.3774783432%;
  }

  .mobile-col-6-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-6-7:last-child {
    margin-right: 0;
  }

  .mobile-col-6-7:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-6-7__centered {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
  }

  .mobile-col-6-7__collapse {
    float: left;
    display: block;
    width: 85.7142857143%;
  }

  .mobile-col-6-7__table {
    display: table-cell;
    width: 85.7142857143%;
    vertical-align: top;
  }

  .mobile-col-6-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .mobile-col-6-7__flex {
    width: 83.1428571429%;
  }

  .mobile-col-6-7__flex-collapsed {
    width: 85.7142857143%;
  }

  .mobile-col-1-8 {
    float: left;
    display: block;
    width: 10.4370548518%;
  }

  .mobile-col-1-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-8:last-child {
    margin-right: 0;
  }

  .mobile-col-1-8:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-1-8__centered {
    width: 12.5%;
    margin-left: 43.75%;
  }

  .mobile-col-1-8__collapse {
    float: left;
    display: block;
    width: 12.5%;
  }

  .mobile-col-1-8__table {
    display: table-cell;
    width: 12.5%;
    vertical-align: top;
  }

  .mobile-col-1-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-1-8__flex {
    width: 12.125%;
  }

  .mobile-col-1-8__flex-collapsed {
    width: 12.5%;
  }

  .mobile-col-3-8 {
    float: left;
    display: block;
    width: 36.0264677513%;
  }

  .mobile-col-3-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-3-8:last-child {
    margin-right: 0;
  }

  .mobile-col-3-8:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-3-8__centered {
    width: 37.5%;
    margin-left: 31.25%;
  }

  .mobile-col-3-8__collapse {
    float: left;
    display: block;
    width: 37.5%;
  }

  .mobile-col-3-8__table {
    display: table-cell;
    width: 37.5%;
    vertical-align: top;
  }

  .mobile-col-3-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-3-8__flex {
    width: 36.375%;
  }

  .mobile-col-3-8__flex-collapsed {
    width: 37.5%;
  }

  .mobile-col-5-8 {
    float: left;
    display: block;
    width: 61.6158806508%;
  }

  .mobile-col-5-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-5-8:last-child {
    margin-right: 0;
  }

  .mobile-col-5-8:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-5-8__centered {
    width: 62.5%;
    margin-left: 18.75%;
  }

  .mobile-col-5-8__collapse {
    float: left;
    display: block;
    width: 62.5%;
  }

  .mobile-col-5-8__table {
    display: table-cell;
    width: 62.5%;
    vertical-align: top;
  }

  .mobile-col-5-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-5-8__flex {
    width: 60.625%;
  }

  .mobile-col-5-8__flex-collapsed {
    width: 62.5%;
  }

  .mobile-col-7-8 {
    float: left;
    display: block;
    width: 87.2052935503%;
  }

  .mobile-col-7-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-7-8:last-child {
    margin-right: 0;
  }

  .mobile-col-7-8:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-7-8__centered {
    width: 87.5%;
    margin-left: 6.25%;
  }

  .mobile-col-7-8__collapse {
    float: left;
    display: block;
    width: 87.5%;
  }

  .mobile-col-7-8__table {
    display: table-cell;
    width: 87.5%;
    vertical-align: top;
  }

  .mobile-col-7-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .mobile-col-7-8__flex {
    width: 84.875%;
  }

  .mobile-col-7-8__flex-collapsed {
    width: 87.5%;
  }

  .mobile-col-4-9 {
    float: left;
    display: block;
    width: 43.1346380011%;
  }

  .mobile-col-4-9:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-4-9:last-child {
    margin-right: 0;
  }

  .mobile-col-4-9:nth-child(9n) {
    margin-right: 0;
  }

  .mobile-col-4-9__centered {
    width: 44.4444444444%;
    margin-left: 27.7777777778%;
  }

  .mobile-col-4-9__collapse {
    float: left;
    display: block;
    width: 44.4444444444%;
  }

  .mobile-col-4-9__table {
    display: table-cell;
    width: 44.4444444444%;
    vertical-align: top;
  }

  .mobile-col-4-9__table:nth-child(9n) {
    margin-right: 0;
  }

  .mobile-col-4-9__flex {
    width: 43.1111111111%;
  }

  .mobile-col-4-9__flex-collapsed {
    width: 44.4444444444%;
  }

  .mobile-col-1-12 {
    float: left;
    display: block;
    width: 6.1721527019%;
  }

  .mobile-col-1-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-1-12:last-child {
    margin-right: 0;
  }

  .mobile-col-1-12:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-1-12__centered {
    width: 8.3333333333%;
    margin-left: 45.8333333333%;
  }

  .mobile-col-1-12__collapse {
    float: left;
    display: block;
    width: 8.3333333333%;
  }

  .mobile-col-1-12__table {
    display: table-cell;
    width: 8.3333333333%;
    vertical-align: top;
  }

  .mobile-col-1-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-1-12__flex {
    width: 8.0833333333%;
  }

  .mobile-col-1-12__flex-collapsed {
    width: 8.3333333333%;
  }

  .mobile-col-3-12 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .mobile-col-3-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-3-12:last-child {
    margin-right: 0;
  }

  .mobile-col-3-12:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-3-12__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .mobile-col-3-12__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .mobile-col-3-12__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .mobile-col-3-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-3-12__flex {
    width: 24.25%;
  }

  .mobile-col-3-12__flex-collapsed {
    width: 25%;
  }

  .mobile-col-5-12 {
    float: left;
    display: block;
    width: 40.2913699012%;
  }

  .mobile-col-5-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-5-12:last-child {
    margin-right: 0;
  }

  .mobile-col-5-12:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-5-12__centered {
    width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }

  .mobile-col-5-12__collapse {
    float: left;
    display: block;
    width: 41.6666666667%;
  }

  .mobile-col-5-12__table {
    display: table-cell;
    width: 41.6666666667%;
    vertical-align: top;
  }

  .mobile-col-5-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-5-12__flex {
    width: 40.4166666667%;
  }

  .mobile-col-5-12__flex-collapsed {
    width: 41.6666666667%;
  }

  .mobile-col-7-12 {
    float: left;
    display: block;
    width: 57.3509785009%;
  }

  .mobile-col-7-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-7-12:last-child {
    margin-right: 0;
  }

  .mobile-col-7-12:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-7-12__centered {
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }

  .mobile-col-7-12__collapse {
    float: left;
    display: block;
    width: 58.3333333333%;
  }

  .mobile-col-7-12__table {
    display: table-cell;
    width: 58.3333333333%;
    vertical-align: top;
  }

  .mobile-col-7-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-7-12__flex {
    width: 56.5833333333%;
  }

  .mobile-col-7-12__flex-collapsed {
    width: 58.3333333333%;
  }

  .mobile-col-11-12 {
    float: left;
    display: block;
    width: 91.4701957002%;
  }

  .mobile-col-11-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .mobile-col-11-12:last-child {
    margin-right: 0;
  }

  .mobile-col-11-12:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-11-12__centered {
    width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }

  .mobile-col-11-12__collapse {
    float: left;
    display: block;
    width: 91.6666666667%;
  }

  .mobile-col-11-12__table {
    display: table-cell;
    width: 91.6666666667%;
    vertical-align: top;
  }

  .mobile-col-11-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .mobile-col-11-12__flex {
    width: 88.9166666667%;
  }

  .mobile-col-11-12__flex-collapsed {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 600px) {
  .tablet-col-1-1 {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .tablet-col-1-1:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-1:last-child {
    margin-right: 0;
  }

  .tablet-col-1-1:nth-child(1n) {
    margin-right: 0;
  }

  .tablet-col-1-1__centered {
    width: 100%;
    margin-left: 0%;
  }

  .tablet-col-1-1__collapse {
    float: left;
    display: block;
    width: 100%;
  }

  .tablet-col-1-1__table {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .tablet-col-1-1__table:nth-child(1n) {
    margin-right: 0;
  }

  .tablet-col-1-1__flex {
    width: 100%;
  }

  .tablet-col-1-1__flex-column {
    width: 97%;
  }

  .tablet-col-1-1__flex-collapsed {
    width: 100%;
  }

  .tablet-col-1-2 {
    float: left;
    display: block;
    width: 48.821174201%;
  }

  .tablet-col-1-2:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-2:last-child {
    margin-right: 0;
  }

  .tablet-col-1-2:nth-child(2n) {
    margin-right: 0;
  }

  .tablet-col-1-2__centered {
    width: 50%;
    margin-left: 25%;
  }

  .tablet-col-1-2__collapse {
    float: left;
    display: block;
    width: 50%;
  }

  .tablet-col-1-2__table {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .tablet-col-1-2__table:nth-child(2n) {
    margin-right: 0;
  }

  .tablet-col-1-2__flex {
    width: 48.5%;
  }

  .tablet-col-1-2__flex-collapsed {
    width: 50%;
  }

  .tablet-col-1-3 {
    float: left;
    display: block;
    width: 31.7615656014%;
  }

  .tablet-col-1-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-3:last-child {
    margin-right: 0;
  }

  .tablet-col-1-3:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-col-1-3__centered {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }

  .tablet-col-1-3__collapse {
    float: left;
    display: block;
    width: 33.3333333333%;
  }

  .tablet-col-1-3__table {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
  }

  .tablet-col-1-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-col-1-3__flex {
    width: 32.3333333333%;
  }

  .tablet-col-1-3__flex-collapsed {
    width: 33.3333333333%;
  }

  .tablet-col-2-3 {
    float: left;
    display: block;
    width: 65.8807828007%;
  }

  .tablet-col-2-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-2-3:last-child {
    margin-right: 0;
  }

  .tablet-col-2-3:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-col-2-3__centered {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .tablet-col-2-3__collapse {
    float: left;
    display: block;
    width: 66.6666666667%;
  }

  .tablet-col-2-3__table {
    display: table-cell;
    width: 66.6666666667%;
    vertical-align: top;
  }

  .tablet-col-2-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-col-2-3__flex {
    width: 64.6666666667%;
  }

  .tablet-col-2-3__flex-collapsed {
    width: 66.6666666667%;
  }

  .tablet-col-1-4 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .tablet-col-1-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-4:last-child {
    margin-right: 0;
  }

  .tablet-col-1-4:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-col-1-4__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .tablet-col-1-4__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .tablet-col-1-4__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .tablet-col-1-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-col-1-4__flex {
    width: 24.25%;
  }

  .tablet-col-1-4__flex-collapsed {
    width: 25%;
  }

  .tablet-col-3-4 {
    float: left;
    display: block;
    width: 74.4105871005%;
  }

  .tablet-col-3-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-3-4:last-child {
    margin-right: 0;
  }

  .tablet-col-3-4:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-col-3-4__centered {
    width: 75%;
    margin-left: 12.5%;
  }

  .tablet-col-3-4__collapse {
    float: left;
    display: block;
    width: 75%;
  }

  .tablet-col-3-4__table {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }

  .tablet-col-3-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-col-3-4__flex {
    width: 72.75%;
  }

  .tablet-col-3-4__flex-collapsed {
    width: 75%;
  }

  .tablet-col-1-5 {
    float: left;
    display: block;
    width: 18.1138787216%;
  }

  .tablet-col-1-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-5:last-child {
    margin-right: 0;
  }

  .tablet-col-1-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-1-5__centered {
    width: 20%;
    margin-left: 40%;
  }

  .tablet-col-1-5__collapse {
    float: left;
    display: block;
    width: 20%;
  }

  .tablet-col-1-5__table {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }

  .tablet-col-1-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-1-5__flex {
    width: 19.4%;
  }

  .tablet-col-1-5__flex-collapsed {
    width: 20%;
  }

  .tablet-col-2-5 {
    float: left;
    display: block;
    width: 38.5854090412%;
  }

  .tablet-col-2-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-2-5:last-child {
    margin-right: 0;
  }

  .tablet-col-2-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-2-5__centered {
    width: 40%;
    margin-left: 30%;
  }

  .tablet-col-2-5__collapse {
    float: left;
    display: block;
    width: 40%;
  }

  .tablet-col-2-5__table {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .tablet-col-2-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-2-5__flex {
    width: 38.8%;
  }

  .tablet-col-2-5__flex-collapsed {
    width: 40%;
  }

  .tablet-col-3-5 {
    float: left;
    display: block;
    width: 59.0569393608%;
  }

  .tablet-col-3-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-3-5:last-child {
    margin-right: 0;
  }

  .tablet-col-3-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-3-5__centered {
    width: 60%;
    margin-left: 20%;
  }

  .tablet-col-3-5__collapse {
    float: left;
    display: block;
    width: 60%;
  }

  .tablet-col-3-5__table {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  .tablet-col-3-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-3-5__flex {
    width: 58.2%;
  }

  .tablet-col-3-5__flex-collapsed {
    width: 60%;
  }

  .tablet-col-4-5 {
    float: left;
    display: block;
    width: 79.5284696804%;
  }

  .tablet-col-4-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-4-5:last-child {
    margin-right: 0;
  }

  .tablet-col-4-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-4-5__centered {
    width: 80%;
    margin-left: 10%;
  }

  .tablet-col-4-5__collapse {
    float: left;
    display: block;
    width: 80%;
  }

  .tablet-col-4-5__table {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .tablet-col-4-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-col-4-5__flex {
    width: 77.6%;
  }

  .tablet-col-4-5__flex-collapsed {
    width: 80%;
  }

  .tablet-col-1-6 {
    float: left;
    display: block;
    width: 14.7019570017%;
  }

  .tablet-col-1-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-6:last-child {
    margin-right: 0;
  }

  .tablet-col-1-6:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-col-1-6__centered {
    width: 16.6666666667%;
    margin-left: 41.6666666667%;
  }

  .tablet-col-1-6__collapse {
    float: left;
    display: block;
    width: 16.6666666667%;
  }

  .tablet-col-1-6__table {
    display: table-cell;
    width: 16.6666666667%;
    vertical-align: top;
  }

  .tablet-col-1-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-col-1-6__flex {
    width: 16.1666666667%;
  }

  .tablet-col-1-6__flex-collapsed {
    width: 16.6666666667%;
  }

  .tablet-col-5-6 {
    float: left;
    display: block;
    width: 82.9403914003%;
  }

  .tablet-col-5-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-5-6:last-child {
    margin-right: 0;
  }

  .tablet-col-5-6:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-col-5-6__centered {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }

  .tablet-col-5-6__collapse {
    float: left;
    display: block;
    width: 83.3333333333%;
  }

  .tablet-col-5-6__table {
    display: table-cell;
    width: 83.3333333333%;
    vertical-align: top;
  }

  .tablet-col-5-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-col-5-6__flex {
    width: 80.8333333333%;
  }

  .tablet-col-5-6__flex-collapsed {
    width: 83.3333333333%;
  }

  .tablet-col-1-7 {
    float: left;
    display: block;
    width: 12.2648700589%;
  }

  .tablet-col-1-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-7:last-child {
    margin-right: 0;
  }

  .tablet-col-1-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-1-7__centered {
    width: 14.2857142857%;
    margin-left: 42.8571428571%;
  }

  .tablet-col-1-7__collapse {
    float: left;
    display: block;
    width: 14.2857142857%;
  }

  .tablet-col-1-7__table {
    display: table-cell;
    width: 14.2857142857%;
    vertical-align: top;
  }

  .tablet-col-1-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-1-7__flex {
    width: 13.8571428571%;
  }

  .tablet-col-1-7__flex-collapsed {
    width: 14.2857142857%;
  }

  .tablet-col-2-7 {
    float: left;
    display: block;
    width: 26.8873917158%;
  }

  .tablet-col-2-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-2-7:last-child {
    margin-right: 0;
  }

  .tablet-col-2-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-2-7__centered {
    width: 28.5714285714%;
    margin-left: 35.7142857143%;
  }

  .tablet-col-2-7__collapse {
    float: left;
    display: block;
    width: 28.5714285714%;
  }

  .tablet-col-2-7__table {
    display: table-cell;
    width: 28.5714285714%;
    vertical-align: top;
  }

  .tablet-col-2-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-2-7__flex {
    width: 27.7142857143%;
  }

  .tablet-col-2-7__flex-collapsed {
    width: 28.5714285714%;
  }

  .tablet-col-3-7 {
    float: left;
    display: block;
    width: 41.5099133726%;
  }

  .tablet-col-3-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-3-7:last-child {
    margin-right: 0;
  }

  .tablet-col-3-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-3-7__centered {
    width: 42.8571428571%;
    margin-left: 28.5714285714%;
  }

  .tablet-col-3-7__collapse {
    float: left;
    display: block;
    width: 42.8571428571%;
  }

  .tablet-col-3-7__table {
    display: table-cell;
    width: 42.8571428571%;
    vertical-align: top;
  }

  .tablet-col-3-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-3-7__flex {
    width: 41.5714285714%;
  }

  .tablet-col-3-7__flex-collapsed {
    width: 42.8571428571%;
  }

  .tablet-col-4-7 {
    float: left;
    display: block;
    width: 56.1324350295%;
  }

  .tablet-col-4-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-4-7:last-child {
    margin-right: 0;
  }

  .tablet-col-4-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-4-7__centered {
    width: 57.1428571429%;
    margin-left: 21.4285714286%;
  }

  .tablet-col-4-7__collapse {
    float: left;
    display: block;
    width: 57.1428571429%;
  }

  .tablet-col-4-7__table {
    display: table-cell;
    width: 57.1428571429%;
    vertical-align: top;
  }

  .tablet-col-4-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-4-7__flex {
    width: 55.4285714286%;
  }

  .tablet-col-4-7__flex-collapsed {
    width: 57.1428571429%;
  }

  .tablet-col-5-7 {
    float: left;
    display: block;
    width: 70.7549566863%;
  }

  .tablet-col-5-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-5-7:last-child {
    margin-right: 0;
  }

  .tablet-col-5-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-5-7__centered {
    width: 71.4285714286%;
    margin-left: 14.2857142857%;
  }

  .tablet-col-5-7__collapse {
    float: left;
    display: block;
    width: 71.4285714286%;
  }

  .tablet-col-5-7__table {
    display: table-cell;
    width: 71.4285714286%;
    vertical-align: top;
  }

  .tablet-col-5-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-5-7__flex {
    width: 69.2857142857%;
  }

  .tablet-col-5-7__flex-collapsed {
    width: 71.4285714286%;
  }

  .tablet-col-6-7 {
    float: left;
    display: block;
    width: 85.3774783432%;
  }

  .tablet-col-6-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-6-7:last-child {
    margin-right: 0;
  }

  .tablet-col-6-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-6-7__centered {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
  }

  .tablet-col-6-7__collapse {
    float: left;
    display: block;
    width: 85.7142857143%;
  }

  .tablet-col-6-7__table {
    display: table-cell;
    width: 85.7142857143%;
    vertical-align: top;
  }

  .tablet-col-6-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-col-6-7__flex {
    width: 83.1428571429%;
  }

  .tablet-col-6-7__flex-collapsed {
    width: 85.7142857143%;
  }

  .tablet-col-1-8 {
    float: left;
    display: block;
    width: 10.4370548518%;
  }

  .tablet-col-1-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-8:last-child {
    margin-right: 0;
  }

  .tablet-col-1-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-1-8__centered {
    width: 12.5%;
    margin-left: 43.75%;
  }

  .tablet-col-1-8__collapse {
    float: left;
    display: block;
    width: 12.5%;
  }

  .tablet-col-1-8__table {
    display: table-cell;
    width: 12.5%;
    vertical-align: top;
  }

  .tablet-col-1-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-1-8__flex {
    width: 12.125%;
  }

  .tablet-col-1-8__flex-collapsed {
    width: 12.5%;
  }

  .tablet-col-3-8 {
    float: left;
    display: block;
    width: 36.0264677513%;
  }

  .tablet-col-3-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-3-8:last-child {
    margin-right: 0;
  }

  .tablet-col-3-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-3-8__centered {
    width: 37.5%;
    margin-left: 31.25%;
  }

  .tablet-col-3-8__collapse {
    float: left;
    display: block;
    width: 37.5%;
  }

  .tablet-col-3-8__table {
    display: table-cell;
    width: 37.5%;
    vertical-align: top;
  }

  .tablet-col-3-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-3-8__flex {
    width: 36.375%;
  }

  .tablet-col-3-8__flex-collapsed {
    width: 37.5%;
  }

  .tablet-col-5-8 {
    float: left;
    display: block;
    width: 61.6158806508%;
  }

  .tablet-col-5-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-5-8:last-child {
    margin-right: 0;
  }

  .tablet-col-5-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-5-8__centered {
    width: 62.5%;
    margin-left: 18.75%;
  }

  .tablet-col-5-8__collapse {
    float: left;
    display: block;
    width: 62.5%;
  }

  .tablet-col-5-8__table {
    display: table-cell;
    width: 62.5%;
    vertical-align: top;
  }

  .tablet-col-5-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-5-8__flex {
    width: 60.625%;
  }

  .tablet-col-5-8__flex-collapsed {
    width: 62.5%;
  }

  .tablet-col-7-8 {
    float: left;
    display: block;
    width: 87.2052935503%;
  }

  .tablet-col-7-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-7-8:last-child {
    margin-right: 0;
  }

  .tablet-col-7-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-7-8__centered {
    width: 87.5%;
    margin-left: 6.25%;
  }

  .tablet-col-7-8__collapse {
    float: left;
    display: block;
    width: 87.5%;
  }

  .tablet-col-7-8__table {
    display: table-cell;
    width: 87.5%;
    vertical-align: top;
  }

  .tablet-col-7-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-col-7-8__flex {
    width: 84.875%;
  }

  .tablet-col-7-8__flex-collapsed {
    width: 87.5%;
  }

  .tablet-col-4-9 {
    float: left;
    display: block;
    width: 43.1346380011%;
  }

  .tablet-col-4-9:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-4-9:last-child {
    margin-right: 0;
  }

  .tablet-col-4-9:nth-child(9n) {
    margin-right: 0;
  }

  .tablet-col-4-9__centered {
    width: 44.4444444444%;
    margin-left: 27.7777777778%;
  }

  .tablet-col-4-9__collapse {
    float: left;
    display: block;
    width: 44.4444444444%;
  }

  .tablet-col-4-9__table {
    display: table-cell;
    width: 44.4444444444%;
    vertical-align: top;
  }

  .tablet-col-4-9__table:nth-child(9n) {
    margin-right: 0;
  }

  .tablet-col-4-9__flex {
    width: 43.1111111111%;
  }

  .tablet-col-4-9__flex-collapsed {
    width: 44.4444444444%;
  }

  .tablet-col-1-12 {
    float: left;
    display: block;
    width: 6.1721527019%;
  }

  .tablet-col-1-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-1-12:last-child {
    margin-right: 0;
  }

  .tablet-col-1-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-1-12__centered {
    width: 8.3333333333%;
    margin-left: 45.8333333333%;
  }

  .tablet-col-1-12__collapse {
    float: left;
    display: block;
    width: 8.3333333333%;
  }

  .tablet-col-1-12__table {
    display: table-cell;
    width: 8.3333333333%;
    vertical-align: top;
  }

  .tablet-col-1-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-1-12__flex {
    width: 8.0833333333%;
  }

  .tablet-col-1-12__flex-collapsed {
    width: 8.3333333333%;
  }

  .tablet-col-3-12 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .tablet-col-3-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-3-12:last-child {
    margin-right: 0;
  }

  .tablet-col-3-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-3-12__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .tablet-col-3-12__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .tablet-col-3-12__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .tablet-col-3-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-3-12__flex {
    width: 24.25%;
  }

  .tablet-col-3-12__flex-collapsed {
    width: 25%;
  }

  .tablet-col-5-12 {
    float: left;
    display: block;
    width: 40.2913699012%;
  }

  .tablet-col-5-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-5-12:last-child {
    margin-right: 0;
  }

  .tablet-col-5-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-5-12__centered {
    width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }

  .tablet-col-5-12__collapse {
    float: left;
    display: block;
    width: 41.6666666667%;
  }

  .tablet-col-5-12__table {
    display: table-cell;
    width: 41.6666666667%;
    vertical-align: top;
  }

  .tablet-col-5-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-5-12__flex {
    width: 40.4166666667%;
  }

  .tablet-col-5-12__flex-collapsed {
    width: 41.6666666667%;
  }

  .tablet-col-7-12 {
    float: left;
    display: block;
    width: 57.3509785009%;
  }

  .tablet-col-7-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-7-12:last-child {
    margin-right: 0;
  }

  .tablet-col-7-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-7-12__centered {
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }

  .tablet-col-7-12__collapse {
    float: left;
    display: block;
    width: 58.3333333333%;
  }

  .tablet-col-7-12__table {
    display: table-cell;
    width: 58.3333333333%;
    vertical-align: top;
  }

  .tablet-col-7-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-7-12__flex {
    width: 56.5833333333%;
  }

  .tablet-col-7-12__flex-collapsed {
    width: 58.3333333333%;
  }

  .tablet-col-11-12 {
    float: left;
    display: block;
    width: 91.4701957002%;
  }

  .tablet-col-11-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-col-11-12:last-child {
    margin-right: 0;
  }

  .tablet-col-11-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-11-12__centered {
    width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }

  .tablet-col-11-12__collapse {
    float: left;
    display: block;
    width: 91.6666666667%;
  }

  .tablet-col-11-12__table {
    display: table-cell;
    width: 91.6666666667%;
    vertical-align: top;
  }

  .tablet-col-11-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-col-11-12__flex {
    width: 88.9166666667%;
  }

  .tablet-col-11-12__flex-collapsed {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 769px) {
  .tablet-landscape-col-1-1 {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .tablet-landscape-col-1-1:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-1:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-1:nth-child(1n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-1__centered {
    width: 100%;
    margin-left: 0%;
  }

  .tablet-landscape-col-1-1__collapse {
    float: left;
    display: block;
    width: 100%;
  }

  .tablet-landscape-col-1-1__table {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-1__table:nth-child(1n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-1__flex {
    width: 100%;
  }

  .tablet-landscape-col-1-1__flex-column {
    width: 97%;
  }

  .tablet-landscape-col-1-1__flex-collapsed {
    width: 100%;
  }

  .tablet-landscape-col-1-2 {
    float: left;
    display: block;
    width: 48.821174201%;
  }

  .tablet-landscape-col-1-2:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-2:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-2:nth-child(2n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-2__centered {
    width: 50%;
    margin-left: 25%;
  }

  .tablet-landscape-col-1-2__collapse {
    float: left;
    display: block;
    width: 50%;
  }

  .tablet-landscape-col-1-2__table {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-2__table:nth-child(2n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-2__flex {
    width: 48.5%;
  }

  .tablet-landscape-col-1-2__flex-collapsed {
    width: 50%;
  }

  .tablet-landscape-col-1-3 {
    float: left;
    display: block;
    width: 31.7615656014%;
  }

  .tablet-landscape-col-1-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-3:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-3:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-3__centered {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }

  .tablet-landscape-col-1-3__collapse {
    float: left;
    display: block;
    width: 33.3333333333%;
  }

  .tablet-landscape-col-1-3__table {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-3__flex {
    width: 32.3333333333%;
  }

  .tablet-landscape-col-1-3__flex-collapsed {
    width: 33.3333333333%;
  }

  .tablet-landscape-col-2-3 {
    float: left;
    display: block;
    width: 65.8807828007%;
  }

  .tablet-landscape-col-2-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-2-3:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-2-3:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-landscape-col-2-3__centered {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .tablet-landscape-col-2-3__collapse {
    float: left;
    display: block;
    width: 66.6666666667%;
  }

  .tablet-landscape-col-2-3__table {
    display: table-cell;
    width: 66.6666666667%;
    vertical-align: top;
  }

  .tablet-landscape-col-2-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .tablet-landscape-col-2-3__flex {
    width: 64.6666666667%;
  }

  .tablet-landscape-col-2-3__flex-collapsed {
    width: 66.6666666667%;
  }

  .tablet-landscape-col-1-4 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .tablet-landscape-col-1-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-4:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-4:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-4__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .tablet-landscape-col-1-4__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .tablet-landscape-col-1-4__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-4__flex {
    width: 24.25%;
  }

  .tablet-landscape-col-1-4__flex-collapsed {
    width: 25%;
  }

  .tablet-landscape-col-3-4 {
    float: left;
    display: block;
    width: 74.4105871005%;
  }

  .tablet-landscape-col-3-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-3-4:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-3-4:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-4__centered {
    width: 75%;
    margin-left: 12.5%;
  }

  .tablet-landscape-col-3-4__collapse {
    float: left;
    display: block;
    width: 75%;
  }

  .tablet-landscape-col-3-4__table {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }

  .tablet-landscape-col-3-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-4__flex {
    width: 72.75%;
  }

  .tablet-landscape-col-3-4__flex-collapsed {
    width: 75%;
  }

  .tablet-landscape-col-1-5 {
    float: left;
    display: block;
    width: 18.1138787216%;
  }

  .tablet-landscape-col-1-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-5:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-5__centered {
    width: 20%;
    margin-left: 40%;
  }

  .tablet-landscape-col-1-5__collapse {
    float: left;
    display: block;
    width: 20%;
  }

  .tablet-landscape-col-1-5__table {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-5__flex {
    width: 19.4%;
  }

  .tablet-landscape-col-1-5__flex-collapsed {
    width: 20%;
  }

  .tablet-landscape-col-2-5 {
    float: left;
    display: block;
    width: 38.5854090412%;
  }

  .tablet-landscape-col-2-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-2-5:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-2-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-2-5__centered {
    width: 40%;
    margin-left: 30%;
  }

  .tablet-landscape-col-2-5__collapse {
    float: left;
    display: block;
    width: 40%;
  }

  .tablet-landscape-col-2-5__table {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .tablet-landscape-col-2-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-2-5__flex {
    width: 38.8%;
  }

  .tablet-landscape-col-2-5__flex-collapsed {
    width: 40%;
  }

  .tablet-landscape-col-3-5 {
    float: left;
    display: block;
    width: 59.0569393608%;
  }

  .tablet-landscape-col-3-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-3-5:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-3-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-5__centered {
    width: 60%;
    margin-left: 20%;
  }

  .tablet-landscape-col-3-5__collapse {
    float: left;
    display: block;
    width: 60%;
  }

  .tablet-landscape-col-3-5__table {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  .tablet-landscape-col-3-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-5__flex {
    width: 58.2%;
  }

  .tablet-landscape-col-3-5__flex-collapsed {
    width: 60%;
  }

  .tablet-landscape-col-4-5 {
    float: left;
    display: block;
    width: 79.5284696804%;
  }

  .tablet-landscape-col-4-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-4-5:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-4-5:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-4-5__centered {
    width: 80%;
    margin-left: 10%;
  }

  .tablet-landscape-col-4-5__collapse {
    float: left;
    display: block;
    width: 80%;
  }

  .tablet-landscape-col-4-5__table {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .tablet-landscape-col-4-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .tablet-landscape-col-4-5__flex {
    width: 77.6%;
  }

  .tablet-landscape-col-4-5__flex-collapsed {
    width: 80%;
  }

  .tablet-landscape-col-1-6 {
    float: left;
    display: block;
    width: 14.7019570017%;
  }

  .tablet-landscape-col-1-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-6:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-6:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-6__centered {
    width: 16.6666666667%;
    margin-left: 41.6666666667%;
  }

  .tablet-landscape-col-1-6__collapse {
    float: left;
    display: block;
    width: 16.6666666667%;
  }

  .tablet-landscape-col-1-6__table {
    display: table-cell;
    width: 16.6666666667%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-6__flex {
    width: 16.1666666667%;
  }

  .tablet-landscape-col-1-6__flex-collapsed {
    width: 16.6666666667%;
  }

  .tablet-landscape-col-5-6 {
    float: left;
    display: block;
    width: 82.9403914003%;
  }

  .tablet-landscape-col-5-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-5-6:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-5-6:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-6__centered {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }

  .tablet-landscape-col-5-6__collapse {
    float: left;
    display: block;
    width: 83.3333333333%;
  }

  .tablet-landscape-col-5-6__table {
    display: table-cell;
    width: 83.3333333333%;
    vertical-align: top;
  }

  .tablet-landscape-col-5-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-6__flex {
    width: 80.8333333333%;
  }

  .tablet-landscape-col-5-6__flex-collapsed {
    width: 83.3333333333%;
  }

  .tablet-landscape-col-1-7 {
    float: left;
    display: block;
    width: 12.2648700589%;
  }

  .tablet-landscape-col-1-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-7:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-7__centered {
    width: 14.2857142857%;
    margin-left: 42.8571428571%;
  }

  .tablet-landscape-col-1-7__collapse {
    float: left;
    display: block;
    width: 14.2857142857%;
  }

  .tablet-landscape-col-1-7__table {
    display: table-cell;
    width: 14.2857142857%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-7__flex {
    width: 13.8571428571%;
  }

  .tablet-landscape-col-1-7__flex-collapsed {
    width: 14.2857142857%;
  }

  .tablet-landscape-col-2-7 {
    float: left;
    display: block;
    width: 26.8873917158%;
  }

  .tablet-landscape-col-2-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-2-7:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-2-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-2-7__centered {
    width: 28.5714285714%;
    margin-left: 35.7142857143%;
  }

  .tablet-landscape-col-2-7__collapse {
    float: left;
    display: block;
    width: 28.5714285714%;
  }

  .tablet-landscape-col-2-7__table {
    display: table-cell;
    width: 28.5714285714%;
    vertical-align: top;
  }

  .tablet-landscape-col-2-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-2-7__flex {
    width: 27.7142857143%;
  }

  .tablet-landscape-col-2-7__flex-collapsed {
    width: 28.5714285714%;
  }

  .tablet-landscape-col-3-7 {
    float: left;
    display: block;
    width: 41.5099133726%;
  }

  .tablet-landscape-col-3-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-3-7:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-3-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-7__centered {
    width: 42.8571428571%;
    margin-left: 28.5714285714%;
  }

  .tablet-landscape-col-3-7__collapse {
    float: left;
    display: block;
    width: 42.8571428571%;
  }

  .tablet-landscape-col-3-7__table {
    display: table-cell;
    width: 42.8571428571%;
    vertical-align: top;
  }

  .tablet-landscape-col-3-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-7__flex {
    width: 41.5714285714%;
  }

  .tablet-landscape-col-3-7__flex-collapsed {
    width: 42.8571428571%;
  }

  .tablet-landscape-col-4-7 {
    float: left;
    display: block;
    width: 56.1324350295%;
  }

  .tablet-landscape-col-4-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-4-7:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-4-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-4-7__centered {
    width: 57.1428571429%;
    margin-left: 21.4285714286%;
  }

  .tablet-landscape-col-4-7__collapse {
    float: left;
    display: block;
    width: 57.1428571429%;
  }

  .tablet-landscape-col-4-7__table {
    display: table-cell;
    width: 57.1428571429%;
    vertical-align: top;
  }

  .tablet-landscape-col-4-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-4-7__flex {
    width: 55.4285714286%;
  }

  .tablet-landscape-col-4-7__flex-collapsed {
    width: 57.1428571429%;
  }

  .tablet-landscape-col-5-7 {
    float: left;
    display: block;
    width: 70.7549566863%;
  }

  .tablet-landscape-col-5-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-5-7:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-5-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-7__centered {
    width: 71.4285714286%;
    margin-left: 14.2857142857%;
  }

  .tablet-landscape-col-5-7__collapse {
    float: left;
    display: block;
    width: 71.4285714286%;
  }

  .tablet-landscape-col-5-7__table {
    display: table-cell;
    width: 71.4285714286%;
    vertical-align: top;
  }

  .tablet-landscape-col-5-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-7__flex {
    width: 69.2857142857%;
  }

  .tablet-landscape-col-5-7__flex-collapsed {
    width: 71.4285714286%;
  }

  .tablet-landscape-col-6-7 {
    float: left;
    display: block;
    width: 85.3774783432%;
  }

  .tablet-landscape-col-6-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-6-7:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-6-7:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-6-7__centered {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
  }

  .tablet-landscape-col-6-7__collapse {
    float: left;
    display: block;
    width: 85.7142857143%;
  }

  .tablet-landscape-col-6-7__table {
    display: table-cell;
    width: 85.7142857143%;
    vertical-align: top;
  }

  .tablet-landscape-col-6-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .tablet-landscape-col-6-7__flex {
    width: 83.1428571429%;
  }

  .tablet-landscape-col-6-7__flex-collapsed {
    width: 85.7142857143%;
  }

  .tablet-landscape-col-1-8 {
    float: left;
    display: block;
    width: 10.4370548518%;
  }

  .tablet-landscape-col-1-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-8:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-8__centered {
    width: 12.5%;
    margin-left: 43.75%;
  }

  .tablet-landscape-col-1-8__collapse {
    float: left;
    display: block;
    width: 12.5%;
  }

  .tablet-landscape-col-1-8__table {
    display: table-cell;
    width: 12.5%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-8__flex {
    width: 12.125%;
  }

  .tablet-landscape-col-1-8__flex-collapsed {
    width: 12.5%;
  }

  .tablet-landscape-col-3-8 {
    float: left;
    display: block;
    width: 36.0264677513%;
  }

  .tablet-landscape-col-3-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-3-8:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-3-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-8__centered {
    width: 37.5%;
    margin-left: 31.25%;
  }

  .tablet-landscape-col-3-8__collapse {
    float: left;
    display: block;
    width: 37.5%;
  }

  .tablet-landscape-col-3-8__table {
    display: table-cell;
    width: 37.5%;
    vertical-align: top;
  }

  .tablet-landscape-col-3-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-8__flex {
    width: 36.375%;
  }

  .tablet-landscape-col-3-8__flex-collapsed {
    width: 37.5%;
  }

  .tablet-landscape-col-5-8 {
    float: left;
    display: block;
    width: 61.6158806508%;
  }

  .tablet-landscape-col-5-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-5-8:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-5-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-8__centered {
    width: 62.5%;
    margin-left: 18.75%;
  }

  .tablet-landscape-col-5-8__collapse {
    float: left;
    display: block;
    width: 62.5%;
  }

  .tablet-landscape-col-5-8__table {
    display: table-cell;
    width: 62.5%;
    vertical-align: top;
  }

  .tablet-landscape-col-5-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-8__flex {
    width: 60.625%;
  }

  .tablet-landscape-col-5-8__flex-collapsed {
    width: 62.5%;
  }

  .tablet-landscape-col-7-8 {
    float: left;
    display: block;
    width: 87.2052935503%;
  }

  .tablet-landscape-col-7-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-7-8:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-7-8:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-7-8__centered {
    width: 87.5%;
    margin-left: 6.25%;
  }

  .tablet-landscape-col-7-8__collapse {
    float: left;
    display: block;
    width: 87.5%;
  }

  .tablet-landscape-col-7-8__table {
    display: table-cell;
    width: 87.5%;
    vertical-align: top;
  }

  .tablet-landscape-col-7-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .tablet-landscape-col-7-8__flex {
    width: 84.875%;
  }

  .tablet-landscape-col-7-8__flex-collapsed {
    width: 87.5%;
  }

  .tablet-landscape-col-4-9 {
    float: left;
    display: block;
    width: 43.1346380011%;
  }

  .tablet-landscape-col-4-9:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-4-9:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-4-9:nth-child(9n) {
    margin-right: 0;
  }

  .tablet-landscape-col-4-9__centered {
    width: 44.4444444444%;
    margin-left: 27.7777777778%;
  }

  .tablet-landscape-col-4-9__collapse {
    float: left;
    display: block;
    width: 44.4444444444%;
  }

  .tablet-landscape-col-4-9__table {
    display: table-cell;
    width: 44.4444444444%;
    vertical-align: top;
  }

  .tablet-landscape-col-4-9__table:nth-child(9n) {
    margin-right: 0;
  }

  .tablet-landscape-col-4-9__flex {
    width: 43.1111111111%;
  }

  .tablet-landscape-col-4-9__flex-collapsed {
    width: 44.4444444444%;
  }

  .tablet-landscape-col-1-12 {
    float: left;
    display: block;
    width: 6.1721527019%;
  }

  .tablet-landscape-col-1-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-1-12:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-1-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-12__centered {
    width: 8.3333333333%;
    margin-left: 45.8333333333%;
  }

  .tablet-landscape-col-1-12__collapse {
    float: left;
    display: block;
    width: 8.3333333333%;
  }

  .tablet-landscape-col-1-12__table {
    display: table-cell;
    width: 8.3333333333%;
    vertical-align: top;
  }

  .tablet-landscape-col-1-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-1-12__flex {
    width: 8.0833333333%;
  }

  .tablet-landscape-col-1-12__flex-collapsed {
    width: 8.3333333333%;
  }

  .tablet-landscape-col-3-12 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .tablet-landscape-col-3-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-3-12:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-3-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-12__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .tablet-landscape-col-3-12__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .tablet-landscape-col-3-12__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .tablet-landscape-col-3-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-3-12__flex {
    width: 24.25%;
  }

  .tablet-landscape-col-3-12__flex-collapsed {
    width: 25%;
  }

  .tablet-landscape-col-5-12 {
    float: left;
    display: block;
    width: 40.2913699012%;
  }

  .tablet-landscape-col-5-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-5-12:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-5-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-12__centered {
    width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }

  .tablet-landscape-col-5-12__collapse {
    float: left;
    display: block;
    width: 41.6666666667%;
  }

  .tablet-landscape-col-5-12__table {
    display: table-cell;
    width: 41.6666666667%;
    vertical-align: top;
  }

  .tablet-landscape-col-5-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-5-12__flex {
    width: 40.4166666667%;
  }

  .tablet-landscape-col-5-12__flex-collapsed {
    width: 41.6666666667%;
  }

  .tablet-landscape-col-7-12 {
    float: left;
    display: block;
    width: 57.3509785009%;
  }

  .tablet-landscape-col-7-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-7-12:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-7-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-7-12__centered {
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }

  .tablet-landscape-col-7-12__collapse {
    float: left;
    display: block;
    width: 58.3333333333%;
  }

  .tablet-landscape-col-7-12__table {
    display: table-cell;
    width: 58.3333333333%;
    vertical-align: top;
  }

  .tablet-landscape-col-7-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-7-12__flex {
    width: 56.5833333333%;
  }

  .tablet-landscape-col-7-12__flex-collapsed {
    width: 58.3333333333%;
  }

  .tablet-landscape-col-11-12 {
    float: left;
    display: block;
    width: 91.4701957002%;
  }

  .tablet-landscape-col-11-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .tablet-landscape-col-11-12:last-child {
    margin-right: 0;
  }

  .tablet-landscape-col-11-12:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-11-12__centered {
    width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }

  .tablet-landscape-col-11-12__collapse {
    float: left;
    display: block;
    width: 91.6666666667%;
  }

  .tablet-landscape-col-11-12__table {
    display: table-cell;
    width: 91.6666666667%;
    vertical-align: top;
  }

  .tablet-landscape-col-11-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .tablet-landscape-col-11-12__flex {
    width: 88.9166666667%;
  }

  .tablet-landscape-col-11-12__flex-collapsed {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 1024px) {
  .desktop-col-1-1 {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .desktop-col-1-1:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-1:last-child {
    margin-right: 0;
  }

  .desktop-col-1-1:nth-child(1n) {
    margin-right: 0;
  }

  .desktop-col-1-1__centered {
    width: 100%;
    margin-left: 0%;
  }

  .desktop-col-1-1__collapse {
    float: left;
    display: block;
    width: 100%;
  }

  .desktop-col-1-1__table {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .desktop-col-1-1__table:nth-child(1n) {
    margin-right: 0;
  }

  .desktop-col-1-1__flex {
    width: 100%;
  }

  .desktop-col-1-1__flex-column {
    width: 97%;
  }

  .desktop-col-1-1__flex-collapsed {
    width: 100%;
  }

  .desktop-col-1-2 {
    float: left;
    display: block;
    width: 48.821174201%;
  }

  .desktop-col-1-2:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-2:last-child {
    margin-right: 0;
  }

  .desktop-col-1-2:nth-child(2n) {
    margin-right: 0;
  }

  .desktop-col-1-2__centered {
    width: 50%;
    margin-left: 25%;
  }

  .desktop-col-1-2__collapse {
    float: left;
    display: block;
    width: 50%;
  }

  .desktop-col-1-2__table {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .desktop-col-1-2__table:nth-child(2n) {
    margin-right: 0;
  }

  .desktop-col-1-2__flex {
    width: 48.5%;
  }

  .desktop-col-1-2__flex-collapsed {
    width: 50%;
  }

  .desktop-col-1-3 {
    float: left;
    display: block;
    width: 31.7615656014%;
  }

  .desktop-col-1-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-3:last-child {
    margin-right: 0;
  }

  .desktop-col-1-3:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-col-1-3__centered {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }

  .desktop-col-1-3__collapse {
    float: left;
    display: block;
    width: 33.3333333333%;
  }

  .desktop-col-1-3__table {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
  }

  .desktop-col-1-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-col-1-3__flex {
    width: 32.3333333333%;
  }

  .desktop-col-1-3__flex-collapsed {
    width: 33.3333333333%;
  }

  .desktop-col-2-3 {
    float: left;
    display: block;
    width: 65.8807828007%;
  }

  .desktop-col-2-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-2-3:last-child {
    margin-right: 0;
  }

  .desktop-col-2-3:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-col-2-3__centered {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .desktop-col-2-3__collapse {
    float: left;
    display: block;
    width: 66.6666666667%;
  }

  .desktop-col-2-3__table {
    display: table-cell;
    width: 66.6666666667%;
    vertical-align: top;
  }

  .desktop-col-2-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-col-2-3__flex {
    width: 64.6666666667%;
  }

  .desktop-col-2-3__flex-collapsed {
    width: 66.6666666667%;
  }

  .desktop-col-1-4 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .desktop-col-1-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-4:last-child {
    margin-right: 0;
  }

  .desktop-col-1-4:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-col-1-4__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .desktop-col-1-4__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .desktop-col-1-4__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .desktop-col-1-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-col-1-4__flex {
    width: 24.25%;
  }

  .desktop-col-1-4__flex-collapsed {
    width: 25%;
  }

  .desktop-col-3-4 {
    float: left;
    display: block;
    width: 74.4105871005%;
  }

  .desktop-col-3-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-3-4:last-child {
    margin-right: 0;
  }

  .desktop-col-3-4:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-col-3-4__centered {
    width: 75%;
    margin-left: 12.5%;
  }

  .desktop-col-3-4__collapse {
    float: left;
    display: block;
    width: 75%;
  }

  .desktop-col-3-4__table {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }

  .desktop-col-3-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-col-3-4__flex {
    width: 72.75%;
  }

  .desktop-col-3-4__flex-collapsed {
    width: 75%;
  }

  .desktop-col-1-5 {
    float: left;
    display: block;
    width: 18.1138787216%;
  }

  .desktop-col-1-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-5:last-child {
    margin-right: 0;
  }

  .desktop-col-1-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-1-5__centered {
    width: 20%;
    margin-left: 40%;
  }

  .desktop-col-1-5__collapse {
    float: left;
    display: block;
    width: 20%;
  }

  .desktop-col-1-5__table {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }

  .desktop-col-1-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-1-5__flex {
    width: 19.4%;
  }

  .desktop-col-1-5__flex-collapsed {
    width: 20%;
  }

  .desktop-col-2-5 {
    float: left;
    display: block;
    width: 38.5854090412%;
  }

  .desktop-col-2-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-2-5:last-child {
    margin-right: 0;
  }

  .desktop-col-2-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-2-5__centered {
    width: 40%;
    margin-left: 30%;
  }

  .desktop-col-2-5__collapse {
    float: left;
    display: block;
    width: 40%;
  }

  .desktop-col-2-5__table {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .desktop-col-2-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-2-5__flex {
    width: 38.8%;
  }

  .desktop-col-2-5__flex-collapsed {
    width: 40%;
  }

  .desktop-col-3-5 {
    float: left;
    display: block;
    width: 59.0569393608%;
  }

  .desktop-col-3-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-3-5:last-child {
    margin-right: 0;
  }

  .desktop-col-3-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-3-5__centered {
    width: 60%;
    margin-left: 20%;
  }

  .desktop-col-3-5__collapse {
    float: left;
    display: block;
    width: 60%;
  }

  .desktop-col-3-5__table {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  .desktop-col-3-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-3-5__flex {
    width: 58.2%;
  }

  .desktop-col-3-5__flex-collapsed {
    width: 60%;
  }

  .desktop-col-4-5 {
    float: left;
    display: block;
    width: 79.5284696804%;
  }

  .desktop-col-4-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-4-5:last-child {
    margin-right: 0;
  }

  .desktop-col-4-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-4-5__centered {
    width: 80%;
    margin-left: 10%;
  }

  .desktop-col-4-5__collapse {
    float: left;
    display: block;
    width: 80%;
  }

  .desktop-col-4-5__table {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .desktop-col-4-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-col-4-5__flex {
    width: 77.6%;
  }

  .desktop-col-4-5__flex-collapsed {
    width: 80%;
  }

  .desktop-col-1-6 {
    float: left;
    display: block;
    width: 14.7019570017%;
  }

  .desktop-col-1-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-6:last-child {
    margin-right: 0;
  }

  .desktop-col-1-6:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-col-1-6__centered {
    width: 16.6666666667%;
    margin-left: 41.6666666667%;
  }

  .desktop-col-1-6__collapse {
    float: left;
    display: block;
    width: 16.6666666667%;
  }

  .desktop-col-1-6__table {
    display: table-cell;
    width: 16.6666666667%;
    vertical-align: top;
  }

  .desktop-col-1-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-col-1-6__flex {
    width: 16.1666666667%;
  }

  .desktop-col-1-6__flex-collapsed {
    width: 16.6666666667%;
  }

  .desktop-col-5-6 {
    float: left;
    display: block;
    width: 82.9403914003%;
  }

  .desktop-col-5-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-5-6:last-child {
    margin-right: 0;
  }

  .desktop-col-5-6:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-col-5-6__centered {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }

  .desktop-col-5-6__collapse {
    float: left;
    display: block;
    width: 83.3333333333%;
  }

  .desktop-col-5-6__table {
    display: table-cell;
    width: 83.3333333333%;
    vertical-align: top;
  }

  .desktop-col-5-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-col-5-6__flex {
    width: 80.8333333333%;
  }

  .desktop-col-5-6__flex-collapsed {
    width: 83.3333333333%;
  }

  .desktop-col-1-7 {
    float: left;
    display: block;
    width: 12.2648700589%;
  }

  .desktop-col-1-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-7:last-child {
    margin-right: 0;
  }

  .desktop-col-1-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-1-7__centered {
    width: 14.2857142857%;
    margin-left: 42.8571428571%;
  }

  .desktop-col-1-7__collapse {
    float: left;
    display: block;
    width: 14.2857142857%;
  }

  .desktop-col-1-7__table {
    display: table-cell;
    width: 14.2857142857%;
    vertical-align: top;
  }

  .desktop-col-1-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-1-7__flex {
    width: 13.8571428571%;
  }

  .desktop-col-1-7__flex-collapsed {
    width: 14.2857142857%;
  }

  .desktop-col-2-7 {
    float: left;
    display: block;
    width: 26.8873917158%;
  }

  .desktop-col-2-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-2-7:last-child {
    margin-right: 0;
  }

  .desktop-col-2-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-2-7__centered {
    width: 28.5714285714%;
    margin-left: 35.7142857143%;
  }

  .desktop-col-2-7__collapse {
    float: left;
    display: block;
    width: 28.5714285714%;
  }

  .desktop-col-2-7__table {
    display: table-cell;
    width: 28.5714285714%;
    vertical-align: top;
  }

  .desktop-col-2-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-2-7__flex {
    width: 27.7142857143%;
  }

  .desktop-col-2-7__flex-collapsed {
    width: 28.5714285714%;
  }

  .desktop-col-3-7 {
    float: left;
    display: block;
    width: 41.5099133726%;
  }

  .desktop-col-3-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-3-7:last-child {
    margin-right: 0;
  }

  .desktop-col-3-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-3-7__centered {
    width: 42.8571428571%;
    margin-left: 28.5714285714%;
  }

  .desktop-col-3-7__collapse {
    float: left;
    display: block;
    width: 42.8571428571%;
  }

  .desktop-col-3-7__table {
    display: table-cell;
    width: 42.8571428571%;
    vertical-align: top;
  }

  .desktop-col-3-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-3-7__flex {
    width: 41.5714285714%;
  }

  .desktop-col-3-7__flex-collapsed {
    width: 42.8571428571%;
  }

  .desktop-col-4-7 {
    float: left;
    display: block;
    width: 56.1324350295%;
  }

  .desktop-col-4-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-4-7:last-child {
    margin-right: 0;
  }

  .desktop-col-4-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-4-7__centered {
    width: 57.1428571429%;
    margin-left: 21.4285714286%;
  }

  .desktop-col-4-7__collapse {
    float: left;
    display: block;
    width: 57.1428571429%;
  }

  .desktop-col-4-7__table {
    display: table-cell;
    width: 57.1428571429%;
    vertical-align: top;
  }

  .desktop-col-4-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-4-7__flex {
    width: 55.4285714286%;
  }

  .desktop-col-4-7__flex-collapsed {
    width: 57.1428571429%;
  }

  .desktop-col-5-7 {
    float: left;
    display: block;
    width: 70.7549566863%;
  }

  .desktop-col-5-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-5-7:last-child {
    margin-right: 0;
  }

  .desktop-col-5-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-5-7__centered {
    width: 71.4285714286%;
    margin-left: 14.2857142857%;
  }

  .desktop-col-5-7__collapse {
    float: left;
    display: block;
    width: 71.4285714286%;
  }

  .desktop-col-5-7__table {
    display: table-cell;
    width: 71.4285714286%;
    vertical-align: top;
  }

  .desktop-col-5-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-5-7__flex {
    width: 69.2857142857%;
  }

  .desktop-col-5-7__flex-collapsed {
    width: 71.4285714286%;
  }

  .desktop-col-6-7 {
    float: left;
    display: block;
    width: 85.3774783432%;
  }

  .desktop-col-6-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-6-7:last-child {
    margin-right: 0;
  }

  .desktop-col-6-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-6-7__centered {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
  }

  .desktop-col-6-7__collapse {
    float: left;
    display: block;
    width: 85.7142857143%;
  }

  .desktop-col-6-7__table {
    display: table-cell;
    width: 85.7142857143%;
    vertical-align: top;
  }

  .desktop-col-6-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-col-6-7__flex {
    width: 83.1428571429%;
  }

  .desktop-col-6-7__flex-collapsed {
    width: 85.7142857143%;
  }

  .desktop-col-1-8 {
    float: left;
    display: block;
    width: 10.4370548518%;
  }

  .desktop-col-1-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-8:last-child {
    margin-right: 0;
  }

  .desktop-col-1-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-1-8__centered {
    width: 12.5%;
    margin-left: 43.75%;
  }

  .desktop-col-1-8__collapse {
    float: left;
    display: block;
    width: 12.5%;
  }

  .desktop-col-1-8__table {
    display: table-cell;
    width: 12.5%;
    vertical-align: top;
  }

  .desktop-col-1-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-1-8__flex {
    width: 12.125%;
  }

  .desktop-col-1-8__flex-collapsed {
    width: 12.5%;
  }

  .desktop-col-3-8 {
    float: left;
    display: block;
    width: 36.0264677513%;
  }

  .desktop-col-3-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-3-8:last-child {
    margin-right: 0;
  }

  .desktop-col-3-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-3-8__centered {
    width: 37.5%;
    margin-left: 31.25%;
  }

  .desktop-col-3-8__collapse {
    float: left;
    display: block;
    width: 37.5%;
  }

  .desktop-col-3-8__table {
    display: table-cell;
    width: 37.5%;
    vertical-align: top;
  }

  .desktop-col-3-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-3-8__flex {
    width: 36.375%;
  }

  .desktop-col-3-8__flex-collapsed {
    width: 37.5%;
  }

  .desktop-col-5-8 {
    float: left;
    display: block;
    width: 61.6158806508%;
  }

  .desktop-col-5-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-5-8:last-child {
    margin-right: 0;
  }

  .desktop-col-5-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-5-8__centered {
    width: 62.5%;
    margin-left: 18.75%;
  }

  .desktop-col-5-8__collapse {
    float: left;
    display: block;
    width: 62.5%;
  }

  .desktop-col-5-8__table {
    display: table-cell;
    width: 62.5%;
    vertical-align: top;
  }

  .desktop-col-5-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-5-8__flex {
    width: 60.625%;
  }

  .desktop-col-5-8__flex-collapsed {
    width: 62.5%;
  }

  .desktop-col-7-8 {
    float: left;
    display: block;
    width: 87.2052935503%;
  }

  .desktop-col-7-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-7-8:last-child {
    margin-right: 0;
  }

  .desktop-col-7-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-7-8__centered {
    width: 87.5%;
    margin-left: 6.25%;
  }

  .desktop-col-7-8__collapse {
    float: left;
    display: block;
    width: 87.5%;
  }

  .desktop-col-7-8__table {
    display: table-cell;
    width: 87.5%;
    vertical-align: top;
  }

  .desktop-col-7-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-col-7-8__flex {
    width: 84.875%;
  }

  .desktop-col-7-8__flex-collapsed {
    width: 87.5%;
  }

  .desktop-col-4-9 {
    float: left;
    display: block;
    width: 43.1346380011%;
  }

  .desktop-col-4-9:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-4-9:last-child {
    margin-right: 0;
  }

  .desktop-col-4-9:nth-child(9n) {
    margin-right: 0;
  }

  .desktop-col-4-9__centered {
    width: 44.4444444444%;
    margin-left: 27.7777777778%;
  }

  .desktop-col-4-9__collapse {
    float: left;
    display: block;
    width: 44.4444444444%;
  }

  .desktop-col-4-9__table {
    display: table-cell;
    width: 44.4444444444%;
    vertical-align: top;
  }

  .desktop-col-4-9__table:nth-child(9n) {
    margin-right: 0;
  }

  .desktop-col-4-9__flex {
    width: 43.1111111111%;
  }

  .desktop-col-4-9__flex-collapsed {
    width: 44.4444444444%;
  }

  .desktop-col-1-12 {
    float: left;
    display: block;
    width: 6.1721527019%;
  }

  .desktop-col-1-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-1-12:last-child {
    margin-right: 0;
  }

  .desktop-col-1-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-1-12__centered {
    width: 8.3333333333%;
    margin-left: 45.8333333333%;
  }

  .desktop-col-1-12__collapse {
    float: left;
    display: block;
    width: 8.3333333333%;
  }

  .desktop-col-1-12__table {
    display: table-cell;
    width: 8.3333333333%;
    vertical-align: top;
  }

  .desktop-col-1-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-1-12__flex {
    width: 8.0833333333%;
  }

  .desktop-col-1-12__flex-collapsed {
    width: 8.3333333333%;
  }

  .desktop-col-3-12 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .desktop-col-3-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-3-12:last-child {
    margin-right: 0;
  }

  .desktop-col-3-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-3-12__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .desktop-col-3-12__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .desktop-col-3-12__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .desktop-col-3-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-3-12__flex {
    width: 24.25%;
  }

  .desktop-col-3-12__flex-collapsed {
    width: 25%;
  }

  .desktop-col-5-12 {
    float: left;
    display: block;
    width: 40.2913699012%;
  }

  .desktop-col-5-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-5-12:last-child {
    margin-right: 0;
  }

  .desktop-col-5-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-5-12__centered {
    width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }

  .desktop-col-5-12__collapse {
    float: left;
    display: block;
    width: 41.6666666667%;
  }

  .desktop-col-5-12__table {
    display: table-cell;
    width: 41.6666666667%;
    vertical-align: top;
  }

  .desktop-col-5-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-5-12__flex {
    width: 40.4166666667%;
  }

  .desktop-col-5-12__flex-collapsed {
    width: 41.6666666667%;
  }

  .desktop-col-7-12 {
    float: left;
    display: block;
    width: 57.3509785009%;
  }

  .desktop-col-7-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-7-12:last-child {
    margin-right: 0;
  }

  .desktop-col-7-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-7-12__centered {
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }

  .desktop-col-7-12__collapse {
    float: left;
    display: block;
    width: 58.3333333333%;
  }

  .desktop-col-7-12__table {
    display: table-cell;
    width: 58.3333333333%;
    vertical-align: top;
  }

  .desktop-col-7-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-7-12__flex {
    width: 56.5833333333%;
  }

  .desktop-col-7-12__flex-collapsed {
    width: 58.3333333333%;
  }

  .desktop-col-11-12 {
    float: left;
    display: block;
    width: 91.4701957002%;
  }

  .desktop-col-11-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-col-11-12:last-child {
    margin-right: 0;
  }

  .desktop-col-11-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-11-12__centered {
    width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }

  .desktop-col-11-12__collapse {
    float: left;
    display: block;
    width: 91.6666666667%;
  }

  .desktop-col-11-12__table {
    display: table-cell;
    width: 91.6666666667%;
    vertical-align: top;
  }

  .desktop-col-11-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-col-11-12__flex {
    width: 88.9166666667%;
  }

  .desktop-col-11-12__flex-collapsed {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 1226px) {
  .desktop-large-col-1-1 {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .desktop-large-col-1-1:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-1:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-1:nth-child(1n) {
    margin-right: 0;
  }

  .desktop-large-col-1-1__centered {
    width: 100%;
    margin-left: 0%;
  }

  .desktop-large-col-1-1__collapse {
    float: left;
    display: block;
    width: 100%;
  }

  .desktop-large-col-1-1__table {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .desktop-large-col-1-1__table:nth-child(1n) {
    margin-right: 0;
  }

  .desktop-large-col-1-1__flex {
    width: 100%;
  }

  .desktop-large-col-1-1__flex-column {
    width: 97%;
  }

  .desktop-large-col-1-1__flex-collapsed {
    width: 100%;
  }

  .desktop-large-col-1-2 {
    float: left;
    display: block;
    width: 48.821174201%;
  }

  .desktop-large-col-1-2:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-2:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-2:nth-child(2n) {
    margin-right: 0;
  }

  .desktop-large-col-1-2__centered {
    width: 50%;
    margin-left: 25%;
  }

  .desktop-large-col-1-2__collapse {
    float: left;
    display: block;
    width: 50%;
  }

  .desktop-large-col-1-2__table {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .desktop-large-col-1-2__table:nth-child(2n) {
    margin-right: 0;
  }

  .desktop-large-col-1-2__flex {
    width: 48.5%;
  }

  .desktop-large-col-1-2__flex-collapsed {
    width: 50%;
  }

  .desktop-large-col-1-3 {
    float: left;
    display: block;
    width: 31.7615656014%;
  }

  .desktop-large-col-1-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-3:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-3:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-large-col-1-3__centered {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }

  .desktop-large-col-1-3__collapse {
    float: left;
    display: block;
    width: 33.3333333333%;
  }

  .desktop-large-col-1-3__table {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
  }

  .desktop-large-col-1-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-large-col-1-3__flex {
    width: 32.3333333333%;
  }

  .desktop-large-col-1-3__flex-collapsed {
    width: 33.3333333333%;
  }

  .desktop-large-col-2-3 {
    float: left;
    display: block;
    width: 65.8807828007%;
  }

  .desktop-large-col-2-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-2-3:last-child {
    margin-right: 0;
  }

  .desktop-large-col-2-3:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-large-col-2-3__centered {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .desktop-large-col-2-3__collapse {
    float: left;
    display: block;
    width: 66.6666666667%;
  }

  .desktop-large-col-2-3__table {
    display: table-cell;
    width: 66.6666666667%;
    vertical-align: top;
  }

  .desktop-large-col-2-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-large-col-2-3__flex {
    width: 64.6666666667%;
  }

  .desktop-large-col-2-3__flex-collapsed {
    width: 66.6666666667%;
  }

  .desktop-large-col-1-4 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .desktop-large-col-1-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-4:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-4:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-large-col-1-4__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .desktop-large-col-1-4__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .desktop-large-col-1-4__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .desktop-large-col-1-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-large-col-1-4__flex {
    width: 24.25%;
  }

  .desktop-large-col-1-4__flex-collapsed {
    width: 25%;
  }

  .desktop-large-col-3-4 {
    float: left;
    display: block;
    width: 74.4105871005%;
  }

  .desktop-large-col-3-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-3-4:last-child {
    margin-right: 0;
  }

  .desktop-large-col-3-4:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-large-col-3-4__centered {
    width: 75%;
    margin-left: 12.5%;
  }

  .desktop-large-col-3-4__collapse {
    float: left;
    display: block;
    width: 75%;
  }

  .desktop-large-col-3-4__table {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }

  .desktop-large-col-3-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-large-col-3-4__flex {
    width: 72.75%;
  }

  .desktop-large-col-3-4__flex-collapsed {
    width: 75%;
  }

  .desktop-large-col-1-5 {
    float: left;
    display: block;
    width: 18.1138787216%;
  }

  .desktop-large-col-1-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-5:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-1-5__centered {
    width: 20%;
    margin-left: 40%;
  }

  .desktop-large-col-1-5__collapse {
    float: left;
    display: block;
    width: 20%;
  }

  .desktop-large-col-1-5__table {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }

  .desktop-large-col-1-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-1-5__flex {
    width: 19.4%;
  }

  .desktop-large-col-1-5__flex-collapsed {
    width: 20%;
  }

  .desktop-large-col-2-5 {
    float: left;
    display: block;
    width: 38.5854090412%;
  }

  .desktop-large-col-2-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-2-5:last-child {
    margin-right: 0;
  }

  .desktop-large-col-2-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-2-5__centered {
    width: 40%;
    margin-left: 30%;
  }

  .desktop-large-col-2-5__collapse {
    float: left;
    display: block;
    width: 40%;
  }

  .desktop-large-col-2-5__table {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .desktop-large-col-2-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-2-5__flex {
    width: 38.8%;
  }

  .desktop-large-col-2-5__flex-collapsed {
    width: 40%;
  }

  .desktop-large-col-3-5 {
    float: left;
    display: block;
    width: 59.0569393608%;
  }

  .desktop-large-col-3-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-3-5:last-child {
    margin-right: 0;
  }

  .desktop-large-col-3-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-3-5__centered {
    width: 60%;
    margin-left: 20%;
  }

  .desktop-large-col-3-5__collapse {
    float: left;
    display: block;
    width: 60%;
  }

  .desktop-large-col-3-5__table {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  .desktop-large-col-3-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-3-5__flex {
    width: 58.2%;
  }

  .desktop-large-col-3-5__flex-collapsed {
    width: 60%;
  }

  .desktop-large-col-4-5 {
    float: left;
    display: block;
    width: 79.5284696804%;
  }

  .desktop-large-col-4-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-4-5:last-child {
    margin-right: 0;
  }

  .desktop-large-col-4-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-4-5__centered {
    width: 80%;
    margin-left: 10%;
  }

  .desktop-large-col-4-5__collapse {
    float: left;
    display: block;
    width: 80%;
  }

  .desktop-large-col-4-5__table {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .desktop-large-col-4-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-large-col-4-5__flex {
    width: 77.6%;
  }

  .desktop-large-col-4-5__flex-collapsed {
    width: 80%;
  }

  .desktop-large-col-1-6 {
    float: left;
    display: block;
    width: 14.7019570017%;
  }

  .desktop-large-col-1-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-6:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-6:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-large-col-1-6__centered {
    width: 16.6666666667%;
    margin-left: 41.6666666667%;
  }

  .desktop-large-col-1-6__collapse {
    float: left;
    display: block;
    width: 16.6666666667%;
  }

  .desktop-large-col-1-6__table {
    display: table-cell;
    width: 16.6666666667%;
    vertical-align: top;
  }

  .desktop-large-col-1-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-large-col-1-6__flex {
    width: 16.1666666667%;
  }

  .desktop-large-col-1-6__flex-collapsed {
    width: 16.6666666667%;
  }

  .desktop-large-col-5-6 {
    float: left;
    display: block;
    width: 82.9403914003%;
  }

  .desktop-large-col-5-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-5-6:last-child {
    margin-right: 0;
  }

  .desktop-large-col-5-6:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-large-col-5-6__centered {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }

  .desktop-large-col-5-6__collapse {
    float: left;
    display: block;
    width: 83.3333333333%;
  }

  .desktop-large-col-5-6__table {
    display: table-cell;
    width: 83.3333333333%;
    vertical-align: top;
  }

  .desktop-large-col-5-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-large-col-5-6__flex {
    width: 80.8333333333%;
  }

  .desktop-large-col-5-6__flex-collapsed {
    width: 83.3333333333%;
  }

  .desktop-large-col-1-7 {
    float: left;
    display: block;
    width: 12.2648700589%;
  }

  .desktop-large-col-1-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-7:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-1-7__centered {
    width: 14.2857142857%;
    margin-left: 42.8571428571%;
  }

  .desktop-large-col-1-7__collapse {
    float: left;
    display: block;
    width: 14.2857142857%;
  }

  .desktop-large-col-1-7__table {
    display: table-cell;
    width: 14.2857142857%;
    vertical-align: top;
  }

  .desktop-large-col-1-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-1-7__flex {
    width: 13.8571428571%;
  }

  .desktop-large-col-1-7__flex-collapsed {
    width: 14.2857142857%;
  }

  .desktop-large-col-2-7 {
    float: left;
    display: block;
    width: 26.8873917158%;
  }

  .desktop-large-col-2-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-2-7:last-child {
    margin-right: 0;
  }

  .desktop-large-col-2-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-2-7__centered {
    width: 28.5714285714%;
    margin-left: 35.7142857143%;
  }

  .desktop-large-col-2-7__collapse {
    float: left;
    display: block;
    width: 28.5714285714%;
  }

  .desktop-large-col-2-7__table {
    display: table-cell;
    width: 28.5714285714%;
    vertical-align: top;
  }

  .desktop-large-col-2-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-2-7__flex {
    width: 27.7142857143%;
  }

  .desktop-large-col-2-7__flex-collapsed {
    width: 28.5714285714%;
  }

  .desktop-large-col-3-7 {
    float: left;
    display: block;
    width: 41.5099133726%;
  }

  .desktop-large-col-3-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-3-7:last-child {
    margin-right: 0;
  }

  .desktop-large-col-3-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-3-7__centered {
    width: 42.8571428571%;
    margin-left: 28.5714285714%;
  }

  .desktop-large-col-3-7__collapse {
    float: left;
    display: block;
    width: 42.8571428571%;
  }

  .desktop-large-col-3-7__table {
    display: table-cell;
    width: 42.8571428571%;
    vertical-align: top;
  }

  .desktop-large-col-3-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-3-7__flex {
    width: 41.5714285714%;
  }

  .desktop-large-col-3-7__flex-collapsed {
    width: 42.8571428571%;
  }

  .desktop-large-col-4-7 {
    float: left;
    display: block;
    width: 56.1324350295%;
  }

  .desktop-large-col-4-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-4-7:last-child {
    margin-right: 0;
  }

  .desktop-large-col-4-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-4-7__centered {
    width: 57.1428571429%;
    margin-left: 21.4285714286%;
  }

  .desktop-large-col-4-7__collapse {
    float: left;
    display: block;
    width: 57.1428571429%;
  }

  .desktop-large-col-4-7__table {
    display: table-cell;
    width: 57.1428571429%;
    vertical-align: top;
  }

  .desktop-large-col-4-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-4-7__flex {
    width: 55.4285714286%;
  }

  .desktop-large-col-4-7__flex-collapsed {
    width: 57.1428571429%;
  }

  .desktop-large-col-5-7 {
    float: left;
    display: block;
    width: 70.7549566863%;
  }

  .desktop-large-col-5-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-5-7:last-child {
    margin-right: 0;
  }

  .desktop-large-col-5-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-5-7__centered {
    width: 71.4285714286%;
    margin-left: 14.2857142857%;
  }

  .desktop-large-col-5-7__collapse {
    float: left;
    display: block;
    width: 71.4285714286%;
  }

  .desktop-large-col-5-7__table {
    display: table-cell;
    width: 71.4285714286%;
    vertical-align: top;
  }

  .desktop-large-col-5-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-5-7__flex {
    width: 69.2857142857%;
  }

  .desktop-large-col-5-7__flex-collapsed {
    width: 71.4285714286%;
  }

  .desktop-large-col-6-7 {
    float: left;
    display: block;
    width: 85.3774783432%;
  }

  .desktop-large-col-6-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-6-7:last-child {
    margin-right: 0;
  }

  .desktop-large-col-6-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-6-7__centered {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
  }

  .desktop-large-col-6-7__collapse {
    float: left;
    display: block;
    width: 85.7142857143%;
  }

  .desktop-large-col-6-7__table {
    display: table-cell;
    width: 85.7142857143%;
    vertical-align: top;
  }

  .desktop-large-col-6-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-large-col-6-7__flex {
    width: 83.1428571429%;
  }

  .desktop-large-col-6-7__flex-collapsed {
    width: 85.7142857143%;
  }

  .desktop-large-col-1-8 {
    float: left;
    display: block;
    width: 10.4370548518%;
  }

  .desktop-large-col-1-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-8:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-1-8__centered {
    width: 12.5%;
    margin-left: 43.75%;
  }

  .desktop-large-col-1-8__collapse {
    float: left;
    display: block;
    width: 12.5%;
  }

  .desktop-large-col-1-8__table {
    display: table-cell;
    width: 12.5%;
    vertical-align: top;
  }

  .desktop-large-col-1-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-1-8__flex {
    width: 12.125%;
  }

  .desktop-large-col-1-8__flex-collapsed {
    width: 12.5%;
  }

  .desktop-large-col-3-8 {
    float: left;
    display: block;
    width: 36.0264677513%;
  }

  .desktop-large-col-3-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-3-8:last-child {
    margin-right: 0;
  }

  .desktop-large-col-3-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-3-8__centered {
    width: 37.5%;
    margin-left: 31.25%;
  }

  .desktop-large-col-3-8__collapse {
    float: left;
    display: block;
    width: 37.5%;
  }

  .desktop-large-col-3-8__table {
    display: table-cell;
    width: 37.5%;
    vertical-align: top;
  }

  .desktop-large-col-3-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-3-8__flex {
    width: 36.375%;
  }

  .desktop-large-col-3-8__flex-collapsed {
    width: 37.5%;
  }

  .desktop-large-col-5-8 {
    float: left;
    display: block;
    width: 61.6158806508%;
  }

  .desktop-large-col-5-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-5-8:last-child {
    margin-right: 0;
  }

  .desktop-large-col-5-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-5-8__centered {
    width: 62.5%;
    margin-left: 18.75%;
  }

  .desktop-large-col-5-8__collapse {
    float: left;
    display: block;
    width: 62.5%;
  }

  .desktop-large-col-5-8__table {
    display: table-cell;
    width: 62.5%;
    vertical-align: top;
  }

  .desktop-large-col-5-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-5-8__flex {
    width: 60.625%;
  }

  .desktop-large-col-5-8__flex-collapsed {
    width: 62.5%;
  }

  .desktop-large-col-7-8 {
    float: left;
    display: block;
    width: 87.2052935503%;
  }

  .desktop-large-col-7-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-7-8:last-child {
    margin-right: 0;
  }

  .desktop-large-col-7-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-7-8__centered {
    width: 87.5%;
    margin-left: 6.25%;
  }

  .desktop-large-col-7-8__collapse {
    float: left;
    display: block;
    width: 87.5%;
  }

  .desktop-large-col-7-8__table {
    display: table-cell;
    width: 87.5%;
    vertical-align: top;
  }

  .desktop-large-col-7-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-large-col-7-8__flex {
    width: 84.875%;
  }

  .desktop-large-col-7-8__flex-collapsed {
    width: 87.5%;
  }

  .desktop-large-col-4-9 {
    float: left;
    display: block;
    width: 43.1346380011%;
  }

  .desktop-large-col-4-9:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-4-9:last-child {
    margin-right: 0;
  }

  .desktop-large-col-4-9:nth-child(9n) {
    margin-right: 0;
  }

  .desktop-large-col-4-9__centered {
    width: 44.4444444444%;
    margin-left: 27.7777777778%;
  }

  .desktop-large-col-4-9__collapse {
    float: left;
    display: block;
    width: 44.4444444444%;
  }

  .desktop-large-col-4-9__table {
    display: table-cell;
    width: 44.4444444444%;
    vertical-align: top;
  }

  .desktop-large-col-4-9__table:nth-child(9n) {
    margin-right: 0;
  }

  .desktop-large-col-4-9__flex {
    width: 43.1111111111%;
  }

  .desktop-large-col-4-9__flex-collapsed {
    width: 44.4444444444%;
  }

  .desktop-large-col-1-12 {
    float: left;
    display: block;
    width: 6.1721527019%;
  }

  .desktop-large-col-1-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-1-12:last-child {
    margin-right: 0;
  }

  .desktop-large-col-1-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-1-12__centered {
    width: 8.3333333333%;
    margin-left: 45.8333333333%;
  }

  .desktop-large-col-1-12__collapse {
    float: left;
    display: block;
    width: 8.3333333333%;
  }

  .desktop-large-col-1-12__table {
    display: table-cell;
    width: 8.3333333333%;
    vertical-align: top;
  }

  .desktop-large-col-1-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-1-12__flex {
    width: 8.0833333333%;
  }

  .desktop-large-col-1-12__flex-collapsed {
    width: 8.3333333333%;
  }

  .desktop-large-col-3-12 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .desktop-large-col-3-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-3-12:last-child {
    margin-right: 0;
  }

  .desktop-large-col-3-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-3-12__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .desktop-large-col-3-12__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .desktop-large-col-3-12__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .desktop-large-col-3-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-3-12__flex {
    width: 24.25%;
  }

  .desktop-large-col-3-12__flex-collapsed {
    width: 25%;
  }

  .desktop-large-col-5-12 {
    float: left;
    display: block;
    width: 40.2913699012%;
  }

  .desktop-large-col-5-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-5-12:last-child {
    margin-right: 0;
  }

  .desktop-large-col-5-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-5-12__centered {
    width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }

  .desktop-large-col-5-12__collapse {
    float: left;
    display: block;
    width: 41.6666666667%;
  }

  .desktop-large-col-5-12__table {
    display: table-cell;
    width: 41.6666666667%;
    vertical-align: top;
  }

  .desktop-large-col-5-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-5-12__flex {
    width: 40.4166666667%;
  }

  .desktop-large-col-5-12__flex-collapsed {
    width: 41.6666666667%;
  }

  .desktop-large-col-7-12 {
    float: left;
    display: block;
    width: 57.3509785009%;
  }

  .desktop-large-col-7-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-7-12:last-child {
    margin-right: 0;
  }

  .desktop-large-col-7-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-7-12__centered {
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }

  .desktop-large-col-7-12__collapse {
    float: left;
    display: block;
    width: 58.3333333333%;
  }

  .desktop-large-col-7-12__table {
    display: table-cell;
    width: 58.3333333333%;
    vertical-align: top;
  }

  .desktop-large-col-7-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-7-12__flex {
    width: 56.5833333333%;
  }

  .desktop-large-col-7-12__flex-collapsed {
    width: 58.3333333333%;
  }

  .desktop-large-col-11-12 {
    float: left;
    display: block;
    width: 91.4701957002%;
  }

  .desktop-large-col-11-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-large-col-11-12:last-child {
    margin-right: 0;
  }

  .desktop-large-col-11-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-11-12__centered {
    width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }

  .desktop-large-col-11-12__collapse {
    float: left;
    display: block;
    width: 91.6666666667%;
  }

  .desktop-large-col-11-12__table {
    display: table-cell;
    width: 91.6666666667%;
    vertical-align: top;
  }

  .desktop-large-col-11-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-large-col-11-12__flex {
    width: 88.9166666667%;
  }

  .desktop-large-col-11-12__flex-collapsed {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 1600px) {
  .desktop-xl-col-1-1 {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .desktop-xl-col-1-1:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-1:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-1:nth-child(1n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-1__centered {
    width: 100%;
    margin-left: 0%;
  }

  .desktop-xl-col-1-1__collapse {
    float: left;
    display: block;
    width: 100%;
  }

  .desktop-xl-col-1-1__table {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .desktop-xl-col-1-1__table:nth-child(1n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-1__flex {
    width: 100%;
  }

  .desktop-xl-col-1-1__flex-column {
    width: 97%;
  }

  .desktop-xl-col-1-1__flex-collapsed {
    width: 100%;
  }

  .desktop-xl-col-1-2 {
    float: left;
    display: block;
    width: 48.821174201%;
  }

  .desktop-xl-col-1-2:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-2:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-2:nth-child(2n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-2__centered {
    width: 50%;
    margin-left: 25%;
  }

  .desktop-xl-col-1-2__collapse {
    float: left;
    display: block;
    width: 50%;
  }

  .desktop-xl-col-1-2__table {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .desktop-xl-col-1-2__table:nth-child(2n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-2__flex {
    width: 48.5%;
  }

  .desktop-xl-col-1-2__flex-collapsed {
    width: 50%;
  }

  .desktop-xl-col-1-3 {
    float: left;
    display: block;
    width: 31.7615656014%;
  }

  .desktop-xl-col-1-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-3:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-3:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-3__centered {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }

  .desktop-xl-col-1-3__collapse {
    float: left;
    display: block;
    width: 33.3333333333%;
  }

  .desktop-xl-col-1-3__table {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top;
  }

  .desktop-xl-col-1-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-3__flex {
    width: 32.3333333333%;
  }

  .desktop-xl-col-1-3__flex-collapsed {
    width: 33.3333333333%;
  }

  .desktop-xl-col-2-3 {
    float: left;
    display: block;
    width: 65.8807828007%;
  }

  .desktop-xl-col-2-3:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-2-3:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-2-3:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-xl-col-2-3__centered {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .desktop-xl-col-2-3__collapse {
    float: left;
    display: block;
    width: 66.6666666667%;
  }

  .desktop-xl-col-2-3__table {
    display: table-cell;
    width: 66.6666666667%;
    vertical-align: top;
  }

  .desktop-xl-col-2-3__table:nth-child(3n) {
    margin-right: 0;
  }

  .desktop-xl-col-2-3__flex {
    width: 64.6666666667%;
  }

  .desktop-xl-col-2-3__flex-collapsed {
    width: 66.6666666667%;
  }

  .desktop-xl-col-1-4 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .desktop-xl-col-1-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-4:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-4:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-4__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .desktop-xl-col-1-4__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .desktop-xl-col-1-4__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .desktop-xl-col-1-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-4__flex {
    width: 24.25%;
  }

  .desktop-xl-col-1-4__flex-collapsed {
    width: 25%;
  }

  .desktop-xl-col-3-4 {
    float: left;
    display: block;
    width: 74.4105871005%;
  }

  .desktop-xl-col-3-4:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-3-4:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-3-4:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-4__centered {
    width: 75%;
    margin-left: 12.5%;
  }

  .desktop-xl-col-3-4__collapse {
    float: left;
    display: block;
    width: 75%;
  }

  .desktop-xl-col-3-4__table {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }

  .desktop-xl-col-3-4__table:nth-child(4n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-4__flex {
    width: 72.75%;
  }

  .desktop-xl-col-3-4__flex-collapsed {
    width: 75%;
  }

  .desktop-xl-col-1-5 {
    float: left;
    display: block;
    width: 18.1138787216%;
  }

  .desktop-xl-col-1-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-5:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-5__centered {
    width: 20%;
    margin-left: 40%;
  }

  .desktop-xl-col-1-5__collapse {
    float: left;
    display: block;
    width: 20%;
  }

  .desktop-xl-col-1-5__table {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }

  .desktop-xl-col-1-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-5__flex {
    width: 19.4%;
  }

  .desktop-xl-col-1-5__flex-collapsed {
    width: 20%;
  }

  .desktop-xl-col-2-5 {
    float: left;
    display: block;
    width: 38.5854090412%;
  }

  .desktop-xl-col-2-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-2-5:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-2-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-2-5__centered {
    width: 40%;
    margin-left: 30%;
  }

  .desktop-xl-col-2-5__collapse {
    float: left;
    display: block;
    width: 40%;
  }

  .desktop-xl-col-2-5__table {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .desktop-xl-col-2-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-2-5__flex {
    width: 38.8%;
  }

  .desktop-xl-col-2-5__flex-collapsed {
    width: 40%;
  }

  .desktop-xl-col-3-5 {
    float: left;
    display: block;
    width: 59.0569393608%;
  }

  .desktop-xl-col-3-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-3-5:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-3-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-5__centered {
    width: 60%;
    margin-left: 20%;
  }

  .desktop-xl-col-3-5__collapse {
    float: left;
    display: block;
    width: 60%;
  }

  .desktop-xl-col-3-5__table {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  .desktop-xl-col-3-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-5__flex {
    width: 58.2%;
  }

  .desktop-xl-col-3-5__flex-collapsed {
    width: 60%;
  }

  .desktop-xl-col-4-5 {
    float: left;
    display: block;
    width: 79.5284696804%;
  }

  .desktop-xl-col-4-5:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-4-5:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-4-5:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-4-5__centered {
    width: 80%;
    margin-left: 10%;
  }

  .desktop-xl-col-4-5__collapse {
    float: left;
    display: block;
    width: 80%;
  }

  .desktop-xl-col-4-5__table {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .desktop-xl-col-4-5__table:nth-child(5n) {
    margin-right: 0;
  }

  .desktop-xl-col-4-5__flex {
    width: 77.6%;
  }

  .desktop-xl-col-4-5__flex-collapsed {
    width: 80%;
  }

  .desktop-xl-col-1-6 {
    float: left;
    display: block;
    width: 14.7019570017%;
  }

  .desktop-xl-col-1-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-6:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-6:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-6__centered {
    width: 16.6666666667%;
    margin-left: 41.6666666667%;
  }

  .desktop-xl-col-1-6__collapse {
    float: left;
    display: block;
    width: 16.6666666667%;
  }

  .desktop-xl-col-1-6__table {
    display: table-cell;
    width: 16.6666666667%;
    vertical-align: top;
  }

  .desktop-xl-col-1-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-6__flex {
    width: 16.1666666667%;
  }

  .desktop-xl-col-1-6__flex-collapsed {
    width: 16.6666666667%;
  }

  .desktop-xl-col-5-6 {
    float: left;
    display: block;
    width: 82.9403914003%;
  }

  .desktop-xl-col-5-6:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-5-6:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-5-6:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-6__centered {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }

  .desktop-xl-col-5-6__collapse {
    float: left;
    display: block;
    width: 83.3333333333%;
  }

  .desktop-xl-col-5-6__table {
    display: table-cell;
    width: 83.3333333333%;
    vertical-align: top;
  }

  .desktop-xl-col-5-6__table:nth-child(6n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-6__flex {
    width: 80.8333333333%;
  }

  .desktop-xl-col-5-6__flex-collapsed {
    width: 83.3333333333%;
  }

  .desktop-xl-col-1-7 {
    float: left;
    display: block;
    width: 12.2648700589%;
  }

  .desktop-xl-col-1-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-7:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-7__centered {
    width: 14.2857142857%;
    margin-left: 42.8571428571%;
  }

  .desktop-xl-col-1-7__collapse {
    float: left;
    display: block;
    width: 14.2857142857%;
  }

  .desktop-xl-col-1-7__table {
    display: table-cell;
    width: 14.2857142857%;
    vertical-align: top;
  }

  .desktop-xl-col-1-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-7__flex {
    width: 13.8571428571%;
  }

  .desktop-xl-col-1-7__flex-collapsed {
    width: 14.2857142857%;
  }

  .desktop-xl-col-2-7 {
    float: left;
    display: block;
    width: 26.8873917158%;
  }

  .desktop-xl-col-2-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-2-7:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-2-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-2-7__centered {
    width: 28.5714285714%;
    margin-left: 35.7142857143%;
  }

  .desktop-xl-col-2-7__collapse {
    float: left;
    display: block;
    width: 28.5714285714%;
  }

  .desktop-xl-col-2-7__table {
    display: table-cell;
    width: 28.5714285714%;
    vertical-align: top;
  }

  .desktop-xl-col-2-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-2-7__flex {
    width: 27.7142857143%;
  }

  .desktop-xl-col-2-7__flex-collapsed {
    width: 28.5714285714%;
  }

  .desktop-xl-col-3-7 {
    float: left;
    display: block;
    width: 41.5099133726%;
  }

  .desktop-xl-col-3-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-3-7:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-3-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-7__centered {
    width: 42.8571428571%;
    margin-left: 28.5714285714%;
  }

  .desktop-xl-col-3-7__collapse {
    float: left;
    display: block;
    width: 42.8571428571%;
  }

  .desktop-xl-col-3-7__table {
    display: table-cell;
    width: 42.8571428571%;
    vertical-align: top;
  }

  .desktop-xl-col-3-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-7__flex {
    width: 41.5714285714%;
  }

  .desktop-xl-col-3-7__flex-collapsed {
    width: 42.8571428571%;
  }

  .desktop-xl-col-4-7 {
    float: left;
    display: block;
    width: 56.1324350295%;
  }

  .desktop-xl-col-4-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-4-7:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-4-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-4-7__centered {
    width: 57.1428571429%;
    margin-left: 21.4285714286%;
  }

  .desktop-xl-col-4-7__collapse {
    float: left;
    display: block;
    width: 57.1428571429%;
  }

  .desktop-xl-col-4-7__table {
    display: table-cell;
    width: 57.1428571429%;
    vertical-align: top;
  }

  .desktop-xl-col-4-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-4-7__flex {
    width: 55.4285714286%;
  }

  .desktop-xl-col-4-7__flex-collapsed {
    width: 57.1428571429%;
  }

  .desktop-xl-col-5-7 {
    float: left;
    display: block;
    width: 70.7549566863%;
  }

  .desktop-xl-col-5-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-5-7:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-5-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-7__centered {
    width: 71.4285714286%;
    margin-left: 14.2857142857%;
  }

  .desktop-xl-col-5-7__collapse {
    float: left;
    display: block;
    width: 71.4285714286%;
  }

  .desktop-xl-col-5-7__table {
    display: table-cell;
    width: 71.4285714286%;
    vertical-align: top;
  }

  .desktop-xl-col-5-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-7__flex {
    width: 69.2857142857%;
  }

  .desktop-xl-col-5-7__flex-collapsed {
    width: 71.4285714286%;
  }

  .desktop-xl-col-6-7 {
    float: left;
    display: block;
    width: 85.3774783432%;
  }

  .desktop-xl-col-6-7:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-6-7:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-6-7:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-6-7__centered {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
  }

  .desktop-xl-col-6-7__collapse {
    float: left;
    display: block;
    width: 85.7142857143%;
  }

  .desktop-xl-col-6-7__table {
    display: table-cell;
    width: 85.7142857143%;
    vertical-align: top;
  }

  .desktop-xl-col-6-7__table:nth-child(7n) {
    margin-right: 0;
  }

  .desktop-xl-col-6-7__flex {
    width: 83.1428571429%;
  }

  .desktop-xl-col-6-7__flex-collapsed {
    width: 85.7142857143%;
  }

  .desktop-xl-col-1-8 {
    float: left;
    display: block;
    width: 10.4370548518%;
  }

  .desktop-xl-col-1-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-8:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-8__centered {
    width: 12.5%;
    margin-left: 43.75%;
  }

  .desktop-xl-col-1-8__collapse {
    float: left;
    display: block;
    width: 12.5%;
  }

  .desktop-xl-col-1-8__table {
    display: table-cell;
    width: 12.5%;
    vertical-align: top;
  }

  .desktop-xl-col-1-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-8__flex {
    width: 12.125%;
  }

  .desktop-xl-col-1-8__flex-collapsed {
    width: 12.5%;
  }

  .desktop-xl-col-3-8 {
    float: left;
    display: block;
    width: 36.0264677513%;
  }

  .desktop-xl-col-3-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-3-8:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-3-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-8__centered {
    width: 37.5%;
    margin-left: 31.25%;
  }

  .desktop-xl-col-3-8__collapse {
    float: left;
    display: block;
    width: 37.5%;
  }

  .desktop-xl-col-3-8__table {
    display: table-cell;
    width: 37.5%;
    vertical-align: top;
  }

  .desktop-xl-col-3-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-8__flex {
    width: 36.375%;
  }

  .desktop-xl-col-3-8__flex-collapsed {
    width: 37.5%;
  }

  .desktop-xl-col-5-8 {
    float: left;
    display: block;
    width: 61.6158806508%;
  }

  .desktop-xl-col-5-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-5-8:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-5-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-8__centered {
    width: 62.5%;
    margin-left: 18.75%;
  }

  .desktop-xl-col-5-8__collapse {
    float: left;
    display: block;
    width: 62.5%;
  }

  .desktop-xl-col-5-8__table {
    display: table-cell;
    width: 62.5%;
    vertical-align: top;
  }

  .desktop-xl-col-5-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-8__flex {
    width: 60.625%;
  }

  .desktop-xl-col-5-8__flex-collapsed {
    width: 62.5%;
  }

  .desktop-xl-col-7-8 {
    float: left;
    display: block;
    width: 87.2052935503%;
  }

  .desktop-xl-col-7-8:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-7-8:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-7-8:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-7-8__centered {
    width: 87.5%;
    margin-left: 6.25%;
  }

  .desktop-xl-col-7-8__collapse {
    float: left;
    display: block;
    width: 87.5%;
  }

  .desktop-xl-col-7-8__table {
    display: table-cell;
    width: 87.5%;
    vertical-align: top;
  }

  .desktop-xl-col-7-8__table:nth-child(8n) {
    margin-right: 0;
  }

  .desktop-xl-col-7-8__flex {
    width: 84.875%;
  }

  .desktop-xl-col-7-8__flex-collapsed {
    width: 87.5%;
  }

  .desktop-xl-col-4-9 {
    float: left;
    display: block;
    width: 43.1346380011%;
  }

  .desktop-xl-col-4-9:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-4-9:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-4-9:nth-child(9n) {
    margin-right: 0;
  }

  .desktop-xl-col-4-9__centered {
    width: 44.4444444444%;
    margin-left: 27.7777777778%;
  }

  .desktop-xl-col-4-9__collapse {
    float: left;
    display: block;
    width: 44.4444444444%;
  }

  .desktop-xl-col-4-9__table {
    display: table-cell;
    width: 44.4444444444%;
    vertical-align: top;
  }

  .desktop-xl-col-4-9__table:nth-child(9n) {
    margin-right: 0;
  }

  .desktop-xl-col-4-9__flex {
    width: 43.1111111111%;
  }

  .desktop-xl-col-4-9__flex-collapsed {
    width: 44.4444444444%;
  }

  .desktop-xl-col-1-12 {
    float: left;
    display: block;
    width: 6.1721527019%;
  }

  .desktop-xl-col-1-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-1-12:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-1-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-12__centered {
    width: 8.3333333333%;
    margin-left: 45.8333333333%;
  }

  .desktop-xl-col-1-12__collapse {
    float: left;
    display: block;
    width: 8.3333333333%;
  }

  .desktop-xl-col-1-12__table {
    display: table-cell;
    width: 8.3333333333%;
    vertical-align: top;
  }

  .desktop-xl-col-1-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-1-12__flex {
    width: 8.0833333333%;
  }

  .desktop-xl-col-1-12__flex-collapsed {
    width: 8.3333333333%;
  }

  .desktop-xl-col-3-12 {
    float: left;
    display: block;
    width: 23.2317613015%;
  }

  .desktop-xl-col-3-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-3-12:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-3-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-12__centered {
    width: 25%;
    margin-left: 37.5%;
  }

  .desktop-xl-col-3-12__collapse {
    float: left;
    display: block;
    width: 25%;
  }

  .desktop-xl-col-3-12__table {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }

  .desktop-xl-col-3-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-3-12__flex {
    width: 24.25%;
  }

  .desktop-xl-col-3-12__flex-collapsed {
    width: 25%;
  }

  .desktop-xl-col-5-12 {
    float: left;
    display: block;
    width: 40.2913699012%;
  }

  .desktop-xl-col-5-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-5-12:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-5-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-12__centered {
    width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }

  .desktop-xl-col-5-12__collapse {
    float: left;
    display: block;
    width: 41.6666666667%;
  }

  .desktop-xl-col-5-12__table {
    display: table-cell;
    width: 41.6666666667%;
    vertical-align: top;
  }

  .desktop-xl-col-5-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-5-12__flex {
    width: 40.4166666667%;
  }

  .desktop-xl-col-5-12__flex-collapsed {
    width: 41.6666666667%;
  }

  .desktop-xl-col-7-12 {
    float: left;
    display: block;
    width: 57.3509785009%;
  }

  .desktop-xl-col-7-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-7-12:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-7-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-7-12__centered {
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }

  .desktop-xl-col-7-12__collapse {
    float: left;
    display: block;
    width: 58.3333333333%;
  }

  .desktop-xl-col-7-12__table {
    display: table-cell;
    width: 58.3333333333%;
    vertical-align: top;
  }

  .desktop-xl-col-7-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-7-12__flex {
    width: 56.5833333333%;
  }

  .desktop-xl-col-7-12__flex-collapsed {
    width: 58.3333333333%;
  }

  .desktop-xl-col-11-12 {
    float: left;
    display: block;
    width: 91.4701957002%;
  }

  .desktop-xl-col-11-12:nth-child(n) {
    margin-right: 2.3576515979%;
  }

  .desktop-xl-col-11-12:last-child {
    margin-right: 0;
  }

  .desktop-xl-col-11-12:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-11-12__centered {
    width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }

  .desktop-xl-col-11-12__collapse {
    float: left;
    display: block;
    width: 91.6666666667%;
  }

  .desktop-xl-col-11-12__table {
    display: table-cell;
    width: 91.6666666667%;
    vertical-align: top;
  }

  .desktop-xl-col-11-12__table:nth-child(12n) {
    margin-right: 0;
  }

  .desktop-xl-col-11-12__flex {
    width: 88.9166666667%;
  }

  .desktop-xl-col-11-12__flex-collapsed {
    width: 91.6666666667%;
  }
}

@media screen and (max-width: 599px) {
  .tablet-col-1-2__flex {
    width: 100%;
  }
}

h2 {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html body {
  font-size: 1.6rem;
}

.body {
  font-size: 1.6rem;
}

a,
body {
  -moz-osx-font-smoothing: grayscale;
}

.well {
  padding: 3.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6rem;
  border-radius: 6px;
}

.well p:last-child {
  margin-bottom: 0px;
}

.mvlri .well {
  border: 3px solid #b6cc33;
}

/* main a:not(.btn):not(.elementor-button),
footer a:not(.btn):not(.elementor-button) {
  border-bottom: dotted 0.1rem #f7931d;
  word-break: break-word;
}

main a:not(.btn):not(.elementor-button):hover,
main a:not(.btn):not(.elementor-button):focus,
footer a:not(.btn):not(.elementor-button):hover,
footer a:not(.btn):not(.elementor-button):focus {
  border-bottom: solid 0.1rem #f7931d;
  text-decoration: none;
} */

/* main a:not(.btn):not(.elementor-button).row__flex,
main a:not(.btn):not(.elementor-button).row,
footer a:not(.btn):not(.elementor-button).row__flex,
footer a:not(.btn):not(.elementor-button).row {
  border-bottom: 0;
}

main a:not(.btn):not(.elementor-button).row__flex:hover,
main a:not(.btn):not(.elementor-button).row__flex:focus,
main a:not(.btn):not(.elementor-button).row:hover,
main a:not(.btn):not(.elementor-button).row:focus,
footer a:not(.btn):not(.elementor-button).row__flex:hover,
footer a:not(.btn):not(.elementor-button).row__flex:focus,
footer a:not(.btn):not(.elementor-button).row:hover,
footer a:not(.btn):not(.elementor-button).row:focus {
  border-bottom: 0;
}

main .molecule__grouped-list a,
main .row__grid-links a,
main .molecule__horizontal-list-spaced a,
main .menu-footer-social-navigation-container a,
footer .molecule__grouped-list a,
footer .row__grid-links a,
footer .molecule__horizontal-list-spaced a,
footer .menu-footer-social-navigation-container a {
  border-bottom: 0;
}

main .molecule__grouped-list a:hover,
main .molecule__grouped-list a:focus,
main .row__grid-links a:hover,
main .row__grid-links a:focus,
main .molecule__horizontal-list-spaced a:hover,
main .molecule__horizontal-list-spaced a:focus,
main .menu-footer-social-navigation-container a:hover,
main .menu-footer-social-navigation-container a:focus,
footer .molecule__grouped-list a:hover,
footer .molecule__grouped-list a:focus,
footer .row__grid-links a:hover,
footer .row__grid-links a:focus,
footer .molecule__horizontal-list-spaced a:hover,
footer .molecule__horizontal-list-spaced a:focus,
footer .menu-footer-social-navigation-container a:hover,
footer .menu-footer-social-navigation-container a:focus {
  border-bottom: 0;
}

main .background__color a.btn,
main .background__color a.elementor-button,
main .background__color .molecule__horizontal-list-spaced a,
main a.btn,
main a.elementor-button,
footer .background__color a.btn,
footer .background__color a.elementor-button,
footer .background__color .molecule__horizontal-list-spaced a,
footer a.btn,
footer a.elementor-button {
  border-bottom: 0;
}

main .background__color a.btn:hover,
main .background__color a.btn:focus,
main .background__color a.elementor-button:hover,
main .background__color a.elementor-button:focus,
main .background__color .molecule__horizontal-list-spaced a:hover,
main .background__color .molecule__horizontal-list-spaced a:focus,
main a.btn:hover,
main a.btn:focus,
main a.elementor-button:hover,
main a.elementor-button:focus,
footer .background__color a.btn:hover,
footer .background__color a.btn:focus,
footer .background__color a.elementor-button:hover,
footer .background__color a.elementor-button:focus,
footer .background__color .molecule__horizontal-list-spaced a:hover,
footer .background__color .molecule__horizontal-list-spaced a:focus,
footer a.btn:hover,
footer a.btn:focus,
footer a.elementor-button:hover,
footer a.elementor-button:focus {
  border-bottom: 0;
}

main .molecule__horizontal-list-pagination a,
footer .molecule__horizontal-list-pagination a {
  border-bottom: dotted 0.1rem #f7931d;
}

main .molecule__horizontal-list-pagination a:hover,
main .molecule__horizontal-list-pagination a:focus,
footer .molecule__horizontal-list-pagination a:hover,
footer .molecule__horizontal-list-pagination a:focus {
  border-bottom: solid 0.1rem #f7931d;
  text-decoration: none;
}

main .molecule__horizontal-list-pagination a.row__flex,
main .molecule__horizontal-list-pagination a.row,
footer .molecule__horizontal-list-pagination a.row__flex,
footer .molecule__horizontal-list-pagination a.row {
  border-bottom: 0;
}

main .molecule__horizontal-list-pagination a.row__flex:hover,
main .molecule__horizontal-list-pagination a.row__flex:focus,
main .molecule__horizontal-list-pagination a.row:hover,
main .molecule__horizontal-list-pagination a.row:focus,
footer .molecule__horizontal-list-pagination a.row__flex:hover,
footer .molecule__horizontal-list-pagination a.row__flex:focus,
footer .molecule__horizontal-list-pagination a.row:hover,
footer .molecule__horizontal-list-pagination a.row:focus {
  border-bottom: 0;
}

main .background__color a:not(.btn):not(.elementor-button),
main.background__color a:not(.btn):not(.elementor-button),
footer .background__color a:not(.btn):not(.elementor-button),
footer.background__color a:not(.btn):not(.elementor-button) {
  text-decoration: underline;
}

main .background__color a:not(.btn):not(.elementor-button):hover,
main .background__color a:not(.btn):not(.elementor-button):focus,
main.background__color a:not(.btn):not(.elementor-button):hover,
main.background__color a:not(.btn):not(.elementor-button):focus,
footer .background__color a:not(.btn):not(.elementor-button):hover,
footer .background__color a:not(.btn):not(.elementor-button):focus,
footer.background__color a:not(.btn):not(.elementor-button):hover,
footer.background__color a:not(.btn):not(.elementor-button):focus {
  text-decoration: underline;
}

main .background__color a:not(.btn):not(.elementor-button).row__flex,
main .background__color a:not(.btn):not(.elementor-button).row,
main.background__color a:not(.btn):not(.elementor-button).row__flex,
main.background__color a:not(.btn):not(.elementor-button).row,
footer .background__color a:not(.btn):not(.elementor-button).row__flex,
footer .background__color a:not(.btn):not(.elementor-button).row,
footer.background__color a:not(.btn):not(.elementor-button).row__flex,
footer.background__color a:not(.btn):not(.elementor-button).row {
  border-bottom: 0;
}

main .background__color a:not(.btn):not(.elementor-button).row__flex:hover,
main .background__color a:not(.btn):not(.elementor-button).row__flex:focus,
main .background__color a:not(.btn):not(.elementor-button).row:hover,
main .background__color a:not(.btn):not(.elementor-button).row:focus,
main.background__color a:not(.btn):not(.elementor-button).row__flex:hover,
main.background__color a:not(.btn):not(.elementor-button).row__flex:focus,
main.background__color a:not(.btn):not(.elementor-button).row:hover,
main.background__color a:not(.btn):not(.elementor-button).row:focus,
footer .background__color a:not(.btn):not(.elementor-button).row__flex:hover,
footer .background__color a:not(.btn):not(.elementor-button).row__flex:focus,
footer .background__color a:not(.btn):not(.elementor-button).row:hover,
footer .background__color a:not(.btn):not(.elementor-button).row:focus,
footer.background__color a:not(.btn):not(.elementor-button).row__flex:hover,
footer.background__color a:not(.btn):not(.elementor-button).row__flex:focus,
footer.background__color a:not(.btn):not(.elementor-button).row:hover,
footer.background__color a:not(.btn):not(.elementor-button).row:focus {
  border-bottom: 0;
}

main .background__color h1 a,
main .background__color h2 a,
main .background__color h3 a,
main .background__color h4 a,
main .background__color h5 a,
main .background__color h6 a,
main.background__color h1 a,
main.background__color h2 a,
main.background__color h3 a,
main.background__color h4 a,
main.background__color h5 a,
main.background__color h6 a,
footer .background__color h1 a,
footer .background__color h2 a,
footer .background__color h3 a,
footer .background__color h4 a,
footer .background__color h5 a,
footer .background__color h6 a,
footer.background__color h1 a,
footer.background__color h2 a,
footer.background__color h3 a,
footer.background__color h4 a,
footer.background__color h5 a,
footer.background__color h6 a {
  border-bottom: 0 !important;
}

main .background__color h1 a:hover,
main .background__color h1 a:focus,
main .background__color h2 a:hover,
main .background__color h2 a:focus,
main .background__color h3 a:hover,
main .background__color h3 a:focus,
main .background__color h4 a:hover,
main .background__color h4 a:focus,
main .background__color h5 a:hover,
main .background__color h5 a:focus,
main .background__color h6 a:hover,
main .background__color h6 a:focus,
main.background__color h1 a:hover,
main.background__color h1 a:focus,
main.background__color h2 a:hover,
main.background__color h2 a:focus,
main.background__color h3 a:hover,
main.background__color h3 a:focus,
main.background__color h4 a:hover,
main.background__color h4 a:focus,
main.background__color h5 a:hover,
main.background__color h5 a:focus,
main.background__color h6 a:hover,
main.background__color h6 a:focus,
footer .background__color h1 a:hover,
footer .background__color h1 a:focus,
footer .background__color h2 a:hover,
footer .background__color h2 a:focus,
footer .background__color h3 a:hover,
footer .background__color h3 a:focus,
footer .background__color h4 a:hover,
footer .background__color h4 a:focus,
footer .background__color h5 a:hover,
footer .background__color h5 a:focus,
footer .background__color h6 a:hover,
footer .background__color h6 a:focus,
footer.background__color h1 a:hover,
footer.background__color h1 a:focus,
footer.background__color h2 a:hover,
footer.background__color h2 a:focus,
footer.background__color h3 a:hover,
footer.background__color h3 a:focus,
footer.background__color h4 a:hover,
footer.background__color h4 a:focus,
footer.background__color h5 a:hover,
footer.background__color h5 a:focus,
footer.background__color h6 a:hover,
footer.background__color h6 a:focus {
  border-bottom: 0 !important;
}

main h1 a,
main h2 a,
main h3 a,
main h4 a,
main h5 a,
main h6 a,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
  border-bottom: 0 !important;
}

main h1 a:hover,
main h1 a:focus,
main h2 a:hover,
main h2 a:focus,
main h3 a:hover,
main h3 a:focus,
main h4 a:hover,
main h4 a:focus,
main h5 a:hover,
main h5 a:focus,
main h6 a:hover,
main h6 a:focus,
footer h1 a:hover,
footer h1 a:focus,
footer h2 a:hover,
footer h2 a:focus,
footer h3 a:hover,
footer h3 a:focus,
footer h4 a:hover,
footer h4 a:focus,
footer h5 a:hover,
footer h5 a:focus,
footer h6 a:hover,
footer h6 a:focus {
  border-bottom: 0 !important;
}

footer.background__color .social-icons a {
  border-bottom: 0;
}

footer.background__color .social-icons a:hover,
footer.background__color .social-icons a:focus {
  border-bottom: 0;
} */

.molecule__link-group {
  overflow: auto;
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 0;
}

.molecule__link-group li {
  float: left;
  margin-left: 3rem;
  position: relative;
}

.molecule__link-group li:before {
  content: "/";
  position: absolute;
  left: -1.6rem;
}

.molecule__link-group li:first-child {
  margin-left: 0;
}

.molecule__link-group li:first-child:before {
  content: "";
}

.block__media img {
  display: block;
}

.element__block {
  display: block;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__clipped-background {
  -webkit-clip-path: polygon(0 0, 100% calc(100vw * .02), 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% calc(100vw * .02), 100% 100%, 0% 100%);
  min-height: 40rem;
  padding: 0;
  overflow-y: hidden;
  position: relative;
  padding: 8rem 0;
  color: #fff;
  margin-top: -3rem;
}

@media screen and (min-width: 1226px) {
  .section__clipped-background {
    margin-top: -5.5rem;
  }
}

.section__clipped-background.section__clipped-background-white {
  margin-top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.section__clipped-background-reversed {
  -webkit-clip-path: polygon(0 calc(100vw * .02), 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100vw * .02), 100% 0, 100% 100%, 0% 100%);
}

.section__background-image {
  background-repeat: no-repeat;
}

@media screen and (min-width: 600px) {
  .section__background-image {
    background-position: center bottom;
    background-size: 168rem;
  }
}

@media screen and (min-width: 769px) {
  .section__background-image {
    background-size: 200rem;
  }
}

@media screen and (min-width: 1024px) {
  .section__background-image {
    background-size: 280rem;
  }
}

@media screen and (min-width: 600px) {
  .section__background-image {
    padding: 10rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .section__background-image {
    padding: 10rem 0;
  }
}

.section__background-image-overlayed {
  padding-bottom: 8rem;
}

@media screen and (min-width: 600px) {
  .section__background-image-overlayed {
    padding-bottom: 13rem;
  }
}

@media screen and (min-width: 1226px) {
  .section__background-image-overlayed {
    padding-bottom: 15.5rem;
  }
}

.size-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 600px) {
  .container-text-width {
    max-width: 36.2rem;
  }
}

.container__max-width-5 {
  max-width: 5rem !important;
}

.container__max-width-7 {
  max-width: 7rem !important;
}

.container__max-width-20 {
  max-width: 20rem !important;
}

@media screen and (min-width: 769px) {
  .container__max-width-100-tablet-landscape {
    max-width: 100% !important;
  }
}

.z-50 {
  z-index: 50;
}

.z-100 {
  z-index: 100;
}

.z-100>* {
  z-index: 100;
}

.container-centered {
  margin: 0 auto;
}

.container {
  position: relative;
}

.container-padding {
  padding: 5rem;
}

.background-colored-image {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  opacity: .22;
}

.background-opacity-100 {
  opacity: 1;
}

.background-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.section__page-title {
  padding: 3rem 0;
}

.mvlri .section__page-title {
  background-image: url("../svg/mvu-layers.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__page-title p:first-child {
  margin-top: 2rem;
}

.section__page-title p:last-child {
  margin-bottom: 0;
}

.section__page-title h1 {
  margin-top: 2rem;
}

.mvlri .section__page-title h1 {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.wysiwyg *:first-child,
.wysiwyg.background__color *:first-child {
  margin-top: 0;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg.background__color h1,
.wysiwyg.background__color h2,
.wysiwyg.background__color h3,
.wysiwyg.background__color h4,
.wysiwyg.background__color h5,
.wysiwyg.background__color h6 {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}

.mvlri .wysiwyg h1,
.mvlri .wysiwyg h2,
.mvlri .wysiwyg h3,
.mvlri .wysiwyg h4,
.mvlri .wysiwyg h5,
.mvlri .wysiwyg h6,
.mvlri .wysiwyg.background__color h1,
.mvlri .wysiwyg.background__color h2,
.mvlri .wysiwyg.background__color h3,
.mvlri .wysiwyg.background__color h4,
.mvlri .wysiwyg.background__color h5,
.mvlri .wysiwyg.background__color h6 {
  text-transform: uppercase;
}

.wysiwyg h2~h3,
.wysiwyg.background__color h2~h3 {
  margin-top: 1rem;
}

.wysiwyg ul,
.wysiwyg.background__color ul {
  margin-left: 2rem;
}

.wysiwyg ul>li,
.wysiwyg.background__color ul>li {
  position: relative;
}

.wysiwyg ul>li:before,
.wysiwyg.background__color ul>li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #333333;
  width: .8rem;
  height: .8rem;
  top: .65em;
  border-radius: 100%;
  left: -2rem;
  opacity: .8;
}

.background__color .wysiwyg ul>li:before,
.background__color .wysiwyg.background__color ul>li:before {
  background-color: #fff;
}

.wysiwyg .gform_body ul li:before,
.wysiwyg.background__color .gform_body ul li:before {
  display: none;
  opacity: 0;
}

.wysiwyg ol>li,
.wysiwyg.background__color ol>li {
  margin-bottom: 2rem;
}

.wysiwyg blockquote,
.wysiwyg.background__color blockquote {
  margin: 0 0 1em 0;
  background: rgba(0, 0, 0, 0.08);
  padding: 1.5em;
  border-radius: 3px;
  line-height: 1.5em;
}

.mvlri .wysiwyg blockquote,
.mvlri .wysiwyg.background__color blockquote {
  border: 3px solid #b6cc33;
}

.wysiwyg img,
.wysiwyg.background__color img {
  margin: 1rem 0;
}

.wysiwyg figure img,
.wysiwyg.background__color figure img {
  margin-bottom: 0;
}

.wysiwyg .lead,
.wysiwyg.background__color .lead {
  font-size: 2rem;
}

.form__text-submit {
  background-color: transparent;
  margin: 0;
}

.form__text-submit td {
  padding: 0;
}

.form__text-submit td:first-child {
  background-color: #fff;
  border-bottom-left-radius: .3rem;
  border-top-left-radius: .3rem;
}

.form__text-submit input {
  margin: 0;
}

.form__text-submit input.btn {
  border-bottom-right-radius: .3rem;
  border-top-right-radius: .3rem;
}

.form__text-submit .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

header .form__text-submit .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

header .form__text-submit tr td:first-child {
  border-top: 0.1rem solid #e2e2e3;
  border-left: 0.1rem solid #e2e2e3;
  border-bottom: 0.1rem solid #e2e2e3;
}

header .form__text-submit tr td:last-child {
  border-top: 0.1rem solid #f7931d;
  border-right: 0.1rem solid #f7931d;
  border-bottom: 0.1rem solid #f7931d;
}

.table__labeled {
  margin: 0;
  background-color: transparent;
}

@media screen and (min-width: 600px) {
  .table__labeled {
    width: auto;
    display: inline;
  }
}

.table__labeled tr td {
  padding: 0;
  width: auto;
  color: #fff;
  white-space: nowrap;
}

.table__labeled tr td:last-child {
  width: 100%;
}

.table__labeled tr td:last-child select {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .table__labeled tr td:last-child {
    width: auto;
  }

  .table__labeled tr td:last-child select {
    width: auto;
  }
}

.block__breadcrumbs {
  position: relative;
}

.block__breadcrumbs path {
  fill: #fff;
}

.block__breadcrumbs svg {
  height: 1.6rem;
  width: 1.6rem;
  position: relative;
  top: .2rem;
}

.block__breadcrumbs ul {
  overflow: auto;
  margin: 0;
}

.block__breadcrumbs ul li {
  float: left;
  margin-left: 1rem;
  margin-bottom: 0;
}

.block__breadcrumbs ul li:first-child {
  margin-left: 0;
}

.block__breadcrumbs ul li:first-child:before {
  content: "";
}

.block__breadcrumbs ul li:before {
  content: "/";
  position: relative;
  left: -.3rem;
}

.block__breadcrumbs .last {
  font-weight: 700;
}

.row__grid a {
  display: block;
}

.row__grid img {
  display: block;
}

.row__grid .tablet-col-1-5,
.row__grid .tablet-col-1-3 {
  margin-bottom: 2.3576515979%;
}

.row__grid.row__grid-links:hover img,
.row__grid.row__grid-links:focus img {
  opacity: .7;
}

.row__grid.row__grid-links img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
}

.row__grid.row__grid-links img:hover,
.row__grid.row__grid-links img:focus {
  opacity: 1;
}

img.alignright,
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft,
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.publication-excerpt a {
  display: none;
}

.publication-excerpt p {
  margin-bottom: 0;
}

.publication-excerpt.container__margin-vertical-1 {
  margin-top: 1rem;
  margin-bottom: .7rem;
}

.background__color {
  color: #fff;
}

.mvlri .background__color .molecule__vertical-list-spaced h1,
.mvlri .background__color .molecule__vertical-list-spaced h2,
.mvlri .background__color .molecule__vertical-list-spaced h3,
.mvlri .background__color .molecule__vertical-list-spaced h4,
.mvlri .background__color .molecule__vertical-list-spaced h5,
.mvlri .background__color .molecule__vertical-list-spaced h6 {
  color: #f7931d;
  text-transform: uppercase;
}

.background__color .gform_wrapper .gfield_required {
  color: #e08080;
}

.background__color .gform_wrapper div.charleft {
  color: #EAEAE9 !important;
}

.gform_wrapper div.charleft {
  color: #6c6c6c !important;
}

.background__color-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.background__color-orange {
  background-color: #f7931d;
}

.contrast-mode .background__color-orange {
  background-color: #AC6206;
}

.background__color-green {
  background-color: #b6cc33;
}

.contrast-mode .background__color-green {
  background-color: #485114;
}

.background__color-teal {
  background-color: #2e8d98;
}

.contrast-mode .background__color-teal {
  background-color: #115e6e;
}

.background__color-dark-teal {
  background-color: #115e6e;
}

.background__color-dark-teal-top {
  position: relative;
}

.background__color-dark-teal-top:before {
  content: "";
  display: block;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #115e6e;
  height: 4rem;
  top: 0;
  position: absolute;
  left: 0;
}

.background__color-purple {
  background-color: #954ea0;
}

.background__color-red {
  background-color: #e95628;
}

.background__color-deep-teal {
  background-color: #093c44;
}

.background__color-dark-gray {
  background-color: #414042;
}

.background__color-light-gray {
  background-color: #e2e2e3;
}

.background__color-lightest-gray {
  background-color: #f6f6f6;
}

.background__color-white {
  background-color: #fff;
}

.background__color-white-transparent {
  background-color: rgba(255, 255, 255, 0.87);
}

.background__color-white-transparent-light {
  background-color: rgba(255, 255, 255, 0.3);
}

.subtitle,
.font-uppercase {
  text-transform: uppercase;
}

p.subtitle {
  line-height: 1.2;
}

.font-green {
  color: #b6cc33;
}

.contrast-mode .font-green {
  color: #485114;
}

a.font-green:hover {
  color: #b6cc33;
}

.contrast-mode a.font-green:hover {
  color: #485114;
}

.font-teal {
  color: #2e8d98;
}

.contrast-mode .font-teal {
  color: #115e6e;
}

a.font-teal {
  color: #2e8d98;
}

.contrast-mode a.font-teal {
  color: #115e6e;
}

a.font-teal:hover,
a.font-teal:focus {
  color: #2e8d98;
}

.contrast-mode a.font-teal:hover,
.contrast-mode a.font-teal:focus {
  color: #115e6e;
}

.font-dark-teal {
  color: #115e6e;
}

a.font-dark-teal:hover {
  color: #115e6e;
}

.font-orange {
  color: #f7931d;
}

.contrast-mode .font-orange {
  color: #AC6206;
}

.font-orange path {
  fill: #f7931d;
}

.contrast-mode .font-orange path {
  fill: #AC6206;
}

a.font-orange:hover {
  color: #f7931d;
}

.contrast-mode a.font-orange:hover {
  color: #AC6206;
}

.font-dark-gray {
  color: #414042;
}

.contrast-mode .font-dark-gray {
  color: #333333;
}

a.font-dark-gray:hover {
  color: #414042;
}

.contrast-mode a.font-dark-gray:hover {
  color: #333333;
}

.font-white {
  color: #fff;
}

.contrast-mode .font-white-contrast-mode {
  color: #fff !important;
}

a.font-white:hover {
  color: #fff;
}

a.font-light-teal:hover {
  color: #79e1ed;
}

.font-light-teal {
  color: #79e1ed;
}

.font-color-text {
  color: #333333;
}

a.font-color-text:hover {
  color: #333333;
}

.font-dark-gray a[href^="tel:"] {
  color: #414042;
  text-decoration: none;
}

.font-text {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-oxygen {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-franklin {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-light-gray {
  color: #e2e2e3;
}

.font-gray {
  color: #555555;
}

.font-size-12 {
  font-size: 1.2rem;
}

.font-size-14 {
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .display-inline-tablet {
    display: inline;
  }
}

.border {
  border: 0.1rem #e2e2e3 solid;
}

.border-bottom-spacing li {
  border-bottom: 0.1rem #e2e2e3 solid;
  padding: 2rem 0;
}

@media screen and (min-width: 600px) {
  .border-bottom-spacing li {
    padding: 2rem;
  }
}

.border-bottom-spacing li:first-child {
  padding-top: 0;
}

.border-bottom-spacing li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.border-top-bold {
  border-top: .3rem solid #fff;
}

.border-bottom-bold {
  border-bottom: .8rem solid #fff;
}

.border-bottom-bold-dark-gray {
  border-bottom-color: #414042;
}

.border-bottom {
  border-bottom-width: .1rem;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

.border-bottom-dotted {
  border-bottom-style: dotted;
}

.container__border {
  border-width: .1rem;
  border-color: #ccc;
  border-style: solid;
}

.border-top {
  border-top-width: .1rem;
  border-top-color: #ccc;
  border-top-style: solid;
}

.border-top-dotted {
  border-top-style: dotted;
}

.border-right {
  border-right-width: .1rem;
  border-right-color: #ccc;
  border-right-style: solid;
}

.border-right-dotted {
  border-right-style: dotted;
}

.border-top {
  border-top-width: .1rem;
  border-top-color: #ccc;
  border-top-style: solid;
}

.border-top-dotted {
  border-top-style: dotted;
}

.border-left {
  border-left-width: .1rem;
  border-left-color: #ccc;
  border-left-style: solid;
}

.border-left-dotted {
  border-left-style: dotted;
}

.molecule__container-grade {
  color: #115e6e;
  padding: .8rem;
  text-align: center;
  text-transform: uppercase;
}

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

.font-weight-medium {
  font-weight: 500;
}

.font-display {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-oswald {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#resourceIcon svg {
  width: 5rem;
  height: 4.6rem;
  display: block;
}

#resourceIcon .path-top {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

#resourceIcon .path-bottom {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

#resourceIcon div {
  color: #2e8d98;
}

.contrast-mode #resourceIcon div {
  color: #115e6e;
}

a#resourceIcon:hover {
  text-decoration: underline;
  color: #2e8d98;
}

a#resourceIcon:hover .path-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

a#resourceIcon:hover .path-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


input.btn:focus {
  color: #fff;
}

.btn-wide {
  display: block;
  width: 100%;
}

.btn-search {
  background-image: url("../svg/search.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 0rem;
  padding: 1.5rem 0em 1.5rem 6rem;
  text-indent: -9999px;
}

.contrast-mode .btn-search.btn {
  background-color: #AC6206;
}

.btn.btn-tag {
  padding: .5rem 1rem;
  background-color: #f6f6f6;
  color: #414042;
  text-transform: capitalize;
  min-width: 6rem;
}

.mvlri .btn.btn-tag {
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  text-transform: none;
}

.contrast-mode .btn.btn-tag {
  color: #fff;
}

.contrast-mode .btn.btn-tag:hover,
.contrast-mode .btn.btn-tag:focus {
  background-color: #333333;
}

.btn.btn-tag:hover,
.btn.btn-tag:focus {
  background-color: #414042;
  color: #fff;
}

.btn.btn-tag.btn-tag-active,
.btn.btn-tag.btn-tag-active:hover,
.btn.btn-tag.btn-tag-active:focus {
  color: #fff;
  background-color: #414042;
}

.contrast-mode .btn.btn-tag.btn-tag-active,
.contrast-mode .btn.btn-tag.btn-tag-active:hover,
.contrast-mode .btn.btn-tag.btn-tag-active:focus {
  background-color: #333333;
}

.mvlri .btn.btn-tag.btn-tag-active,
.mvlri .btn.btn-tag.btn-tag-active:hover,
.mvlri .btn.btn-tag.btn-tag-active:focus {
  background-color: #414042;
}

.contrast-mode .mvlri .btn.btn-tag.btn-tag-active,
.contrast-mode .mvlri .btn.btn-tag.btn-tag-active:hover,
.contrast-mode .mvlri .btn.btn-tag.btn-tag-active:focus {
  background-color: #333333;
}

.molecule__grouped-list {
  font-weight: 700;
}

.molecule__grouped-list a {
  display: block;
  padding: 1.1rem 3rem;
  border-top: .1rem #ddd dotted;
  background-color: #fff;
}

.molecule__grouped-list a:hover,
.molecule__grouped-list a:focus {
  text-decoration: underline;
}

.molecule__grouped-list li {
  margin-bottom: 0;
}

.molecule__grouped-list li:last-child a {
  border-bottom: .1rem #ddd dotted;
}

.row__flex-justify-start {
  justify-content: flex-start;
}

.row__flex-justify-center {
  justify-content: center;
}

.molecule__horizontal-list {
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

.molecule__horizontal-list>li {
  float: left;
  margin-left: 1rem;
  margin-bottom: 0;
}

.molecule__tag-list {
  overflow: visible;
  z-index: 100;
}

@media screen and (min-width: 600px) {
  .molecule__tag-list {
    position: relative;
  }
}

.molecule__tag-list ul {
  margin-top: 0;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  padding: 1rem;
  background-color: white;
}

.molecule__tag-list ul a {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .molecule__tag-list ul {
    width: 100%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media screen and (min-width: 600px) {
  .molecule__horizontal-list-tablet {
    display: inline-block;
    overflow: auto;
    margin: 0;
  }

  .molecule__horizontal-list-tablet li {
    float: left;
    margin-left: 1rem;
    margin-bottom: 0;
  }

  .molecule__horizontal-list-tablet li.container__margin-left-0 {
    margin-left: 0;
  }
}

.molecule__horizontal-list-spaced li {
  margin-right: 2rem;
}

.molecule__horizontal-list-spaced li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .molecule__horizontal-list-spaced-tablet li {
    margin-right: 2rem;
  }

  .molecule__horizontal-list-spaced-tablet li:last-child {
    margin-right: 0;
  }
}

.molecule__horizontal-list-pagination svg {
  fill: #000;
  width: .5rem;
  height: 1rem;
}

.molecule__horizontal-list-pagination li {
  margin-left: 0;
}

main a.link-pagination,
.link-pagination {
  color: #414042;
  border-bottom: 0;
  padding: .1rem 1rem;
  display: inline;
  background: white;
  border-left: 1px solid #e2e2e3;
  border-top: 1px solid #e2e2e3;
  border-right: 1px solid #e2e2e3;
  border-bottom: 0.1rem solid #b6cc33;
}

.contrast-mode main a.link-pagination,
.contrast-mode .link-pagination {
  color: #333333;
}

main a.link-pagination:hover,
main a.link-pagination:focus,
.link-pagination:hover,
.link-pagination:focus {
  color: #b6cc33;
  border-bottom: solid 0.1rem #b6cc33;
  text-decoration: none;
}

.contrast-mode main a.link-pagination:hover,
.contrast-mode main a.link-pagination:focus,
.contrast-mode .link-pagination:hover,
.contrast-mode .link-pagination:focus {
  color: #115e6e;
  border-bottom: solid 0.1rem #115e6e;
}

/* .mvlri main a.link-pagination:hover,
.mvlri main a.link-pagination:focus,
.mvlri .link-pagination:hover,
.mvlri .link-pagination:focus {
  color: #f7931d;
  border-bottom: solid 0.1rem #f7931d;
} */

main a.link-pagination:hover svg,
main a.link-pagination:focus svg,
.link-pagination:hover svg,
.link-pagination:focus svg {
  fill: #b6cc33;
}

.mvlri main a.link-pagination:hover svg,
.mvlri main a.link-pagination:focus svg,
.mvlri .link-pagination:hover svg,
.mvlri .link-pagination:focus svg {
  fill: #f7931d;
}

main a.link-pagination.link-pagination-active:hover,
.link-pagination.link-pagination-active:hover {
  border-bottom: solid 0.4rem #b6cc33;
}

main a.link-pagination.link-pagination-disabled,
.link-pagination.link-pagination-disabled {
  border-bottom: solid 0 #e2e2e3;
}

main a.link-pagination.link-pagination-disabled:hover,
main a.link-pagination.link-pagination-disabled:focus,
.link-pagination.link-pagination-disabled:hover,
.link-pagination.link-pagination-disabled:focus {
  border-bottom: solid 0 #e2e2e3;
}

.link-pagination-truncate:hover,
.link-pagination-truncate:focus {
  color: #333333;
  border-bottom-color: #e2e2e3;
}

.mvlri .link-pagination-truncate:hover,
.mvlri .link-pagination-truncate:focus {
  color: #333333;
}

.mvlri .link-pagination-truncate:hover,
.mvlri .link-pagination-truncate:focus {
  border-bottom-color: #e2e2e3;
}

.link-pagination-truncate.link-pagination-truncate:hover {
  border-bottom: 0;
}

main .link-pagination-underline {
  border-bottom: 0.1rem solid #e2e2e3;
}

main .link-pagination-underline:hover,
main .link-pagination-underline:focus {
  border-bottom-color: #b6cc33;
}

.mvlri main .link-pagination-underline:hover,
.mvlri main .link-pagination-underline:focus {
  border-bottom-color: #f7931d;
}

main.mvlri .link-pagination-underline:hover,
main.mvlri .link-pagination-underline:focus {
  border-bottom-color: #f7931d;
}

main.mvlri .link-pagination-underline.link-pagination-active:hover {
  border-bottom-width: .4rem;
}

main .link-pagination-active,
.link-pagination-active {
  color: #b6cc33;
  font-weight: 700;
  border-bottom: 0.4rem solid #b6cc33;
  padding-bottom: 0;
}

.contrast-mode main .link-pagination-active,
.contrast-mode .link-pagination-active {
  color: #485114;
}

.contrast-mode main .link-pagination-active,
.contrast-mode .link-pagination-active {
  border-bottom: 0.4rem solid #485114;
}

.mvlri main .link-pagination-active,
.mvlri .link-pagination-active {
  border-bottom: 0.4rem solid #f7931d;
  color: #f7931d;
}

.contrast-mode .mvlri main .link-pagination-active,
.contrast-mode .mvlri .link-pagination-active {
  border-bottom: 0.4rem solid #AC6206;
  color: #AC6206;
}

.link-pagination-disabled svg,
.mvlri .link-pagination-disabled svg {
  fill: #e2e2e3;
}

.link-pagination-disabled:hover svg,
.link-pagination-disabled:focus svg,
.mvlri .link-pagination-disabled:hover svg,
.mvlri .link-pagination-disabled:focus svg {
  fill: #e2e2e3;
}

.pagination-input {
  border: 0.1rem #414042 solid;
  border-radius: 1rem;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  width: 4rem;
  padding: .5rem;
  text-align: center;
  color: #414042;
}

.pagination-input:focus {
  border: 0.1rem #333333 solid;
}

.container__opacity-2 {
  opacity: .2;
}

.container__opacity-4 {
  opacity: .4;
}

.container__opacity-6 {
  opacity: .6;
}

.container__opacity-8 {
  opacity: .8;
}

.container__margin-0 {
  margin: 0;
}

.container__margin-bottom-0 {
  margin-bottom: 0;
}

.container__margin-bottom-3 {
  margin-bottom: 3rem;
}

.container__margin-bottom-4 {
  margin-bottom: 4rem;
}

.container__margin-bottom-2-mobile {
  margin-bottom: 2rem;
}

@media screen and (min-width: 600px) {
  .container__margin-bottom-2-mobile {
    margin-bottom: 0;
  }
}

.section__padding-vertical-large {
  padding: 18rem 0;
}

@media screen and (min-width: 600px) {
  .section__padding-vertical-large-tablet {
    padding: 8rem 0;
  }
}

.section__padding-vertical-small {
  padding: 4rem 0;
}

.section__padding-2,
.container__padding-2 {
  padding: 2rem;
}

.container__padding-0 {
  padding: 0;
}

.container__padding-1 {
  padding: 1rem;
}

.container__padding-3 {
  padding: 3rem;
}

.container__padding-10 {
  padding: 10rem;
}

@media screen and (min-width: 1024px) {
  .container__padding-10-desktop {
    padding: 10rem;
  }
}

.container__padding-vertical-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container__padding-vertical-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container__padding-vertical-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container-padding-vertical-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.container__padding-top-0 {
  padding-top: 0;
}

.container__padding-top-2 {
  padding-top: 2rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__padding-top-2-mobile {
    padding-top: 2rem;
  }
}

.container__padding-bottom-08 {
  padding-bottom: .8rem;
}

.container__padding-bottom-1 {
  padding-bottom: 1rem;
}

.container__padding-bottom-2 {
  padding-bottom: 2rem;
}

.container__padding-bottom-3 {
  padding-bottom: 3rem;
}

.container__padding-bottom-5 {
  padding-bottom: 5rem;
}

.container__padding-bottom-10 {
  padding-bottom: 10rem;
}

@media screen and (min-width: 600px) {
  .container__padding-right-7-tablet {
    padding-right: 7rem;
  }
}

.container__margin-right-1 {
  margin-right: 1rem;
}

.container__margin-right-2 {
  margin-right: 2rem;
}

.container__margin-bottom-2 {
  margin-bottom: 1.6rem;
}

.container__margin-top-10 {
  margin-top: 10rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-top-8-mobile {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-top-5-mobile {
    margin-top: 5rem;
  }
}

.container__margin-bottom-2-mobile {
  margin-bottom: 5rem;
}

@media screen and (min-width: 600px) {
  .container__margin-bottom-2-mobile {
    margin-bottom: 0;
  }
}

.container__margin-top-2-mobile {
  margin-top: 2rem;
}

@media screen and (min-width: 600px) {
  .container__margin-top-2-mobile {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .container__margin-top-2-tablet {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .container__margin-top-2-tablet {
    margin-top: 0;
  }
}

.container__margin-top-2 {
  margin-top: 2rem;
}

.container__margin-top-5 {
  margin-top: 5rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-top-5-mobile {
    margin-top: 0;
  }
}

.container__margin-bottom-3 {
  margin-bottom: 3rem;
}

.container__margin-bottom-6 {
  margin-bottom: 6rem;
}

.container__margin-bottom-10 {
  margin-bottom: 10rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-bottom-5-mobile {
    margin-bottom: 5rem;
  }
}

.container__padding-top-1 {
  padding-top: 1rem;
}

.container__padding-top-3 {
  padding-top: 3rem;
}

.container__padding-left-0 {
  padding-left: 0;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__padding-left-0-mobile {
    padding-left: 0;
  }
}

@media screen and (min-width: 600px) {
  .container__padding-right-0-tablet {
    padding-right: 0;
  }
}

.container__padding-left-1 {
  padding-left: 1rem;
}

.container__padding-vertical-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-height-100vh-min {
  min-height: 90vh;
}

@media screen and (min-width: 600px) {
  .container-height-100vh {
    height: 90vh;
  }
}

.container__overflow-auto {
  overflow: auto;
}

@media screen and (min-width: 600px) {
  .home-hero {
    min-height: 100rem;
  }
}

@media screen and (min-width: 1024px) {
  .home-hero {
    min-height: 74rem;
  }
}

.container__float-left__mobile {
  float: left;
}

@media screen and (min-width: 600px) {
  .container__float-left__mobile {
    float: none;
  }
}

@media screen and (min-width: 600px) {
  .container__float-right__tablet {
    float: right;
  }
}

@media screen and (min-width: 600px) {
  .container__float-left__tablet {
    float: left;
  }
}

.container__float-left {
  float: left;
}

.row__flex-justify-content-space-between {
  justify-content: space-between;
}

.row__flex-justify-content-center {
  justify-content: center;
}

.line-height-95 {
  line-height: .95;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.container__hompage-width {
  -webkit-transform: translateX(-2rem);
  transform: translateX(-2rem);
  width: 99.5%;
}

@media screen and (max-width: 599px) {
  .container__hompage-width {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 1024px) {
  .container__hompage-width {
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
  }
}

@media screen and (min-width: 1226px) {
  .container__hompage-width {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
  }
}

@media screen and (max-width: 769px) {
  .container__100-percent-width__mobile {
    width: 100%;
    display: block;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .container__100-percent-width__desktop {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .container__100-percent-width__mobile-only {
    width: 100%;
    display: block;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .row__flex-justify-content-center-mobile {
    justify-content: center;
  }
}

@media screen {
  .angled-right>* {
    position: relative;
    z-index: 100;
  }

  .angled-right>img {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  .angled-right {
    width: 100%;
    position: relative;
  }

  .angled-right img {
    max-width: 13rem !important;
    margin: 12% auto;
    display: block;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .angled-right {
    width: 100%;
    position: relative;
  }

  .angled-right img {
    max-width: 13rem !important;
    margin: 12% auto;
    display: block;
  }
}

@media screen {
  .angled-right:after {
    content: "";
    display: block;
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    height: 35rem;
    width: 100%;
    position: absolute;
    top: 0;
    right: 63%;
  }
}

@media screen and (min-width: 600px) {
  .angled-right:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .angled-right:after {
    display: block;
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    height: 35rem;
    right: 63%;
  }
}

@media screen {
  .angled-right-orange:after {
    background-color: #f7931d;
  }

  .contrast-mode .angled-right-orange:after {
    background-color: #AC6206;
  }

  .angled-right-green:after {
    background-color: #b6cc33;
  }

  .contrast-mode .angled-right-green:after {
    background-color: #485114;
  }

  .angled-right-teal:after {
    background-color: #2e8d98;
  }

  .contrast-mode .angled-right-teal:after {
    background-color: #115e6e;
  }

  .angled-right-dark-teal:after {
    background-color: #115e6e;
  }
}

.container-overflow-hidden {
  overflow: hidden;
}

.container-rounded {
  border-radius: 1rem;
}

.container-rounded-left {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

.container__min-height {
  min-height: .1rem;
}

.section__text-centered,
.container__text-centered {
  text-align: center;
}

.container__text-right {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .container__text-right-tablet {
    text-align: right;
  }
}

.molecule__vertical-list-spaced li {
  margin-bottom: 2rem;
}

.molecule__vertical-list-spaced h3 {
  margin-top: 4rem;
}

.molecule__vertical-list-spaced h3:first-child {
  margin-top: 0;
}

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

.container__circle {
  border-radius: 100%;
}

.container__size-2 {
  width: 2rem;
  height: 2rem;
}

.container__size-2-5 {
  width: 2.5rem;
  height: 2.5rem;
}

.container__size-3 {
  width: 3rem;
  height: 3rem;
}

.container__size-5 {
  width: 5rem;
  height: 5rem;
}

time {
  color: #414042;
}

figure {
  width: 100%;
  margin-left: 0;
}

figure img {
  display: block;
}

.figcaption {
  margin: 0;
  margin-bottom: 1.6rem;
}

.figcaption strong {
  font-style: italic;
}

.figcaption~span {
  position: relative;
  margin-left: 0;
}

.figcaption,
.caption {
  margin-left: 0;
  font-style: normal;
  color: #414042;
  display: inline-block;
}

.caption {
  margin-bottom: 1.6rem;
}

.row__flex-align-items-bottom {
  align-items: flex-end;
}

.row__flex-align-items-center {
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .container__translatey--8-desktop {
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
}

.container__flourish {
  background-image: url("../flourish.html");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}

@media screen and (min-width: 600px) {
  .container__flourish {
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .container__flourish {
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  .container__flex-direction-column-tablet-only {
    flex-direction: column;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .container__flex-direction-column-tablet-landscape-only {
    flex-direction: column;
  }
}

.container__align-right {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .container__align-right-tablet {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .container__align-right-desktop {
    text-align: right;
  }
}

.container__padding-horizontal-2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.container__padding-vertical-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container__padding-bottom-0 {
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .container__padding-bottom-0-desktop {
    padding-bottom: 0;
  }
}

.container__padding-top-6 {
  padding-top: 6rem;
}

.container__padding-right-3 {
  padding-right: 3rem;
}

@media screen and (min-width: 600px) {
  .container__padding-right-3-tablet {
    padding-right: 3rem;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__padding-right-0-mobile {
    padding-right: 0;
  }
}

.container__margin-bottom-05 {
  margin-bottom: .5rem;
}

.container__margin-horizontal {
  margin-right: .5rem;
  margin-left: .5rem;
}

.container__margin-vertical-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container__margin-vertical-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container__margin-vertical-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.container__margin-vertical-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.container__margin-left-0 {
  margin-left: 0;
}

.container__margin-left-1 {
  margin-left: 1rem;
}

.container__margin-top-0 {
  margin-top: 0;
}

.container__margin-top-3 {
  margin-top: 3rem;
}

.container__margin-top-6 {
  margin-top: 6rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-vertical-0-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-vertical-3-mobile {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-vertical-5-mobile {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 600px) {
  .container__margin-top-0-tablet {
    margin-top: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-top-0-mobile {
    margin-top: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-top-5-mobile {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .container__margin-top-6-desktop {
    margin-top: 6rem;
  }
}

.container__margin-bottom-5 {
  margin-bottom: 5rem;
}

.container__margin-bottom-1 {
  margin-bottom: 1rem;
}

.container__margin-bottom-2 {
  margin-bottom: 2rem;
}

.container__margin-bottom-3 {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  .container__margin-bottom-3-tablet {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .container__margin-bottom-0-mobile {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .container__margin-bottom-0-desktop {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .container__margin-bottom-1-tablet {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .container__margin-bottom-1-desktop {
    margin-bottom: 1rem;
  }
}

.container__margin-bottom-0-tablet {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .container__margin-bottom-2-mobile {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .container__margin-bottom-1-mobile {
    margin-bottom: 1rem;
  }
}

.container__block {
  display: block;
}

.container__absolute {
  position: absolute;
}

@media screen and (min-width: 600px) {
  .container__absolute-tablet {
    position: absolute;
  }
}

.container__static {
  position: static;
}

@media screen and (min-width: 600px) {
  .container__bottom-20-tablet {
    bottom: 20rem;
  }
}

@media screen and (min-width: 600px) {
  .container__bottom-17-tablet {
    bottom: 17rem;
  }
}

select {
  padding: .5rem 3.8rem .5rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: .3rem;
  border: 0;
  background-image: url("../svg/option-icon.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  background-size: 3.7rem;
}

.contrast-mode select {
  background-image: url("../svg/option-icon-contrast.svg");
}

.section__category-container {
  position: relative;
}

@media screen and (min-width: 600px) {
  .section__category-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.section__category-container>div {
  padding: 4rem 2rem;
  border-top: 0.1rem dotted #e2e2e3;
}

@media screen and (min-width: 600px) {
  .section__category-container>div {
    border-top: 0;
  }

  .section__category-container>div:nth-child(3n+1):before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: .1rem;
    border-top: 0.1rem dotted #e2e2e3;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
  }

  .section__category-container>div:last-child:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: .1rem;
    border-top: 0.1rem dotted #e2e2e3;
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
  }
}

.container__truncate {
  width: 17rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

@media screen and (min-width: 600px) {
  .container__truncate {
    width: 25rem;
  }
}

@media screen and (min-width: 1024px) {
  .container__truncate {
    width: 40rem;
  }
}

.font-hover-underline,
.button-text.font-hover-underline {
  border-bottom: dotted 0.1rem #f7931d;
}

.contrast-mode .font-hover-underline,
.contrast-mode .button-text.font-hover-underline {
  border-bottom: dotted 0.1rem #AC6206;
}

.font-hover-underline:hover,
.font-hover-underline:focus,
.button-text.font-hover-underline:hover,
.button-text.font-hover-underline:focus {
  cursor: pointer;
  border-bottom: solid .1rem;
}

.button-text {
  -webkit-appearance: none;
  padding: 0;
  background-color: transparent;
  border: 0;
}

#clearSearch {
  display: none;
}

@media screen and (max-width: 600px) {
  .section__tiled .tiled-container>div {
    margin-bottom: 6rem;
  }

  .section__tiled .tiled-container>div:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .section__tiled .tiled-container>div:nth-child(n+4):after {
    margin-top: 6rem;
  }

  .section__tiled .tiled-container>div:nth-child(3n+1) {
    clear: left;
  }

  .section__tiled .tiled-container>div {
    margin-bottom: 6rem;
  }
}

.molecule__text-block h2 {
  margin: 2rem 0;
}

.molecule__text-block .btn {
  margin-top: 1.5rem;
}

@media screen and (min-width: 600px) {
  section {
    padding: 6rem 0;
  }
}

.container__right-lightest-gray {
  position: relative;
}

.container__right-lightest-gray:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 1;
  z-index: -100;
  left: -100vw;
  background-color: #f6f6f6;
}

.container__right-lightest-gray:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  z-index: -100;
  right: -5vw;
  background-color: #f6f6f6;
}

@media screen and (min-width: 600px) {
  .container__right-lightest-gray:after {
    display: none;
  }
}

.container__right-white {
  position: relative;
}

.container__right-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 1;
  left: -100vw;
  background-color: #fff;
}

.container__right-white:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  z-index: 100;
  right: -5vw;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .container__right-white:after {
    display: none;
  }
}

.address {
  font-style: normal;
}

.social-icons a {
  display: inline-block;
  padding: .5rem;
  background-color: #093c44;
  width: 3.7rem;
  text-align: center;
  border-bottom: none !important;
}

.social-icons a:hover,
.social-icons a:focus {
  background-color: black;
  border-bottom: none !important;
}

.contrast-mode .social-icons a {
  color: white !important;
}

.mvlri .social-icons a {
  background-color: #fff;
  color: #093c44;
}

.mvlri .social-icons .color-fa-facebook a {
  background-color: #3b5998;
  color: #fff;
}

.mvlri .social-icons .color-fa-facebook a:hover,
.mvlri .social-icons .color-fa-facebook a:focus {
  background-color: #2d4373;
}

.mvlri .social-icons .color-fa-twitter a {
  background-color: #1da1f2;
  color: #fff;
}

.mvlri .social-icons .color-fa-twitter a:hover,
.mvlri .social-icons .color-fa-twitter a:focus {
  background-color: #0c85d0;
}

.mvlri .social-icons .color-fa-youtube a {
  background-color: #cd201f;
  color: #fff;
}

.mvlri .social-icons .color-fa-youtube a:hover,
.mvlri .social-icons .color-fa-youtube a:focus {
  background-color: #a11918;
}

.mvlri .social-icons .color-fa-soundcloud a {
  background-color: #ff8800;
  color: #fff;
}

.mvlri .social-icons .color-fa-soundcloud a:hover,
.mvlri .social-icons .color-fa-soundcloud a:focus {
  background-color: #cc6d00;
}

.social-icons-fixed {
  position: fixed;
  left: 0;
  top: 30vh;
  z-index: 1000;
}

.social-icons-fixed a {
  color: #fff;
}

.social-icons-fixed path {
  fill: #fff;
}

.footer__logo {
  display: block;
  width: 20rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 600px) {
  .footer__logo {
    width: 17rem;
    margin-right: 0;
    margin-left: 0;
  }

  .mvlri .footer__logo {
    width: 17rem;
  }
}

@media screen and (min-width: 600px) {
  .footer-group {
    overflow: auto;
    display: inline-block;
    float: right;
  }
}

.footer_nav li {
  float: left;
  margin-right: 1rem;
}

a.container__svg {
  padding: .3rem 1rem .7rem 1rem;
}

@media screen and (min-width: 600px) {
  .social-icons-footer {
    float: right;
  }
}

.social-icons-footer li {
  float: left;
}

.social-icons-footer li:last-child a {
  margin-right: 0;
}

.social-icons-footer a {
  margin-right: .8rem;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .block__breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .filterToggle {
    position: relative;
    cursor: pointer;
  }

  .filterToggle:after {
    content: "+";
    font-size: 2em;
    font-weight: 700;
    position: absolute;
    right: 2rem;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .filterToggle.is-open:after {
    content: "-";
  }

  .filterToggle.is-open~div {
    display: block;
  }

  .filterToggle~div {
    display: none;
  }

  .filterToggle h2 {
    margin-right: calc(2rem + 20px);
  }

  .is-hidden-tablet-down {
    display: none;
  }
}

#clearFilters {
  text-transform: none;
  display: block;
  margin-bottom: 3rem;
  margin-top: 1rem;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.is-hidden-mobile {
  display: none;
}

@media screen and (min-width: 600px) {
  .is-hidden-mobile {
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  .is-hidden-tablet {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .is-hidden-tablet-landscape {
    display: none;
  }
}

.container__404 {
  padding-top: 4rem;
}

.container__404 h1 {
  margin: 0;
  text-align: center;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
}

@media screen and (min-width: 600px) {
  .container__404 h1 {
    font-size: 25rem;
    -webkit-transform: translateY(6.3rem);
    transform: translateY(6.3rem);
  }
}

@media screen and (min-width: 600px) {
  .break-tablet {
    display: block;
  }
}

.infographic-headline {
  float: left;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  .infographic-headline {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 600px) {
  .infographic-headline:after {
    content: url("../michigan.html");
    position: absolute;
    width: 16.9rem;
    top: 0;
    right: 0;
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
  }
}

@media screen and (min-width: 1024px) {
  .container__map-infographic {
    max-width: 30rem !important;
  }
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .top_label .hidden-label .gfield_label {
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
}

.statistic-container {
  position: relative;
  border-radius: 50%;
  width: 70%;
  height: auto;
  padding-top: 70%;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}

.statistic-container img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
  transform: translateX(-50%) translateY(-40%);
}

.section__infographic-section-1 h2 {
  margin-bottom: 7rem;
}

.section__infographic-section-1 .tablet-col-1-3 {
  margin-bottom: 3rem;
}

.section__infographic-section-1 .statistic-container {
  margin-bottom: 3rem;
}

.section__infographic-section-1 .statistic-container p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
  transform: translateX(-50%) translateY(-40%);
  font-size: 2rem;
  color: #fff;
}

.section__infographic-section-1 .statistic-container p span {
  display: block;
  font-family: "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10rem;
  line-height: 1;
  text-shadow: 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 600px) {
  .section__infographic-section-1 .statistic-container {
    margin-bottom: 0;
  }

  .section__infographic-section-1 .statistic-container p span {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1226px) {
  .section__infographic-section-1 .statistic-container p span {
    font-size: 10rem;
  }
}

.section__infographic-section-2 h3 {
  color: #2e8d98;
  font-size: 1.8rem;
}

.section__infographic-section-2 strong {
  color: #2e8d98;
}

.section__infographic-section-2 .row .tablet-col-1-3:nth-child(3n + 1) {
  clear: both;
}

.section__infographic-section-2 .tablet-col-1-3 {
  margin-bottom: 5rem;
}

@media screen and (min-width: 600px) {
  .section__infographic-section-2 .tablet-col-1-3 {
    margin-bottom: 3rem;
  }
}

.section__infographic-section-2 .statistic-container {
  border: 0.8rem solid #f6f6f6;
  padding-top: calc(70% - 1.6rem);
}

@media screen and (min-width: 1226px) {
  .section__infographic-section-2 .tablet-col-1-3 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1226px) {
  .section__infographic-section-2 .statistic-container-positioned {
    position: relative;
  }

  .section__infographic-section-2 .statistic-container-positioned .row>div {
    position: absolute;
    width: 26%;
    font-size: 1.2rem;
  }

  .section__infographic-section-2 .statistic-container-positioned .row>div.statistic-container-positioned-6 {
    width: 34%;
    font-size: 1.8rem;
  }

  .section__infographic-section-2 .statistic-container-positioned .statistic-container-positioned-1 {
    left: 22rem;
    top: 0;
  }

  .section__infographic-section-2 .statistic-container-positioned .statistic-container-positioned-2 {
    top: 18rem;
  }

  .section__infographic-section-2 .statistic-container-positioned .statistic-container-positioned-3 {
    top: 45rem;
  }

  .section__infographic-section-2 .statistic-container-positioned .statistic-container-positioned-4 {
    top: 62rem;
    left: 18rem;
  }

  .section__infographic-section-2 .statistic-container-positioned .statistic-container-positioned-5 {
    top: 72rem;
    left: 40rem;
  }

  .section__infographic-section-2 .statistic-container-positioned .statistic-container-positioned-6 {
    top: 36rem;
    left: 44rem;
    width: 34%;
  }
}

.course-content .row-fluid>h1,
.archive-course-content .row-fluid>h1 {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .is-hidden-nav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-nav-up {
    display: none;
  }
}

@media screen and (min-width: 1024px) {

  /*==================================================
	  $A11Y Dropdown
	  ==================================================*/
  /* Top level nav */
  .nav {
    float: right;
    margin: 20px 0;
  }

  /* Dropdowns */
  .nav ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    min-width: 30rem;
  }

  .nav li {
    float: left;
    position: relative;
  }

  /* Top level nav items */
  .nav li>a {
    float: left;
    padding: 1rem 1.8rem 2rem 1.8rem;
    text-decoration: none;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1320px) {
  .nav li>a {
    padding: 1rem 2rem 2rem 2rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .nav li>a {
    padding: 1rem 2.2rem 2rem 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav li ul a {
    padding: 1rem 1.8rem 1rem 1.8rem;
    text-decoration: none;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1320px) {
  .nav li ul a {
    padding: 1rem 2rem 1rem 2rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .nav li ul a {
    padding: 1rem 2.2rem 1rem 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav li.no-subnav a {
    padding-bottom: 1rem;
  }

  /* Top level hover state, preserve hover state when hovering dropdown  */
  .nav li>a:hover,
  .nav li>a:focus,
  .nav li:focus>a,
  .nav li:hover>a {
    outline: 0;
  }

  .nav li>a:focus {
    background-color: #093c44;
  }

  .nav li:hover ul,
  .nav li:focus ul,
  ul.show-menu {
    left: 100%;
    bottom: 0;
    opacity: 0.99;
    -webkit-transform: translateX(-100%) translateY(100%);
    transform: translateX(-100%) translateY(100%);
  }

  .nav ul li {
    float: none;
    position: static;
  }

  .nav ul a {
    float: none;
    display: block;
    text-shadow: none;
  }

  .nav ul a:hover,
  .nav ul a:focus {
    text-shadow: none;
  }

  /*==================================================
	  $Helpers
	  ==================================================*/
  .list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav.menu ul {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
    overflow: visible;
  }

  nav.menu ul li {
    float: left;
    margin-bottom: 0;
    z-index: 400;
  }

  nav.menu ul li.no-subnav .hover,
  nav.menu ul li.no-subnav:hover,
  nav.menu ul li.no-subnav:focus {
    background-color: #093c44;
    color: #fff;
  }

  .contrast-mode nav.menu ul li.no-subnav .hover,
  .contrast-mode nav.menu ul li.no-subnav:hover,
  .contrast-mode nav.menu ul li.no-subnav:focus {
    background-color: #093c44;
  }

  nav.menu ul li.no-subnav .hover:hover,
  nav.menu ul li.no-subnav:hover:hover,
  nav.menu ul li.no-subnav:focus:hover {
    color: #fff;
  }

  nav.menu ul li a {
    color: #115e6e;
    text-decoration: none;
    display: block;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1320px) {
  nav.menu ul li a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1400px) {
  nav.menu ul li a {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {

  nav.menu ul li a.hover,
  nav.menu ul li a:focus {
    background-color: #093c44;
    color: #fff;
  }

  .contrast-mode nav.menu ul li a.hover:hover,
  .contrast-mode nav.menu ul li a:focus:hover {
    color: #fff;
  }

  nav.menu ul li a.hover:hover,
  nav.menu ul li a:focus:hover {
    background-color: #093c44;
  }

  nav.menu ul li a.hover i,
  nav.menu ul li a:focus i {
    display: none;
  }

  nav.menu ul li a:hover {
    background-color: #093c44;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }

  nav.menu ul li ul {
    background-color: #115e6e;
    z-index: 400;
  }

  .contrast-mode nav.menu ul li ul {
    background-color: #115e6e;
  }

  nav.menu ul li ul a {
    color: #fff;
  }

  nav.menu.nav__sub {
    background-color: #ddd;
    padding-top: 0;
    padding-bottom: 0;
  }

  nav.menu.nav__sub ul li a {
    color: #555;
    padding: .5rem 2rem;
    font-size: 1.3rem;
  }

  nav.menu.nav__sub ul li a:hover {
    color: #555;
    background-color: #ccc;
  }
}

.nav-dropdown-arrow {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav-dropdown-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -1.1em;
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
    height: 3.5rem;
    width: 2.9rem;
    cursor: pointer;
    z-index: 1500;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1320px) {
  .nav-dropdown-arrow {
    right: -.9em;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .nav-dropdown-arrow {
    right: -.8em;
  }
}

header#header {
  position: relative;
}

header#header img {
  width: 20rem;
}

.mvlri header#header img {
  width: 25rem;
}

@media screen and (min-width: 600px) {
  header#header img {
    top: 0;
    left: 0;
    width: 15rem;
  }

  .mvlri header#header img {
    width: 23rem;
  }
}

@media screen and (min-width: 1320px) {
  header#header img {
    width: 16rem;
  }

  .mvlri header#header img {
    width: 24rem;
  }
}

@media screen and (min-width: 1500px) {
  header#header img {
    width: 23rem;
  }

  .mvlri header#header img {
    width: 28rem;
  }
}

@media screen and (min-width: 1024px) {
  header#header {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  header#header {
    align-items: center;
    justify-content: space-between;
  }
}

header.mvlri img {
  width: 25rem;
}

@media screen and (min-width: 600px) {
  header.mvlri img {
    width: 23rem;
  }
}

@media screen and (min-width: 1320px) {
  header.mvlri img {
    width: 24rem;
  }
}

@media screen and (min-width: 1500px) {
  header.mvlri img {
    width: 28rem;
  }
}

.menuTrigger {
  text-transform: uppercase;
  color: #115e6e;
  font-weight: 700;
}

.menuTrigger button {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #115e6e;
}

@media screen and (min-width: 1024px) {
  .menuTrigger button {
    display: none;
  }
}

.header__mobile {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .header__mobile {
    float: left;
  }
}

.nav-secondary {
  overflow: auto;
  display: inline-block;
  text-align: center;
  margin: 0;
}

.nav-secondary li {
  text-transform: uppercase;
  float: left;
  margin-right: 1.5rem;
  color: #414042;
  font-size: 1.3rem;
}

.nav-secondary li span.contrast {
  padding: .5rem 1rem;
  display: inline-block;
}

@media screen and (min-width: 1226px) {
  .nav-secondary li span.contrast {
    padding: .5rem 2rem;
  }
}

.nav-secondary li span .low {
  padding: 0 .5rem;
  margin-top: -.1rem;
  margin-bottom: -.1rem;
  margin-right: .5rem;
  margin-left: .5rem;
  background-color: #fff;
  border: 0.1rem solid #e2e2e3;
}

.nav-secondary li span .low:hover {
  border: 0.1rem solid #f7931d;
}

.nav-secondary li span .low.selected {
  border: 0.1rem solid #f7931d;
}

.nav-secondary li span .high {
  padding: 0 .4rem;
  margin-top: -.1rem;
  margin-bottom: -.1rem;
  border: .1rem solid #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.nav-secondary li span .high:hover {
  border: 0.1rem solid #f7931d;
}

.nav-secondary li span .high.selected {
  border: 0.1rem solid #f7931d;
}

.nav-secondary li:last-child {
  margin-right: 0;
}

.nav-secondary li a {
  color: #414042;
  font-size: 1.3rem;
  display: inline-block;
}

.nav-secondary li a:hover,
.nav-secondary li a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .nav-secondary {
    float: right;
  }

  .nav-secondary li {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
  }

  .nav-secondary li a {
    text-transform: uppercase;
    color: #414042;
    padding: .5rem 0.75rem;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1226px) {
  .nav-secondary li a {
    padding: .5rem 1rem;
  }
}

.site-search {
  margin: 2rem 0;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .site-search {
    float: right;
    width: 30rem;
    margin: 0;
  }
}

@media screen and (min-width: 1226px) {
  .site-search {
    width: 38rem;
  }
}

@media screen and (min-width: 1600px) {
  .site-search {
    width: 50rem;
  }
}

.site-search .search-input {
  display: flex;
  width: 100%;
}

.site-search .search-input input {
  border: 1px solid #e2e2e3;
  border-right: none;
  border-radius: 0px;
}

.site-search .search-input input:focus {
  border-color: #f7931d;
}

.contrast-mode .site-search .search-input input:focus {
  border-color: #AC6206;
}

.site-search .btn {
  padding: .3rem 0rem .3rem 3.7rem;
  background-size: 1.5rem;
  background-position: 45% 50%;
}

.contrast-mode .site-search .btn:hover,
.contrast-mode .site-search .btn:focus {
  background-color: black;
}

.site-search input {
  padding: 0 1rem;
  display: block;
}

.nav-secondary-search {
  margin: 0 2rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .nav-secondary-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 2rem 0 1rem 0;
  }
}

.nav-items {
  max-width: 50rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .nav-items {
    float: right;
    margin-right: 2rem;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.mvlri .nav>li.no-subnav>a.hover {
  color: #093c44;
}

.mvlri .nav>li.no-subnav>a.hover:hover,
.mvlri .nav>li.no-subnav>a.hover:focus {
  color: #fff;
  background-color: #093c44;
}

.nav>li>a {
  font-family: "Figtree", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mvlri .nav>li>a {
  text-transform: uppercase;
  color: #093c44;
}

@media screen and (min-width: 1024px) {

  .mvlri .nav>li>a.hover,
  .mvlri .nav>li>a:hover,
  .mvlri .nav>li>a:focus {
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .nav li:nth-child(-n+4) ul.show-menu {
    left: auto;
    bottom: 0;
    right: 100%;
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
  }
}

@media screen and (max-width: 1023px) {
  header {
    background-color: #f6f6f6;
  }

  header .header__mobile {
    background-color: #fff;
  }

  header .nav-items {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .nav-secondary {
    width: 100%;
  }

  .nav-secondary li {
    width: 100%;
    text-align: left;
  }

  .nav-secondary li:first-child span {
    padding-left: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .nav-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-secondary li {
    margin-bottom: 0;
  }
}

.is-hidden {
  display: none;
}

@media screen and (max-width: 600px) {
  .is-hidden-mobile {
    display: none;
  }
}

@media print {
  @page {
    margin: 0.5in;
  }

  header,
  footer,
  .social-icons {
    display: none;
  }

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

  .angled-right img {
    display: none;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  * {
    color: black !important;
  }

  .mobile-col-1-1,
  .mobile-col-1-1__centered,
  .mobile-col-1-1__collapse,
  .mobile-col-1-1__table,
  .mobile-col-1-1__flex,
  .mobile-col-1-1__flex-column,
  .mobile-col-1-1__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-2,
  .mobile-col-1-2__centered,
  .mobile-col-1-2__collapse,
  .mobile-col-1-2__table,
  .mobile-col-1-2__flex,
  .mobile-col-1-2__flex-column,
  .mobile-col-1-2__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-3,
  .mobile-col-1-3__centered,
  .mobile-col-1-3__collapse,
  .mobile-col-1-3__table,
  .mobile-col-1-3__flex,
  .mobile-col-1-3__flex-column,
  .mobile-col-1-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-2-3,
  .mobile-col-2-3__centered,
  .mobile-col-2-3__collapse,
  .mobile-col-2-3__table,
  .mobile-col-2-3__flex,
  .mobile-col-2-3__flex-column,
  .mobile-col-2-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-4,
  .mobile-col-1-4__centered,
  .mobile-col-1-4__collapse,
  .mobile-col-1-4__table,
  .mobile-col-1-4__flex,
  .mobile-col-1-4__flex-column,
  .mobile-col-1-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-3-4,
  .mobile-col-3-4__centered,
  .mobile-col-3-4__collapse,
  .mobile-col-3-4__table,
  .mobile-col-3-4__flex,
  .mobile-col-3-4__flex-column,
  .mobile-col-3-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-5,
  .mobile-col-1-5__centered,
  .mobile-col-1-5__collapse,
  .mobile-col-1-5__table,
  .mobile-col-1-5__flex,
  .mobile-col-1-5__flex-column,
  .mobile-col-1-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-2-5,
  .mobile-col-2-5__centered,
  .mobile-col-2-5__collapse,
  .mobile-col-2-5__table,
  .mobile-col-2-5__flex,
  .mobile-col-2-5__flex-column,
  .mobile-col-2-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-3-5,
  .mobile-col-3-5__centered,
  .mobile-col-3-5__collapse,
  .mobile-col-3-5__table,
  .mobile-col-3-5__flex,
  .mobile-col-3-5__flex-column,
  .mobile-col-3-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-4-5,
  .mobile-col-4-5__centered,
  .mobile-col-4-5__collapse,
  .mobile-col-4-5__table,
  .mobile-col-4-5__flex,
  .mobile-col-4-5__flex-column,
  .mobile-col-4-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-6,
  .mobile-col-1-6__centered,
  .mobile-col-1-6__collapse,
  .mobile-col-1-6__table,
  .mobile-col-1-6__flex,
  .mobile-col-1-6__flex-column,
  .mobile-col-1-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-5-6,
  .mobile-col-5-6__centered,
  .mobile-col-5-6__collapse,
  .mobile-col-5-6__table,
  .mobile-col-5-6__flex,
  .mobile-col-5-6__flex-column,
  .mobile-col-5-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-7,
  .mobile-col-1-7__centered,
  .mobile-col-1-7__collapse,
  .mobile-col-1-7__table,
  .mobile-col-1-7__flex,
  .mobile-col-1-7__flex-column,
  .mobile-col-1-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-2-7,
  .mobile-col-2-7__centered,
  .mobile-col-2-7__collapse,
  .mobile-col-2-7__table,
  .mobile-col-2-7__flex,
  .mobile-col-2-7__flex-column,
  .mobile-col-2-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-3-7,
  .mobile-col-3-7__centered,
  .mobile-col-3-7__collapse,
  .mobile-col-3-7__table,
  .mobile-col-3-7__flex,
  .mobile-col-3-7__flex-column,
  .mobile-col-3-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-4-7,
  .mobile-col-4-7__centered,
  .mobile-col-4-7__collapse,
  .mobile-col-4-7__table,
  .mobile-col-4-7__flex,
  .mobile-col-4-7__flex-column,
  .mobile-col-4-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-5-7,
  .mobile-col-5-7__centered,
  .mobile-col-5-7__collapse,
  .mobile-col-5-7__table,
  .mobile-col-5-7__flex,
  .mobile-col-5-7__flex-column,
  .mobile-col-5-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-6-7,
  .mobile-col-6-7__centered,
  .mobile-col-6-7__collapse,
  .mobile-col-6-7__table,
  .mobile-col-6-7__flex,
  .mobile-col-6-7__flex-column,
  .mobile-col-6-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-8,
  .mobile-col-1-8__centered,
  .mobile-col-1-8__collapse,
  .mobile-col-1-8__table,
  .mobile-col-1-8__flex,
  .mobile-col-1-8__flex-column,
  .mobile-col-1-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-3-8,
  .mobile-col-3-8__centered,
  .mobile-col-3-8__collapse,
  .mobile-col-3-8__table,
  .mobile-col-3-8__flex,
  .mobile-col-3-8__flex-column,
  .mobile-col-3-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-5-8,
  .mobile-col-5-8__centered,
  .mobile-col-5-8__collapse,
  .mobile-col-5-8__table,
  .mobile-col-5-8__flex,
  .mobile-col-5-8__flex-column,
  .mobile-col-5-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-7-8,
  .mobile-col-7-8__centered,
  .mobile-col-7-8__collapse,
  .mobile-col-7-8__table,
  .mobile-col-7-8__flex,
  .mobile-col-7-8__flex-column,
  .mobile-col-7-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-4-9,
  .mobile-col-4-9__centered,
  .mobile-col-4-9__collapse,
  .mobile-col-4-9__table,
  .mobile-col-4-9__flex,
  .mobile-col-4-9__flex-column,
  .mobile-col-4-9__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-12,
  .mobile-col-1-12__centered,
  .mobile-col-1-12__collapse,
  .mobile-col-1-12__table,
  .mobile-col-1-12__flex,
  .mobile-col-1-12__flex-column,
  .mobile-col-1-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-3-12,
  .mobile-col-3-12__centered,
  .mobile-col-3-12__collapse,
  .mobile-col-3-12__table,
  .mobile-col-3-12__flex,
  .mobile-col-3-12__flex-column,
  .mobile-col-3-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-5-12,
  .mobile-col-5-12__centered,
  .mobile-col-5-12__collapse,
  .mobile-col-5-12__table,
  .mobile-col-5-12__flex,
  .mobile-col-5-12__flex-column,
  .mobile-col-5-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-7-12,
  .mobile-col-7-12__centered,
  .mobile-col-7-12__collapse,
  .mobile-col-7-12__table,
  .mobile-col-7-12__flex,
  .mobile-col-7-12__flex-column,
  .mobile-col-7-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-11-12,
  .mobile-col-11-12__centered,
  .mobile-col-11-12__collapse,
  .mobile-col-11-12__table,
  .mobile-col-11-12__flex,
  .mobile-col-11-12__flex-column,
  .mobile-col-11-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-1,
  .tablet-col-1-1__centered,
  .tablet-col-1-1__collapse,
  .tablet-col-1-1__table,
  .tablet-col-1-1__flex,
  .tablet-col-1-1__flex-column,
  .tablet-col-1-1__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-2,
  .tablet-col-1-2__centered,
  .tablet-col-1-2__collapse,
  .tablet-col-1-2__table,
  .tablet-col-1-2__flex,
  .tablet-col-1-2__flex-column,
  .tablet-col-1-2__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-3,
  .tablet-col-1-3__centered,
  .tablet-col-1-3__collapse,
  .tablet-col-1-3__table,
  .tablet-col-1-3__flex,
  .tablet-col-1-3__flex-column,
  .tablet-col-1-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-2-3,
  .tablet-col-2-3__centered,
  .tablet-col-2-3__collapse,
  .tablet-col-2-3__table,
  .tablet-col-2-3__flex,
  .tablet-col-2-3__flex-column,
  .tablet-col-2-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-4,
  .tablet-col-1-4__centered,
  .tablet-col-1-4__collapse,
  .tablet-col-1-4__table,
  .tablet-col-1-4__flex,
  .tablet-col-1-4__flex-column,
  .tablet-col-1-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-3-4,
  .tablet-col-3-4__centered,
  .tablet-col-3-4__collapse,
  .tablet-col-3-4__table,
  .tablet-col-3-4__flex,
  .tablet-col-3-4__flex-column,
  .tablet-col-3-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-5,
  .tablet-col-1-5__centered,
  .tablet-col-1-5__collapse,
  .tablet-col-1-5__table,
  .tablet-col-1-5__flex,
  .tablet-col-1-5__flex-column,
  .tablet-col-1-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-2-5,
  .tablet-col-2-5__centered,
  .tablet-col-2-5__collapse,
  .tablet-col-2-5__table,
  .tablet-col-2-5__flex,
  .tablet-col-2-5__flex-column,
  .tablet-col-2-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-3-5,
  .tablet-col-3-5__centered,
  .tablet-col-3-5__collapse,
  .tablet-col-3-5__table,
  .tablet-col-3-5__flex,
  .tablet-col-3-5__flex-column,
  .tablet-col-3-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-4-5,
  .tablet-col-4-5__centered,
  .tablet-col-4-5__collapse,
  .tablet-col-4-5__table,
  .tablet-col-4-5__flex,
  .tablet-col-4-5__flex-column,
  .tablet-col-4-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-6,
  .tablet-col-1-6__centered,
  .tablet-col-1-6__collapse,
  .tablet-col-1-6__table,
  .tablet-col-1-6__flex,
  .tablet-col-1-6__flex-column,
  .tablet-col-1-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-5-6,
  .tablet-col-5-6__centered,
  .tablet-col-5-6__collapse,
  .tablet-col-5-6__table,
  .tablet-col-5-6__flex,
  .tablet-col-5-6__flex-column,
  .tablet-col-5-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-7,
  .tablet-col-1-7__centered,
  .tablet-col-1-7__collapse,
  .tablet-col-1-7__table,
  .tablet-col-1-7__flex,
  .tablet-col-1-7__flex-column,
  .tablet-col-1-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-2-7,
  .tablet-col-2-7__centered,
  .tablet-col-2-7__collapse,
  .tablet-col-2-7__table,
  .tablet-col-2-7__flex,
  .tablet-col-2-7__flex-column,
  .tablet-col-2-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-3-7,
  .tablet-col-3-7__centered,
  .tablet-col-3-7__collapse,
  .tablet-col-3-7__table,
  .tablet-col-3-7__flex,
  .tablet-col-3-7__flex-column,
  .tablet-col-3-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-4-7,
  .tablet-col-4-7__centered,
  .tablet-col-4-7__collapse,
  .tablet-col-4-7__table,
  .tablet-col-4-7__flex,
  .tablet-col-4-7__flex-column,
  .tablet-col-4-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-5-7,
  .tablet-col-5-7__centered,
  .tablet-col-5-7__collapse,
  .tablet-col-5-7__table,
  .tablet-col-5-7__flex,
  .tablet-col-5-7__flex-column,
  .tablet-col-5-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-6-7,
  .tablet-col-6-7__centered,
  .tablet-col-6-7__collapse,
  .tablet-col-6-7__table,
  .tablet-col-6-7__flex,
  .tablet-col-6-7__flex-column,
  .tablet-col-6-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-8,
  .tablet-col-1-8__centered,
  .tablet-col-1-8__collapse,
  .tablet-col-1-8__table,
  .tablet-col-1-8__flex,
  .tablet-col-1-8__flex-column,
  .tablet-col-1-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-3-8,
  .tablet-col-3-8__centered,
  .tablet-col-3-8__collapse,
  .tablet-col-3-8__table,
  .tablet-col-3-8__flex,
  .tablet-col-3-8__flex-column,
  .tablet-col-3-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-5-8,
  .tablet-col-5-8__centered,
  .tablet-col-5-8__collapse,
  .tablet-col-5-8__table,
  .tablet-col-5-8__flex,
  .tablet-col-5-8__flex-column,
  .tablet-col-5-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-7-8,
  .tablet-col-7-8__centered,
  .tablet-col-7-8__collapse,
  .tablet-col-7-8__table,
  .tablet-col-7-8__flex,
  .tablet-col-7-8__flex-column,
  .tablet-col-7-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-4-9,
  .tablet-col-4-9__centered,
  .tablet-col-4-9__collapse,
  .tablet-col-4-9__table,
  .tablet-col-4-9__flex,
  .tablet-col-4-9__flex-column,
  .tablet-col-4-9__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1-12,
  .tablet-col-1-12__centered,
  .tablet-col-1-12__collapse,
  .tablet-col-1-12__table,
  .tablet-col-1-12__flex,
  .tablet-col-1-12__flex-column,
  .tablet-col-1-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-3-12,
  .tablet-col-3-12__centered,
  .tablet-col-3-12__collapse,
  .tablet-col-3-12__table,
  .tablet-col-3-12__flex,
  .tablet-col-3-12__flex-column,
  .tablet-col-3-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-5-12,
  .tablet-col-5-12__centered,
  .tablet-col-5-12__collapse,
  .tablet-col-5-12__table,
  .tablet-col-5-12__flex,
  .tablet-col-5-12__flex-column,
  .tablet-col-5-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-7-12,
  .tablet-col-7-12__centered,
  .tablet-col-7-12__collapse,
  .tablet-col-7-12__table,
  .tablet-col-7-12__flex,
  .tablet-col-7-12__flex-column,
  .tablet-col-7-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-11-12,
  .tablet-col-11-12__centered,
  .tablet-col-11-12__collapse,
  .tablet-col-11-12__table,
  .tablet-col-11-12__flex,
  .tablet-col-11-12__flex-column,
  .tablet-col-11-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-1,
  .tablet-landscape-col-1-1__centered,
  .tablet-landscape-col-1-1__collapse,
  .tablet-landscape-col-1-1__table,
  .tablet-landscape-col-1-1__flex,
  .tablet-landscape-col-1-1__flex-column,
  .tablet-landscape-col-1-1__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-2,
  .tablet-landscape-col-1-2__centered,
  .tablet-landscape-col-1-2__collapse,
  .tablet-landscape-col-1-2__table,
  .tablet-landscape-col-1-2__flex,
  .tablet-landscape-col-1-2__flex-column,
  .tablet-landscape-col-1-2__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-3,
  .tablet-landscape-col-1-3__centered,
  .tablet-landscape-col-1-3__collapse,
  .tablet-landscape-col-1-3__table,
  .tablet-landscape-col-1-3__flex,
  .tablet-landscape-col-1-3__flex-column,
  .tablet-landscape-col-1-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-2-3,
  .tablet-landscape-col-2-3__centered,
  .tablet-landscape-col-2-3__collapse,
  .tablet-landscape-col-2-3__table,
  .tablet-landscape-col-2-3__flex,
  .tablet-landscape-col-2-3__flex-column,
  .tablet-landscape-col-2-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-4,
  .tablet-landscape-col-1-4__centered,
  .tablet-landscape-col-1-4__collapse,
  .tablet-landscape-col-1-4__table,
  .tablet-landscape-col-1-4__flex,
  .tablet-landscape-col-1-4__flex-column,
  .tablet-landscape-col-1-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-3-4,
  .tablet-landscape-col-3-4__centered,
  .tablet-landscape-col-3-4__collapse,
  .tablet-landscape-col-3-4__table,
  .tablet-landscape-col-3-4__flex,
  .tablet-landscape-col-3-4__flex-column,
  .tablet-landscape-col-3-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-5,
  .tablet-landscape-col-1-5__centered,
  .tablet-landscape-col-1-5__collapse,
  .tablet-landscape-col-1-5__table,
  .tablet-landscape-col-1-5__flex,
  .tablet-landscape-col-1-5__flex-column,
  .tablet-landscape-col-1-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-2-5,
  .tablet-landscape-col-2-5__centered,
  .tablet-landscape-col-2-5__collapse,
  .tablet-landscape-col-2-5__table,
  .tablet-landscape-col-2-5__flex,
  .tablet-landscape-col-2-5__flex-column,
  .tablet-landscape-col-2-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-3-5,
  .tablet-landscape-col-3-5__centered,
  .tablet-landscape-col-3-5__collapse,
  .tablet-landscape-col-3-5__table,
  .tablet-landscape-col-3-5__flex,
  .tablet-landscape-col-3-5__flex-column,
  .tablet-landscape-col-3-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-4-5,
  .tablet-landscape-col-4-5__centered,
  .tablet-landscape-col-4-5__collapse,
  .tablet-landscape-col-4-5__table,
  .tablet-landscape-col-4-5__flex,
  .tablet-landscape-col-4-5__flex-column,
  .tablet-landscape-col-4-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-6,
  .tablet-landscape-col-1-6__centered,
  .tablet-landscape-col-1-6__collapse,
  .tablet-landscape-col-1-6__table,
  .tablet-landscape-col-1-6__flex,
  .tablet-landscape-col-1-6__flex-column,
  .tablet-landscape-col-1-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-5-6,
  .tablet-landscape-col-5-6__centered,
  .tablet-landscape-col-5-6__collapse,
  .tablet-landscape-col-5-6__table,
  .tablet-landscape-col-5-6__flex,
  .tablet-landscape-col-5-6__flex-column,
  .tablet-landscape-col-5-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-7,
  .tablet-landscape-col-1-7__centered,
  .tablet-landscape-col-1-7__collapse,
  .tablet-landscape-col-1-7__table,
  .tablet-landscape-col-1-7__flex,
  .tablet-landscape-col-1-7__flex-column,
  .tablet-landscape-col-1-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-2-7,
  .tablet-landscape-col-2-7__centered,
  .tablet-landscape-col-2-7__collapse,
  .tablet-landscape-col-2-7__table,
  .tablet-landscape-col-2-7__flex,
  .tablet-landscape-col-2-7__flex-column,
  .tablet-landscape-col-2-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-3-7,
  .tablet-landscape-col-3-7__centered,
  .tablet-landscape-col-3-7__collapse,
  .tablet-landscape-col-3-7__table,
  .tablet-landscape-col-3-7__flex,
  .tablet-landscape-col-3-7__flex-column,
  .tablet-landscape-col-3-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-4-7,
  .tablet-landscape-col-4-7__centered,
  .tablet-landscape-col-4-7__collapse,
  .tablet-landscape-col-4-7__table,
  .tablet-landscape-col-4-7__flex,
  .tablet-landscape-col-4-7__flex-column,
  .tablet-landscape-col-4-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-5-7,
  .tablet-landscape-col-5-7__centered,
  .tablet-landscape-col-5-7__collapse,
  .tablet-landscape-col-5-7__table,
  .tablet-landscape-col-5-7__flex,
  .tablet-landscape-col-5-7__flex-column,
  .tablet-landscape-col-5-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-6-7,
  .tablet-landscape-col-6-7__centered,
  .tablet-landscape-col-6-7__collapse,
  .tablet-landscape-col-6-7__table,
  .tablet-landscape-col-6-7__flex,
  .tablet-landscape-col-6-7__flex-column,
  .tablet-landscape-col-6-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-8,
  .tablet-landscape-col-1-8__centered,
  .tablet-landscape-col-1-8__collapse,
  .tablet-landscape-col-1-8__table,
  .tablet-landscape-col-1-8__flex,
  .tablet-landscape-col-1-8__flex-column,
  .tablet-landscape-col-1-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-3-8,
  .tablet-landscape-col-3-8__centered,
  .tablet-landscape-col-3-8__collapse,
  .tablet-landscape-col-3-8__table,
  .tablet-landscape-col-3-8__flex,
  .tablet-landscape-col-3-8__flex-column,
  .tablet-landscape-col-3-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-5-8,
  .tablet-landscape-col-5-8__centered,
  .tablet-landscape-col-5-8__collapse,
  .tablet-landscape-col-5-8__table,
  .tablet-landscape-col-5-8__flex,
  .tablet-landscape-col-5-8__flex-column,
  .tablet-landscape-col-5-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-7-8,
  .tablet-landscape-col-7-8__centered,
  .tablet-landscape-col-7-8__collapse,
  .tablet-landscape-col-7-8__table,
  .tablet-landscape-col-7-8__flex,
  .tablet-landscape-col-7-8__flex-column,
  .tablet-landscape-col-7-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-4-9,
  .tablet-landscape-col-4-9__centered,
  .tablet-landscape-col-4-9__collapse,
  .tablet-landscape-col-4-9__table,
  .tablet-landscape-col-4-9__flex,
  .tablet-landscape-col-4-9__flex-column,
  .tablet-landscape-col-4-9__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-1-12,
  .tablet-landscape-col-1-12__centered,
  .tablet-landscape-col-1-12__collapse,
  .tablet-landscape-col-1-12__table,
  .tablet-landscape-col-1-12__flex,
  .tablet-landscape-col-1-12__flex-column,
  .tablet-landscape-col-1-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-3-12,
  .tablet-landscape-col-3-12__centered,
  .tablet-landscape-col-3-12__collapse,
  .tablet-landscape-col-3-12__table,
  .tablet-landscape-col-3-12__flex,
  .tablet-landscape-col-3-12__flex-column,
  .tablet-landscape-col-3-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-5-12,
  .tablet-landscape-col-5-12__centered,
  .tablet-landscape-col-5-12__collapse,
  .tablet-landscape-col-5-12__table,
  .tablet-landscape-col-5-12__flex,
  .tablet-landscape-col-5-12__flex-column,
  .tablet-landscape-col-5-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-7-12,
  .tablet-landscape-col-7-12__centered,
  .tablet-landscape-col-7-12__collapse,
  .tablet-landscape-col-7-12__table,
  .tablet-landscape-col-7-12__flex,
  .tablet-landscape-col-7-12__flex-column,
  .tablet-landscape-col-7-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-landscape-col-11-12,
  .tablet-landscape-col-11-12__centered,
  .tablet-landscape-col-11-12__collapse,
  .tablet-landscape-col-11-12__table,
  .tablet-landscape-col-11-12__flex,
  .tablet-landscape-col-11-12__flex-column,
  .tablet-landscape-col-11-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-1,
  .desktop-col-1-1__centered,
  .desktop-col-1-1__collapse,
  .desktop-col-1-1__table,
  .desktop-col-1-1__flex,
  .desktop-col-1-1__flex-column,
  .desktop-col-1-1__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-2,
  .desktop-col-1-2__centered,
  .desktop-col-1-2__collapse,
  .desktop-col-1-2__table,
  .desktop-col-1-2__flex,
  .desktop-col-1-2__flex-column,
  .desktop-col-1-2__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-3,
  .desktop-col-1-3__centered,
  .desktop-col-1-3__collapse,
  .desktop-col-1-3__table,
  .desktop-col-1-3__flex,
  .desktop-col-1-3__flex-column,
  .desktop-col-1-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-2-3,
  .desktop-col-2-3__centered,
  .desktop-col-2-3__collapse,
  .desktop-col-2-3__table,
  .desktop-col-2-3__flex,
  .desktop-col-2-3__flex-column,
  .desktop-col-2-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-4,
  .desktop-col-1-4__centered,
  .desktop-col-1-4__collapse,
  .desktop-col-1-4__table,
  .desktop-col-1-4__flex,
  .desktop-col-1-4__flex-column,
  .desktop-col-1-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-3-4,
  .desktop-col-3-4__centered,
  .desktop-col-3-4__collapse,
  .desktop-col-3-4__table,
  .desktop-col-3-4__flex,
  .desktop-col-3-4__flex-column,
  .desktop-col-3-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-5,
  .desktop-col-1-5__centered,
  .desktop-col-1-5__collapse,
  .desktop-col-1-5__table,
  .desktop-col-1-5__flex,
  .desktop-col-1-5__flex-column,
  .desktop-col-1-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-2-5,
  .desktop-col-2-5__centered,
  .desktop-col-2-5__collapse,
  .desktop-col-2-5__table,
  .desktop-col-2-5__flex,
  .desktop-col-2-5__flex-column,
  .desktop-col-2-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-3-5,
  .desktop-col-3-5__centered,
  .desktop-col-3-5__collapse,
  .desktop-col-3-5__table,
  .desktop-col-3-5__flex,
  .desktop-col-3-5__flex-column,
  .desktop-col-3-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-4-5,
  .desktop-col-4-5__centered,
  .desktop-col-4-5__collapse,
  .desktop-col-4-5__table,
  .desktop-col-4-5__flex,
  .desktop-col-4-5__flex-column,
  .desktop-col-4-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-6,
  .desktop-col-1-6__centered,
  .desktop-col-1-6__collapse,
  .desktop-col-1-6__table,
  .desktop-col-1-6__flex,
  .desktop-col-1-6__flex-column,
  .desktop-col-1-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-5-6,
  .desktop-col-5-6__centered,
  .desktop-col-5-6__collapse,
  .desktop-col-5-6__table,
  .desktop-col-5-6__flex,
  .desktop-col-5-6__flex-column,
  .desktop-col-5-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-7,
  .desktop-col-1-7__centered,
  .desktop-col-1-7__collapse,
  .desktop-col-1-7__table,
  .desktop-col-1-7__flex,
  .desktop-col-1-7__flex-column,
  .desktop-col-1-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-2-7,
  .desktop-col-2-7__centered,
  .desktop-col-2-7__collapse,
  .desktop-col-2-7__table,
  .desktop-col-2-7__flex,
  .desktop-col-2-7__flex-column,
  .desktop-col-2-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-3-7,
  .desktop-col-3-7__centered,
  .desktop-col-3-7__collapse,
  .desktop-col-3-7__table,
  .desktop-col-3-7__flex,
  .desktop-col-3-7__flex-column,
  .desktop-col-3-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-4-7,
  .desktop-col-4-7__centered,
  .desktop-col-4-7__collapse,
  .desktop-col-4-7__table,
  .desktop-col-4-7__flex,
  .desktop-col-4-7__flex-column,
  .desktop-col-4-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-5-7,
  .desktop-col-5-7__centered,
  .desktop-col-5-7__collapse,
  .desktop-col-5-7__table,
  .desktop-col-5-7__flex,
  .desktop-col-5-7__flex-column,
  .desktop-col-5-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-6-7,
  .desktop-col-6-7__centered,
  .desktop-col-6-7__collapse,
  .desktop-col-6-7__table,
  .desktop-col-6-7__flex,
  .desktop-col-6-7__flex-column,
  .desktop-col-6-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-8,
  .desktop-col-1-8__centered,
  .desktop-col-1-8__collapse,
  .desktop-col-1-8__table,
  .desktop-col-1-8__flex,
  .desktop-col-1-8__flex-column,
  .desktop-col-1-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-3-8,
  .desktop-col-3-8__centered,
  .desktop-col-3-8__collapse,
  .desktop-col-3-8__table,
  .desktop-col-3-8__flex,
  .desktop-col-3-8__flex-column,
  .desktop-col-3-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-5-8,
  .desktop-col-5-8__centered,
  .desktop-col-5-8__collapse,
  .desktop-col-5-8__table,
  .desktop-col-5-8__flex,
  .desktop-col-5-8__flex-column,
  .desktop-col-5-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-7-8,
  .desktop-col-7-8__centered,
  .desktop-col-7-8__collapse,
  .desktop-col-7-8__table,
  .desktop-col-7-8__flex,
  .desktop-col-7-8__flex-column,
  .desktop-col-7-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-4-9,
  .desktop-col-4-9__centered,
  .desktop-col-4-9__collapse,
  .desktop-col-4-9__table,
  .desktop-col-4-9__flex,
  .desktop-col-4-9__flex-column,
  .desktop-col-4-9__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-1-12,
  .desktop-col-1-12__centered,
  .desktop-col-1-12__collapse,
  .desktop-col-1-12__table,
  .desktop-col-1-12__flex,
  .desktop-col-1-12__flex-column,
  .desktop-col-1-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-3-12,
  .desktop-col-3-12__centered,
  .desktop-col-3-12__collapse,
  .desktop-col-3-12__table,
  .desktop-col-3-12__flex,
  .desktop-col-3-12__flex-column,
  .desktop-col-3-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-5-12,
  .desktop-col-5-12__centered,
  .desktop-col-5-12__collapse,
  .desktop-col-5-12__table,
  .desktop-col-5-12__flex,
  .desktop-col-5-12__flex-column,
  .desktop-col-5-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-7-12,
  .desktop-col-7-12__centered,
  .desktop-col-7-12__collapse,
  .desktop-col-7-12__table,
  .desktop-col-7-12__flex,
  .desktop-col-7-12__flex-column,
  .desktop-col-7-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-col-11-12,
  .desktop-col-11-12__centered,
  .desktop-col-11-12__collapse,
  .desktop-col-11-12__table,
  .desktop-col-11-12__flex,
  .desktop-col-11-12__flex-column,
  .desktop-col-11-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-1,
  .desktop-large-col-1-1__centered,
  .desktop-large-col-1-1__collapse,
  .desktop-large-col-1-1__table,
  .desktop-large-col-1-1__flex,
  .desktop-large-col-1-1__flex-column,
  .desktop-large-col-1-1__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-2,
  .desktop-large-col-1-2__centered,
  .desktop-large-col-1-2__collapse,
  .desktop-large-col-1-2__table,
  .desktop-large-col-1-2__flex,
  .desktop-large-col-1-2__flex-column,
  .desktop-large-col-1-2__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-3,
  .desktop-large-col-1-3__centered,
  .desktop-large-col-1-3__collapse,
  .desktop-large-col-1-3__table,
  .desktop-large-col-1-3__flex,
  .desktop-large-col-1-3__flex-column,
  .desktop-large-col-1-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-2-3,
  .desktop-large-col-2-3__centered,
  .desktop-large-col-2-3__collapse,
  .desktop-large-col-2-3__table,
  .desktop-large-col-2-3__flex,
  .desktop-large-col-2-3__flex-column,
  .desktop-large-col-2-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-4,
  .desktop-large-col-1-4__centered,
  .desktop-large-col-1-4__collapse,
  .desktop-large-col-1-4__table,
  .desktop-large-col-1-4__flex,
  .desktop-large-col-1-4__flex-column,
  .desktop-large-col-1-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-3-4,
  .desktop-large-col-3-4__centered,
  .desktop-large-col-3-4__collapse,
  .desktop-large-col-3-4__table,
  .desktop-large-col-3-4__flex,
  .desktop-large-col-3-4__flex-column,
  .desktop-large-col-3-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-5,
  .desktop-large-col-1-5__centered,
  .desktop-large-col-1-5__collapse,
  .desktop-large-col-1-5__table,
  .desktop-large-col-1-5__flex,
  .desktop-large-col-1-5__flex-column,
  .desktop-large-col-1-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-2-5,
  .desktop-large-col-2-5__centered,
  .desktop-large-col-2-5__collapse,
  .desktop-large-col-2-5__table,
  .desktop-large-col-2-5__flex,
  .desktop-large-col-2-5__flex-column,
  .desktop-large-col-2-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-3-5,
  .desktop-large-col-3-5__centered,
  .desktop-large-col-3-5__collapse,
  .desktop-large-col-3-5__table,
  .desktop-large-col-3-5__flex,
  .desktop-large-col-3-5__flex-column,
  .desktop-large-col-3-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-4-5,
  .desktop-large-col-4-5__centered,
  .desktop-large-col-4-5__collapse,
  .desktop-large-col-4-5__table,
  .desktop-large-col-4-5__flex,
  .desktop-large-col-4-5__flex-column,
  .desktop-large-col-4-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-6,
  .desktop-large-col-1-6__centered,
  .desktop-large-col-1-6__collapse,
  .desktop-large-col-1-6__table,
  .desktop-large-col-1-6__flex,
  .desktop-large-col-1-6__flex-column,
  .desktop-large-col-1-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-5-6,
  .desktop-large-col-5-6__centered,
  .desktop-large-col-5-6__collapse,
  .desktop-large-col-5-6__table,
  .desktop-large-col-5-6__flex,
  .desktop-large-col-5-6__flex-column,
  .desktop-large-col-5-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-7,
  .desktop-large-col-1-7__centered,
  .desktop-large-col-1-7__collapse,
  .desktop-large-col-1-7__table,
  .desktop-large-col-1-7__flex,
  .desktop-large-col-1-7__flex-column,
  .desktop-large-col-1-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-2-7,
  .desktop-large-col-2-7__centered,
  .desktop-large-col-2-7__collapse,
  .desktop-large-col-2-7__table,
  .desktop-large-col-2-7__flex,
  .desktop-large-col-2-7__flex-column,
  .desktop-large-col-2-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-3-7,
  .desktop-large-col-3-7__centered,
  .desktop-large-col-3-7__collapse,
  .desktop-large-col-3-7__table,
  .desktop-large-col-3-7__flex,
  .desktop-large-col-3-7__flex-column,
  .desktop-large-col-3-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-4-7,
  .desktop-large-col-4-7__centered,
  .desktop-large-col-4-7__collapse,
  .desktop-large-col-4-7__table,
  .desktop-large-col-4-7__flex,
  .desktop-large-col-4-7__flex-column,
  .desktop-large-col-4-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-5-7,
  .desktop-large-col-5-7__centered,
  .desktop-large-col-5-7__collapse,
  .desktop-large-col-5-7__table,
  .desktop-large-col-5-7__flex,
  .desktop-large-col-5-7__flex-column,
  .desktop-large-col-5-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-6-7,
  .desktop-large-col-6-7__centered,
  .desktop-large-col-6-7__collapse,
  .desktop-large-col-6-7__table,
  .desktop-large-col-6-7__flex,
  .desktop-large-col-6-7__flex-column,
  .desktop-large-col-6-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-8,
  .desktop-large-col-1-8__centered,
  .desktop-large-col-1-8__collapse,
  .desktop-large-col-1-8__table,
  .desktop-large-col-1-8__flex,
  .desktop-large-col-1-8__flex-column,
  .desktop-large-col-1-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-3-8,
  .desktop-large-col-3-8__centered,
  .desktop-large-col-3-8__collapse,
  .desktop-large-col-3-8__table,
  .desktop-large-col-3-8__flex,
  .desktop-large-col-3-8__flex-column,
  .desktop-large-col-3-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-5-8,
  .desktop-large-col-5-8__centered,
  .desktop-large-col-5-8__collapse,
  .desktop-large-col-5-8__table,
  .desktop-large-col-5-8__flex,
  .desktop-large-col-5-8__flex-column,
  .desktop-large-col-5-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-7-8,
  .desktop-large-col-7-8__centered,
  .desktop-large-col-7-8__collapse,
  .desktop-large-col-7-8__table,
  .desktop-large-col-7-8__flex,
  .desktop-large-col-7-8__flex-column,
  .desktop-large-col-7-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-4-9,
  .desktop-large-col-4-9__centered,
  .desktop-large-col-4-9__collapse,
  .desktop-large-col-4-9__table,
  .desktop-large-col-4-9__flex,
  .desktop-large-col-4-9__flex-column,
  .desktop-large-col-4-9__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-1-12,
  .desktop-large-col-1-12__centered,
  .desktop-large-col-1-12__collapse,
  .desktop-large-col-1-12__table,
  .desktop-large-col-1-12__flex,
  .desktop-large-col-1-12__flex-column,
  .desktop-large-col-1-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-3-12,
  .desktop-large-col-3-12__centered,
  .desktop-large-col-3-12__collapse,
  .desktop-large-col-3-12__table,
  .desktop-large-col-3-12__flex,
  .desktop-large-col-3-12__flex-column,
  .desktop-large-col-3-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-5-12,
  .desktop-large-col-5-12__centered,
  .desktop-large-col-5-12__collapse,
  .desktop-large-col-5-12__table,
  .desktop-large-col-5-12__flex,
  .desktop-large-col-5-12__flex-column,
  .desktop-large-col-5-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-7-12,
  .desktop-large-col-7-12__centered,
  .desktop-large-col-7-12__collapse,
  .desktop-large-col-7-12__table,
  .desktop-large-col-7-12__flex,
  .desktop-large-col-7-12__flex-column,
  .desktop-large-col-7-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-large-col-11-12,
  .desktop-large-col-11-12__centered,
  .desktop-large-col-11-12__collapse,
  .desktop-large-col-11-12__table,
  .desktop-large-col-11-12__flex,
  .desktop-large-col-11-12__flex-column,
  .desktop-large-col-11-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-1,
  .desktop-xl-col-1-1__centered,
  .desktop-xl-col-1-1__collapse,
  .desktop-xl-col-1-1__table,
  .desktop-xl-col-1-1__flex,
  .desktop-xl-col-1-1__flex-column,
  .desktop-xl-col-1-1__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-2,
  .desktop-xl-col-1-2__centered,
  .desktop-xl-col-1-2__collapse,
  .desktop-xl-col-1-2__table,
  .desktop-xl-col-1-2__flex,
  .desktop-xl-col-1-2__flex-column,
  .desktop-xl-col-1-2__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-3,
  .desktop-xl-col-1-3__centered,
  .desktop-xl-col-1-3__collapse,
  .desktop-xl-col-1-3__table,
  .desktop-xl-col-1-3__flex,
  .desktop-xl-col-1-3__flex-column,
  .desktop-xl-col-1-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-2-3,
  .desktop-xl-col-2-3__centered,
  .desktop-xl-col-2-3__collapse,
  .desktop-xl-col-2-3__table,
  .desktop-xl-col-2-3__flex,
  .desktop-xl-col-2-3__flex-column,
  .desktop-xl-col-2-3__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-4,
  .desktop-xl-col-1-4__centered,
  .desktop-xl-col-1-4__collapse,
  .desktop-xl-col-1-4__table,
  .desktop-xl-col-1-4__flex,
  .desktop-xl-col-1-4__flex-column,
  .desktop-xl-col-1-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-3-4,
  .desktop-xl-col-3-4__centered,
  .desktop-xl-col-3-4__collapse,
  .desktop-xl-col-3-4__table,
  .desktop-xl-col-3-4__flex,
  .desktop-xl-col-3-4__flex-column,
  .desktop-xl-col-3-4__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-5,
  .desktop-xl-col-1-5__centered,
  .desktop-xl-col-1-5__collapse,
  .desktop-xl-col-1-5__table,
  .desktop-xl-col-1-5__flex,
  .desktop-xl-col-1-5__flex-column,
  .desktop-xl-col-1-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-2-5,
  .desktop-xl-col-2-5__centered,
  .desktop-xl-col-2-5__collapse,
  .desktop-xl-col-2-5__table,
  .desktop-xl-col-2-5__flex,
  .desktop-xl-col-2-5__flex-column,
  .desktop-xl-col-2-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-3-5,
  .desktop-xl-col-3-5__centered,
  .desktop-xl-col-3-5__collapse,
  .desktop-xl-col-3-5__table,
  .desktop-xl-col-3-5__flex,
  .desktop-xl-col-3-5__flex-column,
  .desktop-xl-col-3-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-4-5,
  .desktop-xl-col-4-5__centered,
  .desktop-xl-col-4-5__collapse,
  .desktop-xl-col-4-5__table,
  .desktop-xl-col-4-5__flex,
  .desktop-xl-col-4-5__flex-column,
  .desktop-xl-col-4-5__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-6,
  .desktop-xl-col-1-6__centered,
  .desktop-xl-col-1-6__collapse,
  .desktop-xl-col-1-6__table,
  .desktop-xl-col-1-6__flex,
  .desktop-xl-col-1-6__flex-column,
  .desktop-xl-col-1-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-5-6,
  .desktop-xl-col-5-6__centered,
  .desktop-xl-col-5-6__collapse,
  .desktop-xl-col-5-6__table,
  .desktop-xl-col-5-6__flex,
  .desktop-xl-col-5-6__flex-column,
  .desktop-xl-col-5-6__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-7,
  .desktop-xl-col-1-7__centered,
  .desktop-xl-col-1-7__collapse,
  .desktop-xl-col-1-7__table,
  .desktop-xl-col-1-7__flex,
  .desktop-xl-col-1-7__flex-column,
  .desktop-xl-col-1-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-2-7,
  .desktop-xl-col-2-7__centered,
  .desktop-xl-col-2-7__collapse,
  .desktop-xl-col-2-7__table,
  .desktop-xl-col-2-7__flex,
  .desktop-xl-col-2-7__flex-column,
  .desktop-xl-col-2-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-3-7,
  .desktop-xl-col-3-7__centered,
  .desktop-xl-col-3-7__collapse,
  .desktop-xl-col-3-7__table,
  .desktop-xl-col-3-7__flex,
  .desktop-xl-col-3-7__flex-column,
  .desktop-xl-col-3-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-4-7,
  .desktop-xl-col-4-7__centered,
  .desktop-xl-col-4-7__collapse,
  .desktop-xl-col-4-7__table,
  .desktop-xl-col-4-7__flex,
  .desktop-xl-col-4-7__flex-column,
  .desktop-xl-col-4-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-5-7,
  .desktop-xl-col-5-7__centered,
  .desktop-xl-col-5-7__collapse,
  .desktop-xl-col-5-7__table,
  .desktop-xl-col-5-7__flex,
  .desktop-xl-col-5-7__flex-column,
  .desktop-xl-col-5-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-6-7,
  .desktop-xl-col-6-7__centered,
  .desktop-xl-col-6-7__collapse,
  .desktop-xl-col-6-7__table,
  .desktop-xl-col-6-7__flex,
  .desktop-xl-col-6-7__flex-column,
  .desktop-xl-col-6-7__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-8,
  .desktop-xl-col-1-8__centered,
  .desktop-xl-col-1-8__collapse,
  .desktop-xl-col-1-8__table,
  .desktop-xl-col-1-8__flex,
  .desktop-xl-col-1-8__flex-column,
  .desktop-xl-col-1-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-3-8,
  .desktop-xl-col-3-8__centered,
  .desktop-xl-col-3-8__collapse,
  .desktop-xl-col-3-8__table,
  .desktop-xl-col-3-8__flex,
  .desktop-xl-col-3-8__flex-column,
  .desktop-xl-col-3-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-5-8,
  .desktop-xl-col-5-8__centered,
  .desktop-xl-col-5-8__collapse,
  .desktop-xl-col-5-8__table,
  .desktop-xl-col-5-8__flex,
  .desktop-xl-col-5-8__flex-column,
  .desktop-xl-col-5-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-7-8,
  .desktop-xl-col-7-8__centered,
  .desktop-xl-col-7-8__collapse,
  .desktop-xl-col-7-8__table,
  .desktop-xl-col-7-8__flex,
  .desktop-xl-col-7-8__flex-column,
  .desktop-xl-col-7-8__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-4-9,
  .desktop-xl-col-4-9__centered,
  .desktop-xl-col-4-9__collapse,
  .desktop-xl-col-4-9__table,
  .desktop-xl-col-4-9__flex,
  .desktop-xl-col-4-9__flex-column,
  .desktop-xl-col-4-9__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-1-12,
  .desktop-xl-col-1-12__centered,
  .desktop-xl-col-1-12__collapse,
  .desktop-xl-col-1-12__table,
  .desktop-xl-col-1-12__flex,
  .desktop-xl-col-1-12__flex-column,
  .desktop-xl-col-1-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-3-12,
  .desktop-xl-col-3-12__centered,
  .desktop-xl-col-3-12__collapse,
  .desktop-xl-col-3-12__table,
  .desktop-xl-col-3-12__flex,
  .desktop-xl-col-3-12__flex-column,
  .desktop-xl-col-3-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-5-12,
  .desktop-xl-col-5-12__centered,
  .desktop-xl-col-5-12__collapse,
  .desktop-xl-col-5-12__table,
  .desktop-xl-col-5-12__flex,
  .desktop-xl-col-5-12__flex-column,
  .desktop-xl-col-5-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-7-12,
  .desktop-xl-col-7-12__centered,
  .desktop-xl-col-7-12__collapse,
  .desktop-xl-col-7-12__table,
  .desktop-xl-col-7-12__flex,
  .desktop-xl-col-7-12__flex-column,
  .desktop-xl-col-7-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-xl-col-11-12,
  .desktop-xl-col-11-12__centered,
  .desktop-xl-col-11-12__collapse,
  .desktop-xl-col-11-12__table,
  .desktop-xl-col-11-12__flex,
  .desktop-xl-col-11-12__flex-column,
  .desktop-xl-col-11-12__flex-collapsed {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-panel[hidden] {
    display: block !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    text-transform: none !important;
  }

  section[aria-label="Newsletter Signup"] {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */