/*********************
typography
*********************/
/*********************
COLORS
*********************/
/** 
margins flex etc
*********************/
/*********************
SVGS
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
flex
*********************/
/*!
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
  interpolate-size: allow-keywords;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #000 #000 #000;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "America-Mono";
  src: url("../../fonts/GT-America-Mono-Medium.eot?") format("eot"), url("../assets/GT-America-Mono-Medium-DcbHmDHx.woff2") format("woff2"), url("../assets/GT-America-Mono-Medium-BUiU9B9p.woff") format("woff"), url("../../fonts/GT-America-Mono-Medium.ttf") format("truetype"), url("../../fonts/GT-America-Mono-Medium.svg#America-Mono") format("svg");
}
@font-face {
  font-family: "Canon-Light";
  src: url("../../fonts/GT-Canon-M-Standard-Light.eot?") format("eot"), url("../assets/GT-Canon-M-Standard-Light-DhsP-yfX.woff2") format("woff2"), url("../assets/GT-Canon-M-Standard-Light-DYpinWNT.woff") format("woff"), url("../../fonts/GT-Canon-M-Standard-Light.ttf") format("truetype"), url("../../fonts/GT-Canon-M-Standard-Light.svg#Canon-Light") format("svg");
}
@font-face {
  font-family: "Canon-Reg";
  src: url("../../fonts/GT-Canon-M-Standard-Regular.eot?") format("eot"), url("../assets/GT-Canon-M-Standard-Regular-DFTXtrxW.woff2") format("woff2"), url("../assets/GT-Canon-M-Standard-Regular-CREvqUgC.woff") format("woff"), url("../../fonts/GT-Canon-M-Standard-Regular.ttf") format("truetype"), url("../../fonts/GT-Canon-M-Standard-Regular.svg#Canon-Reg") format("svg");
}
@font-face {
  font-family: "Canon-Bold";
  src: url("../../fonts/GT-Canon-M-Standard-Bold.eot?") format("eot"), url("../assets/GT-Canon-M-Standard-Bold-X82mqLN7.woff2") format("woff2"), url("../assets/GT-Canon-M-Standard-Bold-B8e1L4_U.woff") format("woff"), url("../../fonts/GT-Canon-M-Standard-Bold.ttf") format("truetype"), url("../../fonts/GT-Canon-M-Standard-Bold.svg#Canon-Bold") format("svg");
}
@font-face {
  font-family: "Canon-Bold-Italic";
  src: url("../../fonts/GT-Canon-M-Standard-Bold-Italic.eot?") format("eot"), url("../assets/GT-Canon-M-Standard-Bold-Italic-CCCpsTUK.woff2") format("woff2"), url("../assets/GT-Canon-M-Standard-Bold-Italic-mFPV40Zf.woff") format("woff"), url("../../fonts/GT-Canon-M-Standard-Bold-Italic.ttf") format("truetype"), url("../../fonts/GT-Canon-M-Standard-Bold-Italic.svg#Canon-Bold-Italic") format("svg");
}
@font-face {
  font-family: "LatinShim";
  src: url("../assets/GT-Canon-M-Standard-Regular-DFTXtrxW.woff2") format("woff2"), url("../assets/GT-Canon-M-Standard-Regular-CREvqUgC.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Canon-Reg", serif;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  font-weight: 400;
  color: #272D4E;
  margin-bottom: 0;
  letter-spacing: -0.00875rem;
  background: #F5F5EE;
}

h1, h1 p, .h1-style, .positioning-style, .h1-style p {
  font-family: "Canon-Reg", serif;
  font-size: 1.375rem;
  line-height: 1.64;
  font-weight: 400;
  letter-spacing: -0.01375rem;
  margin: 0;
  /*1024*/
}
@media (min-width: 64em) {
  h1, h1 p, .h1-style, .positioning-style, .h1-style p {
    font-size: 2.625rem;
    line-height: 1.285;
  }
}

h1.jumbo, h1.jumbo p, .h1-style.jumbo {
  font-size: 2.25rem;
  line-height: 2.875rem;
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.0525rem;
  /*1024*/
}
@media (min-width: 64em) {
  h1.jumbo, h1.jumbo p, .h1-style.jumbo {
    font-size: 5.25rem;
    line-height: 6rem;
    margin: 0;
  }
}

h2, h2 p, .h2-style, .secondary-title, h2 p, .h2-style p {
  font-family: "Canon-Bold", serif;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  font-size: 1.125rem;
  line-height: 1.555;
  text-transform: none;
  /*1024*/
}
@media (min-width: 64em) {
  h2, h2 p, .h2-style, .secondary-title, h2 p, .h2-style p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.03rem;
  }
}
h2.h2-reg, h2 p.h2-reg, .h2-style.h2-reg, .secondary-title.h2-reg, h2 p.h2-reg, .h2-style p.h2-reg {
  font-family: "Canon-Reg", serif;
  font-weight: 400;
}
h2 a, h2 p a, .h2-style a, .secondary-title a, h2 p a, .h2-style p a {
  text-decoration: none;
}

h1 em, h1 p em, .h1-style em, .h1-style p em, h2 em, h2 p em, .h2-style em, .h2-style p em {
  font-style: normal;
  font-family: "Canon-Bold-Italic", serif;
  font-weight: 700;
}

.heavy {
  font-family: "Canon-Bold", serif !important;
}

h3, .h3-style, .label-sm, .label-sm p, .btn, input[type=submit], .main-navigation ul li, .footer-navigation ul li,
#wpconsent-container::part(wpconsent-button-accept),
#wpconsent-container::part(wpconsent-button-cancel),
#wpconsent-container::part(wpconsent-button-preferences) {
  font-family: "America-mono", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.01625rem;
}

p, .p-style, .site-main ul li {
  font-family: "Canon-Reg", serif;
  font-weight: 400;
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: -0.00875rem;
}
p:last-child, .p-style:last-child, .site-main ul li:last-child {
  margin-bottom: 0;
}
p, .p-style, .site-main ul li {
  /*1024*/
}
@media (min-width: 64em) {
  p, .p-style, .site-main ul li {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.025rem;
  }
}
p.p-underlined a, .p-style.p-underlined a, .site-main ul li.p-underlined a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 20%; /* 5px */
  text-underline-position: from-font;
}
p.p-underlined a:hover, .p-style.p-underlined a:hover, .site-main ul li.p-underlined a:hover {
  text-decoration: none;
}

a.label-sm {
  text-decoration: none;
}
a.label-sm:hover {
  color: #272D4E;
}

.smaller, .smaller p, .smaller ul li, .caption, .site-footer p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.0225rem;
  /*1024*/
}
@media (min-width: 64em) {
  .smaller, .smaller p, .smaller ul li, .caption, .site-footer p {
    font-size: 1.125rem;
  }
}

.site-main ul, .site-main ol {
  margin-left: 1em;
  list-style-type: disc;
  padding-left: 0;
}
.site-main ul li, .site-main ol li {
  margin-bottom: 0.95em;
}
.site-main ul li:last-child, .site-main ol li:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: #272D4E;
  text-decoration: underline;
}
p a {
  text-decoration: none;
}

a.emphasis {
  text-decoration: underline;
  text-decoration-thickness: 1px; /* Sets line thickness */
  text-underline-offset: 0.25em;
}
a.emphasis:hover {
  text-decoration: none;
}

.callout-text {
  margin: 3.75rem 0;
}
.callout-text:after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  margin: 1.75rem auto 0;
}

hr {
  margin: 0 0 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  hr {
    margin: 0 0 1.375rem;
  }
}
hr {
  background: rgba(39, 45, 78, 0.4);
}

