/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/styles.scss ***!
  \*******************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

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

.m-0_25 {
  margin: 0.25em !important;
}

.mt-0_25,
.my-0_25 {
  margin-top: 0.25em !important;
}

.mr-0_25,
.mx-0_25 {
  margin-right: 0.25em !important;
}

.mb-0_25,
.my-0_25 {
  margin-bottom: 0.25em !important;
}

.ml-0_25,
.mx-0_25 {
  margin-left: 0.25em !important;
}

.m-0_5 {
  margin: 0.5em !important;
}

.mt-0_5,
.my-0_5 {
  margin-top: 0.5em !important;
}

.mr-0_5,
.mx-0_5 {
  margin-right: 0.5em !important;
}

.mb-0_5,
.my-0_5 {
  margin-bottom: 0.5em !important;
}

.ml-0_5,
.mx-0_5 {
  margin-left: 0.5em !important;
}

.m-0_75 {
  margin: 0.75em !important;
}

.mt-0_75,
.my-0_75 {
  margin-top: 0.75em !important;
}

.mr-0_75,
.mx-0_75 {
  margin-right: 0.75em !important;
}

.mb-0_75,
.my-0_75 {
  margin-bottom: 0.75em !important;
}

.ml-0_75,
.mx-0_75 {
  margin-left: 0.75em !important;
}

.m-1 {
  margin: 1em !important;
}

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

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

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

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

.m-1_25 {
  margin: 1.25em !important;
}

.mt-1_25,
.my-1_25 {
  margin-top: 1.25em !important;
}

.mr-1_25,
.mx-1_25 {
  margin-right: 1.25em !important;
}

.mb-1_25,
.my-1_25 {
  margin-bottom: 1.25em !important;
}

.ml-1_25,
.mx-1_25 {
  margin-left: 1.25em !important;
}

.m-1_5 {
  margin: 1.5em !important;
}

.mt-1_5,
.my-1_5 {
  margin-top: 1.5em !important;
}

.mr-1_5,
.mx-1_5 {
  margin-right: 1.5em !important;
}

.mb-1_5,
.my-1_5 {
  margin-bottom: 1.5em !important;
}

.ml-1_5,
.mx-1_5 {
  margin-left: 1.5em !important;
}

.m-1_75 {
  margin: 1.75em !important;
}

.mt-1_75,
.my-1_75 {
  margin-top: 1.75em !important;
}

.mr-1_75,
.mx-1_75 {
  margin-right: 1.75em !important;
}

.mb-1_75,
.my-1_75 {
  margin-bottom: 1.75em !important;
}

.ml-1_75,
.mx-1_75 {
  margin-left: 1.75em !important;
}

.m-2 {
  margin: 2em !important;
}

.mt-2,
.my-2 {
  margin-top: 2em !important;
}

.mr-2,
.mx-2 {
  margin-right: 2em !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2em !important;
}

.ml-2,
.mx-2 {
  margin-left: 2em !important;
}

.m-2_5 {
  margin: 2.5em !important;
}

.mt-2_5,
.my-2_5 {
  margin-top: 2.5em !important;
}

.mr-2_5,
.mx-2_5 {
  margin-right: 2.5em !important;
}

.mb-2_5,
.my-2_5 {
  margin-bottom: 2.5em !important;
}

.ml-2_5,
.mx-2_5 {
  margin-left: 2.5em !important;
}

.m-3 {
  margin: 3em !important;
}

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

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

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

.ml-3,
.mx-3 {
  margin-left: 3em !important;
}

.m-4 {
  margin: 4em !important;
}

.mt-4,
.my-4 {
  margin-top: 4em !important;
}

.mr-4,
.mx-4 {
  margin-right: 4em !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4em !important;
}

.ml-4,
.mx-4 {
  margin-left: 4em !important;
}

.m-5 {
  margin: 5em !important;
}

.mt-5,
.my-5 {
  margin-top: 5em !important;
}

.mr-5,
.mx-5 {
  margin-right: 5em !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5em !important;
}

.ml-5,
.mx-5 {
  margin-left: 5em !important;
}

.m-6 {
  margin: 6em !important;
}

.mt-6,
.my-6 {
  margin-top: 6em !important;
}

.mr-6,
.mx-6 {
  margin-right: 6em !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6em !important;
}

.ml-6,
.mx-6 {
  margin-left: 6em !important;
}

.m-7 {
  margin: 7em !important;
}

.mt-7,
.my-7 {
  margin-top: 7em !important;
}

.mr-7,
.mx-7 {
  margin-right: 7em !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7em !important;
}

.ml-7,
.mx-7 {
  margin-left: 7em !important;
}

.m-8 {
  margin: 8em !important;
}

.mt-8,
.my-8 {
  margin-top: 8em !important;
}

.mr-8,
.mx-8 {
  margin-right: 8em !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8em !important;
}

.ml-8,
.mx-8 {
  margin-left: 8em !important;
}

.m-9 {
  margin: 9em !important;
}

.mt-9,
.my-9 {
  margin-top: 9em !important;
}

.mr-9,
.mx-9 {
  margin-right: 9em !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9em !important;
}

.ml-9,
.mx-9 {
  margin-left: 9em !important;
}

.m-10 {
  margin: 10em !important;
}

.mt-10,
.my-10 {
  margin-top: 10em !important;
}

.mr-10,
.mx-10 {
  margin-right: 10em !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10em !important;
}

.ml-10,
.mx-10 {
  margin-left: 10em !important;
}

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

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

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

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

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

.p-0_25 {
  padding: 0.25em !important;
}

.pt-0_25,
.py-0_25 {
  padding-top: 0.25em !important;
}

.pr-0_25,
.px-0_25 {
  padding-right: 0.25em !important;
}

.pb-0_25,
.py-0_25 {
  padding-bottom: 0.25em !important;
}

.pl-0_25,
.px-0_25 {
  padding-left: 0.25em !important;
}

.p-0_5 {
  padding: 0.5em !important;
}

.pt-0_5,
.py-0_5 {
  padding-top: 0.5em !important;
}

.pr-0_5,
.px-0_5 {
  padding-right: 0.5em !important;
}

.pb-0_5,
.py-0_5 {
  padding-bottom: 0.5em !important;
}

.pl-0_5,
.px-0_5 {
  padding-left: 0.5em !important;
}

.p-0_75 {
  padding: 0.75em !important;
}

.pt-0_75,
.py-0_75 {
  padding-top: 0.75em !important;
}

.pr-0_75,
.px-0_75 {
  padding-right: 0.75em !important;
}

.pb-0_75,
.py-0_75 {
  padding-bottom: 0.75em !important;
}

.pl-0_75,
.px-0_75 {
  padding-left: 0.75em !important;
}

.p-1 {
  padding: 1em !important;
}

.pt-1,
.py-1 {
  padding-top: 1em !important;
}

.pr-1,
.px-1 {
  padding-right: 1em !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1em !important;
}

.pl-1,
.px-1 {
  padding-left: 1em !important;
}

.p-1_25 {
  padding: 1.25em !important;
}

.pt-1_25,
.py-1_25 {
  padding-top: 1.25em !important;
}

.pr-1_25,
.px-1_25 {
  padding-right: 1.25em !important;
}

.pb-1_25,
.py-1_25 {
  padding-bottom: 1.25em !important;
}

.pl-1_25,
.px-1_25 {
  padding-left: 1.25em !important;
}

.p-1_5 {
  padding: 1.5em !important;
}

.pt-1_5,
.py-1_5 {
  padding-top: 1.5em !important;
}

.pr-1_5,
.px-1_5 {
  padding-right: 1.5em !important;
}

.pb-1_5,
.py-1_5 {
  padding-bottom: 1.5em !important;
}

.pl-1_5,
.px-1_5 {
  padding-left: 1.5em !important;
}

.p-1_75 {
  padding: 1.75em !important;
}

.pt-1_75,
.py-1_75 {
  padding-top: 1.75em !important;
}

.pr-1_75,
.px-1_75 {
  padding-right: 1.75em !important;
}

.pb-1_75,
.py-1_75 {
  padding-bottom: 1.75em !important;
}

.pl-1_75,
.px-1_75 {
  padding-left: 1.75em !important;
}

.p-2 {
  padding: 2em !important;
}

.pt-2,
.py-2 {
  padding-top: 2em !important;
}

.pr-2,
.px-2 {
  padding-right: 2em !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2em !important;
}

.pl-2,
.px-2 {
  padding-left: 2em !important;
}

.p-2_5 {
  padding: 2.5em !important;
}

.pt-2_5,
.py-2_5 {
  padding-top: 2.5em !important;
}

.pr-2_5,
.px-2_5 {
  padding-right: 2.5em !important;
}

.pb-2_5,
.py-2_5 {
  padding-bottom: 2.5em !important;
}

.pl-2_5,
.px-2_5 {
  padding-left: 2.5em !important;
}

.p-3 {
  padding: 3em !important;
}

.pt-3,
.py-3 {
  padding-top: 3em !important;
}

.pr-3,
.px-3 {
  padding-right: 3em !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3em !important;
}

.pl-3,
.px-3 {
  padding-left: 3em !important;
}

.p-4 {
  padding: 4em !important;
}

.pt-4,
.py-4 {
  padding-top: 4em !important;
}

.pr-4,
.px-4 {
  padding-right: 4em !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4em !important;
}

.pl-4,
.px-4 {
  padding-left: 4em !important;
}

.p-5 {
  padding: 5em !important;
}

.pt-5,
.py-5 {
  padding-top: 5em !important;
}

.pr-5,
.px-5 {
  padding-right: 5em !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5em !important;
}

