@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;
  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: 0.5rem;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: 0.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: 4.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: 4.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;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}

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

.gform_wrapper .gfield_time_hour {
  margin-right: 0.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: 0.813em;
  letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 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%;
  max-width: 100%;
  margin: 0 0 16px;
  display: block;
}

.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: 0.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: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.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: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.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-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: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  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: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.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;
  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%;
  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 (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]) {
    min-height: 2rem;
    padding-top: 0px;
    height: 56px;
    padding-bottom: 0px;
  }
  .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: 0.875em;
    letter-spacing: 0.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;
  }
  .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: 100%;
    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(ul.gfield_radio li input):not(ul.gfield_checkbox li input):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):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .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):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .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):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .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 {
    -webkit-column-gap: 16px;
    -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);
    -webkit-column-count: 2;
    -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);
    -webkit-column-count: 3;
    -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);
    -webkit-column-count: 4;
    -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);
    -webkit-column-count: 5;
    -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, rgb(219, 242, 183) 0, rgb(180, 208, 136) 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);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    -webkit-transform: rotate(3deg);
    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: 0.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;
  }
}
.az-divider {
  text-align: center;
  padding: 16px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 60px;
}

[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 > * {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #F2F4F4;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #3D3D3D;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: rgb(48.25, 48.25, 48.25);
}

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

/* Hover */
.uk-icon-button:hover {
  background-color: rgb(237.9375, 240.5625, 240.5625);
  color: #3D3D3D;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: rgb(224.125, 228.875, 228.875);
  color: #3D3D3D;
}

/*
 * Overlay
 */
.uk-icon-overlay,
a .uk-icon-overlay {
  color: rgba(51, 51, 51, 0.6);
}

.uk-icon-overlay:hover,
a:hover .uk-icon-overlay {
  color: #333;
}

/* ========================================================================
   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: #F2F4F4;
}

/* Hover */
.uk-close:hover {
  color: #3D3D3D;
}

/* ========================================================================
   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: #3D3D3D;
}

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

/* Placeholder */
.uk-search-input::-webkit-input-placeholder {
  color: #F2F4F4;
}
.uk-search-input::-moz-placeholder {
  color: #F2F4F4;
}
.uk-search-input::-ms-input-placeholder {
  color: #F2F4F4;
}
.uk-search-input::placeholder {
  color: #F2F4F4;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * 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: #F2F4F4;
}

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

/*
 * 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 {
  padding-left: 6px;
  padding-right: 6px;
}

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

.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 56px;
}

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

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
}

/* Focus */
.uk-search-navbar .uk-search-input:focus {
  background-color: rgb(252.45, 252.45, 252.45);
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 60px;
}

.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 60px;
}

/* Medium modifier
 ========================================================================== */
.uk-search-medium {
  width: 400px;
}

/*
 * Input
 */
.uk-search-medium .uk-search-input {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f8f8f8;
  font-size: 1.5rem;
}

/* Focus */
.uk-search-medium .uk-search-input:focus {
  background-color: rgb(242.9, 242.9, 242.9);
}

/*
 * Icon
 */
.uk-search-medium .uk-search-icon {
  padding-left: 12px;
  padding-right: 12px;
}

.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 48px;
}

.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 48px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  font-size: 2.625rem;
}

/* Focus */
.uk-search-large .uk-search-input:focus {
  background-color: rgb(242.9, 242.9, 242.9);
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 120px;
}

.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 120px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #F2F4F4;
}

/* Hover */
.uk-search-toggle:hover {
  color: #3D3D3D;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  /* 3*/
  text-decoration: 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
 ========================================================================== */
.uk-nav-parent-icon {
  flex: none;
  margin-left: auto;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* 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 .uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 16px;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #F2F4F4;
}

/* Hover */
.uk-nav-default > li > a:hover {
  color: #3D3D3D;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: inherit;
}

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 0.875rem;
}

/*
 * 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 {
  font-size: 16px;
  line-height: 1.5;
}

.uk-nav-default .uk-nav-sub a {
  color: #F2F4F4;
}

.uk-nav-default .uk-nav-sub a:hover {
  color: #3D3D3D;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-primary > li > a {
  color: #F2F4F4;
}

/* Hover */
.uk-nav-primary > li > a:hover {
  color: #3D3D3D;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: inherit;
}

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}

/*
 * 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 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.uk-nav-primary .uk-nav-sub a {
  color: #F2F4F4;
}

.uk-nav-primary .uk-nav-sub a:hover {
  color: #3D3D3D;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-secondary > li > a {
  color: #333;
}

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
}

/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666;
}

/* Active */
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333;
}

/*
 * Header
 */
.uk-nav-secondary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Size modifier
 ========================================================================== */
/*
 * Medium
 */
.uk-nav-medium {
  font-size: 2.8875rem;
  line-height: 1;
}

.uk-nav-large {
  font-size: 3.4rem;
  line-height: 1;
}

.uk-nav-xlarge {
  font-size: 4rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 1041px) {
  .uk-nav-medium {
    font-size: 3.5rem;
  }
  .uk-nav-large {
    font-size: 4rem;
  }
  .uk-nav-xlarge {
    font-size: 6rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1281px) {
  .uk-nav-medium {
    font-size: 4rem;
  }
  .uk-nav-large {
    font-size: 6rem;
  }
  .uk-nav-xlarge {
    font-size: 8rem;
  }
}
/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center;
}

/* 2 */
.uk-nav-center li > a {
  justify-content: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 0.25em;
}

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.5);
}

/* Hover */
.uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* 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, 135, 169, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(0, 135, 169, 0.6);
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(0, 135, 169, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 135, 169, 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;
}

.uk-accordion-title {
  display: block;
}

.uk-accordion-content {
  display: flow-root;
}

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

/* Default modifier
 ========================================================================== */
/*
 * Item
 */
.uk-accordion-default > :nth-child(n+2) {
  margin-top: 20px;
}

/* Active */
/*
 * Title
 */
/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-accordion-default .uk-accordion-title {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  /* 3 */
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}

/* Hover */
.uk-accordion-default .uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
/*
 * Icon
 */
.uk-accordion-default .uk-accordion-icon {
  flex: none;
  margin-left: auto;
}

/*
 * Content
 */
.uk-accordion-default .uk-accordion-content {
  margin-top: 20px;
}

/* ========================================================================
   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;
  --uk-position-offset: 24px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

[aria-expanded=true] > .uk-drop-parent-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 8px 16px;
  background: rgb(251.75, 252.25, 252.25);
  color: #3D3D3D;
}

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

.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}

/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  --uk-position-offset: 10px;
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 15px 0 15px 0;
  --uk-position-viewport-offset: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #F2F4F4;
}

/* Hover + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #3D3D3D;
}

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 0.875rem;
}

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

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #3D3D3D;
}

/* ========================================================================
   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;
  /* 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. `!important` is 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: 100% !important;
  /* 4 */
  background: #ffffff;
  /* 5 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          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%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 32px 32px;
}

.uk-modal-header {
  display: flow-root;
  padding: 16px 32px;
  background: rgb(251.75, 252.25, 252.25);
}

.uk-modal-footer {
  display: flow-root;
  padding: 16px 32px;
  background: rgb(251.75, 252.25, 252.25);
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
/*
 * 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;
  -webkit-transform: translate(0, -100%);
          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;
    -webkit-transform: translate(100%, -100%);
            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.
 * 5. Disable horizontal panning gestures
 */
.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;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

/*
 * 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
 * 2. Prevent accidental scrolling through elements in slide getting focused
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  overflow: clip;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/*
 * 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)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 2. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative;
}

/* ========================================================================
   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 {
  --uk-inverse: dark;
  /* 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;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -90%;
}

/* Tablet landscape and bigger */
@media (min-width: 681px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
/*
 * 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: 681px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * 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;
}

/* Tablet landscape and bigger */
@media (min-width: 681px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}

/* 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`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}

/* 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: 681px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   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;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 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;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  -webkit-animation: 0.5s ease-out both;
          animation: 0.5s ease-out 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, uk-scale-up;
          animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade, uk-scale-down;
          animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade, uk-slide-top;
          animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade, uk-slide-bottom;
          animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade, uk-slide-left;
          animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade, uk-slide-right;
          animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade, uk-slide-top-small;
          animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade, uk-slide-bottom-small;
          animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade, uk-slide-left-small;
          animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade, uk-slide-right-small;
          animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade, uk-slide-top-medium;
          animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade, uk-slide-bottom-medium;
          animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade, uk-slide-left-medium;
          animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade, uk-slide-right-medium;
          animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-kenburns;
          animation-name: uk-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;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* 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 animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  -webkit-animation-name: none;
          animation-name: 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;
  }
}
/*
 * Scale
 */
@-webkit-keyframes uk-scale-up {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uk-scale-up {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes uk-scale-down {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 * Slide
 */
@-webkit-keyframes uk-slide-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-slide-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@-webkit-keyframes uk-slide-top-small {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-slide-top-small {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom-small {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-left-small {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right-small {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@-webkit-keyframes uk-slide-top-medium {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-slide-top-medium {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom-medium {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-left-medium {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right-medium {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@-webkit-keyframes uk-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes uk-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            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% / 3);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% / 6);
}

.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% / 3);
  }
  .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% / 6);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@s > :not([class*=uk-width]),
  .uk-child-width-1-2\@s > :not([class*=uk-width]),
  .uk-child-width-1-3\@s > :not([class*=uk-width]),
  .uk-child-width-1-4\@s > :not([class*=uk-width]),
  .uk-child-width-1-5\@s > :not([class*=uk-width]),
  .uk-child-width-1-6\@s > :not([class*=uk-width]),
  .uk-child-width-auto\@s > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* 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% / 3);
  }
  .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% / 6);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@m > :not([class*=uk-width]),
  .uk-child-width-1-2\@m > :not([class*=uk-width]),
  .uk-child-width-1-3\@m > :not([class*=uk-width]),
  .uk-child-width-1-4\@m > :not([class*=uk-width]),
  .uk-child-width-1-5\@m > :not([class*=uk-width]),
  .uk-child-width-1-6\@m > :not([class*=uk-width]),
  .uk-child-width-auto\@m > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* 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% / 3);
  }
  .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% / 6);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@l > :not([class*=uk-width]),
  .uk-child-width-1-2\@l > :not([class*=uk-width]),
  .uk-child-width-1-3\@l > :not([class*=uk-width]),
  .uk-child-width-1-4\@l > :not([class*=uk-width]),
  .uk-child-width-1-5\@l > :not([class*=uk-width]),
  .uk-child-width-1-6\@l > :not([class*=uk-width]),
  .uk-child-width-auto\@l > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* 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% / 3);
  }
  .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% / 6);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@xl > :not([class*=uk-width]),
  .uk-child-width-1-2\@xl > :not([class*=uk-width]),
  .uk-child-width-1-3\@xl > :not([class*=uk-width]),
  .uk-child-width-1-4\@xl > :not([class*=uk-width]),
  .uk-child-width-1-5\@xl > :not([class*=uk-width]),
  .uk-child-width-1-6\@xl > :not([class*=uk-width]),
  .uk-child-width-auto\@xl > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* 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% / 3);
}