@property --reveal {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
.inline-highlight {
  --reveal: 0%;
  background-image: linear-gradient(#fff, #fff), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMzk3IDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiBmaWxsPSIjQUVGRjc3Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, left bottom;
  background-size: calc(100% - var(--reveal)) 20px, auto 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: --reveal 0.4s ease;
}

.inline-highlight:hover {
  --reveal: 100%;
}

.p-inline-highlight {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMzk3IDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiBmaWxsPSIjQUVGRjc3Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom -2px;
  background-size: auto 20px;
  padding-left: 8px;
}

span.inline-underline {
  background-image: linear-gradient(#F5F5EE, #F5F5EE), url("../assets/repeatable-underline-CFbg6nQC.svg");
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, left bottom;
  background-size: 0 4px, auto 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /*1024*/
}
@media (min-width: 64em) {
  span.inline-underline {
    background-position: right bottom 6px, left bottom 6px;
  }
}

a.inline-underline, a.block-link ~ .item-content-wrapper .inline-underline {
  --reveal: 0%;
  background-image: linear-gradient(#F5F5EE, #F5F5EE), url("../assets/repeatable-underline-CFbg6nQC.svg");
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, left bottom;
  background-size: calc(100% - var(--reveal)) 4px, auto 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: --reveal 0.4s ease;
}

a.inline-underline:hover, a.block-link:hover ~ .item-content-wrapper .inline-underline {
  --reveal: 100%;
}

a.lang-link:hover {
  cursor: pointer;
}

html[lang=zh] body, html[lang=zh] *, html[lang=zh-tw] body, html[lang=zh-tw] * {
  font-family: "LatinShim", "Noto Sans TC", sans-serif;
}
html[lang=zh] h1, html[lang=zh] h1 p, html[lang=zh] .h1-style, html[lang=zh] .positioning-style, html[lang=zh] .h1-style p, html[lang=zh] .h1-style p span, html[lang=zh] h1 p span, html[lang=zh-tw] h1, html[lang=zh-tw] h1 p, html[lang=zh-tw] .h1-style, html[lang=zh-tw] .positioning-style, html[lang=zh-tw] .h1-style p, html[lang=zh-tw] .h1-style p span, html[lang=zh-tw] h1 p span {
  font-family: "LatinShim", "LXGW WenKai Mono TC", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
}
html[lang=zh] h1.jumbo, html[lang=zh] h1.jumbo p, html[lang=zh-tw] h1.jumbo, html[lang=zh-tw] h1.jumbo p {
  font-family: "LatinShim", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}
html[lang=zh] h2, html[lang=zh] h2 p, html[lang=zh] .h2-style, html[lang=zh] .secondary-title, html[lang=zh] h2 p, html[lang=zh] .h2-style p, html[lang=zh-tw] h2, html[lang=zh-tw] h2 p, html[lang=zh-tw] .h2-style, html[lang=zh-tw] .secondary-title, html[lang=zh-tw] h2 p, html[lang=zh-tw] .h2-style p {
  font-family: "LatinShim", "Noto Sans TC", sans-serif;
  font-weight: 500;
}
html[lang=zh] h1 em, html[lang=zh] h1 p em, html[lang=zh] .h1-style em, html[lang=zh] .h1-style p em, html[lang=zh] h1 em strong, html[lang=zh] h1 p em strong, html[lang=zh] .h1-style em strong, html[lang=zh] .h1-style p em strong, html[lang=zh-tw] h1 em, html[lang=zh-tw] h1 p em, html[lang=zh-tw] .h1-style em, html[lang=zh-tw] .h1-style p em, html[lang=zh-tw] h1 em strong, html[lang=zh-tw] h1 p em strong, html[lang=zh-tw] .h1-style em strong, html[lang=zh-tw] .h1-style p em strong {
  font-family: "LatinShim", "LXGW WenKai Mono TC", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
}
html[lang=zh] .heavy, html[lang=zh-tw] .heavy {
  font-family: "LatinShim", "Noto Sans TC", sans-serif !important;
  font-weight: 500;
}
html[lang=zh] h3, html[lang=zh] .h3-style, html[lang=zh] .label-sm, html[lang=zh] .label-sm p, html[lang=zh] .btn, html[lang=zh] input[type=submit], html[lang=zh] .main-navigation ul li, html[lang=zh] .footer-navigation ul li,
html[lang=zh] #wpconsent-container::part(wpconsent-button-accept),
html[lang=zh] #wpconsent-container::part(wpconsent-button-cancel),
html[lang=zh] #wpconsent-container::part(wpconsent-button-preferences), html[lang=zh-tw] h3, html[lang=zh-tw] .h3-style, html[lang=zh-tw] .label-sm, html[lang=zh-tw] .label-sm p, html[lang=zh-tw] .btn, html[lang=zh-tw] input[type=submit], html[lang=zh-tw] .main-navigation ul li, html[lang=zh-tw] .footer-navigation ul li,
html[lang=zh-tw] #wpconsent-container::part(wpconsent-button-accept),
html[lang=zh-tw] #wpconsent-container::part(wpconsent-button-cancel),
html[lang=zh-tw] #wpconsent-container::part(wpconsent-button-preferences) {
  font-family: "LatinShim", "Noto Sans TC", sans-serif;
  font-weight: 700;
}
html[lang=zh] p, html[lang=zh] .p-style, html[lang=zh-tw] p, html[lang=zh-tw] .p-style {
  font-family: "LatinShim", "LXGW WenKai Mono TC", monospace;
  font-weight: 400;
}
html[lang=zh] .h1-style.section-title, html[lang=zh] .h1-style.section-title em, html[lang=zh] .home .page-overview h1 .animating-wrapper .animating-text, html[lang=zh-tw] .h1-style.section-title, html[lang=zh-tw] .h1-style.section-title em, html[lang=zh-tw] .home .page-overview h1 .animating-wrapper .animating-text {
  font-family: "LatinShim", "Noto Sans TC", sans-serif;
  font-weight: 500;
}
html[lang=zh] .weglot_switcher.default_dropdown #weglot-language-en, html[lang=zh-tw] .weglot_switcher.default_dropdown #weglot-language-en {
  font-family: "America-mono", sans-serif;
  font-weight: 500;
}

/* end typography*/
/*1600*/
/*
  sm 768px,
  md 1024px,
  lg 1440px !default;
 */
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.866%;
  padding-left: 5.866%;
}
@media (min-width: 48em) {
  .container-fluid {
    padding-right: 4.375%;
    padding-left: 4.375%;
  }
}

.xs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.866%;
  padding-left: 5.866%;
}
@media (min-width: 48em) {
  .xs-container-fluid {
    padding-right: 4.375%;
    padding-left: 4.375%;
  }
}
.xs-container-fluid {
  /*1024*/
}
@media (min-width: 64em) {
  .xs-container-fluid {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 48em) {
  .xs-container-bleed {
    padding-right: 0;
    padding-left: 0;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3.75%;
  margin-left: -3.75%;
}
@media only screen and (min-width: 48em) {
  .row {
    margin-right: -0.89%;
    margin-left: -0.89%;
  }
}

.container-bleed .row {
  margin: 0;
}
.container-bleed .row .col-xs-12 {
  padding: 0;
}
@media (min-width: 48em) {
  .container-bleed .row .col-xs-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.container-bleed .row > div:first-child {
  padding-left: 0;
}
.container-bleed .row > div:last-child {
  padding-right: 0;
}

.container-bleed.container-bleed-cells .row .col-xs-12 {
  padding: 0;
}

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

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-1 {
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-2 {
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-4 {
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-5 {
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-7 {
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-8 {
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-10 {
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-11 {
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-0 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3.75%;
  padding-left: 3.75%;
}
@media only screen and (min-width: 48em) {
  .col-xs-offset-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
.col-xs-offset-12 {
  margin-left: 100%;
}

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

.start-xs, .left-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs, .right-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-0 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm-offset-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm, .left-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm, .right-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 62rem;
  }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-0 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md-offset-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md, .left-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md, .right-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-0 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg-offset-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg, .left-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg, .right-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 85.625em) {
  .container {
    width: 88rem;
  }
  .col-xl {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-0 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 85.625em) and (min-width: 48em) {
  .col-xl-offset-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 85.625em) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl, .left-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl, .right-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media only screen and (min-width: 100em) {
  .container {
    width: 90rem;
  }
  .col-xxl {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-0 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-1 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-2 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-3 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-4 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-5 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-6 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-7 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-8 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-9 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-10 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-11 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3.75%;
    padding-left: 3.75%;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 100em) and (min-width: 48em) {
  .col-xxl-offset-12 {
    padding-right: 0.89%;
    padding-left: 0.89%;
  }
}
@media only screen and (min-width: 100em) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xxl, .left-xxl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xxl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xxl, .right-xxl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xxl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xxl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xxl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xxl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xxl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.mobile-only {
  display: none !important;
}
@media (max-width: 47.9375em) {
  .mobile-only {
    display: block !important;
  }
}

.mobile-only-inline {
  display: none !important;
}
@media (max-width: 47.9375em) {
  .mobile-only-inline {
    display: inline !important;
  }
}

.hide-mobile {
  display: block !important;
}
@media (max-width: 47.9375em) {
  .hide-mobile {
    display: none !important;
  }
}

.mobile-tablet-only {
  display: block;
  /*1024*/
}
@media (min-width: 64em) {
  .mobile-tablet-only {
    display: none !important;
  }
}

.hide-mobile-tablet {
  display: none !important;
  /*1024*/
}
@media (min-width: 64em) {
  .hide-mobile-tablet {
    display: block !important;
  }
}

.hide-mobile-tablet-inline-block {
  display: none !important;
  /*1024*/
}
@media (min-width: 64em) {
  .hide-mobile-tablet-inline-block {
    display: inline-block !important;
  }
}

.mobile-only-768 {
  display: block;
}
@media (min-width: 48em) {
  .mobile-only-768 {
    display: none !important;
  }
}

.hide-mobile-768 {
  display: none !important;
}
@media (min-width: 48em) {
  .hide-mobile-768 {
    display: block !important;
  }
}

.hide-on-load {
  display: none;
}

.col-rel {
  position: relative;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.button, input[type=submit], .button-wrapper a, .btn {
  border: 0;
  color: #686C83;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
  width: auto;
  margin-bottom: 0.9375rem;
}
.button:has(+ .btn), input[type=submit]:has(+ .btn), .button-wrapper a:has(+ .btn), .btn:has(+ .btn) {
  margin-right: 0.9375rem;
}
.button, input[type=submit], .button-wrapper a, .btn {
  /*1024*/
}
@media (min-width: 64em) {
  .button:hover, input[type=submit]:hover, .button-wrapper a:hover, .btn:hover {
    background: #272D4E;
    color: #F5F5EE;
  }
}
.button.inverse, input[type=submit].inverse, .button-wrapper a.inverse, .btn.inverse {
  background: #F5F5EE;
}
.button.inverse:hover, input[type=submit].inverse:hover, .button-wrapper a.inverse:hover, .btn.inverse:hover {
  background: #272D4E;
  color: #F5F5EE;
}
.button.inverse-bordered, input[type=submit].inverse-bordered, .button-wrapper a.inverse-bordered, .btn.inverse-bordered {
  background: #fff;
}
.button.highlighted, input[type=submit].highlighted, .button-wrapper a.highlighted, .btn.highlighted {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAAxCAYAAAB9PKofAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAxVJREFUeAHt3VFO20AQxvHZJVLbp+YG+AblBhVHoByg3KB9qZS3hrccg16gOUJzhBzBvUF4KlIVb2eSlCZrqzEkXhvn/5Mg8ci2ICifxrMGnABAT0zDKKso79SWUgyd+OHuLoVu79a8hPP4RCE6lxpuPv5XmwVx367d5G57JycA8ER1Qq4oB1VpH3PEkOu6uZM3l1duvLCNgQDopGkYa7A8ROFi3VmxU6sTchpwbyUKKj1OO8BSeGX7zmWCxeMedTu7/WfqjYsgv6b6eGkbdL44eV0OOfSPE6fd72RG54tkjjyPqxNytS5VtRuRsmWpUqdTqeri6HCwTa8aPusD4dtHHV10qHWp6ldRFe9XrhFyeMHe2SfC9wCnGnIADtf58G16HmcqQi7erqwRcgCeqzJ8/3V07S86ND2PA4DEMvv0GL7rwA2fNKButKPbhCSLDgDQhFX4TsOXCw1cu/8sEwBA4wbW8RK8AJCW1yHBVyF4ASAZu5HA63z2QgAACT0MtfMlfAEgNS8AgOQIXwBogYVvLgCAhPyQzhcAkisIXwBoA+ELAC0gfAGgBRa+CwEAJGN/HZLwBYAWMHYAgBYQvgDQAu8YOwBAcj6IuxcAQEoZYwcAaAHhCwAtIHwBoAX2b4RYcAOAxGzBjfAFgIS06z1n7AAALSB8ASCxIOGe8AWAxJy4ufdSMPMFgLRmvhBP+AJAIkHc7ZWb5IwdACARC95rNxnb84EAAJqk0wU3dyK3H9xk9rdI+ALoEwu6aJQaSjUNwjw+sBD5ub1t62HxWHa9RlYa1ebxuWysIHsMgp7M2ZcCAPXtDTlXEXp2i1X8i11Nh1xXDc70G9QXRAB0kcsriju1uiEnFeHlS7WlHnMWHfd6ceXGLMwf2WD9YrPuhlNHyCEtDd/fucgr+4EPBWjW0eZxG6X9yiHXr0tV9Mdq2Ps9jO70TfBR0BcvZtEBOFWrux30TTjWqe97fZoJnoKQA/Asj7c5TMMo0/nVD+lkADc9j4tDjnkcgGaV7jHTEL7RLlhHEEFnwM7mwPnuASw6AMCh/gAaLFuAPkMwYAAAAABJRU5ErkJggg==");
  background-size: 100% 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0.875rem 0 1rem;
  color: #000;
}
.button.highlighted-fixed, input[type=submit].highlighted-fixed, .button-wrapper a.highlighted-fixed, .btn.highlighted-fixed {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAAA7CAYAAAB46GaDAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAABBNJREFUeAHt3U9y00oQx/Ee8areeyvECRBH4AbmBpgLhBtQrMgybCjYcQO4AARukiOIG4gVfwpr6JY0luTYTpzY8Uj6fqocDUrIn0p+1a322HYC4CDO/Vkq8lNvSbqQP5nTo57OEvH39ZiWenP6b1t3bhd67kLEvZ67t/nq53QC4FraAEq2kDJdDaDvhy+T28md3JvP3ZuL7kkCi8k696dZs8zKNmAWwIe2aAK4PC93r3DiHncr7T8CjEQdQKt6ZVoHsKza0TUBrKqgtzONbuXyEg37Hj/o8Uk4QYVFtEIA2+u/NoDN9V9oPUMbOkpO/n8wd2eFramwuBPrBzClhs9Z9Vs7gKkr4EKSqq7Yuj6G1XT8zqQaRBFY3NBVA5iVAGZefjT/sx/A0H7S6m3jMyGw6NoygOlOQJfn2wBKJ4BCAA+gFL9s9wnsSF0O4MYBTPUxAxjATFkWFgR2IHYdwFwOYHv9h2FxVNjjYgCDXeh9sffDmsDuAQMYHJKnJd6uG8AtA5jlFjQGMDisibXEu25B6waQAQwiMOzAjnALGrBNFhZH79Y2DWBWJqCZ9B+CBExK2J649wq762MAtf1sAsgEFNismqlcHdibD2AWDGCAvakKX/8aVq8NZxqtEw3XrDnFAAaIQr2fuAqsVVEN5rk2oTMBEJ2wnzixNxZWaasqgPhk9ib55E+fC2EFohb2Eye6OBEAUQv7ia0lngmAqOl86YEdEwEwBNUuPgtsLgBi106JAURvGdhcAMQutf0SGlj3TQAMwM+UlhgYjCRNPC0xMBA+4xoWGAjbT0xLDAxGmSYJFRYYiCSlJQYGhJYYGIhE3EX1JBKf/SueQAKIW/7MvXsUKmwhAKLlxL22I4EFIufFv5y7tx9tHZ6ELZfOkxUDOCotoE5v/qtW1vfaCufhHU1gbT8xl7HAYbi8WeSuuVemFPmWSFmUkhTNXavVea2k+bbPxIthATvrB1Bb1u++qoh16HYJ4K6qwPr6CwMTZQH0RV39XNENoFVBjWATxv8Ke7kMOaIqsPZNeZ6TH+MQrv96AXTi87r9tAB6PX+viCGAu6oCaz+I4xoWcWoCaF2gr9b96782gPtuP2PUVFjrw4G7sL8BzBQ1Q6dFwS5F3MzxBjBT1ATW+nlqLEw9gLHWczWAsQ1gpmg5aWI/8SitHcD0AzjcAcwUde+HtV8Wr24et2sPYAjgOBHY4+oEcNMAxuYL05iA4mrdwObCfuJbWj8BFQYw2JNlYPUPrOAidtXmAYy9tw0g7SfuxjKwvq4EY8YABoPXqbDui/4Bv5DhuBRABjAYu94GYr1r570ejhXaKyagDGCA3sPrnPw6E/n3obbHT+XWGMAA+7b2ITrn/vS5hvZEW8pZ50NzBjAAAFzTX1lrWND3hVHYAAAAAElFTkSuQmCC");
  background-size: 100% 29px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 1.125rem;
  color: #000;
  width: 118px;
  text-align: left;
}

a.block-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
a.block-link:hover {
  cursor: pointer;
}

.buttons-filters-section {
  margin: 0 0 5rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  /*1024*/
}
@media (min-width: 64em) {
  .buttons-filters-section {
    margin: 6.25rem 0;
  }
}
.buttons-filters-section .page-filters {
  margin-top: 1.2rem;
  background-color: #F5F5EE;
  padding-bottom: 0;
  /*1024*/
}
@media (min-width: 64em) {
  .buttons-filters-section .page-filters {
    padding-bottom: 1.375rem;
  }
}

.filters-wrapper {
  position: relative;
  margin-bottom: 0;
}
.filters-wrapper a {
  text-decoration: none;
}
.filters-wrapper a:hover {
  color: #000;
}
.filters-wrapper.jumps-wrapper {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .filters-wrapper.jumps-wrapper {
    border: 0;
    padding: 0;
  }
}
.filters-wrapper.jumps-wrapper .btn-cluster {
  background: var(--Selected-Colors-Paper, #F5F5EE);
  border-bottom: rgba(39, 45, 78, 0.4) 1px solid;
  /*1024*/
}
@media (min-width: 64em) {
  .filters-wrapper.jumps-wrapper .btn-cluster {
    background: transparent;
    box-shadow: none;
    border: 0;
  }
}

@media (max-width: 63.9375em) {
  .inline-filters-section {
    margin-bottom: 2.5rem;
  }
}
.inline-filters-section .btn-cluster-inside {
  height: 6.25rem;
  background: #F5F5EE;
  position: relative;
  /*1024*/
}
@media (min-width: 64em) {
  .inline-filters-section .btn-cluster-inside {
    height: auto;
  }
}
.inline-filters-section .btn-filter {
  padding: 10px 1.33rem 3px 1.56rem;
  display: inline-block;
  line-height: 1.9;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left top;
  transition: background-size 0.2s ease;
  position: absolute;
}
.inline-filters-section .btn-filter:nth-child(2), .inline-filters-section .btn-filter:nth-child(4) {
  left: 45%;
  /*1024*/
}
@media (min-width: 64em) {
  .inline-filters-section .btn-filter:nth-child(2), .inline-filters-section .btn-filter:nth-child(4) {
    left: auto;
  }
}
.inline-filters-section .btn-filter:nth-child(3), .inline-filters-section .btn-filter:nth-child(4) {
  top: 3rem;
  /*1024*/
}
@media (min-width: 64em) {
  .inline-filters-section .btn-filter:nth-child(3), .inline-filters-section .btn-filter:nth-child(4) {
    top: auto;
  }
}
.inline-filters-section .btn-filter {
  /*1024*/
}
@media (min-width: 64em) {
  .inline-filters-section .btn-filter {
    position: relative;
    width: auto;
    margin-right: 2rem;
  }
}
.inline-filters-section .btn-filter:last-child {
  margin-right: 0;
}
.inline-filters-section .btn-filter:hover, .inline-filters-section .btn-filter.active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAABMCAYAAABUH+SJAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAABURJREFUeAHtnc1u41QYht/jRLRFwzRISCwAYWCBWE25gmnvoBXsW64AVrRiQ2dXwWa4gil7NIE7GK6A7Ngg4ZFAQmIxLmJm2qrx4XzHduK0CY1P4t+8j+Ucu3FqRefRd/4dhWv09XEPON+KEG3JuQaCDrwQdn8l2FPHIQgxqOzJD/rLXQ/qkTns3fK5INnlHwQR1FMgCseiyXvrIUVrNyN5ftKHnw+Bh1g+gexGrNCLRTuLz6MwFW1PnQQgjcPK09dHvob+BbdHnCJJIhbC66J5SZQDRasV3TiJdo1HVYojyP1tPUuM1jbV9g2dueixPpRkJJpK0knRWD8rg0QedR/NYiRaKtakaKYAxstUtACxbOH0+hlFc8XKo6strorGTw/G0Uwl0U2Ob4gmOxsCc9AFyeIn+wzRBCuajWSY0hBYpfpZKk+bI08R9JLdz1M/my6aRLQobKJotrVlvuTvyIR3UhkTDYG02BTB6tgQoDzNJcD/1s+KFy2V5xlYdLWZAJn62RD650/VNz9iQVJ5NMiqEZimwM4idS0PZFWxowp9/dUWHKE8q01PY9iPZ1Lkx5NxLZBVxo/w4gAOMPIQI4F3Dw5QHiIdmz4cEHl8EOIAIw9xhvIQgz6DA5SHyLyBZ3DAi1jnIY4w8hCZq8Rii7ihoZxG3tlUJ84w8hBnKA8RAjjgKWhOAiNOeDVY7EcaCpfetJQrsw3tmjTgAucT6dC+ezVK38I7+4/14X7yUT9J0xUiwsC0yL77RJ2cZu+h+vqwb0ZVd0FqQZ5MFy5nXJOHj3APd+ebwj5Q2NhJJ9V3W75atDSqyPQK2NJ42TfpjpysfLG1Ipm+TLb7+mh7T508aaw8zPTlsYaNXNeb4Qyp5og8slisupU3z832Av/a42kZy0yvJb68dBVwatTZR8n8gzM8xW8jcUiTUJvy6knZZdInKJE/jDa/YkBxasKa2VywwxMK6jM4dlHn5W/8hT/LuRUpGCuPLDmVpadGo+9RMKIOaTrxkNaotZWsWT4wzbBjeUZhBK9nzHo3XpYhF8swhvaxAFLpZVFVLzpuvTWT8qQkEj2c9al4aepz39y2l0xh9WVw1USuzbFo9u83Oh8vzEbqRXeBrr7cn0y6pgfzXJssZZYdIloXnftv4u0DaX6n/TDpMWkehXYSJlEsSM+NTIGPOwfTrpUiTfa0H+fCbuPzy+R9slxKjTxFsYZ1u9/GVSZaDRPJYtnGclG0+ek0R55huOjkxa7d7sx1bVa0OIoNJ0RjsenM9ApzsXTCModC8og2WWSejyJa2+tnS21trSrzFJkp2SJymmiXGRHrzut4A65QHgfmrZ8J2SIyWz+rQ0NAvsNdbMIVylMwdW0ISIH+Pj7MFXFv/g9SCxZtCJyPotvtDYHXTJXFxwd4dc77zUKhRPr6i57GmtMTGYgb2cglUokwi0SbFDOi8F6p8gh85nM7EHm4YpQ4Q3mIM5SHOEN5iCN2vlfpBCAtIOox8hBnKA9xhvIQZygPcaYKefib5C1A5qRTHuIMiy3ihAcVUh7iiB5QHpIbM6J+KsuqKA/Ji9RZH8hBBfLIw6RIQwkUotFvsTPykDlQgYZ6oLDx8Z76drTUnHOYW40K4lSbokaFKknlL6afJi0B7DUeIlmQGcYLMzv2mjTCzKJ0eUzYkwdCl/4Yu2ZRbKYviwoiz+UpsPY1Wvn852Zk+rIofQK80NdHBxr6EWrDamX6sqhEHiERSCKQD2euZ/p4ohkzvXgqk0dIHv60bSTaip8sps8yP1kYyMs401Mx1sP0tw9ItfwH9pQWhtWN+6cAAAAASUVORK5CYII=");
  background-size: 100% 100%;
}

.btn-filter-toggle {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABQCAYAAABWHVanAAAACXBIWXMAABYlAAAWJQFJUiTwAAAG60lEQVR4nN1bO3MaVxQ+56xGkgvPaMbBVlThRrCOIfAPRJcUlpYuqSz9Aku/QFKZSnKVdOAyTQA3sSvhMhXoMRG4MaUsyzN0ER7vPZmzCBlJ7N4FdvXYb4aZZVl273fP8557FpkZIot4xppJZqw43KHxwiVQ/5fJr2qHbbWTzFgLcMuRzFgLU7aqJVKLH/rPY+8gkVraAeAekTYybMMEvWrUyy24RUhmrLhS6jkyrgLwmYSw2jEw36qX246E5tOL631kBDOMsCHSglumYmyrHWTY+EZGwCKtdTkykk8d9VqW6wfcY+bBo2T8/pz5rn3UOIUbJjNlcwkAMoN+Z8Tp2PfmW+PkuNGajZm7CuEXAJi+fCECZCYYkrE585+To0YbbojMJPMWMlsDL0BsE2FOzMOQ758+NY4ePppvMtJPg0iJ6gJDJjZnvrtuUj9krAzZXHAlI3yYfm7slety7BASnBy/bzx4aDYRwI1UHJit2Jy5e3LUaF0Xma9dO066XNJmoF+bB+U3vRPnhASfjxuN72bNDgALqUGYAeblB7NPWp8/NnYhRCQzz5aVDX+7TK4DZPiteVD5wzUOCToERQAsez0M2S4mn4pnDAfJ1LNltrHgOQbA6ukEbV8+f0FCAvFmn4+bf8YeJhAQ3AMswkJsNoEnH5tVCBDdEIJXBtoPBFpp7FfWBnneKxLqwWGP9BI8wAzridTiFgRIphtj3IEAr8AA10k8zxTcYD5d3FYIL7yv+hapYawYcyG4XwEDFt/vV1a8rrmicpdxctx8E3uUeOwW0Hpjklh1f858O2wAllTGsPl3D0fkABk2mwev10ADV5Xrx6lBq4Do+Hl3sDWphkuVnFTG+Y97jPFyACOpXP9Mss0FnVp078prHTKKXip4Zi+rTijwHCBWT4dQZ9+Ezkkp3gFm7ZoJDXrslql3J0ddSPsH3wTbSJgdJuP3pXI9yI07hFlA1D5AsuL51LMrqjSfzj9nW9W0D0OUZ7lOSiCEBCJ6JMz5IBVHwC2zj9R8yrKQ7W0/aibPaI3gNYdSuX44S3VbbTDAc82lLWQoMoEMblmSXM2Qymjg2qgLS4Qx4MSPrk1ldPEDnfWWxqEg1JEoP84qGWFMCKl7NheUxvXqB4LVxn4lN+54aNwbiJ7/Z+AKaRJazSC2xTVDAMAg63LJtCXpy1CSQsDi4V7ZM525Vgn1Q4xZt/S4bFunzn8CHAMHXDl9nM2Lo6jpgq/YDBi4clgrBbr6JQgYH2qlNrMjKdcYwoh1sZmgyYRCSNDcK5UZcGVg8EVsEWFeiIfxbAyzWG9m85LQ1s6LgpKbKcwf7pcCXeWGLqEeRKWQz9wxYksSzTDJhC6hHhLpvEUG1MOwmRshdJ0giBgIIgaCiIEgYiCIGAgiBoKIgSBiIIgYCCIGgoiBIGIgiBgIIgaCiIEgYqDreIjUFmTVGglCphRKFO8gqJKZyi/caUJmKr/AfUVHRi4JwTtJyBTJEBeAL/S1zYi0wlQ/DKNIIuXgSVEz130jbEshUgqSt56QKSplc4G1m1vOHmo26AoqBS0ZZfO6loyAOT5lcyFom5oI8mbTNm8xsLR7+gRbbDsHgWx2BaZyIpl7tlpX4DRSDA3Z/ZNdwCDUjyAATNtcGpWMQPZnZZ9WJuZGJWQ6QVOVfGzVV1m293XqiFjvEObGkRSNuVWypSWDUAfkMjFLod67WM+cmbbV9jiOAkeRkG/X3G1yPY83T9KLlgKUhkHvAXe3XnKj7FYMTcjvHqpDBo3V5u5fr/pPJtKLFvok1RkhTg1F6CzRFDIzfrqx3Ga4q66+urFaw0rKtw05Hkj65fRk2vLehNcgTgHa0lOnfSiz06M3jE35kpCQEdesT2eg1SEaSk0SPy7VUOtY0Lf38yWh6a9qVe8AsIxEQ7vcL0Q5bbMGd71fIBJKpK2CNn6cdQWPGj8cR+OjK5gYXv67X1kdiVDXNev74cRemruVTQgAyfSSeD/vjAPpZYdgw23y3FXOhoXrJCNo7FXWEMH7fqxeiAn4lpBfB4DAK4d7r4sQAszU0rpMFngCy50BCS2N4gDQCI+M4HC/ssloaOyWrSnlvJnmLiFZ6yMoeSvELda0JwzKHdRKmqb0YGBm8wtsO+OJ+13KU3+FRkpN7mSwep1kBIe1UhUNx627tNPwDCIXJEe8ICFdSsOExS+Ia2F1UPnO7MGtWxLbEwpzBwelOnbfC+WSR4VmrBgTaCXJ5i33mIhVZNx0JOTh/1sdY7hUJmwk00sfBtlUL4Q4NtQxaPOinqKTYIr+3iYyAhnT2UtTfePCai8eXvByZ+zlT9ILGmpfW1AekBnazf1K9vwHIdT/cd7puXTutn7E/i+P938PrTa1Pm70iwAAAABJRU5ErkJggg==") no-repeat right top 4px;
  background-size: 26px auto;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.btn-filter-toggle.open {
  background-position: right bottom 6px;
}
.btn-filter-toggle + .btn-cluster {
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease-out;
  background: #F5F5EE;
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 1.25rem;
}
.btn-filter-toggle + .btn-cluster .btn-cluster-inside a.btn-jump {
  display: block;
  padding: 5px 0;
  margin-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .btn-filter-toggle + .btn-cluster .btn-cluster-inside a.btn-jump {
    margin-bottom: 0;
  }
}
.btn-filter-toggle + .btn-cluster .btn-cluster-inside a.btn-jump:last-child {
  border-bottom: 0;
}
.btn-filter-toggle + .btn-cluster {
  /*1024*/
}
@media (min-width: 64em) {
  .btn-filter-toggle + .btn-cluster {
    height: auto;
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .btn-filter-toggle + .btn-cluster .btn-cluster-inside a.btn-jump {
    display: inline-block;
    line-height: 1.5625rem;
    padding: 1.175rem 1.125rem 0.575rem 1.375rem;
    margin-right: 6px;
  }
  .btn-filter-toggle + .btn-cluster .btn-cluster-inside a.btn-jump:focus {
    outline: none;
  }
  .btn-filter-toggle + .btn-cluster .btn-cluster-inside a.btn-jump:hover {
    background-image: url("../assets/drawn-circle-BRdUm0Yv.png");
    background-size: 100% 3rem;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.btn-filter-toggle.open + .btn-cluster {
  height: auto;
}

.video-embed-wrapper {
  padding-top: 56.25%;
  position: relative;
}
.video-embed-wrapper .wp-video, .video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
  -webkit-transform: translateZ(0); /* Forces GPU rendering in some WebKit browsers */
  transform: translateZ(0);
}
.video-embed-wrapper.ratio-5-4 {
  padding-top: 80%;
}

.circle-video-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .circle-video-wrap {
    width: 50%;
  }
}
.circle-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Size by height, let width overflow */
  width: 100%;
  min-width: 177.78%;
  min-height: 100%;
}

@media (min-width: 48em) {
  .page-hero .circle-video-wrap {
    width: 58.3333333333%;
  }
}

.wp-video .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}

.video-section {
  margin: 3.75rem 0;
  /*1024*/
}
@media (min-width: 64em) {
  .video-section {
    margin-bottom: 7.5rem;
  }
}

.mejs-overlay-button {
  display: none;
}

.mejs-container {
  background: transparent !important;
  border-radius: 15px;
  overflow: hidden;
}
.mejs-container video {
  display: block;
}

.mejs-container, .mejs-container * {
  box-shadow: none !important;
  border: 0 !important;
}

#unmute-btn {
  position: fixed;
  z-index: 10;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0;
  bottom: 2rem;
  right: 5.866%;
  /*1024*/
}
@media (min-width: 64em) {
  #unmute-btn {
    bottom: 4.5rem;
    right: 4.375%;
  }
}
#unmute-btn .icon-muted {
  background: url("../../images/sound-button-off.svg") no-repeat center center;
}
#unmute-btn .icon-unmuted {
  background: url("../../images/sound-button-on.svg") no-repeat center center;
}
#unmute-btn .icon-muted, #unmute-btn .icon-unmuted {
  display: block;
  height: 50px;
}
#unmute-btn .icon-muted img.emoji, #unmute-btn .icon-unmuted img.emoji {
  display: none !important;
}

.fullscreen-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen-video-wrap .video-embed-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 16:9 cover math */
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
}
.fullscreen-video-wrap iframe {
  width: 100%;
  height: 100%;
}

.callout-box {
  position: relative;
  color: #fff;
  margin-bottom: 5rem;
  clip-path: polygon(0 25px, 25px 0, 100% 0, 100% 100%, 0 100%);
  padding: 1.75rem 95px 1.875rem 2.125rem;
  /*1024*/
}
@media (min-width: 64em) {
  .callout-box {
    padding: 2.7rem 95px 2.75rem 3.75rem;
    padding-right: calc(95px + 4.375vw);
  }
}
.callout-box a {
  color: #fff;
}
.callout-box a:hover {
  text-decoration: none;
}
.callout-box p {
  margin: 0;
}
.callout-box:after {
  content: "";
  position: absolute;
  right: 4.375vw;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDcyIDMwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNTUuNDczOCAxLjA2MDY3TDY5IDE0LjU4NjlMNTUuNDczOCAyOC4xMTMxIiBzdHJva2U9IiNGRjAwQzgiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CiAgPHBhdGggZD0iTTY5IDE0LjU4N0wtMS4yMzgwOWUtMDYgMTQuNTg3IiBzdHJva2U9IiNGRjAwQzgiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPg==) no-repeat left center;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  top: 50%;
  /*1024*/
}
@media (min-width: 64em) {
  .callout-box:after {
    width: 69px;
    height: 29px;
    background-size: 69px auto;
  }
}
.callout-box:after {
  width: 55px;
  height: 23px;
  background-size: 55px auto;
}

.gallery-grid .callout-section {
  width: 100%;
  /*1024*/
}
@media (min-width: 64em) {
  .gallery-grid .callout-section {
    position: absolute;
  }
}

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: block;
  list-style: none;
  padding-left: 0;
}
.main-navigation ul li {
  display: block;
  float: none;
  position: relative;
}

/* Small menu. */
.menu-toggle, .menu-close, .menu-close:hover, .menu-toggle:hover {
  position: absolute;
  top: 1.625rem;
  right: 5.866%;
  width: 30px;
  height: 25px;
  border: 0;
  text-indent: -9999px;
  border: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABkCAYAAADaIVPoAAAACXBIWXMAABYlAAAWJQFJUiTwAAAGIUlEQVR4nO1aTVobRxB9VYNASCSZ4OytrLI0nAA4gaUT2JzAcALkExifAPsE+MsFjE+AWCVZRd4b3P5gxJigrnw1IxxZ6gH9jUBpvQVCMz3d/bpqqqtei0QEPoHhGRiegeEZFnovEFFfo8paNSwCof4fAGEENMtA5R9rnwaQL1bosd4TUPitH6CS/iMVCDU0UgSwby3RY0FgCBIy2mSFnwrQZFgCUVOENgAYQJoSyAftooCgqZ/t5HqKPxvvkmtZyIpN1Hvjt7XqAYt8hOjEbCV1Alnr3P5G6IGgCVATIiGYdMWNkByB5eSv49/fDWZhK8/TJdC/au0HHcUrgFTSaabzJMEm2omX9rtqxjt8q6vMCL65/gCEafYJUzaHhb4LlnZtQJu23dYH1V2EgJ9T9yEB5KMlesICYwmhfna8ovL9oEkcUEdL3vskEkC+COgn0k/S52iDRE5EYDgJZnqdnug1EDYEZCh9L7WPEOn3BgGhTXjJCYQ2LNAMiE7E2mQsC2pkroX0BC1XlJ5FZEVphmdgeAaGZ2B4BoZnYHgGhmdgeAaGZ2B4BoZnWBik0SwqHlmgueJh54rHLGKueNxgrnj838HwDAzPwPAMDM/A8AwMz8DwDAzPwPAMDM/A8AwLgzT6db324BSPP44P54oH5opHP+aKB+aKB+aKxyyD4RkYnoHhGRiegeEZGJ6B4RkYnoHhGXi45iaMotPnuGfoHIwxYc6ETdhqyQERH1xefj7U75g6dA4mmcPSkhyOQpoGzaVbrbMDgLqta5hpvVgMp1JdxbGptNtyTPSfCEEk+8vLq7sTt3Acmwpp5fQ9QmvlWO8hZ+gYOlY3WYUIbQ47Pg/SSK1oLelKNhyk3+dJ+uLi06aO0SsvEeGImWrDehgNUx7GsdHBD13alojdLpcfvcGEg5O+r73XiaAGqJXLYWbdO5EoXSyGRzqQ655OLIrO9jEhaF8usulYtD0K2ZH24ZWV8Kjdppqucu89InpxeWleYUxogNS+Miy7pQs/at80quIRReY5kbxyuTczvSkWw+1R+tVtBxDXXq+S0HapFDrl10FB40g8Fxdmk9n9TqvOdXVF62EYZiqI3dA9dXExCU43Gvh3EEnc+M29ppYrK+GRSBK9XagsLspxFBkngW5olNe2eZOdSC6tE9EInaEFV4jk8PLybCfr+Tg2zzSh6FM9U5g0+k+G7ERVy4uLszoz7WXcdmZlNwlF9hGOvCyVVut4iNXSyspq3Vp5mWHpUK3Yap1Wu4OetfJ3BlkjIruTJpuLLh1FZztEiaWdVlMXFQma6uq9qWIyIUKz3Za3uoATnVieQnxny3ImDRq9lZTooZcDeWRsUzl56GxZus0MAaqNu8/eOYLkeNTSapkqkFj6rrp1aqUm5X22NIilmdtbxeIvI6eLD0rTYob+hCETenIowncmJzNh4fPz02oQsKaed4J5vKLg3i0cRWc7zO7yzoV2Ww7j+PwZZpHw+flpVcu7rH3WlZxoW2uv65pq5jGnHBMPLRbkvYtsJxrXrq/VhbMDWZ7uzZPsLI4/bd5GVtUSJaJVlu65WT8+6ehkzsTkwRCOY1MRCV5lkFUa2ynRFJpgZMlFChE5yIM0T1IzFnHWs2rZrVLp0btb6uk+S4tAK6mDQerpqRMWgTNAdaqel92W7UW5HO5nkU7radunbd1b0DLGhEtLdk+EXAW+USKDFu93aGT1OMbrQeWi3CxcKKCaTdYOTFaRtiWncmKt1BcXbaZqMhXCUSKSO0tAQxTURynx0kAmr913ae82qShXwlFyZMpO/VknvLz8Y8ak74YW/qp2uAOZ6t7jkeZhH1CZhoj7glRa1NP2JJSKcnk1K5BVlLRWYFMLWq3W5z45VcleX9PuDz9MtniPIrNDJC65qHF1RVujBDEevKkJO8coffuiWmPSZG+2rIzkZG1pCXujHIjzoA1bLbwQkR2HG6/nKcvoHq6JS69761wKBVvPzaVN/1HIyG41euoq7zUD0+9EaCwv60IMNz4N+w6r4B4EtPH1K9WmRbZ70QsFlXflQ6nE+8OSncnfSyvpcRaaZo3wuGB4BoZnYHgGvu8JTBv/AsufR5hyfZPJAAAAAElFTkSuQmCC") no-repeat center top;
  background-size: 30px auto;
  margin-top: 0;
}

.menu-close, .menu-close:hover {
  position: absolute;
  background-position: bottom center;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/*1024*/
@media (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.weglot_switcher.default_dropdown {
  font-family: "America-mono", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem !important;
  line-height: 1.5625rem;
  letter-spacing: 0.01625rem;
  width: auto !important;
}
.weglot_switcher.default_dropdown a {
  color: #272D4E !important;
}
.weglot_switcher.default_dropdown .wgcurrent {
  border: 0 !important;
  height: auto !important;
  color: #272D4E;
}
.weglot_switcher.default_dropdown .wgcurrent:after {
  display: none !important;
}
.weglot_switcher.default_dropdown .wgcurrent a {
  padding: 0 5px !important;
  text-decoration: underline;
  height: auto !important;
  text-decoration: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAMCAYAAACURRhjAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAyVJREFUeAHtWDtuFEEQraoePhIBHUDMRBYIkCck270AeG8ANzCcwPIJwCfADp2N4QK7J2AMWFhE7YxwCJAs7XYVr2Z3wSwWARKsJe+TRt0901Pf7la/YvoHKKtBTE3d3q8G1TeiNO+PM5USciQKSSnHK2gzUVTVXjA7/PThbb328PFAAkVWimbUGvG6MhEbx8B6qMZ3LNhIKDSuCk86burketeqwSDkTBZCc0rU3hhTORHb4sAvoK8KUJZ9IvP65/dvtu9Wg9KyvRbWA9d1GkJ9HfbM5S0D/KeP88B63wN61NQeBIIjfVLtk8iuG7/24MmWsJwY081CaDRRfcYkrZluwdGGuQtcNOFdVuu783hXzdS4/HimT7Px2f4iWsiqyaxig1ziIQmc0U7P7D/r401jZhG6XIZ/SzN5kc6PRiKb6oTMurPRrES7gzYhkaWKNZy5VwTZG6tuiPp0GWkxXWDzGP0t2FcJHBmI0NBX89Wc+wEBzEKJs2wqWyOdf1wZwznPIQKx4ERJvwb2siGRJ3wai1nCeejxQtwQPx0ZM5LLd2gWI49rYTJCQtPR0c8kMlb3u9kKPovLGthloEUiW08cVnoqzhwdKywHcbqrrPSBMHfbbYWLAOYkZr8dVyssC0iG302GtMJFQYkjy05ohQsB3GCHQitcGIDSpHDr9r2WCbtEuALD2MdziOcr8uVEyOdFtM4xrv/4c3G8LMAOmPgFvTi7nExtZQZRX7B38d1/sO1cfVNbOpsxqNHexdZocNPaZ+FH5zJ1Z+g30HRljUwRpYyGQBiRwVZINpT4QExxXZYhTUAgAw3AYHtThX5J4D0w5HXcGE58jlmuWEIblBrIrECpy+692Euw3h1DOcUsJCHbAGMaBaJmLDhPwei1gP4JdBWyaxN9XqBVpb6RxlORV9fG+RlKI9GrBqiL9J2VG/Sg3BLZFGNpOr1XICtTZQGrMNum60E/Tkmv9WDvIbEkDJ6CrCPRGBv3ULMZdW03j7fdZoF/3T8+RxEDd1uoygbZ8B+loBKVipoKSq7T/QrKOxk2HX+sh07GEbfytKCOEM6rIY7vO1mD7+9ihm0AAAAASUVORK5CYII=");
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.weglot_switcher.default_dropdown div.language-list {
  border: 0 !important;
  background-color: #F5F5EE !important;
  top: 25px !important;
  left: 50%;
  transform: translate(-50%);
  padding-top: 15px !important;
}
.weglot_switcher.default_dropdown div.language-list a {
  padding: 0 5px !important;
  height: auto !important;
}

.lang-container.mobile-tablet-only {
  position: absolute;
  right: calc(5.866% + 30px + 2.25rem);
  top: 1.525rem;
}

header {
  width: 100%;
  z-index: 100;
  width: 100%;
}
header .logo-nav-container {
  padding: 1.625rem 0;
  /*1024*/
}
@media (min-width: 64em) {
  header .logo-nav-container {
    padding: 3.125rem 0;
  }
}
header .site-title {
  background: url("../assets/Farra-Wang-Logo-C99qAvs9.png") no-repeat left top;
  background-size: contain;
  height: 50px;
  width: 127px;
  z-index: 100;
}
@media (min-width: 48em) {
  header .site-title {
    height: 73px;
    width: 188px;
  }
}
header .site-title a {
  display: block;
  height: 100%;
}
header .open-menu-containing-column {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  z-index: 101;
  background: #272D4E;
}
header .open-menu-containing-column.open {
  transform: translateY(0%);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  /*1024*/
}
@media (min-width: 64em) {
  header .open-menu-containing-column.open {
    width: 100%;
    height: auto;
  }
}
header .open-menu-containing-column {
  /*1024*/
}
@media (min-width: 64em) {
  header .open-menu-containing-column {
    position: relative;
    width: 100%;
    background: #fff;
    display: block;
    height: 100%;
    transform: none;
    background: transparent;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
  }
  header .open-menu-containing-column .logo-nav-container {
    display: none;
  }
}
header .open-menu-containing-column .site-title {
  filter: brightness(0) invert(1);
}
header .main-navigation {
  margin-top: 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation {
    margin-top: 0.55rem;
  }
}
header .main-navigation ul {
  margin: 0 auto;
  width: 16.875rem;
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation ul {
    width: auto;
    padding-bottom: 0;
    text-align: right;
    position: relative;
    display: inline-block;
  }
}
header .main-navigation ul li {
  float: none;
  text-align: center;
  margin-bottom: 1.5625rem;
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation ul li {
    margin: 0;
    width: auto;
    text-align: left;
    position: relative;
    display: inline-block;
    line-height: 1.5625rem;
  }
  header .main-navigation ul li:last-child {
    margin: 0;
  }
}
header .main-navigation ul li a {
  color: #F5F5EE;
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation ul li a {
    display: block;
    padding: 0 2.88rem 0 15px;
    background-repeat: no-repeat;
    background-size: 0% 28px;
    background-position: left top;
    transition: background-size 0.2s ease;
    color: #272D4E;
  }
}
@media (min-width: 75em) {
  header .main-navigation ul li a {
    padding: 0 4.5rem 0 15px;
  }
}
header .main-navigation ul li a:hover {
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation ul li a:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTAxIDI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSIxLjAwNTg2IiB5PSItMC4xNzE0MSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIyMCIgcng9IjMiIHRyYW5zZm9ybT0icm90YXRlKDMuMzc2OTEgMS4wMDU4NiAtMC4xNzE0MSkiIGZpbGw9IiNBRUZGNzciLz4KPC9zdmc+Cg==);
    background-size: 101px 28px;
  }
}
header .main-navigation ul li.current-menu-item a {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTAxIDI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSIxLjAwNTg2IiB5PSItMC4xNzE0MSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIyMCIgcng9IjMiIHRyYW5zZm9ybT0icm90YXRlKDMuMzc2OTEgMS4wMDU4NiAtMC4xNzE0MSkiIGZpbGw9IiNBRUZGNzciLz4KPC9zdmc+Cg==) no-repeat center top;
  background-size: auto 25px;
  color: #272D4E;
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation ul li.current-menu-item a {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTAxIDI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSIxLjAwNTg2IiB5PSItMC4xNzE0MSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIyMCIgcng9IjMiIHRyYW5zZm9ybT0icm90YXRlKDMuMzc2OTEgMS4wMDU4NiAtMC4xNzE0MSkiIGZpbGw9IiNBRUZGNzciLz4KPC9zdmc+Cg==) no-repeat left top;
    background-size: 101px 28px;
  }
}
header .main-navigation .weglot-container {
  display: none;
  /*1024*/
}
@media (min-width: 64em) {
  header .main-navigation .weglot-container {
    display: inline-block;
  }
}

.site-footer {
  padding: 5rem 0 9rem 0;
  position: relative;
  background: #F5F5EE;
}
@media (min-width: 75em) {
  .site-footer {
    padding: 6.25rem 0 3.75rem;
  }
}
.site-footer .site-title {
  position: relative;
  background: url("../assets/Farra-Wang-Logo-XLarge-BPFu2mQk.png") no-repeat center top;
  background-size: contain;
  width: 100%;
  padding-top: 9.2%;
  z-index: 100;
}
.site-footer .site-title a {
  display: block;
  height: 100%;
}
.site-footer .footer-primary, .site-footer .footer-secondary {
  margin-top: 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .site-footer .footer-primary, .site-footer .footer-secondary {
    margin-top: 5rem;
  }
}
.site-footer .footer-primary .label-sm {
  margin-bottom: 1.25rem;
}
.site-footer .footer-primary p {
  line-height: 2rem;
}
.site-footer .footer-navigation ul {
  margin: 0 0 3rem;
  list-style: none;
  padding: 0;
  /*1024*/
}
@media (min-width: 64em) {
  .site-footer .footer-navigation ul {
    margin: 0;
  }
}
.site-footer .footer-navigation ul li {
  float: none;
  margin-bottom: 1rem;
  /*1024*/
}
@media (min-width: 64em) {
  .site-footer .footer-navigation ul li {
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 2.25rem 0 0;
  }
  .site-footer .footer-navigation ul li:last-child {
    margin: 0;
  }
}
@media (min-width: 75em) {
  .site-footer .footer-navigation ul li {
    margin: 0 3.5rem 0 0;
  }
}
@media (min-width: 85.625em) {
  .site-footer .footer-navigation ul li {
    margin: 0 4.625rem 0 0;
  }
}
.site-footer .footer-navigation ul li a {
  text-decoration: none;
}
.site-footer .col-content {
  margin-bottom: 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .site-footer .col-content {
    margin-bottom: 0;
  }
}
.site-footer .col-content p:has(+ p) {
  margin-bottom: 0.75rem;
}
.site-footer .footer-bottom {
  padding-top: 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .site-footer .footer-bottom {
    padding-top: 5rem;
  }
}
.site-footer .footer-bottom a {
  margin-left: 2.25rem;
}
@media (max-width: 63.9375em) {
  .site-footer .smaller {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin-bottom: 0.62rem;
  }
}

footer .back-to-top {
  width: 4.0625rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  line-height: 1rem;
}
footer .back-to-top .label-sm {
  line-height: 1rem;
  letter-spacing: 0.01625rem;
}
footer .back-to-top:before {
  content: "";
  display: block;
  width: 1.159rem;
  height: 2.92rem;
  background-image: url("../assets/back-to-top-BZvFQymK.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.3rem auto;
}

#cookie-notice .cookie-notice-container {
  padding: 30px;
  border-top: 2px solid #fff;
}
#cookie-notice .cookie-notice-container .cn-button {
  color: #fff;
  margin-left: 20px;
  background: none;
  border: 1px solid #fff;
}

#wpconsent-container::part(wpconsent-banner) {
  padding: 30px 40px;
}

