@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.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #f7f8f9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.67;
  font-size: 16px;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.page-template-page-no-scroll {
  overflow: hidden;
}
body.admin-bar .o-main-container.no-scroll {
  height: calc(100vh - 32px);
  overflow: hidden;
}
@media screen and (min-width: 782px) {
  body.admin-bar .c-navigation__popup {
    margin-top: 32px !important;
  }
}
body.admin-bar .secondary-nav, body.admin-bar .c-navigation__contacts {
  padding-bottom: 107px !important;
}
body.admin-bar .wp-block-thefuturblocks-webgl-slider {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .o-main-container.no-scroll {
    height: calc(100vh - 46px);
    overflow: hidden;
  }
  body.admin-bar .c-navigation__popup-holder {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .c-header-sticky {
    top: 0;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

iframe {
  display: block;
  width: 100%;
}

:focus {
  outline: transparent;
}

::-moz-selection {
  background: #1f1f1f;
  color: #ffffff;
}

::selection {
  background: #1f1f1f;
  color: #ffffff;
}

::-moz-selection {
  background: #1f1f1f;
  color: #ffffff;
}

::marker {
  color: #777;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0.625rem;
  font-size: inherit;
  line-height: 1.67;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

a {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: #1f1f1f;
  word-break: break-all;
  word-break: break-word;
}

hr {
  clear: both;
  max-width: 1200px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #777;
  border-left: 0;
}
hr.wp-block-separator {
  max-width: 100px;
}
hr.wp-block-separator.is-style-default {
  max-width: 100px;
}
hr.wp-block-separator.is-style-wide {
  max-width: 100%;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #333333;
}

@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.0625rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
blockquote {
  margin: 1.875rem 0;
  padding: 2rem 3rem;
  color: #1f1f1f;
  border-left: 3px solid #1f1f1f;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
}
blockquote cite {
  display: block;
  font-size: 16px;
  margin-top: 1.25rem;
}

cite {
  font-style: normal;
  color: #1f1f1f;
}

ul, ol, dl {
  margin-bottom: 0.625rem;
  list-style-position: outside;
  line-height: 1.67;
}

li {
  font-size: inherit;
  margin-bottom: 0.5rem;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 1rem 0 1rem 1.5rem;
  font-size: 100%;
  padding-left: 1.25rem;
}

ul ul, ol ul {
  list-style-type: circle;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.2rem;
  font-weight: 600;
}
dl dd {
  margin-bottom: 0.8rem;
}

abbr, abbr[title] {
  border-bottom: 1px dashed #050505;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: none;
  background: #777;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
  overflow: auto;
}

table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}

tr {
  border-bottom: 1px solid #dadadd;
}

th, td {
  text-align: left;
  padding: 0.625rem;
}

figcaption {
  font-size: 0.8125rem;
  color: #777;
  text-align: center;
}

@font-face {
  font-family: "thefutur-icons";
  src: url("../fonts/thefutur-icons.ttf?idspxw") format("truetype"), url("../fonts/thefutur-icons.woff?idspxw") format("woff"), url("../fonts/thefutur-icons.svg?idspxw#thefutur-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.thefutur-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.thefutur-icons__calendar-1::before {
  content: "";
}

.thefutur-icons__search::before {
  content: "";
}

.thefutur-icons__arrow-left-1::before {
  content: "";
}

.thefutur-icons__arrow-right-1::before {
  content: "";
}

.thefutur-icons__link-2::before {
  content: "";
}

.thefutur-icons__quote-1::before {
  content: "";
}

.thefutur-icons__calendar-2::before {
  content: "";
}

.thefutur-icons__bookmark-2::before {
  content: "";
}

.thefutur-icons__iconmonstr-bookmark-thin::before {
  content: "";
}

.thefutur-icons__user-1::before {
  content: "";
}

.thefutur-icons__check-mark-3::before {
  content: "";
}

.thefutur-icons__bag-1::before {
  content: "";
}

.thefutur-icons__x-mark-2::before {
  content: "";
}

.thefutur-icons__check-mark-1::before {
  content: "";
}

.thefutur-icons__favorite-1::before {
  content: "";
}

.thefutur-icons__favorite-2::before {
  content: "";
}

.thefutur-icons__heart-1::before {
  content: "";
}

.thefutur-icons__heart-2::before {
  content: "";
}

.thefutur-icons__x-mark-1::before {
  content: "";
}

.thefutur-icons__check-mark-2::before {
  content: "";
}

.thefutur-icons__star-2::before {
  content: "";
}

.thefutur-icons__star-1::before {
  content: "";
}

.thefutur-icons__chevron-bottom::before {
  content: "";
}

.thefutur-icons__eye-1::before {
  content: "";
}

.thefutur-icons__search-thin::before {
  content: "";
}

.thefutur-icons__angel-right-thin::before {
  content: "";
}

.thefutur-icons__angel-left-thin::before {
  content: "";
}

.thefutur-icons__chevron::before {
  content: "";
}

.thefutur-icons__chevron-bold::before {
  content: "";
}

.thefutur-icons__link::before {
  content: "";
}

.thefutur-icons__quote::before {
  content: "";
}

.thefutur-icons__link-thin::before {
  content: "";
}

.thefutur-icons__shape::before {
  content: "";
}

.thefutur-icons__badge::before {
  content: "";
}

.thefutur-icons__quote-right-thin::before {
  content: "";
}

.thefutur-icons__quote-left-thin::before {
  content: "";
}

.thefutur-icons__arrow-right-thin::before {
  content: "";
}

.thefutur-icons__plus-thin::before {
  content: "";
}

.thefutur-icons__arrow-left-thin::before {
  content: "";
}

.thefutur-icons__left-arrow::before {
  content: "";
}

.thefutur-icons__pinterest::before {
  content: "";
}

.thefutur-icons__instagram::before {
  content: "";
}

.thefutur-icons__twitter::before {
  content: "";
}

.thefutur-icons__facebook::before {
  content: "";
}

.thefutur-icons__email::before {
  content: "";
}

.thefutur-icons__linkedin::before {
  content: "";
}

.thefutur-icons__snapchat::before {
  content: "";
}

.thefutur-icons__youtube::before {
  content: "";
}

.thefutur-icons__behance::before {
  content: "";
}

.thefutur-icons__dribbble::before {
  content: "";
}

.thefutur-icons__plus::before {
  content: "";
}

.thefutur-icons__chevron-right::before {
  content: "";
}

.thefutur-icons__chevron-left::before {
  content: "";
}

.thefutur-icons__arrow-bold::before {
  content: "";
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3125rem 0.5rem;
  height: 40px;
  border: 1px solid #ccc;
  transition: border-color 0.35s;
}

button, input[type=submit] {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.125rem 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
}
button:focus, input[type=submit]:focus {
  background-color: #1f1f1f;
}
button p, input[type=submit] p {
  margin-bottom: 0;
  line-height: 1;
}
button .thefutur-button.thefutur-button__dupl, input[type=submit] .thefutur-button.thefutur-button__dupl {
  display: flex;
  overflow: hidden;
}

fieldset {
  border: 2px solid #ccc;
}
fieldset legend {
  padding: 0 0.625rem;
  font-weight: bold;
}

label {
  margin-bottom: 0.3125rem;
  display: block;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  width: 100%;
  padding: 0.375rem 0 0.125rem;
  height: 40px;
  border: none;
  border-bottom: 1px solid #a3a4a4;
  background-color: transparent;
  transition: 0.3s border-color;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1f1f1f;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
input[type=email]::-ms-placeholder, input[type=number]::-ms-placeholder, input[type=password]::-ms-placeholder, input[type=search]::-ms-placeholder, input[type=tel]::-ms-placeholder, input[type=text]::-ms-placeholder, input[type=url]::-ms-placeholder, textarea::-ms-placeholder {
  color: #1f1f1f;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #1f1f1f;
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1f1f1f;
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
  color: #1f1f1f;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
  margin-bottom: 2rem;
}

textarea {
  height: auto;
  min-height: 7rem;
  max-height: 8.125rem;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #333;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 1.5rem auto 2rem auto;
}

.alignright {
  float: right;
  margin: 0.75rem 0 2rem 2rem;
}
@media screen and (max-width: 599px) {
  .alignright {
    float: none;
    margin-left: 0;
  }
}

.alignleft {
  float: left;
  margin: 0.75rem 2rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 0.75rem 0 2rem 2rem;
}

a img.alignnone {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

a img.alignleft {
  float: left;
  margin: 0.75rem 2rem 2rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image {
  margin-bottom: 2rem;
}

.wp-block-image .alignnone {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-image .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.75rem 2rem 2rem 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.75rem 0 2rem 2rem;
}

p.has-drop-cap:not(:focus)::first-letter {
  padding: 0.75rem;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  background-color: #1f1f1f;
  margin: 0.375rem 0.75rem 0 0;
}

.wp-block-group [class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.wp-block-group [class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
}

.wp-block-group [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
}

.wp-block-group [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group [class*=__inner-container] > * .alignwide {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group [class*=__inner-container] > .wp-block-columns .wp-block-column .wp-block-thefuturblocks-hero-image.alignwide {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 1.875rem;
}

.wp-block-media-text.has-background {
  margin-bottom: 1.25rem;
}

.wp-block-thefuturblocks-button.aligncenter {
  text-align: center;
}

.wp-block-thefuturblocks-primarybutton.aligncenter {
  text-align: center;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption figcaption {
  margin-top: 6px;
  margin-bottom: 12px;
}

.wp-caption.alignnone {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft {
  margin: 0.75rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 0.75rem 0 2rem 2rem;
}

.c-post__content > .wp-caption.alignright {
  margin-bottom: 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}
.wp-block-button.aligncenter, .wp-block-button.alignleft, .wp-block-button.alignright {
  margin-bottom: 2rem;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-latest-posts {
  margin-left: 0;
  margin-bottom: 16px;
}

.wp-block-categories,
.wp-block-archives-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-categories li,
.wp-block-archives-list li {
  margin-bottom: 8px;
}
.wp-block-categories li a,
.wp-block-archives-list li a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #676868;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
}
.wp-block-categories li a::after,
.wp-block-archives-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.wp-block-categories li a:hover::after,
.wp-block-archives-list li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.wp-block-categories li .post-count,
.wp-block-archives-list li .post-count {
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
.wp-block-categories li .children,
.wp-block-archives-list li .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.wp-block-categories > li > ul li a::before,
.wp-block-archives-list > li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.wp-block-categories > li > ul li a::after,
.wp-block-archives-list > li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
  bottom: 0.25rem;
}
.wp-block-categories > li > ul li > ul li a::before,
.wp-block-archives-list > li > ul li > ul li a::before {
  content: "--";
}
.wp-block-categories > li > ul li > ul li a::after,
.wp-block-archives-list > li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
  bottom: 0.25rem;
}

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0.5rem;
}

.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align: center;
}

.o-single-post .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2.25rem !important;
}

.wp-block-embed.alignfull iframe,
.wp-block-embed.alignwide iframe {
  width: 100%;
}

.wp-block-embed.is-type-video {
  position: relative;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 68.75%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-cover {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.wp-block-cover.alignwide {
  width: auto;
}
.wp-block-cover.aligncenter {
  margin-bottom: 2rem;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 36.25rem;
}
.wp-block-cover .wp-block-cover__inner-container > p {
  line-height: 1.2;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #777;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem;
}
.gallery .gallery-item {
  flex: 1;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
  flex: 0 0 auto;
}
.gallery.gallery-columns-1 .gallery-item {
  width: calc(100% - 1.25rem);
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 1.25rem);
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.25rem);
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 1.25rem);
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 1.25rem);
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(16.6666666667% - 1.25rem);
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(14.2857142857% - 1.25rem);
}
.gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 1.25rem);
}
.gallery.gallery-columns-9 .gallery-item {
  width: calc(11.1111111111% - 1.25rem);
}
.gallery .gallery-caption {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .wp-custom-header video,
.wp-custom-header img,
.wp-custom-header iframe {
    z-index: 1;
    position: absolute;
    height: 120%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}
.site-content-contain {
  position: relative;
}

@media (min-width: 600px) and (max-width: 782px) {
  .wp-block-column {
    margin-bottom: 2rem;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 1.25rem;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-gallery {
  margin-bottom: 1.25rem;
}

.wp-block-pullquote {
  padding: 0;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.wp-block-pullquote blockquote {
  border-left: none;
}

blockquote.wp-block-quote:not(.is-style-large):not(.is-large) {
  border-left: 3px solid #1f1f1f;
}
blockquote.wp-block-quote:not(.is-style-large):not(.is-large) p {
  font-size: 1.25rem;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 3px solid #1f1f1f;
  border-bottom: 3px solid #1f1f1f;
}

.wp-block-verse pre,
pre.wp-block-verse {
  padding: 1rem;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.125rem;
  text-align: left;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  border-bottom: 2px solid #777;
}

ul.wp-block-latest-posts {
  list-style: none;
}

ul.wp-block-categories {
  list-style: none;
}

form.wp-block-search input[type=search] {
  border: none;
  width: auto;
  border-bottom: 1px solid #1f1f1f;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
}

blockquote.wp-block-quote:not(.is-style-large):not(.is-large) {
  border-left-width: 3px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 2rem 2.5rem;
  margin-bottom: 1.875rem;
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.wp-block-tag-cloud a {
  font-size: 0.875rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
}
.wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.wp-block-tag-cloud a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.wp-block-tag-cloud a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.wp-block-tag-cloud a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}

.wp-block-table table {
  min-width: 64rem;
}

.wp-block-calendar table th {
  font-weight: bold;
  background-color: transparent;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  border: none;
  padding: 10px;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1em;
  }
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  height: 3.125rem;
}

.wp-block-calendar {
  margin-bottom: 1.25rem;
}
.wp-block-calendar #wp-calendar {
  width: 100%;
}
.wp-block-calendar #wp-calendar caption {
  text-align: center;
  margin: 0.625rem 0.9375rem;
}
.wp-block-calendar #wp-calendar thead th {
  text-align: center;
}
.wp-block-calendar #wp-calendar thead th:last-child {
  background-color: #1f1f1f;
  color: #fff;
}
.wp-block-calendar #wp-calendar tbody tr td {
  position: relative;
  padding: 0.5rem;
  text-align: center;
}
.wp-block-calendar #wp-calendar tfoot tr #prev {
  padding-top: 0.625rem;
}
.wp-block-calendar #wp-calendar tfoot tr #next {
  text-align: right;
}

.wp-block-gallery.is-cropped,
.wp-block-gallery.is-cropped .blocks-gallery-grid {
  width: 100%;
}

.wp-block-webfactory-map {
  filter: grayscale(1);
}

figure.wp-block-gallery.has-nested-images.columns-3,
figure.wp-block-gallery.has-nested-images.columns-default {
  display: flex;
  flex-wrap: wrap;
}

:root .has-black-background-color {
  background-color: #1f1f1f !important;
}
:root .has-black-color {
  color: #1f1f1f !important;
}
:root .has-dark-grey-background-color {
  background-color: #777;
}
:root .has-dark-grey-color {
  color: #777;
}
:root .has-grey-background-color {
  background-color: #a3a4a4;
}
:root .has-grey-color {
  color: #a3a4a4;
}
:root .has-light-grey-background-color {
  background-color: #ccc;
}
:root .has-light-grey-color {
  color: #ccc;
}
:root .has-white-smoke-background-color {
  background-color: #f7f8f9;
}
:root .has-white-smoke-color {
  color: #f7f8f9;
}
:root .has-white-background-color {
  background-color: #fff;
}
:root .has-white-color {
  color: #fff;
}
:root .has-darksalmon-background-color {
  background-color: #d19675;
}
:root .has-darksalmon-color {
  color: #d19675;
}
:root .has-lightsalmon-background-color {
  background-color: #ecd5c7;
}
:root .has-lightsalmon-color {
  color: #ecd5c7;
}
:root .has-zumthor-background-color {
  background-color: #46b1b5;
}
:root .has-zumthor-color {
  color: #46b1b5;
}
:root .has-lightzumthor-background-color {
  background-color: #cadcdc;
}
:root .has-lightzumthor-color {
  color: #cadcdc;
}
:root .has-transparent-background-color {
  background-color: transparent;
}
:root .has-transparent-color {
  color: transparent;
}
:root .has-small-font-size {
  font-size: 0.8125rem;
}
:root .has-normal-font-size {
  font-size: 1rem;
}
:root .has-medium-font-size {
  font-size: 1.25rem;
}
:root .has-large-font-size {
  font-size: 2.25rem;
}
:root .has-huge-font-size {
  font-size: 3rem;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
  color: var(--wp--preset--color--black);
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray);
}

.has-white-color {
  color: var(--wp--preset--color--white);
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink);
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red);
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange);
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber);
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan);
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan);
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue);
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue);
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple);
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black);
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray);
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white);
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink);
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red);
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange);
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber);
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan);
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan);
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue);
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue);
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple);
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black);
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray);
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white);
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink);
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red);
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange);
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber);
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan);
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan);
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue);
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue);
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple);
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan);
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange);
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray);
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum);
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple);
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux);
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk);
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean);
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass);
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight);
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large);
}

.o-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.o-container.o-container--wide {
  max-width: 82.5rem;
}
@media screen and (min-width: 1024px) {
  .o-container.o-container--reveal {
    visibility: hidden;
  }
}
.o-container.o-container--ov-hide {
  overflow: hidden;
}

.o-main-container {
  padding-top: 5.625rem;
  padding-bottom: 6.5rem;
  background-color: #f7f8f9;
}
.o-main-container.no-scroll {
  padding-top: 0;
  height: 100vh;
  overflow: hidden;
}

