@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;
}

body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
}

body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper span {
  line-height: 1.8;
}

body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}

body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul {
  list-style: none;
}

body .gform_wrapper.gf_reset_wrapper a img {
  border: none;
}

body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}

.gform_wrapper select, .gform_wrapper textarea {
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit;
}

.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
  content: "";
}

.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
  box-sizing: border-box !important;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}

.gform_wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}

.gform_wrapper select {
  line-height: 1.5;
}

.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid inherit;
  outline: 0;
}

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}

.gform_wrapper ul, html > body .entry ul {
  text-indent: 0;
}

.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: hidden;
}

.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px;
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gform_wrapper select option {
  padding: 2px;
  display: block;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}

.gform_wrapper .clear-multi {
  display: flex;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  flex-direction: row;
}

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
  margin-right: .5rem;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: .5rem;
}

.gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
  width: 5rem;
}

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
  width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width: 33.333%;
  flex-direction: row;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }
  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem);
  }
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}

.gform_wrapper .gfield_time_minute {
  margin-right: .5rem;
}

.gform_wrapper .gfield_time_hour {
  margin-right: .25rem;
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}

.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%;
}

.gform_wrapper .hidden_label .gfield_label, .gform_wrapper label.hidden_sub_label, .gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px;
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}

.gfield.left_label, .gfield.right_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
  width: 100%;
}

.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
  width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0;
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label, .gform_wrapper div.charleft {
  white-space: nowrap !important;
}

.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}

.gform_wrapper .gfield_description {
  width: 100%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: .875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
  color: #790000;
}

.gform_wrapper div#error {
  margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}

.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px;
}

.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px !important;
  display: block;
  max-width: 100%;
}

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.2;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}

.gform_wrapper .simple_captcha_large input {
  width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper .math_small input {
  width: 70px;
}

.gform_wrapper .math_medium input {
  width: 510px;
}

.gform_wrapper .math_large input {
  width: 612px;
}

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}

.gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}

.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0;
  clear: both;
}

.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px;
}

.gform_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF;
}

.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF;
}

.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF;
}

.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}

.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}

.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial,sans-serif;
  margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding: 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px;
}

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list, .gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
  box-sizing: border-box;
}

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important;
}

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: linear-gradient(to bottom, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover, .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) 0 2px no-repeat;
}

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: url(../images/chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: linear-gradient(to bottom, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default;
}

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

.gform_wrapper .chosen-rtl {
  text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.gform_wrapper .chosen-rtl .chosen-drop, .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../images/chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite-2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px;
}

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

.gform_wrapper .form_saved_message {
  margin: 16px 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
  border: 2px solid #91AFC7;
  background-color: #E3F3F3;
  text-align: center;
  border-radius: 2px;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 28px 16px;
}

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
}

.form_saved_message a.resume_form_link:after, .form_saved_message a.resume_form_link:before {
  content: "";
  display: block;
}

.form_saved_message a.resume_form_link:before {
  margin-top: 12px;
}

.form_saved_message a.resume_form_link:after {
  margin-bottom: 12px;
}

.form_saved_message a + br, .form_saved_message br + br {
  display: none;
}

.form_saved_message .form_saved_message_emailform {
  margin: 16px 0 0;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 24px;
  margin-bottom: 4px;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: 12px auto 0;
  display: block;
}

.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
}

.form_saved_message_sent {
  margin: 16px 0;
  width: 100%;
  font-size: 1em;
  border: 2px solid #CFE2C0;
  background-color: #E9FFD9;
  text-align: center;
  border-radius: 2px;
}

.form_saved_message_sent span:first-child {
  display: block;
  padding: 16px;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}

.gfield .wp-editor-container {
  border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
  border-color: #ddd;
}

.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(100% - 10px);
    line-height: 2;
    float: none;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
  }
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC;
  }
  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 !important;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
    padding: 4px 0 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px !important;
    background-color: #EEE;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%;
  }
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3;
  }
  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
    width: 15%;
  }
  .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%;
  }
  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: auto;
  }
  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 29%;
    width: 70%;
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin: 0;
    padding-right: 16px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select, .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    width: 100% !important;
    margin: 8px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    content: "";
    display: block;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 24px) !important;
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
    clear: both;
  }
  .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label)li ul.gfield_radio {
    width: calc(70% + 16px);
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 16px);
    -moz-column-count: 2;
    column-count: 2;
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -moz-column-count: 3;
    column-count: 3;
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -moz-column-count: 4;
    column-count: 4;
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -moz-column-count: 5;
    column-count: 5;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
  html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-right: 16px !important;
  }
  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    height: 240px;
    width: calc(100% - 16px);
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 12px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 32px;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 32px;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 30px 0;
    border: 1px solid #E6DB55;
    box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    color: #424242;
    background: #fffce5;
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(-3deg);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    width: auto;
    margin: 0 auto;
    display: table;
  }
  .gform_wrapper form.gf_simple_horizontal {
    width: calc(100% -16px);
    margin: 0 auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 75%;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li, .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: .5em;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
}

body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple], .gform_wrapper.gf_browser_safari select[multiple=multiple] {
  height: auto !important;
}

.entry .gform_wrapper.gf_browser_safari ul li:after, .entry .gform_wrapper.gf_browser_safari ul li:before {
  content: "";
}

.entry .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .entry .gform_wrapper.gf_browser_gecko ul li:after, .entry .gform_wrapper.gf_browser_gecko ul li:before, .entry .gform_wrapper.gf_browser_ie ul li:after, .entry .gform_wrapper.gf_browser_ie ul li:before, .entry .gform_wrapper.gf_browser_iphone ul li:after, .entry .gform_wrapper.gf_browser_iphone ul li:before, .entry .gform_wrapper.gf_browser_unknown ul li:after, .entry .gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_gecko ul li:after, .gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_ie ul li:after, .gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_iphone ul li:after, .gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_unknown ul li:after, .gform_wrapper.gf_browser_unknown ul li:before {
  content: none;
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
  margin-top: 4px;
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(2rem + 20px);
}

.gform_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(3rem + 20px);
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
  text-indent: 2px;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 2px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 6px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  margin-left: 1.1%;
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 2px;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: -2px;
}

.gform_wrapper.gf_browser_gecko select {
  padding: 2px 12px 2px 2px;
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(4rem + 25px);
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1px;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 2.4;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
  position: relative;
  top: 5px;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  overflow: hidden;
  clear: both;
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 20px !important;
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input, .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
  margin-top: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0;
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -1px;
  left: 4px;
}

.gform_wrapper.gf_browser_ie img.add_list_item, .gform_wrapper.gf_browser_ie img.delete_list_item {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px 16px !important;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
  }
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
    position: relative;
    top: 12px;
  }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

[uk-toggle],
[data-uk-toggle] {
  cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  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. */
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #b9b4b0;
}

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1d1d1b;
  outline: none;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #10100f;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #fdf1e8;
  color: #b9b4b0;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #fbe3d1;
  color: #1d1d1b;
  outline: none;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #f9d4b9;
  color: #1d1d1b;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -32px;
}

.uk-grid > * {
  padding-left: 32px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 32px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -16px;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 16px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 16px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -32px;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 32px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 32px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -64px;
}

.uk-grid-divider > * {
  padding-left: 64px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 32px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 64px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
  left: 64px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -32px;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 32px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 16px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 32px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -16px;
  left: 32px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -16px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 32px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -64px;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 64px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 32px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 64px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
  left: 64px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 64px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #b9b4b0;
}

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #1d1d1b;
  outline: none;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 32px 32px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

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

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #1d1d1b;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #b9b4b0 !important;
}

.uk-search-input::-moz-placeholder {
  color: #b9b4b0;
}

.uk-search-input::-ms-input-placeholder {
  color: #b9b4b0;
}

.uk-search-input::placeholder {
  color: #b9b4b0;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #b9b4b0;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #b9b4b0;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 100%;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: #ffffff;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #b9b4b0;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #1d1d1b;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
.uk-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 24px;
}

/* Divider
 ========================================================================== */
.uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-default > li > a {
  color: #b9b4b0;
}

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1d1d1b;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: inherit;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: inherit;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #b9b4b0;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #1d1d1b;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #b9b4b0;
}

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1d1d1b;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: inherit;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: inherit;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #b9b4b0;
}

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #1d1d1b;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.5);
}

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.9);
  outline: none;
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(255, 255, 255, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 44, 104, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(0, 44, 104, 0.6);
  outline: none;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(0, 44, 104, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 44, 104, 0.6);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 24px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: inherit;
}

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #1d1d1b;
  text-decoration: none;
  outline: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 24px;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
  margin-top: -24px;
}

[class*='uk-drop-bottom'] {
  margin-top: 24px;
}

[class*='uk-drop-left'] {
  margin-left: -24px;
}

[class*='uk-drop-right'] {
  margin-left: 24px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 8px 16px;
  background: #fdf1e8;
  color: #1d1d1b;
}

/* Show */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #b9b4b0;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #1d1d1b;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: inherit;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #b9b4b0;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #1d1d1b;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -10px;
}

[class*='uk-dropdown-bottom'] {
  margin-top: 10px;
}

[class*='uk-dropdown-left'] {
  margin-left: -10px;
}

[class*='uk-dropdown-right'] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-modal {
    padding: 50px 32px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #ffffff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 32px 32px;
}

.uk-modal-header {
  display: flow-root;
  padding: 16px 32px;
  background: #fdf1e8;
}

.uk-modal-footer {
  display: flow-root;
  padding: 16px 32px;
  background: #fdf1e8;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #ffffff;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}

/*
 * Full
 */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}

/* 6 */
.uk-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/* 4 */
.uk-slider-items > :focus {
  outline: none;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -90%;
  /* 2 */
  box-sizing: border-box;
  width: 90%;
  padding: 24px 24px;
  background: #ffffff;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-offcanvas-bar {
    left: -400px;
    width: 400px;
    padding: 40px 40px;
  }
}

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -90%;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -400px;
  }
}

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 90%;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 400px;
  }
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 90%;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -90%;
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 400px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -400px;
  }
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666666;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}

[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}

[class*='uk-tooltip-left'] {
  margin-left: -10px;
}

[class*='uk-tooltip-right'] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
          animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
          animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
          animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
          animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
          animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
          animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
          animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
          animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
          animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
          animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
          animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
          animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
          animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
          animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
          animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
          animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
          animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 * Slide Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Top Small
 */
@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Small
 */
@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left Small
 */
@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right Small
 */
@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Top Medium
 */
@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Medium
 */
@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Slide Left Medium
 */
@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Slide Right Medium
 */
@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Scale Up
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale Down
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Kenburns
 */
@-webkit-keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}

/*
 * Stroke
 */
@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: inherit;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #b9b4b0;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #b9b4b0 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #1e87f0 !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
    color: transparent !important;
  }
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

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

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

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

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

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

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444444;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  /* 3 */
  .uk-box-shadow-bottom > * {
    position: relative;
  }
}

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  color: #1d1d1b;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #1d1d1b;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

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

.uk-flex-middle {
  align-items: center;
}

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

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

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

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

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

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

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

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

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 24px;
}

* + .uk-margin {
  margin-top: 24px !important;
}

.uk-margin-top {
  margin-top: 24px !important;
}

.uk-margin-bottom {
  margin-bottom: 24px !important;
}

.uk-margin-left {
  margin-left: 24px !important;
}

.uk-margin-right {
  margin-right: 24px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: 100%;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (16px * 2));
  margin: 16px;
}

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-16px, -16px);
}

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-16px);
}

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-16px);
}

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (32px * 2));
  margin: 32px;
}

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-32px, -32px);
}

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-32px);
}

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-32px);
}

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (32px * 2));
  margin: 32px;
}

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-32px, -32px);
}

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-32px);
}

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-32px);
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 680px) {
  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 1040px) {
  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1280px) {
  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1640px) {
  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important;
  }
}

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-overlay-primary {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a, .uk-overlay-primary a,
.uk-light .uk-link,
.uk-overlay-primary .uk-link {
  color: #ffffff;
}

.uk-light a:hover, .uk-overlay-primary a:hover,
.uk-light .uk-link:hover,
.uk-overlay-primary .uk-link:hover {
  color: #ffffff;
}

.uk-light :not(pre) > code, .uk-overlay-primary :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-overlay-primary :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-overlay-primary :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light em, .uk-overlay-primary em {
  color: #ffffff;
}

.uk-light h1, .uk-overlay-primary h1, .uk-light .uk-h1, .uk-overlay-primary .uk-h1,
.uk-light h2,
.uk-overlay-primary h2, .uk-light .uk-h2, .uk-overlay-primary .uk-h2,
.uk-light h3,
.uk-overlay-primary h3, .uk-light .uk-h3, .uk-overlay-primary .uk-h3,
.uk-light h4,
.uk-overlay-primary h4, .uk-light .uk-h4, .uk-overlay-primary .uk-h4,
.uk-light h5,
.uk-overlay-primary h5, .uk-light .uk-h5, .uk-overlay-primary .uk-h5,
.uk-light h6,
.uk-overlay-primary h6, .uk-light .uk-h6, .uk-overlay-primary .uk-h6,
.uk-light .uk-heading-small,
.uk-overlay-primary .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-overlay-primary .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-overlay-primary .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-2xlarge {
  color: #ffffff;
}

.uk-light hr, .uk-overlay-primary hr, .uk-light .uk-hr, .uk-overlay-primary .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-link-muted, .uk-overlay-primary .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-overlay-primary .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-muted:hover, .uk-overlay-primary .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-link-text:hover, .uk-overlay-primary .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-heading:hover, .uk-overlay-primary .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading a:hover {
  color: #ffffff;
}

.uk-light .uk-heading-divider, .uk-overlay-primary .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon, .uk-overlay-primary .uk-divider-icon {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.2)")', "g");
}

.uk-light .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-muted li::marker, .uk-overlay-primary .uk-list-muted li::marker {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-list-emphasis li::marker, .uk-overlay-primary .uk-list-emphasis li::marker {
  color: #fff !important;
}

.uk-light .uk-list-primary li::marker, .uk-overlay-primary .uk-list-primary li::marker {
  color: #fff !important;
}

.uk-light .uk-list-secondary li::marker, .uk-overlay-primary .uk-list-secondary li::marker {
  color: #fff !important;
}

.uk-light .uk-list-bullet > li::before, .uk-overlay-primary .uk-list-bullet > li::before {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-list-divider > li:nth-child(n+2), .uk-overlay-primary .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-icon-link, .uk-overlay-primary .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button, .uk-overlay-primary .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input, .uk-overlay-primary .uk-input,
.uk-light .uk-select,
.uk-overlay-primary .uk-select,
.uk-light .uk-textarea,
.uk-overlay-primary .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
}

.uk-light .uk-input:focus, .uk-overlay-primary .uk-input:focus,
.uk-light .uk-select:focus,
.uk-overlay-primary .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-overlay-primary .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-input::-moz-placeholder, .uk-overlay-primary .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input:-ms-input-placeholder, .uk-overlay-primary .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-textarea::-moz-placeholder, .uk-overlay-primary .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea:-ms-input-placeholder, .uk-overlay-primary .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]) {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:focus {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-radio, .uk-overlay-primary .uk-radio,
.uk-light .uk-checkbox,
.uk-overlay-primary .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
}

.uk-light .uk-radio:checked, .uk-overlay-primary .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate {
  background-color: #ffffff;
}

.uk-light .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

.uk-light .uk-radio:checked, .uk-overlay-primary .uk-radio:checked {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}


.uk-light .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}


.uk-light .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}

.uk-light .uk-form-icon, .uk-overlay-primary .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-button-default, .uk-overlay-primary .uk-button-default {
  background-color: #ffffff;
  color: #1d1d1b;
}

.uk-light .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:focus {
  background-color: #f2f2f2;
  color: #1d1d1b;
}

.uk-light .uk-button-default:active, .uk-overlay-primary .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default.uk-active {
  background-color: #e6e6e6;
  color: #1d1d1b;
}

.uk-light .uk-button-primary, .uk-overlay-primary .uk-button-primary {
  background-color: #ffffff;
  color: #1d1d1b;
}

.uk-light .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #1d1d1b;
}

.uk-light .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #1d1d1b;
}

.uk-light .uk-button-secondary, .uk-overlay-primary .uk-button-secondary {
  background-color: #ffffff;
  color: #1d1d1b;
}

.uk-light .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #1d1d1b;
}

.uk-light .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #1d1d1b;
}

.uk-light .uk-button-text, .uk-overlay-primary .uk-button-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link, .uk-overlay-primary .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close, .uk-overlay-primary .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover, .uk-overlay-primary .uk-close:hover,
.uk-light .uk-close:focus,
.uk-overlay-primary .uk-close:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop, .uk-overlay-primary .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover, .uk-overlay-primary .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-overlay-primary .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active, .uk-overlay-primary .uk-totop:active {
  color: #ffffff;
}

.uk-light .uk-badge, .uk-overlay-primary .uk-badge {
  background-color: #ffffff;
  color: #1d1d1b;
}

.uk-light .uk-badge:hover, .uk-overlay-primary .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-overlay-primary .uk-badge:focus {
  color: #1d1d1b;
}

.uk-light .uk-label, .uk-overlay-primary .uk-label {
  background-color: #ffffff;
  color: #1d1d1b;
}

.uk-light .uk-article-meta, .uk-overlay-primary .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input, .uk-overlay-primary .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-search-input::-moz-placeholder, .uk-overlay-primary .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-ms-input-placeholder, .uk-overlay-primary .uk-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle, .uk-overlay-primary .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22#000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a {
  color: #ffffff;
}

.uk-light .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header {
  color: #ffffff;
}

.uk-light .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}

.uk-light .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}

.uk-light .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active {
  color: #ffffff;
}

.uk-light .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}

.uk-light .uk-navbar-item, .uk-overlay-primary .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a {
  color: #ffffff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  color: #1d1d1b;
}

.uk-light .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a {
  color: #ffffff;
}

.uk-light .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav, .uk-overlay-primary .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-accordion-title, .uk-overlay-primary .uk-accordion-title {
  color: #ffffff;
}

.uk-light .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:focus {
  color: #1d1d1b;
}

.uk-light .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-lead, .uk-overlay-primary .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta, .uk-overlay-primary .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted, .uk-overlay-primary .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis {
  color: #fff !important;
}

.uk-light .uk-text-primary, .uk-overlay-primary .uk-text-primary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.uk-light .uk-text-secondary, .uk-overlay-primary .uk-text-secondary {
  color: #fff !important;
}

.uk-light .uk-column-divider, .uk-overlay-primary .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
       column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo, .uk-overlay-primary .uk-logo {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo:hover, .uk-overlay-primary .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-overlay-primary .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-light .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse {
  display: inline;
}

/*
1. NOTE
Makes sure its children can use complete height of the html element as minimum height and set a sticky footer if needed.
Use 'height'. Do not use 'min-height' because this will break functionality. Don't know why.
Use '100%'. Do not use '100vh' because this will **always** create scroll bars in iOS Safari and other mobile webbrowsers.
In iOS Safari and other mobile browsers 100vh = viewport height without bars = scrollbars with viewport with bars.
Also as a result '100%' makes sure the bars on mobile webbrowsers are forced when no scrollbars are needed.
More about 100vh with mobile browsers on:
https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
*/
/*
1. NOTE
Makes sure its children can use complete height of the html element as minimum height and set a sticky footer if needed.
Use 'height'. Do not use 'min-height' because this will break functionality. Don't know why.
Use '100%'. Do not use '100vh' because this will **always** create scroll bars in iOS Safari and other mobile webbrowsers.
In iOS Safari and other mobile browsers 100vh = viewport height without bars = scrollbars with viewport with bars.
Also as a result '100%' makes sure the bars on mobile webbrowsers are forced when no scrollbars are needed.
More about 100vh with mobile browsers on:
https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
*/
body {
  position: relative;
  min-width: 320px;
  background-color: #ffffff;
  color: #1d1d1b;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  height: 100%;
  /* 1 */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
}

::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

html {
  box-sizing: border-box;
}

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

button:not([disabled]) {
  cursor: pointer;
}

[type='submit'],
[type='button'],
button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: "Manrope", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label[for] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
label,
button,
select,
form,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* NOTE For some Androids */
}

a,
button,
input,
textarea {
  touch-action: manipulation;
}

svg {
  max-width: 100%;
  height: auto;
}

html {
  margin-top: 0 !important;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 681px) {
  html {
    font-size: 18px;
  }
}