.uk-width-2-3 {
  width: calc(200% / 3);
}

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

.uk-width-5-6 {
  width: calc(500% / 6);
}

/* 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% / 3);
  }
  .uk-width-2-3\@s {
    width: calc(200% / 3);
  }
  /* 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% / 6);
  }
  .uk-width-5-6\@s {
    width: calc(500% / 6);
  }
  /* 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;
  }
  /* Reset expand */
  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-2-3\@s,
  .uk-width-1-4\@s,
  .uk-width-3-4\@s,
  .uk-width-1-5\@s,
  .uk-width-2-5\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-1-6\@s,
  .uk-width-5-6\@s,
  .uk-width-small\@s,
  .uk-width-medium\@s,
  .uk-width-large\@s,
  .uk-width-xlarge\@s,
  .uk-width-2xlarge\@s,
  .uk-width-auto\@s {
    flex: initial;
  }
}
/* 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% / 3);
  }
  .uk-width-2-3\@m {
    width: calc(200% / 3);
  }
  /* 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% / 6);
  }
  .uk-width-5-6\@m {
    width: calc(500% / 6);
  }
  /* 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;
  }
  /* Reset expand */
  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-2-3\@m,
  .uk-width-1-4\@m,
  .uk-width-3-4\@m,
  .uk-width-1-5\@m,
  .uk-width-2-5\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-1-6\@m,
  .uk-width-5-6\@m,
  .uk-width-small\@m,
  .uk-width-medium\@m,
  .uk-width-large\@m,
  .uk-width-xlarge\@m,
  .uk-width-2xlarge\@m,
  .uk-width-auto\@m {
    flex: initial;
  }
}
/* 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% / 3);
  }
  .uk-width-2-3\@l {
    width: calc(200% / 3);
  }
  /* 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% / 6);
  }
  .uk-width-5-6\@l {
    width: calc(500% / 6);
  }
  /* 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;
  }
  /* Reset expand */
  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-2-3\@l,
  .uk-width-1-4\@l,
  .uk-width-3-4\@l,
  .uk-width-1-5\@l,
  .uk-width-2-5\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-1-6\@l,
  .uk-width-5-6\@l,
  .uk-width-small\@l,
  .uk-width-medium\@l,
  .uk-width-large\@l,
  .uk-width-xlarge\@l,
  .uk-width-2xlarge\@l,
  .uk-width-auto\@l {
    flex: initial;
  }
}
/* 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% / 3);
  }
  .uk-width-2-3\@xl {
    width: calc(200% / 3);
  }
  /* 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% / 6);
  }
  .uk-width-5-6\@xl {
    width: calc(500% / 6);
  }
  /* 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;
  }
  /* Reset expand */
  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-2-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-3-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-2-5\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-5-6\@xl,
  .uk-width-small\@xl,
  .uk-width-medium\@xl,
  .uk-width-large\@xl,
  .uk-width-xlarge\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-auto\@xl {
    flex: initial;
  }
}
/* Intrinsic Widths
 ========================================================================== */
.uk-width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.uk-width-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-width-min-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

/* ========================================================================
   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: #F2F4F4;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  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;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #F2F4F4 !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 all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #1e87f0;
}

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

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word;
}

/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word;
}

/* Stroke modifiers
 ========================================================================== */
.uk-text-stroke {
  -webkit-text-stroke: calc(1.4px + 0.002em);
  -webkit-text-fill-color: transparent;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  -webkit-transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
          transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}

[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  /* 3 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/*
 * Overflow fade
 * 1. Overflow
 * 2. Mask
 */
@property --uk-overflow-fade-start-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@property --uk-overflow-fade-end-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.uk-overflow-fade-horizontal {
  overflow-x: auto;
  --uk-overflow-fade-direction: right;
}

.uk-overflow-fade-vertical {
  overflow-y: auto;
  --uk-overflow-fade-direction: bottom;
}

.uk-overflow-fade-horizontal,
.uk-overflow-fade-vertical {
  /* 1 */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* 2 */
  -webkit-mask-image: linear-gradient(to var(--uk-overflow-fade-direction), rgba(0, 0, 0, var(--uk-overflow-fade-start-opacity)), #000 100px, #000 calc(100% - 100px), rgba(0, 0, 0, var(--uk-overflow-fade-end-opacity)));
          mask-image: linear-gradient(to var(--uk-overflow-fade-direction), rgba(0, 0, 0, var(--uk-overflow-fade-start-opacity)), #000 100px, #000 calc(100% - 100px), rgba(0, 0, 0, var(--uk-overflow-fade-end-opacity)));
}

.uk-overflow-fade-horizontal > *,
.uk-overflow-fade-vertical > * {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.uk-overflow-fade-horizontal::-webkit-scrollbar,
.uk-overflow-fade-vertical::-webkit-scrollbar {
  display: none;
}

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box;
}

.uk-box-sizing-border {
  box-sizing: border-box;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-horizontal {
  resize: horizontal;
}

.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 new layer 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;
  -o-object-fit: fill;
     object-fit: fill;
}

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

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
  max-width: 100%;
}

/* Object
 ========================================================================== */
.uk-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.uk-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.uk-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.uk-object-none {
  -o-object-fit: none;
     object-fit: none;
}

.uk-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/*
 * Position
 */
.uk-object-top-left {
  -o-object-position: 0 0;
     object-position: 0 0;
}

.uk-object-top-center {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.uk-object-top-right {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

.uk-object-center-left {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}

.uk-object-center-center {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.uk-object-center-right {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.uk-object-bottom-left {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.uk-object-bottom-center {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.uk-object-bottom-right {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

/* 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. Fix shadow being clipped in Safari if container is animated
 */
@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444444;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* 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
 */
.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%;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: sans-serif;
  color: #3D3D3D;
  /* 2 */
  text-decoration: none;
}

/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}

/* Hover */
.uk-logo:hover {
  color: #3D3D3D;
  /* 1 */
  text-decoration: none;
}

.uk-logo :where(img, svg, video) {
  display: block;
}

.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 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

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

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }
  .uk-flex-top\@s {
    align-items: flex-start;
  }
  .uk-flex-middle\@s {
    align-items: center;
  }
  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }
  .uk-flex-top\@m {
    align-items: flex-start;
  }
  .uk-flex-middle\@m {
    align-items: center;
  }
  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}
/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }
  .uk-flex-top\@l {
    align-items: flex-start;
  }
  .uk-flex-middle\@l {
    align-items: center;
  }
  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}
/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }
  .uk-flex-top\@xl {
    align-items: flex-start;
  }
  .uk-flex-middle\@xl {
    align-items: center;
  }
  .uk-flex-bottom\@xl {
    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;
}

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
}
/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
  .uk-flex-column\@l {
    flex-direction: column;
  }
}
/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }
  .uk-flex-column\@xl {
    flex-direction: column;
  }
}
/* 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
 */
.uk-flex-initial {
  flex: initial;
}

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

/* Phone landscape and bigger */
@media (min-width: 681px) {
  .uk-flex-initial\@s {
    flex: initial;
  }
  .uk-flex-none\@s {
    flex: none;
  }
  .uk-flex-1\@s {
    flex: 1;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .uk-flex-initial\@m {
    flex: initial;
  }
  .uk-flex-none\@m {
    flex: none;
  }
  .uk-flex-1\@m {
    flex: 1;
  }
}
/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-flex-initial\@l {
    flex: initial;
  }
  .uk-flex-none\@l {
    flex: none;
  }
  .uk-flex-1\@l {
    flex: 1;
  }
}
/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-flex-initial\@xl {
    flex: initial;
  }
  .uk-flex-none\@xl {
    flex: none;
  }
  .uk-flex-1\@xl {
    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;
}

/* XSmall
 ========================================================================== */
.uk-margin-xsmall {
  margin-bottom: 5px;
}

* + .uk-margin-xsmall {
  margin-top: 5px !important;
}

.uk-margin-xsmall-top {
  margin-top: 5px !important;
}

.uk-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}

.uk-margin-xsmall-left {
  margin-left: 5px !important;
}