.pl-5,
.px-5 {
  padding-left: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.pt-6,
.py-6 {
  padding-top: 6em !important;
}

.pr-6,
.px-6 {
  padding-right: 6em !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6em !important;
}

.pl-6,
.px-6 {
  padding-left: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.pt-7,
.py-7 {
  padding-top: 7em !important;
}

.pr-7,
.px-7 {
  padding-right: 7em !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7em !important;
}

.pl-7,
.px-7 {
  padding-left: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.pt-8,
.py-8 {
  padding-top: 8em !important;
}

.pr-8,
.px-8 {
  padding-right: 8em !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8em !important;
}

.pl-8,
.px-8 {
  padding-left: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.pt-9,
.py-9 {
  padding-top: 9em !important;
}

.pr-9,
.px-9 {
  padding-right: 9em !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9em !important;
}

.pl-9,
.px-9 {
  padding-left: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

.pt-10,
.py-10 {
  padding-top: 10em !important;
}

.pr-10,
.px-10 {
  padding-right: 10em !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10em !important;
}

.pl-10,
.px-10 {
  padding-left: 10em !important;
}

.m-n0_25 {
  margin: -0.25em !important;
}

.mt-n0_25,
.my-n0_25 {
  margin-top: -0.25em !important;
}

.mr-n0_25,
.mx-n0_25 {
  margin-right: -0.25em !important;
}

.mb-n0_25,
.my-n0_25 {
  margin-bottom: -0.25em !important;
}

.ml-n0_25,
.mx-n0_25 {
  margin-left: -0.25em !important;
}

.m-n0_5 {
  margin: -0.5em !important;
}

.mt-n0_5,
.my-n0_5 {
  margin-top: -0.5em !important;
}

.mr-n0_5,
.mx-n0_5 {
  margin-right: -0.5em !important;
}

.mb-n0_5,
.my-n0_5 {
  margin-bottom: -0.5em !important;
}

.ml-n0_5,
.mx-n0_5 {
  margin-left: -0.5em !important;
}

.m-n0_75 {
  margin: -0.75em !important;
}

.mt-n0_75,
.my-n0_75 {
  margin-top: -0.75em !important;
}

.mr-n0_75,
.mx-n0_75 {
  margin-right: -0.75em !important;
}

.mb-n0_75,
.my-n0_75 {
  margin-bottom: -0.75em !important;
}

.ml-n0_75,
.mx-n0_75 {
  margin-left: -0.75em !important;
}

.m-n1 {
  margin: -1em !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1em !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1em !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1em !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1em !important;
}

.m-n1_25 {
  margin: -1.25em !important;
}

.mt-n1_25,
.my-n1_25 {
  margin-top: -1.25em !important;
}

.mr-n1_25,
.mx-n1_25 {
  margin-right: -1.25em !important;
}

.mb-n1_25,
.my-n1_25 {
  margin-bottom: -1.25em !important;
}

.ml-n1_25,
.mx-n1_25 {
  margin-left: -1.25em !important;
}

.m-n1_5 {
  margin: -1.5em !important;
}

.mt-n1_5,
.my-n1_5 {
  margin-top: -1.5em !important;
}

.mr-n1_5,
.mx-n1_5 {
  margin-right: -1.5em !important;
}

.mb-n1_5,
.my-n1_5 {
  margin-bottom: -1.5em !important;
}

.ml-n1_5,
.mx-n1_5 {
  margin-left: -1.5em !important;
}

.m-n1_75 {
  margin: -1.75em !important;
}

.mt-n1_75,
.my-n1_75 {
  margin-top: -1.75em !important;
}

.mr-n1_75,
.mx-n1_75 {
  margin-right: -1.75em !important;
}

.mb-n1_75,
.my-n1_75 {
  margin-bottom: -1.75em !important;
}

.ml-n1_75,
.mx-n1_75 {
  margin-left: -1.75em !important;
}

.m-n2 {
  margin: -2em !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2em !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2em !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2em !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2em !important;
}

.m-n2_5 {
  margin: -2.5em !important;
}

.mt-n2_5,
.my-n2_5 {
  margin-top: -2.5em !important;
}

.mr-n2_5,
.mx-n2_5 {
  margin-right: -2.5em !important;
}

.mb-n2_5,
.my-n2_5 {
  margin-bottom: -2.5em !important;
}

.ml-n2_5,
.mx-n2_5 {
  margin-left: -2.5em !important;
}

.m-n3 {
  margin: -3em !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3em !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3em !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3em !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3em !important;
}

.m-n4 {
  margin: -4em !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4em !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4em !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4em !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4em !important;
}

.m-n5 {
  margin: -5em !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5em !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5em !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5em !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5em !important;
}

.m-n6 {
  margin: -6em !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6em !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6em !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6em !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6em !important;
}

.m-n7 {
  margin: -7em !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7em !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7em !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7em !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7em !important;
}

.m-n8 {
  margin: -8em !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8em !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8em !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8em !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8em !important;
}

.m-n9 {
  margin: -9em !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9em !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9em !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9em !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9em !important;
}

.m-n10 {
  margin: -10em !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10em !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10em !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10em !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10em !important;
}

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

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

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

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

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

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-0_25 {
    margin: 0.25em !important;
  }
  .mt-sm-0_25,
  .my-sm-0_25 {
    margin-top: 0.25em !important;
  }
  .mr-sm-0_25,
  .mx-sm-0_25 {
    margin-right: 0.25em !important;
  }
  .mb-sm-0_25,
  .my-sm-0_25 {
    margin-bottom: 0.25em !important;
  }
  .ml-sm-0_25,
  .mx-sm-0_25 {
    margin-left: 0.25em !important;
  }
  .m-sm-0_5 {
    margin: 0.5em !important;
  }
  .mt-sm-0_5,
  .my-sm-0_5 {
    margin-top: 0.5em !important;
  }
  .mr-sm-0_5,
  .mx-sm-0_5 {
    margin-right: 0.5em !important;
  }
  .mb-sm-0_5,
  .my-sm-0_5 {
    margin-bottom: 0.5em !important;
  }
  .ml-sm-0_5,
  .mx-sm-0_5 {
    margin-left: 0.5em !important;
  }
  .m-sm-0_75 {
    margin: 0.75em !important;
  }
  .mt-sm-0_75,
  .my-sm-0_75 {
    margin-top: 0.75em !important;
  }
  .mr-sm-0_75,
  .mx-sm-0_75 {
    margin-right: 0.75em !important;
  }
  .mb-sm-0_75,
  .my-sm-0_75 {
    margin-bottom: 0.75em !important;
  }
  .ml-sm-0_75,
  .mx-sm-0_75 {
    margin-left: 0.75em !important;
  }
  .m-sm-1 {
    margin: 1em !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1em !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1em !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1em !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1em !important;
  }
  .m-sm-1_25 {
    margin: 1.25em !important;
  }
  .mt-sm-1_25,
  .my-sm-1_25 {
    margin-top: 1.25em !important;
  }
  .mr-sm-1_25,
  .mx-sm-1_25 {
    margin-right: 1.25em !important;
  }
  .mb-sm-1_25,
  .my-sm-1_25 {
    margin-bottom: 1.25em !important;
  }
  .ml-sm-1_25,
  .mx-sm-1_25 {
    margin-left: 1.25em !important;
  }
  .m-sm-1_5 {
    margin: 1.5em !important;
  }
  .mt-sm-1_5,
  .my-sm-1_5 {
    margin-top: 1.5em !important;
  }
  .mr-sm-1_5,
  .mx-sm-1_5 {
    margin-right: 1.5em !important;
  }
  .mb-sm-1_5,
  .my-sm-1_5 {
    margin-bottom: 1.5em !important;
  }
  .ml-sm-1_5,
  .mx-sm-1_5 {
    margin-left: 1.5em !important;
  }
  .m-sm-1_75 {
    margin: 1.75em !important;
  }
  .mt-sm-1_75,
  .my-sm-1_75 {
    margin-top: 1.75em !important;
  }
  .mr-sm-1_75,
  .mx-sm-1_75 {
    margin-right: 1.75em !important;
  }
  .mb-sm-1_75,
  .my-sm-1_75 {
    margin-bottom: 1.75em !important;
  }
  .ml-sm-1_75,
  .mx-sm-1_75 {
    margin-left: 1.75em !important;
  }
  .m-sm-2 {
    margin: 2em !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2em !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2em !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2em !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2em !important;
  }
  .m-sm-2_5 {
    margin: 2.5em !important;
  }
  .mt-sm-2_5,
  .my-sm-2_5 {
    margin-top: 2.5em !important;
  }
  .mr-sm-2_5,
  .mx-sm-2_5 {
    margin-right: 2.5em !important;
  }
  .mb-sm-2_5,
  .my-sm-2_5 {
    margin-bottom: 2.5em !important;
  }
  .ml-sm-2_5,
  .mx-sm-2_5 {
    margin-left: 2.5em !important;
  }
  .m-sm-3 {
    margin: 3em !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3em !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3em !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3em !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3em !important;
  }
  .m-sm-4 {
    margin: 4em !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4em !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4em !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4em !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4em !important;
  }
  .m-sm-5 {
    margin: 5em !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5em !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5em !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5em !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5em !important;
  }
  .m-sm-6 {
    margin: 6em !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6em !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6em !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6em !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6em !important;
  }
  .m-sm-7 {
    margin: 7em !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7em !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7em !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7em !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7em !important;
  }
  .m-sm-8 {
    margin: 8em !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8em !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8em !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8em !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8em !important;
  }
  .m-sm-9 {
    margin: 9em !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9em !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9em !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9em !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9em !important;
  }
  .m-sm-10 {
    margin: 10em !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10em !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10em !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10em !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10em !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-0_25 {
    padding: 0.25em !important;
  }
  .pt-sm-0_25,
  .py-sm-0_25 {
    padding-top: 0.25em !important;
  }
  .pr-sm-0_25,
  .px-sm-0_25 {
    padding-right: 0.25em !important;
  }
  .pb-sm-0_25,
  .py-sm-0_25 {
    padding-bottom: 0.25em !important;
  }
  .pl-sm-0_25,
  .px-sm-0_25 {
    padding-left: 0.25em !important;
  }
  .p-sm-0_5 {
    padding: 0.5em !important;
  }
  .pt-sm-0_5,
  .py-sm-0_5 {
    padding-top: 0.5em !important;
  }
  .pr-sm-0_5,
  .px-sm-0_5 {
    padding-right: 0.5em !important;
  }
  .pb-sm-0_5,
  .py-sm-0_5 {
    padding-bottom: 0.5em !important;
  }
  .pl-sm-0_5,
  .px-sm-0_5 {
    padding-left: 0.5em !important;
  }
  .p-sm-0_75 {
    padding: 0.75em !important;
  }
  .pt-sm-0_75,
  .py-sm-0_75 {
    padding-top: 0.75em !important;
  }
  .pr-sm-0_75,
  .px-sm-0_75 {
    padding-right: 0.75em !important;
  }
  .pb-sm-0_75,
  .py-sm-0_75 {
    padding-bottom: 0.75em !important;
  }
  .pl-sm-0_75,
  .px-sm-0_75 {
    padding-left: 0.75em !important;
  }
  .p-sm-1 {
    padding: 1em !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1em !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1em !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1em !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1em !important;
  }
  .p-sm-1_25 {
    padding: 1.25em !important;
  }
  .pt-sm-1_25,
  .py-sm-1_25 {
    padding-top: 1.25em !important;
  }
  .pr-sm-1_25,
  .px-sm-1_25 {
    padding-right: 1.25em !important;
  }
  .pb-sm-1_25,
  .py-sm-1_25 {
    padding-bottom: 1.25em !important;
  }
  .pl-sm-1_25,
  .px-sm-1_25 {
    padding-left: 1.25em !important;
  }
  .p-sm-1_5 {
    padding: 1.5em !important;
  }
  .pt-sm-1_5,
  .py-sm-1_5 {
    padding-top: 1.5em !important;
  }
  .pr-sm-1_5,
  .px-sm-1_5 {
    padding-right: 1.5em !important;
  }
  .pb-sm-1_5,
  .py-sm-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pl-sm-1_5,
  .px-sm-1_5 {
    padding-left: 1.5em !important;
  }
  .p-sm-1_75 {
    padding: 1.75em !important;
  }
  .pt-sm-1_75,
  .py-sm-1_75 {
    padding-top: 1.75em !important;
  }
  .pr-sm-1_75,
  .px-sm-1_75 {
    padding-right: 1.75em !important;
  }
  .pb-sm-1_75,
  .py-sm-1_75 {
    padding-bottom: 1.75em !important;
  }
  .pl-sm-1_75,
  .px-sm-1_75 {
    padding-left: 1.75em !important;
  }
  .p-sm-2 {
    padding: 2em !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2em !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2em !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2em !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2em !important;
  }
  .p-sm-2_5 {
    padding: 2.5em !important;
  }
  .pt-sm-2_5,
  .py-sm-2_5 {
    padding-top: 2.5em !important;
  }
  .pr-sm-2_5,
  .px-sm-2_5 {
    padding-right: 2.5em !important;
  }
  .pb-sm-2_5,
  .py-sm-2_5 {
    padding-bottom: 2.5em !important;
  }
  .pl-sm-2_5,
  .px-sm-2_5 {
    padding-left: 2.5em !important;
  }
  .p-sm-3 {
    padding: 3em !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3em !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3em !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3em !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3em !important;
  }
  .p-sm-4 {
    padding: 4em !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4em !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4em !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4em !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4em !important;
  }
  .p-sm-5 {
    padding: 5em !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5em !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5em !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5em !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5em !important;
  }
  .p-sm-6 {
    padding: 6em !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6em !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6em !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6em !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6em !important;
  }
  .p-sm-7 {
    padding: 7em !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7em !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7em !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7em !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7em !important;
  }
  .p-sm-8 {
    padding: 8em !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8em !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8em !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8em !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8em !important;
  }
  .p-sm-9 {
    padding: 9em !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9em !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9em !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9em !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9em !important;
  }
  .p-sm-10 {
    padding: 10em !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10em !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10em !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10em !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10em !important;
  }
  .m-sm-n0_25 {
    margin: -0.25em !important;
  }
  .mt-sm-n0_25,
  .my-sm-n0_25 {
    margin-top: -0.25em !important;
  }
  .mr-sm-n0_25,
  .mx-sm-n0_25 {
    margin-right: -0.25em !important;
  }
  .mb-sm-n0_25,
  .my-sm-n0_25 {
    margin-bottom: -0.25em !important;
  }
  .ml-sm-n0_25,
  .mx-sm-n0_25 {
    margin-left: -0.25em !important;
  }
  .m-sm-n0_5 {
    margin: -0.5em !important;
  }
  .mt-sm-n0_5,
  .my-sm-n0_5 {
    margin-top: -0.5em !important;
  }
  .mr-sm-n0_5,
  .mx-sm-n0_5 {
    margin-right: -0.5em !important;
  }
  .mb-sm-n0_5,
  .my-sm-n0_5 {
    margin-bottom: -0.5em !important;
  }
  .ml-sm-n0_5,
  .mx-sm-n0_5 {
    margin-left: -0.5em !important;
  }
  .m-sm-n0_75 {
    margin: -0.75em !important;
  }
  .mt-sm-n0_75,
  .my-sm-n0_75 {
    margin-top: -0.75em !important;
  }
  .mr-sm-n0_75,
  .mx-sm-n0_75 {
    margin-right: -0.75em !important;
  }
  .mb-sm-n0_75,
  .my-sm-n0_75 {
    margin-bottom: -0.75em !important;
  }
  .ml-sm-n0_75,
  .mx-sm-n0_75 {
    margin-left: -0.75em !important;
  }
  .m-sm-n1 {
    margin: -1em !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1em !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1em !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1em !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1em !important;
  }
  .m-sm-n1_25 {
    margin: -1.25em !important;
  }
  .mt-sm-n1_25,
  .my-sm-n1_25 {
    margin-top: -1.25em !important;
  }
  .mr-sm-n1_25,
  .mx-sm-n1_25 {
    margin-right: -1.25em !important;
  }
  .mb-sm-n1_25,
  .my-sm-n1_25 {
    margin-bottom: -1.25em !important;
  }
  .ml-sm-n1_25,
  .mx-sm-n1_25 {
    margin-left: -1.25em !important;
  }
  .m-sm-n1_5 {
    margin: -1.5em !important;
  }
  .mt-sm-n1_5,
  .my-sm-n1_5 {
    margin-top: -1.5em !important;
  }
  .mr-sm-n1_5,
  .mx-sm-n1_5 {
    margin-right: -1.5em !important;
  }
  .mb-sm-n1_5,
  .my-sm-n1_5 {
    margin-bottom: -1.5em !important;
  }
  .ml-sm-n1_5,
  .mx-sm-n1_5 {
    margin-left: -1.5em !important;
  }
  .m-sm-n1_75 {
    margin: -1.75em !important;
  }
  .mt-sm-n1_75,
  .my-sm-n1_75 {
    margin-top: -1.75em !important;
  }
  .mr-sm-n1_75,
  .mx-sm-n1_75 {
    margin-right: -1.75em !important;
  }
  .mb-sm-n1_75,
  .my-sm-n1_75 {
    margin-bottom: -1.75em !important;
  }
  .ml-sm-n1_75,
  .mx-sm-n1_75 {
    margin-left: -1.75em !important;
  }
  .m-sm-n2 {
    margin: -2em !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2em !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2em !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2em !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2em !important;
  }
  .m-sm-n2_5 {
    margin: -2.5em !important;
  }
  .mt-sm-n2_5,
  .my-sm-n2_5 {
    margin-top: -2.5em !important;
  }
  .mr-sm-n2_5,
  .mx-sm-n2_5 {
    margin-right: -2.5em !important;
  }
  .mb-sm-n2_5,
  .my-sm-n2_5 {
    margin-bottom: -2.5em !important;
  }
  .ml-sm-n2_5,
  .mx-sm-n2_5 {
    margin-left: -2.5em !important;
  }
  .m-sm-n3 {
    margin: -3em !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3em !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3em !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3em !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3em !important;
  }
  .m-sm-n4 {
    margin: -4em !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4em !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4em !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4em !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4em !important;
  }
  .m-sm-n5 {
    margin: -5em !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5em !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5em !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5em !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5em !important;
  }
  .m-sm-n6 {
    margin: -6em !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6em !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6em !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6em !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6em !important;
  }
  .m-sm-n7 {
    margin: -7em !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7em !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7em !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7em !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7em !important;
  }
  .m-sm-n8 {
    margin: -8em !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8em !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8em !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8em !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8em !important;
  }
  .m-sm-n9 {
    margin: -9em !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9em !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9em !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9em !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9em !important;
  }
  .m-sm-n10 {
    margin: -10em !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10em !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10em !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10em !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10em !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-0_25 {
    margin: 0.25em !important;
  }
  .mt-md-0_25,
  .my-md-0_25 {
    margin-top: 0.25em !important;
  }
  .mr-md-0_25,
  .mx-md-0_25 {
    margin-right: 0.25em !important;
  }
  .mb-md-0_25,
  .my-md-0_25 {
    margin-bottom: 0.25em !important;
  }
  .ml-md-0_25,
  .mx-md-0_25 {
    margin-left: 0.25em !important;
  }
  .m-md-0_5 {
    margin: 0.5em !important;
  }
  .mt-md-0_5,
  .my-md-0_5 {
    margin-top: 0.5em !important;
  }
  .mr-md-0_5,
  .mx-md-0_5 {
    margin-right: 0.5em !important;
  }
  .mb-md-0_5,
  .my-md-0_5 {
    margin-bottom: 0.5em !important;
  }
  .ml-md-0_5,
  .mx-md-0_5 {
    margin-left: 0.5em !important;
  }
  .m-md-0_75 {
    margin: 0.75em !important;
  }
  .mt-md-0_75,
  .my-md-0_75 {
    margin-top: 0.75em !important;
  }
  .mr-md-0_75,
  .mx-md-0_75 {
    margin-right: 0.75em !important;
  }
  .mb-md-0_75,
  .my-md-0_75 {
    margin-bottom: 0.75em !important;
  }
  .ml-md-0_75,
  .mx-md-0_75 {
    margin-left: 0.75em !important;
  }
  .m-md-1 {
    margin: 1em !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1em !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1em !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1em !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1em !important;
  }
  .m-md-1_25 {
    margin: 1.25em !important;
  }
  .mt-md-1_25,
  .my-md-1_25 {
    margin-top: 1.25em !important;
  }
  .mr-md-1_25,
  .mx-md-1_25 {
    margin-right: 1.25em !important;
  }
  .mb-md-1_25,
  .my-md-1_25 {
    margin-bottom: 1.25em !important;
  }
  .ml-md-1_25,
  .mx-md-1_25 {
    margin-left: 1.25em !important;
  }
  .m-md-1_5 {
    margin: 1.5em !important;
  }
  .mt-md-1_5,
  .my-md-1_5 {
    margin-top: 1.5em !important;
  }
  .mr-md-1_5,
  .mx-md-1_5 {
    margin-right: 1.5em !important;
  }
  .mb-md-1_5,
  .my-md-1_5 {
    margin-bottom: 1.5em !important;
  }
  .ml-md-1_5,
  .mx-md-1_5 {
    margin-left: 1.5em !important;
  }
  .m-md-1_75 {
    margin: 1.75em !important;
  }
  .mt-md-1_75,
  .my-md-1_75 {
    margin-top: 1.75em !important;
  }
  .mr-md-1_75,
  .mx-md-1_75 {
    margin-right: 1.75em !important;
  }
  .mb-md-1_75,
  .my-md-1_75 {
    margin-bottom: 1.75em !important;
  }
  .ml-md-1_75,
  .mx-md-1_75 {
    margin-left: 1.75em !important;
  }
  .m-md-2 {
    margin: 2em !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2em !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2em !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2em !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2em !important;
  }
  .m-md-2_5 {
    margin: 2.5em !important;
  }
  .mt-md-2_5,
  .my-md-2_5 {
    margin-top: 2.5em !important;
  }
  .mr-md-2_5,
  .mx-md-2_5 {
    margin-right: 2.5em !important;
  }
  .mb-md-2_5,
  .my-md-2_5 {
    margin-bottom: 2.5em !important;
  }
  .ml-md-2_5,
  .mx-md-2_5 {
    margin-left: 2.5em !important;
  }
  .m-md-3 {
    margin: 3em !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3em !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3em !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3em !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3em !important;
  }
  .m-md-4 {
    margin: 4em !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4em !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4em !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4em !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4em !important;
  }
  .m-md-5 {
    margin: 5em !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5em !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5em !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5em !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5em !important;
  }
  .m-md-6 {
    margin: 6em !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6em !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6em !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6em !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6em !important;
  }
  .m-md-7 {
    margin: 7em !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7em !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7em !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7em !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7em !important;
  }
  .m-md-8 {
    margin: 8em !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8em !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8em !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8em !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8em !important;
  }
  .m-md-9 {
    margin: 9em !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9em !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9em !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9em !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9em !important;
  }
  .m-md-10 {
    margin: 10em !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10em !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10em !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10em !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10em !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-0_25 {
    padding: 0.25em !important;
  }
  .pt-md-0_25,
  .py-md-0_25 {
    padding-top: 0.25em !important;
  }
  .pr-md-0_25,
  .px-md-0_25 {
    padding-right: 0.25em !important;
  }
  .pb-md-0_25,
  .py-md-0_25 {
    padding-bottom: 0.25em !important;
  }
  .pl-md-0_25,
  .px-md-0_25 {
    padding-left: 0.25em !important;
  }
  .p-md-0_5 {
    padding: 0.5em !important;
  }
  .pt-md-0_5,
  .py-md-0_5 {
    padding-top: 0.5em !important;
  }
  .pr-md-0_5,
  .px-md-0_5 {
    padding-right: 0.5em !important;
  }
  .pb-md-0_5,
  .py-md-0_5 {
    padding-bottom: 0.5em !important;
  }
  .pl-md-0_5,
  .px-md-0_5 {
    padding-left: 0.5em !important;
  }
  .p-md-0_75 {
    padding: 0.75em !important;
  }
  .pt-md-0_75,
  .py-md-0_75 {
    padding-top: 0.75em !important;
  }
  .pr-md-0_75,
  .px-md-0_75 {
    padding-right: 0.75em !important;
  }
  .pb-md-0_75,
  .py-md-0_75 {
    padding-bottom: 0.75em !important;
  }
  .pl-md-0_75,
  .px-md-0_75 {
    padding-left: 0.75em !important;
  }
  .p-md-1 {
    padding: 1em !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1em !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1em !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1em !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1em !important;
  }
  .p-md-1_25 {
    padding: 1.25em !important;
  }
  .pt-md-1_25,
  .py-md-1_25 {
    padding-top: 1.25em !important;
  }
  .pr-md-1_25,
  .px-md-1_25 {
    padding-right: 1.25em !important;
  }
  .pb-md-1_25,
  .py-md-1_25 {
    padding-bottom: 1.25em !important;
  }
  .pl-md-1_25,
  .px-md-1_25 {
    padding-left: 1.25em !important;
  }
  .p-md-1_5 {
    padding: 1.5em !important;
  }
  .pt-md-1_5,
  .py-md-1_5 {
    padding-top: 1.5em !important;
  }
  .pr-md-1_5,
  .px-md-1_5 {
    padding-right: 1.5em !important;
  }
  .pb-md-1_5,
  .py-md-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pl-md-1_5,
  .px-md-1_5 {
    padding-left: 1.5em !important;
  }
  .p-md-1_75 {
    padding: 1.75em !important;
  }
  .pt-md-1_75,
  .py-md-1_75 {
    padding-top: 1.75em !important;
  }
  .pr-md-1_75,
  .px-md-1_75 {
    padding-right: 1.75em !important;
  }
  .pb-md-1_75,
  .py-md-1_75 {
    padding-bottom: 1.75em !important;
  }
  .pl-md-1_75,
  .px-md-1_75 {
    padding-left: 1.75em !important;
  }
  .p-md-2 {
    padding: 2em !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2em !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2em !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2em !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2em !important;
  }
  .p-md-2_5 {
    padding: 2.5em !important;
  }
  .pt-md-2_5,
  .py-md-2_5 {
    padding-top: 2.5em !important;
  }
  .pr-md-2_5,
  .px-md-2_5 {
    padding-right: 2.5em !important;
  }
  .pb-md-2_5,
  .py-md-2_5 {
    padding-bottom: 2.5em !important;
  }
  .pl-md-2_5,
  .px-md-2_5 {
    padding-left: 2.5em !important;
  }
  .p-md-3 {
    padding: 3em !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3em !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3em !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3em !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3em !important;
  }
  .p-md-4 {
    padding: 4em !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4em !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4em !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4em !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4em !important;
  }
  .p-md-5 {
    padding: 5em !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5em !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5em !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5em !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5em !important;
  }
  .p-md-6 {
    padding: 6em !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6em !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6em !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6em !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6em !important;
  }
  .p-md-7 {
    padding: 7em !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7em !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7em !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7em !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7em !important;
  }
  .p-md-8 {
    padding: 8em !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8em !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8em !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8em !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8em !important;
  }
  .p-md-9 {
    padding: 9em !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9em !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9em !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9em !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9em !important;
  }
  .p-md-10 {
    padding: 10em !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10em !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10em !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10em !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10em !important;
  }
  .m-md-n0_25 {
    margin: -0.25em !important;
  }
  .mt-md-n0_25,
  .my-md-n0_25 {
    margin-top: -0.25em !important;
  }
  .mr-md-n0_25,
  .mx-md-n0_25 {
    margin-right: -0.25em !important;
  }
  .mb-md-n0_25,
  .my-md-n0_25 {
    margin-bottom: -0.25em !important;
  }
  .ml-md-n0_25,
  .mx-md-n0_25 {
    margin-left: -0.25em !important;
  }
  .m-md-n0_5 {
    margin: -0.5em !important;
  }
  .mt-md-n0_5,
  .my-md-n0_5 {
    margin-top: -0.5em !important;
  }
  .mr-md-n0_5,
  .mx-md-n0_5 {
    margin-right: -0.5em !important;
  }
  .mb-md-n0_5,
  .my-md-n0_5 {
    margin-bottom: -0.5em !important;
  }
  .ml-md-n0_5,
  .mx-md-n0_5 {
    margin-left: -0.5em !important;
  }
  .m-md-n0_75 {
    margin: -0.75em !important;
  }
  .mt-md-n0_75,
  .my-md-n0_75 {
    margin-top: -0.75em !important;
  }
  .mr-md-n0_75,
  .mx-md-n0_75 {
    margin-right: -0.75em !important;
  }
  .mb-md-n0_75,
  .my-md-n0_75 {
    margin-bottom: -0.75em !important;
  }
  .ml-md-n0_75,
  .mx-md-n0_75 {
    margin-left: -0.75em !important;
  }
  .m-md-n1 {
    margin: -1em !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1em !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1em !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1em !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1em !important;
  }
  .m-md-n1_25 {
    margin: -1.25em !important;
  }
  .mt-md-n1_25,
  .my-md-n1_25 {
    margin-top: -1.25em !important;
  }
  .mr-md-n1_25,
  .mx-md-n1_25 {
    margin-right: -1.25em !important;
  }
  .mb-md-n1_25,
  .my-md-n1_25 {
    margin-bottom: -1.25em !important;
  }
  .ml-md-n1_25,
  .mx-md-n1_25 {
    margin-left: -1.25em !important;
  }
  .m-md-n1_5 {
    margin: -1.5em !important;
  }
  .mt-md-n1_5,
  .my-md-n1_5 {
    margin-top: -1.5em !important;
  }
  .mr-md-n1_5,
  .mx-md-n1_5 {
    margin-right: -1.5em !important;
  }
  .mb-md-n1_5,
  .my-md-n1_5 {
    margin-bottom: -1.5em !important;
  }
  .ml-md-n1_5,
  .mx-md-n1_5 {
    margin-left: -1.5em !important;
  }
  .m-md-n1_75 {
    margin: -1.75em !important;
  }
  .mt-md-n1_75,
  .my-md-n1_75 {
    margin-top: -1.75em !important;
  }
  .mr-md-n1_75,
  .mx-md-n1_75 {
    margin-right: -1.75em !important;
  }
  .mb-md-n1_75,
  .my-md-n1_75 {
    margin-bottom: -1.75em !important;
  }
  .ml-md-n1_75,
  .mx-md-n1_75 {
    margin-left: -1.75em !important;
  }
  .m-md-n2 {
    margin: -2em !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2em !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2em !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2em !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2em !important;
  }
  .m-md-n2_5 {
    margin: -2.5em !important;
  }
  .mt-md-n2_5,
  .my-md-n2_5 {
    margin-top: -2.5em !important;
  }
  .mr-md-n2_5,
  .mx-md-n2_5 {
    margin-right: -2.5em !important;
  }
  .mb-md-n2_5,
  .my-md-n2_5 {
    margin-bottom: -2.5em !important;
  }
  .ml-md-n2_5,
  .mx-md-n2_5 {
    margin-left: -2.5em !important;
  }
  .m-md-n3 {
    margin: -3em !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3em !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3em !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3em !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3em !important;
  }
  .m-md-n4 {
    margin: -4em !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4em !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4em !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4em !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4em !important;
  }
  .m-md-n5 {
    margin: -5em !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5em !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5em !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5em !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5em !important;
  }
  .m-md-n6 {
    margin: -6em !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6em !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6em !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6em !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6em !important;
  }
  .m-md-n7 {
    margin: -7em !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7em !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7em !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7em !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7em !important;
  }
  .m-md-n8 {
    margin: -8em !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8em !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8em !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8em !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8em !important;
  }
  .m-md-n9 {
    margin: -9em !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9em !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9em !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9em !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9em !important;
  }
  .m-md-n10 {
    margin: -10em !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10em !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10em !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10em !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10em !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-0_25 {
    margin: 0.25em !important;
  }
  .mt-lg-0_25,
  .my-lg-0_25 {
    margin-top: 0.25em !important;
  }
  .mr-lg-0_25,
  .mx-lg-0_25 {
    margin-right: 0.25em !important;
  }
  .mb-lg-0_25,
  .my-lg-0_25 {
    margin-bottom: 0.25em !important;
  }
  .ml-lg-0_25,
  .mx-lg-0_25 {
    margin-left: 0.25em !important;
  }
  .m-lg-0_5 {
    margin: 0.5em !important;
  }
  .mt-lg-0_5,
  .my-lg-0_5 {
    margin-top: 0.5em !important;
  }
  .mr-lg-0_5,
  .mx-lg-0_5 {
    margin-right: 0.5em !important;
  }
  .mb-lg-0_5,
  .my-lg-0_5 {
    margin-bottom: 0.5em !important;
  }
  .ml-lg-0_5,
  .mx-lg-0_5 {
    margin-left: 0.5em !important;
  }
  .m-lg-0_75 {
    margin: 0.75em !important;
  }
  .mt-lg-0_75,
  .my-lg-0_75 {
    margin-top: 0.75em !important;
  }
  .mr-lg-0_75,
  .mx-lg-0_75 {
    margin-right: 0.75em !important;
  }
  .mb-lg-0_75,
  .my-lg-0_75 {
    margin-bottom: 0.75em !important;
  }
  .ml-lg-0_75,
  .mx-lg-0_75 {
    margin-left: 0.75em !important;
  }
  .m-lg-1 {
    margin: 1em !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1em !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1em !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1em !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1em !important;
  }
  .m-lg-1_25 {
    margin: 1.25em !important;
  }
  .mt-lg-1_25,
  .my-lg-1_25 {
    margin-top: 1.25em !important;
  }
  .mr-lg-1_25,
  .mx-lg-1_25 {
    margin-right: 1.25em !important;
  }
  .mb-lg-1_25,
  .my-lg-1_25 {
    margin-bottom: 1.25em !important;
  }
  .ml-lg-1_25,
  .mx-lg-1_25 {
    margin-left: 1.25em !important;
  }
  .m-lg-1_5 {
    margin: 1.5em !important;
  }
  .mt-lg-1_5,
  .my-lg-1_5 {
    margin-top: 1.5em !important;
  }
  .mr-lg-1_5,
  .mx-lg-1_5 {
    margin-right: 1.5em !important;
  }
  .mb-lg-1_5,
  .my-lg-1_5 {
    margin-bottom: 1.5em !important;
  }
  .ml-lg-1_5,
  .mx-lg-1_5 {
    margin-left: 1.5em !important;
  }
  .m-lg-1_75 {
    margin: 1.75em !important;
  }
  .mt-lg-1_75,
  .my-lg-1_75 {
    margin-top: 1.75em !important;
  }
  .mr-lg-1_75,
  .mx-lg-1_75 {
    margin-right: 1.75em !important;
  }
  .mb-lg-1_75,
  .my-lg-1_75 {
    margin-bottom: 1.75em !important;
  }
  .ml-lg-1_75,
  .mx-lg-1_75 {
    margin-left: 1.75em !important;
  }
  .m-lg-2 {
    margin: 2em !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2em !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2em !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2em !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2em !important;
  }
  .m-lg-2_5 {
    margin: 2.5em !important;
  }
  .mt-lg-2_5,
  .my-lg-2_5 {
    margin-top: 2.5em !important;
  }
  .mr-lg-2_5,
  .mx-lg-2_5 {
    margin-right: 2.5em !important;
  }
  .mb-lg-2_5,
  .my-lg-2_5 {
    margin-bottom: 2.5em !important;
  }
  .ml-lg-2_5,
  .mx-lg-2_5 {
    margin-left: 2.5em !important;
  }
  .m-lg-3 {
    margin: 3em !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3em !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3em !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3em !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3em !important;
  }
  .m-lg-4 {
    margin: 4em !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4em !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4em !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4em !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4em !important;
  }
  .m-lg-5 {
    margin: 5em !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5em !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5em !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5em !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5em !important;
  }
  .m-lg-6 {
    margin: 6em !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6em !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6em !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6em !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6em !important;
  }
  .m-lg-7 {
    margin: 7em !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7em !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7em !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7em !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7em !important;
  }
  .m-lg-8 {
    margin: 8em !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8em !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8em !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8em !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8em !important;
  }
  .m-lg-9 {
    margin: 9em !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9em !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9em !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9em !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9em !important;
  }
  .m-lg-10 {
    margin: 10em !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10em !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10em !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10em !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10em !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-0_25 {
    padding: 0.25em !important;
  }
  .pt-lg-0_25,
  .py-lg-0_25 {
    padding-top: 0.25em !important;
  }
  .pr-lg-0_25,
  .px-lg-0_25 {
    padding-right: 0.25em !important;
  }
  .pb-lg-0_25,
  .py-lg-0_25 {
    padding-bottom: 0.25em !important;
  }
  .pl-lg-0_25,
  .px-lg-0_25 {
    padding-left: 0.25em !important;
  }
  .p-lg-0_5 {
    padding: 0.5em !important;
  }
  .pt-lg-0_5,
  .py-lg-0_5 {
    padding-top: 0.5em !important;
  }
  .pr-lg-0_5,
  .px-lg-0_5 {
    padding-right: 0.5em !important;
  }
  .pb-lg-0_5,
  .py-lg-0_5 {
    padding-bottom: 0.5em !important;
  }
  .pl-lg-0_5,
  .px-lg-0_5 {
    padding-left: 0.5em !important;
  }
  .p-lg-0_75 {
    padding: 0.75em !important;
  }
  .pt-lg-0_75,
  .py-lg-0_75 {
    padding-top: 0.75em !important;
  }
  .pr-lg-0_75,
  .px-lg-0_75 {
    padding-right: 0.75em !important;
  }
  .pb-lg-0_75,
  .py-lg-0_75 {
    padding-bottom: 0.75em !important;
  }
  .pl-lg-0_75,
  .px-lg-0_75 {
    padding-left: 0.75em !important;
  }
  .p-lg-1 {
    padding: 1em !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1em !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1em !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1em !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1em !important;
  }
  .p-lg-1_25 {
    padding: 1.25em !important;
  }
  .pt-lg-1_25,
  .py-lg-1_25 {
    padding-top: 1.25em !important;
  }
  .pr-lg-1_25,
  .px-lg-1_25 {
    padding-right: 1.25em !important;
  }
  .pb-lg-1_25,
  .py-lg-1_25 {
    padding-bottom: 1.25em !important;
  }
  .pl-lg-1_25,
  .px-lg-1_25 {
    padding-left: 1.25em !important;
  }
  .p-lg-1_5 {
    padding: 1.5em !important;
  }
  .pt-lg-1_5,
  .py-lg-1_5 {
    padding-top: 1.5em !important;
  }
  .pr-lg-1_5,
  .px-lg-1_5 {
    padding-right: 1.5em !important;
  }
  .pb-lg-1_5,
  .py-lg-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pl-lg-1_5,
  .px-lg-1_5 {
    padding-left: 1.5em !important;
  }
  .p-lg-1_75 {
    padding: 1.75em !important;
  }
  .pt-lg-1_75,
  .py-lg-1_75 {
    padding-top: 1.75em !important;
  }
  .pr-lg-1_75,
  .px-lg-1_75 {
    padding-right: 1.75em !important;
  }
  .pb-lg-1_75,
  .py-lg-1_75 {
    padding-bottom: 1.75em !important;
  }
  .pl-lg-1_75,
  .px-lg-1_75 {
    padding-left: 1.75em !important;
  }
  .p-lg-2 {
    padding: 2em !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2em !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2em !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2em !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2em !important;
  }
  .p-lg-2_5 {
    padding: 2.5em !important;
  }
  .pt-lg-2_5,
  .py-lg-2_5 {
    padding-top: 2.5em !important;
  }
  .pr-lg-2_5,
  .px-lg-2_5 {
    padding-right: 2.5em !important;
  }
  .pb-lg-2_5,
  .py-lg-2_5 {
    padding-bottom: 2.5em !important;
  }
  .pl-lg-2_5,
  .px-lg-2_5 {
    padding-left: 2.5em !important;
  }
  .p-lg-3 {
    padding: 3em !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3em !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3em !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3em !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3em !important;
  }
  .p-lg-4 {
    padding: 4em !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4em !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4em !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4em !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4em !important;
  }
  .p-lg-5 {
    padding: 5em !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5em !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5em !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5em !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5em !important;
  }
  .p-lg-6 {
    padding: 6em !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6em !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6em !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6em !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6em !important;
  }
  .p-lg-7 {
    padding: 7em !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7em !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7em !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7em !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7em !important;
  }
  .p-lg-8 {
    padding: 8em !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8em !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8em !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8em !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8em !important;
  }
  .p-lg-9 {
    padding: 9em !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9em !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9em !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9em !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9em !important;
  }
  .p-lg-10 {
    padding: 10em !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10em !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10em !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10em !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10em !important;
  }
  .m-lg-n0_25 {
    margin: -0.25em !important;
  }
  .mt-lg-n0_25,
  .my-lg-n0_25 {
    margin-top: -0.25em !important;
  }
  .mr-lg-n0_25,
  .mx-lg-n0_25 {
    margin-right: -0.25em !important;
  }
  .mb-lg-n0_25,
  .my-lg-n0_25 {
    margin-bottom: -0.25em !important;
  }
  .ml-lg-n0_25,
  .mx-lg-n0_25 {
    margin-left: -0.25em !important;
  }
  .m-lg-n0_5 {
    margin: -0.5em !important;
  }
  .mt-lg-n0_5,
  .my-lg-n0_5 {
    margin-top: -0.5em !important;
  }
  .mr-lg-n0_5,
  .mx-lg-n0_5 {
    margin-right: -0.5em !important;
  }
  .mb-lg-n0_5,
  .my-lg-n0_5 {
    margin-bottom: -0.5em !important;
  }
  .ml-lg-n0_5,
  .mx-lg-n0_5 {
    margin-left: -0.5em !important;
  }
  .m-lg-n0_75 {
    margin: -0.75em !important;
  }
  .mt-lg-n0_75,
  .my-lg-n0_75 {
    margin-top: -0.75em !important;
  }
  .mr-lg-n0_75,
  .mx-lg-n0_75 {
    margin-right: -0.75em !important;
  }
  .mb-lg-n0_75,
  .my-lg-n0_75 {
    margin-bottom: -0.75em !important;
  }
  .ml-lg-n0_75,
  .mx-lg-n0_75 {
    margin-left: -0.75em !important;
  }
  .m-lg-n1 {
    margin: -1em !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1em !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1em !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1em !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1em !important;
  }
  .m-lg-n1_25 {
    margin: -1.25em !important;
  }
  .mt-lg-n1_25,
  .my-lg-n1_25 {
    margin-top: -1.25em !important;
  }
  .mr-lg-n1_25,
  .mx-lg-n1_25 {
    margin-right: -1.25em !important;
  }
  .mb-lg-n1_25,
  .my-lg-n1_25 {
    margin-bottom: -1.25em !important;
  }
  .ml-lg-n1_25,
  .mx-lg-n1_25 {
    margin-left: -1.25em !important;
  }
  .m-lg-n1_5 {
    margin: -1.5em !important;
  }
  .mt-lg-n1_5,
  .my-lg-n1_5 {
    margin-top: -1.5em !important;
  }
  .mr-lg-n1_5,
  .mx-lg-n1_5 {
    margin-right: -1.5em !important;
  }
  .mb-lg-n1_5,
  .my-lg-n1_5 {
    margin-bottom: -1.5em !important;
  }
  .ml-lg-n1_5,
  .mx-lg-n1_5 {
    margin-left: -1.5em !important;
  }
  .m-lg-n1_75 {
    margin: -1.75em !important;
  }
  .mt-lg-n1_75,
  .my-lg-n1_75 {
    margin-top: -1.75em !important;
  }
  .mr-lg-n1_75,
  .mx-lg-n1_75 {
    margin-right: -1.75em !important;
  }
  .mb-lg-n1_75,
  .my-lg-n1_75 {
    margin-bottom: -1.75em !important;
  }
  .ml-lg-n1_75,
  .mx-lg-n1_75 {
    margin-left: -1.75em !important;
  }
  .m-lg-n2 {
    margin: -2em !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2em !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2em !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2em !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2em !important;
  }
  .m-lg-n2_5 {
    margin: -2.5em !important;
  }
  .mt-lg-n2_5,
  .my-lg-n2_5 {
    margin-top: -2.5em !important;
  }
  .mr-lg-n2_5,
  .mx-lg-n2_5 {
    margin-right: -2.5em !important;
  }
  .mb-lg-n2_5,
  .my-lg-n2_5 {
    margin-bottom: -2.5em !important;
  }
  .ml-lg-n2_5,
  .mx-lg-n2_5 {
    margin-left: -2.5em !important;
  }
  .m-lg-n3 {
    margin: -3em !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3em !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3em !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3em !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3em !important;
  }
  .m-lg-n4 {
    margin: -4em !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4em !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4em !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4em !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4em !important;
  }
  .m-lg-n5 {
    margin: -5em !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5em !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5em !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5em !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5em !important;
  }
  .m-lg-n6 {
    margin: -6em !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6em !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6em !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6em !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6em !important;
  }
  .m-lg-n7 {
    margin: -7em !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7em !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7em !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7em !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7em !important;
  }
  .m-lg-n8 {
    margin: -8em !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8em !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8em !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8em !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8em !important;
  }
  .m-lg-n9 {
    margin: -9em !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9em !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9em !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9em !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9em !important;
  }
  .m-lg-n10 {
    margin: -10em !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10em !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10em !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10em !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10em !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-0_25 {
    margin: 0.25em !important;
  }
  .mt-xl-0_25,
  .my-xl-0_25 {
    margin-top: 0.25em !important;
  }
  .mr-xl-0_25,
  .mx-xl-0_25 {
    margin-right: 0.25em !important;
  }
  .mb-xl-0_25,
  .my-xl-0_25 {
    margin-bottom: 0.25em !important;
  }
  .ml-xl-0_25,
  .mx-xl-0_25 {
    margin-left: 0.25em !important;
  }
  .m-xl-0_5 {
    margin: 0.5em !important;
  }
  .mt-xl-0_5,
  .my-xl-0_5 {
    margin-top: 0.5em !important;
  }
  .mr-xl-0_5,
  .mx-xl-0_5 {
    margin-right: 0.5em !important;
  }
  .mb-xl-0_5,
  .my-xl-0_5 {
    margin-bottom: 0.5em !important;
  }
  .ml-xl-0_5,
  .mx-xl-0_5 {
    margin-left: 0.5em !important;
  }
  .m-xl-0_75 {
    margin: 0.75em !important;
  }
  .mt-xl-0_75,
  .my-xl-0_75 {
    margin-top: 0.75em !important;
  }
  .mr-xl-0_75,
  .mx-xl-0_75 {
    margin-right: 0.75em !important;
  }
  .mb-xl-0_75,
  .my-xl-0_75 {
    margin-bottom: 0.75em !important;
  }
  .ml-xl-0_75,
  .mx-xl-0_75 {
    margin-left: 0.75em !important;
  }
  .m-xl-1 {
    margin: 1em !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1em !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1em !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1em !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1em !important;
  }
  .m-xl-1_25 {
    margin: 1.25em !important;
  }
  .mt-xl-1_25,
  .my-xl-1_25 {
    margin-top: 1.25em !important;
  }
  .mr-xl-1_25,
  .mx-xl-1_25 {
    margin-right: 1.25em !important;
  }
  .mb-xl-1_25,
  .my-xl-1_25 {
    margin-bottom: 1.25em !important;
  }
  .ml-xl-1_25,
  .mx-xl-1_25 {
    margin-left: 1.25em !important;
  }
  .m-xl-1_5 {
    margin: 1.5em !important;
  }
  .mt-xl-1_5,
  .my-xl-1_5 {
    margin-top: 1.5em !important;
  }
  .mr-xl-1_5,
  .mx-xl-1_5 {
    margin-right: 1.5em !important;
  }
  .mb-xl-1_5,
  .my-xl-1_5 {
    margin-bottom: 1.5em !important;
  }
  .ml-xl-1_5,
  .mx-xl-1_5 {
    margin-left: 1.5em !important;
  }
  .m-xl-1_75 {
    margin: 1.75em !important;
  }
  .mt-xl-1_75,
  .my-xl-1_75 {
    margin-top: 1.75em !important;
  }
  .mr-xl-1_75,
  .mx-xl-1_75 {
    margin-right: 1.75em !important;
  }
  .mb-xl-1_75,
  .my-xl-1_75 {
    margin-bottom: 1.75em !important;
  }
  .ml-xl-1_75,
  .mx-xl-1_75 {
    margin-left: 1.75em !important;
  }
  .m-xl-2 {
    margin: 2em !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2em !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2em !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2em !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2em !important;
  }
  .m-xl-2_5 {
    margin: 2.5em !important;
  }
  .mt-xl-2_5,
  .my-xl-2_5 {
    margin-top: 2.5em !important;
  }
  .mr-xl-2_5,
  .mx-xl-2_5 {
    margin-right: 2.5em !important;
  }
  .mb-xl-2_5,
  .my-xl-2_5 {
    margin-bottom: 2.5em !important;
  }
  .ml-xl-2_5,
  .mx-xl-2_5 {
    margin-left: 2.5em !important;
  }
  .m-xl-3 {
    margin: 3em !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3em !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3em !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3em !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3em !important;
  }
  .m-xl-4 {
    margin: 4em !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4em !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4em !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4em !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4em !important;
  }
  .m-xl-5 {
    margin: 5em !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5em !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5em !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5em !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5em !important;
  }
  .m-xl-6 {
    margin: 6em !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6em !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6em !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6em !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6em !important;
  }
  .m-xl-7 {
    margin: 7em !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7em !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7em !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7em !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7em !important;
  }
  .m-xl-8 {
    margin: 8em !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8em !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8em !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8em !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8em !important;
  }
  .m-xl-9 {
    margin: 9em !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9em !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9em !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9em !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9em !important;
  }
  .m-xl-10 {
    margin: 10em !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10em !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10em !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10em !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10em !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-0_25 {
    padding: 0.25em !important;
  }
  .pt-xl-0_25,
  .py-xl-0_25 {
    padding-top: 0.25em !important;
  }
  .pr-xl-0_25,
  .px-xl-0_25 {
    padding-right: 0.25em !important;
  }
  .pb-xl-0_25,
  .py-xl-0_25 {
    padding-bottom: 0.25em !important;
  }
  .pl-xl-0_25,
  .px-xl-0_25 {
    padding-left: 0.25em !important;
  }
  .p-xl-0_5 {
    padding: 0.5em !important;
  }
  .pt-xl-0_5,
  .py-xl-0_5 {
    padding-top: 0.5em !important;
  }
  .pr-xl-0_5,
  .px-xl-0_5 {
    padding-right: 0.5em !important;
  }
  .pb-xl-0_5,
  .py-xl-0_5 {
    padding-bottom: 0.5em !important;
  }
  .pl-xl-0_5,
  .px-xl-0_5 {
    padding-left: 0.5em !important;
  }
  .p-xl-0_75 {
    padding: 0.75em !important;
  }
  .pt-xl-0_75,
  .py-xl-0_75 {
    padding-top: 0.75em !important;
  }
  .pr-xl-0_75,
  .px-xl-0_75 {
    padding-right: 0.75em !important;
  }
  .pb-xl-0_75,
  .py-xl-0_75 {
    padding-bottom: 0.75em !important;
  }
  .pl-xl-0_75,
  .px-xl-0_75 {
    padding-left: 0.75em !important;
  }
  .p-xl-1 {
    padding: 1em !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1em !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1em !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1em !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1em !important;
  }
  .p-xl-1_25 {
    padding: 1.25em !important;
  }
  .pt-xl-1_25,
  .py-xl-1_25 {
    padding-top: 1.25em !important;
  }
  .pr-xl-1_25,
  .px-xl-1_25 {
    padding-right: 1.25em !important;
  }
  .pb-xl-1_25,
  .py-xl-1_25 {
    padding-bottom: 1.25em !important;
  }
  .pl-xl-1_25,
  .px-xl-1_25 {
    padding-left: 1.25em !important;
  }
  .p-xl-1_5 {
    padding: 1.5em !important;
  }
  .pt-xl-1_5,
  .py-xl-1_5 {
    padding-top: 1.5em !important;
  }
  .pr-xl-1_5,
  .px-xl-1_5 {
    padding-right: 1.5em !important;
  }
  .pb-xl-1_5,
  .py-xl-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pl-xl-1_5,
  .px-xl-1_5 {
    padding-left: 1.5em !important;
  }
  .p-xl-1_75 {
    padding: 1.75em !important;
  }
  .pt-xl-1_75,
  .py-xl-1_75 {
    padding-top: 1.75em !important;
  }
  .pr-xl-1_75,
  .px-xl-1_75 {
    padding-right: 1.75em !important;
  }
  .pb-xl-1_75,
  .py-xl-1_75 {
    padding-bottom: 1.75em !important;
  }
  .pl-xl-1_75,
  .px-xl-1_75 {
    padding-left: 1.75em !important;
  }
  .p-xl-2 {
    padding: 2em !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2em !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2em !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2em !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2em !important;
  }
  .p-xl-2_5 {
    padding: 2.5em !important;
  }
  .pt-xl-2_5,
  .py-xl-2_5 {
    padding-top: 2.5em !important;
  }
  .pr-xl-2_5,
  .px-xl-2_5 {
    padding-right: 2.5em !important;
  }
  .pb-xl-2_5,
  .py-xl-2_5 {
    padding-bottom: 2.5em !important;
  }
  .pl-xl-2_5,
  .px-xl-2_5 {
    padding-left: 2.5em !important;
  }
  .p-xl-3 {
    padding: 3em !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3em !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3em !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3em !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3em !important;
  }
  .p-xl-4 {
    padding: 4em !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4em !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4em !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4em !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4em !important;
  }
  .p-xl-5 {
    padding: 5em !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5em !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5em !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5em !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5em !important;
  }
  .p-xl-6 {
    padding: 6em !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6em !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6em !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6em !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6em !important;
  }
  .p-xl-7 {
    padding: 7em !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7em !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7em !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7em !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7em !important;
  }
  .p-xl-8 {
    padding: 8em !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8em !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8em !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8em !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8em !important;
  }
  .p-xl-9 {
    padding: 9em !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9em !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9em !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9em !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9em !important;
  }
  .p-xl-10 {
    padding: 10em !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10em !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10em !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10em !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10em !important;
  }
  .m-xl-n0_25 {
    margin: -0.25em !important;
  }
  .mt-xl-n0_25,
  .my-xl-n0_25 {
    margin-top: -0.25em !important;
  }
  .mr-xl-n0_25,
  .mx-xl-n0_25 {
    margin-right: -0.25em !important;
  }
  .mb-xl-n0_25,
  .my-xl-n0_25 {
    margin-bottom: -0.25em !important;
  }
  .ml-xl-n0_25,
  .mx-xl-n0_25 {
    margin-left: -0.25em !important;
  }
  .m-xl-n0_5 {
    margin: -0.5em !important;
  }
  .mt-xl-n0_5,
  .my-xl-n0_5 {
    margin-top: -0.5em !important;
  }
  .mr-xl-n0_5,
  .mx-xl-n0_5 {
    margin-right: -0.5em !important;
  }
  .mb-xl-n0_5,
  .my-xl-n0_5 {
    margin-bottom: -0.5em !important;
  }
  .ml-xl-n0_5,
  .mx-xl-n0_5 {
    margin-left: -0.5em !important;
  }
  .m-xl-n0_75 {
    margin: -0.75em !important;
  }
  .mt-xl-n0_75,
  .my-xl-n0_75 {
    margin-top: -0.75em !important;
  }
  .mr-xl-n0_75,
  .mx-xl-n0_75 {
    margin-right: -0.75em !important;
  }
  .mb-xl-n0_75,
  .my-xl-n0_75 {
    margin-bottom: -0.75em !important;
  }
  .ml-xl-n0_75,
  .mx-xl-n0_75 {
    margin-left: -0.75em !important;
  }
  .m-xl-n1 {
    margin: -1em !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1em !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1em !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1em !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1em !important;
  }
  .m-xl-n1_25 {
    margin: -1.25em !important;
  }
  .mt-xl-n1_25,
  .my-xl-n1_25 {
    margin-top: -1.25em !important;
  }
  .mr-xl-n1_25,
  .mx-xl-n1_25 {
    margin-right: -1.25em !important;
  }
  .mb-xl-n1_25,
  .my-xl-n1_25 {
    margin-bottom: -1.25em !important;
  }
  .ml-xl-n1_25,
  .mx-xl-n1_25 {
    margin-left: -1.25em !important;
  }
  .m-xl-n1_5 {
    margin: -1.5em !important;
  }
  .mt-xl-n1_5,
  .my-xl-n1_5 {
    margin-top: -1.5em !important;
  }
  .mr-xl-n1_5,
  .mx-xl-n1_5 {
    margin-right: -1.5em !important;
  }
  .mb-xl-n1_5,
  .my-xl-n1_5 {
    margin-bottom: -1.5em !important;
  }
  .ml-xl-n1_5,
  .mx-xl-n1_5 {
    margin-left: -1.5em !important;
  }
  .m-xl-n1_75 {
    margin: -1.75em !important;
  }
  .mt-xl-n1_75,
  .my-xl-n1_75 {
    margin-top: -1.75em !important;
  }
  .mr-xl-n1_75,
  .mx-xl-n1_75 {
    margin-right: -1.75em !important;
  }
  .mb-xl-n1_75,
  .my-xl-n1_75 {
    margin-bottom: -1.75em !important;
  }
  .ml-xl-n1_75,
  .mx-xl-n1_75 {
    margin-left: -1.75em !important;
  }
  .m-xl-n2 {
    margin: -2em !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2em !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2em !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2em !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2em !important;
  }
  .m-xl-n2_5 {
    margin: -2.5em !important;
  }
  .mt-xl-n2_5,
  .my-xl-n2_5 {
    margin-top: -2.5em !important;
  }
  .mr-xl-n2_5,
  .mx-xl-n2_5 {
    margin-right: -2.5em !important;
  }
  .mb-xl-n2_5,
  .my-xl-n2_5 {
    margin-bottom: -2.5em !important;
  }
  .ml-xl-n2_5,
  .mx-xl-n2_5 {
    margin-left: -2.5em !important;
  }
  .m-xl-n3 {
    margin: -3em !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3em !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3em !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3em !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3em !important;
  }
  .m-xl-n4 {
    margin: -4em !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4em !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4em !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4em !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4em !important;
  }
  .m-xl-n5 {
    margin: -5em !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5em !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5em !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5em !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5em !important;
  }
  .m-xl-n6 {
    margin: -6em !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6em !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6em !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6em !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6em !important;
  }
  .m-xl-n7 {
    margin: -7em !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7em !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7em !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7em !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7em !important;
  }
  .m-xl-n8 {
    margin: -8em !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8em !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8em !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8em !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8em !important;
  }
  .m-xl-n9 {
    margin: -9em !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9em !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9em !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9em !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9em !important;
  }
  .m-xl-n10 {
    margin: -10em !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10em !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10em !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10em !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10em !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 767.98px) {
  .hidden_mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .hidden_tablet {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hidden_desktop {
    display: none !important;
  }
}

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

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

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

@media (min-width: 600px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: black;
  background: white;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

body {
  font-family: "Roboto", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 160%;
  position: relative;
  overflow-x: hidden;
  /*&:after {
  	position: fixed;
  	display: block;
  	width: 2rem;
  	height: 2rem;
  	top: 0;
  	left: 0;
  	z-index: 10000;
  	content: 'XS';
  	@include break-up(sm) {
  		content: 'SM';
  	}

  	@include break-up(md) {
  		content: 'MD';
  	}

  	@include break-up(lg) {
  		content: 'LG';
  	}

  	@include break-up(xl) {
  		content: 'XL';
  	}
  }*/
}
body.menu-open {
  overflow: hidden;
  height: 100vh; /* Optional: helps prevent bounce on iOS */
}
body.menu-open .banner_bar {
  padding-right: calc(1rem + 15px);
}

#cookie-notice {
  bottom: 2rem;
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  font-family: open-sans, sans-serif !important;
}

.cookie-notice-container {
  width: auto !important;
  background: linear-gradient(90deg, #16788c, #237741);
  padding: 5px 15px !important;
  border-radius: 50px;
}

video {
  width: 100%;
}

.container {
  max-width: 1312px;
  margin: 0 auto;
}
.members_wrapper .container {
  max-width: 100%;
}

:root {
  --container-width: calc(100% - 2rem);
}
@media (min-width: 600px) {
  :root {
    --container-width: calc(100% - 3rem);
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(100% - 4rem);
  }
}
@media (min-width: 1080px) {
  :root {
    --container-width: calc(100% - 5rem);
  }
}
@media (min-width: 1440px) {
  :root {
    --container-width: 1312px;
  }
}

section,
div.TitleSection {
  padding: 0 1rem;
}
@media (min-width: 600px) {
  section,
  div.TitleSection {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  section,
  div.TitleSection {
    padding: 0 2rem;
  }
}
@media (min-width: 1080px) {
  section,
  div.TitleSection {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1440px) {
  section,
  div.TitleSection {
    padding: 0 4rem;
  }
}

#content {
  min-height: 100px;
  font-family: "Roboto", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 160%;
  padding-bottom: 5rem;
}
#content section,
#content div.TitleSection {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#content form {
  justify-content: center;
}
#content form .mc4wp-form-fields {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#content form .mc4wp-form-fields input[type=email] {
  width: 80%;
  margin-right: 1rem;
}
#content form .mc4wp-form-fields .signup_email {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid grey;
}
#content iframe {
  width: 100%;
  height: 50vh;
}

.noselect {
  user-select: none;
}

/* Slick */
ul.slick-dots {
  bottom: -5rem;
}
ul.slick-dots li.slick-active button .slick-dot-icon:before {
  font-size: 12px;
  margin-top: 0;
  margin-left: 0;
}
ul.slick-dots li button:focus .slick-dot-icon:before {
  color: black !important;
}
ul.slick-dots li:before {
  display: none;
}

.slick-arrow .slick-next-icon:before,
.slick-arrow .slick-prev-icon:before {
  content: "" !important;
  background: url("../../dist/images/arrow_button.svg") center center no-repeat !important;
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  border: 2px solid var(--wp--preset--color--white-buttons-gray, #d5d7da);
  border-radius: 0.6rem;
  padding: 0.15rem;
}
.slick-arrow .slick-next-icon:before:hover,
.slick-arrow .slick-prev-icon:before:hover {
  cursor: pointer;
}

.slick-arrow .slick-prev-icon:before {
  transform: rotate(180deg) !important;
}

.slick-arrow .slick-next-icon:is(:hover, :focus):before,
.slick-arrow .slick-prev-icon:is(:hover, :focus):before {
  border-top-color: var(--wp--preset--color--buttons-gray, #525252);
  border-right-color: var(--wp--preset--color--buttons-gray, #525252);
  border-bottom-color: var(--wp--preset--color--buttons-gray, #525252);
  border-left-color: var(--wp--preset--color--buttons-gray, #525252);
}

.slick-next {
  right: 0.75rem !important;
}

.slick-prev {
  left: 0rem !important;
}

.slick-next,
.slick-prev {
  width: 2rem !important;
  height: 2rem !important;
  z-index: 1000;
}

.slick-autoplay-toggle-button {
  top: -2rem;
  right: 0;
  left: auto !important;
  bottom: auto !important;
  background: #d4d4d4 !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-autoplay-toggle-button span {
  margin-top: 0.25rem;
  color: #404040 !important;
}
.slick-autoplay-toggle-button span:focus {
  color: #347a83 !important;
}

/* Pagination */
.wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current {
  display: inline-block;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  border: 2px solid var(--wp--preset--color--white-buttons-gray, #d5d7da);
  border-radius: 0.6rem;
  padding: 0.25rem 0.75rem;
}
.wp-pagenavi a.page-numbers {
  padding: 0.35rem 0.75rem;
  color: #404040;
  text-decoration: none;
}
.wp-pagenavi a.page-numbers:hover {
  text-decoration: underline;
}
.wp-pagenavi a.next {
  right: 0;
  display: inline-block;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  border: 2px solid var(--wp--preset--color--white-buttons-gray, #d5d7da);
  border-radius: 0.6rem;
  padding: 0.25rem 2.25rem 0.25rem 0.75rem;
  position: absolute;
}
.wp-pagenavi a.next:hover {
  cursor: pointer;
  text-decoration: none;
}
.wp-pagenavi a.next:after {
  content: "" !important;
  background: url("../../dist/images/arrow_button.svg") center center no-repeat !important;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0.55rem;
  left: 3.5rem;
}
.wp-pagenavi a.prev {
  left: 0;
  display: inline-block;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  border: 2px solid var(--wp--preset--color--white-buttons-gray, #d5d7da);
  border-radius: 0.6rem;
  padding: 0.25rem 0.75rem 0.25rem 2.25rem;
  position: absolute;
}
.wp-pagenavi a.prev:hover {
  cursor: pointer;
  text-decoration: none;
}
.wp-pagenavi a.prev:before {
  content: "" !important;
  background: url("../../dist/images/arrow_button.svg") center center no-repeat !important;
  transform: rotate(180deg) !important;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0.55rem;
  left: 0.5rem;
}

body.um-login,
body.um-password {
  overflow: hidden;
}
@media screen and (max-height: 700px) {
  body.um-login,
  body.um-password {
    overflow-y: visible;
  }
}

body.um-page #content {
  background: white;
  height: 100vh;
  padding-bottom: 0;
}
body.um-page #content article {
  height: 100%;
}
body.um-page #content article .page_content {
  height: 100%;
  position: relative;
}
body.um-page #content article .page_content .container {
  height: 100%;
}
body.um-page #content article .page_content .container .left_column {
  height: calc(100% - 5rem);
  padding-top: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (min-width: 1080px) {
  body.um-page #content article .page_content .container .left_column {
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
body.um-page #content article .page_content .container .right_column {
  display: none;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 50%;
}
@media (min-width: 1080px) {
  body.um-page #content article .page_content .container .right_column {
    display: block;
  }
}
body.um-page #content article .page_content .container .right_column figure {
  width: 100%;
  height: 100%;
}
body.um-page #content article .page_content .container .right_column figure img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

body.um-page-register #content {
  height: auto !important;
}
body.um-page-register #content article .page_content .container .left_column {
  height: auto !important;
  padding-top: 10rem;
  display: block;
}

.um_request_name {
  display: none !important;
}

.um-page-register form input[type=text],
.um-page-register form input[type=password],
.um-password form input[type=text],
.um-login form input[type=text],
.um-login form input[type=password] {
  border-radius: 8px;
  width: calc(100% - 2rem) !important;
  padding: 0.25rem 1rem !important;
  box-sizing: content-box !important;
}

.um-page-register form .um-field .select2.select2-container .select2-selection {
  border-radius: 8px !important;
  width: calc(100% - 2rem) !important;
  padding: 0.25rem 1rem !important;
  box-sizing: content-box !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}

.um-login form .um-field-checkbox-option,
.um-password form .um-field-checkbox-option,
.um-register form .um-field-checkbox-option {
  color: #404040 !important;
}
.um-login form input[type=submit],
.um-password form input[type=submit],
.um-register form input[type=submit] {
  align-items: center;
  background-color: #347a83 !important;
  box-shadow: inset 0 2px 2px 0rem rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  display: inline-flex;
  font-family: Inter, sans-serif !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.25s ease 0s;
  border: 2px solid #347a83 !important;
  border-radius: 0.6rem !important;
  padding: 0.75rem 1.25rem !important;
}
.um-login form input[type=submit]:hover,
.um-password form input[type=submit]:hover,
.um-register form input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.um-login form input[type=submit]:is(:hover, :focus),
.um-password form input[type=submit]:is(:hover, :focus),
.um-register form input[type=submit]:is(:hover, :focus) {
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.um-login form a.um-alt,
.um-password form a.um-alt,
.um-register form a.um-alt {
  align-items: center;
  text-align: center !important;
  background-color: #ffffff !important;
  color: #347a83 !important;
  cursor: pointer;
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.25s ease 0s;
  border: 2px solid #a7d6dd !important;
  border-radius: 0.6rem !important;
  padding: 0.75rem 1.25rem !important;
}
.um-login form a.um-alt:hover,
.um-password form a.um-alt:hover,
.um-register form a.um-alt:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.um-login form a.um-alt:is(:hover, :focus),
.um-password form a.um-alt:is(:hover, :focus),
.um-register form a.um-alt:is(:hover, :focus) {
  border-top-color: #347a83 !important;
  border-right-color: #347a83 !important;
  border-bottom-color: #347a83 !important;
  border-left-color: #347a83 !important;
}
.um-login form a.um-link-alt,
.um-password form a.um-link-alt,
.um-register form a.um-link-alt {
  color: #347a83 !important;
  font-weight: bold;
}

.um-password form .um-field-block {
  color: #404040 !important;
}

.um-field-block,
.um-field-area .um-field-radio-option {
  color: black !important;
}

.um-page .um-form input[type=password].um-iconed,
.um-page .um-form input[type=tel].um-iconed,
.um-page .um-form input[type=text].um-iconed {
  padding-left: 0 !important;
}

/* Members selector for Mobile */
#members_result_container {
  margin-top: 2rem;
}
#members_result_container .member_card {
  background: white;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  overflow: hidden;
}

.member_selector {
  display: flex;
  align-items: center;
}
.member_selector .um-field-society {
  width: 100%;
}
.member_selector .um-field-society .um-field-area {
  width: 100%;
}
.member_selector .member_search {
  margin-left: 1rem;
  margin-right: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  height: 100%;
  display: flex;
}
.member_selector .directory_select.select2-hidden-accessible {
  display: block !important;
  width: 100%;
}
.member_selector .select2 {
  padding: 0.75rem 1rem !important;
  border-radius: 8px !important;
  background: white !important;
  border: 1px solid #d4d4d4;
  width: 100% !important;
}
.member_selector .select2-container--default .select2-selection--single {
  border: none;
}
.member_selector .select2-container--default .select2-selection__arrow {
  display: inline-block !important;
  width: 34px !important;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 15%;
  text-align: center;
  background: 0 0 !important;
  border: none !important;
}
.member_selector .select2-container--default .select2-selection__arrow::before {
  content: "\f3d0" !important;
  font-size: 28px !important;
  font-family: Ionicons !important;
  display: block;
  height: 100%;
  line-height: 40px;
  min-width: 1em;
  text-align: center;
  color: #aaa;
}
.member_selector .select2-container--default .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black !important;
}

#content section.news_heading {
  background-color: #1f4a50;
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content section.news_heading:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url(../../dist/images/iso_dark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -35vw;
  width: 70vw;
  height: 70vw;
  right: -25vw;
  opacity: 0.5;
  z-index: 5;
}
@media (min-width: 768px) {
  #content section.news_heading:before {
    margin-top: -28vw;
    width: 56vw;
    height: 56vw;
    right: -15vw;
  }
}
@media (min-width: 1080px) {
  #content section.news_heading:before {
    margin-top: -20vw;
    width: 40vw;
    height: 40vw;
    right: -10vw;
  }
}
@media (min-width: 1440px) {
  #content section.news_heading:before {
    margin-top: -10vw;
    width: 20vw;
    height: 20vw;
    right: 0;
  }
}
#content section.news_heading .container {
  width: 100%;
  max-width: 768px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
#content section.news_meta .container {
  width: 100%;
  max-width: 768px;
}
#content section.news_meta .container .meta_flex {
  display: flex;
  justify-content: space-between;
}
#content section.news_meta .container .meta_flex .breadcrumb {
  display: flex;
  gap: 2rem;
}
#content section.news_meta .container .meta_flex .breadcrumb a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#content section.news_meta .container .meta_flex .breadcrumb a:hover {
  text-decoration: underline;
}
#content section.news_meta .container .meta_flex .breadcrumb a:first-child {
  position: relative;
}
#content section.news_meta .container .meta_flex .breadcrumb a:first-child:after {
  position: absolute;
  content: ">";
  color: black;
  right: -1.25rem;
}
#content section.news_meta .container .meta_flex .social_share {
  display: flex;
  gap: 0.5rem;
}
#content section.news_content .container {
  width: 100%;
  max-width: 768px;
}
#content section.news_content .container img {
  border-radius: 0.5rem;
}
#content section.news_content .container .tags {
  display: flex;
  gap: 1rem;
}
#content section.news_content .container .tags a {
  background: white;
  border: 1px solid var(--wp--preset--color--borders-teal, #a7d6dd);
  padding: 0.25rem 0.5rem;
  color: #347a83;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 1rem;
  line-height: 0.8rem;
  text-decoration: none;
}
#content section.news_share .container {
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#content section.news_share .container .social_share_bottom {
  display: flex;
  gap: 0.5rem;
}
#content section.news_share .container p {
  font-size: 1.2rem;
  color: black;
}
#content .sharing-button {
  width: 2rem;
  height: 2rem;
  display: block;
  transition: 0.25s all ease-out;
}
#content .sharing-button.share_facebook a {
  background: url("../../dist/images/share-facebook.svg") center center no-repeat;
  text-indent: -9999px;
  display: block;
  width: 2rem;
  height: 2rem;
}
#content .sharing-button.share_linkedin a {
  background: url("../../dist/images/share-linkedin.svg") center center no-repeat;
  text-indent: -9999px;
  display: block;
  width: 2rem;
  height: 2rem;
}
#content .sharing-button.share_twitter a {
  background: url("../../dist/images/share-twitter.svg") center center no-repeat;
  text-indent: -9999px;
  display: block;
  width: 2rem;
  height: 2rem;
}
#content .sharing-button.share_email a {
  background: url("../../dist/images/share-email.svg") center center no-repeat;
  text-indent: -9999px;
  display: block;
  width: 2rem;
  height: 2rem;
}
#content .sharing-button:hover {
  opacity: 0.65;
  transition: 0.25s all ease-out;
}