.o-row {
  display: flex;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  flex-wrap: wrap;
}
.o-row__column {
  width: calc(100% - 1.25rem);
  flex: 0 0 auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  direction: initial;
}
.o-row__column--span-1 {
  width: calc(8.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-1\@small {
    width: calc(8.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-1\@medium {
    width: calc(8.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-1\@large {
    width: calc(8.3333333333% - 1.25rem);
  }
}
.o-row__column--span-2 {
  width: calc(16.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-2\@small {
    width: calc(16.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-2\@medium {
    width: calc(16.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-2\@large {
    width: calc(16.6666666667% - 1.25rem);
  }
}
.o-row__column--span-3 {
  width: calc(25% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-3\@small {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-3\@medium {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-3\@large {
    width: calc(25% - 1.25rem);
  }
}
.o-row__column--span-4 {
  width: calc(33.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-4\@small {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-4\@medium {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-4\@large {
    width: calc(33.3333333333% - 1.25rem);
  }
}
.o-row__column--span-5 {
  width: calc(41.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-5\@small {
    width: calc(41.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-5\@medium {
    width: calc(41.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-5\@large {
    width: calc(41.6666666667% - 1.25rem);
  }
}
.o-row__column--span-6 {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-6\@small {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-6\@medium {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-6\@large {
    width: calc(50% - 1.25rem);
  }
}
.o-row__column--span-7 {
  width: calc(58.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-7\@small {
    width: calc(58.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-7\@medium {
    width: calc(58.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-7\@large {
    width: calc(58.3333333333% - 1.25rem);
  }
}
.o-row__column--span-8 {
  width: calc(66.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-8\@small {
    width: calc(66.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-8\@medium {
    width: calc(66.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-8\@large {
    width: calc(66.6666666667% - 1.25rem);
  }
}
.o-row__column--span-9 {
  width: calc(75% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-9\@small {
    width: calc(75% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-9\@medium {
    width: calc(75% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-9\@large {
    width: calc(75% - 1.25rem);
  }
}
.o-row__column--span-10 {
  width: calc(83.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-10\@small {
    width: calc(83.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-10\@medium {
    width: calc(83.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-10\@large {
    width: calc(83.3333333333% - 1.25rem);
  }
}
.o-row__column--span-11 {
  width: calc(91.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-11\@small {
    width: calc(91.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-11\@medium {
    width: calc(91.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-11\@large {
    width: calc(91.6666666667% - 1.25rem);
  }
}
.o-row__column--span-12 {
  width: calc(100% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-12\@small {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-12\@medium {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-12\@large {
    width: calc(100% - 1.25rem);
  }
}
.o-row__col--span-1 {
  width: calc(6.25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-1\@small {
    width: calc(6.25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-1\@medium {
    width: calc(6.25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-1\@large {
    width: calc(6.25rem - 1.25rem);
  }
}
.o-row__col--span-2 {
  width: calc(12.5rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-2\@small {
    width: calc(12.5rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-2\@medium {
    width: calc(12.5rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-2\@large {
    width: calc(12.5rem - 1.25rem);
  }
}
.o-row__col--span-3 {
  width: calc(18.75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-3\@small {
    width: calc(18.75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-3\@medium {
    width: calc(18.75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-3\@large {
    width: calc(18.75rem - 1.25rem);
  }
}
.o-row__col--span-4 {
  width: calc(25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-4\@small {
    width: calc(25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-4\@medium {
    width: calc(25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-4\@large {
    width: calc(25rem - 1.25rem);
  }
}
.o-row__col--span-5 {
  width: calc(31.25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-5\@small {
    width: calc(31.25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-5\@medium {
    width: calc(31.25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-5\@large {
    width: calc(31.25rem - 1.25rem);
  }
}
.o-row__col--span-6 {
  width: calc(37.5rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-6\@small {
    width: calc(37.5rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-6\@medium {
    width: calc(37.5rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-6\@large {
    width: calc(37.5rem - 1.25rem);
  }
}
.o-row__col--span-7 {
  width: calc(43.75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-7\@small {
    width: calc(43.75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-7\@medium {
    width: calc(43.75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-7\@large {
    width: calc(43.75rem - 1.25rem);
  }
}
.o-row__col--span-8 {
  width: calc(50rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-8\@small {
    width: calc(50rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-8\@medium {
    width: calc(50rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-8\@large {
    width: calc(50rem - 1.25rem);
  }
}
.o-row__col--span-9 {
  width: calc(56.25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-9\@small {
    width: calc(56.25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-9\@medium {
    width: calc(56.25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-9\@large {
    width: calc(56.25rem - 1.25rem);
  }
}
.o-row__col--span-10 {
  width: calc(62.5rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-10\@small {
    width: calc(62.5rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-10\@medium {
    width: calc(62.5rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-10\@large {
    width: calc(62.5rem - 1.25rem);
  }
}
.o-row__col--span-11 {
  width: calc(68.75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-11\@small {
    width: calc(68.75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-11\@medium {
    width: calc(68.75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-11\@large {
    width: calc(68.75rem - 1.25rem);
  }
}
.o-row__col--span-12 {
  width: calc(75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-12\@small {
    width: calc(75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-12\@medium {
    width: calc(75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-12\@large {
    width: calc(75rem - 1.25rem);
  }
}

.u-bor-b {
  border-bottom: 1px solid #ccc;
}

.c-header--bg-dark .u-bor-b {
  border-color: #333;
}

.c-post {
  margin-bottom: 5.5rem;
}
.c-post-archive__title {
  padding: 3rem 0.625rem 4rem;
}
.c-post-archive__title h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-post__wrapper {
  padding: 0 0.625rem;
}
.c-post__single-wrapper {
  max-width: 75rem;
  padding: 0 0.625rem;
}
.c-post.sticky .c-post__title a {
  display: flex;
  align-items: center;
}
.c-post.sticky .c-post__title a .thefutur-icons {
  margin-right: 0.75rem;
}
.c-post__nopost {
  margin-bottom: 5rem;
}
.c-post__nopost form {
  margin-bottom: 2.25rem;
}
.c-post__nopost-text {
  margin-bottom: 1rem;
}
.c-post__nopost-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.125rem 2.625rem;
}
.c-post__nopost-button .thefutur-button.thefutur-button__dupl {
  display: flex;
  overflow: hidden;
}
.c-post__nopost-button p {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  line-height: 1;
}
.c-post.format-quote {
  margin-bottom: 6.5rem;
}
.c-post.format-quote .c-post__excerpt {
  margin: 0;
}
.c-post.format-quote .c-post__quote-gutenberg {
  display: block;
}
.c-post.format-quote .c-post__quote-gutenberg-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4.4% 4.5% 4.4% 4.5%;
  position: relative;
  overflow: hidden;
  background: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .c-post.format-quote .c-post__quote-gutenberg-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-post.format-quote .c-post__quote-gutenberg-holder .c-post__thumbnail {
  background: transparent;
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote {
  color: #fff;
  margin: 0;
  position: relative;
  background: transparent;
  padding: 0;
  width: calc(100% - 208px);
  margin-left: 3rem;
  z-index: 1;
  font-weight: 600;
  font-size: 1.25rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-post.format-quote .c-post__quote-gutenberg-holder blockquote {
    margin-left: 0;
    margin-bottom: 1.75rem;
    width: 100%;
  }
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote p {
  font-size: 1.25rem;
  margin-top: 0;
  font-style: normal;
  color: #fff;
  font-weight: 600;
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote cite {
  font-style: normal;
  margin-top: 0.75rem;
  font-size: 1rem;
  display: block;
  font-weight: 400;
  color: #fff;
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote.wp-block-quote {
  border-left: none;
}
.c-post.format-quote .c-post__quote-gutenberg-holder .c-post__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.c-post.format-quote .c-post__quote-gutenberg-holder .c-post__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post.format-quote .c-post__quote-gutenberg-icon {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.c-post.format-quote .c-post__quote-gutenberg-icon .thefutur-icons {
  font-size: 4.5rem;
}
.c-post.format-link {
  margin-bottom: 6.5rem;
}
.c-post.format-link .c-post__link-gutenberg {
  display: block;
}
.c-post.format-link .c-post__link-gutenberg-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8% 4.5% 8% 4.5%;
  position: relative;
  overflow: hidden;
  background: #777;
  font-size: 1rem;
  font-weight: 500;
}
.c-post.format-link .c-post__link-gutenberg-holder .c-post__thumbnail {
  background: transparent;
}
.c-post.format-link .c-post__link-gutenberg-holder p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  font-size: 1rem;
  z-index: 1;
}
.c-post.format-link .c-post__link-gutenberg-holder a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.4;
}
.c-post.format-link .c-post__link-gutenberg-holder a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-post.format-link .c-post__link-gutenberg-holder a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-post.format-link .c-post__link-gutenberg-holder a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-post.format-link .c-post__link-gutenberg-holder a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-post.format-link .c-post__link-gutenberg-holder .c-post__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.c-post.format-link .c-post__link-gutenberg-holder .c-post__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post.format-link .c-post__link-gutenberg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  margin-right: 1.25rem;
}
.c-post.format-link .c-post__link-gutenberg-icon .thefutur-icons {
  font-size: 2rem;
}
.c-post__footer {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin: 1.875rem -1.25rem -1.25rem -1.25rem;
  padding: 1.25rem;
}
.c-post__tags {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.c-post__tags a {
  font-size: 1rem;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
}
.c-post__tags a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-post__tags a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-post__tags a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-post__tags a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-post__meta {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.c-post__meta-author {
  padding: 0.25rem 0.875rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.c-post__meta-date {
  padding: 0.5rem 0.875rem 0.75rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.c-post__meta-date--month {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.c-post__meta-date--day {
  font-size: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
  .c-post__meta-date--day {
    font-size: 1.375rem;
  }
}
.c-post__meta-cats {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
}
.c-post__meta-cats a {
  color: #777;
  position: relative;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
}
.c-post__meta-cats a > span {
  position: relative;
}
.c-post__meta-cats a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-post__meta-cats a::after {
  content: "";
  width: 0.375rem;
  height: 1px;
  background: currentColor;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  display: inline-block;
  pointer-events: none;
}
.c-post__meta-cats a:first-child::after {
  content: none;
}
.c-post__meta-cats a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-post__audio {
  width: 100%;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-post__audio iframe {
  display: block;
  width: 100%;
}
.c-post__video {
  width: 100%;
  position: relative;
}
.c-post__video video {
  display: block;
  width: 100%;
}
.c-post__video video[poster] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__video .c-post__meta-author {
  bottom: 2.5rem;
}
.c-post__thumbnail, .c-post__gallery, .c-post__video {
  background-color: #dadadd;
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-post__readmore {
  margin-top: 1.75rem;
  font-size: 0.8125rem;
}
.c-post__readmore a {
  display: inline-flex;
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  position: relative;
}
.c-post__readmore a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-post__readmore a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-post__readmore a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-post__readmore a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-post__excerpt {
  color: #777;
  margin-top: 0.875rem;
}
.c-post__excerpt p {
  margin-bottom: 0;
}
.c-post__title {
  margin-bottom: 0;
}
.c-post__content {
  margin-top: 1rem;
}
.c-post__gallery-gutenberg {
  position: relative;
  margin-bottom: 1.875rem;
}
.c-post__gallery-gutenberg > a {
  display: block;
}
.c-post__gallery-gutenberg .c-post__gallery-button {
  position: absolute;
  right: 0;
  height: 3.125rem;
  width: 3.125rem;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
}
.c-post__gallery-gutenberg .c-post__gallery-button--prev {
  bottom: 0;
}
.c-post__gallery-gutenberg .c-post__gallery-button--next {
  bottom: 3.125rem;
  border-bottom: 1px solid #dadadd;
}
.c-post__gallery-gutenberg .blocks-gallery-grid,
.c-post__gallery-gutenberg .wp-block-gallery {
  display: block;
  position: relative;
}
.c-post__gallery-gutenberg .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-post__gallery-gutenberg .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-post__gallery-gutenberg .wp-block-gallery {
  position: relative;
}
.c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-post__gallery-gutenberg .wp-block-gallery.alignwide, .c-post__gallery-gutenberg .wp-block-gallery.alignfull {
  width: 100%;
  margin: 0;
}
.c-post__gallery-gutenberg .wp-block-gallery figure.wp-block-image {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.c-post__gallery-gutenberg .wp-block-gallery figure.wp-block-image > img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-single-post .c-post {
  padding-top: 0;
  padding-bottom: 0;
}
.o-single-post .c-post__content::after {
  content: "";
  clear: both;
  display: table;
}
.o-single-post .c-post.format-gallery .c-post__content > .wp-block-gallery:first-of-type {
  display: none;
}
.o-single-post .c-post.format-quote .c-post__content > .wp-block-quote:first-of-type {
  display: none;
}
.o-single-post .c-post.format-quote .c-post__quote-gutenberg {
  margin-bottom: 2rem;
}
.o-single-post .c-post.format-audio .c-post__content > .wp-block-embed:first-of-type {
  display: none;
}
.o-single-post .c-post.format-audio .c-post__content > .wp-block-audio:first-of-type {
  display: none;
}
.o-single-post .c-post.format-video .c-post__content > .wp-block-embed:first-of-type {
  display: none;
}
.o-single-post .c-post.format-video .c-post__content > .wp-block-video:first-of-type {
  display: none;
}
.o-single-post .c-post.format-video .c-post__content > p iframe:first-of-type {
  display: none;
}
.o-single-post .c-post.format-link .c-post__content > p:first-of-type {
  display: none;
}
.o-single-post .c-post.format-link .c-post__link-gutenberg {
  margin-bottom: 2rem;
}
.o-single-post .c-post__thumbnail, .o-single-post .c-post__gallery, .o-single-post .c-post__video {
  background-color: #dadadd;
  text-align: center;
  margin: 0 auto;
  max-width: 75rem;
  margin-bottom: 1.75rem;
  position: relative;
}
.o-single-post .c-post__thumbnail img, .o-single-post .c-post__gallery img, .o-single-post .c-post__video img {
  -o-object-fit: cover;
     object-fit: cover;
}
.o-single-post .c-post__header {
  margin-bottom: 0;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery {
  position: relative;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery.alignwide, .o-single-post .c-post__gallery-gutenberg .wp-block-gallery.alignfull {
  width: 100%;
  margin: 0;
}

.o-single-post-full .alignwide {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  max-width: 78.75rem;
}
@media screen and (max-width: 1260px) {
  .o-single-post-full .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.o-single-post-full .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}
.o-single-post-full .alignfull img {
  width: 100%;
}
.o-single-post-full .wp-block-cover-image.alignwide, .o-single-post-full .wp-block-cover-image.alignfull {
  width: auto;
}
.o-single-post-full.o-container.o-container--wide .alignwide {
  margin-left: -5rem;
  margin-right: -5rem;
  max-width: 92.5rem;
}
@media screen and (max-width: 1480px) {
  .o-single-post-full.o-container.o-container--wide .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.o-single-post-full.o-container.o-container--wide .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}
.o-single-post-full.o-container.o-container--wide .alignfull img {
  width: 100%;
}

.o-single-post-left-sidebar .alignwide,
.o-single-post-left-sidebar .alignfull,
.o-single-post-sidebar .alignwide,
.o-single-post-sidebar .alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem;
  width: auto;
}
.o-single-post-left-sidebar .wp-block-cover-image.alignwide, .o-single-post-left-sidebar .wp-block-cover-image.alignfull,
.o-single-post-sidebar .wp-block-cover-image.alignwide,
.o-single-post-sidebar .wp-block-cover-image.alignfull {
  width: auto;
}
.o-single-post-left-sidebar.o-container.o-container--wide .alignwide,
.o-single-post-left-sidebar.o-container.o-container--wide .alignfull,
.o-single-post-sidebar.o-container.o-container--wide .alignwide,
.o-single-post-sidebar.o-container.o-container--wide .alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem;
  width: auto;
}

.o-row.left-sidebar {
  flex-direction: row-reverse;
}

.o-posts .c-post__inner.creative {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative {
    display: block;
  }
}
.o-posts .c-post__inner.creative .c-post__thumbnail {
  width: calc(50% - 40px);
  margin-bottom: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative .c-post__thumbnail {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .c-post__inner.creative .c-post__gallery-gutenberg {
  width: calc(50% - 40px);
  margin-bottom: 0;
  margin-right: 2.5rem;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative .c-post__gallery-gutenberg {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .c-post__inner.creative .c-post__gallery-gutenberg .wp-block-gallery {
  margin-bottom: 0;
}
.o-posts .c-post__inner.creative .c-post__content-wrapper {
  padding-left: 2.5rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative .c-post__content-wrapper {
    width: 100%;
    padding-left: 0px;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative {
    display: block;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__thumbnail {
  width: calc(50% - 20px);
  margin-bottom: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__thumbnail {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__gallery-gutenberg {
  width: calc(50% - 20px);
  margin-bottom: 0;
  margin-right: 1.25rem;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__gallery-gutenberg {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__content-wrapper {
  padding-left: 1.25rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__content-wrapper {
    width: 100%;
    padding-left: 0px;
  }
}

.c-page {
  padding: 0 0.625rem;
}
.c-page__header {
  padding: 3rem 0.625rem 4rem;
}
.c-page__header h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-page .wp-block-cover-image.alignwide, .c-page .wp-block-cover-image.alignfull {
  width: auto;
}
.c-page__content::after {
  content: "";
  clear: both;
  display: table;
}

.c-portfolio {
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-portfolio-archive__title {
  padding: 3rem 0.625rem 4rem;
}
.c-portfolio-archive__title h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-portfolio-archive__title p {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.c-portfolio.format-gallery .c-portfolio__content > .wp-block-gallery:first-of-type {
  display: none;
}
.c-portfolio__single-wrapper {
  max-width: 75rem;
  padding: 0 0.625rem;
}
.c-portfolio__single-wrapper .c-portfolio {
  margin-bottom: 0;
}
.c-portfolio__archive-wrapper {
  padding: 0 0.625rem 5rem;
}
.c-portfolio__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.c-portfolio__masonry-grid {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  visibility: hidden;
}
.c-portfolio__masonry-grid.grid-no-space, .c-portfolio__masonry-grid.grid-creative-ns {
  margin-left: 0;
  margin-right: 0;
}
.c-portfolio__masonry-grid.grid-no-space .c-portfolio, .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio {
  padding: 0;
  margin: 0;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio, .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio {
  height: 22.5rem;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio:nth-child(6n+1), .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio:nth-child(6n+1) {
  height: 28.625rem;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio:nth-child(6n+3), .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio:nth-child(6n+3) {
  height: 28.625rem;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio:nth-child(6n+4), .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio:nth-child(6n+4) {
  height: 28.625rem;
}
.c-portfolio__filter {
  margin-bottom: 1.125rem;
  display: flex;
  flex-wrap: wrap;
}
.c-portfolio__filter-info {
  margin-right: 1.625rem;
  margin-bottom: 0.875rem;
}
.c-portfolio__filter-info span {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #777;
  line-height: 1.2;
  font-weight: 500;
}
.c-portfolio__filter-button {
  margin-right: 1.25rem;
  margin-bottom: 0.875rem;
  cursor: pointer;
}
.c-portfolio__filter-button a, .c-portfolio__filter-button span {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #1f1f1f;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}
.c-portfolio__filter-button a::before, .c-portfolio__filter-button span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-portfolio__filter-button:hover > a::before, .c-portfolio__filter-button.active > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-portfolio__filter-button:hover > span::before, .c-portfolio__filter-button.active > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-portfolio__search {
  max-width: 15rem;
}
.c-portfolio__search .c-search-form__button {
  right: 0.1875rem;
}
.c-portfolio__search input[type=search] {
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}
.c-portfolio__search input[type=text], .c-portfolio__search input[type=search] {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem 0.125rem;
  font-weight: 600;
  border: 1px solid #a3a4a4;
}
.c-portfolio__search input[type=text]::-webkit-input-placeholder, .c-portfolio__search input[type=search]::-webkit-input-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]::-moz-placeholder, .c-portfolio__search input[type=search]::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.c-portfolio__search input[type=text]::-ms-placeholder, .c-portfolio__search input[type=search]::-ms-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]::-moz-placeholder, .c-portfolio__search input[type=search]::-moz-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]:-ms-input-placeholder, .c-portfolio__search input[type=search]:-ms-input-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]::placeholder, .c-portfolio__search input[type=search]::placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]:focus, .c-portfolio__search input[type=search]:focus {
  border-color: #1f1f1f;
}
.c-portfolio--no-space, .c-portfolio--creative-ns {
  padding: 0;
  margin-bottom: 0;
}
.c-portfolio__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-portfolio__wrapper:hover .c-portfolio__header-wrapper.header-animation .c-portfolio__header::before {
  opacity: 0.3;
}
.c-portfolio__header {
  display: flex;
  flex-direction: column;
}
.c-portfolio__header h4 {
  margin-bottom: 8px;
}
.c-portfolio__header-wrapper {
  margin: 1.5rem 0 1.75rem;
}
.c-portfolio__header-wrapper.header-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #1f1f1f;
  overflow: hidden;
}
.c-portfolio__header-wrapper.header-animation.hover-om {
  right: 0;
  top: 0;
}
.c-portfolio__header-wrapper.header-animation.hover-om .c-portfolio__header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.c-portfolio__header-wrapper.header-animation.hover-om .c-portfolio__cats-wrapper {
  justify-content: center;
}
.c-portfolio__header-wrapper.header-animation.hover-oa {
  background: transparent;
  right: 0;
  top: 0;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header {
  text-align: center;
  padding: 1rem;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1f1f1f;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.14, 0.31, 0.47, 0.99);
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header .c-portfolio__title {
  z-index: 1;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header .c-portfolio__link {
  z-index: 2;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header .c-portfolio__cats-wrapper {
  z-index: 3;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 3rem 1.25rem 1.25rem;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__title {
  margin-bottom: 0;
  color: #fff;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__cats-wrapper {
  margin-top: 0.25rem;
  transform-origin: 0 0;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__cats a {
  color: #a3a4a4;
}
.c-portfolio__header > .c-portfolio__title {
  color: #1f1f1f;
  margin: 0;
}
.c-portfolio__cats-wrapper {
  display: block;
  margin-top: 0.375rem;
}
.c-portfolio__cats {
  display: block;
}
.c-portfolio__cats a {
  color: #777;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-portfolio__cats a::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 26px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-portfolio__cats a::after {
  content: "";
  width: 0.375rem;
  height: 1px;
  background: currentColor;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  display: inline-block;
  pointer-events: none;
}
.c-portfolio__cats a:first-child::after {
  content: none;
}
.c-portfolio__cats a:first-child::before {
  width: calc(100% - 2px);
  left: 0;
}
.c-portfolio__cats a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-portfolio__link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-portfolio__link-text {
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
}
.c-portfolio__image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-portfolio__video {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-portfolio__video video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-portfolio__thumbnail, .c-portfolio__gallery {
  background-color: #f1f1f1;
  text-align: center;
  height: 100%;
}
.c-portfolio__thumbnail img, .c-portfolio__gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-portfolio__thumbnail video, .c-portfolio__gallery video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-portfolio__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.c-portfolio__thumbnail.has-sh {
  height: 22.5rem;
}
.c-portfolio__loadmore {
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-portfolio__loadmore-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
}
.c-portfolio__loadmore-link {
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #1f1f1f;
  padding: 10px;
  width: 11.25rem;
  height: 11.25rem;
  border-color: #1f1f1f;
}
.c-portfolio__loadmore-before {
  position: absolute;
  background: #1f1f1f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-portfolio__loadmore-text {
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: 0.8125rem;
}
.c-portfolio__loadmore-text--altered {
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  position: absolute;
  color: #1f1f1f;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.25em;
  font-weight: 600;
  font-size: 0.8125rem;
}
.c-portfolio__gallery-gutenberg {
  margin-bottom: 3rem;
  position: relative;
}
.c-portfolio__gallery-gutenberg .c-portfolio__gallery-button {
  position: absolute;
  right: 0;
  height: 3.125rem;
  width: 3.125rem;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
}
.c-portfolio__gallery-gutenberg .c-portfolio__gallery-button--prev {
  bottom: 0;
}
.c-portfolio__gallery-gutenberg .c-portfolio__gallery-button--next {
  bottom: 3.125rem;
  border-bottom: 1px solid #dadadd;
}
.c-portfolio__gallery-gutenberg .blocks-gallery-grid, .c-portfolio__gallery-gutenberg .wp-block-gallery {
  display: block;
}
.c-portfolio__gallery-gutenberg .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-portfolio__gallery-gutenberg .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery {
  position: relative;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery.alignwide, .c-portfolio__gallery-gutenberg .wp-block-gallery.alignfull {
  width: 100%;
  margin: 0;
}
.c-portfolio__navigation .navigation.pagination .nav-links {
  margin-top: 3rem;
}

.o-single-post .wp-block-cover-image.alignwide, .o-single-post .wp-block-cover-image.alignfull {
  width: auto;
}
.o-single-post .c-portfolio {
  padding: 0;
}
.o-single-post .c-portfolio__thumbnail, .o-single-post .c-portfolio__gallery, .o-single-post .c-portfolio__video {
  background-color: #f1f1f1;
  text-align: center;
  max-width: 71.25rem;
  margin-bottom: 2.5rem;
}
.o-single-post .c-portfolio__thumbnail img, .o-single-post .c-portfolio__gallery img, .o-single-post .c-portfolio__video img {
  -o-object-fit: cover;
     object-fit: cover;
}
.o-single-post .c-portfolio__header {
  display: block;
  margin: 0;
  padding: 2.5rem 0.625rem;
}
.o-single-post .c-portfolio__title {
  margin-bottom: 8px;
}
.o-single-post .c-portfolio__cats a {
  color: inherit;
}

.ajax-loadmore-container {
  text-align: center;
  margin-top: 1.625rem;
}

.archive.tax-thefutur-portfolio-category .c-portfolio__filter-button.c-portfolio__filter-button--main.active > a::before {
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.archive.tax-thefutur-portfolio-category .c-portfolio__filter-button.c-portfolio__filter-button.c-portfolio__filter-button--main:hover > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

@media screen and (min-width: 64em) {
  .c-sidebar, .c-woo-sidebar {
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-sidebar, .c-woo-sidebar {
    padding: 0 0.625rem;
    margin-top: 5.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-sidebar, .c-woo-sidebar {
    padding: 0 0.625rem;
    margin-top: 5.75rem;
  }
}

@media screen and (min-width: 64em) {
  .o-row.left-sidebar .c-sidebar {
    padding-left: 0.625rem;
  }
}

.c-sidebar-widget, .c-woo-sidebar-widget {
  margin-bottom: 3rem;
  font-size: 1rem;
}
.c-sidebar-widget > h5, .c-woo-sidebar-widget > h5 {
  font-size: 1.4375rem;
  margin-bottom: 1.375rem;
}
.c-sidebar-widget > ul, .c-woo-sidebar-widget > ul {
  list-style: none;
  margin: 0;
}
.c-sidebar-widget.widget_block .wp-block-search, .c-woo-sidebar-widget.widget_block .wp-block-search {
  position: relative;
}
.c-sidebar-widget.widget_block .wp-block-search label, .c-woo-sidebar-widget.widget_block .wp-block-search label {
  display: none;
  margin-bottom: 0;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__inside-wrapper, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search], .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search] {
  width: 100%;
  padding-right: 1.625rem;
  max-height: 2.75rem;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-webkit-input-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-webkit-input-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-ms-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-ms-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]:-ms-input-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]:-ms-input-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button {
  position: absolute;
  right: 0.625rem;
  top: 0;
  height: 2.75rem;
  width: 1.125rem;
  padding: 0;
  background: transparent;
  border: none;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:focus, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:focus {
  background: transparent;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon {
  width: 1.4375rem;
  right: 0;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon svg, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon svg {
  min-height: 1.875rem;
  min-width: 1.875rem;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon), .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon) {
  font-size: 0;
  font-family: thefutur-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon)::before, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon)::before {
  content: "";
  font-size: 1.375rem;
  color: #1f1f1f;
}
.c-sidebar-widget.widget_thefutur_social_widget > h5, .c-sidebar-widget.widget_categories > h5, .c-sidebar-widget.widget_archive > h5, .c-sidebar-widget.widget_tag_cloud > h5, .c-woo-sidebar-widget.widget_thefutur_social_widget > h5, .c-woo-sidebar-widget.widget_categories > h5, .c-woo-sidebar-widget.widget_archive > h5, .c-woo-sidebar-widget.widget_tag_cloud > h5 {
  margin-bottom: 0.875rem;
}
.c-sidebar-widget.widget_thefutur_social_widget, .c-sidebar-widget.widget_categories, .c-sidebar-widget.widget_archive, .c-sidebar-widget.widget_tag_cloud, .c-woo-sidebar-widget.widget_thefutur_social_widget, .c-woo-sidebar-widget.widget_categories, .c-woo-sidebar-widget.widget_archive, .c-woo-sidebar-widget.widget_tag_cloud {
  margin-bottom: 2.5rem;
}
.c-sidebar-widget .tagcloud, .c-woo-sidebar-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.c-sidebar-widget .tagcloud a, .c-woo-sidebar-widget .tagcloud a {
  font-size: 1rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
}
.c-sidebar-widget .tagcloud a::before, .c-woo-sidebar-widget .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-sidebar-widget .tagcloud a::after, .c-woo-sidebar-widget .tagcloud a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-sidebar-widget .tagcloud a:hover::before, .c-woo-sidebar-widget .tagcloud a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-sidebar-widget .tagcloud a:hover::after, .c-woo-sidebar-widget .tagcloud a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-sidebar-widget.widget_categories ul li, .c-woo-sidebar-widget.widget_categories ul li {
  position: relative;
}
.c-sidebar-widget.widget_categories ul li a, .c-woo-sidebar-widget.widget_categories ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-sidebar-widget.widget_categories ul li a::after, .c-woo-sidebar-widget.widget_categories ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-sidebar-widget.widget_categories ul li a:hover::after, .c-woo-sidebar-widget.widget_categories ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-sidebar-widget.widget_categories .post-count, .c-woo-sidebar-widget.widget_categories .post-count {
  position: absolute;
  right: 0;
}
.c-sidebar-widget.widget_categories .children, .c-woo-sidebar-widget.widget_categories .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-sidebar-widget.widget_categories > ul li > ul li a::before, .c-woo-sidebar-widget.widget_categories > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-sidebar-widget.widget_categories > ul li > ul li a::after, .c-woo-sidebar-widget.widget_categories > ul li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
}
.c-sidebar-widget.widget_categories > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_categories > ul li > ul li > ul li a::before {
  content: "--";
}
.c-sidebar-widget.widget_categories > ul li > ul li > ul li a::after, .c-woo-sidebar-widget.widget_categories > ul li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
}
.c-sidebar-widget.widget_archive ul li, .c-woo-sidebar-widget.widget_archive ul li {
  position: relative;
}
.c-sidebar-widget.widget_archive ul li a, .c-woo-sidebar-widget.widget_archive ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-sidebar-widget.widget_archive ul li a::after, .c-woo-sidebar-widget.widget_archive ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-sidebar-widget.widget_archive ul li a:hover::after, .c-woo-sidebar-widget.widget_archive ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-sidebar-widget.widget_archive .post-count, .c-woo-sidebar-widget.widget_archive .post-count {
  position: absolute;
  right: 0;
}
.c-sidebar-widget.widget_recent_comments ul li > a, .c-woo-sidebar-widget.widget_recent_comments ul li > a {
  text-decoration: underline;
  color: #777;
}
.c-sidebar-widget.widget_rss ul li, .c-woo-sidebar-widget.widget_rss ul li {
  margin-bottom: 1.125rem;
}
.c-sidebar-widget.widget_rss ul li .rsswidget, .c-woo-sidebar-widget.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
}
.c-sidebar-widget.widget_rss ul li .rss-date, .c-woo-sidebar-widget.widget_rss ul li .rss-date {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-sidebar-widget.widget_rss ul li cite, .c-woo-sidebar-widget.widget_rss ul li cite {
  text-align: right;
  display: block;
  color: #1f1f1f;
}
.c-sidebar-widget.widget_pages .children, .c-woo-sidebar-widget.widget_pages .children {
  margin: 0;
  padding-left: 0;
  margin-top: 0.5rem;
  list-style: none;
  font-size: 100%;
}
.c-sidebar-widget.widget_pages > ul li > ul li a::before, .c-woo-sidebar-widget.widget_pages > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-sidebar-widget.widget_pages > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_pages > ul li > ul li > ul li a::before {
  content: "--";
}
.c-sidebar-widget.widget_nav_menu .menu, .c-woo-sidebar-widget.widget_nav_menu .menu {
  list-style: none;
  margin-left: 0;
}
.c-sidebar-widget.widget_nav_menu .menu .sub-menu, .c-woo-sidebar-widget.widget_nav_menu .menu .sub-menu {
  list-style: none;
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li a::before {
  content: "--";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li a::before {
  content: "---";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li a::before {
  content: "----";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-----";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "--------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "---------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "----------";
}
.c-sidebar-widget.widget_thefutur_mst_recent_widget, .c-woo-sidebar-widget.widget_thefutur_mst_recent_widget {
  margin-bottom: 3.625rem;
}
.c-sidebar-widget.widget_media_gallery .gallery, .c-woo-sidebar-widget.widget_media_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4375rem -0.4375rem 0 -0.4375rem;
  max-width: 17rem;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item {
  flex: 1;
  text-align: center;
  flex: 0 0 auto;
  padding: 0.4375rem;
  margin: 0;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link::before, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  font-size: 1.25rem;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link:hover::before, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link:hover::before {
  transform: translateX(0);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-1 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
  width: calc(100%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-2 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
  width: calc(50%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.3333333333%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-4 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
  width: calc(25%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-5 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
  width: calc(20%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-6 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
  width: calc(16.6666666667%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-7 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
  width: calc(14.2857142857%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-8 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-9 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
  width: calc(11.1111111111%);
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-caption, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-caption {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.c-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-table, .c-woo-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-table {
  margin-bottom: 0.625rem;
}
.c-sidebar-widget.widget_calendar .calendar_wrap caption, .c-woo-sidebar-widget.widget_calendar .calendar_wrap caption {
  background: transparent;
  caption-side: top;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0.9375rem;
  color: #1f1f1f;
  font-weight: 500;
}
.c-sidebar-widget.widget_calendar .calendar_wrap thead tr, .c-woo-sidebar-widget.widget_calendar .calendar_wrap thead tr {
  border: none;
}
.c-sidebar-widget.widget_calendar .calendar_wrap thead th, .c-woo-sidebar-widget.widget_calendar .calendar_wrap thead th {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 0.875rem;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr {
  border: none;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr td, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr td {
  border: 1px solid #dadadd;
  position: relative;
  font-size: 0.75rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #1f1f1f;
  padding: 0;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr td.pad, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr td.pad {
  border: none;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr td#today, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr td#today {
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
}
.c-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-nav, .c-woo-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-footer-widget {
  padding: 0 0.625rem;
  margin-bottom: 2.625rem;
  color: #fff;
  font-size: 1rem;
}
.c-footer-widget > h5 {
  margin-bottom: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.c-footer-widget > ul {
  list-style: none;
  margin: 0;
}
.c-footer-widget a {
  color: #f7f8f9;
}
.c-footer-widget.widget_thefutur_contacts_widget > h5 {
  margin-bottom: 1.0625rem;
}
.c-footer-widget.widget_search .c-search-form__field {
  color: #fff;
}
.c-footer-widget.widget_search .c-search-form__field::-webkit-input-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field::-moz-placeholder {
  color: #a3a4a4;
  opacity: 1;
}
.c-footer-widget.widget_search .c-search-form__field::-ms-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field::-moz-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field:-ms-input-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field::placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field:focus {
  border-color: #fff;
}
.c-footer-widget.widget_search .c-search-form__button .thefutur-icons {
  color: #fff;
}
.c-footer-widget.widget_thefutur_social_widget > h5, .c-footer-widget.widget_categories > h5, .c-footer-widget.widget_archive > h5, .c-footer-widget.widget_tag_cloud > h5 {
  margin-bottom: 0.75rem;
}
.c-footer-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.c-footer-widget .tagcloud a {
  font-size: 1rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
  color: #fff;
}
.c-footer-widget .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-footer-widget .tagcloud a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-footer-widget .tagcloud a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-footer-widget .tagcloud a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-footer-widget.widget_categories ul li {
  position: relative;
}
.c-footer-widget.widget_categories ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #a3a4a4;
}
.c-footer-widget.widget_categories ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-footer-widget.widget_categories ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-footer-widget.widget_categories .post-count {
  position: absolute;
  right: 0;
  color: #a3a4a4;
}
.c-footer-widget.widget_categories .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-footer-widget.widget_categories > ul li > ul li a::before {
  content: "-";
  color: #a3a4a4;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-footer-widget.widget_categories > ul li > ul li > ul li a::before {
  content: "--";
}
.c-footer-widget.widget_archive ul li {
  position: relative;
}
.c-footer-widget.widget_archive ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #a3a4a4;
}
.c-footer-widget.widget_archive ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-footer-widget.widget_archive ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-footer-widget.widget_archive .post-count {
  position: absolute;
  right: 0;
  color: #a3a4a4;
}
.c-footer-widget.widget_recent_comments ul li > a {
  text-decoration: underline;
  color: #a3a4a4;
}
.c-footer-widget.widget_rss ul li {
  margin-bottom: 1.125rem;
}
.c-footer-widget.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
  color: #fff;
}
.c-footer-widget.widget_rss ul li .rss-date {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-footer-widget.widget_rss ul li cite {
  text-align: right;
  display: block;
  color: #fff;
}
.c-footer-widget.widget_pages .children {
  margin: 0;
  padding-left: 0;
  margin-top: 0.5rem;
  list-style: none;
  font-size: 100%;
}
.c-footer-widget.widget_pages > ul li > ul li a::before {
  content: "-";
  color: #a3a4a4;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-footer-widget.widget_pages > ul li > ul li > ul li a::before {
  content: "--";
}
.c-footer-widget.widget_nav_menu .menu {
  list-style: none;
  margin-left: 0;
}
.c-footer-widget.widget_nav_menu .menu .sub-menu {
  list-style: none;
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
}
.c-footer-widget.widget_nav_menu .menu li > ul li a::before {
  content: "-";
  color: #a3a4a4;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li a::before {
  content: "--";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li a::before {
  content: "---";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li a::before {
  content: "----";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-----";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "--------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "---------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "----------";
}
.c-footer-widget.widget_calendar .calendar_wrap .wp-calendar-table {
  margin-bottom: 0.625rem;
}
.c-footer-widget.widget_calendar .calendar_wrap caption {
  background: transparent;
  caption-side: top;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0.9375rem;
  color: #fff;
  font-weight: 500;
}
.c-footer-widget.widget_calendar .calendar_wrap thead tr {
  border: none;
}
.c-footer-widget.widget_calendar .calendar_wrap thead th {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  font-size: 0.875rem;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr {
  border: none;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr td {
  border: 1px solid #dadadd;
  position: relative;
  font-size: 0.75rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  padding: 0;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr td.pad {
  border: none;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr td#today {
  background: #fff;
  color: #1f1f1f;
  font-weight: 600;
}
.c-footer-widget.widget_calendar .calendar_wrap .wp-calendar-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-footer.anim-reveal .c-footer-widget {
  visibility: hidden;
}

.c-footer {
  padding: 6.25rem 0 4.75rem;
  background-color: #1f1f1f;
}
.c-footer .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-footer .o-row__column .c-footer-widget:last-child {
    margin-bottom: 0;
  }
}
.c-footer .menu {
  list-style: none;
  margin: 0;
}
.c-footer .menu > ul {
  list-style: none;
  margin-left: 0;
}
.c-footer .wpcf7-form button {
  width: 100%;
  justify-content: center;
}
.c-footer .wpcf7-form button .thefutur-icons {
  margin-right: 1.25rem;
  transform: rotate(0deg);
  display: inline-block;
}
.c-footer .wpcf7-form button p {
  margin-right: 0.625rem;
}
.c-footer .wpcf7-form button:hover .thefutur-icons {
  transform: translateX(20px);
}

.c-site-info {
  min-height: 5.625rem;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  background-color: #1f1f1f;
  color: #a3a4a4;
}
.c-site-info .o-container {
  width: 100%;
  max-width: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.625rem;
  border-top: 1px solid #333;
}
.c-site-info .o-row {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-site-info .o-row {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-site-info .o-row__column {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.c-site-info .o-row__column--footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-site-info .o-row__column--footer-nav {
    text-align: center;
    justify-content: center;
  }
}
.c-site-info__text {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-site-info__text {
    justify-content: center;
  }
}
.c-site-info__text p {
  margin-bottom: 0;
}
.c-site-info__text a {
  color: #a3a4a4;
  transition: color 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-site-info__text a:hover {
  color: #f7f8f9;
}
.c-site-info__top {
  display: flex;
  justify-content: center;
  height: 100%;
}
.c-site-info__top-holder {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  color: #a3a4a4;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition: color 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-site-info__top-holder > span {
  position: relative;
  display: inline-block;
  transition: color 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-site-info__top-holder > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-site-info__top-holder > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-site-info__top-holder:hover > span {
  color: #fff;
}
.c-site-info__top-holder:hover > span::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-site-info__top-holder:hover > span::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}

.footer-nav .menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.footer-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav .menu {
    text-align: center;
    justify-content: center;
  }
}
.footer-nav .menu > .menu-item {
  padding-left: 1.25rem;
  position: relative;
  margin: 0.3125rem 0;
  position: relative;
}
.footer-nav .menu > .menu-item:first-child {
  padding-left: 0;
}
.footer-nav .menu > .menu-item > a {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.33;
  color: #a3a4a4;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.footer-nav .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 1px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.footer-nav .menu > .menu-item > a:hover {
  color: #f7f8f9;
}
.footer-nav .menu > .menu-item > a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

#footer {
  background: #1f1f1f;
  overflow: hidden;
}

.header-nav .menu {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.header-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
.header-nav .menu .menu-button {
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-8px);
}
.header-nav .menu > .menu-item {
  margin: 0;
  position: relative;
}
.header-nav .menu > .menu-item > a {
  padding: 2rem 1.25rem;
  display: flex;
  min-height: 90px;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.33;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.header-nav .menu > .menu-item > a > span {
  position: relative;
  display: inline-block;
}
.header-nav .menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item:hover > a > span::before, .header-nav .menu > .menu-item.open > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item > .sub-menu {
  position: absolute;
  margin: 0;
  list-style: none;
  background: #1f1f1f;
  min-width: 15.375rem;
  z-index: 10;
  right: -1.125rem;
  text-align: right;
  height: 0;
  overflow: hidden;
  padding-left: 0;
}
.header-nav .menu > .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.current-menu-ancestor > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) {
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu {
  text-align: right;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .sub-menu {
  position: absolute;
  margin: 0;
  list-style: none;
  background: #1f1f1f;
  min-width: 15.375rem;
  right: 100%;
  font-size: 100%;
  top: -1.625rem;
  text-align: right;
  height: 0;
  overflow: hidden;
  padding-left: 0;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a {
  padding: 0.5rem 2.375rem;
  display: block;
  font-size: 1rem;
  color: #f7f8f9;
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a > span {
  position: relative;
  line-height: 1.33;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:hover > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:first-child {
  margin-top: 1.625rem;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:last-child {
  margin-bottom: 1.875rem;
}
.header-nav .menu > .menu-item.mega {
  margin: 0;
}
.header-nav .menu > .menu-item.mega .menu-button {
  display: none;
}
.header-nav .menu > .menu-item.mega.hide-headings > .sub-menu > .menu-item > a {
  display: none;
}
.header-nav .menu > .menu-item.mega.mega-position--left > .sub-menu {
  left: 0;
}
.header-nav .menu > .menu-item.mega.mega-position--center > .sub-menu {
  left: 50%;
  transform: translateX(-50%);
}
.header-nav .menu > .menu-item.mega.mega-position--left > .sub-menu {
  right: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  text-align: left;
  padding-left: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  border-right: 1px solid #333;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a {
  color: #fff;
  display: block;
  padding: 0.5rem 2.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a > span {
  position: relative;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a button {
  display: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu {
  margin: 0;
  padding-left: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a {
  color: #f7f8f9;
  font-size: 1rem;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a > span {
  position: relative;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item {
  margin: 0;
  position: relative;
  list-style: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item a {
  padding: 0.5rem 2.375rem;
  display: block;
  color: #f7f8f9;
  font-size: 1rem;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item a > span {
  position: relative;
  line-height: 1.33;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item:hover > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu {
  min-width: 246px;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu > .menu-item {
  width: calc(100%/1);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu > .menu-item:nth-child(1n+1) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu {
  min-width: 492px;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu > .menu-item {
  width: calc(100%/2);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu > .menu-item:nth-child(2n+2) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu {
  min-width: 738px;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu > .menu-item {
  width: calc(100%/3);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu > .menu-item:nth-child(3n+3) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu {
  min-width: 984px;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu > .menu-item {
  width: calc(100%/4);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu > .menu-item:nth-child(4n+4) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu {
  min-width: 1230px;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu > .menu-item {
  width: calc(100%/5);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu > .menu-item:nth-child(5n+5) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu {
  min-width: 1476px;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu > .menu-item {
  width: calc(100%/6);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu > .menu-item:nth-child(6n+6) {
  border-right: none;
}

.header-nav.header-nav--light .menu > .menu-item > a {
  color: #fff;
}

.c-navigation {
  display: flex;
  align-items: center;
}
.c-navigation.c-navigation--right {
  margin-left: auto;
}
.c-navigation.c-navigation--center {
  margin-left: auto;
  margin-right: auto;
}
.c-navigation.c-navigation--left {
  margin-right: auto;
}
.c-navigation nav {
  position: relative;
}
.c-navigation__mob {
  display: block;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.c-navigation__button {
  font-size: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #1f1f1f;
  background: transparent;
}
.c-navigation__button--fill {
  background: #1f1f1f;
}
.c-navigation__button--fill .c-navigation__button-dots span {
  background: #fff;
}
.c-navigation__button--light {
  border-color: #fff;
}
.c-navigation__button--light .c-navigation__button-dots span {
  background: #fff;
}
.c-navigation__button--light.c-navigation__button--fill {
  background: #fff;
}
.c-navigation__button--light.c-navigation__button--fill .c-navigation__button-dots span {
  background: #1f1f1f;
}
.c-navigation__button-dots {
  display: flex;
  overflow: hidden;
}
.c-navigation__button-dots span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #1f1f1f;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.c-navigation__button-dots span:last-child {
  margin-right: 0;
}
.c-navigation__button-lines {
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation__button-lines span {
  width: 1.25rem;
  height: 2px;
  background: #1f1f1f;
  position: absolute;
}
.c-navigation__button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 2.5rem;
}
.c-navigation__button-wrapper {
  height: 5.625rem;
  width: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  margin-right: -0.9375rem;
}
.c-navigation__popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1f1f1f;
  z-index: 100;
  overflow: auto;
  visibility: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.c-navigation__popup::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}
.c-navigation__popup-wrapper {
  height: 100%;
}
.c-navigation__popup-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-navigation__popup-holder {
    justify-content: flex-start;
  }
}
.c-navigation__popup-header {
  min-height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-navigation__popup-logo {
  font-size: 1.75rem;
  position: relative;
}
.c-navigation__popup-logo a {
  display: flex;
  align-items: center;
}
.c-navigation__popup-logo .c-header__blogname {
  color: #fff;
}
.c-navigation__popup-logo img {
  max-height: 3rem;
  width: auto;
}
.c-navigation__popup-logo-wrapper {
  height: 3.75rem;
  min-width: 3.75rem;
  max-width: 12.5rem;
  margin-right: 2.1875rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation__popup-button {
  font-size: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  background: transparent;
}
.c-navigation__popup-button-dots {
  display: flex;
  overflow: hidden;
}
.c-navigation__popup-button-dots span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.c-navigation__popup-button-dots span:last-child {
  margin-right: 0;
}
.c-navigation__popup-button-lines {
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation__popup-button-lines span {
  width: 1.25rem;
  height: 2px;
  background: #fff;
  position: absolute;
}
.c-navigation__popup-button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 2.5rem;
}
.c-navigation__popup-button-wrapper {
  height: 5.625rem;
  width: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  margin-right: -0.9375rem;
  z-index: 101;
}

.c-header, .c-header-sticky {
  background-color: #f7f8f9;
  min-height: 5.625rem;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.c-header__logo, .c-header-sticky__logo {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-header__logo a, .c-header-sticky__logo a {
  display: flex;
  align-items: center;
}
.c-header__logo img, .c-header-sticky__logo img {
  max-height: 3rem;
  width: auto;
}
.c-header__logo-wrapper, .c-header-sticky__logo-wrapper {
  height: 3.75rem;
  min-width: 3.75rem;
  max-width: 12.5rem;
  margin-right: 2.1875rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-header__blogname, .c-header-sticky__blogname {
  font-weight: 700;
}
.c-header--transparent, .c-header-sticky--transparent {
  background: transparent;
}
.c-header--dark-bg, .c-header-sticky--dark-bg {
  background: #1f1f1f;
}
.c-header.c-header--bg-light, .c-header-sticky.c-header--bg-light {
  background: #f7f8f9;
}
.c-header.c-header--bg-transparent, .c-header-sticky.c-header--bg-transparent {
  background: transparent;
}
.c-header.c-header--bg-dark, .c-header-sticky.c-header--bg-dark {
  background: #1f1f1f;
}
.c-header .o-container, .c-header-sticky .o-container {
  height: 100%;
  min-height: 5.625rem;
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .c-header .o-container, .c-header-sticky .o-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-header-sticky {
  position: fixed;
  transform: translateY(-100%);
}

.mob-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mob-nav > div {
  display: block;
  width: 100%;
}
.mob-nav .menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0 1.25rem;
}
.mob-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 360px) {
  .mob-nav .menu {
    padding: 0;
  }
}
.mob-nav .menu .menu-button {
  display: inline-flex;
  font-size: 1.125rem;
  margin-right: 0.875rem;
  margin-top: 0.875rem;
  align-self: flex-start;
}
@media screen and (max-width: 360px) {
  .mob-nav .menu .menu-button {
    margin-top: 0.6875rem;
  }
}
.mob-nav .menu > .menu-item {
  margin: 0;
  position: relative;
  margin: 0.625rem 0;
  text-align: right;
}
.mob-nav .menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.33;
  font-weight: 600;
  overflow: hidden;
  transition: 0.4s color cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
@media screen and (max-width: 360px) {
  .mob-nav .menu > .menu-item > a {
    font-size: 2rem;
  }
}
.mob-nav .menu > .menu-item > a.open {
  color: #777;
}
.mob-nav .menu > .menu-item > a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item > a > span {
  display: inline-block;
  transform-origin: 0 0;
  position: relative;
}
.mob-nav .menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.mob-nav .menu > .menu-item > a:hover {
  color: #777;
}
.mob-nav .menu > .menu-item > a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item.current-menu-item > a {
  color: #777;
}
.mob-nav .menu > .menu-item > .sub-menu {
  margin: 0;
  list-style: none;
  z-index: 10;
  overflow: hidden;
  height: 0;
}
.mob-nav .menu > .menu-item > .sub-menu > .menu-item:first-child {
  padding-top: 0.375rem;
}
.mob-nav .menu > .menu-item > .sub-menu > .menu-item:last-child {
  padding-bottom: 0.375rem;
}
.mob-nav .menu > .menu-item .sub-menu {
  padding-left: 0;
}
.mob-nav .menu > .menu-item .sub-menu .menu-button {
  font-size: 0.75rem;
  margin-right: 0.625rem;
}
.mob-nav .menu > .menu-item .sub-menu .sub-menu {
  margin: 0;
  list-style: none;
  height: 0;
  font-size: 100%;
  overflow: hidden;
  padding-left: 0;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.625rem;
  font-size: 1.25rem;
  color: #fff;
  transition: color 0.3s;
  line-height: 1.33;
}
@media screen and (max-width: 360px) {
  .mob-nav .menu > .menu-item .sub-menu .menu-item a {
    font-size: 1.125rem;
  }
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a.open {
  color: #a3a4a4;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a > span {
  position: relative;
  display: inline-block;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #a3a4a4;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #a3a4a4;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a {
  color: #a3a4a4;
}

.social-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.social-nav .menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.social-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
.social-nav .menu > .menu-item {
  padding: 0.25rem 0;
  position: relative;
  margin: 0;
  position: relative;
  display: inline-flex;
}
.social-nav .menu > .menu-item:first-child {
  padding-left: 0;
}
.social-nav .menu > .menu-item:last-child {
  padding-right: 0;
}
.social-nav .menu > .menu-item > a {
  display: inline-block;
  position: relative;
  color: #a3a4a4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.social-nav .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.social-nav .menu > .menu-item > a:hover {
  color: #fff;
}
.social-nav .menu > .menu-item > a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .secondary-nav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-navigation__mob {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .mob-nav {
    display: none;
  }
}

.c-header-sticky-animation {
  will-change: transform;
  transition: transform 300ms ease;
}

.c-header-sticky-animation--pinned {
  transform: translateY(0%);
}

.c-header-sticky-animation--unpinned {
  transform: translateY(-100%);
}

.c-header-sticky-animation--top {
  transform: translateY(-100%);
}

.o-container.o-single-post-full .c-comments {
  padding: 0 0.625rem;
}

.o-container.o-single-post-full .c-post__single-wrapper .c-comments {
  padding: 0;
}

.c-comments {
  margin-bottom: 0;
}
.c-comments__title {
  margin: 6rem 0 2.5rem 0;
}
.c-comments__list {
  list-style: none;
  padding-bottom: 1.75rem;
  margin: 0;
}
.c-comments__list .children {
  font-size: 100%;
  list-style: none;
}
.c-comments__list > .comment {
  padding-top: 2.5rem;
}
.c-comments__list > .comment:first-child {
  padding: 0;
}
.c-comments .comment-reply-title {
  margin-top: 4.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.c-comments .comment-reply-title a {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 1rem;
}
.c-comments .comment-form p {
  margin-bottom: 0;
}
.c-comments .comment-form p.comment-form-cookies-consent {
  margin-bottom: 1.5rem;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox] {
  float: left;
  margin: 0.1875rem 1rem 0.1875rem 0.1875rem;
  opacity: 0;
}
.c-comments .comment-form p.comment-form-cookies-consent label {
  position: relative;
}
.c-comments .comment-form p.comment-form-cookies-consent label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #777;
  left: 0;
  top: 6px;
}
.c-comments .comment-form p.comment-form-cookies-consent label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 3px;
  top: 9px;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox] + label::after {
  content: none;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::after {
  content: "";
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::before {
  border-color: #1f1f1f;
  background: #1f1f1f;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label {
  color: #1f1f1f;
}
.c-comments .comment-form p.form-submit {
  margin-bottom: 0;
}
.c-comments .comment-form p.comment-notes {
  margin-bottom: 2rem;
}
.c-comments .comment-form .comment-form-author {
  display: inline-block;
  width: calc(50% - 2px);
  padding-right: 15px;
}
.c-comments .comment-form .comment-form-email {
  display: inline-block;
  width: calc(50% - 2px);
  padding-left: 15px;
}
.c-comments .comment-form .logged-in-as {
  padding-bottom: 0.75rem;
}
.c-comments .comment-form button {
  display: flex;
  align-items: center;
}
.c-comments .comment-form button p {
  margin-bottom: 0;
  line-height: 1;
}

.c-comment {
  position: relative;
}
.c-comment .children {
  margin: 0;
  margin-left: 6.875rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .c-comment .children {
    margin-left: 0.75rem !important;
  }
}
.c-comment--child {
  padding-top: 2.5rem;
  margin-bottom: 0;
}
.c-comment.c-comment--child > .children {
  margin-left: 3.4375rem;
}
.c-comment.bypostauthor .c-comment__author, .c-comment.bypostauthor a {
  background-color: #f7f8f9;
}
.c-comment__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.2;
}
@media screen and (max-width: 47.9375em) {
  .c-comment__header {
    flex-direction: column;
  }
}
.c-comment__reply-link {
  margin-top: 0.75rem;
}
.c-comment__reply-link a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  position: relative;
}
.c-comment__reply-link a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-comment__reply-link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-comment__reply-link a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-comment__reply-link a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-comment__edit-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.c-comment__edit-link > a {
  display: none;
}
.c-comment__time {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #777;
  margin-bottom: 0.5rem;
}
.c-comment__body {
  display: flex;
}
@media screen and (max-width: 480px) {
  .c-comment__body {
    flex-direction: column;
  }
}
.c-comment__body .avatar {
  width: 5.625rem;
  height: 5.625rem;
  margin: 0;
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .c-comment__body .avatar {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.c-comment__avatar {
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .c-comment__avatar {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.c-comment__content {
  flex: 1;
}
.c-comment__content p {
  margin-bottom: 0;
}
.c-comment__author {
  margin-bottom: 0.5rem;
}
.c-comment__author a {
  color: inherit;
  border-bottom: none;
}
.c-comment .comment-reply-title {
  margin-top: 2.125rem;
  margin-bottom: 0.75rem;
}
.c-comment .comment-form {
  margin-bottom: 1rem;
}

.c-search-form {
  position: relative;
}
.c-search-form__label {
  margin-bottom: 0;
}
.c-search-form input[type=search] {
  width: 100%;
  padding-right: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
}
.c-search-form input[type=search]::-webkit-input-placeholder {
  color: #777;
}
.c-search-form input[type=search]::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.c-search-form input[type=search]::-ms-placeholder {
  color: #777;
}
.c-search-form input[type=search]::-moz-placeholder {
  color: #777;
}
.c-search-form input[type=search]:-ms-input-placeholder {
  color: #777;
}
.c-search-form input[type=search]::placeholder {
  color: #777;
}
.c-search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 18px;
  padding: 0;
  background: transparent !important;
}
.c-search-form__button .thefutur-icons {
  font-size: 1rem;
  color: #1f1f1f;
}

.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form button p {
  margin-bottom: 0;
  line-height: 1;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

.thefutur-subscribe-form {
  position: relative;
}
.thefutur-subscribe-form label {
  margin-bottom: 0;
}
.thefutur-subscribe-form input[type=email] {
  width: 100%;
  padding-right: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.thefutur-subscribe-form input[type=email]:focus {
  border-color: #fff;
  color: #fff;
}
.thefutur-subscribe-form input[type=email]::-webkit-input-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]::-moz-placeholder {
  color: #a3a4a4;
  opacity: 1;
}
.thefutur-subscribe-form input[type=email]::-ms-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]::-moz-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]:-ms-input-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]::placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 18px;
  padding: 0;
  background: transparent !important;
  font-size: 1rem;
}

.post-password-form {
  position: relative;
}
.post-password-form label {
  width: calc(100% - 155px);
}
.post-password-form input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 1.875rem;
}

.c-posts-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding: 1rem 0;
  border-top: 1px solid #a3a4a4;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.c-posts-navigation a {
  color: #1f1f1f;
  position: relative;
}
.c-posts-navigation a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-posts-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81) 0.2s;
}
.c-posts-navigation a:hover::before {
  transform: scaleX(0);
}
.c-posts-navigation a:hover::after {
  transform: scaleX(1);
}
.c-posts-navigation span {
  color: #a3a4a4;
}
.c-posts-navigation__prev {
  width: 50%;
}
.c-posts-navigation__next {
  width: 50%;
  text-align: right;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 500;
}
.navigation.pagination .nav-links span:not(.dots):not(.current):not(.thefutur-icons), .navigation.pagination .nav-links a:not(.prev):not(.next) {
  color: #1f1f1f;
  display: inline-block;
  position: relative;
  padding: 0 0.125rem;
  margin: 0 0.75rem;
}
.navigation.pagination .nav-links span:not(.dots):not(.current):not(.thefutur-icons)::before, .navigation.pagination .nav-links a:not(.prev):not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.navigation.pagination .nav-links span:not(.dots):not(.current):not(.thefutur-icons):hover::before, .navigation.pagination .nav-links a:not(.prev):not(.next):hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links a.next {
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.navigation.pagination .nav-links a.prev {
  margin-right: 2rem;
}
.navigation.pagination .nav-links a.next {
  margin-left: 2rem;
}
.navigation.pagination .nav-links .dots, .navigation.pagination .nav-links .current {
  padding: 0 0.125rem;
  margin: 0 0.75rem;
  color: #1f1f1f;
}
.navigation.pagination .nav-links .current {
  position: relative;
}
.navigation.pagination .nav-links .current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: 100% 50%;
}

.post-nav-links .dots, .post-nav-links .current {
  padding: 0 0.125rem;
  margin: 0 0.75rem;
  color: #1f1f1f;
}
.post-nav-links span:not(.dots):not(.current), .post-nav-links a {
  padding: 0 0.125rem;
  margin: 0 0.375rem;
  color: #1f1f1f;
  display: inline-block;
  position: relative;
}
.post-nav-links span:not(.dots):not(.current)::before, .post-nav-links a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.post-nav-links span:not(.dots):not(.current):hover::before, .post-nav-links a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.post-nav-links .current {
  position: relative;
}
.post-nav-links .current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: 100% 50%;
}

.c-post-navigation {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.c-post-navigation__links {
  display: flex;
}
.c-post-navigation__post {
  flex: 1;
  max-width: 50%;
}
.c-post-navigation__post--next .c-post-navigation__thumbnail {
  order: 1;
  margin-left: 0.9375rem;
}
.c-post-navigation__post--next .c-post-navigation__link {
  justify-content: flex-end;
  border-left: none !important;
}
.c-post-navigation__post--next .c-post-navigation__content {
  text-align: right;
}
.c-post-navigation__post--prev .c-post-navigation__thumbnail {
  margin-right: 0.9375rem;
}
.c-post-navigation__post--prev .c-post-navigation__link {
  justify-content: flex-start;
}
.c-post-navigation__subtitle {
  display: block;
  color: #919193;
  font-size: 0.875rem;
}
.c-post-navigation__title {
  display: block;
  color: #000000;
  font-weight: 600;
}
.c-post-navigation__content {
  flex: 1;
  margin: 0.625rem 0;
}
.c-post-navigation__link {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc !important;
  padding: 1.25rem;
  overflow: hidden;
}
.c-post-navigation__thumbnail {
  width: 100px;
}
.c-post-navigation__thumbnail img {
  height: 100px;
  width: 100px;
}

p.post-nav-links {
  clear: both;
}

.c-error {
  max-width: 60rem;
  padding: 10rem 1.25rem 8.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-error {
    padding: 6.25rem 1.25rem 4.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-error {
    padding: 3.75rem 1.25rem 2.25rem;
  }
}
.c-error__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-error__wrapper {
    flex-direction: column-reverse;
  }
}
.c-error__search-wrapper {
  width: calc(100% - 300px);
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-error__search-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.c-error__search h3 {
  margin-bottom: 14px;
}
.c-error__search p {
  margin-bottom: 28px;
  color: #1f1f1f;
}
.c-error__button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 18.75rem;
}
@media screen and (max-width: 450px) {
  .c-error__button {
    width: 15rem;
    height: 15rem;
  }
}
.c-error__button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-error__button-wrapper {
    justify-content: center;
  }
}
.c-error__button-link {
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #1f1f1f;
  padding: 10px;
  width: 14.375rem;
  height: 14.375rem;
  border-color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 600;
  background: #1f1f1f;
}
@media screen and (max-width: 450px) {
  .c-error__button-link {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.c-error__button-before {
  position: absolute;
  background: #1f1f1f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-error__button-holder {
  display: inline-flex;
  overflow: hidden;
}
.c-error__button p {
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 0.8125rem;
}

.c-loader {
  width: 100%;
  height: 100vh;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
}
.c-loader__first {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f7f8f9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-loader__first-inner {
  text-align: right;
  padding-right: 5rem;
  visibility: hidden;
}
.c-loader__first-inner img {
  max-height: 100px;
  width: auto;
}
.c-loader__second {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1f1f1f;
  z-index: 2;
  visibility: hidden;
}
.c-loader__second-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  transform: translateY(50%);
  width: 100%;
}
.c-loader__second-separator {
  width: 100%;
  height: 1px;
  background: #f7f8f9;
}
.c-loader__second-perc {
  color: #f7f8f9;
  font-size: 5.625rem;
  font-weight: 700;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.c-loader__third {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1f1f1f;
  z-index: 1;
  visibility: hidden;
}
.c-navigation__popup-holder .o-container {
  height: 5.625rem;
  width: 100%;
}

.c-navigation__popup-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  padding: 3.75rem 0.625rem 0;
}
@media screen and (max-width: 1023px) {
  .c-navigation__popup-content {
    padding-top: 0;
    justify-content: flex-end !important;
  }
}
.c-navigation__popup-content.c-navigation__popup-content--top {
  align-items: flex-start;
}
.c-navigation__popup-content.c-navigation__popup-content--center {
  align-items: center;
}
.c-navigation__popup-content.c-navigation__popup-content--bottom {
  align-items: flex-end;
}
.c-navigation__contacts {
  display: inline-flex;
  flex-direction: column;
  padding-top: 0.375rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 1023px) {
  .c-navigation__contacts {
    display: none;
  }
}
.c-navigation__contacts-item {
  margin-bottom: 3rem;
}
.c-navigation__contacts-item span {
  margin-bottom: 0.25rem;
}
.c-navigation__contacts-item h5 {
  color: #fff;
  margin-bottom: 0.875rem;
}
.c-navigation__contacts a {
  display: block;
  color: #a3a4a4;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s color;
  margin-bottom: 0.25rem;
}
.c-navigation__address > span, .c-navigation__email > span {
  position: relative;
  line-height: 1.33;
  display: inline-block;
}
.c-navigation__address > span::before, .c-navigation__email > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-navigation__address:hover > span::before, .c-navigation__email:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-navigation__address:hover, .c-navigation__email:hover {
  color: #fff;
}
.c-navigation__phone > span {
  position: relative;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 0.375rem;
}
.c-navigation__phone > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-navigation__phone > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-navigation__phone:hover {
  color: #fff;
}
.c-navigation__phone:hover > span::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-navigation__phone:hover > span::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}

.c-navigation__social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-navigation__social .c-site-info__text {
  padding: 1.625rem 0;
}

.c-navigation__secondary {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-navigation__secondary {
    display: none;
  }
}

.secondary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4.6875rem;
}
.secondary-nav .menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.secondary-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
.secondary-nav .menu .menu-button {
  display: inline-flex;
  font-size: 45%;
  margin-right: 1.125rem;
}
.secondary-nav .menu > .menu-item {
  margin: 0;
  position: relative;
  margin: 0.625rem 0;
  text-align: right;
}
.secondary-nav .menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.4s color cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.secondary-nav .menu > .menu-item > a.open {
  color: #777;
}
.secondary-nav .menu > .menu-item > a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item > a > span {
  display: inline-block;
  transform-origin: 0 0;
  position: relative;
}
.secondary-nav .menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.secondary-nav .menu > .menu-item > a:hover {
  color: #777;
}
.secondary-nav .menu > .menu-item > a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item.current-menu-item > a {
  color: #777;
}
.secondary-nav .menu > .menu-item.current-menu-ancestor > a {
  color: #777;
}
.secondary-nav .menu > .menu-item.current-menu-parent > a {
  color: #777;
}
.secondary-nav .menu > .menu-item > .sub-menu {
  margin: 0;
  list-style: none;
  min-width: 320px;
  z-index: 10;
  overflow: hidden;
  height: 0;
}
.secondary-nav .menu > .menu-item > .sub-menu > .menu-item:first-child {
  padding-top: 0.75rem;
}
.secondary-nav .menu > .menu-item > .sub-menu > .menu-item:last-child {
  padding-bottom: 0.75rem;
}
.secondary-nav .menu > .menu-item .sub-menu {
  padding-left: 0;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-button {
  font-size: 56%;
  margin-right: 0.875rem;
}
.secondary-nav .menu > .menu-item .sub-menu .sub-menu {
  margin: 0;
  list-style: none;
  height: 0;
  min-width: 320px;
  font-size: 100%;
  overflow: hidden;
  padding-left: 0;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-size: 2rem;
  color: #fff;
  transition: color 0.3s;
  line-height: 1.2;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a.open {
  color: #a3a4a4;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a > span {
  position: relative;
  display: inline-block;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #a3a4a4;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #a3a4a4;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a {
  color: #a3a4a4;
}

.c-cursor {
  position: fixed;
  top: -3rem;
  left: -3rem;
  pointer-events: none;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid #1f1f1f;
  background-color: transparent;
  z-index: 3000;
}
.c-cursor.c-cursor--light {
  border-color: #fff;
}
.c-cursor.c-cursor--light .c-cursor__before {
  border-color: #fff;
}
.c-cursor.c-cursor--light .c-cursor__after {
  border-color: #fff;
}
.c-cursor__before {
  position: absolute;
  right: calc(100% + 12px);
  transform: rotate(45deg);
  border-bottom: 2px solid #1f1f1f;
  border-left: 2px solid #1f1f1f;
  width: 0.375rem;
  height: 0.375rem;
  top: calc(50% - 3px);
  opacity: 0;
  visibility: hidden;
}
.c-cursor__after {
  position: absolute;
  left: calc(100% + 12px);
  transform: rotate(-45deg);
  border-bottom: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
  width: 0.375rem;
  height: 0.375rem;
  top: calc(50% - 3px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .c-cursor {
    display: none;
  }
}

.wpml-ls-statics-footer {
  background: #1f1f1f;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

.wpml-ls-legacy-list-horizontal {
  padding-top: 0;
}

.wpml-ls-statics-footer .wpml-ls-current-language > a {
  background: transparent;
  transition: 0.2s background;
}
.wpml-ls-statics-footer .wpml-ls-current-language > a:hover {
  background: #dadadd;
}

.wpml-ls-statics-footer a {
  background: transparent;
  transition: 0.2s background;
}
.wpml-ls-statics-footer a:hover {
  background: #dadadd;
}

#wpml_credit_footer {
  margin-bottom: 0;
  background: #1f1f1f;
  color: #fff;
  padding: 0 1.25rem;
  margin: 0 auto;
  text-align: center;
}
#wpml_credit_footer a {
  color: inherit;
}

.single.single-post .c-breadcrumbs {
  margin-bottom: 3.75rem;
}

.single.single-wezzel-portfolio .c-breadcrumbs {
  margin-bottom: 3.75rem;
}

.o-container.breadcrumbs-container {
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .o-container.breadcrumbs-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.archive .c-breadcrumbs {
  margin-bottom: 0.75rem;
}

.c-breadcrumbs {
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.c-breadcrumbs.jc-c {
  justify-content: center;
}
.c-breadcrumbs.jc-fe {
  justify-content: flex-end;
}
.c-breadcrumbs.c-breadcrumbs--classic {
  font-weight: 400;
  letter-spacing: normal;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.c-breadcrumbs.c-breadcrumbs--classic .c-breadcrumbs__separator {
  margin: 0 0.5rem;
}
.c-breadcrumbs.c-breadcrumbs--classic .c-breadcrumbs__separator::before {
  content: "›";
}
.c-breadcrumbs__holder > a {
  position: relative;
}
.c-breadcrumbs__holder > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-breadcrumbs__holder > a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-breadcrumbs__separator {
  margin: 0 0.375rem;
}
.c-breadcrumbs__separator::before {
  content: "/";
}
.c-breadcrumbs__current {
  position: relative;
}
.c-breadcrumbs__current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
}

.u-screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.u-skip-link:focus {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #ffffff;
  padding: 10px 15px;
  width: auto;
  height: auto;
}

.u-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 9px;
  height: 0;
  overflow: hidden;
}
.u-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-hidden {
  display: none;
}

.u-db {
  display: block;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.u-flex {
  display: flex;
}

.u-flex-direction-row {
  flex-direction: row;
}

.u-flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.u-flex-direction-column {
  flex-direction: column;
}

.u-flex-direction-column-reverse {
  flex-direction: column-reverse;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.u-align-left {
  justify-content: flex-start;
}

.u-align-right {
  justify-content: flex-end;
}

.u-align-center {
  justify-content: center;
}

.u-align-justify {
  justify-content: space-between;
}

.u-align-spaced {
  justify-content: space-around;
}

.u-align-evenly {
  justify-content: space-evenly;
}

.u-align-top {
  align-items: flex-start;
}

.u-align-bottom {
  align-items: flex-end;
}

.u-align-middle {
  align-items: center;
}

.u-align-baseline {
  align-items: baseline;
}

.u-align-stretch {
  align-items: stretch;
}

.u-align-self-top {
  align-self: flex-start;
}

.u-align-self-bottom {
  align-self: flex-end;
}

.u-align-self-middle {
  align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

.u-order-3 {
  order: 3;
}

.u-order-4 {
  order: 4;
}

.u-order-5 {
  order: 5;
}

.u-order-6 {
  order: 6;
}

.u-order-7 {
  order: 7;
}

.u-order-8 {
  order: 8;
}

.u-order-9 {
  order: 9;
}

.u-order-10 {
  order: 10;
}

.u-order-11 {
  order: 11;
}

.u-order-12 {
  order: 12;
}

@media screen and (max-width: 47.9375em) {
  .u-order-0\@small {
    order: 0;
  }

  .u-order-1\@small {
    order: 1;
  }

  .u-order-2\@small {
    order: 2;
  }

  .u-order-3\@small {
    order: 3;
  }

  .u-order-4\@small {
    order: 4;
  }

  .u-order-5\@small {
    order: 5;
  }

  .u-order-6\@small {
    order: 6;
  }

  .u-order-7\@small {
    order: 7;
  }

  .u-order-8\@small {
    order: 8;
  }

  .u-order-9\@small {
    order: 9;
  }

  .u-order-10\@small {
    order: 10;
  }

  .u-order-11\@small {
    order: 11;
  }

  .u-order-12\@small {
    order: 12;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-order-0\@medium {
    order: 0;
  }

  .u-order-1\@medium {
    order: 1;
  }

  .u-order-2\@medium {
    order: 2;
  }

  .u-order-3\@medium {
    order: 3;
  }

  .u-order-4\@medium {
    order: 4;
  }

  .u-order-5\@medium {
    order: 5;
  }

  .u-order-6\@medium {
    order: 6;
  }

  .u-order-7\@medium {
    order: 7;
  }

  .u-order-8\@medium {
    order: 8;
  }

  .u-order-9\@medium {
    order: 9;
  }

  .u-order-10\@medium {
    order: 10;
  }

  .u-order-11\@medium {
    order: 11;
  }

  .u-order-12\@medium {
    order: 12;
  }
}
@media screen and (min-width: 64em) {
  .u-order-0\@large {
    order: 0;
  }

  .u-order-1\@large {
    order: 1;
  }

  .u-order-2\@large {
    order: 2;
  }

  .u-order-3\@large {
    order: 3;
  }

  .u-order-4\@large {
    order: 4;
  }

  .u-order-5\@large {
    order: 5;
  }

  .u-order-6\@large {
    order: 6;
  }

  .u-order-7\@large {
    order: 7;
  }

  .u-order-8\@large {
    order: 8;
  }

  .u-order-9\@large {
    order: 9;
  }

  .u-order-10\@large {
    order: 10;
  }

  .u-order-11\@large {
    order: 11;
  }

  .u-order-12\@large {
    order: 12;
  }
}
.u-columns-1 .c-portfolio {
  width: calc(100%/1);
}
.u-columns-1 .c-post {
  width: calc(100%/1);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-1\@small .c-portfolio {
    width: calc(100%/1);
  }
  .u-columns-1\@small .c-post {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-1\@medium .c-portfolio {
    width: calc(100%/1);
  }
  .u-columns-1\@medium .c-post {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-1\@large .c-portfolio {
    width: calc(100%/1);
  }
  .u-columns-1\@large .c-post {
    width: calc(100%/1);
  }
}
.u-columns-2 .c-portfolio {
  width: calc(100%/2);
}
.u-columns-2 .c-post {
  width: calc(100%/2);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-2\@small .c-portfolio {
    width: calc(100%/2);
  }
  .u-columns-2\@small .c-post {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-2\@medium .c-portfolio {
    width: calc(100%/2);
  }
  .u-columns-2\@medium .c-post {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-2\@large .c-portfolio {
    width: calc(100%/2);
  }
  .u-columns-2\@large .c-post {
    width: calc(100%/2);
  }
}
.u-columns-3 .c-portfolio {
  width: calc(100%/3);
}
.u-columns-3 .c-post {
  width: calc(100%/3);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-3\@small .c-portfolio {
    width: calc(100%/3);
  }
  .u-columns-3\@small .c-post {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-3\@medium .c-portfolio {
    width: calc(100%/3);
  }
  .u-columns-3\@medium .c-post {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-3\@large .c-portfolio {
    width: calc(100%/3);
  }
  .u-columns-3\@large .c-post {
    width: calc(100%/3);
  }
}
.u-columns-4 .c-portfolio {
  width: calc(100%/4);
}
.u-columns-4 .c-post {
  width: calc(100%/4);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-4\@small .c-portfolio {
    width: calc(100%/4);
  }
  .u-columns-4\@small .c-post {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-4\@medium .c-portfolio {
    width: calc(100%/4);
  }
  .u-columns-4\@medium .c-post {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-4\@large .c-portfolio {
    width: calc(100%/4);
  }
  .u-columns-4\@large .c-post {
    width: calc(100%/4);
  }
}
.u-columns-5 .c-portfolio {
  width: calc(100%/5);
}
.u-columns-5 .c-post {
  width: calc(100%/5);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-5\@small .c-portfolio {
    width: calc(100%/5);
  }
  .u-columns-5\@small .c-post {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-5\@medium .c-portfolio {
    width: calc(100%/5);
  }
  .u-columns-5\@medium .c-post {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-5\@large .c-portfolio {
    width: calc(100%/5);
  }
  .u-columns-5\@large .c-post {
    width: calc(100%/5);
  }
}
.u-columns-6 .c-portfolio {
  width: calc(100%/6);
}
.u-columns-6 .c-post {
  width: calc(100%/6);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-6\@small .c-portfolio {
    width: calc(100%/6);
  }
  .u-columns-6\@small .c-post {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-6\@medium .c-portfolio {
    width: calc(100%/6);
  }
  .u-columns-6\@medium .c-post {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-6\@large .c-portfolio {
    width: calc(100%/6);
  }
  .u-columns-6\@large .c-post {
    width: calc(100%/6);
  }
}
.u-margin-top-0 {
  margin-top: 0 !important;
}

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

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

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

.u-padding-top-0 {
  padding-top: 0;
}

.u-padding-bottom-0 {
  padding-bottom: 0;
}

.u-padding-left-0 {
  padding-left: 0;
}

.u-padding-right-0 {
  padding-right: 0;
}

.u-margin-top-5 {
  margin-top: 0.3125rem !important;
}

.u-margin-bottom-5 {
  margin-bottom: 0.3125rem !important;
}

.u-margin-left-5 {
  margin-left: 0.3125rem !important;
}

.u-margin-right-5 {
  margin-right: 0.3125rem !important;
}

.u-padding-top-5 {
  padding-top: 0.3125rem;
}

.u-padding-bottom-5 {
  padding-bottom: 0.3125rem;
}

.u-padding-left-5 {
  padding-left: 0.3125rem;
}

.u-padding-right-5 {
  padding-right: 0.3125rem;
}

.u-margin-top-10 {
  margin-top: 0.625rem !important;
}

.u-margin-bottom-10 {
  margin-bottom: 0.625rem !important;
}

.u-margin-left-10 {
  margin-left: 0.625rem !important;
}

.u-margin-right-10 {
  margin-right: 0.625rem !important;
}

.u-padding-top-10 {
  padding-top: 0.625rem;
}

.u-padding-bottom-10 {
  padding-bottom: 0.625rem;
}

.u-padding-left-10 {
  padding-left: 0.625rem;
}

.u-padding-right-10 {
  padding-right: 0.625rem;
}

.u-margin-top-15 {
  margin-top: 0.9375rem !important;
}

.u-margin-bottom-15 {
  margin-bottom: 0.9375rem !important;
}

.u-margin-left-15 {
  margin-left: 0.9375rem !important;
}

.u-margin-right-15 {
  margin-right: 0.9375rem !important;
}

.u-padding-top-15 {
  padding-top: 0.9375rem;
}

.u-padding-bottom-15 {
  padding-bottom: 0.9375rem;
}

.u-padding-left-15 {
  padding-left: 0.9375rem;
}

.u-padding-right-15 {
  padding-right: 0.9375rem;
}

.u-margin-top-20 {
  margin-top: 1.25rem !important;
}

.u-margin-bottom-20 {
  margin-bottom: 1.25rem !important;
}

.u-margin-left-20 {
  margin-left: 1.25rem !important;
}

.u-margin-right-20 {
  margin-right: 1.25rem !important;
}

.u-padding-top-20 {
  padding-top: 1.25rem;
}

.u-padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.u-padding-left-20 {
  padding-left: 1.25rem;
}

.u-padding-right-20 {
  padding-right: 1.25rem;
}

.u-margin-top-25 {
  margin-top: 1.5625rem !important;
}

.u-margin-bottom-25 {
  margin-bottom: 1.5625rem !important;
}

.u-margin-left-25 {
  margin-left: 1.5625rem !important;
}

.u-margin-right-25 {
  margin-right: 1.5625rem !important;
}

.u-padding-top-25 {
  padding-top: 1.5625rem;
}

.u-padding-bottom-25 {
  padding-bottom: 1.5625rem;
}

.u-padding-left-25 {
  padding-left: 1.5625rem;
}

.u-padding-right-25 {
  padding-right: 1.5625rem;
}

.u-margin-top-30 {
  margin-top: 1.875rem !important;
}

.u-margin-bottom-30 {
  margin-bottom: 1.875rem !important;
}

.u-margin-left-30 {
  margin-left: 1.875rem !important;
}

.u-margin-right-30 {
  margin-right: 1.875rem !important;
}

.u-padding-top-30 {
  padding-top: 1.875rem;
}

.u-padding-bottom-30 {
  padding-bottom: 1.875rem;
}

.u-padding-left-30 {
  padding-left: 1.875rem;
}

.u-padding-right-30 {
  padding-right: 1.875rem;
}

.u-margin-top-35 {
  margin-top: 2.1875rem !important;
}

.u-margin-bottom-35 {
  margin-bottom: 2.1875rem !important;
}

.u-margin-left-35 {
  margin-left: 2.1875rem !important;
}

.u-margin-right-35 {
  margin-right: 2.1875rem !important;
}

.u-padding-top-35 {
  padding-top: 2.1875rem;
}

.u-padding-bottom-35 {
  padding-bottom: 2.1875rem;
}

.u-padding-left-35 {
  padding-left: 2.1875rem;
}

.u-padding-right-35 {
  padding-right: 2.1875rem;
}

.u-margin-top-40 {
  margin-top: 2.5rem !important;
}

.u-margin-bottom-40 {
  margin-bottom: 2.5rem !important;
}

.u-margin-left-40 {
  margin-left: 2.5rem !important;
}

.u-margin-right-40 {
  margin-right: 2.5rem !important;
}

.u-padding-top-40 {
  padding-top: 2.5rem;
}

.u-padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.u-padding-left-40 {
  padding-left: 2.5rem;
}

.u-padding-right-40 {
  padding-right: 2.5rem;
}

.u-margin-top-45 {
  margin-top: 2.8125rem !important;
}

.u-margin-bottom-45 {
  margin-bottom: 2.8125rem !important;
}

.u-margin-left-45 {
  margin-left: 2.8125rem !important;
}

.u-margin-right-45 {
  margin-right: 2.8125rem !important;
}

.u-padding-top-45 {
  padding-top: 2.8125rem;
}

.u-padding-bottom-45 {
  padding-bottom: 2.8125rem;
}

.u-padding-left-45 {
  padding-left: 2.8125rem;
}

.u-padding-right-45 {
  padding-right: 2.8125rem;
}

.u-margin-top-50 {
  margin-top: 3.125rem !important;
}

.u-margin-bottom-50 {
  margin-bottom: 3.125rem !important;
}

.u-margin-left-50 {
  margin-left: 3.125rem !important;
}

.u-margin-right-50 {
  margin-right: 3.125rem !important;
}

.u-padding-top-50 {
  padding-top: 3.125rem;
}

.u-padding-bottom-50 {
  padding-bottom: 3.125rem;
}

.u-padding-left-50 {
  padding-left: 3.125rem;
}

.u-padding-right-50 {
  padding-right: 3.125rem;
}

.u-margin-top-55 {
  margin-top: 3.4375rem !important;
}

.u-margin-bottom-55 {
  margin-bottom: 3.4375rem !important;
}

.u-margin-left-55 {
  margin-left: 3.4375rem !important;
}

.u-margin-right-55 {
  margin-right: 3.4375rem !important;
}

.u-padding-top-55 {
  padding-top: 3.4375rem;
}

.u-padding-bottom-55 {
  padding-bottom: 3.4375rem;
}

.u-padding-left-55 {
  padding-left: 3.4375rem;
}

.u-padding-right-55 {
  padding-right: 3.4375rem;
}

.u-margin-top-60 {
  margin-top: 3.75rem !important;
}

.u-margin-bottom-60 {
  margin-bottom: 3.75rem !important;
}

.u-margin-left-60 {
  margin-left: 3.75rem !important;
}

.u-margin-right-60 {
  margin-right: 3.75rem !important;
}

.u-padding-top-60 {
  padding-top: 3.75rem;
}

.u-padding-bottom-60 {
  padding-bottom: 3.75rem;
}

.u-padding-left-60 {
  padding-left: 3.75rem;
}

.u-padding-right-60 {
  padding-right: 3.75rem;
}

.u-margin-top-65 {
  margin-top: 4.0625rem !important;
}

.u-margin-bottom-65 {
  margin-bottom: 4.0625rem !important;
}

.u-margin-left-65 {
  margin-left: 4.0625rem !important;
}

.u-margin-right-65 {
  margin-right: 4.0625rem !important;
}

.u-padding-top-65 {
  padding-top: 4.0625rem;
}

.u-padding-bottom-65 {
  padding-bottom: 4.0625rem;
}

.u-padding-left-65 {
  padding-left: 4.0625rem;
}

.u-padding-right-65 {
  padding-right: 4.0625rem;
}

.u-margin-top-70 {
  margin-top: 4.375rem !important;
}

.u-margin-bottom-70 {
  margin-bottom: 4.375rem !important;
}

.u-margin-left-70 {
  margin-left: 4.375rem !important;
}

.u-margin-right-70 {
  margin-right: 4.375rem !important;
}

.u-padding-top-70 {
  padding-top: 4.375rem;
}

.u-padding-bottom-70 {
  padding-bottom: 4.375rem;
}

.u-padding-left-70 {
  padding-left: 4.375rem;
}

.u-padding-right-70 {
  padding-right: 4.375rem;
}

.u-margin-top-75 {
  margin-top: 4.6875rem !important;
}

.u-margin-bottom-75 {
  margin-bottom: 4.6875rem !important;
}

.u-margin-left-75 {
  margin-left: 4.6875rem !important;
}

.u-margin-right-75 {
  margin-right: 4.6875rem !important;
}

.u-padding-top-75 {
  padding-top: 4.6875rem;
}

.u-padding-bottom-75 {
  padding-bottom: 4.6875rem;
}

.u-padding-left-75 {
  padding-left: 4.6875rem;
}

.u-padding-right-75 {
  padding-right: 4.6875rem;
}

.u-margin-top-80 {
  margin-top: 5rem !important;
}

.u-margin-bottom-80 {
  margin-bottom: 5rem !important;
}

.u-margin-left-80 {
  margin-left: 5rem !important;
}

.u-margin-right-80 {
  margin-right: 5rem !important;
}

.u-padding-top-80 {
  padding-top: 5rem;
}

.u-padding-bottom-80 {
  padding-bottom: 5rem;
}

.u-padding-left-80 {
  padding-left: 5rem;
}

.u-padding-right-80 {
  padding-right: 5rem;
}

.u-margin-top-85 {
  margin-top: 5.3125rem !important;
}

.u-margin-bottom-85 {
  margin-bottom: 5.3125rem !important;
}

.u-margin-left-85 {
  margin-left: 5.3125rem !important;
}

.u-margin-right-85 {
  margin-right: 5.3125rem !important;
}

.u-padding-top-85 {
  padding-top: 5.3125rem;
}

.u-padding-bottom-85 {
  padding-bottom: 5.3125rem;
}

.u-padding-left-85 {
  padding-left: 5.3125rem;
}

.u-padding-right-85 {
  padding-right: 5.3125rem;
}

.u-margin-top-90 {
  margin-top: 5.625rem !important;
}

.u-margin-bottom-90 {
  margin-bottom: 5.625rem !important;
}

.u-margin-left-90 {
  margin-left: 5.625rem !important;
}

.u-margin-right-90 {
  margin-right: 5.625rem !important;
}

.u-padding-top-90 {
  padding-top: 5.625rem;
}

.u-padding-bottom-90 {
  padding-bottom: 5.625rem;
}

.u-padding-left-90 {
  padding-left: 5.625rem;
}

.u-padding-right-90 {
  padding-right: 5.625rem;
}

.u-margin-top-95 {
  margin-top: 5.9375rem !important;
}

.u-margin-bottom-95 {
  margin-bottom: 5.9375rem !important;
}

.u-margin-left-95 {
  margin-left: 5.9375rem !important;
}

.u-margin-right-95 {
  margin-right: 5.9375rem !important;
}

.u-padding-top-95 {
  padding-top: 5.9375rem;
}

.u-padding-bottom-95 {
  padding-bottom: 5.9375rem;
}

.u-padding-left-95 {
  padding-left: 5.9375rem;
}

.u-padding-right-95 {
  padding-right: 5.9375rem;
}

.u-margin-top-100 {
  margin-top: 6.25rem !important;
}

.u-margin-bottom-100 {
  margin-bottom: 6.25rem !important;
}

.u-margin-left-100 {
  margin-left: 6.25rem !important;
}

.u-margin-right-100 {
  margin-right: 6.25rem !important;
}

.u-padding-top-100 {
  padding-top: 6.25rem;
}

.u-padding-bottom-100 {
  padding-bottom: 6.25rem;
}

.u-padding-left-100 {
  padding-left: 6.25rem;
}

.u-padding-right-100 {
  padding-right: 6.25rem;
}

.u-margin-top-105 {
  margin-top: 6.5625rem !important;
}

.u-margin-bottom-105 {
  margin-bottom: 6.5625rem !important;
}

.u-margin-left-105 {
  margin-left: 6.5625rem !important;
}

.u-margin-right-105 {
  margin-right: 6.5625rem !important;
}

.u-padding-top-105 {
  padding-top: 6.5625rem;
}

.u-padding-bottom-105 {
  padding-bottom: 6.5625rem;
}

.u-padding-left-105 {
  padding-left: 6.5625rem;
}

.u-padding-right-105 {
  padding-right: 6.5625rem;
}

.u-margin-top-110 {
  margin-top: 6.875rem !important;
}

.u-margin-bottom-110 {
  margin-bottom: 6.875rem !important;
}

.u-margin-left-110 {
  margin-left: 6.875rem !important;
}

.u-margin-right-110 {
  margin-right: 6.875rem !important;
}

.u-padding-top-110 {
  padding-top: 6.875rem;
}

.u-padding-bottom-110 {
  padding-bottom: 6.875rem;
}

.u-padding-left-110 {
  padding-left: 6.875rem;
}

.u-padding-right-110 {
  padding-right: 6.875rem;
}

.u-margin-top-115 {
  margin-top: 7.1875rem !important;
}

.u-margin-bottom-115 {
  margin-bottom: 7.1875rem !important;
}

.u-margin-left-115 {
  margin-left: 7.1875rem !important;
}

.u-margin-right-115 {
  margin-right: 7.1875rem !important;
}

.u-padding-top-115 {
  padding-top: 7.1875rem;
}

.u-padding-bottom-115 {
  padding-bottom: 7.1875rem;
}

.u-padding-left-115 {
  padding-left: 7.1875rem;
}

.u-padding-right-115 {
  padding-right: 7.1875rem;
}

.u-margin-top-120 {
  margin-top: 7.5rem !important;
}

.u-margin-bottom-120 {
  margin-bottom: 7.5rem !important;
}

.u-margin-left-120 {
  margin-left: 7.5rem !important;
}

.u-margin-right-120 {
  margin-right: 7.5rem !important;
}

.u-padding-top-120 {
  padding-top: 7.5rem;
}

.u-padding-bottom-120 {
  padding-bottom: 7.5rem;
}

.u-padding-left-120 {
  padding-left: 7.5rem;
}

.u-padding-right-120 {
  padding-right: 7.5rem;
}

.u-margin-top-125 {
  margin-top: 7.8125rem !important;
}

.u-margin-bottom-125 {
  margin-bottom: 7.8125rem !important;
}

.u-margin-left-125 {
  margin-left: 7.8125rem !important;
}

.u-margin-right-125 {
  margin-right: 7.8125rem !important;
}

.u-padding-top-125 {
  padding-top: 7.8125rem;
}

.u-padding-bottom-125 {
  padding-bottom: 7.8125rem;
}

.u-padding-left-125 {
  padding-left: 7.8125rem;
}

.u-padding-right-125 {
  padding-right: 7.8125rem;
}

.u-margin-top-130 {
  margin-top: 8.125rem !important;
}

.u-margin-bottom-130 {
  margin-bottom: 8.125rem !important;
}

.u-margin-left-130 {
  margin-left: 8.125rem !important;
}

.u-margin-right-130 {
  margin-right: 8.125rem !important;
}

.u-padding-top-130 {
  padding-top: 8.125rem;
}

.u-padding-bottom-130 {
  padding-bottom: 8.125rem;
}

.u-padding-left-130 {
  padding-left: 8.125rem;
}

.u-padding-right-130 {
  padding-right: 8.125rem;
}

.u-margin-top-135 {
  margin-top: 8.4375rem !important;
}

.u-margin-bottom-135 {
  margin-bottom: 8.4375rem !important;
}

.u-margin-left-135 {
  margin-left: 8.4375rem !important;
}

.u-margin-right-135 {
  margin-right: 8.4375rem !important;
}

.u-padding-top-135 {
  padding-top: 8.4375rem;
}

.u-padding-bottom-135 {
  padding-bottom: 8.4375rem;
}

.u-padding-left-135 {
  padding-left: 8.4375rem;
}

.u-padding-right-135 {
  padding-right: 8.4375rem;
}

.u-margin-top-140 {
  margin-top: 8.75rem !important;
}

.u-margin-bottom-140 {
  margin-bottom: 8.75rem !important;
}

.u-margin-left-140 {
  margin-left: 8.75rem !important;
}

.u-margin-right-140 {
  margin-right: 8.75rem !important;
}

.u-padding-top-140 {
  padding-top: 8.75rem;
}

.u-padding-bottom-140 {
  padding-bottom: 8.75rem;
}

.u-padding-left-140 {
  padding-left: 8.75rem;
}

.u-padding-right-140 {
  padding-right: 8.75rem;
}

.u-margin-top-145 {
  margin-top: 9.0625rem !important;
}

.u-margin-bottom-145 {
  margin-bottom: 9.0625rem !important;
}

.u-margin-left-145 {
  margin-left: 9.0625rem !important;
}

.u-margin-right-145 {
  margin-right: 9.0625rem !important;
}

.u-padding-top-145 {
  padding-top: 9.0625rem;
}

.u-padding-bottom-145 {
  padding-bottom: 9.0625rem;
}

.u-padding-left-145 {
  padding-left: 9.0625rem;
}

.u-padding-right-145 {
  padding-right: 9.0625rem;
}

.u-margin-top-150 {
  margin-top: 9.375rem !important;
}

.u-margin-bottom-150 {
  margin-bottom: 9.375rem !important;
}

.u-margin-left-150 {
  margin-left: 9.375rem !important;
}

.u-margin-right-150 {
  margin-right: 9.375rem !important;
}

.u-padding-top-150 {
  padding-top: 9.375rem;
}

.u-padding-bottom-150 {
  padding-bottom: 9.375rem;
}

.u-padding-left-150 {
  padding-left: 9.375rem;
}

.u-padding-right-150 {
  padding-right: 9.375rem;
}

.u-margin-top-155 {
  margin-top: 9.6875rem !important;
}

.u-margin-bottom-155 {
  margin-bottom: 9.6875rem !important;
}

.u-margin-left-155 {
  margin-left: 9.6875rem !important;
}

.u-margin-right-155 {
  margin-right: 9.6875rem !important;
}

.u-padding-top-155 {
  padding-top: 9.6875rem;
}

.u-padding-bottom-155 {
  padding-bottom: 9.6875rem;
}

.u-padding-left-155 {
  padding-left: 9.6875rem;
}

.u-padding-right-155 {
  padding-right: 9.6875rem;
}

.u-margin-top-160 {
  margin-top: 10rem !important;
}

.u-margin-bottom-160 {
  margin-bottom: 10rem !important;
}

.u-margin-left-160 {
  margin-left: 10rem !important;
}

.u-margin-right-160 {
  margin-right: 10rem !important;
}

.u-padding-top-160 {
  padding-top: 10rem;
}

.u-padding-bottom-160 {
  padding-bottom: 10rem;
}

.u-padding-left-160 {
  padding-left: 10rem;
}

.u-padding-right-160 {
  padding-right: 10rem;
}

.u-margin-top-165 {
  margin-top: 10.3125rem !important;
}

.u-margin-bottom-165 {
  margin-bottom: 10.3125rem !important;
}

.u-margin-left-165 {
  margin-left: 10.3125rem !important;
}

.u-margin-right-165 {
  margin-right: 10.3125rem !important;
}

.u-padding-top-165 {
  padding-top: 10.3125rem;
}

.u-padding-bottom-165 {
  padding-bottom: 10.3125rem;
}

.u-padding-left-165 {
  padding-left: 10.3125rem;
}

.u-padding-right-165 {
  padding-right: 10.3125rem;
}

.u-margin-top-170 {
  margin-top: 10.625rem !important;
}

.u-margin-bottom-170 {
  margin-bottom: 10.625rem !important;
}

.u-margin-left-170 {
  margin-left: 10.625rem !important;
}

.u-margin-right-170 {
  margin-right: 10.625rem !important;
}

.u-padding-top-170 {
  padding-top: 10.625rem;
}

.u-padding-bottom-170 {
  padding-bottom: 10.625rem;
}

.u-padding-left-170 {
  padding-left: 10.625rem;
}

.u-padding-right-170 {
  padding-right: 10.625rem;
}

.u-margin-top-175 {
  margin-top: 10.9375rem !important;
}

.u-margin-bottom-175 {
  margin-bottom: 10.9375rem !important;
}

.u-margin-left-175 {
  margin-left: 10.9375rem !important;
}

.u-margin-right-175 {
  margin-right: 10.9375rem !important;
}

.u-padding-top-175 {
  padding-top: 10.9375rem;
}

.u-padding-bottom-175 {
  padding-bottom: 10.9375rem;
}

.u-padding-left-175 {
  padding-left: 10.9375rem;
}

.u-padding-right-175 {
  padding-right: 10.9375rem;
}

.u-margin-top-180 {
  margin-top: 11.25rem !important;
}

.u-margin-bottom-180 {
  margin-bottom: 11.25rem !important;
}

.u-margin-left-180 {
  margin-left: 11.25rem !important;
}

.u-margin-right-180 {
  margin-right: 11.25rem !important;
}

.u-padding-top-180 {
  padding-top: 11.25rem;
}

.u-padding-bottom-180 {
  padding-bottom: 11.25rem;
}

.u-padding-left-180 {
  padding-left: 11.25rem;
}

.u-padding-right-180 {
  padding-right: 11.25rem;
}

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

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

@media screen and (max-width: 47.9375em) {
  .u-margin-top-0\@small {
    margin-top: 0 !important;
  }

  .u-margin-bottom-0\@small {
    margin-bottom: 0 !important;
  }

  .u-margin-left-0\@small {
    margin-left: 0 !important;
  }

  .u-margin-right-0\@small {
    margin-right: 0 !important;
  }

  .u-padding-top-0\@small {
    padding-top: 0;
  }

  .u-padding-bottom-0\@small {
    padding-bottom: 0;
  }

  .u-padding-left-0\@small {
    padding-left: 0;
  }

  .u-padding-right-0\@small {
    padding-right: 0;
  }

  .u-margin-top-5\@small {
    margin-top: 0.3125rem !important;
  }

  .u-margin-bottom-5\@small {
    margin-bottom: 0.3125rem !important;
  }

  .u-margin-left-5\@small {
    margin-left: 0.3125rem !important;
  }

  .u-margin-right-5\@small {
    margin-right: 0.3125rem !important;
  }

  .u-padding-top-5\@small {
    padding-top: 0.3125rem;
  }

  .u-padding-bottom-5\@small {
    padding-bottom: 0.3125rem;
  }

  .u-padding-left-5\@small {
    padding-left: 0.3125rem;
  }

  .u-padding-right-5\@small {
    padding-right: 0.3125rem;
  }

  .u-margin-top-10\@small {
    margin-top: 0.625rem !important;
  }

  .u-margin-bottom-10\@small {
    margin-bottom: 0.625rem !important;
  }

  .u-margin-left-10\@small {
    margin-left: 0.625rem !important;
  }

  .u-margin-right-10\@small {
    margin-right: 0.625rem !important;
  }

  .u-padding-top-10\@small {
    padding-top: 0.625rem;
  }

  .u-padding-bottom-10\@small {
    padding-bottom: 0.625rem;
  }

  .u-padding-left-10\@small {
    padding-left: 0.625rem;
  }

  .u-padding-right-10\@small {
    padding-right: 0.625rem;
  }

  .u-margin-top-15\@small {
    margin-top: 0.9375rem !important;
  }

  .u-margin-bottom-15\@small {
    margin-bottom: 0.9375rem !important;
  }

  .u-margin-left-15\@small {
    margin-left: 0.9375rem !important;
  }

  .u-margin-right-15\@small {
    margin-right: 0.9375rem !important;
  }

  .u-padding-top-15\@small {
    padding-top: 0.9375rem;
  }

  .u-padding-bottom-15\@small {
    padding-bottom: 0.9375rem;
  }

  .u-padding-left-15\@small {
    padding-left: 0.9375rem;
  }

  .u-padding-right-15\@small {
    padding-right: 0.9375rem;
  }

  .u-margin-top-20\@small {
    margin-top: 1.25rem !important;
  }

  .u-margin-bottom-20\@small {
    margin-bottom: 1.25rem !important;
  }

  .u-margin-left-20\@small {
    margin-left: 1.25rem !important;
  }

  .u-margin-right-20\@small {
    margin-right: 1.25rem !important;
  }

  .u-padding-top-20\@small {
    padding-top: 1.25rem;
  }

  .u-padding-bottom-20\@small {
    padding-bottom: 1.25rem;
  }

  .u-padding-left-20\@small {
    padding-left: 1.25rem;
  }

  .u-padding-right-20\@small {
    padding-right: 1.25rem;
  }

  .u-margin-top-25\@small {
    margin-top: 1.5625rem !important;
  }

  .u-margin-bottom-25\@small {
    margin-bottom: 1.5625rem !important;
  }

  .u-margin-left-25\@small {
    margin-left: 1.5625rem !important;
  }

  .u-margin-right-25\@small {
    margin-right: 1.5625rem !important;
  }

  .u-padding-top-25\@small {
    padding-top: 1.5625rem;
  }

  .u-padding-bottom-25\@small {
    padding-bottom: 1.5625rem;
  }

  .u-padding-left-25\@small {
    padding-left: 1.5625rem;
  }

  .u-padding-right-25\@small {
    padding-right: 1.5625rem;
  }

  .u-margin-top-30\@small {
    margin-top: 1.875rem !important;
  }

  .u-margin-bottom-30\@small {
    margin-bottom: 1.875rem !important;
  }

  .u-margin-left-30\@small {
    margin-left: 1.875rem !important;
  }

  .u-margin-right-30\@small {
    margin-right: 1.875rem !important;
  }

  .u-padding-top-30\@small {
    padding-top: 1.875rem;
  }

  .u-padding-bottom-30\@small {
    padding-bottom: 1.875rem;
  }

  .u-padding-left-30\@small {
    padding-left: 1.875rem;
  }

  .u-padding-right-30\@small {
    padding-right: 1.875rem;
  }

  .u-margin-top-35\@small {
    margin-top: 2.1875rem !important;
  }

  .u-margin-bottom-35\@small {
    margin-bottom: 2.1875rem !important;
  }

  .u-margin-left-35\@small {
    margin-left: 2.1875rem !important;
  }

  .u-margin-right-35\@small {
    margin-right: 2.1875rem !important;
  }

  .u-padding-top-35\@small {
    padding-top: 2.1875rem;
  }

  .u-padding-bottom-35\@small {
    padding-bottom: 2.1875rem;
  }

  .u-padding-left-35\@small {
    padding-left: 2.1875rem;
  }

  .u-padding-right-35\@small {
    padding-right: 2.1875rem;
  }

  .u-margin-top-40\@small {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom-40\@small {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left-40\@small {
    margin-left: 2.5rem !important;
  }

  .u-margin-right-40\@small {
    margin-right: 2.5rem !important;
  }

  .u-padding-top-40\@small {
    padding-top: 2.5rem;
  }

  .u-padding-bottom-40\@small {
    padding-bottom: 2.5rem;
  }

  .u-padding-left-40\@small {
    padding-left: 2.5rem;
  }

  .u-padding-right-40\@small {
    padding-right: 2.5rem;
  }

  .u-margin-top-45\@small {
    margin-top: 2.8125rem !important;
  }

  .u-margin-bottom-45\@small {
    margin-bottom: 2.8125rem !important;
  }

  .u-margin-left-45\@small {
    margin-left: 2.8125rem !important;
  }

  .u-margin-right-45\@small {
    margin-right: 2.8125rem !important;
  }

  .u-padding-top-45\@small {
    padding-top: 2.8125rem;
  }

  .u-padding-bottom-45\@small {
    padding-bottom: 2.8125rem;
  }

  .u-padding-left-45\@small {
    padding-left: 2.8125rem;
  }

  .u-padding-right-45\@small {
    padding-right: 2.8125rem;
  }

  .u-margin-top-50\@small {
    margin-top: 3.125rem !important;
  }

  .u-margin-bottom-50\@small {
    margin-bottom: 3.125rem !important;
  }

  .u-margin-left-50\@small {
    margin-left: 3.125rem !important;
  }

  .u-margin-right-50\@small {
    margin-right: 3.125rem !important;
  }

  .u-padding-top-50\@small {
    padding-top: 3.125rem;
  }

  .u-padding-bottom-50\@small {
    padding-bottom: 3.125rem;
  }

  .u-padding-left-50\@small {
    padding-left: 3.125rem;
  }

  .u-padding-right-50\@small {
    padding-right: 3.125rem;
  }

  .u-margin-top-55\@small {
    margin-top: 3.4375rem !important;
  }

  .u-margin-bottom-55\@small {
    margin-bottom: 3.4375rem !important;
  }

  .u-margin-left-55\@small {
    margin-left: 3.4375rem !important;
  }

  .u-margin-right-55\@small {
    margin-right: 3.4375rem !important;
  }

  .u-padding-top-55\@small {
    padding-top: 3.4375rem;
  }

  .u-padding-bottom-55\@small {
    padding-bottom: 3.4375rem;
  }

  .u-padding-left-55\@small {
    padding-left: 3.4375rem;
  }

  .u-padding-right-55\@small {
    padding-right: 3.4375rem;
  }

  .u-margin-top-60\@small {
    margin-top: 3.75rem !important;
  }

  .u-margin-bottom-60\@small {
    margin-bottom: 3.75rem !important;
  }

  .u-margin-left-60\@small {
    margin-left: 3.75rem !important;
  }

  .u-margin-right-60\@small {
    margin-right: 3.75rem !important;
  }

  .u-padding-top-60\@small {
    padding-top: 3.75rem;
  }

  .u-padding-bottom-60\@small {
    padding-bottom: 3.75rem;
  }

  .u-padding-left-60\@small {
    padding-left: 3.75rem;
  }

  .u-padding-right-60\@small {
    padding-right: 3.75rem;
  }

  .u-margin-top-65\@small {
    margin-top: 4.0625rem !important;
  }

  .u-margin-bottom-65\@small {
    margin-bottom: 4.0625rem !important;
  }

  .u-margin-left-65\@small {
    margin-left: 4.0625rem !important;
  }

  .u-margin-right-65\@small {
    margin-right: 4.0625rem !important;
  }

  .u-padding-top-65\@small {
    padding-top: 4.0625rem;
  }

  .u-padding-bottom-65\@small {
    padding-bottom: 4.0625rem;
  }

  .u-padding-left-65\@small {
    padding-left: 4.0625rem;
  }

  .u-padding-right-65\@small {
    padding-right: 4.0625rem;
  }

  .u-margin-top-70\@small {
    margin-top: 4.375rem !important;
  }

  .u-margin-bottom-70\@small {
    margin-bottom: 4.375rem !important;
  }

  .u-margin-left-70\@small {
    margin-left: 4.375rem !important;
  }

  .u-margin-right-70\@small {
    margin-right: 4.375rem !important;
  }

  .u-padding-top-70\@small {
    padding-top: 4.375rem;
  }

  .u-padding-bottom-70\@small {
    padding-bottom: 4.375rem;
  }

  .u-padding-left-70\@small {
    padding-left: 4.375rem;
  }

  .u-padding-right-70\@small {
    padding-right: 4.375rem;
  }

  .u-margin-top-75\@small {
    margin-top: 4.6875rem !important;
  }

  .u-margin-bottom-75\@small {
    margin-bottom: 4.6875rem !important;
  }

  .u-margin-left-75\@small {
    margin-left: 4.6875rem !important;
  }

  .u-margin-right-75\@small {
    margin-right: 4.6875rem !important;
  }

  .u-padding-top-75\@small {
    padding-top: 4.6875rem;
  }

  .u-padding-bottom-75\@small {
    padding-bottom: 4.6875rem;
  }

  .u-padding-left-75\@small {
    padding-left: 4.6875rem;
  }

  .u-padding-right-75\@small {
    padding-right: 4.6875rem;
  }

  .u-margin-top-80\@small {
    margin-top: 5rem !important;
  }

  .u-margin-bottom-80\@small {
    margin-bottom: 5rem !important;
  }

  .u-margin-left-80\@small {
    margin-left: 5rem !important;
  }

  .u-margin-right-80\@small {
    margin-right: 5rem !important;
  }

  .u-padding-top-80\@small {
    padding-top: 5rem;
  }

  .u-padding-bottom-80\@small {
    padding-bottom: 5rem;
  }

  .u-padding-left-80\@small {
    padding-left: 5rem;
  }

  .u-padding-right-80\@small {
    padding-right: 5rem;
  }

  .u-margin-top-85\@small {
    margin-top: 5.3125rem !important;
  }

  .u-margin-bottom-85\@small {
    margin-bottom: 5.3125rem !important;
  }

  .u-margin-left-85\@small {
    margin-left: 5.3125rem !important;
  }

  .u-margin-right-85\@small {
    margin-right: 5.3125rem !important;
  }

  .u-padding-top-85\@small {
    padding-top: 5.3125rem;
  }

  .u-padding-bottom-85\@small {
    padding-bottom: 5.3125rem;
  }

  .u-padding-left-85\@small {
    padding-left: 5.3125rem;
  }

  .u-padding-right-85\@small {
    padding-right: 5.3125rem;
  }

  .u-margin-top-90\@small {
    margin-top: 5.625rem !important;
  }

  .u-margin-bottom-90\@small {
    margin-bottom: 5.625rem !important;
  }

  .u-margin-left-90\@small {
    margin-left: 5.625rem !important;
  }

  .u-margin-right-90\@small {
    margin-right: 5.625rem !important;
  }

  .u-padding-top-90\@small {
    padding-top: 5.625rem;
  }

  .u-padding-bottom-90\@small {
    padding-bottom: 5.625rem;
  }

  .u-padding-left-90\@small {
    padding-left: 5.625rem;
  }

  .u-padding-right-90\@small {
    padding-right: 5.625rem;
  }

  .u-margin-top-95\@small {
    margin-top: 5.9375rem !important;
  }

  .u-margin-bottom-95\@small {
    margin-bottom: 5.9375rem !important;
  }

  .u-margin-left-95\@small {
    margin-left: 5.9375rem !important;
  }

  .u-margin-right-95\@small {
    margin-right: 5.9375rem !important;
  }

  .u-padding-top-95\@small {
    padding-top: 5.9375rem;
  }

  .u-padding-bottom-95\@small {
    padding-bottom: 5.9375rem;
  }

  .u-padding-left-95\@small {
    padding-left: 5.9375rem;
  }

  .u-padding-right-95\@small {
    padding-right: 5.9375rem;
  }

  .u-margin-top-100\@small {
    margin-top: 6.25rem !important;
  }

  .u-margin-bottom-100\@small {
    margin-bottom: 6.25rem !important;
  }

  .u-margin-left-100\@small {
    margin-left: 6.25rem !important;
  }

  .u-margin-right-100\@small {
    margin-right: 6.25rem !important;
  }

  .u-padding-top-100\@small {
    padding-top: 6.25rem;
  }

  .u-padding-bottom-100\@small {
    padding-bottom: 6.25rem;
  }

  .u-padding-left-100\@small {
    padding-left: 6.25rem;
  }

  .u-padding-right-100\@small {
    padding-right: 6.25rem;
  }

  .u-margin-top-105\@small {
    margin-top: 6.5625rem !important;
  }

  .u-margin-bottom-105\@small {
    margin-bottom: 6.5625rem !important;
  }

  .u-margin-left-105\@small {
    margin-left: 6.5625rem !important;
  }

  .u-margin-right-105\@small {
    margin-right: 6.5625rem !important;
  }

  .u-padding-top-105\@small {
    padding-top: 6.5625rem;
  }

  .u-padding-bottom-105\@small {
    padding-bottom: 6.5625rem;
  }

  .u-padding-left-105\@small {
    padding-left: 6.5625rem;
  }

  .u-padding-right-105\@small {
    padding-right: 6.5625rem;
  }

  .u-margin-top-110\@small {
    margin-top: 6.875rem !important;
  }

  .u-margin-bottom-110\@small {
    margin-bottom: 6.875rem !important;
  }

  .u-margin-left-110\@small {
    margin-left: 6.875rem !important;
  }

  .u-margin-right-110\@small {
    margin-right: 6.875rem !important;
  }

  .u-padding-top-110\@small {
    padding-top: 6.875rem;
  }

  .u-padding-bottom-110\@small {
    padding-bottom: 6.875rem;
  }

  .u-padding-left-110\@small {
    padding-left: 6.875rem;
  }

  .u-padding-right-110\@small {
    padding-right: 6.875rem;
  }

  .u-margin-top-115\@small {
    margin-top: 7.1875rem !important;
  }

  .u-margin-bottom-115\@small {
    margin-bottom: 7.1875rem !important;
  }

  .u-margin-left-115\@small {
    margin-left: 7.1875rem !important;
  }

  .u-margin-right-115\@small {
    margin-right: 7.1875rem !important;
  }

  .u-padding-top-115\@small {
    padding-top: 7.1875rem;
  }

  .u-padding-bottom-115\@small {
    padding-bottom: 7.1875rem;
  }

  .u-padding-left-115\@small {
    padding-left: 7.1875rem;
  }

  .u-padding-right-115\@small {
    padding-right: 7.1875rem;
  }

  .u-margin-top-120\@small {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom-120\@small {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left-120\@small {
    margin-left: 7.5rem !important;
  }

  .u-margin-right-120\@small {
    margin-right: 7.5rem !important;
  }

  .u-padding-top-120\@small {
    padding-top: 7.5rem;
  }

  .u-padding-bottom-120\@small {
    padding-bottom: 7.5rem;
  }

  .u-padding-left-120\@small {
    padding-left: 7.5rem;
  }

  .u-padding-right-120\@small {
    padding-right: 7.5rem;
  }

  .u-margin-top-125\@small {
    margin-top: 7.8125rem !important;
  }

  .u-margin-bottom-125\@small {
    margin-bottom: 7.8125rem !important;
  }

  .u-margin-left-125\@small {
    margin-left: 7.8125rem !important;
  }

  .u-margin-right-125\@small {
    margin-right: 7.8125rem !important;
  }

  .u-padding-top-125\@small {
    padding-top: 7.8125rem;
  }

  .u-padding-bottom-125\@small {
    padding-bottom: 7.8125rem;
  }

  .u-padding-left-125\@small {
    padding-left: 7.8125rem;
  }

  .u-padding-right-125\@small {
    padding-right: 7.8125rem;
  }

  .u-margin-top-130\@small {
    margin-top: 8.125rem !important;
  }

  .u-margin-bottom-130\@small {
    margin-bottom: 8.125rem !important;
  }

  .u-margin-left-130\@small {
    margin-left: 8.125rem !important;
  }

  .u-margin-right-130\@small {
    margin-right: 8.125rem !important;
  }

  .u-padding-top-130\@small {
    padding-top: 8.125rem;
  }

  .u-padding-bottom-130\@small {
    padding-bottom: 8.125rem;
  }

  .u-padding-left-130\@small {
    padding-left: 8.125rem;
  }

  .u-padding-right-130\@small {
    padding-right: 8.125rem;
  }

  .u-margin-top-135\@small {
    margin-top: 8.4375rem !important;
  }

  .u-margin-bottom-135\@small {
    margin-bottom: 8.4375rem !important;
  }

  .u-margin-left-135\@small {
    margin-left: 8.4375rem !important;
  }

  .u-margin-right-135\@small {
    margin-right: 8.4375rem !important;
  }

  .u-padding-top-135\@small {
    padding-top: 8.4375rem;
  }

  .u-padding-bottom-135\@small {
    padding-bottom: 8.4375rem;
  }

  .u-padding-left-135\@small {
    padding-left: 8.4375rem;
  }

  .u-padding-right-135\@small {
    padding-right: 8.4375rem;
  }

  .u-margin-top-140\@small {
    margin-top: 8.75rem !important;
  }

  .u-margin-bottom-140\@small {
    margin-bottom: 8.75rem !important;
  }

  .u-margin-left-140\@small {
    margin-left: 8.75rem !important;
  }

  .u-margin-right-140\@small {
    margin-right: 8.75rem !important;
  }

  .u-padding-top-140\@small {
    padding-top: 8.75rem;
  }

  .u-padding-bottom-140\@small {
    padding-bottom: 8.75rem;
  }

  .u-padding-left-140\@small {
    padding-left: 8.75rem;
  }

  .u-padding-right-140\@small {
    padding-right: 8.75rem;
  }

  .u-margin-top-145\@small {
    margin-top: 9.0625rem !important;
  }

  .u-margin-bottom-145\@small {
    margin-bottom: 9.0625rem !important;
  }

  .u-margin-left-145\@small {
    margin-left: 9.0625rem !important;
  }

  .u-margin-right-145\@small {
    margin-right: 9.0625rem !important;
  }

  .u-padding-top-145\@small {
    padding-top: 9.0625rem;
  }

  .u-padding-bottom-145\@small {
    padding-bottom: 9.0625rem;
  }

  .u-padding-left-145\@small {
    padding-left: 9.0625rem;
  }

  .u-padding-right-145\@small {
    padding-right: 9.0625rem;
  }

  .u-margin-top-150\@small {
    margin-top: 9.375rem !important;
  }

  .u-margin-bottom-150\@small {
    margin-bottom: 9.375rem !important;
  }

  .u-margin-left-150\@small {
    margin-left: 9.375rem !important;
  }

  .u-margin-right-150\@small {
    margin-right: 9.375rem !important;
  }

  .u-padding-top-150\@small {
    padding-top: 9.375rem;
  }

  .u-padding-bottom-150\@small {
    padding-bottom: 9.375rem;
  }

  .u-padding-left-150\@small {
    padding-left: 9.375rem;
  }

  .u-padding-right-150\@small {
    padding-right: 9.375rem;
  }

  .u-margin-top-155\@small {
    margin-top: 9.6875rem !important;
  }

  .u-margin-bottom-155\@small {
    margin-bottom: 9.6875rem !important;
  }

  .u-margin-left-155\@small {
    margin-left: 9.6875rem !important;
  }

  .u-margin-right-155\@small {
    margin-right: 9.6875rem !important;
  }

  .u-padding-top-155\@small {
    padding-top: 9.6875rem;
  }

  .u-padding-bottom-155\@small {
    padding-bottom: 9.6875rem;
  }

  .u-padding-left-155\@small {
    padding-left: 9.6875rem;
  }

  .u-padding-right-155\@small {
    padding-right: 9.6875rem;
  }

  .u-margin-top-160\@small {
    margin-top: 10rem !important;
  }

  .u-margin-bottom-160\@small {
    margin-bottom: 10rem !important;
  }

  .u-margin-left-160\@small {
    margin-left: 10rem !important;
  }

  .u-margin-right-160\@small {
    margin-right: 10rem !important;
  }

  .u-padding-top-160\@small {
    padding-top: 10rem;
  }

  .u-padding-bottom-160\@small {
    padding-bottom: 10rem;
  }

  .u-padding-left-160\@small {
    padding-left: 10rem;
  }

  .u-padding-right-160\@small {
    padding-right: 10rem;
  }

  .u-margin-top-165\@small {
    margin-top: 10.3125rem !important;
  }

  .u-margin-bottom-165\@small {
    margin-bottom: 10.3125rem !important;
  }

  .u-margin-left-165\@small {
    margin-left: 10.3125rem !important;
  }

  .u-margin-right-165\@small {
    margin-right: 10.3125rem !important;
  }

  .u-padding-top-165\@small {
    padding-top: 10.3125rem;
  }

  .u-padding-bottom-165\@small {
    padding-bottom: 10.3125rem;
  }

  .u-padding-left-165\@small {
    padding-left: 10.3125rem;
  }

  .u-padding-right-165\@small {
    padding-right: 10.3125rem;
  }

  .u-margin-top-170\@small {
    margin-top: 10.625rem !important;
  }

  .u-margin-bottom-170\@small {
    margin-bottom: 10.625rem !important;
  }

  .u-margin-left-170\@small {
    margin-left: 10.625rem !important;
  }

  .u-margin-right-170\@small {
    margin-right: 10.625rem !important;
  }

  .u-padding-top-170\@small {
    padding-top: 10.625rem;
  }

  .u-padding-bottom-170\@small {
    padding-bottom: 10.625rem;
  }

  .u-padding-left-170\@small {
    padding-left: 10.625rem;
  }

  .u-padding-right-170\@small {
    padding-right: 10.625rem;
  }

  .u-margin-top-175\@small {
    margin-top: 10.9375rem !important;
  }

  .u-margin-bottom-175\@small {
    margin-bottom: 10.9375rem !important;
  }

  .u-margin-left-175\@small {
    margin-left: 10.9375rem !important;
  }

  .u-margin-right-175\@small {
    margin-right: 10.9375rem !important;
  }

  .u-padding-top-175\@small {
    padding-top: 10.9375rem;
  }

  .u-padding-bottom-175\@small {
    padding-bottom: 10.9375rem;
  }

  .u-padding-left-175\@small {
    padding-left: 10.9375rem;
  }

  .u-padding-right-175\@small {
    padding-right: 10.9375rem;
  }

  .u-margin-top-180\@small {
    margin-top: 11.25rem !important;
  }

  .u-margin-bottom-180\@small {
    margin-bottom: 11.25rem !important;
  }

  .u-margin-left-180\@small {
    margin-left: 11.25rem !important;
  }

  .u-margin-right-180\@small {
    margin-right: 11.25rem !important;
  }

  .u-padding-top-180\@small {
    padding-top: 11.25rem;
  }

  .u-padding-bottom-180\@small {
    padding-bottom: 11.25rem;
  }

  .u-padding-left-180\@small {
    padding-left: 11.25rem;
  }

  .u-padding-right-180\@small {
    padding-right: 11.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-margin-top-0\@medium {
    margin-top: 0 !important;
  }

  .u-margin-bottom-0\@medium {
    margin-bottom: 0 !important;
  }

  .u-margin-left-0\@medium {
    margin-left: 0 !important;
  }

  .u-margin-right-0\@medium {
    margin-right: 0 !important;
  }

  .u-padding-top-0\@medium {
    padding-top: 0;
  }

  .u-padding-bottom-0\@medium {
    padding-bottom: 0;
  }

  .u-padding-left-0\@medium {
    padding-left: 0;
  }

  .u-padding-right-0\@medium {
    padding-right: 0;
  }

  .u-margin-top-5\@medium {
    margin-top: 0.3125rem !important;
  }

  .u-margin-bottom-5\@medium {
    margin-bottom: 0.3125rem !important;
  }

  .u-margin-left-5\@medium {
    margin-left: 0.3125rem !important;
  }

  .u-margin-right-5\@medium {
    margin-right: 0.3125rem !important;
  }

  .u-padding-top-5\@medium {
    padding-top: 0.3125rem;
  }

  .u-padding-bottom-5\@medium {
    padding-bottom: 0.3125rem;
  }

  .u-padding-left-5\@medium {
    padding-left: 0.3125rem;
  }

  .u-padding-right-5\@medium {
    padding-right: 0.3125rem;
  }

  .u-margin-top-10\@medium {
    margin-top: 0.625rem !important;
  }

  .u-margin-bottom-10\@medium {
    margin-bottom: 0.625rem !important;
  }

  .u-margin-left-10\@medium {
    margin-left: 0.625rem !important;
  }

  .u-margin-right-10\@medium {
    margin-right: 0.625rem !important;
  }

  .u-padding-top-10\@medium {
    padding-top: 0.625rem;
  }

  .u-padding-bottom-10\@medium {
    padding-bottom: 0.625rem;
  }

  .u-padding-left-10\@medium {
    padding-left: 0.625rem;
  }

  .u-padding-right-10\@medium {
    padding-right: 0.625rem;
  }

  .u-margin-top-15\@medium {
    margin-top: 0.9375rem !important;
  }

  .u-margin-bottom-15\@medium {
    margin-bottom: 0.9375rem !important;
  }

  .u-margin-left-15\@medium {
    margin-left: 0.9375rem !important;
  }

  .u-margin-right-15\@medium {
    margin-right: 0.9375rem !important;
  }

  .u-padding-top-15\@medium {
    padding-top: 0.9375rem;
  }

  .u-padding-bottom-15\@medium {
    padding-bottom: 0.9375rem;
  }

  .u-padding-left-15\@medium {
    padding-left: 0.9375rem;
  }

  .u-padding-right-15\@medium {
    padding-right: 0.9375rem;
  }

  .u-margin-top-20\@medium {
    margin-top: 1.25rem !important;
  }

  .u-margin-bottom-20\@medium {
    margin-bottom: 1.25rem !important;
  }

  .u-margin-left-20\@medium {
    margin-left: 1.25rem !important;
  }

  .u-margin-right-20\@medium {
    margin-right: 1.25rem !important;
  }

  .u-padding-top-20\@medium {
    padding-top: 1.25rem;
  }

  .u-padding-bottom-20\@medium {
    padding-bottom: 1.25rem;
  }

  .u-padding-left-20\@medium {
    padding-left: 1.25rem;
  }

  .u-padding-right-20\@medium {
    padding-right: 1.25rem;
  }

  .u-margin-top-25\@medium {
    margin-top: 1.5625rem !important;
  }

  .u-margin-bottom-25\@medium {
    margin-bottom: 1.5625rem !important;
  }

  .u-margin-left-25\@medium {
    margin-left: 1.5625rem !important;
  }

  .u-margin-right-25\@medium {
    margin-right: 1.5625rem !important;
  }

  .u-padding-top-25\@medium {
    padding-top: 1.5625rem;
  }

  .u-padding-bottom-25\@medium {
    padding-bottom: 1.5625rem;
  }

  .u-padding-left-25\@medium {
    padding-left: 1.5625rem;
  }

  .u-padding-right-25\@medium {
    padding-right: 1.5625rem;
  }

  .u-margin-top-30\@medium {
    margin-top: 1.875rem !important;
  }

  .u-margin-bottom-30\@medium {
    margin-bottom: 1.875rem !important;
  }

  .u-margin-left-30\@medium {
    margin-left: 1.875rem !important;
  }

  .u-margin-right-30\@medium {
    margin-right: 1.875rem !important;
  }

  .u-padding-top-30\@medium {
    padding-top: 1.875rem;
  }

  .u-padding-bottom-30\@medium {
    padding-bottom: 1.875rem;
  }

  .u-padding-left-30\@medium {
    padding-left: 1.875rem;
  }

  .u-padding-right-30\@medium {
    padding-right: 1.875rem;
  }

  .u-margin-top-35\@medium {
    margin-top: 2.1875rem !important;
  }

  .u-margin-bottom-35\@medium {
    margin-bottom: 2.1875rem !important;
  }

  .u-margin-left-35\@medium {
    margin-left: 2.1875rem !important;
  }

  .u-margin-right-35\@medium {
    margin-right: 2.1875rem !important;
  }

  .u-padding-top-35\@medium {
    padding-top: 2.1875rem;
  }

  .u-padding-bottom-35\@medium {
    padding-bottom: 2.1875rem;
  }

  .u-padding-left-35\@medium {
    padding-left: 2.1875rem;
  }

  .u-padding-right-35\@medium {
    padding-right: 2.1875rem;
  }

  .u-margin-top-40\@medium {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom-40\@medium {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left-40\@medium {
    margin-left: 2.5rem !important;
  }

  .u-margin-right-40\@medium {
    margin-right: 2.5rem !important;
  }

  .u-padding-top-40\@medium {
    padding-top: 2.5rem;
  }

  .u-padding-bottom-40\@medium {
    padding-bottom: 2.5rem;
  }

  .u-padding-left-40\@medium {
    padding-left: 2.5rem;
  }

  .u-padding-right-40\@medium {
    padding-right: 2.5rem;
  }

  .u-margin-top-45\@medium {
    margin-top: 2.8125rem !important;
  }

  .u-margin-bottom-45\@medium {
    margin-bottom: 2.8125rem !important;
  }

  .u-margin-left-45\@medium {
    margin-left: 2.8125rem !important;
  }

  .u-margin-right-45\@medium {
    margin-right: 2.8125rem !important;
  }

  .u-padding-top-45\@medium {
    padding-top: 2.8125rem;
  }

  .u-padding-bottom-45\@medium {
    padding-bottom: 2.8125rem;
  }

  .u-padding-left-45\@medium {
    padding-left: 2.8125rem;
  }

  .u-padding-right-45\@medium {
    padding-right: 2.8125rem;
  }

  .u-margin-top-50\@medium {
    margin-top: 3.125rem !important;
  }

  .u-margin-bottom-50\@medium {
    margin-bottom: 3.125rem !important;
  }

  .u-margin-left-50\@medium {
    margin-left: 3.125rem !important;
  }

  .u-margin-right-50\@medium {
    margin-right: 3.125rem !important;
  }

  .u-padding-top-50\@medium {
    padding-top: 3.125rem;
  }

  .u-padding-bottom-50\@medium {
    padding-bottom: 3.125rem;
  }

  .u-padding-left-50\@medium {
    padding-left: 3.125rem;
  }

  .u-padding-right-50\@medium {
    padding-right: 3.125rem;
  }

  .u-margin-top-55\@medium {
    margin-top: 3.4375rem !important;
  }

  .u-margin-bottom-55\@medium {
    margin-bottom: 3.4375rem !important;
  }

  .u-margin-left-55\@medium {
    margin-left: 3.4375rem !important;
  }

  .u-margin-right-55\@medium {
    margin-right: 3.4375rem !important;
  }

  .u-padding-top-55\@medium {
    padding-top: 3.4375rem;
  }

  .u-padding-bottom-55\@medium {
    padding-bottom: 3.4375rem;
  }

  .u-padding-left-55\@medium {
    padding-left: 3.4375rem;
  }

  .u-padding-right-55\@medium {
    padding-right: 3.4375rem;
  }

  .u-margin-top-60\@medium {
    margin-top: 3.75rem !important;
  }

  .u-margin-bottom-60\@medium {
    margin-bottom: 3.75rem !important;
  }

  .u-margin-left-60\@medium {
    margin-left: 3.75rem !important;
  }

  .u-margin-right-60\@medium {
    margin-right: 3.75rem !important;
  }

  .u-padding-top-60\@medium {
    padding-top: 3.75rem;
  }

  .u-padding-bottom-60\@medium {
    padding-bottom: 3.75rem;
  }

  .u-padding-left-60\@medium {
    padding-left: 3.75rem;
  }

  .u-padding-right-60\@medium {
    padding-right: 3.75rem;
  }

  .u-margin-top-65\@medium {
    margin-top: 4.0625rem !important;
  }

  .u-margin-bottom-65\@medium {
    margin-bottom: 4.0625rem !important;
  }

  .u-margin-left-65\@medium {
    margin-left: 4.0625rem !important;
  }

  .u-margin-right-65\@medium {
    margin-right: 4.0625rem !important;
  }

  .u-padding-top-65\@medium {
    padding-top: 4.0625rem;
  }

  .u-padding-bottom-65\@medium {
    padding-bottom: 4.0625rem;
  }

  .u-padding-left-65\@medium {
    padding-left: 4.0625rem;
  }

  .u-padding-right-65\@medium {
    padding-right: 4.0625rem;
  }

  .u-margin-top-70\@medium {
    margin-top: 4.375rem !important;
  }

  .u-margin-bottom-70\@medium {
    margin-bottom: 4.375rem !important;
  }

  .u-margin-left-70\@medium {
    margin-left: 4.375rem !important;
  }

  .u-margin-right-70\@medium {
    margin-right: 4.375rem !important;
  }

  .u-padding-top-70\@medium {
    padding-top: 4.375rem;
  }

  .u-padding-bottom-70\@medium {
    padding-bottom: 4.375rem;
  }

  .u-padding-left-70\@medium {
    padding-left: 4.375rem;
  }

  .u-padding-right-70\@medium {
    padding-right: 4.375rem;
  }

  .u-margin-top-75\@medium {
    margin-top: 4.6875rem !important;
  }

  .u-margin-bottom-75\@medium {
    margin-bottom: 4.6875rem !important;
  }

  .u-margin-left-75\@medium {
    margin-left: 4.6875rem !important;
  }

  .u-margin-right-75\@medium {
    margin-right: 4.6875rem !important;
  }

  .u-padding-top-75\@medium {
    padding-top: 4.6875rem;
  }

  .u-padding-bottom-75\@medium {
    padding-bottom: 4.6875rem;
  }

  .u-padding-left-75\@medium {
    padding-left: 4.6875rem;
  }

  .u-padding-right-75\@medium {
    padding-right: 4.6875rem;
  }

  .u-margin-top-80\@medium {
    margin-top: 5rem !important;
  }

  .u-margin-bottom-80\@medium {
    margin-bottom: 5rem !important;
  }

  .u-margin-left-80\@medium {
    margin-left: 5rem !important;
  }

  .u-margin-right-80\@medium {
    margin-right: 5rem !important;
  }

  .u-padding-top-80\@medium {
    padding-top: 5rem;
  }

  .u-padding-bottom-80\@medium {
    padding-bottom: 5rem;
  }

  .u-padding-left-80\@medium {
    padding-left: 5rem;
  }

  .u-padding-right-80\@medium {
    padding-right: 5rem;
  }

  .u-margin-top-85\@medium {
    margin-top: 5.3125rem !important;
  }

  .u-margin-bottom-85\@medium {
    margin-bottom: 5.3125rem !important;
  }

  .u-margin-left-85\@medium {
    margin-left: 5.3125rem !important;
  }

  .u-margin-right-85\@medium {
    margin-right: 5.3125rem !important;
  }

  .u-padding-top-85\@medium {
    padding-top: 5.3125rem;
  }

  .u-padding-bottom-85\@medium {
    padding-bottom: 5.3125rem;
  }

  .u-padding-left-85\@medium {
    padding-left: 5.3125rem;
  }

  .u-padding-right-85\@medium {
    padding-right: 5.3125rem;
  }

  .u-margin-top-90\@medium {
    margin-top: 5.625rem !important;
  }

  .u-margin-bottom-90\@medium {
    margin-bottom: 5.625rem !important;
  }

  .u-margin-left-90\@medium {
    margin-left: 5.625rem !important;
  }

  .u-margin-right-90\@medium {
    margin-right: 5.625rem !important;
  }

  .u-padding-top-90\@medium {
    padding-top: 5.625rem;
  }

  .u-padding-bottom-90\@medium {
    padding-bottom: 5.625rem;
  }

  .u-padding-left-90\@medium {
    padding-left: 5.625rem;
  }

  .u-padding-right-90\@medium {
    padding-right: 5.625rem;
  }

  .u-margin-top-95\@medium {
    margin-top: 5.9375rem !important;
  }

  .u-margin-bottom-95\@medium {
    margin-bottom: 5.9375rem !important;
  }

  .u-margin-left-95\@medium {
    margin-left: 5.9375rem !important;
  }

  .u-margin-right-95\@medium {
    margin-right: 5.9375rem !important;
  }

  .u-padding-top-95\@medium {
    padding-top: 5.9375rem;
  }

  .u-padding-bottom-95\@medium {
    padding-bottom: 5.9375rem;
  }

  .u-padding-left-95\@medium {
    padding-left: 5.9375rem;
  }

  .u-padding-right-95\@medium {
    padding-right: 5.9375rem;
  }

  .u-margin-top-100\@medium {
    margin-top: 6.25rem !important;
  }

  .u-margin-bottom-100\@medium {
    margin-bottom: 6.25rem !important;
  }

  .u-margin-left-100\@medium {
    margin-left: 6.25rem !important;
  }

  .u-margin-right-100\@medium {
    margin-right: 6.25rem !important;
  }

  .u-padding-top-100\@medium {
    padding-top: 6.25rem;
  }

  .u-padding-bottom-100\@medium {
    padding-bottom: 6.25rem;
  }

  .u-padding-left-100\@medium {
    padding-left: 6.25rem;
  }

  .u-padding-right-100\@medium {
    padding-right: 6.25rem;
  }

  .u-margin-top-105\@medium {
    margin-top: 6.5625rem !important;
  }

  .u-margin-bottom-105\@medium {
    margin-bottom: 6.5625rem !important;
  }

  .u-margin-left-105\@medium {
    margin-left: 6.5625rem !important;
  }

  .u-margin-right-105\@medium {
    margin-right: 6.5625rem !important;
  }

  .u-padding-top-105\@medium {
    padding-top: 6.5625rem;
  }

  .u-padding-bottom-105\@medium {
    padding-bottom: 6.5625rem;
  }

  .u-padding-left-105\@medium {
    padding-left: 6.5625rem;
  }

  .u-padding-right-105\@medium {
    padding-right: 6.5625rem;
  }

  .u-margin-top-110\@medium {
    margin-top: 6.875rem !important;
  }

  .u-margin-bottom-110\@medium {
    margin-bottom: 6.875rem !important;
  }

  .u-margin-left-110\@medium {
    margin-left: 6.875rem !important;
  }

  .u-margin-right-110\@medium {
    margin-right: 6.875rem !important;
  }

  .u-padding-top-110\@medium {
    padding-top: 6.875rem;
  }

  .u-padding-bottom-110\@medium {
    padding-bottom: 6.875rem;
  }

  .u-padding-left-110\@medium {
    padding-left: 6.875rem;
  }

  .u-padding-right-110\@medium {
    padding-right: 6.875rem;
  }

  .u-margin-top-115\@medium {
    margin-top: 7.1875rem !important;
  }

  .u-margin-bottom-115\@medium {
    margin-bottom: 7.1875rem !important;
  }

  .u-margin-left-115\@medium {
    margin-left: 7.1875rem !important;
  }

  .u-margin-right-115\@medium {
    margin-right: 7.1875rem !important;
  }

  .u-padding-top-115\@medium {
    padding-top: 7.1875rem;
  }

  .u-padding-bottom-115\@medium {
    padding-bottom: 7.1875rem;
  }

  .u-padding-left-115\@medium {
    padding-left: 7.1875rem;
  }

  .u-padding-right-115\@medium {
    padding-right: 7.1875rem;
  }

  .u-margin-top-120\@medium {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom-120\@medium {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left-120\@medium {
    margin-left: 7.5rem !important;
  }

  .u-margin-right-120\@medium {
    margin-right: 7.5rem !important;
  }

  .u-padding-top-120\@medium {
    padding-top: 7.5rem;
  }

  .u-padding-bottom-120\@medium {
    padding-bottom: 7.5rem;
  }

  .u-padding-left-120\@medium {
    padding-left: 7.5rem;
  }

  .u-padding-right-120\@medium {
    padding-right: 7.5rem;
  }

  .u-margin-top-125\@medium {
    margin-top: 7.8125rem !important;
  }

  .u-margin-bottom-125\@medium {
    margin-bottom: 7.8125rem !important;
  }

  .u-margin-left-125\@medium {
    margin-left: 7.8125rem !important;
  }

  .u-margin-right-125\@medium {
    margin-right: 7.8125rem !important;
  }

  .u-padding-top-125\@medium {
    padding-top: 7.8125rem;
  }

  .u-padding-bottom-125\@medium {
    padding-bottom: 7.8125rem;
  }

  .u-padding-left-125\@medium {
    padding-left: 7.8125rem;
  }

  .u-padding-right-125\@medium {
    padding-right: 7.8125rem;
  }

  .u-margin-top-130\@medium {
    margin-top: 8.125rem !important;
  }

  .u-margin-bottom-130\@medium {
    margin-bottom: 8.125rem !important;
  }

  .u-margin-left-130\@medium {
    margin-left: 8.125rem !important;
  }

  .u-margin-right-130\@medium {
    margin-right: 8.125rem !important;
  }

  .u-padding-top-130\@medium {
    padding-top: 8.125rem;
  }

  .u-padding-bottom-130\@medium {
    padding-bottom: 8.125rem;
  }

  .u-padding-left-130\@medium {
    padding-left: 8.125rem;
  }

  .u-padding-right-130\@medium {
    padding-right: 8.125rem;
  }

  .u-margin-top-135\@medium {
    margin-top: 8.4375rem !important;
  }

  .u-margin-bottom-135\@medium {
    margin-bottom: 8.4375rem !important;
  }

  .u-margin-left-135\@medium {
    margin-left: 8.4375rem !important;
  }

  .u-margin-right-135\@medium {
    margin-right: 8.4375rem !important;
  }

  .u-padding-top-135\@medium {
    padding-top: 8.4375rem;
  }

  .u-padding-bottom-135\@medium {
    padding-bottom: 8.4375rem;
  }

  .u-padding-left-135\@medium {
    padding-left: 8.4375rem;
  }

  .u-padding-right-135\@medium {
    padding-right: 8.4375rem;
  }

  .u-margin-top-140\@medium {
    margin-top: 8.75rem !important;
  }

  .u-margin-bottom-140\@medium {
    margin-bottom: 8.75rem !important;
  }

  .u-margin-left-140\@medium {
    margin-left: 8.75rem !important;
  }

  .u-margin-right-140\@medium {
    margin-right: 8.75rem !important;
  }

  .u-padding-top-140\@medium {
    padding-top: 8.75rem;
  }

  .u-padding-bottom-140\@medium {
    padding-bottom: 8.75rem;
  }

  .u-padding-left-140\@medium {
    padding-left: 8.75rem;
  }

  .u-padding-right-140\@medium {
    padding-right: 8.75rem;
  }

  .u-margin-top-145\@medium {
    margin-top: 9.0625rem !important;
  }

  .u-margin-bottom-145\@medium {
    margin-bottom: 9.0625rem !important;
  }

  .u-margin-left-145\@medium {
    margin-left: 9.0625rem !important;
  }

  .u-margin-right-145\@medium {
    margin-right: 9.0625rem !important;
  }

  .u-padding-top-145\@medium {
    padding-top: 9.0625rem;
  }

  .u-padding-bottom-145\@medium {
    padding-bottom: 9.0625rem;
  }

  .u-padding-left-145\@medium {
    padding-left: 9.0625rem;
  }

  .u-padding-right-145\@medium {
    padding-right: 9.0625rem;
  }

  .u-margin-top-150\@medium {
    margin-top: 9.375rem !important;
  }

  .u-margin-bottom-150\@medium {
    margin-bottom: 9.375rem !important;
  }

  .u-margin-left-150\@medium {
    margin-left: 9.375rem !important;
  }

  .u-margin-right-150\@medium {
    margin-right: 9.375rem !important;
  }

  .u-padding-top-150\@medium {
    padding-top: 9.375rem;
  }

  .u-padding-bottom-150\@medium {
    padding-bottom: 9.375rem;
  }

  .u-padding-left-150\@medium {
    padding-left: 9.375rem;
  }

  .u-padding-right-150\@medium {
    padding-right: 9.375rem;
  }

  .u-margin-top-155\@medium {
    margin-top: 9.6875rem !important;
  }

  .u-margin-bottom-155\@medium {
    margin-bottom: 9.6875rem !important;
  }

  .u-margin-left-155\@medium {
    margin-left: 9.6875rem !important;
  }

  .u-margin-right-155\@medium {
    margin-right: 9.6875rem !important;
  }

  .u-padding-top-155\@medium {
    padding-top: 9.6875rem;
  }

  .u-padding-bottom-155\@medium {
    padding-bottom: 9.6875rem;
  }

  .u-padding-left-155\@medium {
    padding-left: 9.6875rem;
  }

  .u-padding-right-155\@medium {
    padding-right: 9.6875rem;
  }

  .u-margin-top-160\@medium {
    margin-top: 10rem !important;
  }

  .u-margin-bottom-160\@medium {
    margin-bottom: 10rem !important;
  }

  .u-margin-left-160\@medium {
    margin-left: 10rem !important;
  }

  .u-margin-right-160\@medium {
    margin-right: 10rem !important;
  }

  .u-padding-top-160\@medium {
    padding-top: 10rem;
  }

  .u-padding-bottom-160\@medium {
    padding-bottom: 10rem;
  }

  .u-padding-left-160\@medium {
    padding-left: 10rem;
  }

  .u-padding-right-160\@medium {
    padding-right: 10rem;
  }

  .u-margin-top-165\@medium {
    margin-top: 10.3125rem !important;
  }

  .u-margin-bottom-165\@medium {
    margin-bottom: 10.3125rem !important;
  }

  .u-margin-left-165\@medium {
    margin-left: 10.3125rem !important;
  }

  .u-margin-right-165\@medium {
    margin-right: 10.3125rem !important;
  }

  .u-padding-top-165\@medium {
    padding-top: 10.3125rem;
  }

  .u-padding-bottom-165\@medium {
    padding-bottom: 10.3125rem;
  }

  .u-padding-left-165\@medium {
    padding-left: 10.3125rem;
  }

  .u-padding-right-165\@medium {
    padding-right: 10.3125rem;
  }

  .u-margin-top-170\@medium {
    margin-top: 10.625rem !important;
  }

  .u-margin-bottom-170\@medium {
    margin-bottom: 10.625rem !important;
  }

  .u-margin-left-170\@medium {
    margin-left: 10.625rem !important;
  }

  .u-margin-right-170\@medium {
    margin-right: 10.625rem !important;
  }

  .u-padding-top-170\@medium {
    padding-top: 10.625rem;
  }

  .u-padding-bottom-170\@medium {
    padding-bottom: 10.625rem;
  }

  .u-padding-left-170\@medium {
    padding-left: 10.625rem;
  }

  .u-padding-right-170\@medium {
    padding-right: 10.625rem;
  }

  .u-margin-top-175\@medium {
    margin-top: 10.9375rem !important;
  }

  .u-margin-bottom-175\@medium {
    margin-bottom: 10.9375rem !important;
  }

  .u-margin-left-175\@medium {
    margin-left: 10.9375rem !important;
  }

  .u-margin-right-175\@medium {
    margin-right: 10.9375rem !important;
  }

  .u-padding-top-175\@medium {
    padding-top: 10.9375rem;
  }

  .u-padding-bottom-175\@medium {
    padding-bottom: 10.9375rem;
  }

  .u-padding-left-175\@medium {
    padding-left: 10.9375rem;
  }

  .u-padding-right-175\@medium {
    padding-right: 10.9375rem;
  }

  .u-margin-top-180\@medium {
    margin-top: 11.25rem !important;
  }

  .u-margin-bottom-180\@medium {
    margin-bottom: 11.25rem !important;
  }

  .u-margin-left-180\@medium {
    margin-left: 11.25rem !important;
  }

  .u-margin-right-180\@medium {
    margin-right: 11.25rem !important;
  }

  .u-padding-top-180\@medium {
    padding-top: 11.25rem;
  }

  .u-padding-bottom-180\@medium {
    padding-bottom: 11.25rem;
  }

  .u-padding-left-180\@medium {
    padding-left: 11.25rem;
  }

  .u-padding-right-180\@medium {
    padding-right: 11.25rem;
  }
}
@media screen and (min-width: 64em) {
  .u-margin-top-0\@large {
    margin-top: 0 !important;
  }

  .u-margin-bottom-0\@large {
    margin-bottom: 0 !important;
  }

  .u-margin-left-0\@large {
    margin-left: 0 !important;
  }

  .u-margin-right-0\@large {
    margin-right: 0 !important;
  }

  .u-padding-top-0\@large {
    padding-top: 0;
  }

  .u-padding-bottom-0\@large {
    padding-bottom: 0;
  }

  .u-padding-left-0\@large {
    padding-left: 0;
  }

  .u-padding-right-0\@large {
    padding-right: 0;
  }

  .u-margin-top-5\@large {
    margin-top: 0.3125rem !important;
  }

  .u-margin-bottom-5\@large {
    margin-bottom: 0.3125rem !important;
  }

  .u-margin-left-5\@large {
    margin-left: 0.3125rem !important;
  }

  .u-margin-right-5\@large {
    margin-right: 0.3125rem !important;
  }

  .u-padding-top-5\@large {
    padding-top: 0.3125rem;
  }

  .u-padding-bottom-5\@large {
    padding-bottom: 0.3125rem;
  }

  .u-padding-left-5\@large {
    padding-left: 0.3125rem;
  }

  .u-padding-right-5\@large {
    padding-right: 0.3125rem;
  }

  .u-margin-top-10\@large {
    margin-top: 0.625rem !important;
  }

  .u-margin-bottom-10\@large {
    margin-bottom: 0.625rem !important;
  }

  .u-margin-left-10\@large {
    margin-left: 0.625rem !important;
  }

  .u-margin-right-10\@large {
    margin-right: 0.625rem !important;
  }

  .u-padding-top-10\@large {
    padding-top: 0.625rem;
  }

  .u-padding-bottom-10\@large {
    padding-bottom: 0.625rem;
  }

  .u-padding-left-10\@large {
    padding-left: 0.625rem;
  }

  .u-padding-right-10\@large {
    padding-right: 0.625rem;
  }

  .u-margin-top-15\@large {
    margin-top: 0.9375rem !important;
  }

  .u-margin-bottom-15\@large {
    margin-bottom: 0.9375rem !important;
  }

  .u-margin-left-15\@large {
    margin-left: 0.9375rem !important;
  }

  .u-margin-right-15\@large {
    margin-right: 0.9375rem !important;
  }

  .u-padding-top-15\@large {
    padding-top: 0.9375rem;
  }

  .u-padding-bottom-15\@large {
    padding-bottom: 0.9375rem;
  }

  .u-padding-left-15\@large {
    padding-left: 0.9375rem;
  }

  .u-padding-right-15\@large {
    padding-right: 0.9375rem;
  }

  .u-margin-top-20\@large {
    margin-top: 1.25rem !important;
  }

  .u-margin-bottom-20\@large {
    margin-bottom: 1.25rem !important;
  }

  .u-margin-left-20\@large {
    margin-left: 1.25rem !important;
  }

  .u-margin-right-20\@large {
    margin-right: 1.25rem !important;
  }

  .u-padding-top-20\@large {
    padding-top: 1.25rem;
  }

  .u-padding-bottom-20\@large {
    padding-bottom: 1.25rem;
  }

  .u-padding-left-20\@large {
    padding-left: 1.25rem;
  }

  .u-padding-right-20\@large {
    padding-right: 1.25rem;
  }

  .u-margin-top-25\@large {
    margin-top: 1.5625rem !important;
  }

  .u-margin-bottom-25\@large {
    margin-bottom: 1.5625rem !important;
  }

  .u-margin-left-25\@large {
    margin-left: 1.5625rem !important;
  }

  .u-margin-right-25\@large {
    margin-right: 1.5625rem !important;
  }

  .u-padding-top-25\@large {
    padding-top: 1.5625rem;
  }

  .u-padding-bottom-25\@large {
    padding-bottom: 1.5625rem;
  }

  .u-padding-left-25\@large {
    padding-left: 1.5625rem;
  }

  .u-padding-right-25\@large {
    padding-right: 1.5625rem;
  }

  .u-margin-top-30\@large {
    margin-top: 1.875rem !important;
  }

  .u-margin-bottom-30\@large {
    margin-bottom: 1.875rem !important;
  }

  .u-margin-left-30\@large {
    margin-left: 1.875rem !important;
  }

  .u-margin-right-30\@large {
    margin-right: 1.875rem !important;
  }

  .u-padding-top-30\@large {
    padding-top: 1.875rem;
  }

  .u-padding-bottom-30\@large {
    padding-bottom: 1.875rem;
  }

  .u-padding-left-30\@large {
    padding-left: 1.875rem;
  }

  .u-padding-right-30\@large {
    padding-right: 1.875rem;
  }

  .u-margin-top-35\@large {
    margin-top: 2.1875rem !important;
  }

  .u-margin-bottom-35\@large {
    margin-bottom: 2.1875rem !important;
  }

  .u-margin-left-35\@large {
    margin-left: 2.1875rem !important;
  }

  .u-margin-right-35\@large {
    margin-right: 2.1875rem !important;
  }

  .u-padding-top-35\@large {
    padding-top: 2.1875rem;
  }

  .u-padding-bottom-35\@large {
    padding-bottom: 2.1875rem;
  }

  .u-padding-left-35\@large {
    padding-left: 2.1875rem;
  }

  .u-padding-right-35\@large {
    padding-right: 2.1875rem;
  }

  .u-margin-top-40\@large {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom-40\@large {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left-40\@large {
    margin-left: 2.5rem !important;
  }

  .u-margin-right-40\@large {
    margin-right: 2.5rem !important;
  }

  .u-padding-top-40\@large {
    padding-top: 2.5rem;
  }

  .u-padding-bottom-40\@large {
    padding-bottom: 2.5rem;
  }

  .u-padding-left-40\@large {
    padding-left: 2.5rem;
  }

  .u-padding-right-40\@large {
    padding-right: 2.5rem;
  }

  .u-margin-top-45\@large {
    margin-top: 2.8125rem !important;
  }

  .u-margin-bottom-45\@large {
    margin-bottom: 2.8125rem !important;
  }

  .u-margin-left-45\@large {
    margin-left: 2.8125rem !important;
  }

  .u-margin-right-45\@large {
    margin-right: 2.8125rem !important;
  }

  .u-padding-top-45\@large {
    padding-top: 2.8125rem;
  }

  .u-padding-bottom-45\@large {
    padding-bottom: 2.8125rem;
  }

  .u-padding-left-45\@large {
    padding-left: 2.8125rem;
  }

  .u-padding-right-45\@large {
    padding-right: 2.8125rem;
  }

  .u-margin-top-50\@large {
    margin-top: 3.125rem !important;
  }

  .u-margin-bottom-50\@large {
    margin-bottom: 3.125rem !important;
  }

  .u-margin-left-50\@large {
    margin-left: 3.125rem !important;
  }

  .u-margin-right-50\@large {
    margin-right: 3.125rem !important;
  }

  .u-padding-top-50\@large {
    padding-top: 3.125rem;
  }

  .u-padding-bottom-50\@large {
    padding-bottom: 3.125rem;
  }

  .u-padding-left-50\@large {
    padding-left: 3.125rem;
  }

  .u-padding-right-50\@large {
    padding-right: 3.125rem;
  }

  .u-margin-top-55\@large {
    margin-top: 3.4375rem !important;
  }

  .u-margin-bottom-55\@large {
    margin-bottom: 3.4375rem !important;
  }

  .u-margin-left-55\@large {
    margin-left: 3.4375rem !important;
  }

  .u-margin-right-55\@large {
    margin-right: 3.4375rem !important;
  }

  .u-padding-top-55\@large {
    padding-top: 3.4375rem;
  }

  .u-padding-bottom-55\@large {
    padding-bottom: 3.4375rem;
  }

  .u-padding-left-55\@large {
    padding-left: 3.4375rem;
  }

  .u-padding-right-55\@large {
    padding-right: 3.4375rem;
  }

  .u-margin-top-60\@large {
    margin-top: 3.75rem !important;
  }

  .u-margin-bottom-60\@large {
    margin-bottom: 3.75rem !important;
  }

  .u-margin-left-60\@large {
    margin-left: 3.75rem !important;
  }

  .u-margin-right-60\@large {
    margin-right: 3.75rem !important;
  }

  .u-padding-top-60\@large {
    padding-top: 3.75rem;
  }

  .u-padding-bottom-60\@large {
    padding-bottom: 3.75rem;
  }

  .u-padding-left-60\@large {
    padding-left: 3.75rem;
  }

  .u-padding-right-60\@large {
    padding-right: 3.75rem;
  }

  .u-margin-top-65\@large {
    margin-top: 4.0625rem !important;
  }

  .u-margin-bottom-65\@large {
    margin-bottom: 4.0625rem !important;
  }

  .u-margin-left-65\@large {
    margin-left: 4.0625rem !important;
  }

  .u-margin-right-65\@large {
    margin-right: 4.0625rem !important;
  }

  .u-padding-top-65\@large {
    padding-top: 4.0625rem;
  }

  .u-padding-bottom-65\@large {
    padding-bottom: 4.0625rem;
  }

  .u-padding-left-65\@large {
    padding-left: 4.0625rem;
  }

  .u-padding-right-65\@large {
    padding-right: 4.0625rem;
  }

  .u-margin-top-70\@large {
    margin-top: 4.375rem !important;
  }

  .u-margin-bottom-70\@large {
    margin-bottom: 4.375rem !important;
  }

  .u-margin-left-70\@large {
    margin-left: 4.375rem !important;
  }

  .u-margin-right-70\@large {
    margin-right: 4.375rem !important;
  }

  .u-padding-top-70\@large {
    padding-top: 4.375rem;
  }

  .u-padding-bottom-70\@large {
    padding-bottom: 4.375rem;
  }

  .u-padding-left-70\@large {
    padding-left: 4.375rem;
  }

  .u-padding-right-70\@large {
    padding-right: 4.375rem;
  }

  .u-margin-top-75\@large {
    margin-top: 4.6875rem !important;
  }

  .u-margin-bottom-75\@large {
    margin-bottom: 4.6875rem !important;
  }

  .u-margin-left-75\@large {
    margin-left: 4.6875rem !important;
  }

  .u-margin-right-75\@large {
    margin-right: 4.6875rem !important;
  }

  .u-padding-top-75\@large {
    padding-top: 4.6875rem;
  }

  .u-padding-bottom-75\@large {
    padding-bottom: 4.6875rem;
  }

  .u-padding-left-75\@large {
    padding-left: 4.6875rem;
  }

  .u-padding-right-75\@large {
    padding-right: 4.6875rem;
  }

  .u-margin-top-80\@large {
    margin-top: 5rem !important;
  }

  .u-margin-bottom-80\@large {
    margin-bottom: 5rem !important;
  }

  .u-margin-left-80\@large {
    margin-left: 5rem !important;
  }

  .u-margin-right-80\@large {
    margin-right: 5rem !important;
  }

  .u-padding-top-80\@large {
    padding-top: 5rem;
  }

  .u-padding-bottom-80\@large {
    padding-bottom: 5rem;
  }

  .u-padding-left-80\@large {
    padding-left: 5rem;
  }

  .u-padding-right-80\@large {
    padding-right: 5rem;
  }

  .u-margin-top-85\@large {
    margin-top: 5.3125rem !important;
  }

  .u-margin-bottom-85\@large {
    margin-bottom: 5.3125rem !important;
  }

  .u-margin-left-85\@large {
    margin-left: 5.3125rem !important;
  }

  .u-margin-right-85\@large {
    margin-right: 5.3125rem !important;
  }

  .u-padding-top-85\@large {
    padding-top: 5.3125rem;
  }

  .u-padding-bottom-85\@large {
    padding-bottom: 5.3125rem;
  }

  .u-padding-left-85\@large {
    padding-left: 5.3125rem;
  }

  .u-padding-right-85\@large {
    padding-right: 5.3125rem;
  }

  .u-margin-top-90\@large {
    margin-top: 5.625rem !important;
  }

  .u-margin-bottom-90\@large {
    margin-bottom: 5.625rem !important;
  }

  .u-margin-left-90\@large {
    margin-left: 5.625rem !important;
  }

  .u-margin-right-90\@large {
    margin-right: 5.625rem !important;
  }

  .u-padding-top-90\@large {
    padding-top: 5.625rem;
  }

  .u-padding-bottom-90\@large {
    padding-bottom: 5.625rem;
  }

  .u-padding-left-90\@large {
    padding-left: 5.625rem;
  }

  .u-padding-right-90\@large {
    padding-right: 5.625rem;
  }

  .u-margin-top-95\@large {
    margin-top: 5.9375rem !important;
  }

  .u-margin-bottom-95\@large {
    margin-bottom: 5.9375rem !important;
  }

  .u-margin-left-95\@large {
    margin-left: 5.9375rem !important;
  }

  .u-margin-right-95\@large {
    margin-right: 5.9375rem !important;
  }

  .u-padding-top-95\@large {
    padding-top: 5.9375rem;
  }

  .u-padding-bottom-95\@large {
    padding-bottom: 5.9375rem;
  }

  .u-padding-left-95\@large {
    padding-left: 5.9375rem;
  }

  .u-padding-right-95\@large {
    padding-right: 5.9375rem;
  }

  .u-margin-top-100\@large {
    margin-top: 6.25rem !important;
  }

  .u-margin-bottom-100\@large {
    margin-bottom: 6.25rem !important;
  }

  .u-margin-left-100\@large {
    margin-left: 6.25rem !important;
  }

  .u-margin-right-100\@large {
    margin-right: 6.25rem !important;
  }

  .u-padding-top-100\@large {
    padding-top: 6.25rem;
  }

  .u-padding-bottom-100\@large {
    padding-bottom: 6.25rem;
  }

  .u-padding-left-100\@large {
    padding-left: 6.25rem;
  }

  .u-padding-right-100\@large {
    padding-right: 6.25rem;
  }

  .u-margin-top-105\@large {
    margin-top: 6.5625rem !important;
  }

  .u-margin-bottom-105\@large {
    margin-bottom: 6.5625rem !important;
  }

  .u-margin-left-105\@large {
    margin-left: 6.5625rem !important;
  }

  .u-margin-right-105\@large {
    margin-right: 6.5625rem !important;
  }

  .u-padding-top-105\@large {
    padding-top: 6.5625rem;
  }

  .u-padding-bottom-105\@large {
    padding-bottom: 6.5625rem;
  }

  .u-padding-left-105\@large {
    padding-left: 6.5625rem;
  }

  .u-padding-right-105\@large {
    padding-right: 6.5625rem;
  }

  .u-margin-top-110\@large {
    margin-top: 6.875rem !important;
  }

  .u-margin-bottom-110\@large {
    margin-bottom: 6.875rem !important;
  }

  .u-margin-left-110\@large {
    margin-left: 6.875rem !important;
  }

  .u-margin-right-110\@large {
    margin-right: 6.875rem !important;
  }

  .u-padding-top-110\@large {
    padding-top: 6.875rem;
  }

  .u-padding-bottom-110\@large {
    padding-bottom: 6.875rem;
  }

  .u-padding-left-110\@large {
    padding-left: 6.875rem;
  }

  .u-padding-right-110\@large {
    padding-right: 6.875rem;
  }

  .u-margin-top-115\@large {
    margin-top: 7.1875rem !important;
  }

  .u-margin-bottom-115\@large {
    margin-bottom: 7.1875rem !important;
  }

  .u-margin-left-115\@large {
    margin-left: 7.1875rem !important;
  }

  .u-margin-right-115\@large {
    margin-right: 7.1875rem !important;
  }

  .u-padding-top-115\@large {
    padding-top: 7.1875rem;
  }

  .u-padding-bottom-115\@large {
    padding-bottom: 7.1875rem;
  }

  .u-padding-left-115\@large {
    padding-left: 7.1875rem;
  }

  .u-padding-right-115\@large {
    padding-right: 7.1875rem;
  }

  .u-margin-top-120\@large {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom-120\@large {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left-120\@large {
    margin-left: 7.5rem !important;
  }

  .u-margin-right-120\@large {
    margin-right: 7.5rem !important;
  }

  .u-padding-top-120\@large {
    padding-top: 7.5rem;
  }

  .u-padding-bottom-120\@large {
    padding-bottom: 7.5rem;
  }

  .u-padding-left-120\@large {
    padding-left: 7.5rem;
  }

  .u-padding-right-120\@large {
    padding-right: 7.5rem;
  }

  .u-margin-top-125\@large {
    margin-top: 7.8125rem !important;
  }

  .u-margin-bottom-125\@large {
    margin-bottom: 7.8125rem !important;
  }

  .u-margin-left-125\@large {
    margin-left: 7.8125rem !important;
  }

  .u-margin-right-125\@large {
    margin-right: 7.8125rem !important;
  }

  .u-padding-top-125\@large {
    padding-top: 7.8125rem;
  }

  .u-padding-bottom-125\@large {
    padding-bottom: 7.8125rem;
  }

  .u-padding-left-125\@large {
    padding-left: 7.8125rem;
  }

  .u-padding-right-125\@large {
    padding-right: 7.8125rem;
  }

  .u-margin-top-130\@large {
    margin-top: 8.125rem !important;
  }

  .u-margin-bottom-130\@large {
    margin-bottom: 8.125rem !important;
  }

  .u-margin-left-130\@large {
    margin-left: 8.125rem !important;
  }

  .u-margin-right-130\@large {
    margin-right: 8.125rem !important;
  }

  .u-padding-top-130\@large {
    padding-top: 8.125rem;
  }

  .u-padding-bottom-130\@large {
    padding-bottom: 8.125rem;
  }

  .u-padding-left-130\@large {
    padding-left: 8.125rem;
  }

  .u-padding-right-130\@large {
    padding-right: 8.125rem;
  }

  .u-margin-top-135\@large {
    margin-top: 8.4375rem !important;
  }

  .u-margin-bottom-135\@large {
    margin-bottom: 8.4375rem !important;
  }

  .u-margin-left-135\@large {
    margin-left: 8.4375rem !important;
  }

  .u-margin-right-135\@large {
    margin-right: 8.4375rem !important;
  }

  .u-padding-top-135\@large {
    padding-top: 8.4375rem;
  }

  .u-padding-bottom-135\@large {
    padding-bottom: 8.4375rem;
  }

  .u-padding-left-135\@large {
    padding-left: 8.4375rem;
  }

  .u-padding-right-135\@large {
    padding-right: 8.4375rem;
  }

  .u-margin-top-140\@large {
    margin-top: 8.75rem !important;
  }

  .u-margin-bottom-140\@large {
    margin-bottom: 8.75rem !important;
  }

  .u-margin-left-140\@large {
    margin-left: 8.75rem !important;
  }

  .u-margin-right-140\@large {
    margin-right: 8.75rem !important;
  }

  .u-padding-top-140\@large {
    padding-top: 8.75rem;
  }

  .u-padding-bottom-140\@large {
    padding-bottom: 8.75rem;
  }

  .u-padding-left-140\@large {
    padding-left: 8.75rem;
  }

  .u-padding-right-140\@large {
    padding-right: 8.75rem;
  }

  .u-margin-top-145\@large {
    margin-top: 9.0625rem !important;
  }

  .u-margin-bottom-145\@large {
    margin-bottom: 9.0625rem !important;
  }

  .u-margin-left-145\@large {
    margin-left: 9.0625rem !important;
  }

  .u-margin-right-145\@large {
    margin-right: 9.0625rem !important;
  }

  .u-padding-top-145\@large {
    padding-top: 9.0625rem;
  }

  .u-padding-bottom-145\@large {
    padding-bottom: 9.0625rem;
  }

  .u-padding-left-145\@large {
    padding-left: 9.0625rem;
  }

  .u-padding-right-145\@large {
    padding-right: 9.0625rem;
  }

  .u-margin-top-150\@large {
    margin-top: 9.375rem !important;
  }

  .u-margin-bottom-150\@large {
    margin-bottom: 9.375rem !important;
  }

  .u-margin-left-150\@large {
    margin-left: 9.375rem !important;
  }

  .u-margin-right-150\@large {
    margin-right: 9.375rem !important;
  }

  .u-padding-top-150\@large {
    padding-top: 9.375rem;
  }

  .u-padding-bottom-150\@large {
    padding-bottom: 9.375rem;
  }

  .u-padding-left-150\@large {
    padding-left: 9.375rem;
  }

  .u-padding-right-150\@large {
    padding-right: 9.375rem;
  }

  .u-margin-top-155\@large {
    margin-top: 9.6875rem !important;
  }

  .u-margin-bottom-155\@large {
    margin-bottom: 9.6875rem !important;
  }

  .u-margin-left-155\@large {
    margin-left: 9.6875rem !important;
  }

  .u-margin-right-155\@large {
    margin-right: 9.6875rem !important;
  }

  .u-padding-top-155\@large {
    padding-top: 9.6875rem;
  }

  .u-padding-bottom-155\@large {
    padding-bottom: 9.6875rem;
  }

  .u-padding-left-155\@large {
    padding-left: 9.6875rem;
  }

  .u-padding-right-155\@large {
    padding-right: 9.6875rem;
  }

  .u-margin-top-160\@large {
    margin-top: 10rem !important;
  }

  .u-margin-bottom-160\@large {
    margin-bottom: 10rem !important;
  }

  .u-margin-left-160\@large {
    margin-left: 10rem !important;
  }

  .u-margin-right-160\@large {
    margin-right: 10rem !important;
  }

  .u-padding-top-160\@large {
    padding-top: 10rem;
  }

  .u-padding-bottom-160\@large {
    padding-bottom: 10rem;
  }

  .u-padding-left-160\@large {
    padding-left: 10rem;
  }

  .u-padding-right-160\@large {
    padding-right: 10rem;
  }

  .u-margin-top-165\@large {
    margin-top: 10.3125rem !important;
  }

  .u-margin-bottom-165\@large {
    margin-bottom: 10.3125rem !important;
  }

  .u-margin-left-165\@large {
    margin-left: 10.3125rem !important;
  }

  .u-margin-right-165\@large {
    margin-right: 10.3125rem !important;
  }

  .u-padding-top-165\@large {
    padding-top: 10.3125rem;
  }

  .u-padding-bottom-165\@large {
    padding-bottom: 10.3125rem;
  }

  .u-padding-left-165\@large {
    padding-left: 10.3125rem;
  }

  .u-padding-right-165\@large {
    padding-right: 10.3125rem;
  }

  .u-margin-top-170\@large {
    margin-top: 10.625rem !important;
  }

  .u-margin-bottom-170\@large {
    margin-bottom: 10.625rem !important;
  }

  .u-margin-left-170\@large {
    margin-left: 10.625rem !important;
  }

  .u-margin-right-170\@large {
    margin-right: 10.625rem !important;
  }

  .u-padding-top-170\@large {
    padding-top: 10.625rem;
  }

  .u-padding-bottom-170\@large {
    padding-bottom: 10.625rem;
  }

  .u-padding-left-170\@large {
    padding-left: 10.625rem;
  }

  .u-padding-right-170\@large {
    padding-right: 10.625rem;
  }

  .u-margin-top-175\@large {
    margin-top: 10.9375rem !important;
  }

  .u-margin-bottom-175\@large {
    margin-bottom: 10.9375rem !important;
  }

  .u-margin-left-175\@large {
    margin-left: 10.9375rem !important;
  }

  .u-margin-right-175\@large {
    margin-right: 10.9375rem !important;
  }

  .u-padding-top-175\@large {
    padding-top: 10.9375rem;
  }

  .u-padding-bottom-175\@large {
    padding-bottom: 10.9375rem;
  }

  .u-padding-left-175\@large {
    padding-left: 10.9375rem;
  }

  .u-padding-right-175\@large {
    padding-right: 10.9375rem;
  }

  .u-margin-top-180\@large {
    margin-top: 11.25rem !important;
  }

  .u-margin-bottom-180\@large {
    margin-bottom: 11.25rem !important;
  }

  .u-margin-left-180\@large {
    margin-left: 11.25rem !important;
  }

  .u-margin-right-180\@large {
    margin-right: 11.25rem !important;
  }

  .u-padding-top-180\@large {
    padding-top: 11.25rem;
  }

  .u-padding-bottom-180\@large {
    padding-bottom: 11.25rem;
  }

  .u-padding-left-180\@large {
    padding-left: 11.25rem;
  }

  .u-padding-right-180\@large {
    padding-right: 11.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .u-dn\@small {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-dn\@medium {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .u-dn\@large {
    display: none;
  }
}