.uk-margin-xsmall-right {
  margin-right: 5px !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
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[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: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's 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.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  -webkit-transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
          transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right],
.uk-position-center-vertical {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  -webkit-transform: translate(0, var(--uk-position-translate-y));
          transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-vertical {
  left: 0;
  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,
.uk-position-center-horizontal {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  -webkit-transform: translate(var(--uk-position-translate-x), 0);
          transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

.uk-position-center-horizontal {
  top: 0;
  bottom: 0;
}

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 16px;
  --uk-position-margin-offset: 16px;
}

.uk-position-medium {
  margin: 32px;
  --uk-position-margin-offset: 32px;
}

.uk-position-large {
  margin: 32px;
  --uk-position-margin-offset: 32px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-sticky {
  position: sticky !important;
}

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-zero {
  z-index: 0;
}

.uk-position-z-index-negative {
  z-index: -1;
}

.uk-position-z-index-high {
  z-index: 990;
}

.uk-position-z-index-highest {
  z-index: 1060;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden,
.uk-hidden-empty:empty {
  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;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Current browsers and screen readers
 *    keep the element in the accessibility tree even with zero dimensions.
 *    Using `tabindex="-1"` will show the element on touch devices.
 *    Note: `clip-path` doesn't work with `tabindex` on touch devices.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-visible):not(:has(:focus-visible)),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Note: `clip-path` doesn't work with hover for elements outside of the toggle box.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !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
 */
/*
 * Pass dropbar behind color to JS
 */
* {
  --uk-inverse: initial;
}

.uk-light {
  --uk-inverse: light;
}

.uk-dark, .uk-dropdown, .uk-offcanvas-bar {
  --uk-inverse: dark;
}

.uk-inverse-light {
  --uk-inverse: light !important;
}

.uk-inverse-dark {
  --uk-inverse: dark !important;
}

/*
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;
  height: 100%; /* 1 */
  background-color: #ffffff;
  color: #3D3D3D;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
@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;
  -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 {
  margin-bottom: 32px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
p[class*=inverse], [class*=inverse] p {
  color: #ffffff;
}
@media screen and (max-width: 680px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 681px) {
  p {
    font-size: 18px;
  }
}

.p--compact {
  margin: 16px auto;
}

.p--intro {
  letter-spacing: 0.6px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1041px) {
  .p--intro {
    font-size: 30px;
    line-height: 1.33;
  }
}
.p--intro p {
  letter-spacing: 0.6px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1041px) {
  .p--intro p {
    font-size: 30px;
    line-height: 1.33;
  }
}
.p--intro a {
  text-decoration: underline;
}

.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: 400;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  color: #0087A9;
  font-size: 14px;
}
small[class*=inverse], [class*=inverse] small {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: 0.07em;
  font-family: "Lato", 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: #ffffff;
}
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: #0087A9;
  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: 36px;
  }
}

h2 {
  font-size: 36px;
}
@media screen and (max-width: 680px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #0087A9;
}
h3[class*=inverse], [class*=inverse] h3 {
  color: #ffffff;
}

h4[class*=inverse], [class*=inverse] h4 {
  color: #ffffff;
}

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;
}
ul.unstyle-inline li::before {
  content: none;
}
ul.unstyle-inline li {
  margin-right: 8px;
  display: inline;
}
ul[aria-label]:before {
  content: attr(aria-label);
  margin-left: -20px;
}

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: rgb(251.75, 252.25, 252.25);
}
[class*="--inverse"] hr {
  color: #ffffff;
  opacity: 1;
}

.hr--primary {
  color: #0087A9;
}

.hr--thin {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt {
  color: #0087A9;
  font-size: 14px;
  font-weight: 300;
}
[class*="--inverse"] dt {
  color: #ffffff;
}

dd {
  margin-right: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
}

code {
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 2px;
  background-color: rgb(251.75, 252.25, 252.25);
  color: #ff3467;
}

.s-wysiwyg img,
.content img {
  margin-bottom: 40px;
  width: 100%;
}
.s-wysiwyg table,
.content table {
  margin-bottom: 32px;
}
.s-wysiwyg table th,
.content table th {
  background-color: #0087A9;
  color: #ffffff;
  text-align: left;
}
.s-wysiwyg table td,
.content table td {
  border-bottom: 2px solid #F2F4F4;
}
.s-wysiwyg table td,
.s-wysiwyg table th,
.content table td,
.content table th {
  padding: 4px 8px;
  vertical-align: top;
}
.s-wysiwyg a,
.content a {
  text-decoration: underline;
}
.page__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__main {
  overflow: hidden;
  flex-grow: 1;
}

.page__title {
  color: #0087A9;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1.2em;
}

.page__subtitle {
  margin-top: 0;
  margin-bottom: 16px;
  color: #0087A9;
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 680px) {
  .page__subtitle {
    font-size: 64px;
  }
}
@media screen and (min-width: 681px) and (max-width: 800px) {
  .page__subtitle {
    font-size: 72px;
  }
}
@media screen and (min-width: 801px) and (max-width: 920px) {
  .page__subtitle {
    font-size: 80px;
  }
}
@media screen and (min-width: 921px) and (max-width: 1040px) {
  .page__subtitle {
    font-size: 96px;
  }
}
@media screen and (min-width: 1041px) {
  .page__subtitle {
    font-size: 150px;
  }
}

.page__subtitle--left {
  position: relative;
}
@media screen and (max-width: 680px) {
  .page__subtitle--left {
    left: -20px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page__subtitle--left {
    left: -30px;
  }
}
@media screen and (min-width: 1041px) {
  .page__subtitle--left {
    left: -50px;
  }
}

@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;
  width: 100%;
  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: -32px;
    margin-left: -32px;
  }
}
@media screen and (min-width: 1041px) {
  .layout {
    margin-right: -32px;
    margin-left: -32px;
  }
}

.layout--flex-end {
  align-items: flex-end;
}

.layout--space-between {
  justify-content: space-between;
}

.layout--space-around {
  justify-content: space-around;
}

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

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

.layout--align-items-center {
  align-items: center;
}

.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 rgb(251.75, 252.25, 252.25);
}

.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: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1041px) {
  .layout__item {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 680px) {
  .layout__item {
    margin-bottom: 60px;
  }
  .layout__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px) {
  .layout__item--no-margin {
    margin-bottom: 0;
  }
}

.layout__item--auto {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

.layout__item--flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  .layout__item--image {
    order: 2;
  }
}

.layout__item--centered {
  text-align: center;
}

@media screen and (min-width: 681px) {
  .layout__item--1-12,
  .layout__item--1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .layout__item--push-1-12,
  .layout__item--push-1 {
    margin-left: 8.3333333333%;
  }
  .layout--row-reverse .layout__item--push-1-12,
  .layout--row-reverse .layout__item--push-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12,
  .layout__item--pull-1 {
    margin-left: -8.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-1-12,
  .layout--row-reverse .layout__item--pull-1 {
    margin-right: -8.3333333333%;
    margin-left: 0;
  }
}
@media screen and (min-width: 681px) {
  .layout__item--2-12,
  .layout__item--2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .layout__item--push-2-12,
  .layout__item--push-2 {
    margin-left: 16.6666666667%;
  }
  .layout--row-reverse .layout__item--push-2-12,
  .layout--row-reverse .layout__item--push-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12,
  .layout__item--pull-2 {
    margin-left: -16.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-2-12,
  .layout--row-reverse .layout__item--pull-2 {
    margin-right: -16.6666666667%;
    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.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .layout__item--push-4-12,
  .layout__item--push-4 {
    margin-left: 33.3333333333%;
  }
  .layout--row-reverse .layout__item--push-4-12,
  .layout--row-reverse .layout__item--push-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12,
  .layout__item--pull-4 {
    margin-left: -33.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-4-12,
  .layout--row-reverse .layout__item--pull-4 {
    margin-right: -33.3333333333%;
    margin-left: 0;
  }
}
@media screen and (min-width: 681px) {
  .layout__item--5-12,
  .layout__item--5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .layout__item--push-5-12,
  .layout__item--push-5 {
    margin-left: 41.6666666667%;
  }
  .layout--row-reverse .layout__item--push-5-12,
  .layout--row-reverse .layout__item--push-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12,
  .layout__item--pull-5 {
    margin-left: -41.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-5-12,
  .layout--row-reverse .layout__item--pull-5 {
    margin-right: -41.6666666667%;
    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.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .layout__item--push-7-12,
  .layout__item--push-7 {
    margin-left: 58.3333333333%;
  }
  .layout--row-reverse .layout__item--push-7-12,
  .layout--row-reverse .layout__item--push-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12,
  .layout__item--pull-7 {
    margin-left: -58.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-7-12,
  .layout--row-reverse .layout__item--pull-7 {
    margin-right: -58.3333333333%;
    margin-left: 0;
  }
}
@media screen and (min-width: 681px) {
  .layout__item--8-12,
  .layout__item--8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .layout__item--push-8-12,
  .layout__item--push-8 {
    margin-left: 66.6666666667%;
  }
  .layout--row-reverse .layout__item--push-8-12,
  .layout--row-reverse .layout__item--push-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12,
  .layout__item--pull-8 {
    margin-left: -66.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-8-12,
  .layout--row-reverse .layout__item--pull-8 {
    margin-right: -66.6666666667%;
    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.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .layout__item--push-10-12,
  .layout__item--push-10 {
    margin-left: 83.3333333333%;
  }
  .layout--row-reverse .layout__item--push-10-12,
  .layout--row-reverse .layout__item--push-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12,
  .layout__item--pull-10 {
    margin-left: -83.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-10-12,
  .layout--row-reverse .layout__item--pull-10 {
    margin-right: -83.3333333333%;
    margin-left: 0;
  }
}
@media screen and (min-width: 681px) {
  .layout__item--11-12,
  .layout__item--11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .layout__item--push-11-12,
  .layout__item--push-11 {
    margin-left: 91.6666666667%;
  }
  .layout--row-reverse .layout__item--push-11-12,
  .layout--row-reverse .layout__item--push-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12,
  .layout__item--pull-11 {
    margin-left: -91.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-11-12,
  .layout--row-reverse .layout__item--pull-11 {
    margin-right: -91.6666666667%;
    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.3333333333%;
  flex: 0 0 8.3333333333%;
}

.layout__item--push-1-12-palm,
.layout__item--push-1-palm {
  margin-left: 8.3333333333%;
}
.layout--row-reverse .layout__item--push-1-12-palm,
.layout--row-reverse .layout__item--push-1-palm {
  margin-right: 8.3333333333%;
  margin-left: 0;
}

.layout__item--pull-1-12-palm,
.layout__item--pull-1-palm {
  margin-left: -8.3333333333%;
}
.layout--row-reverse .layout__item--pull-1-12-palm,
.layout--row-reverse .layout__item--pull-1-palm {
  margin-right: -8.3333333333%;
  margin-left: 0;
}

.layout__item--2-12-palm,
.layout__item--2-palm {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.layout__item--push-2-12-palm,
.layout__item--push-2-palm {
  margin-left: 16.6666666667%;
}
.layout--row-reverse .layout__item--push-2-12-palm,
.layout--row-reverse .layout__item--push-2-palm {
  margin-right: 16.6666666667%;
  margin-left: 0;
}

.layout__item--pull-2-12-palm,
.layout__item--pull-2-palm {
  margin-left: -16.6666666667%;
}
.layout--row-reverse .layout__item--pull-2-12-palm,
.layout--row-reverse .layout__item--pull-2-palm {
  margin-right: -16.6666666667%;
  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.3333333333%;
  flex: 0 0 33.3333333333%;
}

.layout__item--push-4-12-palm,
.layout__item--push-4-palm {
  margin-left: 33.3333333333%;
}
.layout--row-reverse .layout__item--push-4-12-palm,
.layout--row-reverse .layout__item--push-4-palm {
  margin-right: 33.3333333333%;
  margin-left: 0;
}

.layout__item--pull-4-12-palm,
.layout__item--pull-4-palm {
  margin-left: -33.3333333333%;
}
.layout--row-reverse .layout__item--pull-4-12-palm,
.layout--row-reverse .layout__item--pull-4-palm {
  margin-right: -33.3333333333%;
  margin-left: 0;
}

.layout__item--5-12-palm,
.layout__item--5-palm {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.layout__item--push-5-12-palm,
.layout__item--push-5-palm {
  margin-left: 41.6666666667%;
}
.layout--row-reverse .layout__item--push-5-12-palm,
.layout--row-reverse .layout__item--push-5-palm {
  margin-right: 41.6666666667%;
  margin-left: 0;
}

.layout__item--pull-5-12-palm,
.layout__item--pull-5-palm {
  margin-left: -41.6666666667%;
}
.layout--row-reverse .layout__item--pull-5-12-palm,
.layout--row-reverse .layout__item--pull-5-palm {
  margin-right: -41.6666666667%;
  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.3333333333%;
  flex: 0 0 58.3333333333%;
}

.layout__item--push-7-12-palm,
.layout__item--push-7-palm {
  margin-left: 58.3333333333%;
}
.layout--row-reverse .layout__item--push-7-12-palm,
.layout--row-reverse .layout__item--push-7-palm {
  margin-right: 58.3333333333%;
  margin-left: 0;
}

.layout__item--pull-7-12-palm,
.layout__item--pull-7-palm {
  margin-left: -58.3333333333%;
}
.layout--row-reverse .layout__item--pull-7-12-palm,
.layout--row-reverse .layout__item--pull-7-palm {
  margin-right: -58.3333333333%;
  margin-left: 0;
}

.layout__item--8-12-palm,
.layout__item--8-palm {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.layout__item--push-8-12-palm,
.layout__item--push-8-palm {
  margin-left: 66.6666666667%;
}
.layout--row-reverse .layout__item--push-8-12-palm,
.layout--row-reverse .layout__item--push-8-palm {
  margin-right: 66.6666666667%;
  margin-left: 0;
}

.layout__item--pull-8-12-palm,
.layout__item--pull-8-palm {
  margin-left: -66.6666666667%;
}
.layout--row-reverse .layout__item--pull-8-12-palm,
.layout--row-reverse .layout__item--pull-8-palm {
  margin-right: -66.6666666667%;
  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.3333333333%;
  flex: 0 0 83.3333333333%;
}

.layout__item--push-10-12-palm,
.layout__item--push-10-palm {
  margin-left: 83.3333333333%;
}
.layout--row-reverse .layout__item--push-10-12-palm,
.layout--row-reverse .layout__item--push-10-palm {
  margin-right: 83.3333333333%;
  margin-left: 0;
}

.layout__item--pull-10-12-palm,
.layout__item--pull-10-palm {
  margin-left: -83.3333333333%;
}
.layout--row-reverse .layout__item--pull-10-12-palm,
.layout--row-reverse .layout__item--pull-10-palm {
  margin-right: -83.3333333333%;
  margin-left: 0;
}

.layout__item--11-12-palm,
.layout__item--11-palm {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.layout__item--push-11-12-palm,
.layout__item--push-11-palm {
  margin-left: 91.6666666667%;
}
.layout--row-reverse .layout__item--push-11-12-palm,
.layout--row-reverse .layout__item--push-11-palm {
  margin-right: 91.6666666667%;
  margin-left: 0;
}

.layout__item--pull-11-12-palm,
.layout__item--pull-11-palm {
  margin-left: -91.6666666667%;
}
.layout--row-reverse .layout__item--pull-11-12-palm,
.layout--row-reverse .layout__item--pull-11-palm {
  margin-right: -91.6666666667%;
  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.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .layout__item--push-1-12-hand,
  .layout__item--push-1-hand {
    margin-left: 8.3333333333%;
  }
  .layout--row-reverse .layout__item--push-1-12-hand,
  .layout--row-reverse .layout__item--push-1-hand {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-hand,
  .layout__item--pull-1-hand {
    margin-left: -8.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-hand,
  .layout--row-reverse .layout__item--pull-1-hand {
    margin-right: -8.3333333333%;
    margin-left: 0;
  }
  .layout__item--2-12-hand,
  .layout__item--2-hand {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .layout__item--push-2-12-hand,
  .layout__item--push-2-hand {
    margin-left: 16.6666666667%;
  }
  .layout--row-reverse .layout__item--push-2-12-hand,
  .layout--row-reverse .layout__item--push-2-hand {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-hand,
  .layout__item--pull-2-hand {
    margin-left: -16.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-hand,
  .layout--row-reverse .layout__item--pull-2-hand {
    margin-right: -16.6666666667%;
    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.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .layout__item--push-4-12-hand,
  .layout__item--push-4-hand {
    margin-left: 33.3333333333%;
  }
  .layout--row-reverse .layout__item--push-4-12-hand,
  .layout--row-reverse .layout__item--push-4-hand {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-hand,
  .layout__item--pull-4-hand {
    margin-left: -33.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-hand,
  .layout--row-reverse .layout__item--pull-4-hand {
    margin-right: -33.3333333333%;
    margin-left: 0;
  }
  .layout__item--5-12-hand,
  .layout__item--5-hand {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .layout__item--push-5-12-hand,
  .layout__item--push-5-hand {
    margin-left: 41.6666666667%;
  }
  .layout--row-reverse .layout__item--push-5-12-hand,
  .layout--row-reverse .layout__item--push-5-hand {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-hand,
  .layout__item--pull-5-hand {
    margin-left: -41.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-hand,
  .layout--row-reverse .layout__item--pull-5-hand {
    margin-right: -41.6666666667%;
    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.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .layout__item--push-7-12-hand,
  .layout__item--push-7-hand {
    margin-left: 58.3333333333%;
  }
  .layout--row-reverse .layout__item--push-7-12-hand,
  .layout--row-reverse .layout__item--push-7-hand {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-hand,
  .layout__item--pull-7-hand {
    margin-left: -58.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-hand,
  .layout--row-reverse .layout__item--pull-7-hand {
    margin-right: -58.3333333333%;
    margin-left: 0;
  }
  .layout__item--8-12-hand,
  .layout__item--8-hand {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .layout__item--push-8-12-hand,
  .layout__item--push-8-hand {
    margin-left: 66.6666666667%;
  }
  .layout--row-reverse .layout__item--push-8-12-hand,
  .layout--row-reverse .layout__item--push-8-hand {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-hand,
  .layout__item--pull-8-hand {
    margin-left: -66.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-hand,
  .layout--row-reverse .layout__item--pull-8-hand {
    margin-right: -66.6666666667%;
    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.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .layout__item--push-10-12-hand,
  .layout__item--push-10-hand {
    margin-left: 83.3333333333%;
  }
  .layout--row-reverse .layout__item--push-10-12-hand,
  .layout--row-reverse .layout__item--push-10-hand {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-hand,
  .layout__item--pull-10-hand {
    margin-left: -83.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-hand,
  .layout--row-reverse .layout__item--pull-10-hand {
    margin-right: -83.3333333333%;
    margin-left: 0;
  }
  .layout__item--11-12-hand,
  .layout__item--11-hand {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .layout__item--push-11-12-hand,
  .layout__item--push-11-hand {
    margin-left: 91.6666666667%;
  }
  .layout--row-reverse .layout__item--push-11-12-hand,
  .layout--row-reverse .layout__item--push-11-hand {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-hand,
  .layout__item--pull-11-hand {
    margin-left: -91.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-hand,
  .layout--row-reverse .layout__item--pull-11-hand {
    margin-right: -91.6666666667%;
    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.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .layout__item--push-1-12-lap,
  .layout__item--push-1-lap {
    margin-left: 8.3333333333%;
  }
  .layout--row-reverse .layout__item--push-1-12-lap,
  .layout--row-reverse .layout__item--push-1-lap {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-lap,
  .layout__item--pull-1-lap {
    margin-left: -8.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-lap,
  .layout--row-reverse .layout__item--pull-1-lap {
    margin-right: -8.3333333333%;
    margin-left: 0;
  }
  .layout__item--2-12-lap,
  .layout__item--2-lap {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .layout__item--push-2-12-lap,
  .layout__item--push-2-lap {
    margin-left: 16.6666666667%;
  }
  .layout--row-reverse .layout__item--push-2-12-lap,
  .layout--row-reverse .layout__item--push-2-lap {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-lap,
  .layout__item--pull-2-lap {
    margin-left: -16.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-lap,
  .layout--row-reverse .layout__item--pull-2-lap {
    margin-right: -16.6666666667%;
    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.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .layout__item--push-4-12-lap,
  .layout__item--push-4-lap {
    margin-left: 33.3333333333%;
  }
  .layout--row-reverse .layout__item--push-4-12-lap,
  .layout--row-reverse .layout__item--push-4-lap {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-lap,
  .layout__item--pull-4-lap {
    margin-left: -33.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-lap,
  .layout--row-reverse .layout__item--pull-4-lap {
    margin-right: -33.3333333333%;
    margin-left: 0;
  }
  .layout__item--5-12-lap,
  .layout__item--5-lap {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .layout__item--push-5-12-lap,
  .layout__item--push-5-lap {
    margin-left: 41.6666666667%;
  }
  .layout--row-reverse .layout__item--push-5-12-lap,
  .layout--row-reverse .layout__item--push-5-lap {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-lap,
  .layout__item--pull-5-lap {
    margin-left: -41.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-lap,
  .layout--row-reverse .layout__item--pull-5-lap {
    margin-right: -41.6666666667%;
    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.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .layout__item--push-7-12-lap,
  .layout__item--push-7-lap {
    margin-left: 58.3333333333%;
  }
  .layout--row-reverse .layout__item--push-7-12-lap,
  .layout--row-reverse .layout__item--push-7-lap {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-lap,
  .layout__item--pull-7-lap {
    margin-left: -58.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-lap,
  .layout--row-reverse .layout__item--pull-7-lap {
    margin-right: -58.3333333333%;
    margin-left: 0;
  }
  .layout__item--8-12-lap,
  .layout__item--8-lap {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .layout__item--push-8-12-lap,
  .layout__item--push-8-lap {
    margin-left: 66.6666666667%;
  }
  .layout--row-reverse .layout__item--push-8-12-lap,
  .layout--row-reverse .layout__item--push-8-lap {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-lap,
  .layout__item--pull-8-lap {
    margin-left: -66.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-lap,
  .layout--row-reverse .layout__item--pull-8-lap {
    margin-right: -66.6666666667%;
    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.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .layout__item--push-10-12-lap,
  .layout__item--push-10-lap {
    margin-left: 83.3333333333%;
  }
  .layout--row-reverse .layout__item--push-10-12-lap,
  .layout--row-reverse .layout__item--push-10-lap {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-lap,
  .layout__item--pull-10-lap {
    margin-left: -83.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-lap,
  .layout--row-reverse .layout__item--pull-10-lap {
    margin-right: -83.3333333333%;
    margin-left: 0;
  }
  .layout__item--11-12-lap,
  .layout__item--11-lap {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .layout__item--push-11-12-lap,
  .layout__item--push-11-lap {
    margin-left: 91.6666666667%;
  }
  .layout--row-reverse .layout__item--push-11-12-lap,
  .layout--row-reverse .layout__item--push-11-lap {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-lap,
  .layout__item--pull-11-lap {
    margin-left: -91.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-lap,
  .layout--row-reverse .layout__item--pull-11-lap {
    margin-right: -91.6666666667%;
    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.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .layout__item--push-1-12-desk,
  .layout__item--push-1-desk {
    margin-left: 8.3333333333%;
  }
  .layout--row-reverse .layout__item--push-1-12-desk,
  .layout--row-reverse .layout__item--push-1-desk {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-desk,
  .layout__item--pull-1-desk {
    margin-left: -8.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-desk,
  .layout--row-reverse .layout__item--pull-1-desk {
    margin-right: -8.3333333333%;
    margin-left: 0;
  }
  .layout__item--2-12-desk,
  .layout__item--2-desk {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .layout__item--push-2-12-desk,
  .layout__item--push-2-desk {
    margin-left: 16.6666666667%;
  }
  .layout--row-reverse .layout__item--push-2-12-desk,
  .layout--row-reverse .layout__item--push-2-desk {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-desk,
  .layout__item--pull-2-desk {
    margin-left: -16.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-desk,
  .layout--row-reverse .layout__item--pull-2-desk {
    margin-right: -16.6666666667%;
    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.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .layout__item--push-4-12-desk,
  .layout__item--push-4-desk {
    margin-left: 33.3333333333%;
  }
  .layout--row-reverse .layout__item--push-4-12-desk,
  .layout--row-reverse .layout__item--push-4-desk {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-desk,
  .layout__item--pull-4-desk {
    margin-left: -33.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-desk,
  .layout--row-reverse .layout__item--pull-4-desk {
    margin-right: -33.3333333333%;
    margin-left: 0;
  }
  .layout__item--5-12-desk,
  .layout__item--5-desk {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .layout__item--push-5-12-desk,
  .layout__item--push-5-desk {
    margin-left: 41.6666666667%;
  }
  .layout--row-reverse .layout__item--push-5-12-desk,
  .layout--row-reverse .layout__item--push-5-desk {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-desk,
  .layout__item--pull-5-desk {
    margin-left: -41.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-desk,
  .layout--row-reverse .layout__item--pull-5-desk {
    margin-right: -41.6666666667%;
    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.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .layout__item--push-7-12-desk,
  .layout__item--push-7-desk {
    margin-left: 58.3333333333%;
  }
  .layout--row-reverse .layout__item--push-7-12-desk,
  .layout--row-reverse .layout__item--push-7-desk {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-desk,
  .layout__item--pull-7-desk {
    margin-left: -58.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-desk,
  .layout--row-reverse .layout__item--pull-7-desk {
    margin-right: -58.3333333333%;
    margin-left: 0;
  }
  .layout__item--8-12-desk,
  .layout__item--8-desk {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .layout__item--push-8-12-desk,
  .layout__item--push-8-desk {
    margin-left: 66.6666666667%;
  }
  .layout--row-reverse .layout__item--push-8-12-desk,
  .layout--row-reverse .layout__item--push-8-desk {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-desk,
  .layout__item--pull-8-desk {
    margin-left: -66.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-desk,
  .layout--row-reverse .layout__item--pull-8-desk {
    margin-right: -66.6666666667%;
    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.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .layout__item--push-10-12-desk,
  .layout__item--push-10-desk {
    margin-left: 83.3333333333%;
  }
  .layout--row-reverse .layout__item--push-10-12-desk,
  .layout--row-reverse .layout__item--push-10-desk {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-desk,
  .layout__item--pull-10-desk {
    margin-left: -83.3333333333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-desk,
  .layout--row-reverse .layout__item--pull-10-desk {
    margin-right: -83.3333333333%;
    margin-left: 0;
  }
  .layout__item--11-12-desk,
  .layout__item--11-desk {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .layout__item--push-11-12-desk,
  .layout__item--push-11-desk {
    margin-left: 91.6666666667%;
  }
  .layout--row-reverse .layout__item--push-11-12-desk,
  .layout--row-reverse .layout__item--push-11-desk {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-desk,
  .layout__item--pull-11-desk {
    margin-left: -91.6666666667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-desk,
  .layout--row-reverse .layout__item--pull-11-desk {
    margin-right: -91.6666666667%;
    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;
  }
}
.layout__image--up {
  margin-top: -80px;
  max-width: 440px;
}

.layout__image--down {
  margin-bottom: -40px;
}

.page-header {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 680px) {
  .page-header {
    align-items: center;
  }
}
@media screen and (min-width: 681px) {
  .page-header {
    align-items: center;
  }
}
@media screen and (min-width: 681px) and (max-width: 800px) {
  .page-header {
    font-size: 16px;
  }
}

.page-header--inverse {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  color: #ffffff;
}

.page-header__logo-container {
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .page-header__logo-container {
    width: 20vw;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-header__logo-container {
    width: 100px;
  }
}
@media screen and (min-width: 681px) {
  .page-header__logo-container {
    width: 150px;
  }
  .home .page-header__logo-container {
    width: 200px;
  }
}

.page-header__logo-container h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.page-header__logo-container h1 span {
  display: block;
  color: #0087A9;
  font-size: 14px;
}
.page-header__logo-container h1 span[class*=inverse], [class*=inverse] .page-header__logo-container h1 span {
  color: #ffffff;
}

.page-header__navigation {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .page-header__navigation {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-header__navigation {
    padding-top: 10px;
  }
}
@media screen and (min-width: 681px) {
  .page-header__navigation {
    padding-top: 28px;
    align-items: baseline;
  }
}

.page-header__back {
  padding-left: 40px;
}
@media screen and (max-width: 680px) {
  .page-header__back {
    display: none;
  }
}

.page-header__menu {
  min-width: 52px;
  min-height: 52px;
}

@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;
  }
}
@media screen and (min-width: 1281px) {
  .page-section {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.page-section--inverse {
  background-color: #000000;
}

.page-section--tinted {
  background-color: rgb(251.75, 252.25, 252.25);
}

@media screen and (min-width: 921px) {
  .page-section--dates-top {
    background-image: url("./..//images/fix-camra_arch.png");
    background-position: right 90%;
    background-size: 15%;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 921px) {
  .page-section--expressie {
    background-image: url("./..//images/fix-earbud.png");
    background-position: right 0;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 921px) {
  .page-section--media {
    background-image: url("./..//images/fix-pen.png");
    background-position: left bottom;
    background-repeat: no-repeat;
  }
}

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

.page-section__container--white-grey {
  background: linear-gradient(0deg, #F2F4F4 80%, transparent 80%);
}

.page-section__container--grey-white {
  background: linear-gradient(0deg, transparent 50%, #F2F4F4 50%);
}

.page-section__container--grey {
  background-color: #F2F4F4;
}

.page-section__container--primary {
  background-color: #0087A9;
}

.page-section__container--purple {
  background-color: #a6a4cb;
}

@media screen and (max-width: 440px) {
  .page-header,
  .page-section__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-header,
  .page-section__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-header,
  .page-section__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1041px) {
  .page-header,
  .page-section__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@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: #0087A9;
  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-section__header {
  margin-bottom: 32px;
}
.page-section__header svg {
  max-height: 48px;
}

@media screen and (max-width: 680px) {
  .page-section__hero {
    min-height: 400px;
  }
}
@media screen and (min-width: 681px) {
  .page-section__hero {
    min-height: 600px;
  }
}

@media screen and (max-width: 1280px) {
  .page-footer {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .page-footer {
    padding-top: 80px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1281px) {
  .page-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-y: hidden;
  }
}

.page-footer__container {
  position: relative;
}
.page-footer__container:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background-image: url(./..//images/stripes.svg);
  background-position: top center;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  content: "";
}

.page-footer__navigation-item {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2.5em;
}
@media screen and (max-width: 680px) {
  .page-footer__navigation-item {
    line-height: 2em;
  }
}

.page-footer__title {
  letter-spacing: 2px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 680px) {
  .page-footer__title {
    margin-bottom: 120px;
    font-size: 50px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-footer__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .page-footer__title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1281px) {
  .page-footer__title {
    font-size: 77px;
  }
}

.hero-gonorthgo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.hero-gonorthgo__title {
  color: #ffffff;
  text-shadow: 5px 5px 15px #000000;
  letter-spacing: 2px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 680px) {
  .hero-gonorthgo__title {
    margin-bottom: 120px;
    font-size: 50px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero-gonorthgo__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .hero-gonorthgo__title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1281px) {
  .hero-gonorthgo__title {
    font-size: 77px;
  }
}

.page-footer__subtitle {
  letter-spacing: 1px;
  font-size: 24px;
}

.page-footer__circle {
  top: -40px;
}
@media screen and (max-width: 680px) {
  .page-footer__circle {
    top: -60px;
    left: -60px;
    width: 360px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-footer__circle {
    top: -60px;
    right: 55%;
    width: 480px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .page-footer__circle {
    top: -80px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1640px) {
  .page-footer__circle {
    top: -60px;
  }
}
@media screen and (min-width: 1641px) {
  .page-footer__circle {
    top: -60px;
  }
}
@media screen and (min-width: 1041px) {
  .page-footer__circle {
    right: 55%;
    width: 885px;
  }
}

.button {
  padding: 8px 40px;
  position: relative;
  display: inline-block;
  background-color: #E5D761;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button::before {
  position: absolute;
  top: 8px;
  left: 16px;
  padding-right: 16px;
  content: "→";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button:hover, .button:focus {
  background-color: #E5D761;
}
.button:hover::before, .button:focus::before {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.button .s-wysiwyg, .content .button {
  margin-right: 12px;
  margin-bottom: 16px;
  text-decoration: none;
}
.button:active {
  background-color: #E5D761;
}
.button:disabled {
  background-color: rgb(251.75, 252.25, 252.25);
  color: #F2F4F4;
  cursor: not-allowed;
}
.button.button--purple {
  background-color: #a6a4cb;
  color: #ffffff;
}
.button.button--brown {
  background-color: #a18575;
  color: #ffffff;
}
.button.button--green {
  background-color: #7DC1B0;
  color: #ffffff;
}
.button.button--blue {
  background-color: #0087A9;
  color: #ffffff;
}
.button.button--pink {
  background-color: #eea5a4;
  color: #ffffff;
}
.button.button--orange {
  background-color: #eb7221;
  color: #ffffff;
}
.button.button--inverse, [class*="--inverse"] .button {
  background-color: #ffffff;
  box-shadow: 2px 2px 0 #000000;
  color: #0087A9;
}
.button.button--inverse:hover, .button.button--inverse:focus, [class*="--inverse"] .button:hover, [class*="--inverse"] .button:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.button.button--inverse:active, [class*="--inverse"] .button:active {
  background-color: rgba(255, 255, 255, 0.9);
}
.button.button--inverse:disabled, [class*="--inverse"] .button:disabled {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
[class*="--inverse"] .button.button--inverse {
  background-color: #E5D761;
  color: #ffffff;
}
[class*="--inverse"] .button.button--inverse:hover, [class*="--inverse"] .button.button--inverse:focus {
  background-color: rgb(0, 108, 135.2);
}
[class*="--inverse"] .button.button--inverse:active {
  background-color: rgb(0, 108, 135.2);
}
[class*="--inverse"] .button.button--inverse:disabled {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.button--outlined {
  background-color: transparent;
  box-shadow: 0 0 0 1px #E5D761;
  color: #E5D761;
  transition: background-color 100ms linear;
}
.button--outlined:hover, .button--outlined:focus {
  background-color: #E5D761;
  color: #ffffff;
}
[class*="--inverse"] .button--outlined {
  background-color: transparent;
  box-shadow: 0 0 0 1px #ffffff;
  color: #ffffff;
}
[class*="--inverse"] .button--outlined:hover, [class*="--inverse"] .button--outlined:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
[class*="--inverse"] .button--outlined:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.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 {
  background-color: #ffffff;
}

.gfield {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 0 24px 0 !important;
}
.gfield.has-error input {
  border-color: red;
}

.gfield_label {
  color: #3D3D3D;
  letter-spacing: 0.009375em;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.15rem;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: left;
          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 {
  padding: 5px 16px;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #3D3D3D;
  border-radius: 4px;
  background: none;
  color: #3D3D3D;
  font-size: 16px !important;
  align-self: flex-end;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.42);
  opacity: 0;
  transition: opacity 100ms ease-out;
  will-change: opacity;
}
[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(61, 61, 61, 0.42);
  opacity: 0;
  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(61, 61, 61, 0.42);
  opacity: 0;
  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(61, 61, 61, 0.42);
  opacity: 0;
  transition: opacity 100ms ease-out;
  will-change: opacity;
}
.has-focus [type=color]::-webkit-input-placeholder, .has-focus [type=date]::-webkit-input-placeholder, .has-focus [type=datetime]::-webkit-input-placeholder, .has-focus [type=datetime-local]::-webkit-input-placeholder, .has-focus [type=email]::-webkit-input-placeholder, .has-focus [type=month]::-webkit-input-placeholder, .has-focus [type=number]::-webkit-input-placeholder, .has-focus [type=password]::-webkit-input-placeholder, .has-focus [type=search]::-webkit-input-placeholder, .has-focus [type=tel]::-webkit-input-placeholder, .has-focus [type=text]::-webkit-input-placeholder, .has-focus [type=time]::-webkit-input-placeholder, .has-focus [type=url]::-webkit-input-placeholder, .has-focus [type=week]::-webkit-input-placeholder, .has-focus input:not([type])::-webkit-input-placeholder, .has-focus textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 200ms ease-in 100ms;
}
.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;
  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;
  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;
  overflow: visible;
  margin-top: 0 !important;
  height: 56px;
  border-radius: 4px;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(61, 61, 61, 0.42);
  transition: box-shadow 300ms ease-out;
  will-change: opacity, transform, color, box-shadow;
}
.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: #0087A9;
  box-shadow: inset 0 0 0 2px #0087A9;
}

.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 {
  z-index: 100;
  overflow: hidden;
  margin-bottom: 4px;
  color: #3D3D3D;
  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;
  pointer-events: none;
  will-change: transform;
}

.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 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(-35px) scale(0.75);
          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: #0087A9;
}

.gfield_required {
  margin-left: 0 !important;
  color: inherit !important;
}

.gfield_select_input {
  position: relative;
  color: #3D3D3D;
}
.gfield_select_input select {
  padding: 12px 48px 14px 16px !important;
  width: 100% !important;
  border: none;
  background: transparent;
  color: #3D3D3D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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(61, 61, 61, 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: #0087A9;
  background-color: #0087A9;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTQgMTEiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS43NDUgMTAuNzY1bDguMDUtOC4wNWEuNy43IDAgMDAwLS45OWwtLjk5LS45OWEuNy43IDAgMDAtLjk5IDBMNS4yNSA3LjMgMi4xODUgNC4yMzVhLjcuNyAwIDAwLS45OSAwbC0uOTkuOTlhLjcuNyAwIDAwMCAuOTlsNC41NSA0LjU1YS43LjcgMCAwMC45OSAweiIvPjwvc3ZnPg==");
  background-position: center;
}

input[type=checkbox] ~ label {
  color: #3D3D3D;
  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(61, 61, 61, 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: #0087A9;
  background-color: #0087A9;
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 20px #0087A9;
}

input[type=radio] ~ label {
  color: #3D3D3D;
  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(61, 61, 61, 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: #3D3D3D;
  -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 rgb(251.75, 252.25, 252.25);
}
.ginput_container_multiselect:focus-within option:checked {
  box-shadow: inset 2px 0 0 #0087A9, inset 0 0 0 100px rgb(224.125, 228.875, 228.875);
}

.gform_title,
.gform_description,
.gsection_title {
  color: #3D3D3D;
}

.gform_error {
  padding: 4px 16px;
  color: red;
  font-size: 12px;
}

.gform_button {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 4px;
}

.gform_message {
  padding: 12px 18px;
  margin-top: 20px;
  border: 1px solid #F2F4F4;
  font-size: 16px;
}

.gform_message--error {
  border-color: red;
  color: red;
}

.gform_message--succes {
  border-color: green;
  color: green;
}

ul[class*=menu] {
  padding-left: 0;
  list-style: none;
}
ul[class*=menu] li {
  padding-left: 0;
}
ul[class*=menu] li::before {
  content: none;
}
ul[class*=menu] {
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal-menu {
  display: flex;
  align-items: baseline;
}
.horizontal-menu .menu-item {
  position: relative;
  list-style: none;
}
@media screen and (max-width: 440px) {
  .horizontal-menu .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .horizontal-menu .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 681px) {
  .horizontal-menu .menu-item {
    margin-left: 32px;
  }
  .horizontal-menu .menu-item:before {
    position: absolute;
    top: -61px;
    right: 0;
    left: 0;
    height: 8px;
    background-color: transparent;
    content: "";
    transition: background-color 0.2s ease;
  }
}
@media screen and (min-width: 681px) and (max-width: 800px) {
  .horizontal-menu .menu-item {
    margin-left: 16px;
  }
}
.horizontal-menu .menu-item:hover:before, .horizontal-menu .menu-item.current_page_item {
  background-color: #a6a4cb;
}
.horizontal-menu .menu-item a {
  color: #3D3D3D;
  transition: color 200ms ease;
}
.horizontal-menu .menu-item a:hover {
  color: #0087A9;
}
@media screen and (max-width: 680px) {
  .horizontal-menu .menu-item--button a {
    color: #0087A9;
  }
}
@media screen and (min-width: 681px) {
  .horizontal-menu .menu-item--button {
    padding-right: 13px;
    padding-left: 13px;
    height: 40px;
    border-radius: 4px;
    background-color: #0087A9;
    font-weight: 700;
    line-height: 40px;
  }
  .horizontal-menu .menu-item--button a,
  .horizontal-menu .menu-item--button a:hover,
  .horizontal-menu .menu-item--button a:focus,
  .horizontal-menu .menu-item--button a:active {
    color: #ffffff;
  }
}
.horizontal-menu .menu-item--button:hover:before, .horizontal-menu .menu-item--button.current_page_item {
  background-color: transparent;
}

.section-nav {
  margin-bottom: 40px;
}

.section-nav__item {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.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: #0087A9;
}

.aside__image-container {
  display: flex;
  background-color: #0087A9;
  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;
}

.a--intro {
  text-decoration: underline;
  letter-spacing: 0.7px;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.2em;
}
@media screen and (max-width: 680px) {
  .a--intro {
    font-size: 16px;
  }
}
@media screen and (min-width: 681px) {
  .a--intro {
    font-size: 20px;
  }
}

.media--16-9 {
  position: relative;
  width: 100%;
  height: 0;
}
.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--16-9 {
  padding-top: 56.25%;
}

.media--4-3 {
  position: relative;
  width: 100%;
  height: 0;
}
.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-3 {
  padding-top: 75%;
}

.media--4-5 {
  position: relative;
  width: 100%;
  height: 0;
}
.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--4-5 {
  padding-top: 125%;
}

.media--1-1 {
  position: relative;
  width: 100%;
  height: 0;
}
.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--1-1 {
  padding-top: 100%;
}

.media--2-1 {
  position: relative;
  width: 100%;
  height: 0;
}
.media--2-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 {
  padding-top: 50%;
}

.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), -webkit-transform 100ms linear 250ms;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 100ms linear 250ms;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 100ms linear 250ms, -webkit-transform 100ms linear 250ms;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
@media screen and (max-width: 1389px) {
  .to-top {
    right: 4px;
  }
}
@media screen and (min-width: 1390px) {
  .to-top {
    left: calc(50% + 630px + 16px);
  }
}
.has-scrolled .to-top {
  opacity: 1;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.to-top svg {
  width: auto;
  height: 22px;
}
.to-top svg path {
  fill: #3D3D3D;
}

.card {
  margin-right: 0;
  margin-left: 0;
  padding: 16px;
  position: relative;
  border: 1px solid #F2F4F4;
  border-radius: 3px;
}

.card--white {
  border: none;
  background-color: white;
}

.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, -webkit-transform 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 300ms linear, transform 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 300ms linear, transform 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.card--image-overlay:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2) translate(-50%, -50%);
          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 #0087A9;
}

.card__featured {
  height: 40px;
  background: #ffffff;
  flex: 0 0 auto;
}
.card--featured .card__featured {
  margin-top: 0;
  height: 40px;
  background: #0087A9;
  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 {
  -webkit-transform: scale(1.1);
          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: #0087A9;
  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: #0087A9;
  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: #0087A9;
  color: #ffffff;
  font-family: sans-serif;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
          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%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hero__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 680px) {
  .hero__image {
    margin-top: 120px;
    height: 80vw;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero__image {
    margin-top: 80px;
    height: 480px;
  }
}
@media screen and (min-width: 1041px) {
  .hero__image {
    height: 920px;
  }
}

.hero__circle {
  position: absolute;
}
@media screen and (max-width: 440px) {
  .hero__circle {
    top: -40px;
    left: 60vw;
    width: 360px;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .hero__circle {
    top: -80px;
    left: 60vw;
    width: 480px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero__circle {
    top: -120px;
    left: 55vw;
    width: 700px;
  }
}
@media screen and (min-width: 1041px) {
  .hero__circle {
    top: -80px;
    right: -400px;
    width: 1080px;
  }
}

.hero--inverse {
  background-color: #000000;
}

.hero__intro {
  margin-bottom: 40px;
  max-width: 230px;
}

.hero__content {
  padding-top: 32px;
  max-width: 20em;
}
.hero__content[class*=inverse], [class*=inverse] .hero__content {
  color: #ffffff;
}

.hero__title {
  color: #0087A9;
  font-size: 72px;
}
@media screen and (max-width: 680px) {
  .hero__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 680px) {
  .hero__button-group {
    margin-top: -120px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero__button-group {
    margin-top: -120px;
  }
}
.intro__container {
  position: relative;
  margin-top: -80px;
  max-width: 920px;
  background-color: #F2F4F4;
  z-index: 999;
}
@media screen and (max-width: 680px) {
  .intro__container {
    padding: 24px 40px 40px 24px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .intro__container {
    padding: 48px 64px 64px 48px;
  }
}
@media screen and (min-width: 1041px) {
  .intro__container {
    padding: 64px 96px 96px 64px;
  }
}

@media screen and (max-width: 680px) {
  .intro__subtitle {
    padding-top: 100px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .intro__subtitle {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .intro__subtitle {
    margin-top: -100px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1640px) {
  .intro__subtitle {
    margin-top: -100px;
    margin-left: -5%;
  }
}
@media screen and (min-width: 1641px) {
  .intro__subtitle {
    margin-top: -100px;
    margin-left: -200px;
  }
}

@media screen and (min-width: 1041px) {
  .intro__sub-container {
    display: flex;
  }
}

@media screen and (min-width: 1041px) {
  .intro__subcontent {
    padding-top: 50px;
    flex: 0 1 400px;
  }
}

@media screen and (max-width: 680px) {
  .intro__button-group {
    margin-bottom: -130px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .intro__button-group {
    margin-bottom: -130px;
  }
}
@media screen and (min-width: 1041px) {
  .intro__button-group {
    position: absolute;
    right: -140px;
    bottom: -20px;
  }
}

.page-intro__container {
  position: relative;
  background-color: #F2F4F4;
}
@media screen and (max-width: 680px) {
  .page-intro__container {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: -35px;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-intro__container {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: -45px;
  }
}
@media screen and (min-width: 1041px) {
  .page-intro__container {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: -70px;
  }
}
.page-intro__container:before, .page-intro__container:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #F2F4F4;
  content: "";
}
.page-intro__container:before {
  left: -100px;
}
.page-intro__container:after {
  right: -100px;
}

.circle.page-intro__circle {
  top: 100px;
  left: -300px;
  width: 880px;
}
@media screen and (max-width: 680px) {
  .circle.page-intro__circle {
    padding-top: 24px;
    padding-bottom: 24px;
    top: 0;
    left: -200px;
    width: 320px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .circle.page-intro__circle {
    padding-top: 48px;
    padding-bottom: 48px;
    top: 50px;
    left: -400px;
    width: 640px;
  }
}
@media screen and (min-width: 1041px) {
  .circle.page-intro__circle {
    top: 100px;
    left: -300px;
    width: 880px;
  }
}
.circle.page-intro__circle.circle {
  z-index: 0;
}

.gonorthgo__container .circle.page-gonorhgo__circle {
  top: 100px;
  left: -300px;
  width: 880px;
}
@media screen and (max-width: 680px) {
  .gonorthgo__container .circle.page-gonorhgo__circle {
    display: none;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .gonorthgo__container .circle.page-gonorhgo__circle {
    top: -300px;
    left: -219px;
    width: 640px;
  }
}
@media screen and (min-width: 1041px) {
  .gonorthgo__container .circle.page-gonorhgo__circle {
    top: -440px;
    left: -280px;
    width: 880px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .gonorthgo__container .circle.page-gonorhgo__circle {
    top: -500px;
    left: -325px;
    width: 880px;
  }
}
.gonorthgo__container .circle.page-gonorhgo__circle.circle {
  z-index: 0;
}

.page-intro__hero {
  width: 100%;
}

.page-intro__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.page-intro__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.button-group {
  display: flex;
  flex-direction: column;
}

.button-group__item {
  margin-bottom: 8px;
  flex: 0 0 auto;
}
.button-group__item:last-child {
  margin-bottom: 0;
}

.social-icon {
  margin-right: 16px;
  display: inline-block;
  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;
}
.pagination li {
  padding-left: 0;
}
.pagination li::before {
  content: none;
}
.pagination li {
  margin-right: 8px;
  display: inline;
}
.pagination {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.pagination a {
  padding: 0 8px;
}

.current-page {
  outline: 1px solid #0087A9;
}

.sidebar {
  width: 100%;
}
@media screen and (min-width: 681px) {
  .sidebar {
    padding-left: 24px;
    border-left: 1px solid rgb(251.75, 252.25, 252.25);
  }
}

.sidebar__item {
  margin-top: 24px;
  margin-bottom: 24px;
}

.alert {
  padding: 16px 32px;
  background: rgb(251.75, 252.25, 252.25);
}

.info {
  margin-bottom: 16px;
  padding: 16px;
  background-color: rgba(0, 135, 169, 0.1);
}
.info p {
  margin: 0;
}

.video {
  background: rgb(251.75, 252.25, 252.25);
}

@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: rgb(251.75, 252.25, 252.25);
}

.circle {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
.circle svg {
  -webkit-filter: drop-shadow(6px 19px 25px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(6px 19px 25px rgba(0, 0, 0, 0.4));
  fill: transparent;
  stroke: #0087A9;
  stroke-width: 40px;
}
@media screen and (max-width: 680px) {
  .circle svg {
    stroke-width: 70px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .circle svg {
    stroke-width: 55px;
  }
}
@media screen and (min-width: 1041px) {
  .circle svg {
    stroke-width: 40px;
  }
}

.circle--primary svg {
  stroke: #0087A9;
}

.circle--purple svg {
  stroke: #a6a4cb;
}

.circle--green svg {
  stroke: #7DC1B0;
}

.circle--pink svg {
  stroke: #eea5a4;
}

.circle--fade svg {
  opacity: 0.5;
}

@media screen and (max-width: 680px) {
  .circle--slider {
    top: -100px;
    left: 60vw;
    width: 480px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .circle--slider {
    top: -100px;
    right: -800px;
    width: 940px;
  }
}
@media screen and (min-width: 1041px) {
  .circle--slider {
    top: -100px;
    right: -800px;
    width: 940px;
  }
}

.images {
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
  z-index: 100;
}
.images.uk-slider {
  overflow: visible;
}

.images__item {
  display: block;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 680px) {
  .images__item {
    border: 4px solid #ffffff;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .images__item {
    border: 6px solid #ffffff;
  }
}
@media screen and (min-width: 1041px) {
  .images__item {
    border: 8px solid #ffffff;
  }
}
.uk-slider-items .images__item {
  cursor: grab;
}
.uk-slider-items .images__item:active {
  cursor: grabbing;
}

@media screen and (max-width: 440px) {
  .images__item--first {
    width: 80vw;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .images__item--first {
    width: 70vw;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .images__item--first {
    width: 70vw;
  }
}
@media screen and (min-width: 1041px) {
  .images__item--first {
    width: 880px;
  }
}

.images__item--second {
  float: right;
}
@media screen and (max-width: 440px) {
  .images__item--second {
    margin-top: -80px;
    margin-bottom: 40px;
    width: 60vw;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .images__item--second {
    margin-top: -80px;
    margin-bottom: 40px;
    width: 60vw;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .images__item--second {
    margin-top: -160px;
    margin-bottom: 40px;
    width: 60vw;
  }
}
@media screen and (min-width: 1041px) {
  .images__item--second {
    margin-top: -280px;
    width: 610px;
  }
}

@media screen and (max-width: 440px) {
  .images__item-container {
    width: 240px;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .images__item-container {
    width: 320px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section__supermenu .layout__item {
    margin-bottom: 60px;
  }
  .page-section__supermenu .layout__item:last-child {
    margin-bottom: 0;
  }
}

.supermenu .supermenu__link:first-of-type {
  border-top: 1px solid #f2f4f4;
}

.supermenu__title {
  margin-bottom: 24px;
}

.supermenu__link {
  position: relative;
  display: block;
  padding-top: 0.75em;
  padding-right: 40px;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #f2f4f4;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}
.supermenu__link:last-child {
  margin-bottom: 0;
}
.supermenu__link::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75em 0;
  content: "→";
}

.signin {
  display: flex;
}
@media screen and (max-width: 680px) {
  .signin {
    flex-direction: column;
  }
}
.signin__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .signin__header {
    padding: 32px;
  }
}
@media screen and (min-width: 1041px) {
  .signin__header {
    padding: 40px;
  }
}

@media screen and (max-width: 680px) {
  .signin__image {
    flex: 1 1 auto;
    order: 2;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .signin__image {
    flex: 0 0 50vw;
  }
}
@media screen and (min-width: 1041px) {
  .signin__image {
    flex: 0 0 60vw;
  }
}

.signin__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .signin__content {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 681px) {
  .signin__content {
    flex: 1 1 auto;
  }
}

.signin__header {
  width: 100%;
  flex: 0 0 100px;
}
@media screen and (max-width: 680px) {
  .signin__header {
    padding: 24px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .signin__header {
    padding: 32px;
  }
}
@media screen and (min-width: 1041px) {
  .signin__header {
    padding: 40px;
  }
}

.signin__main {
  flex: 0 0 auto;
}
@media screen and (max-width: 1040px) {
  .signin__main {
    padding: 24px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1280px) {
  .signin__main {
    padding: 40px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1640px) {
  .signin__main {
    padding: 64px;
  }
}
@media screen and (min-width: 1641px) {
  .signin__main {
    padding: 80px;
  }
}

.signin__footer {
  display: flex;
  flex: 0 0 100px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 680px) {
  .signin__footer {
    padding: 24px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .signin__footer {
    padding: 32px;
  }
}
@media screen and (min-width: 1041px) {
  .signin__footer {
    padding: 40px;
  }
}
.signin__footer-legal {
  padding-left: 16px;
}

.signin__footer-logo {
  width: 120px;
}

.signin__form input::-webkit-input-placeholder {
  opacity: 1 !important;
}

.signin__form input::-moz-placeholder {
  opacity: 1 !important;
}

.signin__form input::-ms-input-placeholder {
  opacity: 1 !important;
}

.signin__form input::placeholder {
  opacity: 1 !important;
}

.post {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.post__info {
  margin-bottom: 0;
  color: #7DC1B0;
  text-transform: uppercase;
  font-size: 12px;
}

.post__image {
  margin-bottom: 32px;
  height: 300px;
}

.post__title {
  margin-bottom: 0;
}

.post__button-container {
  margin-top: auto;
}

.appointment-box-w {
  margin-bottom: 80px;
  border-radius: 0 !important;
}
.appointment-box-w .scroll-content > div:first-of-type::before {
  content: "Rondleiding";
  font-size: 48px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 32px;
  letter-spacing: 0.07em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.appointment-box-w .field-row-w.wbk_date_picked_row {
  margin-top: 20px;
}
.appointment-box-w .dynamic-slots-w.dynamic-content-w p::before {
  content: "Kies de gewenste tijd";
  font-weight: bolder;
  font-size: 16px;
  font-family: poppins-semibold, arial;
}
.appointment-box-w .dynamic-slots-w.dynamic-content-w p b {
  display: none;
}
.appointment-box-w .appointment-status-wrapper-w {
  border-radius: 0 !important;
  background-color: #F2F4F4;
  color: #3D3D3D;
}
.appointment-box-w .appointment-status-wrapper-w .appointment-status-list-w .circle__wrapper-w > div {
  border-color: #F2F4F4;
}
.appointment-box-w .appointment-status-wrapper-w .appointment-status-list-w li {
  display: flex;
  align-items: center;
}
.appointment-box-w .appointment-status-wrapper-w .appointment-status-list-w .text-w .text-title-w {
  margin: 0 10px !important;
}
.appointment-box-w .appointment-status-wrapper-w .appointment-status-list-w .text-w .subtitle-list-w {
  margin-left: 10px;
}
.appointment-box-w .appointment-content-screen-active-w {
  padding-top: 0;
}
.appointment-box-w .appointment-content-w .first-text-w {
  display: none;
}
.appointment-box-w .appontment-time-list-w .circle* {
  display: none;
}
.appointment-box-w .appontment-time-list-w .radio-time-block-w {
  padding-bottom: 0;
  border: unset;
  border-radius: 0 !important;
}
.appointment-box-w .appontment-time-list-w input[type=radio]:checked ~ .radio-time-block-w {
  border: unset;
  border-radius: 0 !important;
  background-color: unset !important;
}
.appointment-box-w .appontment-time-list-w input[type=radio]:checked ~ .radio-time-block-w .time-w {
  color: #3D3D3D;
}
.appointment-box-w .appontment-time-list-w input[type=radio]:checked ~ .radio-time-block-w .radio-checkmark {
  background-color: #0087A9 !important;
  outline: 1px solid #0087A9;
}
.appointment-box-w .wbl_local_time_switcher {
  display: none;
}
.appointment-box-w .details-list-w {
  padding-left: 5px !important;
}
.appointment-box-w .details-list-w li {
  display: flex;
  align-items: center;
}
.appointment-box-w label > br {
  display: none;
}
.appointment-box-w label > span {
  display: block;
  padding-bottom: 5px;
}
.appointment-box-w label small {
  font-size: small;
  font-weight: normal;
}
.appointment-box-w input[type=text] {
  display: block;
  padding: 5px 16px;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #3d3d3d;
  border-radius: 0 !important;
  background: none;
  color: #3D3D3D;
  font-size: 16px !important;
  align-self: flex-end;
}
.appointment-box-w input[type=tel],
.appointment-box-w input[type=number],
.appointment-box-w input[type=email] {
  border-radius: 0;
}
.appointment-box-w .wpcf7-form-control-wrap {
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}
.appointment-box-w .button-w {
  position: relative;
  display: inline-block;
  padding: 8px 40px;
  background-color: #e5d761;
  color: #3D3D3D !important;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0 !important;
}
.appointment-box-w .button-w .btn-ring-wb {
  top: 5px;
}
.appointment-box-w .picker.picker--opened > .picker__holder {
  margin-top: 3px;
}
.appointment-box-w .picker__day--highlighted {
  border-color: #0087A9;
}
.appointment-box-w .picker__day--selected,
.appointment-box-w .picker__day--selected:hover,
.appointment-box-w .picker--focused .picker__day--selected,
.appointment-box-w .picker__day--infocus:hover,
.appointment-box-w .picker__day--outfocus:hover,
.appointment-box-w .picker__day--highlighted:hover,
.appointment-box-w .picker--focused .picker__day--highlighted {
  color: white !important;
  background-color: #0087A9;
}
.appointment-box-w .form-error-w {
  position: relative;
  padding-top: 10px;
}
.appointment-box-w .form-error-w .warning-img-w {
  display: none;
}
.appointment-box-w .available-w {
  display: none !important;
}

.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-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-color-primary {
  color: #0087A9 !important;
}

.u-muted {
  color: #F2F4F4 !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: 160px !important;
}

.u-mt-700,
.u-my-700 {
  margin-top: 160px !important;
}

.u-mr-700,
.u-mx-700 {
  margin-right: 160px !important;
}

.u-mb-700,
.u-my-700 {
  margin-bottom: 160px !important;
}

.u-ml-700,
.u-mx-700 {
  margin-left: 160px !important;
}

.u-mt-pull-700,
.u-my-pull-700 {
  margin-top: -160px !important;
}

.u-mr-pull-700,
.u-mx-pull-700 {
  margin-right: -160px !important;
}

.u-mb-pull-700,
.u-my-pull-700 {
  margin-bottom: -160px !important;
}

.u-ml-pull-700,
.u-mx-pull-700 {
  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-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: 160px !important;
}

.u-pt-700,
.u-py-700 {
  padding-top: 160px !important;
}

.u-pr-700,
.u-px-700 {
  padding-right: 160px !important;
}

.u-pb-700,
.u-py-700 {
  padding-bottom: 160px !important;
}

.u-pl-700,
.u-px-700 {
  padding-left: 160px !important;
}

.u-mt-pull-700,
.u-my-pull-700 {
  margin-top: -160px !important;
}

.u-mr-pull-700,
.u-mx-pull-700 {
  margin-right: -160px !important;
}

.u-mb-pull-700,
.u-my-pull-700 {
  margin-bottom: -160px !important;
}

.u-ml-pull-700,
.u-mx-pull-700 {
  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;
}

@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: 160px !important;
  }
  .u-mt-700-hand,
  .u-my-700-hand {
    margin-top: 160px !important;
  }
  .u-mr-700-hand,
  .u-mx-700-hand {
    margin-right: 160px !important;
  }
  .u-mb-700-hand,
  .u-my-700-hand {
    margin-bottom: 160px !important;
  }
  .u-ml-700-hand,
  .u-mx-700-hand {
    margin-left: 160px !important;
  }
  .u-mt-pull-700-hand,
  .u-my-pull-700-hand {
    margin-top: -160px !important;
  }
  .u-mr-pull-700-hand,
  .u-mx-pull-700-hand {
    margin-right: -160px !important;
  }
  .u-mb-pull-700-hand,
  .u-my-pull-700-hand {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-700-hand,
  .u-mx-pull-700-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-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: 160px !important;
  }
  .u-pt-700-hand,
  .u-py-700-hand {
    padding-top: 160px !important;
  }
  .u-pr-700-hand,
  .u-px-700-hand {
    padding-right: 160px !important;
  }
  .u-pb-700-hand,
  .u-py-700-hand {
    padding-bottom: 160px !important;
  }
  .u-pl-700-hand,
  .u-px-700-hand {
    padding-left: 160px !important;
  }
  .u-mt-pull-700-hand,
  .u-my-pull-700-hand {
    margin-top: -160px !important;
  }
  .u-mr-pull-700-hand,
  .u-mx-pull-700-hand {
    margin-right: -160px !important;
  }
  .u-mb-pull-700-hand,
  .u-my-pull-700-hand {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-700-hand,
  .u-mx-pull-700-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;
  }
}
@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: 160px !important;
  }
  .u-mt-700-lap,
  .u-my-700-lap {
    margin-top: 160px !important;
  }
  .u-mr-700-lap,
  .u-mx-700-lap {
    margin-right: 160px !important;
  }
  .u-mb-700-lap,
  .u-my-700-lap {
    margin-bottom: 160px !important;
  }
  .u-ml-700-lap,
  .u-mx-700-lap {
    margin-left: 160px !important;
  }
  .u-mt-pull-700-lap,
  .u-my-pull-700-lap {
    margin-top: -160px !important;
  }
  .u-mr-pull-700-lap,
  .u-mx-pull-700-lap {
    margin-right: -160px !important;
  }
  .u-mb-pull-700-lap,
  .u-my-pull-700-lap {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-700-lap,
  .u-mx-pull-700-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-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: 160px !important;
  }
  .u-pt-700-lap,
  .u-py-700-lap {
    padding-top: 160px !important;
  }
  .u-pr-700-lap,
  .u-px-700-lap {
    padding-right: 160px !important;
  }
  .u-pb-700-lap,
  .u-py-700-lap {
    padding-bottom: 160px !important;
  }
  .u-pl-700-lap,
  .u-px-700-lap {
    padding-left: 160px !important;
  }
  .u-mt-pull-700-lap,
  .u-my-pull-700-lap {
    margin-top: -160px !important;
  }
  .u-mr-pull-700-lap,
  .u-mx-pull-700-lap {
    margin-right: -160px !important;
  }
  .u-mb-pull-700-lap,
  .u-my-pull-700-lap {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-700-lap,
  .u-mx-pull-700-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;
  }
}
@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: 160px !important;
  }
  .u-mt-700-desk,
  .u-my-700-desk {
    margin-top: 160px !important;
  }
  .u-mr-700-desk,
  .u-mx-700-desk {
    margin-right: 160px !important;
  }
  .u-mb-700-desk,
  .u-my-700-desk {
    margin-bottom: 160px !important;
  }
  .u-ml-700-desk,
  .u-mx-700-desk {
    margin-left: 160px !important;
  }
  .u-mt-pull-700-desk,
  .u-my-pull-700-desk {
    margin-top: -160px !important;
  }
  .u-mr-pull-700-desk,
  .u-mx-pull-700-desk {
    margin-right: -160px !important;
  }
  .u-mb-pull-700-desk,
  .u-my-pull-700-desk {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-700-desk,
  .u-mx-pull-700-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-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: 160px !important;
  }
  .u-pt-700-desk,
  .u-py-700-desk {
    padding-top: 160px !important;
  }
  .u-pr-700-desk,
  .u-px-700-desk {
    padding-right: 160px !important;
  }
  .u-pb-700-desk,
  .u-py-700-desk {
    padding-bottom: 160px !important;
  }
  .u-pl-700-desk,
  .u-px-700-desk {
    padding-left: 160px !important;
  }
  .u-mt-pull-700-desk,
  .u-my-pull-700-desk {
    margin-top: -160px !important;
  }
  .u-mr-pull-700-desk,
  .u-mx-pull-700-desk {
    margin-right: -160px !important;
  }
  .u-mb-pull-700-desk,
  .u-my-pull-700-desk {
    margin-bottom: -160px !important;
  }
  .u-ml-pull-700-desk,
  .u-mx-pull-700-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-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;
  }
}
li {
  line-height: 32px;
}
/*# sourceMappingURL=main.css.map */