.news_results_list {
  gap: 2em;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .news_results_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .news_results_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news_results_list a figure {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  height: 248px;
  overflow: hidden;
}
.news_results_list a figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news_results_list .cpt_entry {
  transition: all 0.3s ease-in-out;
}
.news_results_list .cpt_entry:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.news_results_list .cpt_entry:hover a figure img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.news_results_list h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.news_results_list h3 a {
  color: black;
  text-decoration: none;
}
.news_results_list h3 a:hover {
  text-decoration: underline;
}

.single-videos_and_webinars main .page_content .video_webinar_detail figure img,
.single-video main .page_content .video_webinar_detail figure img {
  width: 100%;
}
.single-videos_and_webinars main .page_content .webinar_intro,
.single-video main .page_content .webinar_intro {
  padding: 3rem;
}
.single-videos_and_webinars main .page_content .webinar_title,
.single-video main .page_content .webinar_title {
  text-align: center;
}
.single-videos_and_webinars main .page_content .webinar_title h1,
.single-video main .page_content .webinar_title h1 {
  text-align: center;
}
.single-videos_and_webinars main .page_content .topics_heading,
.single-video main .page_content .topics_heading {
  font-weight: bold;
  padding-bottom: 1rem;
}
.single-videos_and_webinars main .page_content .single_date,
.single-video main .page_content .single_date {
  padding-bottom: 1rem;
}
.single-videos_and_webinars main .page_content .SmallCircularImage,
.single-video main .page_content .SmallCircularImage {
  border: 3px solid #d4d4d4;
}
.single-videos_and_webinars main .page_content .video_webinar_heading,
.single-video main .page_content .video_webinar_heading {
  background: white;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.single-videos_and_webinars main .page_content .video_webinar_heading .video_webinar_buttons,
.single-video main .page_content .video_webinar_heading .video_webinar_buttons {
  padding-top: 1.5rem;
}
.single-videos_and_webinars main .page_content .video_webinar_and_presenters,
.single-video main .page_content .video_webinar_and_presenters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media (min-width: 768px) {
  .single-videos_and_webinars main .page_content .video_webinar_and_presenters,
  .single-video main .page_content .video_webinar_and_presenters {
    grid-template-columns: 1fr 1fr;
  }
}
.single-videos_and_webinars main .page_content .video_webinar_detail figure,
.single-video main .page_content .video_webinar_detail figure {
  width: 100%;
}
.single-videos_and_webinars main .page_content iframe,
.single-video main .page_content iframe {
  aspect-ratio: 16/9;
  height: 100% !important;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}

.single-abstracts main .page_content .abstract_title {
  text-align: center;
}
.single-abstracts main .page_content .abstract_title h1 {
  text-align: center;
}
.single-abstracts main .page_content .abstract_and_info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media (min-width: 768px) {
  .single-abstracts main .page_content .abstract_and_info {
    grid-template-columns: 1fr 1fr;
  }
}
.single-abstracts main .page_content .abstract_and_info .abstract_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 3rem;
}
.single-abstracts main .page_content .abstract_and_info h4 {
  color: black;
}
.single-abstracts main .page_content .abstract_and_info .document-info-row {
  margin-bottom: 1rem;
}
.single-abstracts main .page_content .abstract_and_info .document-info-row p {
  padding-bottom: 0;
}

.single-magazines main .page_content .magazine_and_summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media (min-width: 768px) {
  .single-magazines main .page_content .magazine_and_summary {
    grid-template-columns: 1fr 1fr;
  }
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover {
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.9;
  background: #347a83;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover h3 {
  color: white;
  padding-bottom: 1rem;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover .magazine_date {
  color: white;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover .see_details_magazine {
  position: absolute;
  bottom: 1rem;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover .magazine_number {
  position: absolute;
  right: 0;
  top: 1rem;
  background: #f4fafb;
  border: 1px solid var(--wp--preset--color--borders-teal, #a7d6dd);
  padding: 0.25rem 0.5rem;
  color: #347a83;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 1rem;
  line-height: 0.8rem;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover .magazine_bg {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover .magazine_bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-magazines main .page_content .magazine_and_summary .magazine_cover .magazine_texts {
  position: absolute;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  z-index: 10;
}

.search_results {
  gap: 2em !important;
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .search_results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .search_results {
    grid-template-columns: repeat(3, 1fr);
  }
}
.search_results li {
  transition: all 0.3s ease-in-out;
}
.search_results li:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.search_results li:hover a figure img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.search_results li:before {
  display: none !important;
}
.search_results li h3 {
  font-size: 1.5rem !important;
}
.search_results li h3 a {
  color: black !important;
  text-decoration: none !important;
}
.search_results li h3 a:hover {
  text-decoration: underline !important;
}
.search_results li .type_tag {
  background: #f4fafb;
  border: 1px solid var(--wp--preset--color--borders-teal, #a7d6dd);
  padding: 0.25rem 0.5rem;
  color: #347a83;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 1rem;
  line-height: 0.8rem;
}

/* HEADROOM */
.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  transition: all 0.5s ease-out;
  background: white;
  z-index: 500;
}
.headroom.headroom--not-top {
  background: white;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.headroom.headroom--top {
  transform: translateY(0);
}

.headroom--pinned {
  transform: translateY(0%);
  transition: all 0.5s ease-out;
  opacity: 1;
}

.headroom--unpinned {
  transform: translateY(-120%);
  transition: all 0.5s ease-out;
  opacity: 0;
}

.cli-tab-footer .wt-cli-privacy-accept-btn,
a#wt-cli-accept-btn {
  align-items: center;
  background-color: #347a83 !important;
  box-shadow: inset 0 2px 2px 0rem rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border: 2px solid #347a83;
  border-radius: 0.6rem !important;
  padding: 0.75rem 1.25rem;
  font-size: 1rem !important;
  cursor: pointer;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:is(:hover, :focus),
a#wt-cli-accept-btn:is(:hover, :focus) {
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
  opacity: 1 !important;
  cursor: pointer;
  text-decoration: none !important;
}

.custom_register_link {
  font-weight: bold;
  color: #347a83;
  text-decoration: none;
}
.custom_register_link:hover {
  text-decoration: underline;
}

.wpcf7 label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wpcf7 .quiz label {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #404040;
}
.wpcf7 .quiz label span {
  padding: 0 1rem 1rem;
  display: block;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  color: #404040;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  width: calc(100% - 2rem) !important;
  padding: 0.25rem 1rem !important;
  box-sizing: content-box !important;
  height: 40px;
}
.wpcf7 textarea {
  height: 8rem;
  padding-top: 1rem !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding-top: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 700;
}
.wpcf7 .invalid .wpcf7-response-output {
  border-radius: 8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #dc3232;
  border-color: #dc3232 !important;
  color: white !important;
}
.wpcf7 .sent .wpcf7-response-output {
  border-radius: 8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #347a83;
  border-color: #347a83 !important;
  color: white !important;
}

main {
  /* width */
  /* button */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* The track NOT covered by the handle.
  ::-webkit-scrollbar-track-piece {
      background: #000; 
  }

  /* Corner */
  /* Resizer */
}
main ::-webkit-scrollbar {
  width: 10px;
}
main ::-webkit-scrollbar-button {
  background: white;
  display: none;
}
main ::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
main ::-webkit-scrollbar-thumb:hover {
  background: grey;
  border-radius: 10px;
}
main ::-webkit-scrollbar-track {
  background: white;
}
main ::-webkit-scrollbar-corner {
  background: black;
}
main ::-webkit-resizer {
  background: black;
}
main html {
  scrollbar-width: thin;
  scrollbar-color: white;
}

.banner_bar {
  background: #347a83;
  color: white;
}
.banner_bar p {
  line-height: 160%;
}
.banner_bar a {
  color: white;
  text-decoration: underline;
}

.menu_bar {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767.98px) {
  .menu_bar {
    padding: 0 1.5rem;
  }
}
.menu_bar .container {
  display: grid;
  align-items: center;
  grid-template-columns: 111px 1fr 2rem;
  grid-template-areas: "logo . toggler";
}
@media (min-width: 1080px) {
  .menu_bar .container {
    grid-template-areas: "logo menu_desktop search_button login_desktop";
    grid-template-columns: 111px 1fr 2.5rem minmax(0, max-content);
  }
}
.menu_bar .container .header_logo {
  width: 111px;
  height: 40px;
  display: block;
  grid-area: logo;
}
.menu_bar .container .header_logo img {
  width: 111px;
  height: 40px;
  display: block;
}
.menu_bar .container .navbar_toggler {
  grid-area: toggler;
  cursor: pointer;
  border: none;
  padding: 0;
  display: block;
  width: 2rem;
  background: transparent;
  transition: 0.3s ease all;
  height: 1.5rem;
}
@media (min-width: 1080px) {
  .menu_bar .container .navbar_toggler {
    display: none;
  }
}
.menu_bar .container .navbar_toggler:hover {
  opacity: 0.5;
  transition: 0.3s all ease-out;
}
.menu_bar .container .navbar_toggler.no-hamburgler {
  transform: rotate(-45deg);
}
.menu_bar .container .bun,
.menu_bar .container .meat {
  display: block;
  background: #404040;
  height: 2px;
  border-radius: 1.5px;
  transition: 0.3s ease all;
}
.menu_bar .container .bun {
  width: 1.5rem;
}
.menu_bar .container .meat {
  margin: 12% 0;
  width: 1rem;
}
.menu_bar .container .no-hamburgler {
  margin-left: -4px;
}
.menu_bar .container .no-hamburgler .meat {
  margin: 0 0 0 2px;
  width: 1.65rem;
}
.menu_bar .container .no-hamburgler .bun_top {
  width: 2px;
  height: 0.75rem;
  margin-left: 43%;
}
.menu_bar .container .no-hamburgler .bun_bottom {
  width: 2px;
  height: 0.75rem;
  margin-left: 43%;
}
.menu_bar .container #main_menu_desktop {
  grid-area: menu_desktop;
  display: none;
}
@media (min-width: 1080px) {
  .menu_bar .container #main_menu_desktop {
    display: block;
  }
}
.menu_bar .container #main_menu_desktop ul {
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
}
.menu_bar .container #main_menu_desktop ul li {
  width: auto;
  padding: 0 1vw;
}
.menu_bar .container #main_menu_desktop ul li.menu-item-has-children {
  padding: 0 0.25vw 0 0.5vw;
}
@media (min-width: 1440px) {
  .menu_bar .container #main_menu_desktop ul li.menu-item-has-children {
    padding: 0 0.5vw 0 1vw;
  }
}
.menu_bar .container #main_menu_desktop ul li a,
.menu_bar .container #main_menu_desktop ul li button {
  text-decoration: none;
  color: #404040;
  border: none;
  background: transparent;
  font-size: 0.9rem;
}
@media (min-width: 1440px) {
  .menu_bar .container #main_menu_desktop ul li a,
  .menu_bar .container #main_menu_desktop ul li button {
    font-size: 1rem;
  }
}
.menu_bar .container #main_menu_desktop ul li.current-menu-item a {
  font-weight: 700;
}
.menu_bar .container #main_menu_desktop ul li.current-menu-parent span {
  font-weight: 700;
}
.menu_bar .container #main_menu_desktop ul li button {
  cursor: pointer;
  padding: 0;
  height: 1.5rem;
  display: flex;
  align-items: center;
  line-height: 1rem;
}
.menu_bar .container #main_menu_desktop ul li > a {
  display: flex;
  align-items: center;
  height: 1.5rem;
}
.menu_bar .container #main_menu_desktop ul li button > svg {
  fill: #333;
  transform: rotate(-90deg);
  width: 20px !important;
  height: 20px !important;
}
@media (min-width: 1440px) {
  .menu_bar .container #main_menu_desktop ul li button > svg {
    width: 20px !important;
    height: 20px !important;
  }
}
.menu_bar .container #main_menu_desktop ul li button[aria-expanded=true] {
  font-weight: 700;
}
.menu_bar .container #main_menu_desktop ul li button[aria-expanded=true] svg {
  transform: rotate(0);
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu {
  display: none;
  z-index: 50;
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4.5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
  gap: 2rem 3rem;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1080px) {
  .menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] {
    padding: 2rem 3rem;
  }
}
@media (min-width: 1440px) {
  .menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] {
    padding: 2rem calc((100vw - 1312px) / 2);
  }
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] li {
  padding: 0;
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] li a {
  font-weight: 700;
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] li a:hover {
  text-decoration: underline;
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu[aria-hidden=false] li span.link_desc {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 125%;
  display: block;
  color: #404040;
}
.menu_bar .container #main_menu_desktop ul li ul.sub-menu li.current-menu-item a {
  color: #347a83;
}
.menu_bar .container .search_toggler {
  grid-area: search_button;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: start;
}
.menu_bar .container #login_menu_desktop {
  grid-area: login_desktop;
  display: none;
}
@media (min-width: 1080px) {
  .menu_bar .container #login_menu_desktop {
    display: block;
  }
}
.menu_bar .container #login_menu_desktop ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.menu_bar .container #login_menu_desktop ul li a {
  border: 1px solid #a7d6dd;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  align-items: center;
  background-color: #ffffff;
  color: #347a83 !important;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border-radius: 0.6rem;
}
.menu_bar .container #login_menu_desktop ul li a:is(:hover, :focus) {
  cursor: pointer;
  text-decoration: none !important;
  border-top-color: #347a83;
  border-right-color: #347a83;
  border-bottom-color: #347a83;
  border-left-color: #347a83;
}
@media (min-width: 1440px) {
  .menu_bar .container #login_menu_desktop ul li a {
    font-size: 0.9rem;
  }
}
.menu_bar .container #login_menu_desktop ul li.login_menu a, .menu_bar .container #login_menu_desktop ul li.members_zone_menu a {
  background-color: #347a83;
  box-shadow: inset 0 2px 2px 0rem rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border: 1px solid #347a83;
  border-radius: 0.6rem;
}
.menu_bar .container #login_menu_desktop ul li.login_menu a:is(:hover, :focus), .menu_bar .container #login_menu_desktop ul li.members_zone_menu a:is(:hover, :focus) {
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-decoration: none !important;
}
.menu_bar .menu_mobile {
  display: none;
}
.menu_bar .search_fields_wrapper {
  display: none;
}
@media (min-width: 1080px) {
  .menu_bar.search_visible .search_fields_wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: calc(4.5rem + 1px);
    background: white;
    width: calc(100% - 2rem);
    padding: 1rem;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    justify-content: center;
    z-index: 100;
  }
  .menu_bar.search_visible .search_fields_wrapper form {
    width: var(--container-width);
    display: grid;
    grid-template-columns: 30px 1fr;
  }
  .menu_bar.search_visible .search_fields_wrapper button {
    border: none;
    background: transparent;
  }
  .menu_bar.search_visible .search_fields_wrapper input {
    border: none;
    width: 100%;
    padding: 1rem;
  }
}
@media (max-width: 1079.98px) {
  .menu_bar.menu_visible .search_fields_wrapper {
    display: block;
    position: absolute;
    top: 5.5rem;
    z-index: 10000;
    width: calc(100% - 5rem);
    border-radius: 0.8rem;
    border: 1px solid #d4d4d4;
    padding: 0.8rem 1rem;
  }
  .menu_bar.menu_visible .search_fields_wrapper form {
    display: grid;
    grid-template-columns: 30px 1fr;
  }
  .menu_bar.menu_visible .search_fields_wrapper input[type=search] {
    width: 100%;
    border: none;
  }
  .menu_bar.menu_visible .search_fields_wrapper button {
    border: none;
    background: transparent;
  }
  .menu_bar.menu_visible .menu_mobile_wrapper {
    overflow: scroll;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) {
  .menu_bar.menu_visible .menu_mobile {
    display: block;
    position: absolute;
    top: 4.5rem;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #d4d4d4;
    z-index: 1000;
    transition: 0.3s ease all;
    padding-top: 5rem;
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul {
    margin-top: 1rem;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button {
    background: transparent;
    padding: 0;
    border: none;
    font-weight: 700;
    padding: 0 1.5rem 0rem 2rem;
    color: #404040;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button:hover {
    color: #347a83;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) and (min-width: 768px) {
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button {
    padding-left: 2rem;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) {
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button > svg {
    fill: #333;
    transform: rotate(-90deg);
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) and (min-width: 1440px) {
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button > svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) {
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button[aria-expanded=true] {
    font-weight: 700;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button[aria-expanded=true] svg {
    transform: rotate(0);
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button[aria-expanded=true] + ul {
    display: block;
    margin-top: 1rem;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button[aria-expanded=true] + ul li {
    padding: 1rem 2rem 1rem 2rem;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button[aria-expanded=true] + ul li a {
    text-decoration: none;
    color: #404040;
    font-weight: bold;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li button[aria-expanded=true] + ul li a:hover {
    color: #347a83;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li span.link_desc {
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 125%;
    display: block;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li > a {
    padding-left: 2rem;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #404040;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li > a:hover {
    text-decoration: none;
    color: #347a83;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) and (min-width: 768px) {
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li > a {
    padding-left: 2rem;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) {
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li ul.sub-menu {
    display: none;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li ul.sub-menu[aria-hidden=false] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 4.5em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: white;
    gap: 2rem 3rem;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li ul.sub-menu[aria-hidden=false] li {
    padding: 0;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li ul.sub-menu[aria-hidden=false] li a {
    font-weight: 700;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li ul.sub-menu[aria-hidden=false] li a:hover {
    text-decoration: underline;
  }
  .menu_bar.menu_visible .menu_mobile #main_menu_mobile > ul > li ul.sub-menu[aria-hidden=false] li span.link_desc {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 125%;
    display: block;
    color: #404040;
  }
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 1rem;
  }
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul > li {
    display: flex;
    justify-content: center;
    padding: 1rem;
  }
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul > li > a {
    width: calc(100% - 1.5rem);
    display: inline-flex;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    align-items: center;
    background-color: #ffffff;
    color: #347a83 !important;
    cursor: pointer;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    border: 2px solid #a7d6dd;
    border-radius: 0.6rem;
  }
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul > li > a:is(:hover, :focus) {
    cursor: pointer;
    text-decoration: none !important;
    border-top-color: #347a83;
    border-right-color: #347a83;
    border-bottom-color: #347a83;
    border-left-color: #347a83;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) and (min-width: 768px) and (max-width: 1079.98px) {
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul > li > a {
    width: 12rem;
  }
}
@media (max-width: 1079.98px) and (max-width: 1079.98px) {
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul > li.login_menu a {
    background-color: #347a83;
    box-shadow: inset 0 2px 2px 0rem rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    font-family: Inter, sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    border: 2px solid #347a83;
    border-radius: 0.6rem;
  }
  .menu_bar.menu_visible .menu_mobile #login_menu_mobile > ul > li.login_menu a:is(:hover, :focus) {
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-decoration: none !important;
  }
}

body.um-page header {
  position: absolute;
  width: 100%;
}
body.um-page header .menu_bar {
  border-bottom: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.um-page header .menu_bar .container {
  display: block;
  width: 100%;
}

#rlvlive .relevanssi-live-search-results {
  top: 9.8rem !important;
  width: 100% !important;
  left: 0 !important;
  border-radius: 0 !important;
  justify-content: center;
}
#rlvlive .relevanssi-live-search-results.relevanssi-live-search-results-showing {
  display: flex !important;
  height: 270px !important;
}
#rlvlive .relevanssi-live-search-results .ajax-results {
  width: var(--container-width) !important;
  height: 0;
}
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result-status {
  margin-top: 1rem;
}
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result p,
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result-status p {
  border: none !important;
}
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result p a,
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result-status p a {
  color: black !important;
  text-decoration: none;
  font-weight: bold;
}
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result p a:hover,
#rlvlive .relevanssi-live-search-results .relevanssi-live-search-result-status p a:hover {
  text-decoration: underline;
}

.relevanssi-live-search-no-results {
  margin-top: 1rem;
}

.relevanssi-live-search-didyoumean a {
  color: #347a83;
  font-weight: bold;
  text-decoration: none;
}
.relevanssi-live-search-didyoumean a:hover {
  text-decoration: underline;
}

.rlv-has-spinner {
  border-color: #347a83 !important;
  border-right-color: transparent;
  width: 20px !important;
  height: 20px !important;
  margin-left: 2rem !important;
  margin-top: 1rem;
}

.rlv-has-spinner::after {
  background-color: #347a83 !important;
}

.single-awards .menu_bar #main_menu_desktop ul > li.awards button span {
  font-weight: 700;
}
.single-awards .menu_bar #main_menu_desktop ul ul li.awards a {
  color: #347a83;
}

/* Active statuses for custom post type detail pages
*/
.single-videos_and_webinars .menu_bar #main_menu_desktop ul > li.awards button span {
  font-weight: 700;
}
.single-videos_and_webinars .menu_bar #main_menu_desktop ul ul li.awards a {
  color: #347a83;
}

.single-awards .menu_bar #main_menu_desktop ul > li.awards button span {
  font-weight: 700;
}
.single-awards .menu_bar #main_menu_desktop ul ul li.awards a {
  color: #347a83;
}

.single-educational_programs .menu_bar #main_menu_desktop ul > li.awards button span {
  font-weight: 700;
}
.single-educational_programs .menu_bar #main_menu_desktop ul ul li.awards a {
  color: #347a83;
}

.single-magazines .menu_bar #main_menu_desktop ul > li.magazines button span {
  font-weight: 700;
}
.single-magazines .menu_bar #main_menu_desktop ul ul li.magazines a {
  color: #347a83;
}

/**
 * Initial state, hidden off screen
 */
.clicky-menu > ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  /*[1]*/
}

/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
  visibility: visible;
}