#wpconsent-container::part(wpconsent-banner-body) {
  text-align: left;
  width: 100%;
  padding: 0 0 1rem;
}
@media (min-width: 48em) {
  #wpconsent-container::part(wpconsent-banner-body) {
    width: 650px;
  }
}

#wpconsent-container::part(wpconsent-banner-footer) {
  gap: 24px;
}

#wpconsent-container::part(wpconsent-button-accept),
#wpconsent-container::part(wpconsent-button-cancel),
#wpconsent-container::part(wpconsent-button-preferences) {
  height: 28px;
  padding: 0 10px;
  width: auto;
}

.page-item {
  position: relative;
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .page-item {
    margin-bottom: 5rem;
    padding: 0 1rem;
  }
}
.page-item .page-thumbnail {
  margin-bottom: 1.85rem;
}
.page-item a.block-link:hover + .page-thumbnail img {
  border-radius: 0;
}

.grid .item-content-wrapper h2, .grid .item-content-wrapper .h2-style {
  display: inline-block;
  width: auto;
  margin: 1.25rem 0 0.5rem;
  padding-bottom: 4px;
}
.grid .item-content-wrapper h2 a, .grid .item-content-wrapper .h2-style a {
  text-decoration: none;
}
.grid .item-content-wrapper h2, .grid .item-content-wrapper .h2-style {
  /*1024*/
}
@media (min-width: 64em) {
  .grid .item-content-wrapper h2, .grid .item-content-wrapper .h2-style {
    margin: 2rem 0 0.6975rem;
  }
}
.grid.grid-people {
  margin-bottom: 0;
}
.grid.grid-news .col {
  margin-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .grid.grid-news .col {
    margin-bottom: 1.875rem;
  }
}
.grid.grid-featurednews .h1-style {
  margin-bottom: 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .grid.grid-featurednews .h1-style {
    margin-bottom: 4.5rem;
  }
}
.grid.grid-featurednews .item {
  height: auto;
  padding: 1.5rem 0 0;
  margin-bottom: 3rem;
  background-color: transparent;
  border-top: 1px solid #272D4E;
  border-color: rgba(39, 45, 78, 0.4);
  border-radius: 0;
  /*1024*/
}
@media (min-width: 64em) {
  .grid.grid-featurednews .item .side-container {
    float: left;
    width: 22.75%;
  }
  .grid.grid-featurednews .item .main-container {
    float: left;
    width: 77.25%;
  }
}
.grid.grid-featurednews .item:has(.btn) {
  margin-bottom: 2.0625rem;
}
.grid.grid-featurednews .item .h2-style {
  margin: 1.25rem 0 0.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .grid.grid-featurednews .item .h2-style {
    margin-top: 0;
  }
}
.grid.grid-practiceareas .h1-style {
  margin-bottom: 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .grid.grid-practiceareas .h1-style {
    margin-bottom: 4.5rem;
  }
}
.grid.grid-practiceareas .item {
  margin-bottom: 3rem;
}
.grid.grid-practiceareas .item p {
  /*1024*/
}
@media (min-width: 64em) {
  .grid.grid-practiceareas .item p {
    padding-right: 2.5rem;
  }
}
.grid.grid-practiceareas .item-index-wrapper {
  border-bottom: 1px solid #272D4E;
  border-color: rgba(39, 45, 78, 0.4);
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}
.grid.grid-practiceareas h3 {
  margin-bottom: 0.5rem;
}
.grid.grid-practiceareas h3 a {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 11px;
}
.grid.grid-practiceareas h3 a:hover {
  color: #272D4E;
  background-image: url("../assets/underline-practice-area-hover-KvAJSQu3.png");
  background-size: 100% 11px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.grid .load-more.btn {
  margin-bottom: 5rem;
}

.item {
  position: relative;
}
.item .image-wrapper img {
  display: block;
}
.item.people-item {
  margin-bottom: 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .item.people-item {
    margin-bottom: 5rem;
  }
}
.item.people-item img {
  display: block;
}
.item.people-item .h2-style {
  padding-bottom: 0;
}
@media (max-width: 63.9375em) {
  .item.people-item .h2-style {
    margin-bottom: 0;
  }
}
.item.news-item {
  background: #fff;
  padding: 1.875rem 2.5rem;
  border-radius: 0.3125rem;
  /*1024*/
}
@media (min-width: 64em) {
  .item.news-item {
    height: 100%;
    padding: 2.5rem;
  }
}
@media (max-width: 63.9375em) {
  .item.news-item p {
    margin-bottom: 1.25rem;
  }
}
.item.cases-item {
  margin-bottom: 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .item.cases-item {
    margin-bottom: 4.5rem;
  }
}
.item.cases-item .h2-style {
  margin-top: 0rem;
}
.item.cases-item .content:has(+ .related-news-wrapper) {
  padding-bottom: 2.5rem;
}

.cases-wrapper:last-child .item.cases-item {
  margin-bottom: 0;
}

.non-flex-row {
  margin: 0 -1.1975%;
}

/* ---- .grid-item ---- */
.related-news-wrapper .h3-style {
  margin-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .related-news-wrapper .h3-style {
    margin-bottom: 1.75rem;
  }
}
.related-news-wrapper .col:has(+ .col) {
  margin-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .related-news-wrapper .col:has(+ .col) {
    margin-bottom: 0;
  }
}
.related-news-wrapper .news-item .label-sm, .related-news-wrapper .news-item .btn {
  display: none;
}
.related-news-wrapper .news-item .h2-style {
  margin: 0 0 0.6975rem;
}
.related-news-wrapper .news-item p {
  margin-bottom: 0;
}

.page-overview {
  margin: 2.5rem 0 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page-overview {
    margin: 3.75rem 0 6.25rem;
  }
}
.page-overview h1, .page-overview h2 {
  text-indent: 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page-overview h1, .page-overview h2 {
    text-indent: 6.25rem;
  }
}

.fw-form-style ::placeholder, .wpforms-form ::placeholder {
  color: #000;
  opacity: 1;
}
.fw-form-style ::-ms-input-placeholder, .wpforms-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
.fw-form-style #g_recaptcha, .wpforms-form #g_recaptcha {
  margin: 3.75rem 0;
}
.fw-form-style, .wpforms-form {
  position: relative;
  width: 100%;
  /*1024*/
}
@media (min-width: 64em) {
  .fw-form-style, .wpforms-form {
    width: 66.6667% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.fw-form-style fieldset, .wpforms-form fieldset {
  padding: 0;
  border: 0;
}
.fw-form-style #response, .wpforms-form #response {
  display: none;
  margin-bottom: 1rem;
  color: red;
}
.fw-form-style input[type=text],
.fw-form-style input[type=email],
.fw-form-style input[type=search],
.fw-form-style textarea,
.fw-form-style select, .wpforms-form input[type=text],
.wpforms-form input[type=email],
.wpforms-form input[type=search],
.wpforms-form textarea,
.wpforms-form select {
  font-family: "Canon-Reg", serif;
  color: #000;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0 0 0.75rem 0;
  border: 0;
}
.fw-form-style select, .wpforms-form select {
  display: block;
  width: 100%;
  border: 0;
  color: #000;
  height: 51px;
}
.fw-form-style select:has(option[value=""]:checked), .wpforms-form select:has(option[value=""]:checked) {
  color: #686C83;
}
.fw-form-style [type=checkbox], .wpforms-form [type=checkbox] {
  margin: 0;
}
.fw-form-style textarea, .wpforms-form textarea {
  height: 200px;
}
.fw-form-style input[type=submit], .wpforms-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999px;
  background-size: contain;
  margin: 0;
  filter: brightness(0);
}
.fw-form-style #g_recaptcha, .wpforms-form #g_recaptcha {
  margin: 2rem 0;
}
.fw-form-style div.mce_inline_error, .wpforms-form div.mce_inline_error {
  color: #fff;
  text-transform: uppercase;
  font-family: "Canon-Reg", serif;
  font-size: 1.125rem;
  font-weight: normal !important;
  padding-left: 1.95rem !important;
  margin-bottom: 1.5rem !important;
}
.fw-form-style .error, .wpforms-form .error {
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px;
}
.fw-form-style .success, .wpforms-form .success {
  padding: 5px 9px;
  border-radius: 3px;
}
.fw-form-style form span, .wpforms-form form span {
  color: red;
}
.fw-form-style input.invalid, .fw-form-style textarea.invalid, .fw-form-style select.invalid, .wpforms-form input.invalid, .wpforms-form textarea.invalid, .wpforms-form select.invalid {
  border-color: red;
}
.fw-form-style input.invalid:focus, .fw-form-style textarea.invalid:focus, .fw-form-style select.invalid:focus, .wpforms-form input.invalid:focus, .wpforms-form textarea.invalid:focus, .wpforms-form select.invalid:focus {
  outline: none;
}
.fw-form-style p.smaller.disclaimer, .wpforms-form p.smaller.disclaimer {
  color: #686C83;
}