p {
  max-width: 640px;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

p[class*='inverse'],
[class*='inverse'] p {
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 681px) {
  p {
    margin-bottom: 27px;
    font-size: 18px;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

[class*='u-text-align-center'] p {
  margin-right: auto;
  margin-left: auto;
}

.p--compact {
  margin: 16px auto;
}

.p--first {
  margin-top: 0;
}

.p--last {
  margin-bottom: 0;
}

.p--small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}

.p--bolder {
  font-weight: 600;
}

.p--intro {
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  color: #002c68;
  font-size: 14px;
}

small[class*='inverse'],
[class*='inverse'] small {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #002c68;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
}

h1[class*='inverse'],
[class*='inverse'] h1,
h2[class*='inverse'],
[class*='inverse']
h2,
h3[class*='inverse'],
[class*='inverse']
h3,
h4[class*='inverse'],
[class*='inverse']
h4,
h5[class*='inverse'],
[class*='inverse']
h5,
h6[class*='inverse'],
[class*='inverse']
h6 {
  color: #f7b98c;
}

h1 small,
h1 span,
h2 small,
h2 span,
h3 small,
h3 span,
h4 small,
h4 span,
h5 small,
h5 span,
h6 small,
h6 span {
  color: #002c68;
  font-size: inherit;
  font-style: italic;
}

h1 small[class*='inverse'],
[class*='inverse'] h1 small,
h1 span[class*='inverse'],
[class*='inverse']
h1 span,
h2 small[class*='inverse'],
[class*='inverse']
h2 small,
h2 span[class*='inverse'],
[class*='inverse']
h2 span,
h3 small[class*='inverse'],
[class*='inverse']
h3 small,
h3 span[class*='inverse'],
[class*='inverse']
h3 span,
h4 small[class*='inverse'],
[class*='inverse']
h4 small,
h4 span[class*='inverse'],
[class*='inverse']
h4 span,
h5 small[class*='inverse'],
[class*='inverse']
h5 small,
h5 span[class*='inverse'],
[class*='inverse']
h5 span,
h6 small[class*='inverse'],
[class*='inverse']
h6 small,
h6 span[class*='inverse'],
[class*='inverse']
h6 span {
  color: #ffffff;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 680px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

@media screen and (max-width: 680px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  h3 {
    font-size: 18px;
  }
}

h5,
h6 {
  font-size: 18px;
}

ul {
  padding: 0 0 0 18px;
  margin: 1em 0;
}

ul li {
  padding-left: 8px;
}

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

ul.unstyle li {
  padding-left: 0;
}

ul.unstyle li::before {
  content: none;
}

ul.unstyle-inline {
  padding-left: 0;
  list-style: none;
}

ul.unstyle-inline li {
  padding-left: 0;
  margin-right: 8px;
  display: inline;
}

ul.unstyle-inline li::before {
  content: none;
}

ol {
  padding: 0 0 0 18px;
  margin: 1em 0;
}

ol li {
  padding-left: 8px;
  list-style: decimal;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid;
  color: #eeeceb;
}

[class*='--inverse'] hr {
  color: #ffffff;
  opacity: 1;
}

.hr--primary {
  color: #002c68;
}

.hr--thin {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt {
  color: #002c68;
  font-size: 14px;
  font-weight: 300;
}

[class*='--inverse'] dt {
  color: #ffffff;
}

dd {
  margin-right: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
}

th {
  text-align: left;
}

th,
td {
  padding: 4px 8px;
  vertical-align: top;
}

blockquote p {
  position: relative;
  color: #a39d98;
  font-family: "Merriweather", sans-serif;
  font-style: italic;
}

blockquote p::before {
  position: absolute;
  top: -32px;
  left: -32px;
  display: block;
  width: 64px;
  height: 64px;
  background: url("../images/NLS-mark-klei-50.svg") no-repeat center center;
  content: '';
}

blockquote footer {
  margin-top: 24px;
  color: #002c68;
  font-size: 16px;
  font-weight: bold;
}

blockquote footer span {
  display: block;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: normal;
}

blockquote footer span::before {
  content: '\2015\00A0';
}

.page__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__main {
  overflow: hidden;
  flex-grow: 1;
}

@media screen and (min-width: 681px) {
  .has-scrolled .page__main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 680px) {
  .inner {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 320px) and (max-width: 440px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

.layout {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 440px) {
  .layout {
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .layout {
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}

@media screen and (min-width: 1041px) {
  .layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}

.layout--space-between {
  justify-content: space-between;
}

.layout--space-around {
  justify-content: space-around;
}

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

.layout--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.layout--no-gutters > .layout__item {
  padding-right: 0;
  padding-left: 0;
}

.layout--divider > * + * {
  border-left: 1px solid #eeeceb;
}

.layout__item {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

@media screen and (max-width: 440px) {
  .layout__item {
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .layout__item {
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .layout__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.layout__item--auto {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

.layout__item--flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 681px) {
  .layout__item--1-12,
  .layout__item--1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12,
  .layout__item--push-1 {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12, .layout--row-reverse
  .layout__item--push-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12,
  .layout__item--pull-1 {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12, .layout--row-reverse
  .layout__item--pull-1 {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--2-12,
  .layout__item--2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12,
  .layout__item--push-2 {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12, .layout--row-reverse
  .layout__item--push-2 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12,
  .layout__item--pull-2 {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12, .layout--row-reverse
  .layout__item--pull-2 {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--3-12,
  .layout__item--3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12,
  .layout__item--push-3 {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12, .layout--row-reverse
  .layout__item--push-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12,
  .layout__item--pull-3 {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12, .layout--row-reverse
  .layout__item--pull-3 {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--4-12,
  .layout__item--4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12,
  .layout__item--push-4 {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12, .layout--row-reverse
  .layout__item--push-4 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12,
  .layout__item--pull-4 {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12, .layout--row-reverse
  .layout__item--pull-4 {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--5-12,
  .layout__item--5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12,
  .layout__item--push-5 {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12, .layout--row-reverse
  .layout__item--push-5 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12,
  .layout__item--pull-5 {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12, .layout--row-reverse
  .layout__item--pull-5 {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--6-12,
  .layout__item--6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12,
  .layout__item--push-6 {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12, .layout--row-reverse
  .layout__item--push-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12,
  .layout__item--pull-6 {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12, .layout--row-reverse
  .layout__item--pull-6 {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--7-12,
  .layout__item--7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12,
  .layout__item--push-7 {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12, .layout--row-reverse
  .layout__item--push-7 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12,
  .layout__item--pull-7 {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12, .layout--row-reverse
  .layout__item--pull-7 {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--8-12,
  .layout__item--8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12,
  .layout__item--push-8 {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12, .layout--row-reverse
  .layout__item--push-8 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12,
  .layout__item--pull-8 {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12, .layout--row-reverse
  .layout__item--pull-8 {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--9-12,
  .layout__item--9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12,
  .layout__item--push-9 {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12, .layout--row-reverse
  .layout__item--push-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12,
  .layout__item--pull-9 {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12, .layout--row-reverse
  .layout__item--pull-9 {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--10-12,
  .layout__item--10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12,
  .layout__item--push-10 {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12, .layout--row-reverse
  .layout__item--push-10 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12,
  .layout__item--pull-10 {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12, .layout--row-reverse
  .layout__item--pull-10 {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--11-12,
  .layout__item--11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12,
  .layout__item--push-11 {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12, .layout--row-reverse
  .layout__item--push-11 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12,
  .layout__item--pull-11 {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12, .layout--row-reverse
  .layout__item--pull-11 {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--12-12,
  .layout__item--12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12,
  .layout__item--push-12 {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12, .layout--row-reverse
  .layout__item--push-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12,
  .layout__item--pull-12 {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12, .layout--row-reverse
  .layout__item--pull-12 {
    margin-right: -100%;
    margin-left: 0;
  }
}

.layout__item--auto-palm {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

.layout__item--1-12-palm,
.layout__item--1-palm {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

.layout__item--push-1-12-palm,
.layout__item--push-1-palm {
  margin-left: 8.33333%;
}

.layout--row-reverse .layout__item--push-1-12-palm, .layout--row-reverse
.layout__item--push-1-palm {
  margin-right: 8.33333%;
  margin-left: 0;
}

.layout__item--pull-1-12-palm,
.layout__item--pull-1-palm {
  margin-left: -8.33333%;
}

.layout--row-reverse .layout__item--pull-1-12-palm, .layout--row-reverse
.layout__item--pull-1-palm {
  margin-right: -8.33333%;
  margin-left: 0;
}

.layout__item--2-12-palm,
.layout__item--2-palm {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

.layout__item--push-2-12-palm,
.layout__item--push-2-palm {
  margin-left: 16.66667%;
}

.layout--row-reverse .layout__item--push-2-12-palm, .layout--row-reverse
.layout__item--push-2-palm {
  margin-right: 16.66667%;
  margin-left: 0;
}

.layout__item--pull-2-12-palm,
.layout__item--pull-2-palm {
  margin-left: -16.66667%;
}

.layout--row-reverse .layout__item--pull-2-12-palm, .layout--row-reverse
.layout__item--pull-2-palm {
  margin-right: -16.66667%;
  margin-left: 0;
}

.layout__item--3-12-palm,
.layout__item--3-palm {
  max-width: 25%;
  flex: 0 0 25%;
}

.layout__item--push-3-12-palm,
.layout__item--push-3-palm {
  margin-left: 25%;
}

.layout--row-reverse .layout__item--push-3-12-palm, .layout--row-reverse
.layout__item--push-3-palm {
  margin-right: 25%;
  margin-left: 0;
}

.layout__item--pull-3-12-palm,
.layout__item--pull-3-palm {
  margin-left: -25%;
}

.layout--row-reverse .layout__item--pull-3-12-palm, .layout--row-reverse
.layout__item--pull-3-palm {
  margin-right: -25%;
  margin-left: 0;
}

.layout__item--4-12-palm,
.layout__item--4-palm {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

.layout__item--push-4-12-palm,
.layout__item--push-4-palm {
  margin-left: 33.33333%;
}

.layout--row-reverse .layout__item--push-4-12-palm, .layout--row-reverse
.layout__item--push-4-palm {
  margin-right: 33.33333%;
  margin-left: 0;
}

.layout__item--pull-4-12-palm,
.layout__item--pull-4-palm {
  margin-left: -33.33333%;
}

.layout--row-reverse .layout__item--pull-4-12-palm, .layout--row-reverse
.layout__item--pull-4-palm {
  margin-right: -33.33333%;
  margin-left: 0;
}

.layout__item--5-12-palm,
.layout__item--5-palm {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

.layout__item--push-5-12-palm,
.layout__item--push-5-palm {
  margin-left: 41.66667%;
}

.layout--row-reverse .layout__item--push-5-12-palm, .layout--row-reverse
.layout__item--push-5-palm {
  margin-right: 41.66667%;
  margin-left: 0;
}

.layout__item--pull-5-12-palm,
.layout__item--pull-5-palm {
  margin-left: -41.66667%;
}

.layout--row-reverse .layout__item--pull-5-12-palm, .layout--row-reverse
.layout__item--pull-5-palm {
  margin-right: -41.66667%;
  margin-left: 0;
}

.layout__item--6-12-palm,
.layout__item--6-palm {
  max-width: 50%;
  flex: 0 0 50%;
}

.layout__item--push-6-12-palm,
.layout__item--push-6-palm {
  margin-left: 50%;
}

.layout--row-reverse .layout__item--push-6-12-palm, .layout--row-reverse
.layout__item--push-6-palm {
  margin-right: 50%;
  margin-left: 0;
}

.layout__item--pull-6-12-palm,
.layout__item--pull-6-palm {
  margin-left: -50%;
}

.layout--row-reverse .layout__item--pull-6-12-palm, .layout--row-reverse
.layout__item--pull-6-palm {
  margin-right: -50%;
  margin-left: 0;
}

.layout__item--7-12-palm,
.layout__item--7-palm {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

.layout__item--push-7-12-palm,
.layout__item--push-7-palm {
  margin-left: 58.33333%;
}

.layout--row-reverse .layout__item--push-7-12-palm, .layout--row-reverse
.layout__item--push-7-palm {
  margin-right: 58.33333%;
  margin-left: 0;
}

.layout__item--pull-7-12-palm,
.layout__item--pull-7-palm {
  margin-left: -58.33333%;
}

.layout--row-reverse .layout__item--pull-7-12-palm, .layout--row-reverse
.layout__item--pull-7-palm {
  margin-right: -58.33333%;
  margin-left: 0;
}

.layout__item--8-12-palm,
.layout__item--8-palm {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

.layout__item--push-8-12-palm,
.layout__item--push-8-palm {
  margin-left: 66.66667%;
}

.layout--row-reverse .layout__item--push-8-12-palm, .layout--row-reverse
.layout__item--push-8-palm {
  margin-right: 66.66667%;
  margin-left: 0;
}

.layout__item--pull-8-12-palm,
.layout__item--pull-8-palm {
  margin-left: -66.66667%;
}

.layout--row-reverse .layout__item--pull-8-12-palm, .layout--row-reverse
.layout__item--pull-8-palm {
  margin-right: -66.66667%;
  margin-left: 0;
}

.layout__item--9-12-palm,
.layout__item--9-palm {
  max-width: 75%;
  flex: 0 0 75%;
}

.layout__item--push-9-12-palm,
.layout__item--push-9-palm {
  margin-left: 75%;
}

.layout--row-reverse .layout__item--push-9-12-palm, .layout--row-reverse
.layout__item--push-9-palm {
  margin-right: 75%;
  margin-left: 0;
}

.layout__item--pull-9-12-palm,
.layout__item--pull-9-palm {
  margin-left: -75%;
}

.layout--row-reverse .layout__item--pull-9-12-palm, .layout--row-reverse
.layout__item--pull-9-palm {
  margin-right: -75%;
  margin-left: 0;
}

.layout__item--10-12-palm,
.layout__item--10-palm {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

.layout__item--push-10-12-palm,
.layout__item--push-10-palm {
  margin-left: 83.33333%;
}

.layout--row-reverse .layout__item--push-10-12-palm, .layout--row-reverse
.layout__item--push-10-palm {
  margin-right: 83.33333%;
  margin-left: 0;
}

.layout__item--pull-10-12-palm,
.layout__item--pull-10-palm {
  margin-left: -83.33333%;
}

.layout--row-reverse .layout__item--pull-10-12-palm, .layout--row-reverse
.layout__item--pull-10-palm {
  margin-right: -83.33333%;
  margin-left: 0;
}

.layout__item--11-12-palm,
.layout__item--11-palm {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

.layout__item--push-11-12-palm,
.layout__item--push-11-palm {
  margin-left: 91.66667%;
}

.layout--row-reverse .layout__item--push-11-12-palm, .layout--row-reverse
.layout__item--push-11-palm {
  margin-right: 91.66667%;
  margin-left: 0;
}

.layout__item--pull-11-12-palm,
.layout__item--pull-11-palm {
  margin-left: -91.66667%;
}

.layout--row-reverse .layout__item--pull-11-12-palm, .layout--row-reverse
.layout__item--pull-11-palm {
  margin-right: -91.66667%;
  margin-left: 0;
}

.layout__item--12-12-palm,
.layout__item--12-palm {
  max-width: 100%;
  flex: 0 0 100%;
}

.layout__item--push-12-12-palm,
.layout__item--push-12-palm {
  margin-left: 100%;
}

.layout--row-reverse .layout__item--push-12-12-palm, .layout--row-reverse
.layout__item--push-12-palm {
  margin-right: 100%;
  margin-left: 0;
}

.layout__item--pull-12-12-palm,
.layout__item--pull-12-palm {
  margin-left: -100%;
}

.layout--row-reverse .layout__item--pull-12-12-palm, .layout--row-reverse
.layout__item--pull-12-palm {
  margin-right: -100%;
  margin-left: 0;
}

@media (min-width: 441px) {
  .layout__item--auto-hand {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .layout__item--1-12-hand,
  .layout__item--1-hand {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-hand,
  .layout__item--push-1-hand {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-hand, .layout--row-reverse
  .layout__item--push-1-hand {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-hand,
  .layout__item--pull-1-hand {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-hand, .layout--row-reverse
  .layout__item--pull-1-hand {
    margin-right: -8.33333%;
    margin-left: 0;
  }
  .layout__item--2-12-hand,
  .layout__item--2-hand {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-hand,
  .layout__item--push-2-hand {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-hand, .layout--row-reverse
  .layout__item--push-2-hand {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-hand,
  .layout__item--pull-2-hand {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-hand, .layout--row-reverse
  .layout__item--pull-2-hand {
    margin-right: -16.66667%;
    margin-left: 0;
  }
  .layout__item--3-12-hand,
  .layout__item--3-hand {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-hand,
  .layout__item--push-3-hand {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-hand, .layout--row-reverse
  .layout__item--push-3-hand {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-hand,
  .layout__item--pull-3-hand {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-hand, .layout--row-reverse
  .layout__item--pull-3-hand {
    margin-right: -25%;
    margin-left: 0;
  }
  .layout__item--4-12-hand,
  .layout__item--4-hand {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-hand,
  .layout__item--push-4-hand {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-hand, .layout--row-reverse
  .layout__item--push-4-hand {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-hand,
  .layout__item--pull-4-hand {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-hand, .layout--row-reverse
  .layout__item--pull-4-hand {
    margin-right: -33.33333%;
    margin-left: 0;
  }
  .layout__item--5-12-hand,
  .layout__item--5-hand {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-hand,
  .layout__item--push-5-hand {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-hand, .layout--row-reverse
  .layout__item--push-5-hand {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-hand,
  .layout__item--pull-5-hand {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-hand, .layout--row-reverse
  .layout__item--pull-5-hand {
    margin-right: -41.66667%;
    margin-left: 0;
  }
  .layout__item--6-12-hand,
  .layout__item--6-hand {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-hand,
  .layout__item--push-6-hand {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-hand, .layout--row-reverse
  .layout__item--push-6-hand {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-hand,
  .layout__item--pull-6-hand {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-hand, .layout--row-reverse
  .layout__item--pull-6-hand {
    margin-right: -50%;
    margin-left: 0;
  }
  .layout__item--7-12-hand,
  .layout__item--7-hand {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-hand,
  .layout__item--push-7-hand {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-hand, .layout--row-reverse
  .layout__item--push-7-hand {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-hand,
  .layout__item--pull-7-hand {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-hand, .layout--row-reverse
  .layout__item--pull-7-hand {
    margin-right: -58.33333%;
    margin-left: 0;
  }
  .layout__item--8-12-hand,
  .layout__item--8-hand {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-hand,
  .layout__item--push-8-hand {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-hand, .layout--row-reverse
  .layout__item--push-8-hand {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-hand,
  .layout__item--pull-8-hand {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-hand, .layout--row-reverse
  .layout__item--pull-8-hand {
    margin-right: -66.66667%;
    margin-left: 0;
  }
  .layout__item--9-12-hand,
  .layout__item--9-hand {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-hand,
  .layout__item--push-9-hand {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-hand, .layout--row-reverse
  .layout__item--push-9-hand {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-hand,
  .layout__item--pull-9-hand {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-hand, .layout--row-reverse
  .layout__item--pull-9-hand {
    margin-right: -75%;
    margin-left: 0;
  }
  .layout__item--10-12-hand,
  .layout__item--10-hand {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-hand,
  .layout__item--push-10-hand {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-hand, .layout--row-reverse
  .layout__item--push-10-hand {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-hand,
  .layout__item--pull-10-hand {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-hand, .layout--row-reverse
  .layout__item--pull-10-hand {
    margin-right: -83.33333%;
    margin-left: 0;
  }
  .layout__item--11-12-hand,
  .layout__item--11-hand {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-hand,
  .layout__item--push-11-hand {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-hand, .layout--row-reverse
  .layout__item--push-11-hand {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-hand,
  .layout__item--pull-11-hand {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-hand, .layout--row-reverse
  .layout__item--pull-11-hand {
    margin-right: -91.66667%;
    margin-left: 0;
  }
  .layout__item--12-12-hand,
  .layout__item--12-hand {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-hand,
  .layout__item--push-12-hand {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-hand, .layout--row-reverse
  .layout__item--push-12-hand {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-hand,
  .layout__item--pull-12-hand {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-hand, .layout--row-reverse
  .layout__item--pull-12-hand {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media (min-width: 681px) {
  .layout__item--auto-lap {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .layout__item--1-12-lap,
  .layout__item--1-lap {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-lap,
  .layout__item--push-1-lap {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-lap, .layout--row-reverse
  .layout__item--push-1-lap {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-lap,
  .layout__item--pull-1-lap {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-lap, .layout--row-reverse
  .layout__item--pull-1-lap {
    margin-right: -8.33333%;
    margin-left: 0;
  }
  .layout__item--2-12-lap,
  .layout__item--2-lap {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-lap,
  .layout__item--push-2-lap {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-lap, .layout--row-reverse
  .layout__item--push-2-lap {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-lap,
  .layout__item--pull-2-lap {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-lap, .layout--row-reverse
  .layout__item--pull-2-lap {
    margin-right: -16.66667%;
    margin-left: 0;
  }
  .layout__item--3-12-lap,
  .layout__item--3-lap {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-lap,
  .layout__item--push-3-lap {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-lap, .layout--row-reverse
  .layout__item--push-3-lap {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-lap,
  .layout__item--pull-3-lap {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-lap, .layout--row-reverse
  .layout__item--pull-3-lap {
    margin-right: -25%;
    margin-left: 0;
  }
  .layout__item--4-12-lap,
  .layout__item--4-lap {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-lap,
  .layout__item--push-4-lap {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-lap, .layout--row-reverse
  .layout__item--push-4-lap {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-lap,
  .layout__item--pull-4-lap {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-lap, .layout--row-reverse
  .layout__item--pull-4-lap {
    margin-right: -33.33333%;
    margin-left: 0;
  }
  .layout__item--5-12-lap,
  .layout__item--5-lap {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-lap,
  .layout__item--push-5-lap {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-lap, .layout--row-reverse
  .layout__item--push-5-lap {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-lap,
  .layout__item--pull-5-lap {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-lap, .layout--row-reverse
  .layout__item--pull-5-lap {
    margin-right: -41.66667%;
    margin-left: 0;
  }
  .layout__item--6-12-lap,
  .layout__item--6-lap {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-lap,
  .layout__item--push-6-lap {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-lap, .layout--row-reverse
  .layout__item--push-6-lap {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-lap,
  .layout__item--pull-6-lap {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-lap, .layout--row-reverse
  .layout__item--pull-6-lap {
    margin-right: -50%;
    margin-left: 0;
  }
  .layout__item--7-12-lap,
  .layout__item--7-lap {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-lap,
  .layout__item--push-7-lap {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-lap, .layout--row-reverse
  .layout__item--push-7-lap {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-lap,
  .layout__item--pull-7-lap {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-lap, .layout--row-reverse
  .layout__item--pull-7-lap {
    margin-right: -58.33333%;
    margin-left: 0;
  }
  .layout__item--8-12-lap,
  .layout__item--8-lap {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-lap,
  .layout__item--push-8-lap {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-lap, .layout--row-reverse
  .layout__item--push-8-lap {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-lap,
  .layout__item--pull-8-lap {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-lap, .layout--row-reverse
  .layout__item--pull-8-lap {
    margin-right: -66.66667%;
    margin-left: 0;
  }
  .layout__item--9-12-lap,
  .layout__item--9-lap {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-lap,
  .layout__item--push-9-lap {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-lap, .layout--row-reverse
  .layout__item--push-9-lap {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-lap,
  .layout__item--pull-9-lap {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-lap, .layout--row-reverse
  .layout__item--pull-9-lap {
    margin-right: -75%;
    margin-left: 0;
  }
  .layout__item--10-12-lap,
  .layout__item--10-lap {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-lap,
  .layout__item--push-10-lap {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-lap, .layout--row-reverse
  .layout__item--push-10-lap {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-lap,
  .layout__item--pull-10-lap {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-lap, .layout--row-reverse
  .layout__item--pull-10-lap {
    margin-right: -83.33333%;
    margin-left: 0;
  }
  .layout__item--11-12-lap,
  .layout__item--11-lap {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-lap,
  .layout__item--push-11-lap {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-lap, .layout--row-reverse
  .layout__item--push-11-lap {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-lap,
  .layout__item--pull-11-lap {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-lap, .layout--row-reverse
  .layout__item--pull-11-lap {
    margin-right: -91.66667%;
    margin-left: 0;
  }
  .layout__item--12-12-lap,
  .layout__item--12-lap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-lap,
  .layout__item--push-12-lap {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-lap, .layout--row-reverse
  .layout__item--push-12-lap {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-lap,
  .layout__item--pull-12-lap {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-lap, .layout--row-reverse
  .layout__item--pull-12-lap {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media (min-width: 1041px) {
  .layout__item--auto-desk {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .layout__item--1-12-desk,
  .layout__item--1-desk {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-desk,
  .layout__item--push-1-desk {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-desk, .layout--row-reverse
  .layout__item--push-1-desk {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-desk,
  .layout__item--pull-1-desk {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-desk, .layout--row-reverse
  .layout__item--pull-1-desk {
    margin-right: -8.33333%;
    margin-left: 0;
  }
  .layout__item--2-12-desk,
  .layout__item--2-desk {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-desk,
  .layout__item--push-2-desk {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-desk, .layout--row-reverse
  .layout__item--push-2-desk {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-desk,
  .layout__item--pull-2-desk {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-desk, .layout--row-reverse
  .layout__item--pull-2-desk {
    margin-right: -16.66667%;
    margin-left: 0;
  }
  .layout__item--3-12-desk,
  .layout__item--3-desk {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-desk,
  .layout__item--push-3-desk {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-desk, .layout--row-reverse
  .layout__item--push-3-desk {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-desk,
  .layout__item--pull-3-desk {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-desk, .layout--row-reverse
  .layout__item--pull-3-desk {
    margin-right: -25%;
    margin-left: 0;
  }
  .layout__item--4-12-desk,
  .layout__item--4-desk {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-desk,
  .layout__item--push-4-desk {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-desk, .layout--row-reverse
  .layout__item--push-4-desk {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-desk,
  .layout__item--pull-4-desk {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-desk, .layout--row-reverse
  .layout__item--pull-4-desk {
    margin-right: -33.33333%;
    margin-left: 0;
  }
  .layout__item--5-12-desk,
  .layout__item--5-desk {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-desk,
  .layout__item--push-5-desk {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-desk, .layout--row-reverse
  .layout__item--push-5-desk {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-desk,
  .layout__item--pull-5-desk {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-desk, .layout--row-reverse
  .layout__item--pull-5-desk {
    margin-right: -41.66667%;
    margin-left: 0;
  }
  .layout__item--6-12-desk,
  .layout__item--6-desk {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-desk,
  .layout__item--push-6-desk {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-desk, .layout--row-reverse
  .layout__item--push-6-desk {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-desk,
  .layout__item--pull-6-desk {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-desk, .layout--row-reverse
  .layout__item--pull-6-desk {
    margin-right: -50%;
    margin-left: 0;
  }
  .layout__item--7-12-desk,
  .layout__item--7-desk {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-desk,
  .layout__item--push-7-desk {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-desk, .layout--row-reverse
  .layout__item--push-7-desk {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-desk,
  .layout__item--pull-7-desk {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-desk, .layout--row-reverse
  .layout__item--pull-7-desk {
    margin-right: -58.33333%;
    margin-left: 0;
  }
  .layout__item--8-12-desk,
  .layout__item--8-desk {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-desk,
  .layout__item--push-8-desk {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-desk, .layout--row-reverse
  .layout__item--push-8-desk {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-desk,
  .layout__item--pull-8-desk {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-desk, .layout--row-reverse
  .layout__item--pull-8-desk {
    margin-right: -66.66667%;
    margin-left: 0;
  }
  .layout__item--9-12-desk,
  .layout__item--9-desk {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-desk,
  .layout__item--push-9-desk {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-desk, .layout--row-reverse
  .layout__item--push-9-desk {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-desk,
  .layout__item--pull-9-desk {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-desk, .layout--row-reverse
  .layout__item--pull-9-desk {
    margin-right: -75%;
    margin-left: 0;
  }
  .layout__item--10-12-desk,
  .layout__item--10-desk {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-desk,
  .layout__item--push-10-desk {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-desk, .layout--row-reverse
  .layout__item--push-10-desk {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-desk,
  .layout__item--pull-10-desk {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-desk, .layout--row-reverse
  .layout__item--pull-10-desk {
    margin-right: -83.33333%;
    margin-left: 0;
  }
  .layout__item--11-12-desk,
  .layout__item--11-desk {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-desk,
  .layout__item--push-11-desk {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-desk, .layout--row-reverse
  .layout__item--push-11-desk {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-desk,
  .layout__item--pull-11-desk {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-desk, .layout--row-reverse
  .layout__item--pull-11-desk {
    margin-right: -91.66667%;
    margin-left: 0;
  }
  .layout__item--12-12-desk,
  .layout__item--12-desk {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-desk,
  .layout__item--push-12-desk {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-desk, .layout--row-reverse
  .layout__item--push-12-desk {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-desk,
  .layout__item--pull-12-desk {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-desk, .layout--row-reverse
  .layout__item--pull-12-desk {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .has-scrolled header.page-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 900;
    background: white;
    transition: transform 200ms ease-out;
    transform: translateY(-100%);
  }
  .goes-up.has-scrolled header.page-section {
    box-shadow: 0 2px 6px rgba(29, 29, 27, 0.25);
    transform: translateY(0);
  }
}

.page-header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .page-header {
    align-items: center;
  }
}

@media screen and (min-width: 681px) {
  .page-header {
    align-items: flex-end;
  }
}

.page-header--inverse {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  color: #ffffff;
}

.page-header__logo-container {
  margin-top: 24px;
  white-space: nowrap;
  transition: width 200ms ease-out;
}

@media screen and (min-width: 681px) {
  .has-scrolled .page-header__logo-container {
    margin-top: 4px;
    width: 120px;
  }
}

.page-header__logo-container img {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .page-header__logo-container img {
    width: 120px;
  }
}

.page-header__logo-container h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.page-header__logo-container h1 span {
  display: block;
  color: #002c68;
  font-size: 14px;
}

.page-header__logo-container h1 span[class*='inverse'],
[class*='inverse'] .page-header__logo-container h1 span {
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .page-header__navigation {
    order: 100;
  }
}

@media screen and (min-width: 782px) {
  body.admin-bar .page-header {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .page-header {
    top: 46px;
  }
  body.admin-bar #wpadminbar {
    position: fixed;
    top: 0;
  }
}

.page-section--inverse {
  background-color: #1d1d1b;
}

.page-section--blue {
  background-color: #002c68;
}

.page-section--tinted {
  background-color: #fdf1e8;
}

.page-section--grey {
  background-color: #eeeceb;
}

.page-section__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1648px;
  width: 100%;
  position: relative;
}

.page-section__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1268px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 440px) {
  .page-section__container,
  .page-section__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section__container,
  .page-section__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__container,
  .page-section__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section__container,
  .page-section__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-top-small {
    padding-top: 20px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-top-small {
    padding-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-top {
    padding-top: 40px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 80px;
  }
}

.page-section__title {
  margin-bottom: 32px;
}

.page-section__title small,
.page-section__title span {
  color: #002c68;
  font-size: inherit;
  font-style: italic;
}

.page-section__title small[class*='inverse'],
[class*='inverse'] .page-section__title small,
.page-section__title span[class*='inverse'],
[class*='inverse']
.page-section__title span {
  color: #ffffff;
}

.page-footer {
  background-color: #002c68;
  color: #ffffff;
}

.page-footer h2,
.page-footer h3 {
  color: #EE7219;
}

.page-footer__logo-container {
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  white-space: nowrap;
}

.page-footer__logo-container svg {
  display: inline-block;
  margin-right: 8px;
  width: 48px;
  vertical-align: middle;
}

.page-footer__logo-container h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.page-footer__logo-container h1 span {
  display: block;
  color: #002c68;
  font-size: 14px;
}

.page-footer__notices {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .page-footer__notices a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.button {
  padding: 16px 40px;
  display: inline-block;
  border-radius: 4px;
  background-color: #EE7219;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button:hover, .button:focus {
  background-color: #e45022;
  color: #ffffff;
}

.button:active {
  background-color: #e45022;
  color: #ffffff;
}

.button:disabled {
  background-color: #fdf1e8;
  color: #b9b4b0;
  cursor: not-allowed;
}

.button[type='submit'] {
  height: 56px;
  font-size: 16px !important;
  font-weight: bolder;
}

@media screen and (max-width: 680px) {
  .button + .button {
    margin-top: 8px;
  }
}

.button--outline,
.button--outlined {
  background-color: transparent;
  box-shadow: 0 0 0 1px #EE7219;
  color: #EE7219;
  transition: background-color 100ms linear;
}

.button--outline:hover, .button--outline:focus,
.button--outlined:hover,
.button--outlined:focus {
  background-color: #EE7219;
  color: #ffffff;
}

[class*='--inverse'] .button--outline, [class*='--inverse']
.button--outlined {
  background-color: transparent;
  box-shadow: 0 0 0 1px #EE7219;
  color: #ffffff;
}

[class*='--inverse'] .button--outline:hover, [class*='--inverse'] .button--outline:focus, [class*='--inverse']
.button--outlined:hover, [class*='--inverse']
.button--outlined:focus {
  background-color: #EE7219;
}

[class*='--inverse'] .button--outline:active, [class*='--inverse']
.button--outlined:active {
  background-color: #EE7219;
}

.button--90 {
  padding: 10px 24px;
  font-size: 14px;
}

@media screen and (max-width: 440px) {
  .button--200 {
    padding: 12px 32px;
    font-size: 20px;
  }
}

@media screen and (min-width: 441px) {
  .button--200 {
    padding: 20px 40px;
    font-size: 24px;
  }
}

.button--full {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  max-width: 100%;
  width: 100%;
}

.gform_wrapper {
  margin: -16px;
  padding: 16px;
  max-width: none !important;
}

.gform_fields {
  max-width: 520px;
}

.gfield {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 0 24px 0 !important;
}

.gfield_label {
  color: #1d1d1b;
  letter-spacing: 0.009375em;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.15rem;
  transform: scale(0.75);
  transform-origin: left;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  background: none;
  color: #1d1d1b;
  font-size: 16px !important;
  align-self: flex-end;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 16px 6px !important;
  border: none;
  border-radius: 4px 4px 0 0;
}

[type='color']:-webkit-autofill, [type='color']:-webkit-autofill:active, [type='date']:-webkit-autofill, [type='date']:-webkit-autofill:active, [type='datetime']:-webkit-autofill, [type='datetime']:-webkit-autofill:active, [type='datetime-local']:-webkit-autofill, [type='datetime-local']:-webkit-autofill:active, [type='email']:-webkit-autofill, [type='email']:-webkit-autofill:active, [type='month']:-webkit-autofill, [type='month']:-webkit-autofill:active, [type='number']:-webkit-autofill, [type='number']:-webkit-autofill:active, [type='password']:-webkit-autofill, [type='password']:-webkit-autofill:active, [type='search']:-webkit-autofill, [type='search']:-webkit-autofill:active, [type='tel']:-webkit-autofill, [type='tel']:-webkit-autofill:active, [type='text']:-webkit-autofill, [type='text']:-webkit-autofill:active, [type='time']:-webkit-autofill, [type='time']:-webkit-autofill:active, [type='url']:-webkit-autofill, [type='url']:-webkit-autofill:active, [type='week']:-webkit-autofill, [type='week']:-webkit-autofill:active, input:not([type]):-webkit-autofill, input:not([type]):-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(29, 29, 27, 0.42), 0 0 0 100px #eeeceb inset !important;
  -webkit-text-fill-color: #1d1d1b;
}

[type='color']:-webkit-autofill:hover, [type='color']:-webkit-autofill:focus, [type='date']:-webkit-autofill:hover, [type='date']:-webkit-autofill:focus, [type='datetime']:-webkit-autofill:hover, [type='datetime']:-webkit-autofill:focus, [type='datetime-local']:-webkit-autofill:hover, [type='datetime-local']:-webkit-autofill:focus, [type='email']:-webkit-autofill:hover, [type='email']:-webkit-autofill:focus, [type='month']:-webkit-autofill:hover, [type='month']:-webkit-autofill:focus, [type='number']:-webkit-autofill:hover, [type='number']:-webkit-autofill:focus, [type='password']:-webkit-autofill:hover, [type='password']:-webkit-autofill:focus, [type='search']:-webkit-autofill:hover, [type='search']:-webkit-autofill:focus, [type='tel']:-webkit-autofill:hover, [type='tel']:-webkit-autofill:focus, [type='text']:-webkit-autofill:hover, [type='text']:-webkit-autofill:focus, [type='time']:-webkit-autofill:hover, [type='time']:-webkit-autofill:focus, [type='url']:-webkit-autofill:hover, [type='url']:-webkit-autofill:focus, [type='week']:-webkit-autofill:hover, [type='week']:-webkit-autofill:focus, input:not([type]):-webkit-autofill:hover, input:not([type]):-webkit-autofill:focus, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #EE7219, 0 0 0 100px #eeeceb inset !important;
  -webkit-text-fill-color: #1d1d1b;
}

.is-filled [type='color'], .is-filled [type='date'], .is-filled [type='datetime'], .is-filled [type='datetime-local'], .is-filled [type='email'], .is-filled [type='month'], .is-filled [type='number'], .is-filled [type='password'], .is-filled [type='search'], .is-filled [type='tel'], .is-filled [type='text'], .is-filled [type='time'], .is-filled [type='url'], .is-filled [type='week'], .is-filled input:not([type]), .is-filled textarea {
  padding: 20px 16px 6px !important;
  border: none;
  border-radius: 4px 4px 0 0;
}

.is-filled [type='color']:-webkit-autofill, .is-filled [type='color']:-webkit-autofill:active, .is-filled [type='date']:-webkit-autofill, .is-filled [type='date']:-webkit-autofill:active, .is-filled [type='datetime']:-webkit-autofill, .is-filled [type='datetime']:-webkit-autofill:active, .is-filled [type='datetime-local']:-webkit-autofill, .is-filled [type='datetime-local']:-webkit-autofill:active, .is-filled [type='email']:-webkit-autofill, .is-filled [type='email']:-webkit-autofill:active, .is-filled [type='month']:-webkit-autofill, .is-filled [type='month']:-webkit-autofill:active, .is-filled [type='number']:-webkit-autofill, .is-filled [type='number']:-webkit-autofill:active, .is-filled [type='password']:-webkit-autofill, .is-filled [type='password']:-webkit-autofill:active, .is-filled [type='search']:-webkit-autofill, .is-filled [type='search']:-webkit-autofill:active, .is-filled [type='tel']:-webkit-autofill, .is-filled [type='tel']:-webkit-autofill:active, .is-filled [type='text']:-webkit-autofill, .is-filled [type='text']:-webkit-autofill:active, .is-filled [type='time']:-webkit-autofill, .is-filled [type='time']:-webkit-autofill:active, .is-filled [type='url']:-webkit-autofill, .is-filled [type='url']:-webkit-autofill:active, .is-filled [type='week']:-webkit-autofill, .is-filled [type='week']:-webkit-autofill:active, .is-filled input:not([type]):-webkit-autofill, .is-filled input:not([type]):-webkit-autofill:active, .is-filled textarea:-webkit-autofill, .is-filled textarea:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(29, 29, 27, 0.42), 0 0 0 100px #eeeceb inset !important;
  -webkit-text-fill-color: #1d1d1b;
}

.is-filled [type='color']:-webkit-autofill:hover, .is-filled [type='color']:-webkit-autofill:focus, .is-filled [type='date']:-webkit-autofill:hover, .is-filled [type='date']:-webkit-autofill:focus, .is-filled [type='datetime']:-webkit-autofill:hover, .is-filled [type='datetime']:-webkit-autofill:focus, .is-filled [type='datetime-local']:-webkit-autofill:hover, .is-filled [type='datetime-local']:-webkit-autofill:focus, .is-filled [type='email']:-webkit-autofill:hover, .is-filled [type='email']:-webkit-autofill:focus, .is-filled [type='month']:-webkit-autofill:hover, .is-filled [type='month']:-webkit-autofill:focus, .is-filled [type='number']:-webkit-autofill:hover, .is-filled [type='number']:-webkit-autofill:focus, .is-filled [type='password']:-webkit-autofill:hover, .is-filled [type='password']:-webkit-autofill:focus, .is-filled [type='search']:-webkit-autofill:hover, .is-filled [type='search']:-webkit-autofill:focus, .is-filled [type='tel']:-webkit-autofill:hover, .is-filled [type='tel']:-webkit-autofill:focus, .is-filled [type='text']:-webkit-autofill:hover, .is-filled [type='text']:-webkit-autofill:focus, .is-filled [type='time']:-webkit-autofill:hover, .is-filled [type='time']:-webkit-autofill:focus, .is-filled [type='url']:-webkit-autofill:hover, .is-filled [type='url']:-webkit-autofill:focus, .is-filled [type='week']:-webkit-autofill:hover, .is-filled [type='week']:-webkit-autofill:focus, .is-filled input:not([type]):-webkit-autofill:hover, .is-filled input:not([type]):-webkit-autofill:focus, .is-filled textarea:-webkit-autofill:hover, .is-filled textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #EE7219, 0 0 0 100px #eeeceb inset !important;
  -webkit-text-fill-color: #1d1d1b;
}

.is-outlined [type='color'], .is-outlined [type='date'], .is-outlined [type='datetime'], .is-outlined [type='datetime-local'], .is-outlined [type='email'], .is-outlined [type='month'], .is-outlined [type='number'], .is-outlined [type='password'], .is-outlined [type='search'], .is-outlined [type='tel'], .is-outlined [type='text'], .is-outlined [type='time'], .is-outlined [type='url'], .is-outlined [type='week'], .is-outlined input:not([type]), .is-outlined textarea {
  padding: 12px 16px 14px !important;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
}

.is-outlined [type='color']:-webkit-autofill, .is-outlined [type='color']:-webkit-autofill:active, .is-outlined [type='date']:-webkit-autofill, .is-outlined [type='date']:-webkit-autofill:active, .is-outlined [type='datetime']:-webkit-autofill, .is-outlined [type='datetime']:-webkit-autofill:active, .is-outlined [type='datetime-local']:-webkit-autofill, .is-outlined [type='datetime-local']:-webkit-autofill:active, .is-outlined [type='email']:-webkit-autofill, .is-outlined [type='email']:-webkit-autofill:active, .is-outlined [type='month']:-webkit-autofill, .is-outlined [type='month']:-webkit-autofill:active, .is-outlined [type='number']:-webkit-autofill, .is-outlined [type='number']:-webkit-autofill:active, .is-outlined [type='password']:-webkit-autofill, .is-outlined [type='password']:-webkit-autofill:active, .is-outlined [type='search']:-webkit-autofill, .is-outlined [type='search']:-webkit-autofill:active, .is-outlined [type='tel']:-webkit-autofill, .is-outlined [type='tel']:-webkit-autofill:active, .is-outlined [type='text']:-webkit-autofill, .is-outlined [type='text']:-webkit-autofill:active, .is-outlined [type='time']:-webkit-autofill, .is-outlined [type='time']:-webkit-autofill:active, .is-outlined [type='url']:-webkit-autofill, .is-outlined [type='url']:-webkit-autofill:active, .is-outlined [type='week']:-webkit-autofill, .is-outlined [type='week']:-webkit-autofill:active, .is-outlined input:not([type]):-webkit-autofill, .is-outlined input:not([type]):-webkit-autofill:active, .is-outlined textarea:-webkit-autofill, .is-outlined textarea:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 1px rgba(29, 29, 27, 0.42), 0 0 0 100px #ffffff inset !important;
  -webkit-text-fill-color: #1d1d1b;
}

.is-outlined [type='color']:-webkit-autofill:hover, .is-outlined [type='color']:-webkit-autofill:focus, .is-outlined [type='date']:-webkit-autofill:hover, .is-outlined [type='date']:-webkit-autofill:focus, .is-outlined [type='datetime']:-webkit-autofill:hover, .is-outlined [type='datetime']:-webkit-autofill:focus, .is-outlined [type='datetime-local']:-webkit-autofill:hover, .is-outlined [type='datetime-local']:-webkit-autofill:focus, .is-outlined [type='email']:-webkit-autofill:hover, .is-outlined [type='email']:-webkit-autofill:focus, .is-outlined [type='month']:-webkit-autofill:hover, .is-outlined [type='month']:-webkit-autofill:focus, .is-outlined [type='number']:-webkit-autofill:hover, .is-outlined [type='number']:-webkit-autofill:focus, .is-outlined [type='password']:-webkit-autofill:hover, .is-outlined [type='password']:-webkit-autofill:focus, .is-outlined [type='search']:-webkit-autofill:hover, .is-outlined [type='search']:-webkit-autofill:focus, .is-outlined [type='tel']:-webkit-autofill:hover, .is-outlined [type='tel']:-webkit-autofill:focus, .is-outlined [type='text']:-webkit-autofill:hover, .is-outlined [type='text']:-webkit-autofill:focus, .is-outlined [type='time']:-webkit-autofill:hover, .is-outlined [type='time']:-webkit-autofill:focus, .is-outlined [type='url']:-webkit-autofill:hover, .is-outlined [type='url']:-webkit-autofill:focus, .is-outlined [type='week']:-webkit-autofill:hover, .is-outlined [type='week']:-webkit-autofill:focus, .is-outlined input:not([type]):-webkit-autofill:hover, .is-outlined input:not([type]):-webkit-autofill:focus, .is-outlined textarea:-webkit-autofill:hover, .is-outlined textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 2px #EE7219, 0 0 0 100px #ffffff inset !important;
  -webkit-text-fill-color: #1d1d1b;
}

[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(29, 29, 27, 0.42);
  opacity: 0;
  -moz-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  will-change: opacity;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(29, 29, 27, 0.42);
  opacity: 0;
  -ms-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  will-change: opacity;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(29, 29, 27, 0.42);
  opacity: 0;
  -ms-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  will-change: opacity;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: rgba(29, 29, 27, 0.42);
  opacity: 0;
  transition: opacity 100ms ease-out;
  will-change: opacity;
}

.has-focus [type='color']::-moz-placeholder, .has-focus [type='date']::-moz-placeholder, .has-focus [type='datetime']::-moz-placeholder, .has-focus [type='datetime-local']::-moz-placeholder, .has-focus [type='email']::-moz-placeholder, .has-focus [type='month']::-moz-placeholder, .has-focus [type='number']::-moz-placeholder, .has-focus [type='password']::-moz-placeholder, .has-focus [type='search']::-moz-placeholder, .has-focus [type='tel']::-moz-placeholder, .has-focus [type='text']::-moz-placeholder, .has-focus [type='time']::-moz-placeholder, .has-focus [type='url']::-moz-placeholder, .has-focus [type='week']::-moz-placeholder, .has-focus input:not([type])::-moz-placeholder, .has-focus textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 200ms ease-in 100ms;
  transition: opacity 200ms ease-in 100ms;
}

.has-focus [type='color']:-ms-input-placeholder, .has-focus [type='date']:-ms-input-placeholder, .has-focus [type='datetime']:-ms-input-placeholder, .has-focus [type='datetime-local']:-ms-input-placeholder, .has-focus [type='email']:-ms-input-placeholder, .has-focus [type='month']:-ms-input-placeholder, .has-focus [type='number']:-ms-input-placeholder, .has-focus [type='password']:-ms-input-placeholder, .has-focus [type='search']:-ms-input-placeholder, .has-focus [type='tel']:-ms-input-placeholder, .has-focus [type='text']:-ms-input-placeholder, .has-focus [type='time']:-ms-input-placeholder, .has-focus [type='url']:-ms-input-placeholder, .has-focus [type='week']:-ms-input-placeholder, .has-focus input:not([type]):-ms-input-placeholder, .has-focus textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 200ms ease-in 100ms;
  transition: opacity 200ms ease-in 100ms;
}

.has-focus [type='color']::-ms-input-placeholder, .has-focus [type='date']::-ms-input-placeholder, .has-focus [type='datetime']::-ms-input-placeholder, .has-focus [type='datetime-local']::-ms-input-placeholder, .has-focus [type='email']::-ms-input-placeholder, .has-focus [type='month']::-ms-input-placeholder, .has-focus [type='number']::-ms-input-placeholder, .has-focus [type='password']::-ms-input-placeholder, .has-focus [type='search']::-ms-input-placeholder, .has-focus [type='tel']::-ms-input-placeholder, .has-focus [type='text']::-ms-input-placeholder, .has-focus [type='time']::-ms-input-placeholder, .has-focus [type='url']::-ms-input-placeholder, .has-focus [type='week']::-ms-input-placeholder, .has-focus input:not([type])::-ms-input-placeholder, .has-focus textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 200ms ease-in 100ms;
  transition: opacity 200ms ease-in 100ms;
}

.has-focus [type='color']::placeholder, .has-focus [type='date']::placeholder, .has-focus [type='datetime']::placeholder, .has-focus [type='datetime-local']::placeholder, .has-focus [type='email']::placeholder, .has-focus [type='month']::placeholder, .has-focus [type='number']::placeholder, .has-focus [type='password']::placeholder, .has-focus [type='search']::placeholder, .has-focus [type='tel']::placeholder, .has-focus [type='text']::placeholder, .has-focus [type='time']::placeholder, .has-focus [type='url']::placeholder, .has-focus [type='week']::placeholder, .has-focus input:not([type])::placeholder, .has-focus textarea::placeholder {
  opacity: 1;
  transition: opacity 200ms ease-in 100ms;
}

.ginput_container_text,
.ginput_container_textarea,
.ginput_container_select,
.ginput_container_number,
.ginput_container_date,
.ginput_container_phone,
.ginput_container_website,
.ginput_container_email,
.ginput_complex > span,
.ginput_container_time {
  padding: 0 !important;
  position: relative;
  display: flex;
  margin-top: 0 !important;
  height: 56px;
  transition: box-shadow 300ms ease-out;
  will-change: opacity, transform, color, box-shadow;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-color: #eeeceb;
  box-shadow: inset 0 -1px rgba(29, 29, 27, 0.42);
}

.ginput_container_text:focus-within,
.ginput_container_textarea:focus-within,
.ginput_container_select:focus-within,
.ginput_container_number:focus-within,
.ginput_container_date:focus-within,
.ginput_container_phone:focus-within,
.ginput_container_website:focus-within,
.ginput_container_email:focus-within,
.ginput_complex > span:focus-within,
.ginput_container_time:focus-within {
  border-color: #EE7219;
  box-shadow: inset 0 -2px #EE7219;
}

.is-filled .ginput_container_text, .is-filled
.ginput_container_textarea, .is-filled
.ginput_container_select, .is-filled
.ginput_container_number, .is-filled
.ginput_container_date, .is-filled
.ginput_container_phone, .is-filled
.ginput_container_website, .is-filled
.ginput_container_email, .is-filled
.ginput_complex > span, .is-filled
.ginput_container_time {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-color: #eeeceb;
  box-shadow: inset 0 -1px rgba(29, 29, 27, 0.42);
}

.is-filled .ginput_container_text:focus-within, .is-filled
.ginput_container_textarea:focus-within, .is-filled
.ginput_container_select:focus-within, .is-filled
.ginput_container_number:focus-within, .is-filled
.ginput_container_date:focus-within, .is-filled
.ginput_container_phone:focus-within, .is-filled
.ginput_container_website:focus-within, .is-filled
.ginput_container_email:focus-within, .is-filled
.ginput_complex > span:focus-within, .is-filled
.ginput_container_time:focus-within {
  border-color: #EE7219;
  box-shadow: inset 0 -2px #EE7219;
}

.is-outlined .ginput_container_text, .is-outlined
.ginput_container_textarea, .is-outlined
.ginput_container_select, .is-outlined
.ginput_container_number, .is-outlined
.ginput_container_date, .is-outlined
.ginput_container_phone, .is-outlined
.ginput_container_website, .is-outlined
.ginput_container_email, .is-outlined
.ginput_complex > span, .is-outlined
.ginput_container_time {
  overflow: visible;
  border-radius: 4px;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(29, 29, 27, 0.42);
}

.is-outlined .ginput_container_text:focus-within, .is-outlined
.ginput_container_textarea:focus-within, .is-outlined
.ginput_container_select:focus-within, .is-outlined
.ginput_container_number:focus-within, .is-outlined
.ginput_container_date:focus-within, .is-outlined
.ginput_container_phone:focus-within, .is-outlined
.ginput_container_website:focus-within, .is-outlined
.ginput_container_email:focus-within, .is-outlined
.ginput_complex > span:focus-within, .is-outlined
.ginput_container_time:focus-within {
  border-color: #EE7219;
  box-shadow: inset 0 0 0 2px #EE7219;
}

.ginput_container_textarea {
  height: 168px;
}

.ginput_complex > span {
  width: 100% !important;
}

.ginput_complex {
  display: grid;
  width: 100% !important;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.ginput_full {
  grid-column: 1/-1;
}

.gfield_text_input .gfield_label,
.ginput_complex > span > label,
.ginput_container_time > label {
  position: absolute;
  top: 28px;
  right: initial;
  left: 16px;
  z-index: 100;
  overflow: hidden;
  color: #1d1d1b;
  text-align: left;
  text-decoration: inherit;
  text-transform: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.009375em;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.15rem;
  cursor: text;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
  transform-origin: left top;
  pointer-events: none;
  will-change: transform;
}

.gfield_text_input.has-focus .gfield_label,
.gfield_text_input.has-value .gfield_label, .gfield_text_input.has-focus
.gfield_label,
.gfield_text_input.has-value
.gfield_label {
  padding: 0;
  background: none;
  transform: translateY(-106%) scale(0.75);
}

.gfield_text_input.has-focus.is-filled .gfield_label,
.gfield_text_input.has-value.is-filled .gfield_label, .gfield_text_input.has-focus.is-filled
.gfield_label,
.gfield_text_input.has-value.is-filled
.gfield_label {
  padding: 0;
  background: none;
  transform: translateY(-106%) scale(0.75);
}

.gfield_text_input.has-focus.is-outlined .gfield_label,
.gfield_text_input.has-value.is-outlined .gfield_label, .gfield_text_input.has-focus.is-outlined
.gfield_label,
.gfield_text_input.has-value.is-outlined
.gfield_label {
  padding: 0 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-35px) scale(0.75);
}

.ginput_complex > span:focus-within > label,
.ginput_complex > span.has-value > label,
.ginput_container_time:focus-within > label,
.ginput_container_time.has-value > label {
  padding: 0;
  background: none;
  transform: translateY(-106%) scale(0.75);
}

.is-filled .ginput_complex > span:focus-within > label, .is-filled
.ginput_complex > span.has-value > label, .is-filled
.ginput_container_time:focus-within > label, .is-filled
.ginput_container_time.has-value > label {
  padding: 0;
  background: none;
  transform: translateY(-106%) scale(0.75);
}

.is-outlined .ginput_complex > span:focus-within > label, .is-outlined
.ginput_complex > span.has-value > label, .is-outlined
.ginput_container_time:focus-within > label, .is-outlined
.ginput_container_time.has-value > label {
  padding: 0 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-35px) scale(0.75);
}

.gfield_text_input.has-focus .gfield_label,
.ginput_complex > span:focus-within > label,
.ginput_container_time:focus-within > label {
  color: #EE7219;
}

.gfield_required {
  margin-left: 0 !important;
  color: inherit !important;
}

.gfield_select_input {
  position: relative;
  color: #1d1d1b;
}

.gfield_select_input select {
  width: 100% !important;
  border: none;
  background: transparent;
  color: #1d1d1b;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 48px 6px 16px !important;
}

.is-filled .gfield_select_input select {
  padding: 20px 48px 6px 16px !important;
}

.is-outlined .gfield_select_input select {
  padding: 12px 48px 14px 16px !important;
}

.gfield_select_input::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: inherit;
  content: '';
}

input[type='checkbox'] {
  display: inline-block;
  overflow: hidden;
  margin-top: -2px !important;
  margin-right: 8px;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px;
  border: 2px solid rgba(29, 29, 27, 0.6);
  border-radius: 3px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
  transition-property: background-color, background-image,border;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='checkbox']:checked {
  border-color: #EE7219;
  background-color: #EE7219;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTQgMTEiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS43NDUgMTAuNzY1bDguMDUtOC4wNWEuNy43IDAgMDAwLS45OWwtLjk5LS45OWEuNy43IDAgMDAtLjk5IDBMNS4yNSA3LjMgMi4xODUgNC4yMzVhLjcuNyAwIDAwLS45OSAwbC0uOTkuOTlhLjcuNyAwIDAwMCAuOTlsNC41NSA0LjU1YS43LjcgMCAwMC45OSAweiIvPjwvc3ZnPg==");
  background-position: center;
}

input[type='checkbox'] ~ label {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: normal !important;
}

input[type='radio'] {
  display: inline-block;
  overflow: hidden;
  margin-top: -2px !important;
  margin-right: 8px;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px;
  border: 2px solid rgba(29, 29, 27, 0.6);
  border-radius: 30px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 20px #ffffff, inset 0 0 0 20px #ffffff;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
  transition-property: background-color, background-image,border, box-shadow;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='radio']:checked {
  border-color: #EE7219;
  background-color: #EE7219;
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 20px #EE7219;
}

input[type='radio'] ~ label {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: normal !important;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  max-width: 5rem !important;
  width: 5rem !important;
}

.gfield_time_hour i,
.gfield_time_minute i,
.gfield_time_ampm i {
  display: none;
}

.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
  width: auto !important;
  text-align: left !important;
}

.ginput_container_multiselect {
  padding: 8px 0;
  border: 1px solid rgba(29, 29, 27, 0.42);
}

.ginput_container_multiselect select {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #1d1d1b;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ginput_container_multiselect option {
  padding: 12px 16px !important;
  height: 48px !important;
  font-size: 16px;
}

.ginput_container_multiselect option:checked {
  box-shadow: inset 0 0 0 100px #eeeceb;
}

.ginput_container_multiselect:focus-within option:checked {
  box-shadow: inset 2px 0 0 #EE7219, inset 0 0 0 100px #d7d2cf;
}

.gform_title,
.gform_description,
.gsection_title {
  color: #1d1d1b;
}

.header-navigation {
  display: flex;
  min-width: 52px;
  min-height: 52px;
  width: 100%;
  align-items: center;
}

.offcanvas__toggle {
  position: absolute;
  top: 16px;
  right: 8px;
  padding: 4px;
  width: 44px;
  height: 44px;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (min-width: 1041px) {
  .offcanvas__toggle {
    display: none;
  }
}

.offcanvas__toggle:focus {
  outline: none;
  box-shadow: none;
}

.sidepanel .offcanvas__toggle {
  position: fixed;
  opacity: 0;
  transition: opacity 100ms ease;
}

.uk-open .sidepanel .offcanvas__toggle {
  opacity: 1;
  transition: opacity 300ms ease 300ms;
}

.sidepanel {
  overflow: hidden;
}

.primary-nav {
  display: inline-block;
}

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

.offcanvas-secondary-nav {
  margin-top: auto;
}

.footer-legal-nav {
  display: inline-block;
}

ul[class*='menu'] {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

ul[class*='menu'] li {
  padding-left: 0;
}

ul[class*='menu'] li::before {
  content: none;
}

.menu-item {
  list-style: none;
}

.menu-item a {
  color: #EE7219;
  font-weight: 600;
  transition: color 200ms ease;
}

.menu-item a:hover {
  color: #e45022;
  text-decoration: underline;
}

.menu-item-has-children {
  position: relative;
}

.vertical-menu .menu-item-has-children {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.horizontal-menu .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 900;
  display: none;
  padding-top: 16px;
  width: inherit;
  height: inherit;
}

.horizontal-menu .sub-menu .menu-item {
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  height: 32px;
  background: #1d1d1b;
  white-space: nowrap;
  line-height: 32px;
}

.horizontal-menu .sub-menu .menu-item a {
  color: #ffffff;
}

.horizontal-menu .sub-menu .menu-item a:hover {
  color: #8096b4;
}

.horizontal-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.vertical-menu .sub-menu {
  display: none;
  flex: 0 0 100%;
}

.vertical-menu .sub-menu .menu-item {
  padding-left: 32px;
}

.vertical-menu .menu-item-has-children.is-open .sub-menu {
  display: block;
}

.vertical-menu .sub-menu-icon {
  display: inline-block;
  width: 48px;
  border-left: 1px solid #eeeceb;
  text-align: center;
  cursor: pointer;
}

.is-open .sub-menu-icon i {
  transform: rotate(180deg);
}

.horizontal-menu .sub-menu-icon {
  pointer-events: none;
}

.horizontal-menu,
.compact-horizontal-menu,
.icon-menu {
  margin-right: -8px;
  margin-left: -8px;
}

.horizontal-menu .menu-item,
.compact-horizontal-menu .menu-item,
.icon-menu .menu-item {
  padding-right: 8px;
  padding-left: 8px;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .horizontal-menu .menu-item,
  .compact-horizontal-menu .menu-item,
  .icon-menu .menu-item {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }
}

.vertical-menu,
.compact-vertical-menu {
  line-height: 2;
}

.compact-horizontal-menu,
.compact-vertical-menu {
  font-size: 14px;
}

.icon-menu {
  font-size: 24px;
}

.vertical-menu .menu-item {
  margin-top: -1px;
  border-top: 1px solid #eeeceb;
  border-bottom: 1px solid #eeeceb;
  line-height: 3;
}

.section-nav {
  margin-bottom: 40px;
}

.section-nav__item {
  position: relative;
  color: #002c68;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

[class*='--inverse'] .section-nav__item {
  color: #ffffff;
}

.section-nav__item::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid;
  content: '';
  transition: transform 300ms ease-out;
  transform: scaleX(0);
  transform-origin: left;
}

.section-nav__item:hover {
  color: #002c68;
}

[class*='--inverse'] .section-nav__item:hover {
  color: #ffffff;
}

.section-nav__item:hover::after {
  transform: scaleX(1);
}

.section-nav__item + .section-nav__item {
  margin-left: 16px;
}

.section-nav__item + .section-nav__item::before {
  position: absolute;
  left: -16px;
  content: '/ ';
}

.aside--with-image {
  display: flex;
}

.aside--inverse {
  background: #002c68;
}

.aside__image-container {
  display: flex;
  background-color: #002c68;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .aside__image-container {
    padding: 24px;
  }
}

@media screen and (min-width: 681px) {
  .aside__image-container {
    padding: 32px 64px;
  }
}

@media screen and (max-width: 680px) {
  .aside__content {
    padding: 24px;
  }
}

@media screen and (min-width: 681px) {
  .aside__content {
    padding: 32px 48px;
  }
}

.aside--compact .aside__content {
  padding: 16px;
}

.link {
  position: relative;
  color: #002c68;
  cursor: pointer;
}

[class*='--inverse'] .link {
  color: #ffffff;
}

.link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid;
  content: '';
  transition: transform 300ms ease-out;
  transform: scaleX(0);
  transform-origin: left;
}

.link:hover {
  color: #002c68;
}

[class*='--inverse'] .link:hover {
  color: #ffffff;
}

.link:hover::after {
  transform: scaleX(1);
}

.media--16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.media--16-9 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media--4-3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.media--4-3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media--4-5 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 125%;
}

.media--4-5 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media--1-1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.media--1-1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media--2-1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.media--2-1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.profile__image-container {
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 100%;
  height: 0;
}

.profile__content img {
  margin-bottom: 16px;
  width: 100%;
}

.profile__content p {
  margin-top: 0;
  margin-bottom: 0;
}

.profile__footer {
  margin-top: auto;
}

.to-top {
  padding: 12px;
  position: fixed;
  bottom: 32px;
  z-index: 900;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 100ms linear 250ms;
  transform: translateY(16px);
}

@media screen and (max-width: 1389px) {
  .to-top {
    right: 4px;
  }
}

@media screen and (min-width: 1390px) {
  .to-top {
    left: calc(50% + (1260px / 2) + 16px);
  }
}

.has-scrolled .to-top {
  opacity: 1;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(0);
}

.to-top svg {
  width: auto;
  height: 22px;
}

.to-top svg path {
  fill: #1d1d1b;
}

.card {
  margin-right: 0;
  margin-left: 0;
  padding: 48px;
  position: relative;
  background-color: #fdf1e8;
}

.card[class*='card--left'] {
  box-shadow: -5vw 0 0 #fdf1e8, -10vw 0 0 #fdf1e8, -15vw 0 0 #fdf1e8, -20vw 0 0 #fdf1e8, -25vw 0 0 #fdf1e8, -30vw 0 0 #fdf1e8, -35vw 0 0 #fdf1e8, -40vw 0 0 #fdf1e8, -45vw 0 0 #fdf1e8, -50vw 0 0 #fdf1e8, -55vw 0 0 #fdf1e8, -60vw 0 0 #fdf1e8, -65vw 0 0 #fdf1e8, -70vw 0 0 #fdf1e8, -75vw 0 0 #fdf1e8, -80vw 0 0 #fdf1e8, -85vw 0 0 #fdf1e8, -90vw 0 0 #fdf1e8, -95vw 0 0 #fdf1e8, -100vw 0 0 #fdf1e8;
}

.card[class*='card--right'] {
  box-shadow: 5vw 0 0 #fdf1e8, 10vw 0 0 #fdf1e8, 15vw 0 0 #fdf1e8, 20vw 0 0 #fdf1e8, 25vw 0 0 #fdf1e8, 30vw 0 0 #fdf1e8, 35vw 0 0 #fdf1e8, 40vw 0 0 #fdf1e8, 45vw 0 0 #fdf1e8, 50vw 0 0 #fdf1e8, 55vw 0 0 #fdf1e8, 60vw 0 0 #fdf1e8, 65vw 0 0 #fdf1e8, 70vw 0 0 #fdf1e8, 75vw 0 0 #fdf1e8, 80vw 0 0 #fdf1e8, 85vw 0 0 #fdf1e8, 90vw 0 0 #fdf1e8, 95vw 0 0 #fdf1e8, 100vw 0 0 #fdf1e8;
}

.card--red {
  border: none;
  background-color: #cb0036;
}

.card--red[class*='card--left'] {
  box-shadow: -5vw 0 0 #cb0036, -10vw 0 0 #cb0036, -15vw 0 0 #cb0036, -20vw 0 0 #cb0036, -25vw 0 0 #cb0036, -30vw 0 0 #cb0036, -35vw 0 0 #cb0036, -40vw 0 0 #cb0036, -45vw 0 0 #cb0036, -50vw 0 0 #cb0036, -55vw 0 0 #cb0036, -60vw 0 0 #cb0036, -65vw 0 0 #cb0036, -70vw 0 0 #cb0036, -75vw 0 0 #cb0036, -80vw 0 0 #cb0036, -85vw 0 0 #cb0036, -90vw 0 0 #cb0036, -95vw 0 0 #cb0036, -100vw 0 0 #cb0036;
}

.card--red[class*='card--right'] {
  box-shadow: 5vw 0 0 #cb0036, 10vw 0 0 #cb0036, 15vw 0 0 #cb0036, 20vw 0 0 #cb0036, 25vw 0 0 #cb0036, 30vw 0 0 #cb0036, 35vw 0 0 #cb0036, 40vw 0 0 #cb0036, 45vw 0 0 #cb0036, 50vw 0 0 #cb0036, 55vw 0 0 #cb0036, 60vw 0 0 #cb0036, 65vw 0 0 #cb0036, 70vw 0 0 #cb0036, 75vw 0 0 #cb0036, 80vw 0 0 #cb0036, 85vw 0 0 #cb0036, 90vw 0 0 #cb0036, 95vw 0 0 #cb0036, 100vw 0 0 #cb0036;
}

.card--white {
  border: none;
  background-color: #ffffff;
}

.card--white[class*='card--left'] {
  box-shadow: -5vw 0 0 #ffffff, -10vw 0 0 #ffffff, -15vw 0 0 #ffffff, -20vw 0 0 #ffffff, -25vw 0 0 #ffffff, -30vw 0 0 #ffffff, -35vw 0 0 #ffffff, -40vw 0 0 #ffffff, -45vw 0 0 #ffffff, -50vw 0 0 #ffffff, -55vw 0 0 #ffffff, -60vw 0 0 #ffffff, -65vw 0 0 #ffffff, -70vw 0 0 #ffffff, -75vw 0 0 #ffffff, -80vw 0 0 #ffffff, -85vw 0 0 #ffffff, -90vw 0 0 #ffffff, -95vw 0 0 #ffffff, -100vw 0 0 #ffffff;
}

.card--white[class*='card--right'] {
  box-shadow: 5vw 0 0 #ffffff, 10vw 0 0 #ffffff, 15vw 0 0 #ffffff, 20vw 0 0 #ffffff, 25vw 0 0 #ffffff, 30vw 0 0 #ffffff, 35vw 0 0 #ffffff, 40vw 0 0 #ffffff, 45vw 0 0 #ffffff, 50vw 0 0 #ffffff, 55vw 0 0 #ffffff, 60vw 0 0 #ffffff, 65vw 0 0 #ffffff, 70vw 0 0 #ffffff, 75vw 0 0 #ffffff, 80vw 0 0 #ffffff, 85vw 0 0 #ffffff, 90vw 0 0 #ffffff, 95vw 0 0 #ffffff, 100vw 0 0 #ffffff;
}

.card--blue {
  border: none;
  background-color: #002c68;
}

.card--blue[class*='card--left'] {
  box-shadow: -5vw 0 0 #002c68, -10vw 0 0 #002c68, -15vw 0 0 #002c68, -20vw 0 0 #002c68, -25vw 0 0 #002c68, -30vw 0 0 #002c68, -35vw 0 0 #002c68, -40vw 0 0 #002c68, -45vw 0 0 #002c68, -50vw 0 0 #002c68, -55vw 0 0 #002c68, -60vw 0 0 #002c68, -65vw 0 0 #002c68, -70vw 0 0 #002c68, -75vw 0 0 #002c68, -80vw 0 0 #002c68, -85vw 0 0 #002c68, -90vw 0 0 #002c68, -95vw 0 0 #002c68, -100vw 0 0 #002c68;
}

.card--blue[class*='card--right'] {
  box-shadow: 5vw 0 0 #002c68, 10vw 0 0 #002c68, 15vw 0 0 #002c68, 20vw 0 0 #002c68, 25vw 0 0 #002c68, 30vw 0 0 #002c68, 35vw 0 0 #002c68, 40vw 0 0 #002c68, 45vw 0 0 #002c68, 50vw 0 0 #002c68, 55vw 0 0 #002c68, 60vw 0 0 #002c68, 65vw 0 0 #002c68, 70vw 0 0 #002c68, 75vw 0 0 #002c68, 80vw 0 0 #002c68, 85vw 0 0 #002c68, 90vw 0 0 #002c68, 95vw 0 0 #002c68, 100vw 0 0 #002c68;
}

.card--rounded {
  border-radius: 50px;
}

.card--left-top {
  padding-left: 0;
  border-top-right-radius: 50px;
}

.card--left {
  padding-left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.card--left-bottom {
  padding-left: 0;
  border-bottom-right-radius: 50px;
}

.card--right-top {
  padding-right: 0;
  border-top-left-radius: 50px;
}

.card--right {
  padding-right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.card--right-bottom {
  padding-right: 0;
  border-bottom-left-radius: 50px;
}

.card--image-overlay {
  display: block;
  overflow: hidden;
  height: 510px;
  background-color: black;
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .card--image-overlay {
    height: 340px;
  }
}

.card--image-overlay.card--square {
  padding-bottom: 100%;
  height: 0;
}

.card--image-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 300ms linear, transform 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translate(-50%, -50%);
  transform-origin: top right;
}

.card--image-overlay:hover img {
  opacity: 0.8;
  transform: scale(1.2) translate(-50%, -50%);
}

.card--image-overlay p {
  margin-top: 0;
  margin-bottom: 0;
}

.card--compact {
  max-width: 100%;
  flex: 0 0 auto;
}

.card--compact p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}

.card--compact li {
  font-size: 14px;
  line-height: 24px;
}

.card--compact a {
  font-size: 14px;
  line-height: 24px;
}

.card--flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.card--featured {
  box-shadow: 0 0 0 2px #002c68;
}

.card__featured {
  height: 40px;
  background: #ffffff;
  flex: 0 0 auto;
}

.card--featured .card__featured {
  margin-top: 0;
  height: 40px;
  background: #002c68;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.card__image {
  padding: 0;
  margin: 0;
  overflow: hidden;
  flex: 0 0 auto;
}

.card__image img {
  transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.card__image img:hover {
  transform: scale(1.1);
}

.card__content {
  margin: 0;
  padding: 48px;
}

@media screen and (max-width: 680px) {
  .card__content {
    padding: 24px;
  }
}

.card--compact .card__content {
  padding: 48px 32px 32px;
  flex: 1 0 auto;
}

@media screen and (max-width: 680px) {
  .card--compact .card__content {
    padding: 24px 16px 16px;
  }
}

.card__subtitle {
  margin: 0 auto;
  color: #726861;
  font-size: 14px;
}

.card__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}

.card__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #002c68;
  content: '';
}

.card__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

.card__image-overlay--top-left {
  background-image: radial-gradient(farthest-corner at 0% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 65%);
  transition: background-color 300ms linear;
}

.card__image-overlay--top-right {
  background-image: radial-gradient(farthest-corner at 100% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 65%);
  text-align: right;
  justify-content: flex-end;
}

.card__image-overlay--bottom-left {
  background-image: radial-gradient(farthest-corner at 0% 100%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 65%);
  align-items: flex-end;
}

.card__image-overlay--bottom-right {
  background-image: radial-gradient(farthest-corner at 100% 100%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 65%);
  text-align: right;
  align-items: flex-end;
  justify-content: flex-end;
}

.card__label {
  padding: 12px 32px;
  position: absolute;
  width: 50%;
  background-color: #002c68;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  line-height: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
  .card__label {
    padding: 4px 16px;
  }
}

.card__footer {
  margin: 0;
  padding: 32px 48px;
  border-top: 2px solid #ffffff;
  flex: 0 0 auto;
}

@media screen and (max-width: 680px) {
  .card__footer {
    padding: 16px 24px;
  }
}

.card--compact .card__footer {
  padding: 16px 32px;
}

@media screen and (max-width: 680px) {
  .card--compact .card__footer {
    padding: 16px;
  }
}

.card__footer .button {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.hero-image {
  position: relative;
  max-height: 480px;
  width: 75vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 680px) {
  .hero-image {
    max-height: 200px;
  }
}

.u-justify-content-end .hero-image {
  border-top-left-radius: 50px;
}

.u-justify-content-start .hero-image {
  border-top-right-radius: 50px;
}

.intro {
  background-color: #002c68;
  color: #ffffff;
}

.intro__title {
  font-size: 48px;
}

.intro__content {
  font-size: 24px;
}

.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs__item {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs__item::before {
  content: none;
}

.breadcrumbs__item a {
  font-size: 14px;
  line-height: 40px;
  opacity: 0.6;
  transition: opacity 200ms linear;
}

.breadcrumbs__item a:hover {
  opacity: 1;
}

.breadcrumbs__item a::after {
  margin-right: 12px;
  margin-left: 16px;
  content: '›';
}

.breadcrumbs__item:last-child a {
  opacity: 1;
}

.breadcrumbs__item:last-child a::after {
  content: none;
}

.sidepanel {
  padding: 64px 24px 24px;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.socials {
  margin-right: -16px;
  margin-left: -16px;
}

.social-icon {
  margin-right: 16px;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.75;
  transition: opacity 200ms ease;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 681px) {
  .socials--large .social-icon {
    margin-right: 24px;
    margin-left: 24px;
    width: 36px;
    height: 36px;
  }
}

.social-icon:hover {
  opacity: 1;
}

.testimonial {
  text-align: center;
}

.testimonial__quote {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-style: italic;
}

.testimonial__quote::before {
  content: open-quote;
}

.testimonial__quote::after {
  content: close-quote;
}

.testimonial__image {
  margin: 16px auto;
  border-radius: 500px;
}

.testimonial__footer {
  font-style: normal;
}

.testimonial__citee {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
}

.testimonial__citee-company {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
}

.pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.pagination li {
  padding-left: 0;
  margin-right: 8px;
  display: inline;
}

.pagination li::before {
  content: none;
}

.pagination a {
  position: relative;
  color: #002c68;
  cursor: pointer;
  padding: 0 8px;
}

[class*='--inverse'] .pagination a {
  color: #ffffff;
}

.pagination a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid;
  content: '';
  transition: transform 300ms ease-out;
  transform: scaleX(0);
  transform-origin: left;
}

.pagination a:hover {
  color: #002c68;
}

[class*='--inverse'] .pagination a:hover {
  color: #ffffff;
}

.pagination a:hover::after {
  transform: scaleX(1);
}

.current-page {
  outline: 1px solid #002c68;
}

.sidebar {
  width: 100%;
}

@media screen and (min-width: 681px) {
  .sidebar {
    padding-left: 24px;
    border-left: 1px solid #eeeceb;
  }
}

.sidebar__item {
  margin-top: 24px;
  margin-bottom: 24px;
}

.alert {
  padding: 16px 32px;
  background: #eeeceb;
}

.video {
  background: #fdf1e8;
}

video {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1040px) {
  .bg-left {
    background-image: none !important;
  }
}

@media screen and (min-width: 1041px) {
  .bg-left {
    background-position: calc(50% - 290px) 100px;
    background-size: 420px auto;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1040px) {
  .bg-right {
    background-image: none !important;
  }
}

@media screen and (min-width: 1041px) {
  .bg-right {
    background-position: calc(50% + 290px) 100px;
    background-size: 420px auto;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 680px) {
  .bg-bottom {
    background-image: none !important;
  }
}

@media screen and (min-width: 681px) {
  .bg-bottom {
    padding-bottom: 375px;
    background-position: center bottom -270px;
    background-size: 324px auto;
    background-repeat: no-repeat;
  }
}

.bg-center-left {
  background-size: auto 66%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .bg-center-left {
    background-image: none !important;
  }
}

@media screen and (min-width: 1041px) {
  .bg-center-left {
    background-position: calc(50% - 100px) 50%;
  }
}

.bg-center-right {
  background-size: auto 66%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .bg-center-right {
    background-image: none !important;
  }
}

@media screen and (min-width: 1041px) {
  .bg-center-right {
    background-position: calc(50% + 100px) 50%;
  }
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.panel {
  border-radius: 4px;
  background-color: #fdf1e8;
}

.connect {
  position: relative;
}

.connect::before {
  position: absolute;
  top: -104px;
  left: 0;
  width: 1px;
  height: 80px;
  border-left: 1px solid #726861;
  content: '';
}

.connect--red::before {
  border-left: 1px solid #cb0036;
}

.news {
  padding-left: 0;
  list-style: none;
  border-top: 2px solid #EE7219;
}

.news li {
  padding-left: 0;
}

.news li::before {
  content: none;
}

.news li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.news a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  color: #dcdad8;
  transition: color 200ms ease;
}

.news a:hover {
  color: #EE7219;
}

.agenda {
  padding-left: 0;
  list-style: none;
  border-top: 2px solid #EE7219;
}

.agenda li {
  padding-left: 0;
}

.agenda li::before {
  content: none;
}

.agenda li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.agenda__date {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  align-items: center;
}

.agenda__date_info {
  display: flex;
  flex-direction: column;
  min-width: 67px;
}

.agenda__day {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5000px;
  background: #EE7219;
  text-align: center;
  line-height: 40px;
}

.agenda__month {
  display: inline-block;
  padding-left: 4px;
  color: #EE7219;
  font-size: 16px;
}

.agenda__time {
  display: block;
  color: #EE7219;
  font-size: 14px;
}

.no-hand-cursor {
  cursor: auto;
}

.logo-collection img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.counter {
  counter-reset: my-awesome-counter;
}

.counter__increment {
  display: block;
  counter-increment: my-awesome-counter;
  transform: translateY(-20px);
}

.counter__increment::before {
  color: #cb0036;
  content: counter(my-awesome-counter);
  font-size: 72px;
  font-weight: bold;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-flex-start {
  justify-content: flex-start !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-flex-end {
  justify-content: flex-end !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-between {
  justify-content: space-between !important;
}

.u-justify-content-space-between {
  justify-content: space-between !important;
}

.u-justify-content-around {
  justify-content: space-around !important;
}

.u-justify-content-space-around {
  justify-content: space-around !important;
}

.u-justify-content-evenly {
  justify-content: space-evenly !important;
}

.u-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-items-flex-start {
  align-items: flex-start !important;
}

.u-align-self-flex-start {
  align-self: flex-start !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-align-items-flex-end {
  align-items: flex-end !important;
}

.u-align-self-flex-end {
  align-self: flex-end !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-self-center {
  align-self: center !important;
}

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

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

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

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

@media (min-width: 441px) {
  .u-justify-content-start-hand {
    justify-content: flex-start !important;
  }
  .u-justify-content-flex-start-hand {
    justify-content: flex-start !important;
  }
  .u-justify-content-end-hand {
    justify-content: flex-end !important;
  }
  .u-justify-content-flex-end-hand {
    justify-content: flex-end !important;
  }
  .u-justify-content-center-hand {
    justify-content: center !important;
  }
  .u-justify-content-between-hand {
    justify-content: space-between !important;
  }
  .u-justify-content-space-between-hand {
    justify-content: space-between !important;
  }
  .u-justify-content-around-hand {
    justify-content: space-around !important;
  }
  .u-justify-content-space-around-hand {
    justify-content: space-around !important;
  }
  .u-justify-content-evenly-hand {
    justify-content: space-evenly !important;
  }
  .u-justify-content-space-evenly-hand {
    justify-content: space-evenly !important;
  }
  .u-align-items-start-hand {
    align-items: flex-start !important;
  }
  .u-align-self-start-hand {
    align-self: flex-start !important;
  }
  .u-align-items-flex-start-hand {
    align-items: flex-start !important;
  }
  .u-align-self-flex-start-hand {
    align-self: flex-start !important;
  }
  .u-align-items-end-hand {
    align-items: flex-end !important;
  }
  .u-align-self-end-hand {
    align-self: flex-end !important;
  }
  .u-align-items-flex-end-hand {
    align-items: flex-end !important;
  }
  .u-align-self-flex-end-hand {
    align-self: flex-end !important;
  }
  .u-align-items-center-hand {
    align-items: center !important;
  }
  .u-align-self-center-hand {
    align-self: center !important;
  }
  .u-align-items-baseline-hand {
    align-items: baseline !important;
  }
  .u-align-self-baseline-hand {
    align-self: baseline !important;
  }
  .u-align-items-stretch-hand {
    align-items: stretch !important;
  }
  .u-align-self-stretch-hand {
    align-self: stretch !important;
  }
}

@media (min-width: 681px) {
  .u-justify-content-start-lap {
    justify-content: flex-start !important;
  }
  .u-justify-content-flex-start-lap {
    justify-content: flex-start !important;
  }
  .u-justify-content-end-lap {
    justify-content: flex-end !important;
  }
  .u-justify-content-flex-end-lap {
    justify-content: flex-end !important;
  }
  .u-justify-content-center-lap {
    justify-content: center !important;
  }
  .u-justify-content-between-lap {
    justify-content: space-between !important;
  }
  .u-justify-content-space-between-lap {
    justify-content: space-between !important;
  }
  .u-justify-content-around-lap {
    justify-content: space-around !important;
  }
  .u-justify-content-space-around-lap {
    justify-content: space-around !important;
  }
  .u-justify-content-evenly-lap {
    justify-content: space-evenly !important;
  }
  .u-justify-content-space-evenly-lap {
    justify-content: space-evenly !important;
  }
  .u-align-items-start-lap {
    align-items: flex-start !important;
  }
  .u-align-self-start-lap {
    align-self: flex-start !important;
  }
  .u-align-items-flex-start-lap {
    align-items: flex-start !important;
  }
  .u-align-self-flex-start-lap {
    align-self: flex-start !important;
  }
  .u-align-items-end-lap {
    align-items: flex-end !important;
  }
  .u-align-self-end-lap {
    align-self: flex-end !important;
  }
  .u-align-items-flex-end-lap {
    align-items: flex-end !important;
  }
  .u-align-self-flex-end-lap {
    align-self: flex-end !important;
  }
  .u-align-items-center-lap {
    align-items: center !important;
  }
  .u-align-self-center-lap {
    align-self: center !important;
  }
  .u-align-items-baseline-lap {
    align-items: baseline !important;
  }
  .u-align-self-baseline-lap {
    align-self: baseline !important;
  }
  .u-align-items-stretch-lap {
    align-items: stretch !important;
  }
  .u-align-self-stretch-lap {
    align-self: stretch !important;
  }
}

@media (min-width: 1041px) {
  .u-justify-content-start-desk {
    justify-content: flex-start !important;
  }
  .u-justify-content-flex-start-desk {
    justify-content: flex-start !important;
  }
  .u-justify-content-end-desk {
    justify-content: flex-end !important;
  }
  .u-justify-content-flex-end-desk {
    justify-content: flex-end !important;
  }
  .u-justify-content-center-desk {
    justify-content: center !important;
  }
  .u-justify-content-between-desk {
    justify-content: space-between !important;
  }
  .u-justify-content-space-between-desk {
    justify-content: space-between !important;
  }
  .u-justify-content-around-desk {
    justify-content: space-around !important;
  }
  .u-justify-content-space-around-desk {
    justify-content: space-around !important;
  }
  .u-justify-content-evenly-desk {
    justify-content: space-evenly !important;
  }
  .u-justify-content-space-evenly-desk {
    justify-content: space-evenly !important;
  }
  .u-align-items-start-desk {
    align-items: flex-start !important;
  }
  .u-align-self-start-desk {
    align-self: flex-start !important;
  }
  .u-align-items-flex-start-desk {
    align-items: flex-start !important;
  }
  .u-align-self-flex-start-desk {
    align-self: flex-start !important;
  }
  .u-align-items-end-desk {
    align-items: flex-end !important;
  }
  .u-align-self-end-desk {
    align-self: flex-end !important;
  }
  .u-align-items-flex-end-desk {
    align-items: flex-end !important;
  }
  .u-align-self-flex-end-desk {
    align-self: flex-end !important;
  }
  .u-align-items-center-desk {
    align-items: center !important;
  }
  .u-align-self-center-desk {
    align-self: center !important;
  }
  .u-align-items-baseline-desk {
    align-items: baseline !important;
  }
  .u-align-self-baseline-desk {
    align-self: baseline !important;
  }
  .u-align-items-stretch-desk {
    align-items: stretch !important;
  }
  .u-align-self-stretch-desk {
    align-self: stretch !important;
  }
}

.u-flex-fw {
  flex: 0 0 auto;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-color-primary {
  color: #002c68 !important;
}

.u-muted {
  color: #b9b4b0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-70 {
  margin: 4px !important;
}

.u-mt-70,
.u-my-70 {
  margin-top: 4px !important;
}

.u-mr-70,
.u-mx-70 {
  margin-right: 4px !important;
}

.u-mb-70,
.u-my-70 {
  margin-bottom: 4px !important;
}

.u-ml-70,
.u-mx-70 {
  margin-left: 4px !important;
}

.u-mt-pull-70,
.u-my-pull-70 {
  margin-top: -4px !important;
}

.u-mr-pull-70,
.u-mx-pull-70 {
  margin-right: -4px !important;
}

.u-mb-pull-70,
.u-my-pull-70 {
  margin-bottom: -4px !important;
}

.u-ml-pull-70,
.u-mx-pull-70 {
  margin-left: -4px !important;
}

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

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

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

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

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

.u-m-80 {
  margin: 8px !important;
}

.u-mt-80,
.u-my-80 {
  margin-top: 8px !important;
}

.u-mr-80,
.u-mx-80 {
  margin-right: 8px !important;
}

.u-mb-80,
.u-my-80 {
  margin-bottom: 8px !important;
}

.u-ml-80,
.u-mx-80 {
  margin-left: 8px !important;
}

.u-mt-pull-80,
.u-my-pull-80 {
  margin-top: -8px !important;
}

.u-mr-pull-80,
.u-mx-pull-80 {
  margin-right: -8px !important;
}

.u-mb-pull-80,
.u-my-pull-80 {
  margin-bottom: -8px !important;
}

.u-ml-pull-80,
.u-mx-pull-80 {
  margin-left: -8px !important;
}

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

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

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

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

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

.u-m-90 {
  margin: 16px !important;
}

.u-mt-90,
.u-my-90 {
  margin-top: 16px !important;
}

.u-mr-90,
.u-mx-90 {
  margin-right: 16px !important;
}

.u-mb-90,
.u-my-90 {
  margin-bottom: 16px !important;
}

.u-ml-90,
.u-mx-90 {
  margin-left: 16px !important;
}

.u-mt-pull-90,
.u-my-pull-90 {
  margin-top: -16px !important;
}

.u-mr-pull-90,
.u-mx-pull-90 {
  margin-right: -16px !important;
}

.u-mb-pull-90,
.u-my-pull-90 {
  margin-bottom: -16px !important;
}

.u-ml-pull-90,
.u-mx-pull-90 {
  margin-left: -16px !important;
}

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

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

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

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

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

.u-m-100 {
  margin: 24px !important;
}

.u-mt-100,
.u-my-100 {
  margin-top: 24px !important;
}

.u-mr-100,
.u-mx-100 {
  margin-right: 24px !important;
}

.u-mb-100,
.u-my-100 {
  margin-bottom: 24px !important;
}

.u-ml-100,
.u-mx-100 {
  margin-left: 24px !important;
}

.u-mt-pull-100,
.u-my-pull-100 {
  margin-top: -24px !important;
}

.u-mr-pull-100,
.u-mx-pull-100 {
  margin-right: -24px !important;
}

.u-mb-pull-100,
.u-my-pull-100 {
  margin-bottom: -24px !important;
}

.u-ml-pull-100,
.u-mx-pull-100 {
  margin-left: -24px !important;
}

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

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

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

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

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

.u-m-200 {
  margin: 40px !important;
}

.u-mt-200,
.u-my-200 {
  margin-top: 40px !important;
}

.u-mr-200,
.u-mx-200 {
  margin-right: 40px !important;
}

.u-mb-200,
.u-my-200 {
  margin-bottom: 40px !important;
}

.u-ml-200,
.u-mx-200 {
  margin-left: 40px !important;
}

.u-mt-pull-200,
.u-my-pull-200 {
  margin-top: -40px !important;
}

.u-mr-pull-200,
.u-mx-pull-200 {
  margin-right: -40px !important;
}

.u-mb-pull-200,
.u-my-pull-200 {
  margin-bottom: -40px !important;
}

.u-ml-pull-200,
.u-mx-pull-200 {
  margin-left: -40px !important;
}

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

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

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

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

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

.u-m-300 {
  margin: 64px !important;
}

.u-mt-300,
.u-my-300 {
  margin-top: 64px !important;
}

.u-mr-300,
.u-mx-300 {
  margin-right: 64px !important;
}

.u-mb-300,
.u-my-300 {
  margin-bottom: 64px !important;
}

.u-ml-300,
.u-mx-300 {
  margin-left: 64px !important;
}

.u-mt-pull-300,
.u-my-pull-300 {
  margin-top: -64px !important;
}

.u-mr-pull-300,
.u-mx-pull-300 {
  margin-right: -64px !important;
}

.u-mb-pull-300,
.u-my-pull-300 {
  margin-bottom: -64px !important;
}

.u-ml-pull-300,
.u-mx-pull-300 {
  margin-left: -64px !important;
}

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

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

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

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

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

.u-m-400 {
  margin: 80px !important;
}

.u-mt-400,
.u-my-400 {
  margin-top: 80px !important;
}

.u-mr-400,
.u-mx-400 {
  margin-right: 80px !important;
}

.u-mb-400,
.u-my-400 {
  margin-bottom: 80px !important;
}

.u-ml-400,
.u-mx-400 {
  margin-left: 80px !important;
}

.u-mt-pull-400,
.u-my-pull-400 {
  margin-top: -80px !important;
}

.u-mr-pull-400,
.u-mx-pull-400 {
  margin-right: -80px !important;
}

.u-mb-pull-400,
.u-my-pull-400 {
  margin-bottom: -80px !important;
}

.u-ml-pull-400,
.u-mx-pull-400 {
  margin-left: -80px !important;
}

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

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

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

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

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

.u-m-500 {
  margin: 96px !important;
}

.u-mt-500,
.u-my-500 {
  margin-top: 96px !important;
}

.u-mr-500,
.u-mx-500 {
  margin-right: 96px !important;
}

.u-mb-500,
.u-my-500 {
  margin-bottom: 96px !important;
}

.u-ml-500,
.u-mx-500 {
  margin-left: 96px !important;
}

.u-mt-pull-500,
.u-my-pull-500 {
  margin-top: -96px !important;
}

.u-mr-pull-500,
.u-mx-pull-500 {
  margin-right: -96px !important;
}

.u-mb-pull-500,
.u-my-pull-500 {
  margin-bottom: -96px !important;
}

.u-ml-pull-500,
.u-mx-pull-500 {
  margin-left: -96px !important;
}

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

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

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

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

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

.u-m-600 {
  margin: 120px !important;
}

.u-mt-600,
.u-my-600 {
  margin-top: 120px !important;
}

.u-mr-600,
.u-mx-600 {
  margin-right: 120px !important;
}

.u-mb-600,
.u-my-600 {
  margin-bottom: 120px !important;
}

.u-ml-600,
.u-mx-600 {
  margin-left: 120px !important;
}

.u-mt-pull-600,
.u-my-pull-600 {
  margin-top: -120px !important;
}

.u-mr-pull-600,
.u-mx-pull-600 {
  margin-right: -120px !important;
}

.u-mb-pull-600,
.u-my-pull-600 {
  margin-bottom: -120px !important;
}

.u-ml-pull-600,
.u-mx-pull-600 {
  margin-left: -120px !important;
}

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

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

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

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

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

.u-m-700 {
  margin: 144px !important;
}

.u-mt-700,
.u-my-700 {
  margin-top: 144px !important;
}

.u-mr-700,
.u-mx-700 {
  margin-right: 144px !important;
}

.u-mb-700,
.u-my-700 {
  margin-bottom: 144px !important;
}

.u-ml-700,
.u-mx-700 {
  margin-left: 144px !important;
}

.u-mt-pull-700,
.u-my-pull-700 {
  margin-top: -144px !important;
}

.u-mr-pull-700,
.u-mx-pull-700 {
  margin-right: -144px !important;
}

.u-mb-pull-700,
.u-my-pull-700 {
  margin-bottom: -144px !important;
}

.u-ml-pull-700,
.u-mx-pull-700 {
  margin-left: -144px !important;
}

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

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

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

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

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

.u-m-800 {
  margin: 160px !important;
}

.u-mt-800,
.u-my-800 {
  margin-top: 160px !important;
}

.u-mr-800,
.u-mx-800 {
  margin-right: 160px !important;
}

.u-mb-800,
.u-my-800 {
  margin-bottom: 160px !important;
}

.u-ml-800,
.u-mx-800 {
  margin-left: 160px !important;
}

.u-mt-pull-800,
.u-my-pull-800 {
  margin-top: -160px !important;
}

.u-mr-pull-800,
.u-mx-pull-800 {
  margin-right: -160px !important;
}

.u-mb-pull-800,
.u-my-pull-800 {
  margin-bottom: -160px !important;
}

.u-ml-pull-800,
.u-mx-pull-800 {
  margin-left: -160px !important;
}

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

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

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

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

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

.u-m-900 {
  margin: 200px !important;
}

.u-mt-900,
.u-my-900 {
  margin-top: 200px !important;
}

.u-mr-900,
.u-mx-900 {
  margin-right: 200px !important;
}

.u-mb-900,
.u-my-900 {
  margin-bottom: 200px !important;
}

.u-ml-900,
.u-mx-900 {
  margin-left: 200px !important;
}

.u-mt-pull-900,
.u-my-pull-900 {
  margin-top: -200px !important;
}

.u-mr-pull-900,
.u-mx-pull-900 {
  margin-right: -200px !important;
}

.u-mb-pull-900,
.u-my-pull-900 {
  margin-bottom: -200px !important;
}

.u-ml-pull-900,
.u-mx-pull-900 {
  margin-left: -200px !important;
}

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

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

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

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

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

.u-m-1000 {
  margin: 240px !important;
}

.u-mt-1000,
.u-my-1000 {
  margin-top: 240px !important;
}

.u-mr-1000,
.u-mx-1000 {
  margin-right: 240px !important;
}

.u-mb-1000,
.u-my-1000 {
  margin-bottom: 240px !important;
}

.u-ml-1000,
.u-mx-1000 {
  margin-left: 240px !important;
}

.u-mt-pull-1000,
.u-my-pull-1000 {
  margin-top: -240px !important;
}

.u-mr-pull-1000,
.u-mx-pull-1000 {
  margin-right: -240px !important;
}

.u-mb-pull-1000,
.u-my-pull-1000 {
  margin-bottom: -240px !important;
}

.u-ml-pull-1000,
.u-mx-pull-1000 {
  margin-left: -240px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-70 {
  padding: 4px !important;
}

.u-pt-70,
.u-py-70 {
  padding-top: 4px !important;
}

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

.u-pb-70,
.u-py-70 {
  padding-bottom: 4px !important;
}

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

.u-mt-pull-70,
.u-my-pull-70 {
  margin-top: -4px !important;
}

.u-mr-pull-70,
.u-mx-pull-70 {
  margin-right: -4px !important;
}

.u-mb-pull-70,
.u-my-pull-70 {
  margin-bottom: -4px !important;
}

.u-ml-pull-70,
.u-mx-pull-70 {
  margin-left: -4px !important;
}

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

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

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

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

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

.u-p-80 {
  padding: 8px !important;
}

.u-pt-80,
.u-py-80 {
  padding-top: 8px !important;
}

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

.u-pb-80,
.u-py-80 {
  padding-bottom: 8px !important;
}

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

.u-mt-pull-80,
.u-my-pull-80 {
  margin-top: -8px !important;
}

.u-mr-pull-80,
.u-mx-pull-80 {
  margin-right: -8px !important;
}

.u-mb-pull-80,
.u-my-pull-80 {
  margin-bottom: -8px !important;
}

.u-ml-pull-80,
.u-mx-pull-80 {
  margin-left: -8px !important;
}

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

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

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

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

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

.u-p-90 {
  padding: 16px !important;
}

.u-pt-90,
.u-py-90 {
  padding-top: 16px !important;
}

.u-pr-90,
.u-px-90 {
  padding-right: 16px !important;
}

.u-pb-90,
.u-py-90 {
  padding-bottom: 16px !important;
}

.u-pl-90,
.u-px-90 {
  padding-left: 16px !important;
}

.u-mt-pull-90,
.u-my-pull-90 {
  margin-top: -16px !important;
}

.u-mr-pull-90,
.u-mx-pull-90 {
  margin-right: -16px !important;
}

.u-mb-pull-90,
.u-my-pull-90 {
  margin-bottom: -16px !important;
}

.u-ml-pull-90,
.u-mx-pull-90 {
  margin-left: -16px !important;
}

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

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

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

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

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

.u-p-100 {
  padding: 24px !important;
}

.u-pt-100,
.u-py-100 {
  padding-top: 24px !important;
}

.u-pr-100,
.u-px-100 {
  padding-right: 24px !important;
}

.u-pb-100,
.u-py-100 {
  padding-bottom: 24px !important;
}

.u-pl-100,
.u-px-100 {
  padding-left: 24px !important;
}

.u-mt-pull-100,
.u-my-pull-100 {
  margin-top: -24px !important;
}

.u-mr-pull-100,
.u-mx-pull-100 {
  margin-right: -24px !important;
}

.u-mb-pull-100,
.u-my-pull-100 {
  margin-bottom: -24px !important;
}

.u-ml-pull-100,
.u-mx-pull-100 {
  margin-left: -24px !important;
}

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

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

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

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

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

.u-p-200 {
  padding: 40px !important;
}

.u-pt-200,
.u-py-200 {
  padding-top: 40px !important;
}

.u-pr-200,
.u-px-200 {
  padding-right: 40px !important;
}

.u-pb-200,
.u-py-200 {
  padding-bottom: 40px !important;
}

.u-pl-200,
.u-px-200 {
  padding-left: 40px !important;
}

.u-mt-pull-200,
.u-my-pull-200 {
  margin-top: -40px !important;
}

.u-mr-pull-200,
.u-mx-pull-200 {
  margin-right: -40px !important;
}

.u-mb-pull-200,
.u-my-pull-200 {
  margin-bottom: -40px !important;
}

.u-ml-pull-200,
.u-mx-pull-200 {
  margin-left: -40px !important;
}

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

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

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

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

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

.u-p-300 {
  padding: 64px !important;
}

.u-pt-300,
.u-py-300 {
  padding-top: 64px !important;
}

.u-pr-300,
.u-px-300 {
  padding-right: 64px !important;
}

.u-pb-300,
.u-py-300 {
  padding-bottom: 64px !important;
}

.u-pl-300,
.u-px-300 {
  padding-left: 64px !important;
}

.u-mt-pull-300,
.u-my-pull-300 {
  margin-top: -64px !important;
}

.u-mr-pull-300,
.u-mx-pull-300 {
  margin-right: -64px !important;
}

.u-mb-pull-300,
.u-my-pull-300 {
  margin-bottom: -64px !important;
}

.u-ml-pull-300,
.u-mx-pull-300 {
  margin-left: -64px !important;
}

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

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

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

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

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

.u-p-400 {
  padding: 80px !important;
}

.u-pt-400,
.u-py-400 {
  padding-top: 80px !important;
}

.u-pr-400,
.u-px-400 {
  padding-right: 80px !important;
}

.u-pb-400,
.u-py-400 {
  padding-bottom: 80px !important;
}

.u-pl-400,
.u-px-400 {
  padding-left: 80px !important;
}

.u-mt-pull-400,
.u-my-pull-400 {
  margin-top: -80px !important;
}

.u-mr-pull-400,
.u-mx-pull-400 {
  margin-right: -80px !important;
}

.u-mb-pull-400,
.u-my-pull-400 {
  margin-bottom: -80px !important;
}

.u-ml-pull-400,
.u-mx-pull-400 {
  margin-left: -80px !important;
}

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

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

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

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

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

.u-p-500 {
  padding: 96px !important;
}

.u-pt-500,
.u-py-500 {
  padding-top: 96px !important;
}

.u-pr-500,
.u-px-500 {
  padding-right: 96px !important;
}

.u-pb-500,
.u-py-500 {
  padding-bottom: 96px !important;
}

.u-pl-500,
.u-px-500 {
  padding-left: 96px !important;
}

.u-mt-pull-500,
.u-my-pull-500 {
  margin-top: -96px !important;
}

.u-mr-pull-500,
.u-mx-pull-500 {
  margin-right: -96px !important;
}

.u-mb-pull-500,
.u-my-pull-500 {
  margin-bottom: -96px !important;
}

.u-ml-pull-500,
.u-mx-pull-500 {
  margin-left: -96px !important;
}

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

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

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

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

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

.u-p-600 {
  padding: 120px !important;
}

.u-pt-600,
.u-py-600 {
  padding-top: 120px !important;
}

.u-pr-600,
.u-px-600 {
  padding-right: 120px !important;
}

.u-pb-600,
.u-py-600 {
  padding-bottom: 120px !important;
}

.u-pl-600,
.u-px-600 {
  padding-left: 120px !important;
}

.u-mt-pull-600,
.u-my-pull-600 {
  margin-top: -120px !important;
}

.u-mr-pull-600,
.u-mx-pull-600 {
  margin-right: -120px !important;
}

.u-mb-pull-600,
.u-my-pull-600 {
  margin-bottom: -120px !important;
}

.u-ml-pull-600,
.u-mx-pull-600 {
  margin-left: -120px !important;
}

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

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

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

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

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

.u-p-700 {
  padding: 144px !important;
}

.u-pt-700,
.u-py-700 {
  padding-top: 144px !important;
}

.u-pr-700,
.u-px-700 {
  padding-right: 144px !important;
}

.u-pb-700,
.u-py-700 {
  padding-bottom: 144px !important;
}

.u-pl-700,
.u-px-700 {
  padding-left: 144px !important;
}

.u-mt-pull-700,
.u-my-pull-700 {
  margin-top: -144px !important;
}

.u-mr-pull-700,
.u-mx-pull-700 {
  margin-right: -144px !important;
}

.u-mb-pull-700,
.u-my-pull-700 {
  margin-bottom: -144px !important;
}

.u-ml-pull-700,
.u-mx-pull-700 {
  margin-left: -144px !important;
}

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

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

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

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

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

.u-p-800 {
  padding: 160px !important;
}

.u-pt-800,
.u-py-800 {
  padding-top: 160px !important;
}

.u-pr-800,
.u-px-800 {
  padding-right: 160px !important;
}

.u-pb-800,
.u-py-800 {
  padding-bottom: 160px !important;
}

.u-pl-800,
.u-px-800 {
  padding-left: 160px !important;
}

.u-mt-pull-800,
.u-my-pull-800 {
  margin-top: -160px !important;
}

.u-mr-pull-800,
.u-mx-pull-800 {
  margin-right: -160px !important;
}

.u-mb-pull-800,
.u-my-pull-800 {
  margin-bottom: -160px !important;
}

.u-ml-pull-800,
.u-mx-pull-800 {
  margin-left: -160px !important;
}

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

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

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

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

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

.u-p-900 {
  padding: 200px !important;
}

.u-pt-900,
.u-py-900 {
  padding-top: 200px !important;
}

.u-pr-900,
.u-px-900 {
  padding-right: 200px !important;
}

.u-pb-900,
.u-py-900 {
  padding-bottom: 200px !important;
}

.u-pl-900,
.u-px-900 {
  padding-left: 200px !important;
}

.u-mt-pull-900,
.u-my-pull-900 {
  margin-top: -200px !important;
}

.u-mr-pull-900,
.u-mx-pull-900 {
  margin-right: -200px !important;
}

.u-mb-pull-900,
.u-my-pull-900 {
  margin-bottom: -200px !important;
}

.u-ml-pull-900,
.u-mx-pull-900 {
  margin-left: -200px !important;
}

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

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

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

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

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

.u-p-1000 {
  padding: 240px !important;
}

.u-pt-1000,
.u-py-1000 {
  padding-top: 240px !important;
}

.u-pr-1000,
.u-px-1000 {
  padding-right: 240px !important;
}

.u-pb-1000,
.u-py-1000 {
  padding-bottom: 240px !important;
}

.u-pl-1000,
.u-px-1000 {
  padding-left: 240px !important;
}

.u-mt-pull-1000,
.u-my-pull-1000 {
  margin-top: -240px !important;
}

.u-mr-pull-1000,
.u-mx-pull-1000 {
  margin-right: -240px !important;
}

.u-mb-pull-1000,
.u-my-pull-1000 {
  margin-bottom: -240px !important;
}

.u-ml-pull-1000,
.u-mx-pull-1000 {
  margin-left: -240px !important;
}

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

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

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

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

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

@media (min-width: 441px) {
  .u-m-0-hand {
    margin: 0 !important;
  }
  .u-mt-0-hand,
  .u-my-0-hand {
    margin-top: 0 !important;
  }
  .u-mr-0-hand,
  .u-mx-0-hand {
    margin-right: 0 !important;
  }
  .u-mb-0-hand,
  .u-my-0-hand {
    margin-bottom: 0 !important;
  }
  .u-ml-0-hand,
  .u-mx-0-hand {
    margin-left: 0 !important;
  }
  .u-mt-pull-0-hand,
  .u-my-pull-0-hand {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-hand,
  .u-my-pull-0-hand {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-left: -0 !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-70-hand {
    margin: 4px !important;
  }
  .u-mt-70-hand,
  .u-my-70-hand {
    margin-top: 4px !important;
  }
  .u-mr-70-hand,
  .u-mx-70-hand {
    margin-right: 4px !important;
  }
  .u-mb-70-hand,
  .u-my-70-hand {
    margin-bottom: 4px !important;
  }
  .u-ml-70-hand,
  .u-mx-70-hand {
    margin-left: 4px !important;
  }
  .u-mt-pull-70-hand,
  .u-my-pull-70-hand {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-hand,
  .u-my-pull-70-hand {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-left: -4px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-80-hand {
    margin: 8px !important;
  }
  .u-mt-80-hand,
  .u-my-80-hand {
    margin-top: 8px !important;
  }
  .u-mr-80-hand,
  .u-mx-80-hand {
    margin-right: 8px !important;
  }
  .u-mb-80-hand,
  .u-my-80-hand {
    margin-bottom: 8px !important;
  }
  .u-ml-80-hand,
  .u-mx-80-hand {
    margin-left: 8px !important;
  }
  .u-mt-pull-80-hand,
  .u-my-pull-80-hand {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-hand,
  .u-my-pull-80-hand {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-left: -8px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-90-hand {
    margin: 16px !important;
  }
  .u-mt-90-hand,
  .u-my-90-hand {
    margin-top: 16px !important;
  }
  .u-mr-90-hand,
  .u-mx-90-hand {
    margin-right: 16px !important;
  }
  .u-mb-90-hand,
  .u-my-90-hand {
    margin-bottom: 16px !important;
  }
  .u-ml-90-hand,
  .u-mx-90-hand {
    margin-left: 16px !important;
  }
  .u-mt-pull-90-hand,
  .u-my-pull-90-hand {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-hand,
  .u-my-pull-90-hand {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-left: -16px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-100-hand {
    margin: 24px !important;
  }
  .u-mt-100-hand,
  .u-my-100-hand {
    margin-top: 24px !important;
  }
  .u-mr-100-hand,
  .u-mx-100-hand {
    margin-right: 24px !important;
  }
  .u-mb-100-hand,
  .u-my-100-hand {
    margin-bottom: 24px !important;
  }
  .u-ml-100-hand,
  .u-mx-100-hand {
    margin-left: 24px !important;
  }
  .u-mt-pull-100-hand,
  .u-my-pull-100-hand {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-hand,
  .u-my-pull-100-hand {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-left: -24px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-200-hand {
    margin: 40px !important;
  }
  .u-mt-200-hand,
  .u-my-200-hand {
    margin-top: 40px !important;
  }
  .u-mr-200-hand,
  .u-mx-200-hand {
    margin-right: 40px !important;
  }
  .u-mb-200-hand,
  .u-my-200-hand {
    margin-bottom: 40px !important;
  }
  .u-ml-200-hand,
  .u-mx-200-hand {
    margin-left: 40px !important;
  }
  .u-mt-pull-200-hand,
  .u-my-pull-200-hand {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-hand,
  .u-my-pull-200-hand {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-left: -40px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-300-hand {
    margin: 64px !important;
  }
  .u-mt-300-hand,
  .u-my-300-hand {
    margin-top: 64px !important;
  }
  .u-mr-300-hand,
  .u-mx-300-hand {
    margin-right: 64px !important;
  }
  .u-mb-300-hand,
  .u-my-300-hand {
    margin-bottom: 64px !important;
  }
  .u-ml-300-hand,
  .u-mx-300-hand {
    margin-left: 64px !important;
  }
  .u-mt-pull-300-hand,
  .u-my-pull-300-hand {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-hand,
  .u-my-pull-300-hand {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-left: -64px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-400-hand {
    margin: 80px !important;
  }
  .u-mt-400-hand,
  .u-my-400-hand {
    margin-top: 80px !important;
  }
  .u-mr-400-hand,
  .u-mx-400-hand {
    margin-right: 80px !important;
  }
  .u-mb-400-hand,
  .u-my-400-hand {
    margin-bottom: 80px !important;
  }
  .u-ml-400-hand,
  .u-mx-400-hand {
    margin-left: 80px !important;
  }
  .u-mt-pull-400-hand,
  .u-my-pull-400-hand {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-hand,
  .u-my-pull-400-hand {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-left: -80px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-500-hand {
    margin: 96px !important;
  }
  .u-mt-500-hand,
  .u-my-500-hand {
    margin-top: 96px !important;
  }
  .u-mr-500-hand,
  .u-mx-500-hand {
    margin-right: 96px !important;
  }
  .u-mb-500-hand,
  .u-my-500-hand {
    margin-bottom: 96px !important;
  }
  .u-ml-500-hand,
  .u-mx-500-hand {
    margin-left: 96px !important;
  }
  .u-mt-pull-500-hand,
  .u-my-pull-500-hand {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-hand,
  .u-my-pull-500-hand {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-left: -96px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-600-hand {
    margin: 120px !important;
  }
  .u-mt-600-hand,
  .u-my-600-hand {
    margin-top: 120px !important;
  }
  .u-mr-600-hand,
  .u-mx-600-hand {
    margin-right: 120px !important;
  }
  .u-mb-600-hand,
  .u-my-600-hand {
    margin-bottom: 120px !important;
  }
  .u-ml-600-hand,
  .u-mx-600-hand {
    margin-left: 120px !important;
  }
  .u-mt-pull-600-hand,
  .u-my-pull-600-hand {
    margin-top: -120px !important;
  }
  .u-mr-pull-600-hand,
  .u-mx-pull-600-hand {
    margin-right: -120px !important;
  }
  .u-mb-pull-600-hand,
  .u-my-pull-600-hand {
    margin-bottom: -120px !important;
  }
  .u-ml-pull-600-hand,
  .u-mx-pull-600-hand {
    margin-left: -120px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-700-hand {
    margin: 144px !important;
  }
  .u-mt-700-hand,
  .u-my-700-hand {
    margin-top: 144px !important;
  }
  .u-mr-700-hand,
  .u-mx-700-hand {
    margin-right: 144px !important;
  }
  .u-mb-700-hand,
  .u-my-700-hand {
    margin-bottom: 144px !important;
  }
  .u-ml-700-hand,
  .u-mx-700-hand {
    margin-left: 144px !important;
  }
  .u-mt-pull-700-hand,
  .u-my-pull-700-hand {
    margin-top: -144px !important;
  }
  .u-mr-pull-700-hand,
  .u-mx-pull-700-hand {
    margin-right: -144px !important;
  }
  .u-mb-pull-700-hand,
  .u-my-pull-700-hand {
    margin-bottom: -144px !important;
  }
  .u-ml-pull-700-hand,
  .u-mx-pull-700-hand {
    margin-left: -144px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-800-hand {
    margin: 160px !important;
  }
  .u-mt-800-hand,
  .u-my-800-hand {
    margin-top: 160px !important;
  }
  .u-mr-800-hand,
  .u-mx-800-hand {
    margin-right: 160px !important;
  }
  .u-mb-800-hand,
  .u-my-800-hand {
    margin-bottom: 160px !important;
  }
  .u-ml-800-hand,
  .u-mx-800-hand {
    margin-left: 160px !important;
  }
  .u-mt-pull-800-hand,
  .u-my-pull-800-hand {
    margin-top: -160px !important;
  }
  .u-mr-pull-800-hand,
  .u-mx-pull-800-hand {
    margin-right: -160px !important;
  }
  .u-mb-pull-800-hand,
  .u-my-pull-800-hand {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-800-hand,
  .u-mx-pull-800-hand {
    margin-left: -160px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-900-hand {
    margin: 200px !important;
  }
  .u-mt-900-hand,
  .u-my-900-hand {
    margin-top: 200px !important;
  }
  .u-mr-900-hand,
  .u-mx-900-hand {
    margin-right: 200px !important;
  }
  .u-mb-900-hand,
  .u-my-900-hand {
    margin-bottom: 200px !important;
  }
  .u-ml-900-hand,
  .u-mx-900-hand {
    margin-left: 200px !important;
  }
  .u-mt-pull-900-hand,
  .u-my-pull-900-hand {
    margin-top: -200px !important;
  }
  .u-mr-pull-900-hand,
  .u-mx-pull-900-hand {
    margin-right: -200px !important;
  }
  .u-mb-pull-900-hand,
  .u-my-pull-900-hand {
    margin-bottom: -200px !important;
  }
  .u-ml-pull-900-hand,
  .u-mx-pull-900-hand {
    margin-left: -200px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-1000-hand {
    margin: 240px !important;
  }
  .u-mt-1000-hand,
  .u-my-1000-hand {
    margin-top: 240px !important;
  }
  .u-mr-1000-hand,
  .u-mx-1000-hand {
    margin-right: 240px !important;
  }
  .u-mb-1000-hand,
  .u-my-1000-hand {
    margin-bottom: 240px !important;
  }
  .u-ml-1000-hand,
  .u-mx-1000-hand {
    margin-left: 240px !important;
  }
  .u-mt-pull-1000-hand,
  .u-my-pull-1000-hand {
    margin-top: -240px !important;
  }
  .u-mr-pull-1000-hand,
  .u-mx-pull-1000-hand {
    margin-right: -240px !important;
  }
  .u-mb-pull-1000-hand,
  .u-my-pull-1000-hand {
    margin-bottom: -240px !important;
  }
  .u-ml-pull-1000-hand,
  .u-mx-pull-1000-hand {
    margin-left: -240px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-0-hand {
    padding: 0 !important;
  }
  .u-pt-0-hand,
  .u-py-0-hand {
    padding-top: 0 !important;
  }
  .u-pr-0-hand,
  .u-px-0-hand {
    padding-right: 0 !important;
  }
  .u-pb-0-hand,
  .u-py-0-hand {
    padding-bottom: 0 !important;
  }
  .u-pl-0-hand,
  .u-px-0-hand {
    padding-left: 0 !important;
  }
  .u-mt-pull-0-hand,
  .u-my-pull-0-hand {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-hand,
  .u-my-pull-0-hand {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-left: -0 !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-70-hand {
    padding: 4px !important;
  }
  .u-pt-70-hand,
  .u-py-70-hand {
    padding-top: 4px !important;
  }
  .u-pr-70-hand,
  .u-px-70-hand {
    padding-right: 4px !important;
  }
  .u-pb-70-hand,
  .u-py-70-hand {
    padding-bottom: 4px !important;
  }
  .u-pl-70-hand,
  .u-px-70-hand {
    padding-left: 4px !important;
  }
  .u-mt-pull-70-hand,
  .u-my-pull-70-hand {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-hand,
  .u-my-pull-70-hand {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-left: -4px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-80-hand {
    padding: 8px !important;
  }
  .u-pt-80-hand,
  .u-py-80-hand {
    padding-top: 8px !important;
  }
  .u-pr-80-hand,
  .u-px-80-hand {
    padding-right: 8px !important;
  }
  .u-pb-80-hand,
  .u-py-80-hand {
    padding-bottom: 8px !important;
  }
  .u-pl-80-hand,
  .u-px-80-hand {
    padding-left: 8px !important;
  }
  .u-mt-pull-80-hand,
  .u-my-pull-80-hand {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-hand,
  .u-my-pull-80-hand {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-left: -8px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-90-hand {
    padding: 16px !important;
  }
  .u-pt-90-hand,
  .u-py-90-hand {
    padding-top: 16px !important;
  }
  .u-pr-90-hand,
  .u-px-90-hand {
    padding-right: 16px !important;
  }
  .u-pb-90-hand,
  .u-py-90-hand {
    padding-bottom: 16px !important;
  }
  .u-pl-90-hand,
  .u-px-90-hand {
    padding-left: 16px !important;
  }
  .u-mt-pull-90-hand,
  .u-my-pull-90-hand {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-hand,
  .u-my-pull-90-hand {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-left: -16px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-100-hand {
    padding: 24px !important;
  }
  .u-pt-100-hand,
  .u-py-100-hand {
    padding-top: 24px !important;
  }
  .u-pr-100-hand,
  .u-px-100-hand {
    padding-right: 24px !important;
  }
  .u-pb-100-hand,
  .u-py-100-hand {
    padding-bottom: 24px !important;
  }
  .u-pl-100-hand,
  .u-px-100-hand {
    padding-left: 24px !important;
  }
  .u-mt-pull-100-hand,
  .u-my-pull-100-hand {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-hand,
  .u-my-pull-100-hand {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-left: -24px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-200-hand {
    padding: 40px !important;
  }
  .u-pt-200-hand,
  .u-py-200-hand {
    padding-top: 40px !important;
  }
  .u-pr-200-hand,
  .u-px-200-hand {
    padding-right: 40px !important;
  }
  .u-pb-200-hand,
  .u-py-200-hand {
    padding-bottom: 40px !important;
  }
  .u-pl-200-hand,
  .u-px-200-hand {
    padding-left: 40px !important;
  }
  .u-mt-pull-200-hand,
  .u-my-pull-200-hand {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-hand,
  .u-my-pull-200-hand {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-left: -40px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-300-hand {
    padding: 64px !important;
  }
  .u-pt-300-hand,
  .u-py-300-hand {
    padding-top: 64px !important;
  }
  .u-pr-300-hand,
  .u-px-300-hand {
    padding-right: 64px !important;
  }
  .u-pb-300-hand,
  .u-py-300-hand {
    padding-bottom: 64px !important;
  }
  .u-pl-300-hand,
  .u-px-300-hand {
    padding-left: 64px !important;
  }
  .u-mt-pull-300-hand,
  .u-my-pull-300-hand {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-hand,
  .u-my-pull-300-hand {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-left: -64px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-400-hand {
    padding: 80px !important;
  }
  .u-pt-400-hand,
  .u-py-400-hand {
    padding-top: 80px !important;
  }
  .u-pr-400-hand,
  .u-px-400-hand {
    padding-right: 80px !important;
  }
  .u-pb-400-hand,
  .u-py-400-hand {
    padding-bottom: 80px !important;
  }
  .u-pl-400-hand,
  .u-px-400-hand {
    padding-left: 80px !important;
  }
  .u-mt-pull-400-hand,
  .u-my-pull-400-hand {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-hand,
  .u-my-pull-400-hand {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-left: -80px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-500-hand {
    padding: 96px !important;
  }
  .u-pt-500-hand,
  .u-py-500-hand {
    padding-top: 96px !important;
  }
  .u-pr-500-hand,
  .u-px-500-hand {
    padding-right: 96px !important;
  }
  .u-pb-500-hand,
  .u-py-500-hand {
    padding-bottom: 96px !important;
  }
  .u-pl-500-hand,
  .u-px-500-hand {
    padding-left: 96px !important;
  }
  .u-mt-pull-500-hand,
  .u-my-pull-500-hand {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-hand,
  .u-my-pull-500-hand {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-left: -96px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-600-hand {
    padding: 120px !important;
  }
  .u-pt-600-hand,
  .u-py-600-hand {
    padding-top: 120px !important;
  }
  .u-pr-600-hand,
  .u-px-600-hand {
    padding-right: 120px !important;
  }
  .u-pb-600-hand,
  .u-py-600-hand {
    padding-bottom: 120px !important;
  }
  .u-pl-600-hand,
  .u-px-600-hand {
    padding-left: 120px !important;
  }
  .u-mt-pull-600-hand,
  .u-my-pull-600-hand {
    margin-top: -120px !important;
  }
  .u-mr-pull-600-hand,
  .u-mx-pull-600-hand {
    margin-right: -120px !important;
  }
  .u-mb-pull-600-hand,
  .u-my-pull-600-hand {
    margin-bottom: -120px !important;
  }
  .u-ml-pull-600-hand,
  .u-mx-pull-600-hand {
    margin-left: -120px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-700-hand {
    padding: 144px !important;
  }
  .u-pt-700-hand,
  .u-py-700-hand {
    padding-top: 144px !important;
  }
  .u-pr-700-hand,
  .u-px-700-hand {
    padding-right: 144px !important;
  }
  .u-pb-700-hand,
  .u-py-700-hand {
    padding-bottom: 144px !important;
  }
  .u-pl-700-hand,
  .u-px-700-hand {
    padding-left: 144px !important;
  }
  .u-mt-pull-700-hand,
  .u-my-pull-700-hand {
    margin-top: -144px !important;
  }
  .u-mr-pull-700-hand,
  .u-mx-pull-700-hand {
    margin-right: -144px !important;
  }
  .u-mb-pull-700-hand,
  .u-my-pull-700-hand {
    margin-bottom: -144px !important;
  }
  .u-ml-pull-700-hand,
  .u-mx-pull-700-hand {
    margin-left: -144px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-800-hand {
    padding: 160px !important;
  }
  .u-pt-800-hand,
  .u-py-800-hand {
    padding-top: 160px !important;
  }
  .u-pr-800-hand,
  .u-px-800-hand {
    padding-right: 160px !important;
  }
  .u-pb-800-hand,
  .u-py-800-hand {
    padding-bottom: 160px !important;
  }
  .u-pl-800-hand,
  .u-px-800-hand {
    padding-left: 160px !important;
  }
  .u-mt-pull-800-hand,
  .u-my-pull-800-hand {
    margin-top: -160px !important;
  }
  .u-mr-pull-800-hand,
  .u-mx-pull-800-hand {
    margin-right: -160px !important;
  }
  .u-mb-pull-800-hand,
  .u-my-pull-800-hand {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-800-hand,
  .u-mx-pull-800-hand {
    margin-left: -160px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-900-hand {
    padding: 200px !important;
  }
  .u-pt-900-hand,
  .u-py-900-hand {
    padding-top: 200px !important;
  }
  .u-pr-900-hand,
  .u-px-900-hand {
    padding-right: 200px !important;
  }
  .u-pb-900-hand,
  .u-py-900-hand {
    padding-bottom: 200px !important;
  }
  .u-pl-900-hand,
  .u-px-900-hand {
    padding-left: 200px !important;
  }
  .u-mt-pull-900-hand,
  .u-my-pull-900-hand {
    margin-top: -200px !important;
  }
  .u-mr-pull-900-hand,
  .u-mx-pull-900-hand {
    margin-right: -200px !important;
  }
  .u-mb-pull-900-hand,
  .u-my-pull-900-hand {
    margin-bottom: -200px !important;
  }
  .u-ml-pull-900-hand,
  .u-mx-pull-900-hand {
    margin-left: -200px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-1000-hand {
    padding: 240px !important;
  }
  .u-pt-1000-hand,
  .u-py-1000-hand {
    padding-top: 240px !important;
  }
  .u-pr-1000-hand,
  .u-px-1000-hand {
    padding-right: 240px !important;
  }
  .u-pb-1000-hand,
  .u-py-1000-hand {
    padding-bottom: 240px !important;
  }
  .u-pl-1000-hand,
  .u-px-1000-hand {
    padding-left: 240px !important;
  }
  .u-mt-pull-1000-hand,
  .u-my-pull-1000-hand {
    margin-top: -240px !important;
  }
  .u-mr-pull-1000-hand,
  .u-mx-pull-1000-hand {
    margin-right: -240px !important;
  }
  .u-mb-pull-1000-hand,
  .u-my-pull-1000-hand {
    margin-bottom: -240px !important;
  }
  .u-ml-pull-1000-hand,
  .u-mx-pull-1000-hand {
    margin-left: -240px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
}

@media (min-width: 681px) {
  .u-m-0-lap {
    margin: 0 !important;
  }
  .u-mt-0-lap,
  .u-my-0-lap {
    margin-top: 0 !important;
  }
  .u-mr-0-lap,
  .u-mx-0-lap {
    margin-right: 0 !important;
  }
  .u-mb-0-lap,
  .u-my-0-lap {
    margin-bottom: 0 !important;
  }
  .u-ml-0-lap,
  .u-mx-0-lap {
    margin-left: 0 !important;
  }
  .u-mt-pull-0-lap,
  .u-my-pull-0-lap {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-lap,
  .u-my-pull-0-lap {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-left: -0 !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-70-lap {
    margin: 4px !important;
  }
  .u-mt-70-lap,
  .u-my-70-lap {
    margin-top: 4px !important;
  }
  .u-mr-70-lap,
  .u-mx-70-lap {
    margin-right: 4px !important;
  }
  .u-mb-70-lap,
  .u-my-70-lap {
    margin-bottom: 4px !important;
  }
  .u-ml-70-lap,
  .u-mx-70-lap {
    margin-left: 4px !important;
  }
  .u-mt-pull-70-lap,
  .u-my-pull-70-lap {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-lap,
  .u-my-pull-70-lap {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-left: -4px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-80-lap {
    margin: 8px !important;
  }
  .u-mt-80-lap,
  .u-my-80-lap {
    margin-top: 8px !important;
  }
  .u-mr-80-lap,
  .u-mx-80-lap {
    margin-right: 8px !important;
  }
  .u-mb-80-lap,
  .u-my-80-lap {
    margin-bottom: 8px !important;
  }
  .u-ml-80-lap,
  .u-mx-80-lap {
    margin-left: 8px !important;
  }
  .u-mt-pull-80-lap,
  .u-my-pull-80-lap {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-lap,
  .u-my-pull-80-lap {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-left: -8px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-90-lap {
    margin: 16px !important;
  }
  .u-mt-90-lap,
  .u-my-90-lap {
    margin-top: 16px !important;
  }
  .u-mr-90-lap,
  .u-mx-90-lap {
    margin-right: 16px !important;
  }
  .u-mb-90-lap,
  .u-my-90-lap {
    margin-bottom: 16px !important;
  }
  .u-ml-90-lap,
  .u-mx-90-lap {
    margin-left: 16px !important;
  }
  .u-mt-pull-90-lap,
  .u-my-pull-90-lap {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-lap,
  .u-my-pull-90-lap {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-left: -16px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-100-lap {
    margin: 24px !important;
  }
  .u-mt-100-lap,
  .u-my-100-lap {
    margin-top: 24px !important;
  }
  .u-mr-100-lap,
  .u-mx-100-lap {
    margin-right: 24px !important;
  }
  .u-mb-100-lap,
  .u-my-100-lap {
    margin-bottom: 24px !important;
  }
  .u-ml-100-lap,
  .u-mx-100-lap {
    margin-left: 24px !important;
  }
  .u-mt-pull-100-lap,
  .u-my-pull-100-lap {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-lap,
  .u-my-pull-100-lap {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-left: -24px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-200-lap {
    margin: 40px !important;
  }
  .u-mt-200-lap,
  .u-my-200-lap {
    margin-top: 40px !important;
  }
  .u-mr-200-lap,
  .u-mx-200-lap {
    margin-right: 40px !important;
  }
  .u-mb-200-lap,
  .u-my-200-lap {
    margin-bottom: 40px !important;
  }
  .u-ml-200-lap,
  .u-mx-200-lap {
    margin-left: 40px !important;
  }
  .u-mt-pull-200-lap,
  .u-my-pull-200-lap {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-lap,
  .u-my-pull-200-lap {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-left: -40px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-300-lap {
    margin: 64px !important;
  }
  .u-mt-300-lap,
  .u-my-300-lap {
    margin-top: 64px !important;
  }
  .u-mr-300-lap,
  .u-mx-300-lap {
    margin-right: 64px !important;
  }
  .u-mb-300-lap,
  .u-my-300-lap {
    margin-bottom: 64px !important;
  }
  .u-ml-300-lap,
  .u-mx-300-lap {
    margin-left: 64px !important;
  }
  .u-mt-pull-300-lap,
  .u-my-pull-300-lap {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-lap,
  .u-my-pull-300-lap {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-left: -64px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-400-lap {
    margin: 80px !important;
  }
  .u-mt-400-lap,
  .u-my-400-lap {
    margin-top: 80px !important;
  }
  .u-mr-400-lap,
  .u-mx-400-lap {
    margin-right: 80px !important;
  }
  .u-mb-400-lap,
  .u-my-400-lap {
    margin-bottom: 80px !important;
  }
  .u-ml-400-lap,
  .u-mx-400-lap {
    margin-left: 80px !important;
  }
  .u-mt-pull-400-lap,
  .u-my-pull-400-lap {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-lap,
  .u-my-pull-400-lap {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-left: -80px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-500-lap {
    margin: 96px !important;
  }
  .u-mt-500-lap,
  .u-my-500-lap {
    margin-top: 96px !important;
  }
  .u-mr-500-lap,
  .u-mx-500-lap {
    margin-right: 96px !important;
  }
  .u-mb-500-lap,
  .u-my-500-lap {
    margin-bottom: 96px !important;
  }
  .u-ml-500-lap,
  .u-mx-500-lap {
    margin-left: 96px !important;
  }
  .u-mt-pull-500-lap,
  .u-my-pull-500-lap {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-lap,
  .u-my-pull-500-lap {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-left: -96px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-600-lap {
    margin: 120px !important;
  }
  .u-mt-600-lap,
  .u-my-600-lap {
    margin-top: 120px !important;
  }
  .u-mr-600-lap,
  .u-mx-600-lap {
    margin-right: 120px !important;
  }
  .u-mb-600-lap,
  .u-my-600-lap {
    margin-bottom: 120px !important;
  }
  .u-ml-600-lap,
  .u-mx-600-lap {
    margin-left: 120px !important;
  }
  .u-mt-pull-600-lap,
  .u-my-pull-600-lap {
    margin-top: -120px !important;
  }
  .u-mr-pull-600-lap,
  .u-mx-pull-600-lap {
    margin-right: -120px !important;
  }
  .u-mb-pull-600-lap,
  .u-my-pull-600-lap {
    margin-bottom: -120px !important;
  }
  .u-ml-pull-600-lap,
  .u-mx-pull-600-lap {
    margin-left: -120px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-700-lap {
    margin: 144px !important;
  }
  .u-mt-700-lap,
  .u-my-700-lap {
    margin-top: 144px !important;
  }
  .u-mr-700-lap,
  .u-mx-700-lap {
    margin-right: 144px !important;
  }
  .u-mb-700-lap,
  .u-my-700-lap {
    margin-bottom: 144px !important;
  }
  .u-ml-700-lap,
  .u-mx-700-lap {
    margin-left: 144px !important;
  }
  .u-mt-pull-700-lap,
  .u-my-pull-700-lap {
    margin-top: -144px !important;
  }
  .u-mr-pull-700-lap,
  .u-mx-pull-700-lap {
    margin-right: -144px !important;
  }
  .u-mb-pull-700-lap,
  .u-my-pull-700-lap {
    margin-bottom: -144px !important;
  }
  .u-ml-pull-700-lap,
  .u-mx-pull-700-lap {
    margin-left: -144px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-800-lap {
    margin: 160px !important;
  }
  .u-mt-800-lap,
  .u-my-800-lap {
    margin-top: 160px !important;
  }
  .u-mr-800-lap,
  .u-mx-800-lap {
    margin-right: 160px !important;
  }
  .u-mb-800-lap,
  .u-my-800-lap {
    margin-bottom: 160px !important;
  }
  .u-ml-800-lap,
  .u-mx-800-lap {
    margin-left: 160px !important;
  }
  .u-mt-pull-800-lap,
  .u-my-pull-800-lap {
    margin-top: -160px !important;
  }
  .u-mr-pull-800-lap,
  .u-mx-pull-800-lap {
    margin-right: -160px !important;
  }
  .u-mb-pull-800-lap,
  .u-my-pull-800-lap {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-800-lap,
  .u-mx-pull-800-lap {
    margin-left: -160px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-900-lap {
    margin: 200px !important;
  }
  .u-mt-900-lap,
  .u-my-900-lap {
    margin-top: 200px !important;
  }
  .u-mr-900-lap,
  .u-mx-900-lap {
    margin-right: 200px !important;
  }
  .u-mb-900-lap,
  .u-my-900-lap {
    margin-bottom: 200px !important;
  }
  .u-ml-900-lap,
  .u-mx-900-lap {
    margin-left: 200px !important;
  }
  .u-mt-pull-900-lap,
  .u-my-pull-900-lap {
    margin-top: -200px !important;
  }
  .u-mr-pull-900-lap,
  .u-mx-pull-900-lap {
    margin-right: -200px !important;
  }
  .u-mb-pull-900-lap,
  .u-my-pull-900-lap {
    margin-bottom: -200px !important;
  }
  .u-ml-pull-900-lap,
  .u-mx-pull-900-lap {
    margin-left: -200px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-1000-lap {
    margin: 240px !important;
  }
  .u-mt-1000-lap,
  .u-my-1000-lap {
    margin-top: 240px !important;
  }
  .u-mr-1000-lap,
  .u-mx-1000-lap {
    margin-right: 240px !important;
  }
  .u-mb-1000-lap,
  .u-my-1000-lap {
    margin-bottom: 240px !important;
  }
  .u-ml-1000-lap,
  .u-mx-1000-lap {
    margin-left: 240px !important;
  }
  .u-mt-pull-1000-lap,
  .u-my-pull-1000-lap {
    margin-top: -240px !important;
  }
  .u-mr-pull-1000-lap,
  .u-mx-pull-1000-lap {
    margin-right: -240px !important;
  }
  .u-mb-pull-1000-lap,
  .u-my-pull-1000-lap {
    margin-bottom: -240px !important;
  }
  .u-ml-pull-1000-lap,
  .u-mx-pull-1000-lap {
    margin-left: -240px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-0-lap {
    padding: 0 !important;
  }
  .u-pt-0-lap,
  .u-py-0-lap {
    padding-top: 0 !important;
  }
  .u-pr-0-lap,
  .u-px-0-lap {
    padding-right: 0 !important;
  }
  .u-pb-0-lap,
  .u-py-0-lap {
    padding-bottom: 0 !important;
  }
  .u-pl-0-lap,
  .u-px-0-lap {
    padding-left: 0 !important;
  }
  .u-mt-pull-0-lap,
  .u-my-pull-0-lap {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-lap,
  .u-my-pull-0-lap {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-left: -0 !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-70-lap {
    padding: 4px !important;
  }
  .u-pt-70-lap,
  .u-py-70-lap {
    padding-top: 4px !important;
  }
  .u-pr-70-lap,
  .u-px-70-lap {
    padding-right: 4px !important;
  }
  .u-pb-70-lap,
  .u-py-70-lap {
    padding-bottom: 4px !important;
  }
  .u-pl-70-lap,
  .u-px-70-lap {
    padding-left: 4px !important;
  }
  .u-mt-pull-70-lap,
  .u-my-pull-70-lap {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-lap,
  .u-my-pull-70-lap {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-left: -4px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-80-lap {
    padding: 8px !important;
  }
  .u-pt-80-lap,
  .u-py-80-lap {
    padding-top: 8px !important;
  }
  .u-pr-80-lap,
  .u-px-80-lap {
    padding-right: 8px !important;
  }
  .u-pb-80-lap,
  .u-py-80-lap {
    padding-bottom: 8px !important;
  }
  .u-pl-80-lap,
  .u-px-80-lap {
    padding-left: 8px !important;
  }
  .u-mt-pull-80-lap,
  .u-my-pull-80-lap {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-lap,
  .u-my-pull-80-lap {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-left: -8px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-90-lap {
    padding: 16px !important;
  }
  .u-pt-90-lap,
  .u-py-90-lap {
    padding-top: 16px !important;
  }
  .u-pr-90-lap,
  .u-px-90-lap {
    padding-right: 16px !important;
  }
  .u-pb-90-lap,
  .u-py-90-lap {
    padding-bottom: 16px !important;
  }
  .u-pl-90-lap,
  .u-px-90-lap {
    padding-left: 16px !important;
  }
  .u-mt-pull-90-lap,
  .u-my-pull-90-lap {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-lap,
  .u-my-pull-90-lap {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-left: -16px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-100-lap {
    padding: 24px !important;
  }
  .u-pt-100-lap,
  .u-py-100-lap {
    padding-top: 24px !important;
  }
  .u-pr-100-lap,
  .u-px-100-lap {
    padding-right: 24px !important;
  }
  .u-pb-100-lap,
  .u-py-100-lap {
    padding-bottom: 24px !important;
  }
  .u-pl-100-lap,
  .u-px-100-lap {
    padding-left: 24px !important;
  }
  .u-mt-pull-100-lap,
  .u-my-pull-100-lap {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-lap,
  .u-my-pull-100-lap {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-left: -24px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-200-lap {
    padding: 40px !important;
  }
  .u-pt-200-lap,
  .u-py-200-lap {
    padding-top: 40px !important;
  }
  .u-pr-200-lap,
  .u-px-200-lap {
    padding-right: 40px !important;
  }
  .u-pb-200-lap,
  .u-py-200-lap {
    padding-bottom: 40px !important;
  }
  .u-pl-200-lap,
  .u-px-200-lap {
    padding-left: 40px !important;
  }
  .u-mt-pull-200-lap,
  .u-my-pull-200-lap {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-lap,
  .u-my-pull-200-lap {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-left: -40px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-300-lap {
    padding: 64px !important;
  }
  .u-pt-300-lap,
  .u-py-300-lap {
    padding-top: 64px !important;
  }
  .u-pr-300-lap,
  .u-px-300-lap {
    padding-right: 64px !important;
  }
  .u-pb-300-lap,
  .u-py-300-lap {
    padding-bottom: 64px !important;
  }
  .u-pl-300-lap,
  .u-px-300-lap {
    padding-left: 64px !important;
  }
  .u-mt-pull-300-lap,
  .u-my-pull-300-lap {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-lap,
  .u-my-pull-300-lap {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-left: -64px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-400-lap {
    padding: 80px !important;
  }
  .u-pt-400-lap,
  .u-py-400-lap {
    padding-top: 80px !important;
  }
  .u-pr-400-lap,
  .u-px-400-lap {
    padding-right: 80px !important;
  }
  .u-pb-400-lap,
  .u-py-400-lap {
    padding-bottom: 80px !important;
  }
  .u-pl-400-lap,
  .u-px-400-lap {
    padding-left: 80px !important;
  }
  .u-mt-pull-400-lap,
  .u-my-pull-400-lap {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-lap,
  .u-my-pull-400-lap {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-left: -80px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-500-lap {
    padding: 96px !important;
  }
  .u-pt-500-lap,
  .u-py-500-lap {
    padding-top: 96px !important;
  }
  .u-pr-500-lap,
  .u-px-500-lap {
    padding-right: 96px !important;
  }
  .u-pb-500-lap,
  .u-py-500-lap {
    padding-bottom: 96px !important;
  }
  .u-pl-500-lap,
  .u-px-500-lap {
    padding-left: 96px !important;
  }
  .u-mt-pull-500-lap,
  .u-my-pull-500-lap {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-lap,
  .u-my-pull-500-lap {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-left: -96px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-600-lap {
    padding: 120px !important;
  }
  .u-pt-600-lap,
  .u-py-600-lap {
    padding-top: 120px !important;
  }
  .u-pr-600-lap,
  .u-px-600-lap {
    padding-right: 120px !important;
  }
  .u-pb-600-lap,
  .u-py-600-lap {
    padding-bottom: 120px !important;
  }
  .u-pl-600-lap,
  .u-px-600-lap {
    padding-left: 120px !important;
  }
  .u-mt-pull-600-lap,
  .u-my-pull-600-lap {
    margin-top: -120px !important;
  }
  .u-mr-pull-600-lap,
  .u-mx-pull-600-lap {
    margin-right: -120px !important;
  }
  .u-mb-pull-600-lap,
  .u-my-pull-600-lap {
    margin-bottom: -120px !important;
  }
  .u-ml-pull-600-lap,
  .u-mx-pull-600-lap {
    margin-left: -120px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-700-lap {
    padding: 144px !important;
  }
  .u-pt-700-lap,
  .u-py-700-lap {
    padding-top: 144px !important;
  }
  .u-pr-700-lap,
  .u-px-700-lap {
    padding-right: 144px !important;
  }
  .u-pb-700-lap,
  .u-py-700-lap {
    padding-bottom: 144px !important;
  }
  .u-pl-700-lap,
  .u-px-700-lap {
    padding-left: 144px !important;
  }
  .u-mt-pull-700-lap,
  .u-my-pull-700-lap {
    margin-top: -144px !important;
  }
  .u-mr-pull-700-lap,
  .u-mx-pull-700-lap {
    margin-right: -144px !important;
  }
  .u-mb-pull-700-lap,
  .u-my-pull-700-lap {
    margin-bottom: -144px !important;
  }
  .u-ml-pull-700-lap,
  .u-mx-pull-700-lap {
    margin-left: -144px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-800-lap {
    padding: 160px !important;
  }
  .u-pt-800-lap,
  .u-py-800-lap {
    padding-top: 160px !important;
  }
  .u-pr-800-lap,
  .u-px-800-lap {
    padding-right: 160px !important;
  }
  .u-pb-800-lap,
  .u-py-800-lap {
    padding-bottom: 160px !important;
  }
  .u-pl-800-lap,
  .u-px-800-lap {
    padding-left: 160px !important;
  }
  .u-mt-pull-800-lap,
  .u-my-pull-800-lap {
    margin-top: -160px !important;
  }
  .u-mr-pull-800-lap,
  .u-mx-pull-800-lap {
    margin-right: -160px !important;
  }
  .u-mb-pull-800-lap,
  .u-my-pull-800-lap {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-800-lap,
  .u-mx-pull-800-lap {
    margin-left: -160px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-900-lap {
    padding: 200px !important;
  }
  .u-pt-900-lap,
  .u-py-900-lap {
    padding-top: 200px !important;
  }
  .u-pr-900-lap,
  .u-px-900-lap {
    padding-right: 200px !important;
  }
  .u-pb-900-lap,
  .u-py-900-lap {
    padding-bottom: 200px !important;
  }
  .u-pl-900-lap,
  .u-px-900-lap {
    padding-left: 200px !important;
  }
  .u-mt-pull-900-lap,
  .u-my-pull-900-lap {
    margin-top: -200px !important;
  }
  .u-mr-pull-900-lap,
  .u-mx-pull-900-lap {
    margin-right: -200px !important;
  }
  .u-mb-pull-900-lap,
  .u-my-pull-900-lap {
    margin-bottom: -200px !important;
  }
  .u-ml-pull-900-lap,
  .u-mx-pull-900-lap {
    margin-left: -200px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-1000-lap {
    padding: 240px !important;
  }
  .u-pt-1000-lap,
  .u-py-1000-lap {
    padding-top: 240px !important;
  }
  .u-pr-1000-lap,
  .u-px-1000-lap {
    padding-right: 240px !important;
  }
  .u-pb-1000-lap,
  .u-py-1000-lap {
    padding-bottom: 240px !important;
  }
  .u-pl-1000-lap,
  .u-px-1000-lap {
    padding-left: 240px !important;
  }
  .u-mt-pull-1000-lap,
  .u-my-pull-1000-lap {
    margin-top: -240px !important;
  }
  .u-mr-pull-1000-lap,
  .u-mx-pull-1000-lap {
    margin-right: -240px !important;
  }
  .u-mb-pull-1000-lap,
  .u-my-pull-1000-lap {
    margin-bottom: -240px !important;
  }
  .u-ml-pull-1000-lap,
  .u-mx-pull-1000-lap {
    margin-left: -240px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
}

@media (min-width: 1041px) {
  .u-m-0-desk {
    margin: 0 !important;
  }
  .u-mt-0-desk,
  .u-my-0-desk {
    margin-top: 0 !important;
  }
  .u-mr-0-desk,
  .u-mx-0-desk {
    margin-right: 0 !important;
  }
  .u-mb-0-desk,
  .u-my-0-desk {
    margin-bottom: 0 !important;
  }
  .u-ml-0-desk,
  .u-mx-0-desk {
    margin-left: 0 !important;
  }
  .u-mt-pull-0-desk,
  .u-my-pull-0-desk {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-desk,
  .u-my-pull-0-desk {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-left: -0 !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-70-desk {
    margin: 4px !important;
  }
  .u-mt-70-desk,
  .u-my-70-desk {
    margin-top: 4px !important;
  }
  .u-mr-70-desk,
  .u-mx-70-desk {
    margin-right: 4px !important;
  }
  .u-mb-70-desk,
  .u-my-70-desk {
    margin-bottom: 4px !important;
  }
  .u-ml-70-desk,
  .u-mx-70-desk {
    margin-left: 4px !important;
  }
  .u-mt-pull-70-desk,
  .u-my-pull-70-desk {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-desk,
  .u-my-pull-70-desk {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-left: -4px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-80-desk {
    margin: 8px !important;
  }
  .u-mt-80-desk,
  .u-my-80-desk {
    margin-top: 8px !important;
  }
  .u-mr-80-desk,
  .u-mx-80-desk {
    margin-right: 8px !important;
  }
  .u-mb-80-desk,
  .u-my-80-desk {
    margin-bottom: 8px !important;
  }
  .u-ml-80-desk,
  .u-mx-80-desk {
    margin-left: 8px !important;
  }
  .u-mt-pull-80-desk,
  .u-my-pull-80-desk {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-desk,
  .u-my-pull-80-desk {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-left: -8px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-90-desk {
    margin: 16px !important;
  }
  .u-mt-90-desk,
  .u-my-90-desk {
    margin-top: 16px !important;
  }
  .u-mr-90-desk,
  .u-mx-90-desk {
    margin-right: 16px !important;
  }
  .u-mb-90-desk,
  .u-my-90-desk {
    margin-bottom: 16px !important;
  }
  .u-ml-90-desk,
  .u-mx-90-desk {
    margin-left: 16px !important;
  }
  .u-mt-pull-90-desk,
  .u-my-pull-90-desk {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-desk,
  .u-my-pull-90-desk {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-left: -16px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-100-desk {
    margin: 24px !important;
  }
  .u-mt-100-desk,
  .u-my-100-desk {
    margin-top: 24px !important;
  }
  .u-mr-100-desk,
  .u-mx-100-desk {
    margin-right: 24px !important;
  }
  .u-mb-100-desk,
  .u-my-100-desk {
    margin-bottom: 24px !important;
  }
  .u-ml-100-desk,
  .u-mx-100-desk {
    margin-left: 24px !important;
  }
  .u-mt-pull-100-desk,
  .u-my-pull-100-desk {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-desk,
  .u-my-pull-100-desk {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-left: -24px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-200-desk {
    margin: 40px !important;
  }
  .u-mt-200-desk,
  .u-my-200-desk {
    margin-top: 40px !important;
  }
  .u-mr-200-desk,
  .u-mx-200-desk {
    margin-right: 40px !important;
  }
  .u-mb-200-desk,
  .u-my-200-desk {
    margin-bottom: 40px !important;
  }
  .u-ml-200-desk,
  .u-mx-200-desk {
    margin-left: 40px !important;
  }
  .u-mt-pull-200-desk,
  .u-my-pull-200-desk {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-desk,
  .u-my-pull-200-desk {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-left: -40px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-300-desk {
    margin: 64px !important;
  }
  .u-mt-300-desk,
  .u-my-300-desk {
    margin-top: 64px !important;
  }
  .u-mr-300-desk,
  .u-mx-300-desk {
    margin-right: 64px !important;
  }
  .u-mb-300-desk,
  .u-my-300-desk {
    margin-bottom: 64px !important;
  }
  .u-ml-300-desk,
  .u-mx-300-desk {
    margin-left: 64px !important;
  }
  .u-mt-pull-300-desk,
  .u-my-pull-300-desk {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-desk,
  .u-my-pull-300-desk {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-left: -64px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-400-desk {
    margin: 80px !important;
  }
  .u-mt-400-desk,
  .u-my-400-desk {
    margin-top: 80px !important;
  }
  .u-mr-400-desk,
  .u-mx-400-desk {
    margin-right: 80px !important;
  }
  .u-mb-400-desk,
  .u-my-400-desk {
    margin-bottom: 80px !important;
  }
  .u-ml-400-desk,
  .u-mx-400-desk {
    margin-left: 80px !important;
  }
  .u-mt-pull-400-desk,
  .u-my-pull-400-desk {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-desk,
  .u-my-pull-400-desk {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-left: -80px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-500-desk {
    margin: 96px !important;
  }
  .u-mt-500-desk,
  .u-my-500-desk {
    margin-top: 96px !important;
  }
  .u-mr-500-desk,
  .u-mx-500-desk {
    margin-right: 96px !important;
  }
  .u-mb-500-desk,
  .u-my-500-desk {
    margin-bottom: 96px !important;
  }
  .u-ml-500-desk,
  .u-mx-500-desk {
    margin-left: 96px !important;
  }
  .u-mt-pull-500-desk,
  .u-my-pull-500-desk {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-desk,
  .u-my-pull-500-desk {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-left: -96px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-600-desk {
    margin: 120px !important;
  }
  .u-mt-600-desk,
  .u-my-600-desk {
    margin-top: 120px !important;
  }
  .u-mr-600-desk,
  .u-mx-600-desk {
    margin-right: 120px !important;
  }
  .u-mb-600-desk,
  .u-my-600-desk {
    margin-bottom: 120px !important;
  }
  .u-ml-600-desk,
  .u-mx-600-desk {
    margin-left: 120px !important;
  }
  .u-mt-pull-600-desk,
  .u-my-pull-600-desk {
    margin-top: -120px !important;
  }
  .u-mr-pull-600-desk,
  .u-mx-pull-600-desk {
    margin-right: -120px !important;
  }
  .u-mb-pull-600-desk,
  .u-my-pull-600-desk {
    margin-bottom: -120px !important;
  }
  .u-ml-pull-600-desk,
  .u-mx-pull-600-desk {
    margin-left: -120px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-700-desk {
    margin: 144px !important;
  }
  .u-mt-700-desk,
  .u-my-700-desk {
    margin-top: 144px !important;
  }
  .u-mr-700-desk,
  .u-mx-700-desk {
    margin-right: 144px !important;
  }
  .u-mb-700-desk,
  .u-my-700-desk {
    margin-bottom: 144px !important;
  }
  .u-ml-700-desk,
  .u-mx-700-desk {
    margin-left: 144px !important;
  }
  .u-mt-pull-700-desk,
  .u-my-pull-700-desk {
    margin-top: -144px !important;
  }
  .u-mr-pull-700-desk,
  .u-mx-pull-700-desk {
    margin-right: -144px !important;
  }
  .u-mb-pull-700-desk,
  .u-my-pull-700-desk {
    margin-bottom: -144px !important;
  }
  .u-ml-pull-700-desk,
  .u-mx-pull-700-desk {
    margin-left: -144px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-800-desk {
    margin: 160px !important;
  }
  .u-mt-800-desk,
  .u-my-800-desk {
    margin-top: 160px !important;
  }
  .u-mr-800-desk,
  .u-mx-800-desk {
    margin-right: 160px !important;
  }
  .u-mb-800-desk,
  .u-my-800-desk {
    margin-bottom: 160px !important;
  }
  .u-ml-800-desk,
  .u-mx-800-desk {
    margin-left: 160px !important;
  }
  .u-mt-pull-800-desk,
  .u-my-pull-800-desk {
    margin-top: -160px !important;
  }
  .u-mr-pull-800-desk,
  .u-mx-pull-800-desk {
    margin-right: -160px !important;
  }
  .u-mb-pull-800-desk,
  .u-my-pull-800-desk {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-800-desk,
  .u-mx-pull-800-desk {
    margin-left: -160px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-900-desk {
    margin: 200px !important;
  }
  .u-mt-900-desk,
  .u-my-900-desk {
    margin-top: 200px !important;
  }
  .u-mr-900-desk,
  .u-mx-900-desk {
    margin-right: 200px !important;
  }
  .u-mb-900-desk,
  .u-my-900-desk {
    margin-bottom: 200px !important;
  }
  .u-ml-900-desk,
  .u-mx-900-desk {
    margin-left: 200px !important;
  }
  .u-mt-pull-900-desk,
  .u-my-pull-900-desk {
    margin-top: -200px !important;
  }
  .u-mr-pull-900-desk,
  .u-mx-pull-900-desk {
    margin-right: -200px !important;
  }
  .u-mb-pull-900-desk,
  .u-my-pull-900-desk {
    margin-bottom: -200px !important;
  }
  .u-ml-pull-900-desk,
  .u-mx-pull-900-desk {
    margin-left: -200px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-1000-desk {
    margin: 240px !important;
  }
  .u-mt-1000-desk,
  .u-my-1000-desk {
    margin-top: 240px !important;
  }
  .u-mr-1000-desk,
  .u-mx-1000-desk {
    margin-right: 240px !important;
  }
  .u-mb-1000-desk,
  .u-my-1000-desk {
    margin-bottom: 240px !important;
  }
  .u-ml-1000-desk,
  .u-mx-1000-desk {
    margin-left: 240px !important;
  }
  .u-mt-pull-1000-desk,
  .u-my-pull-1000-desk {
    margin-top: -240px !important;
  }
  .u-mr-pull-1000-desk,
  .u-mx-pull-1000-desk {
    margin-right: -240px !important;
  }
  .u-mb-pull-1000-desk,
  .u-my-pull-1000-desk {
    margin-bottom: -240px !important;
  }
  .u-ml-pull-1000-desk,
  .u-mx-pull-1000-desk {
    margin-left: -240px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-0-desk {
    padding: 0 !important;
  }
  .u-pt-0-desk,
  .u-py-0-desk {
    padding-top: 0 !important;
  }
  .u-pr-0-desk,
  .u-px-0-desk {
    padding-right: 0 !important;
  }
  .u-pb-0-desk,
  .u-py-0-desk {
    padding-bottom: 0 !important;
  }
  .u-pl-0-desk,
  .u-px-0-desk {
    padding-left: 0 !important;
  }
  .u-mt-pull-0-desk,
  .u-my-pull-0-desk {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-desk,
  .u-my-pull-0-desk {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-left: -0 !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-70-desk {
    padding: 4px !important;
  }
  .u-pt-70-desk,
  .u-py-70-desk {
    padding-top: 4px !important;
  }
  .u-pr-70-desk,
  .u-px-70-desk {
    padding-right: 4px !important;
  }
  .u-pb-70-desk,
  .u-py-70-desk {
    padding-bottom: 4px !important;
  }
  .u-pl-70-desk,
  .u-px-70-desk {
    padding-left: 4px !important;
  }
  .u-mt-pull-70-desk,
  .u-my-pull-70-desk {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-desk,
  .u-my-pull-70-desk {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-left: -4px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-80-desk {
    padding: 8px !important;
  }
  .u-pt-80-desk,
  .u-py-80-desk {
    padding-top: 8px !important;
  }
  .u-pr-80-desk,
  .u-px-80-desk {
    padding-right: 8px !important;
  }
  .u-pb-80-desk,
  .u-py-80-desk {
    padding-bottom: 8px !important;
  }
  .u-pl-80-desk,
  .u-px-80-desk {
    padding-left: 8px !important;
  }
  .u-mt-pull-80-desk,
  .u-my-pull-80-desk {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-desk,
  .u-my-pull-80-desk {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-left: -8px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-90-desk {
    padding: 16px !important;
  }
  .u-pt-90-desk,
  .u-py-90-desk {
    padding-top: 16px !important;
  }
  .u-pr-90-desk,
  .u-px-90-desk {
    padding-right: 16px !important;
  }
  .u-pb-90-desk,
  .u-py-90-desk {
    padding-bottom: 16px !important;
  }
  .u-pl-90-desk,
  .u-px-90-desk {
    padding-left: 16px !important;
  }
  .u-mt-pull-90-desk,
  .u-my-pull-90-desk {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-desk,
  .u-my-pull-90-desk {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-left: -16px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-100-desk {
    padding: 24px !important;
  }
  .u-pt-100-desk,
  .u-py-100-desk {
    padding-top: 24px !important;
  }
  .u-pr-100-desk,
  .u-px-100-desk {
    padding-right: 24px !important;
  }
  .u-pb-100-desk,
  .u-py-100-desk {
    padding-bottom: 24px !important;
  }
  .u-pl-100-desk,
  .u-px-100-desk {
    padding-left: 24px !important;
  }
  .u-mt-pull-100-desk,
  .u-my-pull-100-desk {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-desk,
  .u-my-pull-100-desk {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-left: -24px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-200-desk {
    padding: 40px !important;
  }
  .u-pt-200-desk,
  .u-py-200-desk {
    padding-top: 40px !important;
  }
  .u-pr-200-desk,
  .u-px-200-desk {
    padding-right: 40px !important;
  }
  .u-pb-200-desk,
  .u-py-200-desk {
    padding-bottom: 40px !important;
  }
  .u-pl-200-desk,
  .u-px-200-desk {
    padding-left: 40px !important;
  }
  .u-mt-pull-200-desk,
  .u-my-pull-200-desk {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-desk,
  .u-my-pull-200-desk {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-left: -40px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-300-desk {
    padding: 64px !important;
  }
  .u-pt-300-desk,
  .u-py-300-desk {
    padding-top: 64px !important;
  }
  .u-pr-300-desk,
  .u-px-300-desk {
    padding-right: 64px !important;
  }
  .u-pb-300-desk,
  .u-py-300-desk {
    padding-bottom: 64px !important;
  }
  .u-pl-300-desk,
  .u-px-300-desk {
    padding-left: 64px !important;
  }
  .u-mt-pull-300-desk,
  .u-my-pull-300-desk {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-desk,
  .u-my-pull-300-desk {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-left: -64px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-400-desk {
    padding: 80px !important;
  }
  .u-pt-400-desk,
  .u-py-400-desk {
    padding-top: 80px !important;
  }
  .u-pr-400-desk,
  .u-px-400-desk {
    padding-right: 80px !important;
  }
  .u-pb-400-desk,
  .u-py-400-desk {
    padding-bottom: 80px !important;
  }
  .u-pl-400-desk,
  .u-px-400-desk {
    padding-left: 80px !important;
  }
  .u-mt-pull-400-desk,
  .u-my-pull-400-desk {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-desk,
  .u-my-pull-400-desk {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-left: -80px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-500-desk {
    padding: 96px !important;
  }
  .u-pt-500-desk,
  .u-py-500-desk {
    padding-top: 96px !important;
  }
  .u-pr-500-desk,
  .u-px-500-desk {
    padding-right: 96px !important;
  }
  .u-pb-500-desk,
  .u-py-500-desk {
    padding-bottom: 96px !important;
  }
  .u-pl-500-desk,
  .u-px-500-desk {
    padding-left: 96px !important;
  }
  .u-mt-pull-500-desk,
  .u-my-pull-500-desk {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-desk,
  .u-my-pull-500-desk {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-left: -96px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-600-desk {
    padding: 120px !important;
  }
  .u-pt-600-desk,
  .u-py-600-desk {
    padding-top: 120px !important;
  }
  .u-pr-600-desk,
  .u-px-600-desk {
    padding-right: 120px !important;
  }
  .u-pb-600-desk,
  .u-py-600-desk {
    padding-bottom: 120px !important;
  }
  .u-pl-600-desk,
  .u-px-600-desk {
    padding-left: 120px !important;
  }
  .u-mt-pull-600-desk,
  .u-my-pull-600-desk {
    margin-top: -120px !important;
  }
  .u-mr-pull-600-desk,
  .u-mx-pull-600-desk {
    margin-right: -120px !important;
  }
  .u-mb-pull-600-desk,
  .u-my-pull-600-desk {
    margin-bottom: -120px !important;
  }
  .u-ml-pull-600-desk,
  .u-mx-pull-600-desk {
    margin-left: -120px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-700-desk {
    padding: 144px !important;
  }
  .u-pt-700-desk,
  .u-py-700-desk {
    padding-top: 144px !important;
  }
  .u-pr-700-desk,
  .u-px-700-desk {
    padding-right: 144px !important;
  }
  .u-pb-700-desk,
  .u-py-700-desk {
    padding-bottom: 144px !important;
  }
  .u-pl-700-desk,
  .u-px-700-desk {
    padding-left: 144px !important;
  }
  .u-mt-pull-700-desk,
  .u-my-pull-700-desk {
    margin-top: -144px !important;
  }
  .u-mr-pull-700-desk,
  .u-mx-pull-700-desk {
    margin-right: -144px !important;
  }
  .u-mb-pull-700-desk,
  .u-my-pull-700-desk {
    margin-bottom: -144px !important;
  }
  .u-ml-pull-700-desk,
  .u-mx-pull-700-desk {
    margin-left: -144px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-800-desk {
    padding: 160px !important;
  }
  .u-pt-800-desk,
  .u-py-800-desk {
    padding-top: 160px !important;
  }
  .u-pr-800-desk,
  .u-px-800-desk {
    padding-right: 160px !important;
  }
  .u-pb-800-desk,
  .u-py-800-desk {
    padding-bottom: 160px !important;
  }
  .u-pl-800-desk,
  .u-px-800-desk {
    padding-left: 160px !important;
  }
  .u-mt-pull-800-desk,
  .u-my-pull-800-desk {
    margin-top: -160px !important;
  }
  .u-mr-pull-800-desk,
  .u-mx-pull-800-desk {
    margin-right: -160px !important;
  }
  .u-mb-pull-800-desk,
  .u-my-pull-800-desk {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-800-desk,
  .u-mx-pull-800-desk {
    margin-left: -160px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-900-desk {
    padding: 200px !important;
  }
  .u-pt-900-desk,
  .u-py-900-desk {
    padding-top: 200px !important;
  }
  .u-pr-900-desk,
  .u-px-900-desk {
    padding-right: 200px !important;
  }
  .u-pb-900-desk,
  .u-py-900-desk {
    padding-bottom: 200px !important;
  }
  .u-pl-900-desk,
  .u-px-900-desk {
    padding-left: 200px !important;
  }
  .u-mt-pull-900-desk,
  .u-my-pull-900-desk {
    margin-top: -200px !important;
  }
  .u-mr-pull-900-desk,
  .u-mx-pull-900-desk {
    margin-right: -200px !important;
  }
  .u-mb-pull-900-desk,
  .u-my-pull-900-desk {
    margin-bottom: -200px !important;
  }
  .u-ml-pull-900-desk,
  .u-mx-pull-900-desk {
    margin-left: -200px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-1000-desk {
    padding: 240px !important;
  }
  .u-pt-1000-desk,
  .u-py-1000-desk {
    padding-top: 240px !important;
  }
  .u-pr-1000-desk,
  .u-px-1000-desk {
    padding-right: 240px !important;
  }
  .u-pb-1000-desk,
  .u-py-1000-desk {
    padding-bottom: 240px !important;
  }
  .u-pl-1000-desk,
  .u-px-1000-desk {
    padding-left: 240px !important;
  }
  .u-mt-pull-1000-desk,
  .u-my-pull-1000-desk {
    margin-top: -240px !important;
  }
  .u-mr-pull-1000-desk,
  .u-mx-pull-1000-desk {
    margin-right: -240px !important;
  }
  .u-mb-pull-1000-desk,
  .u-my-pull-1000-desk {
    margin-bottom: -240px !important;
  }
  .u-ml-pull-1000-desk,
  .u-mx-pull-1000-desk {
    margin-left: -240px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
}

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

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

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

@media (min-width: 441px) {
  .u-text-align-center-hand {
    text-align: center !important;
  }
  .u-text-align-left-hand {
    text-align: left !important;
  }
  .u-text-align-right-hand {
    text-align: right !important;
  }
}

@media (min-width: 681px) {
  .u-text-align-center-lap {
    text-align: center !important;
  }
  .u-text-align-left-lap {
    text-align: left !important;
  }
  .u-text-align-right-lap {
    text-align: right !important;
  }
}

@media (min-width: 1041px) {
  .u-text-align-center-desk {
    text-align: center !important;
  }
  .u-text-align-left-desk {
    text-align: left !important;
  }
  .u-text-align-right-desk {
    text-align: right !important;
  }
}

.u-display-none {
  display: none !important;
}

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

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

.u-display-block {
  display: block !important;
}

.u-display-table {
  display: table !important;
}

.u-display-table-row {
  display: table-row !important;
}

.u-display-table-cell {
  display: table-cell !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-inline-flex {
  display: inline-flex !important;
}

.u-display-grid {
  display: grid !important;
}

@media (min-width: 441px) {
  .u-display-none-hand {
    display: none !important;
  }
  .u-display-inline-hand {
    display: inline !important;
  }
  .u-display-inline-block-hand {
    display: inline-block !important;
  }
  .u-display-block-hand {
    display: block !important;
  }
  .u-display-table-hand {
    display: table !important;
  }
  .u-display-table-row-hand {
    display: table-row !important;
  }
  .u-display-table-cell-hand {
    display: table-cell !important;
  }
  .u-display-flex-hand {
    display: flex !important;
  }
  .u-display-inline-flex-hand {
    display: inline-flex !important;
  }
  .u-display-grid-hand {
    display: grid !important;
  }
}

@media (min-width: 681px) {
  .u-display-none-lap {
    display: none !important;
  }
  .u-display-inline-lap {
    display: inline !important;
  }
  .u-display-inline-block-lap {
    display: inline-block !important;
  }
  .u-display-block-lap {
    display: block !important;
  }
  .u-display-table-lap {
    display: table !important;
  }
  .u-display-table-row-lap {
    display: table-row !important;
  }
  .u-display-table-cell-lap {
    display: table-cell !important;
  }
  .u-display-flex-lap {
    display: flex !important;
  }
  .u-display-inline-flex-lap {
    display: inline-flex !important;
  }
  .u-display-grid-lap {
    display: grid !important;
  }
}

@media (min-width: 1041px) {
  .u-display-none-desk {
    display: none !important;
  }
  .u-display-inline-desk {
    display: inline !important;
  }
  .u-display-inline-block-desk {
    display: inline-block !important;
  }
  .u-display-block-desk {
    display: block !important;
  }
  .u-display-table-desk {
    display: table !important;
  }
  .u-display-table-row-desk {
    display: table-row !important;
  }
  .u-display-table-cell-desk {
    display: table-cell !important;
  }
  .u-display-flex-desk {
    display: flex !important;
  }
  .u-display-inline-flex-desk {
    display: inline-flex !important;
  }
  .u-display-grid-desk {
    display: grid !important;
  }
}

.u-25vw {
  height: 25vw !important;
}

.u-25vh {
  height: 25vh !important;
}

.u-50vw {
  height: 50vw !important;
}

.u-50vh {
  height: 50vh !important;
}

.u-75vw {
  height: 75vw !important;
}

.u-75vh {
  height: 75vh !important;
}

.u-100vw {
  height: 100vw !important;
}

.u-100vh {
  height: 100vh !important;
}

@media (min-width: 441px) {
  .u-25vw-hand {
    height: 25vw !important;
  }
  .u-25vh-hand {
    height: 25vh !important;
  }
  .u-50vw-hand {
    height: 50vw !important;
  }
  .u-50vh-hand {
    height: 50vh !important;
  }
  .u-75vw-hand {
    height: 75vw !important;
  }
  .u-75vh-hand {
    height: 75vh !important;
  }
  .u-100vw-hand {
    height: 100vw !important;
  }
  .u-100vh-hand {
    height: 100vh !important;
  }
}

@media (min-width: 681px) {
  .u-25vw-lap {
    height: 25vw !important;
  }
  .u-25vh-lap {
    height: 25vh !important;
  }
  .u-50vw-lap {
    height: 50vw !important;
  }
  .u-50vh-lap {
    height: 50vh !important;
  }
  .u-75vw-lap {
    height: 75vw !important;
  }
  .u-75vh-lap {
    height: 75vh !important;
  }
  .u-100vw-lap {
    height: 100vw !important;
  }
  .u-100vh-lap {
    height: 100vh !important;
  }
}

@media (min-width: 1041px) {
  .u-25vw-desk {
    height: 25vw !important;
  }
  .u-25vh-desk {
    height: 25vh !important;
  }
  .u-50vw-desk {
    height: 50vw !important;
  }
  .u-50vh-desk {
    height: 50vh !important;
  }
  .u-75vw-desk {
    height: 75vw !important;
  }
  .u-75vh-desk {
    height: 75vh !important;
  }
  .u-100vw-desk {
    height: 100vw !important;
  }
  .u-100vh-desk {
    height: 100vh !important;
  }
}

.u-radius-0 {
  border-radius: 0 !important;
}

.u-radius-top-left-0,
.u-radius-top-0,
.u-radius-left-0 {
  border-top-left-radius: 0 !important;
}

.u-radius-top-right-0,
.u-radius-top-0,
.u-radius-right-0 {
  border-top-right-radius: 0 !important;
}

.u-radius-bottom-right-0,
.u-radius-bottom-0,
.u-radius-right-0 {
  border-bottom-right-radius: 0 !important;
}

.u-radius-bottom-left-0,
.u-radius-bottom-0,
.u-radius-left-0 {
  border-bottom-left-radius: 0 !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-70 {
  border-radius: 4px !important;
}

.u-radius-top-left-70,
.u-radius-top-70,
.u-radius-left-70 {
  border-top-left-radius: 4px !important;
}

.u-radius-top-right-70,
.u-radius-top-70,
.u-radius-right-70 {
  border-top-right-radius: 4px !important;
}

.u-radius-bottom-right-70,
.u-radius-bottom-70,
.u-radius-right-70 {
  border-bottom-right-radius: 4px !important;
}

.u-radius-bottom-left-70,
.u-radius-bottom-70,
.u-radius-left-70 {
  border-bottom-left-radius: 4px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-80 {
  border-radius: 8px !important;
}

.u-radius-top-left-80,
.u-radius-top-80,
.u-radius-left-80 {
  border-top-left-radius: 8px !important;
}

.u-radius-top-right-80,
.u-radius-top-80,
.u-radius-right-80 {
  border-top-right-radius: 8px !important;
}

.u-radius-bottom-right-80,
.u-radius-bottom-80,
.u-radius-right-80 {
  border-bottom-right-radius: 8px !important;
}

.u-radius-bottom-left-80,
.u-radius-bottom-80,
.u-radius-left-80 {
  border-bottom-left-radius: 8px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-90 {
  border-radius: 16px !important;
}

.u-radius-top-left-90,
.u-radius-top-90,
.u-radius-left-90 {
  border-top-left-radius: 16px !important;
}

.u-radius-top-right-90,
.u-radius-top-90,
.u-radius-right-90 {
  border-top-right-radius: 16px !important;
}

.u-radius-bottom-right-90,
.u-radius-bottom-90,
.u-radius-right-90 {
  border-bottom-right-radius: 16px !important;
}

.u-radius-bottom-left-90,
.u-radius-bottom-90,
.u-radius-left-90 {
  border-bottom-left-radius: 16px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-100 {
  border-radius: 24px !important;
}

.u-radius-top-left-100,
.u-radius-top-100,
.u-radius-left-100 {
  border-top-left-radius: 24px !important;
}

.u-radius-top-right-100,
.u-radius-top-100,
.u-radius-right-100 {
  border-top-right-radius: 24px !important;
}

.u-radius-bottom-right-100,
.u-radius-bottom-100,
.u-radius-right-100 {
  border-bottom-right-radius: 24px !important;
}

.u-radius-bottom-left-100,
.u-radius-bottom-100,
.u-radius-left-100 {
  border-bottom-left-radius: 24px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-200 {
  border-radius: 40px !important;
}

.u-radius-top-left-200,
.u-radius-top-200,
.u-radius-left-200 {
  border-top-left-radius: 40px !important;
}

.u-radius-top-right-200,
.u-radius-top-200,
.u-radius-right-200 {
  border-top-right-radius: 40px !important;
}

.u-radius-bottom-right-200,
.u-radius-bottom-200,
.u-radius-right-200 {
  border-bottom-right-radius: 40px !important;
}

.u-radius-bottom-left-200,
.u-radius-bottom-200,
.u-radius-left-200 {
  border-bottom-left-radius: 40px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-300 {
  border-radius: 64px !important;
}

.u-radius-top-left-300,
.u-radius-top-300,
.u-radius-left-300 {
  border-top-left-radius: 64px !important;
}

.u-radius-top-right-300,
.u-radius-top-300,
.u-radius-right-300 {
  border-top-right-radius: 64px !important;
}

.u-radius-bottom-right-300,
.u-radius-bottom-300,
.u-radius-right-300 {
  border-bottom-right-radius: 64px !important;
}

.u-radius-bottom-left-300,
.u-radius-bottom-300,
.u-radius-left-300 {
  border-bottom-left-radius: 64px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-400 {
  border-radius: 80px !important;
}

.u-radius-top-left-400,
.u-radius-top-400,
.u-radius-left-400 {
  border-top-left-radius: 80px !important;
}

.u-radius-top-right-400,
.u-radius-top-400,
.u-radius-right-400 {
  border-top-right-radius: 80px !important;
}

.u-radius-bottom-right-400,
.u-radius-bottom-400,
.u-radius-right-400 {
  border-bottom-right-radius: 80px !important;
}

.u-radius-bottom-left-400,
.u-radius-bottom-400,
.u-radius-left-400 {
  border-bottom-left-radius: 80px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-500 {
  border-radius: 96px !important;
}

.u-radius-top-left-500,
.u-radius-top-500,
.u-radius-left-500 {
  border-top-left-radius: 96px !important;
}

.u-radius-top-right-500,
.u-radius-top-500,
.u-radius-right-500 {
  border-top-right-radius: 96px !important;
}

.u-radius-bottom-right-500,
.u-radius-bottom-500,
.u-radius-right-500 {
  border-bottom-right-radius: 96px !important;
}

.u-radius-bottom-left-500,
.u-radius-bottom-500,
.u-radius-left-500 {
  border-bottom-left-radius: 96px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-600 {
  border-radius: 120px !important;
}

.u-radius-top-left-600,
.u-radius-top-600,
.u-radius-left-600 {
  border-top-left-radius: 120px !important;
}

.u-radius-top-right-600,
.u-radius-top-600,
.u-radius-right-600 {
  border-top-right-radius: 120px !important;
}

.u-radius-bottom-right-600,
.u-radius-bottom-600,
.u-radius-right-600 {
  border-bottom-right-radius: 120px !important;
}

.u-radius-bottom-left-600,
.u-radius-bottom-600,
.u-radius-left-600 {
  border-bottom-left-radius: 120px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-700 {
  border-radius: 144px !important;
}

.u-radius-top-left-700,
.u-radius-top-700,
.u-radius-left-700 {
  border-top-left-radius: 144px !important;
}

.u-radius-top-right-700,
.u-radius-top-700,
.u-radius-right-700 {
  border-top-right-radius: 144px !important;
}

.u-radius-bottom-right-700,
.u-radius-bottom-700,
.u-radius-right-700 {
  border-bottom-right-radius: 144px !important;
}

.u-radius-bottom-left-700,
.u-radius-bottom-700,
.u-radius-left-700 {
  border-bottom-left-radius: 144px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-800 {
  border-radius: 160px !important;
}

.u-radius-top-left-800,
.u-radius-top-800,
.u-radius-left-800 {
  border-top-left-radius: 160px !important;
}

.u-radius-top-right-800,
.u-radius-top-800,
.u-radius-right-800 {
  border-top-right-radius: 160px !important;
}

.u-radius-bottom-right-800,
.u-radius-bottom-800,
.u-radius-right-800 {
  border-bottom-right-radius: 160px !important;
}

.u-radius-bottom-left-800,
.u-radius-bottom-800,
.u-radius-left-800 {
  border-bottom-left-radius: 160px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-900 {
  border-radius: 200px !important;
}

.u-radius-top-left-900,
.u-radius-top-900,
.u-radius-left-900 {
  border-top-left-radius: 200px !important;
}

.u-radius-top-right-900,
.u-radius-top-900,
.u-radius-right-900 {
  border-top-right-radius: 200px !important;
}

.u-radius-bottom-right-900,
.u-radius-bottom-900,
.u-radius-right-900 {
  border-bottom-right-radius: 200px !important;
}

.u-radius-bottom-left-900,
.u-radius-bottom-900,
.u-radius-left-900 {
  border-bottom-left-radius: 200px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

.u-radius-1000 {
  border-radius: 240px !important;
}

.u-radius-top-left-1000,
.u-radius-top-1000,
.u-radius-left-1000 {
  border-top-left-radius: 240px !important;
}

.u-radius-top-right-1000,
.u-radius-top-1000,
.u-radius-right-1000 {
  border-top-right-radius: 240px !important;
}

.u-radius-bottom-right-1000,
.u-radius-bottom-1000,
.u-radius-right-1000 {
  border-bottom-right-radius: 240px !important;
}

.u-radius-bottom-left-1000,
.u-radius-bottom-1000,
.u-radius-left-1000 {
  border-bottom-left-radius: 240px !important;
}

.u-rounded {
  border-radius: 500px !important;
}

@media (min-width: 441px) {
  .u-radius-0-hand {
    border-radius: 0 !important;
  }
  .u-radius-top-left-0-hand,
  .u-radius-top-0-hand,
  .u-radius-left-0-hand {
    border-top-left-radius: 0 !important;
  }
  .u-radius-top-right-0-hand,
  .u-radius-top-0-hand,
  .u-radius-right-0-hand {
    border-top-right-radius: 0 !important;
  }
  .u-radius-bottom-right-0-hand,
  .u-radius-bottom-0-hand,
  .u-radius-right-0-hand {
    border-bottom-right-radius: 0 !important;
  }
  .u-radius-bottom-left-0-hand,
  .u-radius-bottom-0-hand,
  .u-radius-left-0-hand {
    border-bottom-left-radius: 0 !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-70-hand {
    border-radius: 4px !important;
  }
  .u-radius-top-left-70-hand,
  .u-radius-top-70-hand,
  .u-radius-left-70-hand {
    border-top-left-radius: 4px !important;
  }
  .u-radius-top-right-70-hand,
  .u-radius-top-70-hand,
  .u-radius-right-70-hand {
    border-top-right-radius: 4px !important;
  }
  .u-radius-bottom-right-70-hand,
  .u-radius-bottom-70-hand,
  .u-radius-right-70-hand {
    border-bottom-right-radius: 4px !important;
  }
  .u-radius-bottom-left-70-hand,
  .u-radius-bottom-70-hand,
  .u-radius-left-70-hand {
    border-bottom-left-radius: 4px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-80-hand {
    border-radius: 8px !important;
  }
  .u-radius-top-left-80-hand,
  .u-radius-top-80-hand,
  .u-radius-left-80-hand {
    border-top-left-radius: 8px !important;
  }
  .u-radius-top-right-80-hand,
  .u-radius-top-80-hand,
  .u-radius-right-80-hand {
    border-top-right-radius: 8px !important;
  }
  .u-radius-bottom-right-80-hand,
  .u-radius-bottom-80-hand,
  .u-radius-right-80-hand {
    border-bottom-right-radius: 8px !important;
  }
  .u-radius-bottom-left-80-hand,
  .u-radius-bottom-80-hand,
  .u-radius-left-80-hand {
    border-bottom-left-radius: 8px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-90-hand {
    border-radius: 16px !important;
  }
  .u-radius-top-left-90-hand,
  .u-radius-top-90-hand,
  .u-radius-left-90-hand {
    border-top-left-radius: 16px !important;
  }
  .u-radius-top-right-90-hand,
  .u-radius-top-90-hand,
  .u-radius-right-90-hand {
    border-top-right-radius: 16px !important;
  }
  .u-radius-bottom-right-90-hand,
  .u-radius-bottom-90-hand,
  .u-radius-right-90-hand {
    border-bottom-right-radius: 16px !important;
  }
  .u-radius-bottom-left-90-hand,
  .u-radius-bottom-90-hand,
  .u-radius-left-90-hand {
    border-bottom-left-radius: 16px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-100-hand {
    border-radius: 24px !important;
  }
  .u-radius-top-left-100-hand,
  .u-radius-top-100-hand,
  .u-radius-left-100-hand {
    border-top-left-radius: 24px !important;
  }
  .u-radius-top-right-100-hand,
  .u-radius-top-100-hand,
  .u-radius-right-100-hand {
    border-top-right-radius: 24px !important;
  }
  .u-radius-bottom-right-100-hand,
  .u-radius-bottom-100-hand,
  .u-radius-right-100-hand {
    border-bottom-right-radius: 24px !important;
  }
  .u-radius-bottom-left-100-hand,
  .u-radius-bottom-100-hand,
  .u-radius-left-100-hand {
    border-bottom-left-radius: 24px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-200-hand {
    border-radius: 40px !important;
  }
  .u-radius-top-left-200-hand,
  .u-radius-top-200-hand,
  .u-radius-left-200-hand {
    border-top-left-radius: 40px !important;
  }
  .u-radius-top-right-200-hand,
  .u-radius-top-200-hand,
  .u-radius-right-200-hand {
    border-top-right-radius: 40px !important;
  }
  .u-radius-bottom-right-200-hand,
  .u-radius-bottom-200-hand,
  .u-radius-right-200-hand {
    border-bottom-right-radius: 40px !important;
  }
  .u-radius-bottom-left-200-hand,
  .u-radius-bottom-200-hand,
  .u-radius-left-200-hand {
    border-bottom-left-radius: 40px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-300-hand {
    border-radius: 64px !important;
  }
  .u-radius-top-left-300-hand,
  .u-radius-top-300-hand,
  .u-radius-left-300-hand {
    border-top-left-radius: 64px !important;
  }
  .u-radius-top-right-300-hand,
  .u-radius-top-300-hand,
  .u-radius-right-300-hand {
    border-top-right-radius: 64px !important;
  }
  .u-radius-bottom-right-300-hand,
  .u-radius-bottom-300-hand,
  .u-radius-right-300-hand {
    border-bottom-right-radius: 64px !important;
  }
  .u-radius-bottom-left-300-hand,
  .u-radius-bottom-300-hand,
  .u-radius-left-300-hand {
    border-bottom-left-radius: 64px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-400-hand {
    border-radius: 80px !important;
  }
  .u-radius-top-left-400-hand,
  .u-radius-top-400-hand,
  .u-radius-left-400-hand {
    border-top-left-radius: 80px !important;
  }
  .u-radius-top-right-400-hand,
  .u-radius-top-400-hand,
  .u-radius-right-400-hand {
    border-top-right-radius: 80px !important;
  }
  .u-radius-bottom-right-400-hand,
  .u-radius-bottom-400-hand,
  .u-radius-right-400-hand {
    border-bottom-right-radius: 80px !important;
  }
  .u-radius-bottom-left-400-hand,
  .u-radius-bottom-400-hand,
  .u-radius-left-400-hand {
    border-bottom-left-radius: 80px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-500-hand {
    border-radius: 96px !important;
  }
  .u-radius-top-left-500-hand,
  .u-radius-top-500-hand,
  .u-radius-left-500-hand {
    border-top-left-radius: 96px !important;
  }
  .u-radius-top-right-500-hand,
  .u-radius-top-500-hand,
  .u-radius-right-500-hand {
    border-top-right-radius: 96px !important;
  }
  .u-radius-bottom-right-500-hand,
  .u-radius-bottom-500-hand,
  .u-radius-right-500-hand {
    border-bottom-right-radius: 96px !important;
  }
  .u-radius-bottom-left-500-hand,
  .u-radius-bottom-500-hand,
  .u-radius-left-500-hand {
    border-bottom-left-radius: 96px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-600-hand {
    border-radius: 120px !important;
  }
  .u-radius-top-left-600-hand,
  .u-radius-top-600-hand,
  .u-radius-left-600-hand {
    border-top-left-radius: 120px !important;
  }
  .u-radius-top-right-600-hand,
  .u-radius-top-600-hand,
  .u-radius-right-600-hand {
    border-top-right-radius: 120px !important;
  }
  .u-radius-bottom-right-600-hand,
  .u-radius-bottom-600-hand,
  .u-radius-right-600-hand {
    border-bottom-right-radius: 120px !important;
  }
  .u-radius-bottom-left-600-hand,
  .u-radius-bottom-600-hand,
  .u-radius-left-600-hand {
    border-bottom-left-radius: 120px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-700-hand {
    border-radius: 144px !important;
  }
  .u-radius-top-left-700-hand,
  .u-radius-top-700-hand,
  .u-radius-left-700-hand {
    border-top-left-radius: 144px !important;
  }
  .u-radius-top-right-700-hand,
  .u-radius-top-700-hand,
  .u-radius-right-700-hand {
    border-top-right-radius: 144px !important;
  }
  .u-radius-bottom-right-700-hand,
  .u-radius-bottom-700-hand,
  .u-radius-right-700-hand {
    border-bottom-right-radius: 144px !important;
  }
  .u-radius-bottom-left-700-hand,
  .u-radius-bottom-700-hand,
  .u-radius-left-700-hand {
    border-bottom-left-radius: 144px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-800-hand {
    border-radius: 160px !important;
  }
  .u-radius-top-left-800-hand,
  .u-radius-top-800-hand,
  .u-radius-left-800-hand {
    border-top-left-radius: 160px !important;
  }
  .u-radius-top-right-800-hand,
  .u-radius-top-800-hand,
  .u-radius-right-800-hand {
    border-top-right-radius: 160px !important;
  }
  .u-radius-bottom-right-800-hand,
  .u-radius-bottom-800-hand,
  .u-radius-right-800-hand {
    border-bottom-right-radius: 160px !important;
  }
  .u-radius-bottom-left-800-hand,
  .u-radius-bottom-800-hand,
  .u-radius-left-800-hand {
    border-bottom-left-radius: 160px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-900-hand {
    border-radius: 200px !important;
  }
  .u-radius-top-left-900-hand,
  .u-radius-top-900-hand,
  .u-radius-left-900-hand {
    border-top-left-radius: 200px !important;
  }
  .u-radius-top-right-900-hand,
  .u-radius-top-900-hand,
  .u-radius-right-900-hand {
    border-top-right-radius: 200px !important;
  }
  .u-radius-bottom-right-900-hand,
  .u-radius-bottom-900-hand,
  .u-radius-right-900-hand {
    border-bottom-right-radius: 200px !important;
  }
  .u-radius-bottom-left-900-hand,
  .u-radius-bottom-900-hand,
  .u-radius-left-900-hand {
    border-bottom-left-radius: 200px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
  .u-radius-1000-hand {
    border-radius: 240px !important;
  }
  .u-radius-top-left-1000-hand,
  .u-radius-top-1000-hand,
  .u-radius-left-1000-hand {
    border-top-left-radius: 240px !important;
  }
  .u-radius-top-right-1000-hand,
  .u-radius-top-1000-hand,
  .u-radius-right-1000-hand {
    border-top-right-radius: 240px !important;
  }
  .u-radius-bottom-right-1000-hand,
  .u-radius-bottom-1000-hand,
  .u-radius-right-1000-hand {
    border-bottom-right-radius: 240px !important;
  }
  .u-radius-bottom-left-1000-hand,
  .u-radius-bottom-1000-hand,
  .u-radius-left-1000-hand {
    border-bottom-left-radius: 240px !important;
  }
  .u-rounded-hand {
    border-radius: 500px !important;
  }
}

@media (min-width: 681px) {
  .u-radius-0-lap {
    border-radius: 0 !important;
  }
  .u-radius-top-left-0-lap,
  .u-radius-top-0-lap,
  .u-radius-left-0-lap {
    border-top-left-radius: 0 !important;
  }
  .u-radius-top-right-0-lap,
  .u-radius-top-0-lap,
  .u-radius-right-0-lap {
    border-top-right-radius: 0 !important;
  }
  .u-radius-bottom-right-0-lap,
  .u-radius-bottom-0-lap,
  .u-radius-right-0-lap {
    border-bottom-right-radius: 0 !important;
  }
  .u-radius-bottom-left-0-lap,
  .u-radius-bottom-0-lap,
  .u-radius-left-0-lap {
    border-bottom-left-radius: 0 !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-70-lap {
    border-radius: 4px !important;
  }
  .u-radius-top-left-70-lap,
  .u-radius-top-70-lap,
  .u-radius-left-70-lap {
    border-top-left-radius: 4px !important;
  }
  .u-radius-top-right-70-lap,
  .u-radius-top-70-lap,
  .u-radius-right-70-lap {
    border-top-right-radius: 4px !important;
  }
  .u-radius-bottom-right-70-lap,
  .u-radius-bottom-70-lap,
  .u-radius-right-70-lap {
    border-bottom-right-radius: 4px !important;
  }
  .u-radius-bottom-left-70-lap,
  .u-radius-bottom-70-lap,
  .u-radius-left-70-lap {
    border-bottom-left-radius: 4px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-80-lap {
    border-radius: 8px !important;
  }
  .u-radius-top-left-80-lap,
  .u-radius-top-80-lap,
  .u-radius-left-80-lap {
    border-top-left-radius: 8px !important;
  }
  .u-radius-top-right-80-lap,
  .u-radius-top-80-lap,
  .u-radius-right-80-lap {
    border-top-right-radius: 8px !important;
  }
  .u-radius-bottom-right-80-lap,
  .u-radius-bottom-80-lap,
  .u-radius-right-80-lap {
    border-bottom-right-radius: 8px !important;
  }
  .u-radius-bottom-left-80-lap,
  .u-radius-bottom-80-lap,
  .u-radius-left-80-lap {
    border-bottom-left-radius: 8px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-90-lap {
    border-radius: 16px !important;
  }
  .u-radius-top-left-90-lap,
  .u-radius-top-90-lap,
  .u-radius-left-90-lap {
    border-top-left-radius: 16px !important;
  }
  .u-radius-top-right-90-lap,
  .u-radius-top-90-lap,
  .u-radius-right-90-lap {
    border-top-right-radius: 16px !important;
  }
  .u-radius-bottom-right-90-lap,
  .u-radius-bottom-90-lap,
  .u-radius-right-90-lap {
    border-bottom-right-radius: 16px !important;
  }
  .u-radius-bottom-left-90-lap,
  .u-radius-bottom-90-lap,
  .u-radius-left-90-lap {
    border-bottom-left-radius: 16px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-100-lap {
    border-radius: 24px !important;
  }
  .u-radius-top-left-100-lap,
  .u-radius-top-100-lap,
  .u-radius-left-100-lap {
    border-top-left-radius: 24px !important;
  }
  .u-radius-top-right-100-lap,
  .u-radius-top-100-lap,
  .u-radius-right-100-lap {
    border-top-right-radius: 24px !important;
  }
  .u-radius-bottom-right-100-lap,
  .u-radius-bottom-100-lap,
  .u-radius-right-100-lap {
    border-bottom-right-radius: 24px !important;
  }
  .u-radius-bottom-left-100-lap,
  .u-radius-bottom-100-lap,
  .u-radius-left-100-lap {
    border-bottom-left-radius: 24px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-200-lap {
    border-radius: 40px !important;
  }
  .u-radius-top-left-200-lap,
  .u-radius-top-200-lap,
  .u-radius-left-200-lap {
    border-top-left-radius: 40px !important;
  }
  .u-radius-top-right-200-lap,
  .u-radius-top-200-lap,
  .u-radius-right-200-lap {
    border-top-right-radius: 40px !important;
  }
  .u-radius-bottom-right-200-lap,
  .u-radius-bottom-200-lap,
  .u-radius-right-200-lap {
    border-bottom-right-radius: 40px !important;
  }
  .u-radius-bottom-left-200-lap,
  .u-radius-bottom-200-lap,
  .u-radius-left-200-lap {
    border-bottom-left-radius: 40px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-300-lap {
    border-radius: 64px !important;
  }
  .u-radius-top-left-300-lap,
  .u-radius-top-300-lap,
  .u-radius-left-300-lap {
    border-top-left-radius: 64px !important;
  }
  .u-radius-top-right-300-lap,
  .u-radius-top-300-lap,
  .u-radius-right-300-lap {
    border-top-right-radius: 64px !important;
  }
  .u-radius-bottom-right-300-lap,
  .u-radius-bottom-300-lap,
  .u-radius-right-300-lap {
    border-bottom-right-radius: 64px !important;
  }
  .u-radius-bottom-left-300-lap,
  .u-radius-bottom-300-lap,
  .u-radius-left-300-lap {
    border-bottom-left-radius: 64px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-400-lap {
    border-radius: 80px !important;
  }
  .u-radius-top-left-400-lap,
  .u-radius-top-400-lap,
  .u-radius-left-400-lap {
    border-top-left-radius: 80px !important;
  }
  .u-radius-top-right-400-lap,
  .u-radius-top-400-lap,
  .u-radius-right-400-lap {
    border-top-right-radius: 80px !important;
  }
  .u-radius-bottom-right-400-lap,
  .u-radius-bottom-400-lap,
  .u-radius-right-400-lap {
    border-bottom-right-radius: 80px !important;
  }
  .u-radius-bottom-left-400-lap,
  .u-radius-bottom-400-lap,
  .u-radius-left-400-lap {
    border-bottom-left-radius: 80px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-500-lap {
    border-radius: 96px !important;
  }
  .u-radius-top-left-500-lap,
  .u-radius-top-500-lap,
  .u-radius-left-500-lap {
    border-top-left-radius: 96px !important;
  }
  .u-radius-top-right-500-lap,
  .u-radius-top-500-lap,
  .u-radius-right-500-lap {
    border-top-right-radius: 96px !important;
  }
  .u-radius-bottom-right-500-lap,
  .u-radius-bottom-500-lap,
  .u-radius-right-500-lap {
    border-bottom-right-radius: 96px !important;
  }
  .u-radius-bottom-left-500-lap,
  .u-radius-bottom-500-lap,
  .u-radius-left-500-lap {
    border-bottom-left-radius: 96px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-600-lap {
    border-radius: 120px !important;
  }
  .u-radius-top-left-600-lap,
  .u-radius-top-600-lap,
  .u-radius-left-600-lap {
    border-top-left-radius: 120px !important;
  }
  .u-radius-top-right-600-lap,
  .u-radius-top-600-lap,
  .u-radius-right-600-lap {
    border-top-right-radius: 120px !important;
  }
  .u-radius-bottom-right-600-lap,
  .u-radius-bottom-600-lap,
  .u-radius-right-600-lap {
    border-bottom-right-radius: 120px !important;
  }
  .u-radius-bottom-left-600-lap,
  .u-radius-bottom-600-lap,
  .u-radius-left-600-lap {
    border-bottom-left-radius: 120px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-700-lap {
    border-radius: 144px !important;
  }
  .u-radius-top-left-700-lap,
  .u-radius-top-700-lap,
  .u-radius-left-700-lap {
    border-top-left-radius: 144px !important;
  }
  .u-radius-top-right-700-lap,
  .u-radius-top-700-lap,
  .u-radius-right-700-lap {
    border-top-right-radius: 144px !important;
  }
  .u-radius-bottom-right-700-lap,
  .u-radius-bottom-700-lap,
  .u-radius-right-700-lap {
    border-bottom-right-radius: 144px !important;
  }
  .u-radius-bottom-left-700-lap,
  .u-radius-bottom-700-lap,
  .u-radius-left-700-lap {
    border-bottom-left-radius: 144px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-800-lap {
    border-radius: 160px !important;
  }
  .u-radius-top-left-800-lap,
  .u-radius-top-800-lap,
  .u-radius-left-800-lap {
    border-top-left-radius: 160px !important;
  }
  .u-radius-top-right-800-lap,
  .u-radius-top-800-lap,
  .u-radius-right-800-lap {
    border-top-right-radius: 160px !important;
  }
  .u-radius-bottom-right-800-lap,
  .u-radius-bottom-800-lap,
  .u-radius-right-800-lap {
    border-bottom-right-radius: 160px !important;
  }
  .u-radius-bottom-left-800-lap,
  .u-radius-bottom-800-lap,
  .u-radius-left-800-lap {
    border-bottom-left-radius: 160px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-900-lap {
    border-radius: 200px !important;
  }
  .u-radius-top-left-900-lap,
  .u-radius-top-900-lap,
  .u-radius-left-900-lap {
    border-top-left-radius: 200px !important;
  }
  .u-radius-top-right-900-lap,
  .u-radius-top-900-lap,
  .u-radius-right-900-lap {
    border-top-right-radius: 200px !important;
  }
  .u-radius-bottom-right-900-lap,
  .u-radius-bottom-900-lap,
  .u-radius-right-900-lap {
    border-bottom-right-radius: 200px !important;
  }
  .u-radius-bottom-left-900-lap,
  .u-radius-bottom-900-lap,
  .u-radius-left-900-lap {
    border-bottom-left-radius: 200px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
  .u-radius-1000-lap {
    border-radius: 240px !important;
  }
  .u-radius-top-left-1000-lap,
  .u-radius-top-1000-lap,
  .u-radius-left-1000-lap {
    border-top-left-radius: 240px !important;
  }
  .u-radius-top-right-1000-lap,
  .u-radius-top-1000-lap,
  .u-radius-right-1000-lap {
    border-top-right-radius: 240px !important;
  }
  .u-radius-bottom-right-1000-lap,
  .u-radius-bottom-1000-lap,
  .u-radius-right-1000-lap {
    border-bottom-right-radius: 240px !important;
  }
  .u-radius-bottom-left-1000-lap,
  .u-radius-bottom-1000-lap,
  .u-radius-left-1000-lap {
    border-bottom-left-radius: 240px !important;
  }
  .u-rounded-lap {
    border-radius: 500px !important;
  }
}

@media (min-width: 1041px) {
  .u-radius-0-desk {
    border-radius: 0 !important;
  }
  .u-radius-top-left-0-desk,
  .u-radius-top-0-desk,
  .u-radius-left-0-desk {
    border-top-left-radius: 0 !important;
  }
  .u-radius-top-right-0-desk,
  .u-radius-top-0-desk,
  .u-radius-right-0-desk {
    border-top-right-radius: 0 !important;
  }
  .u-radius-bottom-right-0-desk,
  .u-radius-bottom-0-desk,
  .u-radius-right-0-desk {
    border-bottom-right-radius: 0 !important;
  }
  .u-radius-bottom-left-0-desk,
  .u-radius-bottom-0-desk,
  .u-radius-left-0-desk {
    border-bottom-left-radius: 0 !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-70-desk {
    border-radius: 4px !important;
  }
  .u-radius-top-left-70-desk,
  .u-radius-top-70-desk,
  .u-radius-left-70-desk {
    border-top-left-radius: 4px !important;
  }
  .u-radius-top-right-70-desk,
  .u-radius-top-70-desk,
  .u-radius-right-70-desk {
    border-top-right-radius: 4px !important;
  }
  .u-radius-bottom-right-70-desk,
  .u-radius-bottom-70-desk,
  .u-radius-right-70-desk {
    border-bottom-right-radius: 4px !important;
  }
  .u-radius-bottom-left-70-desk,
  .u-radius-bottom-70-desk,
  .u-radius-left-70-desk {
    border-bottom-left-radius: 4px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-80-desk {
    border-radius: 8px !important;
  }
  .u-radius-top-left-80-desk,
  .u-radius-top-80-desk,
  .u-radius-left-80-desk {
    border-top-left-radius: 8px !important;
  }
  .u-radius-top-right-80-desk,
  .u-radius-top-80-desk,
  .u-radius-right-80-desk {
    border-top-right-radius: 8px !important;
  }
  .u-radius-bottom-right-80-desk,
  .u-radius-bottom-80-desk,
  .u-radius-right-80-desk {
    border-bottom-right-radius: 8px !important;
  }
  .u-radius-bottom-left-80-desk,
  .u-radius-bottom-80-desk,
  .u-radius-left-80-desk {
    border-bottom-left-radius: 8px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-90-desk {
    border-radius: 16px !important;
  }
  .u-radius-top-left-90-desk,
  .u-radius-top-90-desk,
  .u-radius-left-90-desk {
    border-top-left-radius: 16px !important;
  }
  .u-radius-top-right-90-desk,
  .u-radius-top-90-desk,
  .u-radius-right-90-desk {
    border-top-right-radius: 16px !important;
  }
  .u-radius-bottom-right-90-desk,
  .u-radius-bottom-90-desk,
  .u-radius-right-90-desk {
    border-bottom-right-radius: 16px !important;
  }
  .u-radius-bottom-left-90-desk,
  .u-radius-bottom-90-desk,
  .u-radius-left-90-desk {
    border-bottom-left-radius: 16px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-100-desk {
    border-radius: 24px !important;
  }
  .u-radius-top-left-100-desk,
  .u-radius-top-100-desk,
  .u-radius-left-100-desk {
    border-top-left-radius: 24px !important;
  }
  .u-radius-top-right-100-desk,
  .u-radius-top-100-desk,
  .u-radius-right-100-desk {
    border-top-right-radius: 24px !important;
  }
  .u-radius-bottom-right-100-desk,
  .u-radius-bottom-100-desk,
  .u-radius-right-100-desk {
    border-bottom-right-radius: 24px !important;
  }
  .u-radius-bottom-left-100-desk,
  .u-radius-bottom-100-desk,
  .u-radius-left-100-desk {
    border-bottom-left-radius: 24px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-200-desk {
    border-radius: 40px !important;
  }
  .u-radius-top-left-200-desk,
  .u-radius-top-200-desk,
  .u-radius-left-200-desk {
    border-top-left-radius: 40px !important;
  }
  .u-radius-top-right-200-desk,
  .u-radius-top-200-desk,
  .u-radius-right-200-desk {
    border-top-right-radius: 40px !important;
  }
  .u-radius-bottom-right-200-desk,
  .u-radius-bottom-200-desk,
  .u-radius-right-200-desk {
    border-bottom-right-radius: 40px !important;
  }
  .u-radius-bottom-left-200-desk,
  .u-radius-bottom-200-desk,
  .u-radius-left-200-desk {
    border-bottom-left-radius: 40px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-300-desk {
    border-radius: 64px !important;
  }
  .u-radius-top-left-300-desk,
  .u-radius-top-300-desk,
  .u-radius-left-300-desk {
    border-top-left-radius: 64px !important;
  }
  .u-radius-top-right-300-desk,
  .u-radius-top-300-desk,
  .u-radius-right-300-desk {
    border-top-right-radius: 64px !important;
  }
  .u-radius-bottom-right-300-desk,
  .u-radius-bottom-300-desk,
  .u-radius-right-300-desk {
    border-bottom-right-radius: 64px !important;
  }
  .u-radius-bottom-left-300-desk,
  .u-radius-bottom-300-desk,
  .u-radius-left-300-desk {
    border-bottom-left-radius: 64px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-400-desk {
    border-radius: 80px !important;
  }
  .u-radius-top-left-400-desk,
  .u-radius-top-400-desk,
  .u-radius-left-400-desk {
    border-top-left-radius: 80px !important;
  }
  .u-radius-top-right-400-desk,
  .u-radius-top-400-desk,
  .u-radius-right-400-desk {
    border-top-right-radius: 80px !important;
  }
  .u-radius-bottom-right-400-desk,
  .u-radius-bottom-400-desk,
  .u-radius-right-400-desk {
    border-bottom-right-radius: 80px !important;
  }
  .u-radius-bottom-left-400-desk,
  .u-radius-bottom-400-desk,
  .u-radius-left-400-desk {
    border-bottom-left-radius: 80px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-500-desk {
    border-radius: 96px !important;
  }
  .u-radius-top-left-500-desk,
  .u-radius-top-500-desk,
  .u-radius-left-500-desk {
    border-top-left-radius: 96px !important;
  }
  .u-radius-top-right-500-desk,
  .u-radius-top-500-desk,
  .u-radius-right-500-desk {
    border-top-right-radius: 96px !important;
  }
  .u-radius-bottom-right-500-desk,
  .u-radius-bottom-500-desk,
  .u-radius-right-500-desk {
    border-bottom-right-radius: 96px !important;
  }
  .u-radius-bottom-left-500-desk,
  .u-radius-bottom-500-desk,
  .u-radius-left-500-desk {
    border-bottom-left-radius: 96px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-600-desk {
    border-radius: 120px !important;
  }
  .u-radius-top-left-600-desk,
  .u-radius-top-600-desk,
  .u-radius-left-600-desk {
    border-top-left-radius: 120px !important;
  }
  .u-radius-top-right-600-desk,
  .u-radius-top-600-desk,
  .u-radius-right-600-desk {
    border-top-right-radius: 120px !important;
  }
  .u-radius-bottom-right-600-desk,
  .u-radius-bottom-600-desk,
  .u-radius-right-600-desk {
    border-bottom-right-radius: 120px !important;
  }
  .u-radius-bottom-left-600-desk,
  .u-radius-bottom-600-desk,
  .u-radius-left-600-desk {
    border-bottom-left-radius: 120px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-700-desk {
    border-radius: 144px !important;
  }
  .u-radius-top-left-700-desk,
  .u-radius-top-700-desk,
  .u-radius-left-700-desk {
    border-top-left-radius: 144px !important;
  }
  .u-radius-top-right-700-desk,
  .u-radius-top-700-desk,
  .u-radius-right-700-desk {
    border-top-right-radius: 144px !important;
  }
  .u-radius-bottom-right-700-desk,
  .u-radius-bottom-700-desk,
  .u-radius-right-700-desk {
    border-bottom-right-radius: 144px !important;
  }
  .u-radius-bottom-left-700-desk,
  .u-radius-bottom-700-desk,
  .u-radius-left-700-desk {
    border-bottom-left-radius: 144px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-800-desk {
    border-radius: 160px !important;
  }
  .u-radius-top-left-800-desk,
  .u-radius-top-800-desk,
  .u-radius-left-800-desk {
    border-top-left-radius: 160px !important;
  }
  .u-radius-top-right-800-desk,
  .u-radius-top-800-desk,
  .u-radius-right-800-desk {
    border-top-right-radius: 160px !important;
  }
  .u-radius-bottom-right-800-desk,
  .u-radius-bottom-800-desk,
  .u-radius-right-800-desk {
    border-bottom-right-radius: 160px !important;
  }
  .u-radius-bottom-left-800-desk,
  .u-radius-bottom-800-desk,
  .u-radius-left-800-desk {
    border-bottom-left-radius: 160px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-900-desk {
    border-radius: 200px !important;
  }
  .u-radius-top-left-900-desk,
  .u-radius-top-900-desk,
  .u-radius-left-900-desk {
    border-top-left-radius: 200px !important;
  }
  .u-radius-top-right-900-desk,
  .u-radius-top-900-desk,
  .u-radius-right-900-desk {
    border-top-right-radius: 200px !important;
  }
  .u-radius-bottom-right-900-desk,
  .u-radius-bottom-900-desk,
  .u-radius-right-900-desk {
    border-bottom-right-radius: 200px !important;
  }
  .u-radius-bottom-left-900-desk,
  .u-radius-bottom-900-desk,
  .u-radius-left-900-desk {
    border-bottom-left-radius: 200px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
  .u-radius-1000-desk {
    border-radius: 240px !important;
  }
  .u-radius-top-left-1000-desk,
  .u-radius-top-1000-desk,
  .u-radius-left-1000-desk {
    border-top-left-radius: 240px !important;
  }
  .u-radius-top-right-1000-desk,
  .u-radius-top-1000-desk,
  .u-radius-right-1000-desk {
    border-top-right-radius: 240px !important;
  }
  .u-radius-bottom-right-1000-desk,
  .u-radius-bottom-1000-desk,
  .u-radius-right-1000-desk {
    border-bottom-right-radius: 240px !important;
  }
  .u-radius-bottom-left-1000-desk,
  .u-radius-bottom-1000-desk,
  .u-radius-left-1000-desk {
    border-bottom-left-radius: 240px !important;
  }
  .u-rounded-desk {
    border-radius: 500px !important;
  }
}
/*# sourceMappingURL=main.css.map */