.clicky-menu.no-js li:focus-within > ul {
  /*[2]*/
  visibility: visible;
}

/**
 * Open/Close Menu Behavior with JS
 */
.clicky-menu ul[aria-hidden=false] {
  visibility: visible;
}

/* Prevent offscreen-submenus */
.clicky-menu .sub-menu--right {
  left: auto !important;
  right: 0 !important;
}

/**
 * Footnotes
 *
 * [1] Using visibility instead of display allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */
footer .footer_top .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "logo_footer" "footer_menus";
}
@media (min-width: 768px) {
  footer .footer_top .container {
    grid-template-areas: "logo_footer footer_menus";
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1080px) {
  footer .footer_top .container {
    grid-template-columns: 1fr 1fr;
  }
}
footer .footer_top .container .footer_logo {
  grid-area: logo_footer;
  width: 111px;
  height: 40px;
  display: block;
}
footer .footer_top .container .footer_logo img {
  width: 111px;
  height: 40px;
  display: block;
}
footer .footer_top .container .footer_menus {
  grid-area: footer_menus;
  display: grid;
}
@media (min-width: 768px) {
  footer .footer_top .container .footer_menus {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .footer_top .container .footer_menus ul li {
  padding-bottom: 1rem;
}
footer .footer_top .container .footer_menus ul li a {
  font-weight: 400;
  color: #404040;
  text-decoration: none;
  font-size: 0.8rem;
}
footer .footer_top .container .footer_menus ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  footer .footer_top .container .footer_menus ul li a {
    font-size: 0.9rem;
  }
}
footer .footer_top .container .footer_menus .social_icons ul {
  margin-top: 1rem;
}
footer .footer_top .container .footer_menus .social_icons h4 {
  color: #404040;
  font-size: 0.9rem;
}
@media (min-width: 1440px) {
  footer .footer_top .container .footer_menus .social_icons h4 {
    font-size: 1rem;
  }
}
footer .footer_top .container .footer_menus .social_icons .social a {
  display: flex;
  align-items: center;
}
footer .footer_top .container .footer_menus .social_icons .social a img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
}
footer .footer_bottom .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "privacy" "copy";
  border-top: 1px solid #404040;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  footer .footer_bottom .container {
    grid-template-areas: "copy . privacy";
    grid-template-columns: minmax(0, max-content) 1fr minmax(0, max-content);
  }
}
footer .footer_bottom .container .copy_notice {
  grid-area: copy;
  color: #404040;
  font-size: 0.8rem;
  line-height: 145%;
  padding-top: 0;
}
@media (min-width: 768px) {
  footer .footer_bottom .container .copy_notice {
    padding-top: 0.3rem;
  }
}
@media (min-width: 1440px) {
  footer .footer_bottom .container .copy_notice {
    font-size: 0.9rem;
  }
}
footer .footer_bottom .container #privacy_menu_container {
  grid-area: privacy;
}
footer .footer_bottom .container #privacy_menu_container ul {
  display: flex;
  flex-direction: row;
}
footer .footer_bottom .container #privacy_menu_container ul li {
  padding: 0 0.75rem;
}
footer .footer_bottom .container #privacy_menu_container ul li:first-child {
  padding-left: 0;
}
footer .footer_bottom .container #privacy_menu_container ul li:last-child {
  padding-right: 0;
}
footer .footer_bottom .container #privacy_menu_container ul li a {
  font-size: 0.8rem;
  color: #404040;
  text-decoration: none;
}
@media (min-width: 1440px) {
  footer .footer_bottom .container #privacy_menu_container ul li a {
    font-size: 0.9rem;
  }
}
footer .footer_bottom .container #privacy_menu_container ul li a:hover {
  text-decoration: underline;
}