.contact-inline .thank-you {
  margin-top: 3rem;
  /*1024*/
}
@media (min-width: 64em) {
  .contact-inline .thank-you {
    margin-top: 6rem;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.home .page-overview {
  margin-bottom: 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .page-overview {
    margin-bottom: 7.5rem;
  }
}
.home .page-overview h1 {
  text-indent: 0;
}
.home .page-overview h1 .animating-wrapper {
  display: inline-block;
  position: relative;
  width: 209px;
  height: 1.2em; /* match line-height */
  vertical-align: bottom;
  /*1024*/
}
@media (min-width: 64em) {
  .home .page-overview h1 .animating-wrapper {
    width: 492px;
    background-size: 455px 15px;
    text-align: center;
  }
}
.home .page-overview h1 .animating-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("../assets/underline-animated-headline-BMCPDb3p.svg") no-repeat left bottom;
  background-size: 212px 7px;
  /*1024*/
}
@media (min-width: 64em) {
  .home .page-overview h1 .animating-wrapper:after {
    width: 492px;
    height: 15px;
    background-size: 455px 15px;
    text-align: center;
  }
}
.home .page-overview h1 .animating-wrapper .animating-text {
  font-style: normal;
  font-family: "Canon-Bold-Italic", serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  animation: cycle-pop 6s infinite;
}
.home .page-overview h1 .animating-wrapper .animating-text:nth-child(1) {
  animation-delay: 0s;
}
.home .page-overview h1 .animating-wrapper .animating-text:nth-child(2) {
  animation-delay: 1.5s;
}
.home .page-overview h1 .animating-wrapper .animating-text:nth-child(3) {
  animation-delay: 3s;
}
.home .page-overview h1 .animating-wrapper .animating-text:nth-child(4) {
  animation-delay: 4.5s;
}
.home .page-introduction .positioning-wrapper .btn {
  margin: 2.5rem 0 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .page-introduction .positioning-wrapper .btn {
    margin: 3.25rem 0 0;
  }
}
@media (max-width: 63.9375em) {
  .home .page-introduction .mobile-reverse-row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.home .hero-wrapper {
  margin-top: 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .hero-wrapper {
    margin-top: 5rem;
  }
}
.home .page-content-wrapper .headline {
  text-indent: 2.5rem;
  margin-bottom: 2rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .page-content-wrapper .headline {
    text-indent: 6.25rem;
    margin-bottom: 3rem;
  }
}
.home .grid-practiceareas {
  margin-top: 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .grid-practiceareas {
    margin-top: 7.5rem;
  }
}
.home .grid-featurednews {
  margin-top: 4.0625rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .grid-featurednews {
    margin-top: 6.5625rem;
  }
}
.home .contact-section {
  margin-top: 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .contact-section {
    margin-top: 7.5rem;
  }
}
.home .contact-section .headline {
  text-indent: 2.5rem;
  margin-bottom: 2rem;
  /*1024*/
}
@media (min-width: 64em) {
  .home .contact-section .headline {
    text-indent: 6.25rem;
    margin-bottom: 3rem;
  }
}
.home .contact-section .headline a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMzk3IDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiBmaWxsPSIjQUVGRjc3Ii8+Cjwvc3ZnPgo=);
  background-repeat: repeat-x;
  background-position: left bottom 8px;
  background-size: auto 20px;
  padding-left: 8px;
}