html body {
  overflow-y: auto;
}
html body.post-type-page .wp-block {
  max-width: 100%;
}

.base_section_container {
  max-width: none;
}

.interface-interface-skeleton__content {
  container-type: inline-size;
  container-name: maincontent;
}

.editor-visual-editor__post-title-wrapper h1 {
  font-family: "Roboto", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #357c85;
  margin-bottom: 2rem;
}

.editor-styles-wrapper .block-editor-block-list__layout {
  font-family: "Roboto", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  --wp--style--block-gap: 0 !important;
  max-width: 1312px;
  margin: 0 auto;
}
.editor-styles-wrapper .block-editor-block-list__layout section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.filters_button {
  display: none !important;
}

.cpt_form_search .fields_wrapper {
  display: flex;
}

main .page_content,
.editor-styles-wrapper {
  background: #f4fafb;
  color: #404040;
}
main .page_content hr.wp-block-separator,
.editor-styles-wrapper hr.wp-block-separator {
  height: 1px;
  width: 100%;
  border-top: none;
  background: #d4d4d4;
  margin: 1rem 0;
}
main .page_content h1,
.editor-styles-wrapper h1 {
  line-height: 120%;
  color: #171717;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0rem;
}
@media (min-width: 768px) {
  main .page_content h1,
  .editor-styles-wrapper h1 {
    font-size: 3.5rem;
    padding: 1rem 0 2rem 0;
  }
}
main .page_content .HomeTitle,
.editor-styles-wrapper .HomeTitle {
  color: #ffffff;
  font-size: 3.5rem;
  text-align: left;
  padding: 0px;
}
@media (min-width: 768px) {
  main .page_content .HomeTitle,
  .editor-styles-wrapper .HomeTitle {
    font-size: 3.8rem;
  }
}
main .page_content .HomeIntroText,
.editor-styles-wrapper .HomeIntroText {
  font-size: 1.5rem;
  color: #ffffff;
}
main .page_content .HomeCountriesNumber,
.editor-styles-wrapper .HomeCountriesNumber {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3rem;
  padding-bottom: 0px;
  padding-left: 0.75rem;
}
main .page_content .HomeCountriesLabel,
.editor-styles-wrapper .HomeCountriesLabel {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 0px;
  padding-left: 0.75rem;
}
main .page_content h2,
.editor-styles-wrapper h2 {
  line-height: 120%;
  color: #171717;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  main .page_content h2,
  .editor-styles-wrapper h2 {
    font-size: 3rem;
  }
}
main .page_content h3,
.editor-styles-wrapper h3 {
  line-height: 120%;
  color: #171717;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  main .page_content h3,
  .editor-styles-wrapper h3 {
    font-size: 2rem;
  }
}
main .page_content p,
.editor-styles-wrapper p {
  line-height: 150%;
  padding-bottom: 2rem;
  font-size: 1.1rem;
}
@media (min-width: 1080px) {
  main .page_content p,
  .editor-styles-wrapper p {
    font-size: 1rem;
  }
}
main .page_content p.Epigraph,
.editor-styles-wrapper p.Epigraph {
  padding-bottom: 1rem;
}
main .page_content p a,
.editor-styles-wrapper p a {
  color: #347a83;
  text-decoration: none;
  font-weight: 600;
}
main .page_content p a:hover,
.editor-styles-wrapper p a:hover {
  text-decoration: underline;
}
main .page_content .Thin strong,
.editor-styles-wrapper .Thin strong {
  font-weight: 700;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots),
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li {
  align-items: flex-start;
  column-gap: 0.5em;
  display: block;
  line-height: 150%;
  font-size: 1.1rem;
  padding-left: 1.25rem;
  position: relative;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li p,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li p {
  padding-bottom: 0;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li a,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li a {
  color: #347a83;
  text-decoration: none;
  font-weight: 600;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li a:hover,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li a:hover {
  text-decoration: underline;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li strong,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li strong {
  color: black;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li span.gb-shape,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li span.gb-shape {
  line-height: 150%;
}
@media (min-width: 1080px) {
  main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li,
  .editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li {
    font-size: 1rem;
  }
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li::before,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -0.75rem;
  top: -0.25rem;
  background: url("../../dist/images/arrow.svg") center center no-repeat;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ul,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ul {
  row-gap: 0 !important;
  margin-left: 1.25rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ul li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ul li {
  padding-left: 0;
  margin-left: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ul li::before,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ul li::before {
  content: "•";
  background: transparent;
  position: absolute;
  margin-top: 0.25rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ul.LineBullet,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ul.LineBullet {
  margin-left: 3rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ul.LineBullet li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ul.LineBullet li {
  border-left: 1px solid #d4d4d4;
  padding-left: 1rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ul.LineBullet li::before,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ul.LineBullet li::before {
  display: none;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ol,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ol {
  row-gap: 0 !important;
  margin-left: 1.25rem;
  list-style-type: decimal;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots) > li > ol li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots) > li > ol li {
  padding-left: 0;
  margin-left: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).LineBullet > li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).LineBullet > li {
  border-left: 1px solid #d4d4d4;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).LineBullet > li:before,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).LineBullet > li:before {
  display: none;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Timeline,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Timeline {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Timeline,
  .editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Timeline {
    margin-left: 0;
  }
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Timeline li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Timeline li {
  padding-left: 3rem;
  align-items: initial;
  column-gap: initial;
  display: block;
  position: relative;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Timeline li::before,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Timeline li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -1rem;
  top: -0.25rem;
  background: url("../../dist/images/timeline-dot.svg") center center no-repeat;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Checkmarks li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Checkmarks li {
  padding-left: 2rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Checkmarks li::before,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Checkmarks li::before {
  background: url("../../dist/images/checkmark.svg") center center no-repeat;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Bullets,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Bullets {
  margin-left: 0rem;
  gap: 0.5rem;
}
main .page_content ul:not(.members-subsection-menu):not(.slick-dots).Bullets li,
.editor-styles-wrapper ul:not(.members-subsection-menu):not(.slick-dots).Bullets li {
  font-size: 0.9rem;
}
main .page_content .select2-container ul > li::before,
.editor-styles-wrapper .select2-container ul > li::before {
  display: none !important;
}
main .page_content ol.Timeline,
.editor-styles-wrapper ol.Timeline {
  margin-left: 0.5rem;
  counter-reset: list-counter;
  list-style-position: inside;
}
@media (min-width: 768px) {
  main .page_content ol.Timeline,
  .editor-styles-wrapper ol.Timeline {
    margin-left: 0;
  }
}
main .page_content ol.Timeline > li,
.editor-styles-wrapper ol.Timeline > li {
  padding-left: 3rem;
  display: block;
  position: relative;
  align-items: flex-start;
  display: block;
  line-height: 150%;
  font-size: 1.1rem;
  counter-increment: list-counter;
  position: relative;
  padding-bottom: 1.5rem;
}
main .page_content ol.Timeline > li p,
.editor-styles-wrapper ol.Timeline > li p {
  padding-bottom: 0;
}
main .page_content ol.Timeline > li a,
.editor-styles-wrapper ol.Timeline > li a {
  color: #347a83;
  text-decoration: none;
  font-weight: 600;
}
main .page_content ol.Timeline > li a:hover,
.editor-styles-wrapper ol.Timeline > li a:hover {
  text-decoration: underline;
}
main .page_content ol.Timeline > li strong,
.editor-styles-wrapper ol.Timeline > li strong {
  color: black;
}
main .page_content ol.Timeline > li span.gb-shape,
.editor-styles-wrapper ol.Timeline > li span.gb-shape {
  line-height: 150%;
}
@media (min-width: 1080px) {
  main .page_content ol.Timeline > li,
  .editor-styles-wrapper ol.Timeline > li {
    font-size: 1rem;
  }
}
main .page_content ol.Timeline > li::before,
.editor-styles-wrapper ol.Timeline > li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -1rem;
  top: -0.25rem;
  background: url("../../dist/images/timeline-dot.svg") center center no-repeat;
}
main .page_content ol.Timeline > li::after,
.editor-styles-wrapper ol.Timeline > li::after {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 2rem;
  top: 0rem;
}
main .page_content mark.has-inline-color,
.editor-styles-wrapper mark.has-inline-color {
  font-size: 1.25rem;
  background-color: transparent !important;
}
main .page_content .WhiteTexts p,
main .page_content .WhiteTexts h1,
main .page_content .WhiteTexts h2,
main .page_content .WhiteTexts h3,
.editor-styles-wrapper .WhiteTexts p,
.editor-styles-wrapper .WhiteTexts h1,
.editor-styles-wrapper .WhiteTexts h2,
.editor-styles-wrapper .WhiteTexts h3 {
  color: white;
}
main .page_content .OverlappingImages .SmallCircularImage,
.editor-styles-wrapper .OverlappingImages .SmallCircularImage {
  margin-left: -15px;
}
main .page_content .OverlappingImages .SmallCircularImage:first-child,
.editor-styles-wrapper .OverlappingImages .SmallCircularImage:first-child {
  margin-left: 0;
}
main .page_content .gb-tabs__menu,
.editor-styles-wrapper .gb-tabs__menu {
  column-gap: 1rem;
}
main .page_content .gb-tabs__menu-item,
.editor-styles-wrapper .gb-tabs__menu-item {
  background: transparent !important;
  border-bottom: 1px solid #d4d4d4 !important;
  padding-bottom: 0.5rem;
}
main .page_content .gb-tabs__menu-item.gb-block-is-current,
.editor-styles-wrapper .gb-tabs__menu-item.gb-block-is-current {
  border-bottom: 1px solid #347a83 !important;
}
main .page_content .gb-tabs__menu-item.gb-block-is-current span.gb-text,
.editor-styles-wrapper .gb-tabs__menu-item.gb-block-is-current span.gb-text {
  color: #347a83;
  font-weight: 700;
}
main .page_content .gb-tabs__items,
.editor-styles-wrapper .gb-tabs__items {
  padding-top: 3rem;
  background: transparent !important;
}
main .page_content .GridContainer,
.editor-styles-wrapper .GridContainer {
  background-color: #ffffff;
  border-bottom-color: #d5d7da;
  border-left-color: #d5d7da;
  border-right-color: #d5d7da;
  border-top-color: #d5d7da;
  padding: 1.5rem;
  overflow: hidden;
}
main .page_content .GridContainer h3 a,
.editor-styles-wrapper .GridContainer h3 a {
  color: #171717;
  text-decoration: none;
}
main .page_content .GridContainer h3 a:hover,
.editor-styles-wrapper .GridContainer h3 a:hover {
  text-decoration: underline;
}
main .page_content .RoundedContainer,
.editor-styles-wrapper .RoundedContainer {
  border-radius: 1rem;
}
main .page_content .RoundedImage img,
main .page_content img.RoundedImage,
.editor-styles-wrapper .RoundedImage img,
.editor-styles-wrapper img.RoundedImage {
  border-radius: 0.5rem;
  width: 100%;
  max-width: 100%;
}
main .page_content .ThinGrayBorder,
.editor-styles-wrapper .ThinGrayBorder {
  border: 1px solid #d5d7da;
}
main .page_content .PrimaryButton,
.editor-styles-wrapper .PrimaryButton {
  align-items: center;
  background-color: #347a83;
  box-shadow: inset 0 2px 2px 0rem rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border: 2px solid #347a83;
  border-radius: 0.6rem;
  padding: 0.75rem 1.25rem;
}
main .page_content .PrimaryButton:hover,
.editor-styles-wrapper .PrimaryButton:hover {
  cursor: pointer;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  main .page_content .PrimaryButton,
  .editor-styles-wrapper .PrimaryButton {
    font-size: 1.2rem;
  }
}
main .page_content .PrimaryButton:is(:hover, :focus),
.editor-styles-wrapper .PrimaryButton:is(:hover, :focus) {
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
main .page_content .SecondaryButton,
.editor-styles-wrapper .SecondaryButton {
  align-items: center;
  background-color: #ffffff;
  color: #347a83 !important;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border: 2px solid #a7d6dd;
  border-radius: 0.6rem;
  padding: 0.75rem 1.25rem;
}
main .page_content .SecondaryButton:hover,
.editor-styles-wrapper .SecondaryButton:hover {
  cursor: pointer;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  main .page_content .SecondaryButton,
  .editor-styles-wrapper .SecondaryButton {
    font-size: 1.2rem;
  }
}
main .page_content .SecondaryButton:is(:hover, :focus),
.editor-styles-wrapper .SecondaryButton:is(:hover, :focus) {
  border-top-color: #347a83;
  border-right-color: #347a83;
  border-bottom-color: #347a83;
  border-left-color: #347a83;
}
@media (max-width: 767px) {
  main .page_content .SecondaryButton,
  .editor-styles-wrapper .SecondaryButton {
    text-align: center;
  }
}
main .page_content .GrayButton,
.editor-styles-wrapper .GrayButton {
  align-items: center;
  background-color: #525252;
  box-shadow: inset 0 2px 2px 0rem rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border: 2px solid #525252;
  border-radius: 0.6rem;
  padding: 0.75rem 1.25rem;
}
main .page_content .GrayButton:hover,
.editor-styles-wrapper .GrayButton:hover {
  cursor: pointer;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  main .page_content .GrayButton,
  .editor-styles-wrapper .GrayButton {
    font-size: 1.2rem;
  }
}
main .page_content .GrayButton:is(:hover, :focus),
.editor-styles-wrapper .GrayButton:is(:hover, :focus) {
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
main .page_content .WhiteButton,
.editor-styles-wrapper .WhiteButton {
  align-items: center;
  background-color: #ffffff;
  color: #404040;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  border: 2px solid #d5d7da;
  border-radius: 0.6rem;
  padding: 0.75rem 1.25rem;
}
main .page_content .WhiteButton:hover,
.editor-styles-wrapper .WhiteButton:hover {
  cursor: pointer;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  main .page_content .WhiteButton,
  .editor-styles-wrapper .WhiteButton {
    font-size: 1.2rem;
  }
}
main .page_content .WhiteButton:is(:hover, :focus),
.editor-styles-wrapper .WhiteButton:is(:hover, :focus) {
  border-top-color: #525252;
  border-right-color: #525252;
  border-bottom-color: #525252;
  border-left-color: #525252;
}
main .page_content .SmallButton,
.editor-styles-wrapper .SmallButton {
  padding: 0.25rem 0.75rem;
  border-width: 1px;
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  main .page_content .SmallButton,
  .editor-styles-wrapper .SmallButton {
    font-size: 1.1rem;
  }
}
main .page_content .IntroText,
.editor-styles-wrapper .IntroText {
  font-size: 1.3rem;
}
main .page_content .Epigraph,
.editor-styles-wrapper .Epigraph {
  color: #347a83;
  font-size: 1.15rem;
  font-weight: 700;
}
main .page_content .Thin,
.editor-styles-wrapper .Thin {
  font-weight: 300;
}
main .page_content .WhiteTexts,
.editor-styles-wrapper .WhiteTexts {
  color: #ffffff;
}
main .page_content .Legal,
.editor-styles-wrapper .Legal {
  font-size: 0.8rem;
}
main .page_content .Timeline,
.editor-styles-wrapper .Timeline {
  border-left: 2px solid #707070;
}
main .page_content figcaption,
.editor-styles-wrapper figcaption {
  color: #525252;
  font-size: 0.85rem;
  font-style: italic;
  line-height: 150%;
  padding-top: 0.5rem;
}
main .page_content .CircularImage,
.editor-styles-wrapper .CircularImage {
  display: inline-block;
  height: 80px;
  max-width: 80px;
  object-fit: cover;
  width: 80px;
  border-radius: 100px;
}
main .page_content .ThickWhiteBorder,
.editor-styles-wrapper .ThickWhiteBorder {
  border: 3px solid #ffffff;
}
main .page_content .ColoredNotice,
.editor-styles-wrapper .ColoredNotice {
  font-size: 1.25rem;
  border-radius: 0.25rem;
}
main .page_content .SmallCircularImage,
.editor-styles-wrapper .SmallCircularImage {
  display: inline-block;
  height: 50px;
  max-width: 50px;
  overflow: hidden;
  width: 50px;
  border-radius: 100px;
}
main .page_content .SmallCircularImage img,
.editor-styles-wrapper .SmallCircularImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main .page_content .SideBGCallout,
.editor-styles-wrapper .SideBGCallout {
  background-image: url("../../dist/images/iso_dark.svg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 25% center;
}
@media (min-width: 768px) {
  main .page_content .SideBGCallout,
  .editor-styles-wrapper .SideBGCallout {
    background-size: 95%;
    background-position: -250% center;
  }
}
@media (min-width: 1080px) {
  main .page_content .SideBGCallout,
  .editor-styles-wrapper .SideBGCallout {
    background-size: 55%;
    background-position: -15% center;
  }
}
main .page_content .CenterBGCallout,
.editor-styles-wrapper .CenterBGCallout {
  background-image: url("../../dist/images/iso_dark.svg");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: 150% center !important;
}
@media (min-width: 768px) {
  main .page_content .CenterBGCallout,
  .editor-styles-wrapper .CenterBGCallout {
    background-size: 75%;
    background-position: 150% center !important;
  }
}
@media (min-width: 1080px) {
  main .page_content .CenterBGCallout,
  .editor-styles-wrapper .CenterBGCallout {
    background-size: 55%;
    background-position: center !important;
  }
}
@media (min-width: 1080px) {
  main .page_content .NarrowText,
  .editor-styles-wrapper .NarrowText {
    padding-left: 18%;
    padding-right: 18%;
  }
}
main .page_content nav .wp-block-navigation__container,
.editor-styles-wrapper nav .wp-block-navigation__container {
  align-items: start;
  margin: 0 !important;
}

.editor-styles-wrapper .hidden_mobile,
.editor-styles-wrapper .hidden_tablet,
.editor-styles-wrapper .hidden_desktop {
  display: block !important;
}

.page-template-members_only main .page_content h1,
.page-template-members_only .is-root-container h1 {
  line-height: 120%;
  color: #171717;
  font-size: 1.5rem;
  text-align: left;
  padding: 0rem 0rem 1rem 0;
}
@media (min-width: 768px) {
  .page-template-members_only main .page_content h1,
  .page-template-members_only .is-root-container h1 {
    font-size: 1.8rem;
  }
}
.page-template-members_only main .page_content h3,
.page-template-members_only .is-root-container h3 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-template-members_only main .page_content h3,
  .page-template-members_only .is-root-container h3 {
    font-size: 1.5rem;
  }
}

.single.page-template-members_only main .page_content h1 {
  line-height: 120%;
  color: #171717;
  font-size: 1.5rem;
  text-align: center;
  padding: 0rem 0rem 1rem 0;
}
@media (min-width: 768px) {
  .single.page-template-members_only main .page_content h1 {
    font-size: 1.8rem;
  }
}
.single.page-template-members_only main .page_content h2 {
  line-height: 120%;
  color: #171717;
  font-size: 1.5rem;
  text-align: left;
  padding: 0rem 0rem 1rem 0;
}
@media (min-width: 768px) {
  .single.page-template-members_only main .page_content h2 {
    font-size: 1.8rem;
  }
}

.mapplic-element {
  height: 550px !important;
  width: 100%;
}
.mapplic-element path {
  fill: #d4d4d4 !important;
}
.mapplic-element .mapplic-clickable {
  opacity: 1 !important;
  fill: #7fc5cf !important;
}
.mapplic-element .mapplic-clickable > * {
  opacity: 1 !important;
  fill: #7fc5cf !important;
}
.mapplic-element .mapplic-clickable:hover {
  opacity: 1 !important;
  fill: #347a83 !important;
}
.mapplic-element .mapplic-clickable:hover > * {
  opacity: 1 !important;
  fill: #347a83 !important;
}
.mapplic-element .mapplic-map {
  left: 0;
}

.mapplic-lightbox {
  padding: 0 !important;
  max-width: calc(100vw - 2rem) !important;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mapplic-lightbox {
    max-width: 640px !important;
  }
}
.mapplic-lightbox .mapplic-lightbox-title {
  display: none;
}
.mapplic-lightbox .mfp-close {
  color: black !important;
  font-size: 2rem !important;
  width: 2rem !important;
  height: 2rem !important;
  right: 1rem !important;
  top: 0.5rem !important;
}

.member_card .head {
  padding: 1rem 1rem 0;
  background-color: white;
  display: flex;
  width: calc(100% - 2rem);
  border-bottom: 1px solid #d4d4d4;
}
.member_card .head .image {
  width: 30%;
  margin-bottom: 1rem;
}
.member_card .head .image img {
  max-width: 90%;
}
@media (min-width: 768px) {
  .member_card .head .image img {
    max-width: 9rem;
  }
}
.member_card .head .text {
  width: calc(70% - 1rem);
  padding-left: 1rem;
}
.member_card .head .text h3 {
  line-height: 120%;
  color: #171717;
  font-size: 1.2rem;
  padding-bottom: 0;
  margin: 0 0 1rem;
  width: 90%;
}
@media (min-width: 768px) {
  .member_card .head .text h3 {
    font-size: 2rem;
  }
}
.member_card .head .text p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: black;
  font-weight: 400;
  margin-bottom: 1rem;
}
.member_card .content {
  padding: 1rem;
}
.member_card .content table {
  width: 100%;
  border-collapse: collapse;
}
.member_card .content table tr td {
  vertical-align: top;
  padding-bottom: 1rem;
}
.member_card .content table tr td:first-child {
  font-size: 1rem;
  line-height: 1.375rem;
  color: black;
  font-weight: bold;
  width: 30%;
}
.member_card .content table tr td:last-child {
  font-size: 1rem;
  line-height: 1.375rem;
  color: black;
  font-weight: 400;
  width: calc(70% - 1rem);
  padding-left: 1rem;
}
.member_card .content table tr td:last-child a {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #347a83;
  font-weight: bold;
  text-decoration: none;
}
.member_card .content table tr td:last-child a:hover {
  text-decoration: underline;
}
.member_card .content table tr td.member_label {
  color: #347a83;
}

.page-template-members_only {
  position: relative;
}
.page-template-members_only .members_wrapper {
  position: relative;
  overflow: visible;
  min-height: 500px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "content";
  width: var(--container-width);
  max-width: 1312px;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .page-template-members_only .members_wrapper {
    grid-template-columns: 12rem calc(100% - 12rem);
    grid-template-areas: "menu content";
  }
}
@media (min-width: 1440px) {
  .page-template-members_only .members_wrapper {
    grid-template-columns: 15rem calc(100% - 15rem);
  }
}
.page-template-members_only .members_left_menu {
  overflow: visible;
  margin-left: -1rem;
  padding-left: 1rem;
  flex-direction: column;
  height: 100%;
  grid-area: menu;
  background: white;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  display: none;
}
@media (min-width: 1080px) {
  .page-template-members_only .members_left_menu {
    display: flex;
  }
}
.page-template-members_only .members_left_menu:before {
  content: "";
  right: 100%;
  top: 0;
  height: 100%;
  width: 2000px;
  margin-left: -2000px;
  background: white;
  display: block;
  position: absolute;
  border-bottom: 1px solid #d4d4d4;
}
.page-template-members_only .members_left_menu nav > ul {
  margin-top: 1rem;
}
.page-template-members_only .members_left_menu nav > ul > li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  font-size: 0.9rem;
}
.page-template-members_only .members_left_menu nav > ul > li button {
  background: transparent;
  padding: 0;
  border: none;
  padding: 0 0.5rem 0rem 0.5rem;
  color: #404040;
  width: 100%;
  text-align: left;
  cursor: pointer;
  grid-template-columns: 1rem 1fr 1rem;
  gap: 1rem;
  display: grid;
  align-items: center;
}
.page-template-members_only .members_left_menu nav > ul > li button:hover {
  color: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li button > svg {
  fill: #333;
  transform: rotate(-90deg);
  width: 20px !important;
  height: 20px !important;
}
@media (min-width: 1440px) {
  .page-template-members_only .members_left_menu nav > ul > li button > svg {
    width: 20px !important;
    height: 20px !important;
  }
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] {
  font-weight: 700;
  color: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] svg {
  transform: rotate(0);
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] .menu-icon svg * {
  stroke: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul {
  display: block;
  margin-top: 0.5rem;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul li {
  margin: 0.25rem 1.5rem 0.25rem 1rem !important;
  padding: 0.35rem 0 0.35rem 1.5rem !important;
  border-radius: 8px;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul li a {
  text-decoration: none;
  color: #404040;
  font-weight: 400 !important;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul li a:hover {
  text-decoration: none !important;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul li:hover {
  background: #f4fafb;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul li.is-current a {
  font-weight: 700 !important;
  color: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li button[aria-expanded=true] + ul li.is-current a:hover {
  text-decoration: underline;
}
.page-template-members_only .members_left_menu nav > ul > li button:hover .menu-icon svg * {
  stroke: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li > a {
  padding-left: 0.5rem;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 1rem;
  text-decoration: none;
  color: #404040;
}
.page-template-members_only .members_left_menu nav > ul > li > a:hover {
  text-decoration: none;
  color: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li > a:hover .menu-icon svg * {
  stroke: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu {
  display: none;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu[aria-hidden=false] {
  display: block;
  width: 100%;
  background: white;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu[aria-hidden=false] li {
  padding: 1rem;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu[aria-hidden=false] li a {
  font-weight: 700;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu[aria-hidden=false] li a:hover {
  text-decoration: underline;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu[aria-hidden=false] li.current-menu-item a {
  font-weight: 700 !important;
  color: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li ul.sub-menu[aria-hidden=false] li.current-menu-item a:hover {
  text-decoration: underline;
}
.page-template-members_only .members_left_menu nav > ul > li .menu-icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.page-template-members_only .members_left_menu nav > ul > li.current-menu-ancestor button {
  color: #347a83;
  font-weight: 700;
}
.page-template-members_only .members_left_menu nav > ul > li.current-menu-ancestor .menu-icon svg * {
  stroke: #347a83;
}
.page-template-members_only .members_left_menu nav > ul > li.current-menu-item .menu-icon svg * {
  stroke: #347a83;
}
.page-template-members_only .members_left_menu nav li {
  line-height: 1.2rem;
}
.page-template-members_only .members_left_menu nav li.current-menu-item a {
  font-weight: 700 !important;
  color: #347a83;
}
.page-template-members_only .members_left_menu nav li.current-menu-item a:hover {
  text-decoration: underline;
}
.page-template-members_only .page_content {
  grid-area: content;
}
.page-template-members_only .page_content:after {
  content: "";
  left: 100%;
  top: 0;
  height: 100%;
  width: 2000px;
  margin-right: -2000px;
  background: #f4fafb;
  display: block;
  position: absolute;
}
.page-template-members_only article {
  background: #f4fafb;
}
.page-template-members_only article section,
.page-template-members_only article div.TitleSection {
  padding: 0;
}
@media (min-width: 1080px) {
  .page-template-members_only article section,
  .page-template-members_only article div.TitleSection {
    padding-right: 0;
    padding-left: 2rem;
  }
}

.member_user {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 0.5rem;
  margin: 2rem 1rem 2rem -0.5rem;
  display: grid;
  grid-template-columns: 1fr 1rem;
  align-items: center;
  font-size: 0.9rem;
  color: #404040;
}
header .member_user {
  font-size: 1rem;
  grid-template-columns: 36px auto 2rem;
  margin: 1rem 1.5rem 1rem 1.5rem;
}
.member_user .member_user_avatar {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 80px;
  border: 3px solid white;
  overflow: hidden;
  margin-right: 0.5rem;
}
header .member_user .member_user_avatar {
  display: block;
}
.member_user .member_user_avatar img {
  width: 100%;
  height: auto;
}
@media (min-width: 1440px) {
  .member_user .member_user_avatar {
    display: block;
  }
}
@media (min-width: 1440px) {
  .member_user {
    grid-template-columns: 36px 1fr 1rem;
  }
  .member_user .member_user_avatar {
    border: 3px solid #a7d6dd;
  }
}
.member_user .member_data {
  display: flex;
  flex-direction: column;
  line-height: 0.9rem;
  margin-left: 0.5rem;
}
.member_user .member_data .member_user_name a {
  font-weight: bold;
  padding-bottom: 0.25rem;
  color: #347a83;
  text-decoration: none;
}
.member_user .member_data .member_user_name a:hover {
  text-decoration: underline;
}
.member_user .member_data .member_user_email {
  font-size: 0.8rem;
}
.member_user .member_logout a {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.member_user .member_logout a:hover svg * {
  stroke: #347a83;
}
header .member_user .member_logout {
  margin-left: 0.5rem;
}

.members_area {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1rem;
  background: #f4fafb;
}
.members_area #members_mobile_menu > ul {
  margin-top: 1rem;
}
.members_area #members_mobile_menu > ul > li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.members_area #members_mobile_menu > ul > li button {
  background: transparent;
  padding: 0;
  border: none;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  grid-template-columns: 1rem 1fr 1rem;
  gap: 1rem;
  display: grid;
  align-items: center;
  font-weight: bold;
  color: #404040;
}
.members_area #members_mobile_menu > ul > li button:hover {
  color: #347a83;
}
.members_area #members_mobile_menu > ul > li button > svg {
  fill: #333;
  transform: rotate(-90deg);
  width: 20px !important;
  height: 20px !important;
}
@media (min-width: 1440px) {
  .members_area #members_mobile_menu > ul > li button > svg {
    width: 20px !important;
    height: 20px !important;
  }
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] {
  font-weight: 700;
  color: #347a83;
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] svg {
  transform: rotate(0);
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] .menu-icon svg * {
  stroke: #347a83;
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] + ul {
  display: block;
  margin-top: 0.5rem;
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] + ul li {
  margin: 0.25rem 1.5rem 0.25rem 1rem !important;
  padding: 0.35rem 0 0.35rem 1.5rem !important;
  border-radius: 8px;
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] + ul li a {
  text-decoration: none;
  color: #404040;
  font-weight: 400 !important;
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] + ul li a:hover {
  text-decoration: none !important;
}
.members_area #members_mobile_menu > ul > li button[aria-expanded=true] + ul li:hover {
  background: #f4fafb;
}
.members_area #members_mobile_menu > ul > li button:hover .menu-icon svg * {
  stroke: #347a83;
}
.members_area #members_mobile_menu > ul > li > a {
  padding: 0.5rem 0 0.5rem 2rem;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 1rem;
  text-decoration: none;
  color: #404040;
  font-weight: bold;
}
.members_area #members_mobile_menu > ul > li > a:hover {
  text-decoration: none;
  color: #347a83;
}
.members_area #members_mobile_menu > ul > li > a:hover .menu-icon svg * {
  stroke: #347a83;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu {
  display: none;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu[aria-hidden=false] {
  display: block;
  width: 100%;
  background: #f4fafb;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu[aria-hidden=false] li {
  padding: 1rem;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu[aria-hidden=false] li a {
  font-weight: 700;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu[aria-hidden=false] li a:hover {
  text-decoration: underline;
  background: #f4fafb;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu[aria-hidden=false] li.current-menu-item a {
  font-weight: 700 !important;
  color: #347a83;
}
.members_area #members_mobile_menu > ul > li ul.sub-menu[aria-hidden=false] li.current-menu-item a:hover {
  text-decoration: underline;
}
.members_area #members_mobile_menu > ul > li .menu-icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.members_area #members_mobile_menu > ul > li.current-menu-ancestor button {
  color: #347a83;
  font-weight: 700;
}
.members_area #members_mobile_menu > ul > li.current-menu-ancestor .menu-icon svg * {
  stroke: #347a83;
}
.members_area #members_mobile_menu > ul > li.current-menu-item .menu-icon svg * {
  stroke: #347a83;
}
.members_area #members_mobile_menu li {
  line-height: 1.2rem;
}
.members_area #members_mobile_menu li.current-menu-item a {
  font-weight: 700 !important;
  color: #347a83;
}
.members_area #members_mobile_menu li.current-menu-item a:hover {
  text-decoration: underline;
}

.page-template-members_only #filters_container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 100;
  padding: 2.5rem;
  width: 50%;
}
@media (min-width: 768px) {
  .page-template-members_only #filters_container {
    width: 30rem;
  }
}
@media (min-width: 1080px) {
  .page-template-members_only #filters_container {
    width: 25rem;
  }
}
@media (min-width: 1440px) {
  .page-template-members_only #filters_container {
    width: 30rem;
  }
}
.page-template-members_only #filters_container.visible {
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.page-template-members_only #filters_container.visible:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  width: 2000px;
  height: 100%;
  border-bottom: 1px solid #d4d4d4;
}
.page-template-members_only #filters_container.visible .cpt_tax_filter,
.page-template-members_only #filters_container.visible .cpt_date_filter,
.page-template-members_only #filters_container.visible .cpt_form_sorting,
.page-template-members_only #filters_container.visible .cpt_form_search {
  border-bottom: 1px solid #d4d4d4;
}
.page-template-members_only #filters_container.visible .cpt_form_sorting {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.page-template-members_only #filters_container.visible .cpt_form_sorting .sorting_heading {
  padding-bottom: 1rem;
}
.page-template-members_only #filters_container.visible .cpt_form_sorting label {
  margin-left: 8px;
}
.page-template-members_only #filters_container.visible .cpt_form_search,
.page-template-members_only #filters_container.visible .cpt_date_filter {
  display: block;
  padding-bottom: 2rem;
}
.page-template-members_only #filters_container.visible .cpt_form_sorting .fields_wrapper {
  padding: 0 0.5rem;
}
.page-template-members_only #filters_container.visible .hidden_public {
  display: block;
}
.page-template-members_only #filters_container.visible h3 {
  font-size: 2rem;
}
.page-template-members_only #filters_container.visible .close_filters {
  width: 2rem;
  height: 2rem;
  display: block;
  border: none;
  background: transparent;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.25s all ease-out;
  cursor: pointer;
}
.page-template-members_only #filters_container.visible .close_filters img {
  width: 100%;
  height: 100%;
}
.page-template-members_only #filters_container.visible .close_filters:hover {
  opacity: 0.5;
  transition: 0.25s all ease-out;
}
.page-template-members_only #filters_container.visible .clear_link {
  grid-area: clear;
}
.page-template-members_only #filters_container.visible .search_heading,
.page-template-members_only #filters_container.visible .sorting_heading {
  font-size: 1.1em;
  grid-area: title;
}
.page-template-members_only #filters_container.visible .search_button {
  display: none;
}
.page-template-members_only #filters_container.visible .clear_link {
  color: black;
  text-align: right;
  font-size: 0.9rem;
  text-decoration: none;
}
.page-template-members_only #filters_container.visible .clear_link:hover {
  text-decoration: underline;
}
.page-template-members_only #filters_container.visible .tax_filter,
.page-template-members_only #filters_container.visible .date_filter {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 2rem;
}
.page-template-members_only #filters_container.visible .tax_heading,
.page-template-members_only #filters_container.visible .date_heading,
.page-template-members_only #filters_container.visible .keywords_heading,
.page-template-members_only #filters_container.visible .sorting_heading {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: 1fr 0.25fr 4rem;
  grid-template-areas: "title . clear";
  padding-bottom: 1rem;
}
.page-template-members_only #filters_container.visible .members_submit {
  display: flex;
  justify-content: space-between;
}
.page-template-members_only #filters_container.visible .apply_button {
  background: #0d121c;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
}
.page-template-members_only #filters_container.visible .members_submit {
  margin-top: 2rem;
}
.page-template-members_only #filters_container.visible .date_picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .page-template-members_only #filters_container.visible .date_picker {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-members_only #filters_container.visible .date_picker label {
  font-size: 0.9rem;
  display: block;
}
.page-template-members_only #filters_container.visible .date_picker input {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  width: calc(100% - 1.6rem);
  color: #404040;
}
.page-template-members_only .filters_button {
  display: block !important;
  position: absolute;
  top: -4rem;
  right: 0;
  background: white;
  background: url("../../dist/images/filters.svg") no-repeat left center;
  background-size: 1.5rem;
  background-position: 0.5rem center;
  padding: 0.5rem 0.75rem 0.5rem 2.5rem !important;
}
.page-template-members_only .members_only {
  display: block !important;
  position: static !important;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: pre-wrap;
  border: 0;
  color: black;
  background: transparent;
  left: auto;
}

ul.members-subsection-menu {
  margin-top: 1rem;
  width: 100%;
  align-items: start;
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
ul.members-subsection-menu li {
  margin-top: 1rem;
  padding: 0rem 0.75rem 0.5rem 0.75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  width: fit-content;
  max-width: 100%;
}
ul.members-subsection-menu li:first-child {
  padding-left: 0;
}
ul.members-subsection-menu li a {
  font-weight: 700;
  text-decoration: none;
  color: #404040;
  font-size: 0.9rem;
}
ul.members-subsection-menu li a:hover {
  color: #347a83;
}
@media (min-width: 768px) {
  ul.members-subsection-menu li a {
    font-size: 1rem;
  }
}
ul.members-subsection-menu li.current-menu-item {
  border-bottom: 1px solid #347a83 !important;
}
ul.members-subsection-menu li.current-menu-item a {
  color: #347a83;
}

.single .number_tag {
  background-color: #f4fafb;
  border: 1px solid #a7d6dd;
  padding: 0.25rem 0.5rem;
  color: #347a83;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 1rem;
  line-height: 0.8rem;
  text-decoration: none;
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/_editor.scss ***!
  \********************************************************************************************************************************************/
html body {
  overflow-y: auto;
}
html body.post-type-page .wp-block {
  max-width: 100%;
}

.base_section_container {
  max-width: none;
}

.interface-interface-skeleton__content {
  container-type: inline-size;
  container-name: maincontent;
}

.editor-visual-editor__post-title-wrapper h1 {
  font-family: "Roboto", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #357c85;
  margin-bottom: 2rem;
}

.editor-styles-wrapper .block-editor-block-list__layout {
  font-family: "Roboto", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  --wp--style--block-gap: 0 !important;
  max-width: 1312px;
  margin: 0 auto;
}
.editor-styles-wrapper .block-editor-block-list__layout section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.filters_button {
  display: none !important;
}

.cpt_form_search .fields_wrapper {
  display: flex;
}