@keyframes cycle-pop {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  25.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page .page-main-content p + h2, .page .page-main-content ul + h2 {
  margin-top: 3.75rem;
}
.page .hero-wrapper {
  position: relative;
  margin-bottom: 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page .hero-wrapper {
    margin-bottom: 6.25rem;
  }
}
.page-cases .grid-cases {
  margin-bottom: 2.5rem;
}
.page-cases .expertise-tags {
  margin-bottom: 1.5625rem;
}
.page-expertise .page-main-expertise {
  margin-bottom: 2.5rem;
}
.page-expertise .expertise-section {
  margin-top: 5rem;
  scroll-margin-top: 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page-expertise .expertise-section {
    margin-top: 7.25rem;
    scroll-margin-top: 7.25rem;
  }
}
.page-expertise .expertise-section .expertise-content-wrapper .h2-style {
  /*1024*/
}
@media (min-width: 64em) {
  .page-expertise .expertise-section .expertise-content-wrapper .h2-style {
    margin-top: 0;
  }
}
.page-expertise .expertise-section .expertise-description {
  margin-bottom: 3.12rem;
}
.page-expertise hr {
  margin-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page-expertise hr {
    margin-bottom: 0.75rem;
  }
}
.page-contact h1 a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMzk3IDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMzk3IiBoZWlnaHQ9IjIwIiBmaWxsPSIjQUVGRjc3Ii8+Cjwvc3ZnPgo=);
  background-repeat: repeat-x;
  background-position: left bottom 8px;
  background-size: auto 20px;
  padding-left: 8px;
}
.page-contact .office-wrapper {
  margin-bottom: 2.5rem;
}
.page-contact .office-wrapper .office-content-wrapper {
  /*1024*/
}
@media (min-width: 64em) {
  .page-contact .office-wrapper .office-content-wrapper {
    margin-left: 1.25rem;
  }
}
.page-contact .office-wrapper .office-content-wrapper .h2-style {
  margin: 1.25rem 0 0.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page-contact .office-wrapper .office-content-wrapper .h2-style {
    margin: 0 0 0.5rem;
  }
}
.page-contact .privacy-policy-section {
  margin: 5rem 0 2.5rem;
}
.page-contact .privacy-policy-section .h2-style {
  margin: 1.25rem 0 0.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page-contact .privacy-policy-section .h2-style {
    margin: 0 0 0.5rem;
  }
}
.page .content-blocks .container-image {
  margin: 3.75rem 0 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .page .content-blocks .container-image {
    margin: 7.5rem 0 7.5rem;
  }
}

.error404 .not-found-section .h1-style em {
  display: inline-block;
  position: relative;
  width: 175px;
  height: 1.2em; /* match line-height */
  vertical-align: bottom;
  /*1024*/
}
@media (min-width: 64em) {
  .error404 .not-found-section .h1-style em {
    width: 450px;
  }
}
.error404 .not-found-section .h1-style em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("../assets/underline-animated-headline-BMCPDb3p.svg") no-repeat left bottom;
  background-size: 175px 7px;
  /*1024*/
}
@media (min-width: 64em) {
  .error404 .not-found-section .h1-style em:after {
    width: 450px;
    height: 15px;
    bottom: 0;
    background-size: 369px 15px;
  }
}
.error404 .not-found-section .btn {
  margin-top: 2.5rem;
}

.single .byline {
  margin: 1rem 0 0;
}
.single .single-overview .overview-inside {
  padding-bottom: 3.75rem;
}
.single-news .content {
  margin: 2.5rem 0 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-news .content {
    margin: 0 0 3.75rem;
  }
}
.single-people .people-content-wrapper {
  margin-top: 3.125rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .people-content-wrapper {
    margin-top: 4.25rem;
  }
}
.single-people .people-content-wrapper .headline {
  text-indent: 2.5rem;
  margin-top: 3.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .people-content-wrapper .headline {
    margin-top: 0;
    text-indent: 6.25rem;
  }
}
.single-people .people-content-wrapper img {
  margin-bottom: 1.25rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .people-content-wrapper img {
    margin-bottom: 5rem;
  }
}
.single-people .people-content-wrapper .bio {
  margin: 3rem 0 4.25rem;
}
.single-people .people-content-wrapper p.meta-info {
  margin-top: 1.75rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .people-content-wrapper p.meta-info {
    margin-top: 3.25rem;
  }
}
.single-people .people-content-wrapper .credential-wrapper .label-sm {
  margin-bottom: 1.88rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .people-content-wrapper .credential-wrapper .label-sm {
    margin-bottom: 0;
  }
}
.single-people .people-content-wrapper .credential-wrapper .content-wrapper {
  padding-bottom: 2.5rem;
}
.single-people .people-content-wrapper .credential-wrapper .content-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .single-people .people-content-wrapper .credential-wrapper .content-wrapper p {
    margin-bottom: 0.95rem;
  }
  .single-people .people-content-wrapper .credential-wrapper .content-wrapper p:last-child {
    margin-bottom: 0;
  }
}
.single-people .people-content-wrapper .credential-wrapper .content-wrapper.two-column {
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .people-content-wrapper .credential-wrapper .content-wrapper.two-column {
    column-count: 2;
    column-gap: 2.5rem;
  }
}
.single-people .grid-cases .h1-style {
  margin: 4.6875rem 0 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .grid-cases .h1-style {
    margin: 5rem 0 4.6875rem;
  }
}
.single-people .grid-cases .cases-wrapper .expertise-tags {
  margin-bottom: 1.5625rem;
}
.single-people .grid-people {
  margin-top: 5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .grid-people {
    margin-top: 7.5rem;
  }
}
.single-people .grid-people h2 {
  margin-bottom: 2.5rem;
  /*1024*/
}
@media (min-width: 64em) {
  .single-people .grid-people h2 {
    margin-bottom: 3.75rem;
  }
}