*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 */
  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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

body .banner-section .row-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,
.footer__container,
.header__container{
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dnd-section .dnd-column {
  padding: 0;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (max-width: 719px){
  .dnd-section > .row-fluid,
  .footer__container,
  .header__container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 28px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;

}

/* Image */
img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  line-height: 1.25;
}

h2{
  line-height: 1.25;
}

h3{
  line-height: 1.25;
}

h4{
  line-height: 1.25;
}

h5{
  line-height: 1.25;
}

h6{
  line-height: 1.25;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}



/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #005EB8;
  border-color: #005EB8;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}
.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: ;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
  border: 1px solid #1d252c;
}
.hs-button:active {
  background-color: ;
  border-color: ;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  max-width: ;
  margin-bottom: 20px;
  width:100%;
  display: block;
  border-radius: 4px;
  margin: 20px 0; 

}

form {
  max-width: ;
  font-family: ;
}

.hs-form label {
  font-size: .83rem;
  color: #33475B;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #76777a;


}
.hs-form .hs-error-msgs label, .hs-error-msgs label {
  margin-top: .5rem;
  color:#f2545b !important;
}
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  color:#33475b;
  display: inline-block;
  width: 100%;
  background-image: none;
  max-width: 100%;
  /*   margin-bottom:18px; */
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #33475b;
  padding: 0 15px;

}

.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}
.hs-form-field .hs-input, .field .hs-input {
  margin: 0;
}
input[type="password"]{
  height: auto !important;
  min-height: 44px;
  font-size: 14px;
  color: ;
  /*   margin-bottom: 20px !important; */
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
  min-height: auto;
  width: auto!important;
}

::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 300
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;

}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0 !Important;
}
.field, .hs-form-field {
  margin-bottom: 18px;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: red;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.grecaptcha-badge {
  margin: 0 auto;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
@media (max-width: 767px){
  .hs-input,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width:100%!important;
    max-width:100%!important;
  }

  form{
    max-width: 100%;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
input+input,input+a{
  display:block;
  margin-top:20px!important;

}

@media(min-width:768px){
  form{
    max-width:767px

  }
}

@media (max-width: 400px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
    overflow-x: auto;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header_wrapper {
  min-height: 60px;
  position: relative;
}

header.header {
  line-height: 1.15;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  height: 60px;
}
header {
  line-height: 1.15;
}
.header__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  height: 100%;
  display: flex !important;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.header_logo a {
  display: block;
  margin-right: 20px;
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  width: auto;
  padding-left: 20px;
  cursor: pointer;
}

.header_logo a img {
  max-width: 75px !important;
  height: 29px !important;
}

.menu_wrapper {
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.custom-menu-primary {
  display: flex;
  height: 100%;
  align-items: center;
}


.button_section {
  display: block;
  height: 60%;
  text-align: center;
  margin: 0 auto;
  height: 35%;
}

.button_section>.hs_cos_wrapper {
  margin-left: auto;
  position: relative;
  background: #005EB8;
  color: #fff;
  outline: 0;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
  background: #ffd200;
  color: #0f426b;
  width: 90px;
  height: 100%;
  transform: skew( -20deg );
  margin-right: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}


.button_section .hs-button {
  background: transparent;
  border: none;
  padding: 0 !important;
  transform: skew( 20deg );
  font-weight: 500 !important;
  line-height: 1.1;
  font-size: 13px !important;
  font-family: 'Montserrat';
}

.button_section>.hs_cos_wrapper:last-child {
  margin: 0;
}


.button_section #hs_cos_wrapper_button_1 a {
  color: #0f426b;
  font-family: 'Montserrat';
}

.button_section #hs_cos_wrapper_button_2 {
  background: #005EB8;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_1 a,
.button_section #hs_cos_wrapper_button_2 a,
.button_section #hs_cos_wrapper_button_3 a{
  color: inherit;
}

.button_section #hs_cos_wrapper_button_3 {
  background: #747678;
}

.button_section #hs_cos_wrapper_button_1 a:hover,
.button_section #hs_cos_wrapper_button_2 a:hover,
.button_section #hs_cos_wrapper_button_3 a:hover {
  background: inherit !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none;
  color: inherit !important;
}

.button_section #hs_cos_wrapper_button_1:hover {
  background: #2676ed;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_1:hover a{
  background: transparent !important;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_2:hover {
  background: #2676ed;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_2:hover a{
  background: transparent !important;
  color: #fff;
}


.button_section #hs_cos_wrapper_button_3:hover {
  background: #2676ed;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_3:hover a{
  background: transparent !important;
  color: #fff;
}

.menu-item--search {
  display: block;
  height: 100%;
  margin: 0 8px;
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.menu-item--search {
  margin-left: auto;
}

a.js-modal-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
  height: 100%;
  padding: 0 10px;
  outline: 0;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
}

.menu-item--search:after {
  display: block;
  content: attr(data-title);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 10px;
}

a.js-modal-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0;
  border-radius: 50%;
}

.o-icon {
  display: inline-block;
  vertical-align: middle;
}

a.js-modal-link svg {
  display: block;
  width: 22px;
}

span.u-d-block-l {
  display: none;
}

a.js-modal-link:hover {
  background: #f2f2f2;
  color: #005EB8;
}

section.o-section {
  display: none;
}

@media (min-width: 719px) {
  .button_section {
    display: flex;
    height: 65%;
    margin: 0 auto;
    padding-right: 1%;
    position: relative;
    left: -35px;
  }

  .button_section>.hs_cos_wrapper {
    width: 100px;
    margin-right: 20px;
    width: 120px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
  }

  .button_section .hs-button {
    font-size: 13px !important;
  }
}

@media (min-width: 1280px) {
  .button_section {
    height: 80%;
  }

  .button_section .hs-button {
    font-size: 14px !important;
  }
  .menu_button{
    display: none !important;
  }
  .menu_logo {
    display: none !important;
  }
  .mobile_menu_wrapper{
    display: none !important;
  }
}

@media (min-width: 1279px) {
  .button_section {
    position: relative;
    left: 0 !important;
  }
}

/* ///////////////// Max-width //////////////// */



@media (max-width: 1279px){
  .menu_wrapper {
    display: none ;
  }
  button.menu_button {
    background: transparent;
    padding: 12px;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    display: flex;
    position: absolute;
    align-self: auto;
    top: 10px;
    right: 0;
    margin-left: 12px;
    margin-right: 16px;
    cursor: pointer;
  }

  span.menu_close {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }


  .hamb-lines span {
    display: block;
    width: 24px;
    height: 4px;
    background: #000;
    margin-bottom: 6px;
  }

  .hamb-lines span:last-child {
    margin-bottom: 0;
  }

  span.menu_close svg {
    display: block;
  }
  button.menu_button:hover, button.menu_button:focus {
    background: transparent !important;
    border: none;
  }
  .mobile_open .menu_close {
    display: block;
  }
  .mobile_open .hamb-lines {
    display: none;
  }
  .mobile_open header.header {
    background: #0f426b;
    border-bottom: 1px solid #fff;
  }
  .mobile_open .button_section {
    display: none;
  }
  .menu_logo {
    display: none;
  }
  .mobile_open .menu_logo {
    display: block;
  }
  .mobile_open .header_logo {
    display: none;
  }
  .menu_logo {
    width: 100%;
    margin-right: 33px;
  }
  .menu_logo a {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    display: block;
  }
  .menu_logo .hs_cos_wrapper {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mobile_menu_wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #0f426b;
    z-index: 999;
  }

  .mobile_menu_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 32px;
    max-width: 976px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile_open .mobile_menu_wrapper{
    display: block;
  }
  span.u-d-block-l {
    display: block;
  }

  .mobile_menu_wrapper a.js-modal-link {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }

  .mobile_menu_wrapper .o-icon.o-icon--search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
  }

  .mobile_menu_wrapper .menu-item--search {
    margin-top: 10px;
  }
  .mobile_menu_wrapper a.js-modal-link:hover {
    background: #f2f2f2;
    color: #005EB8;
  }
}

@media (max-width: 1024px){

  .mobile_menu_inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 823px){
  span.u-d-block-l {
    font-size: 18px;
  }

  .mobile_menu_wrapper {
    height: calc(100% - 60px) !important;
  }
}

@media (max-width: 719px){
  .header_wrapper.header_lp {
    height: 69px;
  }
  .header__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile_menu_inner{
    padding-right: 16px;
    padding-left: 16px;
  }
}


@media (max-width: 718px){
  .header_lp header.header {
    height: 69px;
  }
  .header_logo {
    width: 100%;
  }

  .header_logo a {
    padding-left: 0;
    margin-right:0;
  }

  .button_section {
    height: 35%;
    /* display: flex; */
    width: 100%;
  }

  .button_section>.hs_cos_wrapper {
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  header.header {
    height: 140px;
  }

  button.menu_button {
    height: 100%;
    flex-direction: column;
  }
  .header_wrapper {
    height: 140px;
  }
  .header__container {
    display: block !important;
  }
  .mobile_open header.header, mobile_open .header_wrapper {
    height: auto;
  }

  .mobile_open .menu_logo a{
    padding-bottom: 10px;
  }
  span.menu_close {
    display: none;
  }

  .mobile_open span.menu_close {
    display: block;
  }718
}


@media (max-width: 353px) {
  .button_section>.hs_cos_wrapper {
    margin: 0;
  }
}


@media(max-width:321px){
  .button_section>.hs_cos_wrapper {
    margin-right: 5px;
  }
}
footer.footer {
  padding-top: 48px;
  padding-bottom: 96px;
  background: #0f426b;
}

.footer__container {
  padding-left: 24px;
  padding-right: 24px;
}

.footer_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}
footer.footer {
  line-height: 1.15;
}
.footer_bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer_logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_logo {
  margin-right: 24px;
}

.f_logo a {
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease;
}


.f_logo a img {
  height: 24px !important;
  width: auto !important;
}

.footer_logo .hs_cos_wrapper_type_text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.social_icon {
  margin-left: auto;
  margin-right: 0;
}



.footer_menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: auto;
  min-width: 552px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_menu .hs-menu-wrapper>ul {
  display: flex;
}

.footer_menu .hs-menu-wrapper>ul ul {
  display: block;
}

.footer_menu .hs-menu-wrapper>ul li {
  display: block;
}

.footer_menu .hs-menu-wrapper>ul>li {
  width: 33.33%;
}

.footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1 {
  margin-bottom: 24px;
}

.footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
}

.footer_menu .hs-menu-wrapper>ul ul a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}


.footer_button {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 386px;
  text-align: right;
}

.footer_button .cta_button  {
  height: 46px;
  background: #fff;
  color: #005EB8;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
  width: 265px;
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Montserrat';
  color: #005EB8;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 261px;
  position:relative;
}

.footer_button .arrow-forward {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_button .arrow-forward svg {
  display: block;
  -webkit-transition: -webkit-transform .24s ease;
  transition: -webkit-transform .24s ease;
  transition: transform .24s ease;
  transition: transform .24s ease, -webkit-transform .24s ease;
}

.footer_button .arrow-forward svg path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease;
}

.footer_button .cta_button:hover .arrow-forward svg {
  -webkit-transform: translate(6px);
  transform: translate(6px);
}

.footer_button .cta_button:hover {
  background: #f2f2f2;
  color: #005EB8;
  border-color: #f2f2f2;
}
.footer_button .cta_button:active {
  background: #ffd200;
  color: #0f426b;
}

footer.footer.footer_lp {
  padding-bottom: 48px;
}
footer.footer.footer_lp .footer_top {
  margin-bottom: 0;
}

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

@media (max-width: 1023px){
  .footer_top .social_icon {
    display: none !important;
  }

  .footer_bottom .footer_button {
    display: none !important;
  }
  .footer_mobile {
    padding-top: 72px;
    display: flex;
  }

  .social_icon {
    margin-left: 0;
    margin-right: auto;
  }

  .footer_menu {
    width: 100%;
    max-width: 552px;
    min-width: 0;
  }

  .footer_top {
    margin-bottom: 96px;
  }
}

@media (max-width: 719px){
  .footer_mobile {
    padding-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_button {
    margin-left: 0;
    margin-right: auto;
  }

  .footer_button .cta_button {
    display: flex;
  }

  .social_icon {
    margin-bottom: 32px;
  }
  .footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(even) {
    padding-left: 15px;
  }
  footer.footer {
    padding-bottom: 60px;
  }

  .footer_menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }
  .footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(even) {
    padding-left: 0;
  }
}


@media (max-width: 575px){
  .footer_button {
    width: 98.8%;
  }

  .footer_button .cta_button {
    width: 100%;
    display: flex;
  }

}


@media (max-width: 479px){
  .footer_menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(even) {
    padding-left: 0px;
  }

}

@media (max-width: 340px){
  .f_logo a img {
    width: 79px !important;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

body {
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

body.is-loading-modal {
  opacity: .7
}

body.is-dialog-open {
  overflow: hidden
}

body.is-dialog-open footer,
body.is-dialog-open main {
  pointer-events: none
}

a {
  text-decoration: none;
  color: #005EB8
}

a:not(.is-disabled):not([disabled]),
button:not(.is-disabled):not([disabled]) {
  cursor: pointer
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABI1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8yc1n/AAAAYHRSTlMAAgMHCAsMDQ4PERMbHR8gJikuNTg5PD5ESEpNUFFVVltcXl9gYWJjZGVmcHF6e3x9hIWHkJKjpa+wuLm9vr/AwcLDxMXGzc/Q0dXW19jZ297g4eTo6uzv8vP3+Pn6+/1GDfEwAAABZ0lEQVR42u3UZ08CQRDG8cEGh71jwYbYRbGg2FAsKHdix4byfP9P4WZz3kjM7azv/b/aI5vJL7MJJDa8+/yylyTr0tCtkmWz8Fv7w/ybS6jWre97LXQEVcbS4znqVGCVNN+N6fMxqwRPnHSsMnvKTvCtVRlpP/4Hq0bN71UdIx2rzqX3mqYfXQDvhvnFM6hS/GukDLwa9klUgWqG/OIugP0wj95/vAJWRV2oBkLnR0nlXAeqmKuPoff992r/VmkP5kwena8aaeb7IR5doKrfQpWWPKyCjYc7gZWHK8geTtyP51BjUeN+fvtjrtHj/XvCPKk/errtPNwkgCvZwy0DGJc93DaAftnD5YGPDtnDlYD7JtHDtVaBouzhegDsyB4uASAre7glAPOyh9sA0KdPkc7BqYrgUeWAWmJoMZs7vXvj/x9Dh8BnHZx0n6poqJYioWD6Yym/tZLsIqmJh6eD3OZCoreNrPoCNGLGLnQMyjQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #bdbdbd;
  background-size: 36% auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .51);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .51);
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition: .24s ease;
  transition: .24s ease
}

.edit-btn:hover {
  background-color: #cacaca
}

.edit-btn:focus:not(:active) {
  outline: 2px solid #ffd200
}

@media screen and (max-width:1023px) {
  .edit-btn {
    width: 40px;
    height: 40px
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.u-f-mont-b {
  font-weight: 700
}

.u-f-mont-b,
.u-f-mont-m {
  font-family: Montserrat, sans-serif
}

.u-f-mont-m {
  font-weight: 500
}

.u-test-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-test-container--block {
  width: 100%;
  height: 100%
}

.u-test-container--block>* {
  width: 100%
}

.u-object-fit-fallback {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.u-m-t-auto {
  margin-top: auto!important
}

.u-p-t-auto {
  padding-top: auto!important
}

.u-m-b-auto {
  margin-bottom: auto!important
}

.u-p-b-auto {
  padding-bottom: auto!important
}

.u-m-l-auto {
  margin-left: auto!important
}

.u-p-l-auto {
  padding-left: auto!important
}

.u-m-r-auto {
  margin-right: auto!important
}

.u-p-r-auto {
  padding-right: auto!important
}

@media screen and (max-width:1919px) {
  .u-m-t-auto-ultra {
    margin-top: auto!important
  }
  .u-p-t-auto-ultra {
    padding-top: auto!important
  }
  .u-m-b-auto-ultra {
    margin-bottom: auto!important
  }
  .u-p-b-auto-ultra {
    padding-bottom: auto!important
  }
  .u-m-l-auto-ultra {
    margin-left: auto!important
  }
  .u-p-l-auto-ultra {
    padding-left: auto!important
  }
  .u-m-r-auto-ultra {
    margin-right: auto!important
  }
  .u-p-r-auto-ultra {
    padding-right: auto!important
  }
}

@media screen and (max-width:1599px) {
  .u-m-t-auto-xl {
    margin-top: auto!important
  }
  .u-p-t-auto-xl {
    padding-top: auto!important
  }
  .u-m-b-auto-xl {
    margin-bottom: auto!important
  }
  .u-p-b-auto-xl {
    padding-bottom: auto!important
  }
  .u-m-l-auto-xl {
    margin-left: auto!important
  }
  .u-p-l-auto-xl {
    padding-left: auto!important
  }
  .u-m-r-auto-xl {
    margin-right: auto!important
  }
  .u-p-r-auto-xl {
    padding-right: auto!important
  }
}

@media screen and (max-width:1023px) {
  .u-m-t-auto-l {
    margin-top: auto!important
  }
  .u-p-t-auto-l {
    padding-top: auto!important
  }
  .u-m-b-auto-l {
    margin-bottom: auto!important
  }
  .u-p-b-auto-l {
    padding-bottom: auto!important
  }
  .u-m-l-auto-l {
    margin-left: auto!important
  }
  .u-p-l-auto-l {
    padding-left: auto!important
  }
  .u-m-r-auto-l {
    margin-right: auto!important
  }
  .u-p-r-auto-l {
    padding-right: auto!important
  }
}

@media screen and (max-width:719px) {
  .u-m-t-auto-m {
    margin-top: auto!important
  }
  .u-p-t-auto-m {
    padding-top: auto!important
  }
  .u-m-b-auto-m {
    margin-bottom: auto!important
  }
  .u-p-b-auto-m {
    padding-bottom: auto!important
  }
  .u-m-l-auto-m {
    margin-left: auto!important
  }
  .u-p-l-auto-m {
    padding-left: auto!important
  }
  .u-m-r-auto-m {
    margin-right: auto!important
  }
  .u-p-r-auto-m {
    padding-right: auto!important
  }
}

@media screen and (max-width:575px) {
  .u-m-t-auto-s {
    margin-top: auto!important
  }
  .u-p-t-auto-s {
    padding-top: auto!important
  }
  .u-m-b-auto-s {
    margin-bottom: auto!important
  }
  .u-p-b-auto-s {
    padding-bottom: auto!important
  }
  .u-m-l-auto-s {
    margin-left: auto!important
  }
  .u-p-l-auto-s {
    padding-left: auto!important
  }
  .u-m-r-auto-s {
    margin-right: auto!important
  }
  .u-p-r-auto-s {
    padding-right: auto!important
  }
}

@media screen and (max-width:479px) {
  .u-m-t-auto-xs {
    margin-top: auto!important
  }
  .u-p-t-auto-xs {
    padding-top: auto!important
  }
  .u-m-b-auto-xs {
    margin-bottom: auto!important
  }
  .u-p-b-auto-xs {
    padding-bottom: auto!important
  }
  .u-m-l-auto-xs {
    margin-left: auto!important
  }
  .u-p-l-auto-xs {
    padding-left: auto!important
  }
  .u-m-r-auto-xs {
    margin-right: auto!important
  }
  .u-p-r-auto-xs {
    padding-right: auto!important
  }
}

@media screen and (max-width:383px) {
  .u-m-t-auto-xxs {
    margin-top: auto!important
  }
  .u-p-t-auto-xxs {
    padding-top: auto!important
  }
  .u-m-b-auto-xxs {
    margin-bottom: auto!important
  }
  .u-p-b-auto-xxs {
    padding-bottom: auto!important
  }
  .u-m-l-auto-xxs {
    margin-left: auto!important
  }
  .u-p-l-auto-xxs {
    padding-left: auto!important
  }
  .u-m-r-auto-xxs {
    margin-right: auto!important
  }
  .u-p-r-auto-xxs {
    padding-right: auto!important
  }
}

.u-m-t-0 {
  margin-top: 0!important
}

.u-p-t-0 {
  padding-top: 0!important
}

.u-m-b-0 {
  margin-bottom: 0!important
}

.u-p-b-0 {
  padding-bottom: 0!important
}

.u-m-l-0 {
  margin-left: 0!important
}

.u-p-l-0 {
  padding-left: 0!important
}

.u-m-r-0 {
  margin-right: 0!important
}

.u-p-r-0 {
  padding-right: 0!important
}

.u-m-t-6 {
  margin-top: 6px!important
}

.u-p-t-6 {
  padding-top: 6px!important
}

.u-m-b-6 {
  margin-bottom: 6px!important
}

.u-p-b-6 {
  padding-bottom: 6px!important
}

.u-m-l-6 {
  margin-left: 6px!important
}

.u-p-l-6 {
  padding-left: 6px!important
}

.u-m-r-6 {
  margin-right: 6px!important
}

.u-p-r-6 {
  padding-right: 6px!important
}

.u-m-t-12 {
  margin-top: 12px!important
}

.u-p-t-12 {
  padding-top: 12px!important
}

.u-m-b-12 {
  margin-bottom: 12px!important
}

.u-p-b-12 {
  padding-bottom: 12px!important
}

.u-m-l-12 {
  margin-left: 12px!important
}

.u-p-l-12 {
  padding-left: 12px!important
}

.u-m-r-12 {
  margin-right: 12px!important
}

.u-p-r-12 {
  padding-right: 12px!important
}

.u-m-t-16 {
  margin-top: 16px!important
}

.u-p-t-16 {
  padding-top: 16px!important
}

.u-m-b-16 {
  margin-bottom: 16px!important
}

.u-p-b-16 {
  padding-bottom: 16px!important
}

.u-m-l-16 {
  margin-left: 16px!important
}

.u-p-l-16 {
  padding-left: 16px!important
}

.u-m-r-16 {
  margin-right: 16px!important
}

.u-p-r-16 {
  padding-right: 16px!important
}

.u-m-t-24 {
  margin-top: 24px!important
}

.u-p-t-24 {
  padding-top: 24px!important
}

.u-m-b-24 {
  margin-bottom: 24px!important
}

.u-p-b-24 {
  padding-bottom: 24px!important
}

.u-m-l-24 {
  margin-left: 24px!important
}

.u-p-l-24 {
  padding-left: 24px!important
}

.u-m-r-24 {
  margin-right: 24px!important
}

.u-p-r-24 {
  padding-right: 24px!important
}

.u-m-t-32 {
  margin-top: 32px!important
}

.u-p-t-32 {
  padding-top: 32px!important
}

.u-m-b-32 {
  margin-bottom: 32px!important
}

.u-p-b-32 {
  padding-bottom: 32px!important
}

.u-m-l-32 {
  margin-left: 32px!important
}

.u-p-l-32 {
  padding-left: 32px!important
}

.u-m-r-32 {
  margin-right: 32px!important
}

.u-p-r-32 {
  padding-right: 32px!important
}

.u-m-t-36 {
  margin-top: 36px!important
}

.u-p-t-36 {
  padding-top: 36px!important
}

.u-m-b-36 {
  margin-bottom: 36px!important
}

.u-p-b-36 {
  padding-bottom: 36px!important
}

.u-m-l-36 {
  margin-left: 36px!important
}

.u-p-l-36 {
  padding-left: 36px!important
}

.u-m-r-36 {
  margin-right: 36px!important
}

.u-p-r-36 {
  padding-right: 36px!important
}

.u-m-t-48 {
  margin-top: 48px!important
}

.u-p-t-48 {
  padding-top: 48px!important
}

.u-m-b-48 {
  margin-bottom: 48px!important
}

.u-p-b-48 {
  padding-bottom: 48px!important
}

.u-m-l-48 {
  margin-left: 48px!important
}

.u-p-l-48 {
  padding-left: 48px!important
}

.u-m-r-48 {
  margin-right: 48px!important
}

.u-p-r-48 {
  padding-right: 48px!important
}

.u-m-t-60 {
  margin-top: 60px!important
}

.u-p-t-60 {
  padding-top: 60px!important
}

.u-m-b-60 {
  margin-bottom: 60px!important
}

.u-p-b-60 {
  padding-bottom: 60px!important
}

.u-m-l-60 {
  margin-left: 60px!important
}

.u-p-l-60 {
  padding-left: 60px!important
}

.u-m-r-60 {
  margin-right: 60px!important
}

.u-p-r-60 {
  padding-right: 60px!important
}

.u-m-t-96 {
  margin-top: 96px!important
}

.u-p-t-96 {
  padding-top: 96px!important
}

.u-m-b-96 {
  margin-bottom: 96px!important
}

.u-p-b-96 {
  padding-bottom: 96px!important
}

.u-m-l-96 {
  margin-left: 96px!important
}

.u-p-l-96 {
  padding-left: 96px!important
}

.u-m-r-96 {
  margin-right: 96px!important
}

.u-p-r-96 {
  padding-right: 96px!important
}

@media screen and (max-width:1919px) {
  .u-m-t-0-ultra {
    margin-top: 0!important
  }
  .u-p-t-0-ultra {
    padding-top: 0!important
  }
  .u-m-b-0-ultra {
    margin-bottom: 0!important
  }
  .u-p-b-0-ultra {
    padding-bottom: 0!important
  }
  .u-m-l-0-ultra {
    margin-left: 0!important
  }
  .u-p-l-0-ultra {
    padding-left: 0!important
  }
  .u-m-r-0-ultra {
    margin-right: 0!important
  }
  .u-p-r-0-ultra {
    padding-right: 0!important
  }
  .u-m-t-6-ultra {
    margin-top: 6px!important
  }
  .u-p-t-6-ultra {
    padding-top: 6px!important
  }
  .u-m-b-6-ultra {
    margin-bottom: 6px!important
  }
  .u-p-b-6-ultra {
    padding-bottom: 6px!important
  }
  .u-m-l-6-ultra {
    margin-left: 6px!important
  }
  .u-p-l-6-ultra {
    padding-left: 6px!important
  }
  .u-m-r-6-ultra {
    margin-right: 6px!important
  }
  .u-p-r-6-ultra {
    padding-right: 6px!important
  }
  .u-m-t-12-ultra {
    margin-top: 12px!important
  }
  .u-p-t-12-ultra {
    padding-top: 12px!important
  }
  .u-m-b-12-ultra {
    margin-bottom: 12px!important
  }
  .u-p-b-12-ultra {
    padding-bottom: 12px!important
  }
  .u-m-l-12-ultra {
    margin-left: 12px!important
  }
  .u-p-l-12-ultra {
    padding-left: 12px!important
  }
  .u-m-r-12-ultra {
    margin-right: 12px!important
  }
  .u-p-r-12-ultra {
    padding-right: 12px!important
  }
  .u-m-t-16-ultra {
    margin-top: 16px!important
  }
  .u-p-t-16-ultra {
    padding-top: 16px!important
  }
  .u-m-b-16-ultra {
    margin-bottom: 16px!important
  }
  .u-p-b-16-ultra {
    padding-bottom: 16px!important
  }
  .u-m-l-16-ultra {
    margin-left: 16px!important
  }
  .u-p-l-16-ultra {
    padding-left: 16px!important
  }
  .u-m-r-16-ultra {
    margin-right: 16px!important
  }
  .u-p-r-16-ultra {
    padding-right: 16px!important
  }
  .u-m-t-24-ultra {
    margin-top: 24px!important
  }
  .u-p-t-24-ultra {
    padding-top: 24px!important
  }
  .u-m-b-24-ultra {
    margin-bottom: 24px!important
  }
  .u-p-b-24-ultra {
    padding-bottom: 24px!important
  }
  .u-m-l-24-ultra {
    margin-left: 24px!important
  }
  .u-p-l-24-ultra {
    padding-left: 24px!important
  }
  .u-m-r-24-ultra {
    margin-right: 24px!important
  }
  .u-p-r-24-ultra {
    padding-right: 24px!important
  }
  .u-m-t-32-ultra {
    margin-top: 32px!important
  }
  .u-p-t-32-ultra {
    padding-top: 32px!important
  }
  .u-m-b-32-ultra {
    margin-bottom: 32px!important
  }
  .u-p-b-32-ultra {
    padding-bottom: 32px!important
  }
  .u-m-l-32-ultra {
    margin-left: 32px!important
  }
  .u-p-l-32-ultra {
    padding-left: 32px!important
  }
  .u-m-r-32-ultra {
    margin-right: 32px!important
  }
  .u-p-r-32-ultra {
    padding-right: 32px!important
  }
  .u-m-t-36-ultra {
    margin-top: 36px!important
  }
  .u-p-t-36-ultra {
    padding-top: 36px!important
  }
  .u-m-b-36-ultra {
    margin-bottom: 36px!important
  }
  .u-p-b-36-ultra {
    padding-bottom: 36px!important
  }
  .u-m-l-36-ultra {
    margin-left: 36px!important
  }
  .u-p-l-36-ultra {
    padding-left: 36px!important
  }
  .u-m-r-36-ultra {
    margin-right: 36px!important
  }
  .u-p-r-36-ultra {
    padding-right: 36px!important
  }
  .u-m-t-48-ultra {
    margin-top: 48px!important
  }
  .u-p-t-48-ultra {
    padding-top: 48px!important
  }
  .u-m-b-48-ultra {
    margin-bottom: 48px!important
  }
  .u-p-b-48-ultra {
    padding-bottom: 48px!important
  }
  .u-m-l-48-ultra {
    margin-left: 48px!important
  }
  .u-p-l-48-ultra {
    padding-left: 48px!important
  }
  .u-m-r-48-ultra {
    margin-right: 48px!important
  }
  .u-p-r-48-ultra {
    padding-right: 48px!important
  }
  .u-m-t-60-ultra {
    margin-top: 60px!important
  }
  .u-p-t-60-ultra {
    padding-top: 60px!important
  }
  .u-m-b-60-ultra {
    margin-bottom: 60px!important
  }
  .u-p-b-60-ultra {
    padding-bottom: 60px!important
  }
  .u-m-l-60-ultra {
    margin-left: 60px!important
  }
  .u-p-l-60-ultra {
    padding-left: 60px!important
  }
  .u-m-r-60-ultra {
    margin-right: 60px!important
  }
  .u-p-r-60-ultra {
    padding-right: 60px!important
  }
  .u-m-t-96-ultra {
    margin-top: 96px!important
  }
  .u-p-t-96-ultra {
    padding-top: 96px!important
  }
  .u-m-b-96-ultra {
    margin-bottom: 96px!important
  }
  .u-p-b-96-ultra {
    padding-bottom: 96px!important
  }
  .u-m-l-96-ultra {
    margin-left: 96px!important
  }
  .u-p-l-96-ultra {
    padding-left: 96px!important
  }
  .u-m-r-96-ultra {
    margin-right: 96px!important
  }
  .u-p-r-96-ultra {
    padding-right: 96px!important
  }
}

@media screen and (max-width:1599px) {
  .u-m-t-0-xl {
    margin-top: 0!important
  }
  .u-p-t-0-xl {
    padding-top: 0!important
  }
  .u-m-b-0-xl {
    margin-bottom: 0!important
  }
  .u-p-b-0-xl {
    padding-bottom: 0!important
  }
  .u-m-l-0-xl {
    margin-left: 0!important
  }
  .u-p-l-0-xl {
    padding-left: 0!important
  }
  .u-m-r-0-xl {
    margin-right: 0!important
  }
  .u-p-r-0-xl {
    padding-right: 0!important
  }
  .u-m-t-6-xl {
    margin-top: 6px!important
  }
  .u-p-t-6-xl {
    padding-top: 6px!important
  }
  .u-m-b-6-xl {
    margin-bottom: 6px!important
  }
  .u-p-b-6-xl {
    padding-bottom: 6px!important
  }
  .u-m-l-6-xl {
    margin-left: 6px!important
  }
  .u-p-l-6-xl {
    padding-left: 6px!important
  }
  .u-m-r-6-xl {
    margin-right: 6px!important
  }
  .u-p-r-6-xl {
    padding-right: 6px!important
  }
  .u-m-t-12-xl {
    margin-top: 12px!important
  }
  .u-p-t-12-xl {
    padding-top: 12px!important
  }
  .u-m-b-12-xl {
    margin-bottom: 12px!important
  }
  .u-p-b-12-xl {
    padding-bottom: 12px!important
  }
  .u-m-l-12-xl {
    margin-left: 12px!important
  }
  .u-p-l-12-xl {
    padding-left: 12px!important
  }
  .u-m-r-12-xl {
    margin-right: 12px!important
  }
  .u-p-r-12-xl {
    padding-right: 12px!important
  }
  .u-m-t-16-xl {
    margin-top: 16px!important
  }
  .u-p-t-16-xl {
    padding-top: 16px!important
  }
  .u-m-b-16-xl {
    margin-bottom: 16px!important
  }
  .u-p-b-16-xl {
    padding-bottom: 16px!important
  }
  .u-m-l-16-xl {
    margin-left: 16px!important
  }
  .u-p-l-16-xl {
    padding-left: 16px!important
  }
  .u-m-r-16-xl {
    margin-right: 16px!important
  }
  .u-p-r-16-xl {
    padding-right: 16px!important
  }
  .u-m-t-24-xl {
    margin-top: 24px!important
  }
  .u-p-t-24-xl {
    padding-top: 24px!important
  }
  .u-m-b-24-xl {
    margin-bottom: 24px!important
  }
  .u-p-b-24-xl {
    padding-bottom: 24px!important
  }
  .u-m-l-24-xl {
    margin-left: 24px!important
  }
  .u-p-l-24-xl {
    padding-left: 24px!important
  }
  .u-m-r-24-xl {
    margin-right: 24px!important
  }
  .u-p-r-24-xl {
    padding-right: 24px!important
  }
  .u-m-t-32-xl {
    margin-top: 32px!important
  }
  .u-p-t-32-xl {
    padding-top: 32px!important
  }
  .u-m-b-32-xl {
    margin-bottom: 32px!important
  }
  .u-p-b-32-xl {
    padding-bottom: 32px!important
  }
  .u-m-l-32-xl {
    margin-left: 32px!important
  }
  .u-p-l-32-xl {
    padding-left: 32px!important
  }
  .u-m-r-32-xl {
    margin-right: 32px!important
  }
  .u-p-r-32-xl {
    padding-right: 32px!important
  }
  .u-m-t-36-xl {
    margin-top: 36px!important
  }
  .u-p-t-36-xl {
    padding-top: 36px!important
  }
  .u-m-b-36-xl {
    margin-bottom: 36px!important
  }
  .u-p-b-36-xl {
    padding-bottom: 36px!important
  }
  .u-m-l-36-xl {
    margin-left: 36px!important
  }
  .u-p-l-36-xl {
    padding-left: 36px!important
  }
  .u-m-r-36-xl {
    margin-right: 36px!important
  }
  .u-p-r-36-xl {
    padding-right: 36px!important
  }
  .u-m-t-48-xl {
    margin-top: 48px!important
  }
  .u-p-t-48-xl {
    padding-top: 48px!important
  }
  .u-m-b-48-xl {
    margin-bottom: 48px!important
  }
  .u-p-b-48-xl {
    padding-bottom: 48px!important
  }
  .u-m-l-48-xl {
    margin-left: 48px!important
  }
  .u-p-l-48-xl {
    padding-left: 48px!important
  }
  .u-m-r-48-xl {
    margin-right: 48px!important
  }
  .u-p-r-48-xl {
    padding-right: 48px!important
  }
  .u-m-t-60-xl {
    margin-top: 60px!important
  }
  .u-p-t-60-xl {
    padding-top: 60px!important
  }
  .u-m-b-60-xl {
    margin-bottom: 60px!important
  }
  .u-p-b-60-xl {
    padding-bottom: 60px!important
  }
  .u-m-l-60-xl {
    margin-left: 60px!important
  }
  .u-p-l-60-xl {
    padding-left: 60px!important
  }
  .u-m-r-60-xl {
    margin-right: 60px!important
  }
  .u-p-r-60-xl {
    padding-right: 60px!important
  }
  .u-m-t-96-xl {
    margin-top: 96px!important
  }
  .u-p-t-96-xl {
    padding-top: 96px!important
  }
  .u-m-b-96-xl {
    margin-bottom: 96px!important
  }
  .u-p-b-96-xl {
    padding-bottom: 96px!important
  }
  .u-m-l-96-xl {
    margin-left: 96px!important
  }
  .u-p-l-96-xl {
    padding-left: 96px!important
  }
  .u-m-r-96-xl {
    margin-right: 96px!important
  }
  .u-p-r-96-xl {
    padding-right: 96px!important
  }
}

@media screen and (max-width:1023px) {
  .u-m-t-0-l {
    margin-top: 0!important
  }
  .u-p-t-0-l {
    padding-top: 0!important
  }
  .u-m-b-0-l {
    margin-bottom: 0!important
  }
  .u-p-b-0-l {
    padding-bottom: 0!important
  }
  .u-m-l-0-l {
    margin-left: 0!important
  }
  .u-p-l-0-l {
    padding-left: 0!important
  }
  .u-m-r-0-l {
    margin-right: 0!important
  }
  .u-p-r-0-l {
    padding-right: 0!important
  }
  .u-m-t-6-l {
    margin-top: 6px!important
  }
  .u-p-t-6-l {
    padding-top: 6px!important
  }
  .u-m-b-6-l {
    margin-bottom: 6px!important
  }
  .u-p-b-6-l {
    padding-bottom: 6px!important
  }
  .u-m-l-6-l {
    margin-left: 6px!important
  }
  .u-p-l-6-l {
    padding-left: 6px!important
  }
  .u-m-r-6-l {
    margin-right: 6px!important
  }
  .u-p-r-6-l {
    padding-right: 6px!important
  }
  .u-m-t-12-l {
    margin-top: 12px!important
  }
  .u-p-t-12-l {
    padding-top: 12px!important
  }
  .u-m-b-12-l {
    margin-bottom: 12px!important
  }
  .u-p-b-12-l {
    padding-bottom: 12px!important
  }
  .u-m-l-12-l {
    margin-left: 12px!important
  }
  .u-p-l-12-l {
    padding-left: 12px!important
  }
  .u-m-r-12-l {
    margin-right: 12px!important
  }
  .u-p-r-12-l {
    padding-right: 12px!important
  }
  .u-m-t-16-l {
    margin-top: 16px!important
  }
  .u-p-t-16-l {
    padding-top: 16px!important
  }
  .u-m-b-16-l {
    margin-bottom: 16px!important
  }
  .u-p-b-16-l {
    padding-bottom: 16px!important
  }
  .u-m-l-16-l {
    margin-left: 16px!important
  }
  .u-p-l-16-l {
    padding-left: 16px!important
  }
  .u-m-r-16-l {
    margin-right: 16px!important
  }
  .u-p-r-16-l {
    padding-right: 16px!important
  }
  .u-m-t-24-l {
    margin-top: 24px!important
  }
  .u-p-t-24-l {
    padding-top: 24px!important
  }
  .u-m-b-24-l {
    margin-bottom: 24px!important
  }
  .u-p-b-24-l {
    padding-bottom: 24px!important
  }
  .u-m-l-24-l {
    margin-left: 24px!important
  }
  .u-p-l-24-l {
    padding-left: 24px!important
  }
  .u-m-r-24-l {
    margin-right: 24px!important
  }
  .u-p-r-24-l {
    padding-right: 24px!important
  }
  .u-m-t-32-l {
    margin-top: 32px!important
  }
  .u-p-t-32-l {
    padding-top: 32px!important
  }
  .u-m-b-32-l {
    margin-bottom: 32px!important
  }
  .u-p-b-32-l {
    padding-bottom: 32px!important
  }
  .u-m-l-32-l {
    margin-left: 32px!important
  }
  .u-p-l-32-l {
    padding-left: 32px!important
  }
  .u-m-r-32-l {
    margin-right: 32px!important
  }
  .u-p-r-32-l {
    padding-right: 32px!important
  }
  .u-m-t-36-l {
    margin-top: 36px!important
  }
  .u-p-t-36-l {
    padding-top: 36px!important
  }
  .u-m-b-36-l {
    margin-bottom: 36px!important
  }
  .u-p-b-36-l {
    padding-bottom: 36px!important
  }
  .u-m-l-36-l {
    margin-left: 36px!important
  }
  .u-p-l-36-l {
    padding-left: 36px!important
  }
  .u-m-r-36-l {
    margin-right: 36px!important
  }
  .u-p-r-36-l {
    padding-right: 36px!important
  }
  .u-m-t-48-l {
    margin-top: 48px!important
  }
  .u-p-t-48-l {
    padding-top: 48px!important
  }
  .u-m-b-48-l {
    margin-bottom: 48px!important
  }
  .u-p-b-48-l {
    padding-bottom: 48px!important
  }
  .u-m-l-48-l {
    margin-left: 48px!important
  }
  .u-p-l-48-l {
    padding-left: 48px!important
  }
  .u-m-r-48-l {
    margin-right: 48px!important
  }
  .u-p-r-48-l {
    padding-right: 48px!important
  }
  .u-m-t-60-l {
    margin-top: 60px!important
  }
  .u-p-t-60-l {
    padding-top: 60px!important
  }
  .u-m-b-60-l {
    margin-bottom: 60px!important
  }
  .u-p-b-60-l {
    padding-bottom: 60px!important
  }
  .u-m-l-60-l {
    margin-left: 60px!important
  }
  .u-p-l-60-l {
    padding-left: 60px!important
  }
  .u-m-r-60-l {
    margin-right: 60px!important
  }
  .u-p-r-60-l {
    padding-right: 60px!important
  }
  .u-m-t-96-l {
    margin-top: 96px!important
  }
  .u-p-t-96-l {
    padding-top: 96px!important
  }
  .u-m-b-96-l {
    margin-bottom: 96px!important
  }
  .u-p-b-96-l {
    padding-bottom: 96px!important
  }
  .u-m-l-96-l {
    margin-left: 96px!important
  }
  .u-p-l-96-l {
    padding-left: 96px!important
  }
  .u-m-r-96-l {
    margin-right: 96px!important
  }
  .u-p-r-96-l {
    padding-right: 96px!important
  }
}

@media screen and (max-width:719px) {
  .u-m-t-0-m {
    margin-top: 0!important
  }
  .u-p-t-0-m {
    padding-top: 0!important
  }
  .u-m-b-0-m {
    margin-bottom: 0!important
  }
  .u-p-b-0-m {
    padding-bottom: 0!important
  }
  .u-m-l-0-m {
    margin-left: 0!important
  }
  .u-p-l-0-m {
    padding-left: 0!important
  }
  .u-m-r-0-m {
    margin-right: 0!important
  }
  .u-p-r-0-m {
    padding-right: 0!important
  }
  .u-m-t-6-m {
    margin-top: 6px!important
  }
  .u-p-t-6-m {
    padding-top: 6px!important
  }
  .u-m-b-6-m {
    margin-bottom: 6px!important
  }
  .u-p-b-6-m {
    padding-bottom: 6px!important
  }
  .u-m-l-6-m {
    margin-left: 6px!important
  }
  .u-p-l-6-m {
    padding-left: 6px!important
  }
  .u-m-r-6-m {
    margin-right: 6px!important
  }
  .u-p-r-6-m {
    padding-right: 6px!important
  }
  .u-m-t-12-m {
    margin-top: 12px!important
  }
  .u-p-t-12-m {
    padding-top: 12px!important
  }
  .u-m-b-12-m {
    margin-bottom: 12px!important
  }
  .u-p-b-12-m {
    padding-bottom: 12px!important
  }
  .u-m-l-12-m {
    margin-left: 12px!important
  }
  .u-p-l-12-m {
    padding-left: 12px!important
  }
  .u-m-r-12-m {
    margin-right: 12px!important
  }
  .u-p-r-12-m {
    padding-right: 12px!important
  }
  .u-m-t-16-m {
    margin-top: 16px!important
  }
  .u-p-t-16-m {
    padding-top: 16px!important
  }
  .u-m-b-16-m {
    margin-bottom: 16px!important
  }
  .u-p-b-16-m {
    padding-bottom: 16px!important
  }
  .u-m-l-16-m {
    margin-left: 16px!important
  }
  .u-p-l-16-m {
    padding-left: 16px!important
  }
  .u-m-r-16-m {
    margin-right: 16px!important
  }
  .u-p-r-16-m {
    padding-right: 16px!important
  }
  .u-m-t-24-m {
    margin-top: 24px!important
  }
  .u-p-t-24-m {
    padding-top: 24px!important
  }
  .u-m-b-24-m {
    margin-bottom: 24px!important
  }
  .u-p-b-24-m {
    padding-bottom: 24px!important
  }
  .u-m-l-24-m {
    margin-left: 24px!important
  }
  .u-p-l-24-m {
    padding-left: 24px!important
  }
  .u-m-r-24-m {
    margin-right: 24px!important
  }
  .u-p-r-24-m {
    padding-right: 24px!important
  }
  .u-m-t-32-m {
    margin-top: 32px!important
  }
  .u-p-t-32-m {
    padding-top: 32px!important
  }
  .u-m-b-32-m {
    margin-bottom: 32px!important
  }
  .u-p-b-32-m {
    padding-bottom: 32px!important
  }
  .u-m-l-32-m {
    margin-left: 32px!important
  }
  .u-p-l-32-m {
    padding-left: 32px!important
  }
  .u-m-r-32-m {
    margin-right: 32px!important
  }
  .u-p-r-32-m {
    padding-right: 32px!important
  }
  .u-m-t-36-m {
    margin-top: 36px!important
  }
  .u-p-t-36-m {
    padding-top: 36px!important
  }
  .u-m-b-36-m {
    margin-bottom: 36px!important
  }
  .u-p-b-36-m {
    padding-bottom: 36px!important
  }
  .u-m-l-36-m {
    margin-left: 36px!important
  }
  .u-p-l-36-m {
    padding-left: 36px!important
  }
  .u-m-r-36-m {
    margin-right: 36px!important
  }
  .u-p-r-36-m {
    padding-right: 36px!important
  }
  .u-m-t-48-m {
    margin-top: 48px!important
  }
  .u-p-t-48-m {
    padding-top: 48px!important
  }
  .u-m-b-48-m {
    margin-bottom: 48px!important
  }
  .u-p-b-48-m {
    padding-bottom: 48px!important
  }
  .u-m-l-48-m {
    margin-left: 48px!important
  }
  .u-p-l-48-m {
    padding-left: 48px!important
  }
  .u-m-r-48-m {
    margin-right: 48px!important
  }
  .u-p-r-48-m {
    padding-right: 48px!important
  }
  .u-m-t-60-m {
    margin-top: 60px!important
  }
  .u-p-t-60-m {
    padding-top: 60px!important
  }
  .u-m-b-60-m {
    margin-bottom: 60px!important
  }
  .u-p-b-60-m {
    padding-bottom: 60px!important
  }
  .u-m-l-60-m {
    margin-left: 60px!important
  }
  .u-p-l-60-m {
    padding-left: 60px!important
  }
  .u-m-r-60-m {
    margin-right: 60px!important
  }
  .u-p-r-60-m {
    padding-right: 60px!important
  }
  .u-m-t-96-m {
    margin-top: 96px!important
  }
  .u-p-t-96-m {
    padding-top: 96px!important
  }
  .u-m-b-96-m {
    margin-bottom: 96px!important
  }
  .u-p-b-96-m {
    padding-bottom: 96px!important
  }
  .u-m-l-96-m {
    margin-left: 96px!important
  }
  .u-p-l-96-m {
    padding-left: 96px!important
  }
  .u-m-r-96-m {
    margin-right: 96px!important
  }
  .u-p-r-96-m {
    padding-right: 96px!important
  }
}

@media screen and (max-width:575px) {
  .u-m-t-0-s {
    margin-top: 0!important
  }
  .u-p-t-0-s {
    padding-top: 0!important
  }
  .u-m-b-0-s {
    margin-bottom: 0!important
  }
  .u-p-b-0-s {
    padding-bottom: 0!important
  }
  .u-m-l-0-s {
    margin-left: 0!important
  }
  .u-p-l-0-s {
    padding-left: 0!important
  }
  .u-m-r-0-s {
    margin-right: 0!important
  }
  .u-p-r-0-s {
    padding-right: 0!important
  }
  .u-m-t-6-s {
    margin-top: 6px!important
  }
  .u-p-t-6-s {
    padding-top: 6px!important
  }
  .u-m-b-6-s {
    margin-bottom: 6px!important
  }
  .u-p-b-6-s {
    padding-bottom: 6px!important
  }
  .u-m-l-6-s {
    margin-left: 6px!important
  }
  .u-p-l-6-s {
    padding-left: 6px!important
  }
  .u-m-r-6-s {
    margin-right: 6px!important
  }
  .u-p-r-6-s {
    padding-right: 6px!important
  }
  .u-m-t-12-s {
    margin-top: 12px!important
  }
  .u-p-t-12-s {
    padding-top: 12px!important
  }
  .u-m-b-12-s {
    margin-bottom: 12px!important
  }
  .u-p-b-12-s {
    padding-bottom: 12px!important
  }
  .u-m-l-12-s {
    margin-left: 12px!important
  }
  .u-p-l-12-s {
    padding-left: 12px!important
  }
  .u-m-r-12-s {
    margin-right: 12px!important
  }
  .u-p-r-12-s {
    padding-right: 12px!important
  }
  .u-m-t-16-s {
    margin-top: 16px!important
  }
  .u-p-t-16-s {
    padding-top: 16px!important
  }
  .u-m-b-16-s {
    margin-bottom: 16px!important
  }
  .u-p-b-16-s {
    padding-bottom: 16px!important
  }
  .u-m-l-16-s {
    margin-left: 16px!important
  }
  .u-p-l-16-s {
    padding-left: 16px!important
  }
  .u-m-r-16-s {
    margin-right: 16px!important
  }
  .u-p-r-16-s {
    padding-right: 16px!important
  }
  .u-m-t-24-s {
    margin-top: 24px!important
  }
  .u-p-t-24-s {
    padding-top: 24px!important
  }
  .u-m-b-24-s {
    margin-bottom: 24px!important
  }
  .u-p-b-24-s {
    padding-bottom: 24px!important
  }
  .u-m-l-24-s {
    margin-left: 24px!important
  }
  .u-p-l-24-s {
    padding-left: 24px!important
  }
  .u-m-r-24-s {
    margin-right: 24px!important
  }
  .u-p-r-24-s {
    padding-right: 24px!important
  }
  .u-m-t-32-s {
    margin-top: 32px!important
  }
  .u-p-t-32-s {
    padding-top: 32px!important
  }
  .u-m-b-32-s {
    margin-bottom: 32px!important
  }
  .u-p-b-32-s {
    padding-bottom: 32px!important
  }
  .u-m-l-32-s {
    margin-left: 32px!important
  }
  .u-p-l-32-s {
    padding-left: 32px!important
  }
  .u-m-r-32-s {
    margin-right: 32px!important
  }
  .u-p-r-32-s {
    padding-right: 32px!important
  }
  .u-m-t-36-s {
    margin-top: 36px!important
  }
  .u-p-t-36-s {
    padding-top: 36px!important
  }
  .u-m-b-36-s {
    margin-bottom: 36px!important
  }
  .u-p-b-36-s {
    padding-bottom: 36px!important
  }
  .u-m-l-36-s {
    margin-left: 36px!important
  }
  .u-p-l-36-s {
    padding-left: 36px!important
  }
  .u-m-r-36-s {
    margin-right: 36px!important
  }
  .u-p-r-36-s {
    padding-right: 36px!important
  }
  .u-m-t-48-s {
    margin-top: 48px!important
  }
  .u-p-t-48-s {
    padding-top: 48px!important
  }
  .u-m-b-48-s {
    margin-bottom: 48px!important
  }
  .u-p-b-48-s {
    padding-bottom: 48px!important
  }
  .u-m-l-48-s {
    margin-left: 48px!important
  }
  .u-p-l-48-s {
    padding-left: 48px!important
  }
  .u-m-r-48-s {
    margin-right: 48px!important
  }
  .u-p-r-48-s {
    padding-right: 48px!important
  }
  .u-m-t-60-s {
    margin-top: 60px!important
  }
  .u-p-t-60-s {
    padding-top: 60px!important
  }
  .u-m-b-60-s {
    margin-bottom: 60px!important
  }
  .u-p-b-60-s {
    padding-bottom: 60px!important
  }
  .u-m-l-60-s {
    margin-left: 60px!important
  }
  .u-p-l-60-s {
    padding-left: 60px!important
  }
  .u-m-r-60-s {
    margin-right: 60px!important
  }
  .u-p-r-60-s {
    padding-right: 60px!important
  }
  .u-m-t-96-s {
    margin-top: 96px!important
  }
  .u-p-t-96-s {
    padding-top: 96px!important
  }
  .u-m-b-96-s {
    margin-bottom: 96px!important
  }
  .u-p-b-96-s {
    padding-bottom: 96px!important
  }
  .u-m-l-96-s {
    margin-left: 96px!important
  }
  .u-p-l-96-s {
    padding-left: 96px!important
  }
  .u-m-r-96-s {
    margin-right: 96px!important
  }
  .u-p-r-96-s {
    padding-right: 96px!important
  }
}

@media screen and (max-width:479px) {
  .u-m-t-0-xs {
    margin-top: 0!important
  }
  .u-p-t-0-xs {
    padding-top: 0!important
  }
  .u-m-b-0-xs {
    margin-bottom: 0!important
  }
  .u-p-b-0-xs {
    padding-bottom: 0!important
  }
  .u-m-l-0-xs {
    margin-left: 0!important
  }
  .u-p-l-0-xs {
    padding-left: 0!important
  }
  .u-m-r-0-xs {
    margin-right: 0!important
  }
  .u-p-r-0-xs {
    padding-right: 0!important
  }
  .u-m-t-6-xs {
    margin-top: 6px!important
  }
  .u-p-t-6-xs {
    padding-top: 6px!important
  }
  .u-m-b-6-xs {
    margin-bottom: 6px!important
  }
  .u-p-b-6-xs {
    padding-bottom: 6px!important
  }
  .u-m-l-6-xs {
    margin-left: 6px!important
  }
  .u-p-l-6-xs {
    padding-left: 6px!important
  }
  .u-m-r-6-xs {
    margin-right: 6px!important
  }
  .u-p-r-6-xs {
    padding-right: 6px!important
  }
  .u-m-t-12-xs {
    margin-top: 12px!important
  }
  .u-p-t-12-xs {
    padding-top: 12px!important
  }
  .u-m-b-12-xs {
    margin-bottom: 12px!important
  }
  .u-p-b-12-xs {
    padding-bottom: 12px!important
  }
  .u-m-l-12-xs {
    margin-left: 12px!important
  }
  .u-p-l-12-xs {
    padding-left: 12px!important
  }
  .u-m-r-12-xs {
    margin-right: 12px!important
  }
  .u-p-r-12-xs {
    padding-right: 12px!important
  }
  .u-m-t-16-xs {
    margin-top: 16px!important
  }
  .u-p-t-16-xs {
    padding-top: 16px!important
  }
  .u-m-b-16-xs {
    margin-bottom: 16px!important
  }
  .u-p-b-16-xs {
    padding-bottom: 16px!important
  }
  .u-m-l-16-xs {
    margin-left: 16px!important
  }
  .u-p-l-16-xs {
    padding-left: 16px!important
  }
  .u-m-r-16-xs {
    margin-right: 16px!important
  }
  .u-p-r-16-xs {
    padding-right: 16px!important
  }
  .u-m-t-24-xs {
    margin-top: 24px!important
  }
  .u-p-t-24-xs {
    padding-top: 24px!important
  }
  .u-m-b-24-xs {
    margin-bottom: 24px!important
  }
  .u-p-b-24-xs {
    padding-bottom: 24px!important
  }
  .u-m-l-24-xs {
    margin-left: 24px!important
  }
  .u-p-l-24-xs {
    padding-left: 24px!important
  }
  .u-m-r-24-xs {
    margin-right: 24px!important
  }
  .u-p-r-24-xs {
    padding-right: 24px!important
  }
  .u-m-t-32-xs {
    margin-top: 32px!important
  }
  .u-p-t-32-xs {
    padding-top: 32px!important
  }
  .u-m-b-32-xs {
    margin-bottom: 32px!important
  }
  .u-p-b-32-xs {
    padding-bottom: 32px!important
  }
  .u-m-l-32-xs {
    margin-left: 32px!important
  }
  .u-p-l-32-xs {
    padding-left: 32px!important
  }
  .u-m-r-32-xs {
    margin-right: 32px!important
  }
  .u-p-r-32-xs {
    padding-right: 32px!important
  }
  .u-m-t-36-xs {
    margin-top: 36px!important
  }
  .u-p-t-36-xs {
    padding-top: 36px!important
  }
  .u-m-b-36-xs {
    margin-bottom: 36px!important
  }
  .u-p-b-36-xs {
    padding-bottom: 36px!important
  }
  .u-m-l-36-xs {
    margin-left: 36px!important
  }
  .u-p-l-36-xs {
    padding-left: 36px!important
  }
  .u-m-r-36-xs {
    margin-right: 36px!important
  }
  .u-p-r-36-xs {
    padding-right: 36px!important
  }
  .u-m-t-48-xs {
    margin-top: 48px!important
  }
  .u-p-t-48-xs {
    padding-top: 48px!important
  }
  .u-m-b-48-xs {
    margin-bottom: 48px!important
  }
  .u-p-b-48-xs {
    padding-bottom: 48px!important
  }
  .u-m-l-48-xs {
    margin-left: 48px!important
  }
  .u-p-l-48-xs {
    padding-left: 48px!important
  }
  .u-m-r-48-xs {
    margin-right: 48px!important
  }
  .u-p-r-48-xs {
    padding-right: 48px!important
  }
  .u-m-t-60-xs {
    margin-top: 60px!important
  }
  .u-p-t-60-xs {
    padding-top: 60px!important
  }
  .u-m-b-60-xs {
    margin-bottom: 60px!important
  }
  .u-p-b-60-xs {
    padding-bottom: 60px!important
  }
  .u-m-l-60-xs {
    margin-left: 60px!important
  }
  .u-p-l-60-xs {
    padding-left: 60px!important
  }
  .u-m-r-60-xs {
    margin-right: 60px!important
  }
  .u-p-r-60-xs {
    padding-right: 60px!important
  }
  .u-m-t-96-xs {
    margin-top: 96px!important
  }
  .u-p-t-96-xs {
    padding-top: 96px!important
  }
  .u-m-b-96-xs {
    margin-bottom: 96px!important
  }
  .u-p-b-96-xs {
    padding-bottom: 96px!important
  }
  .u-m-l-96-xs {
    margin-left: 96px!important
  }
  .u-p-l-96-xs {
    padding-left: 96px!important
  }
  .u-m-r-96-xs {
    margin-right: 96px!important
  }
  .u-p-r-96-xs {
    padding-right: 96px!important
  }
}

@media screen and (max-width:383px) {
  .u-m-t-0-xxs {
    margin-top: 0!important
  }
  .u-p-t-0-xxs {
    padding-top: 0!important
  }
  .u-m-b-0-xxs {
    margin-bottom: 0!important
  }
  .u-p-b-0-xxs {
    padding-bottom: 0!important
  }
  .u-m-l-0-xxs {
    margin-left: 0!important
  }
  .u-p-l-0-xxs {
    padding-left: 0!important
  }
  .u-m-r-0-xxs {
    margin-right: 0!important
  }
  .u-p-r-0-xxs {
    padding-right: 0!important
  }
  .u-m-t-6-xxs {
    margin-top: 6px!important
  }
  .u-p-t-6-xxs {
    padding-top: 6px!important
  }
  .u-m-b-6-xxs {
    margin-bottom: 6px!important
  }
  .u-p-b-6-xxs {
    padding-bottom: 6px!important
  }
  .u-m-l-6-xxs {
    margin-left: 6px!important
  }
  .u-p-l-6-xxs {
    padding-left: 6px!important
  }
  .u-m-r-6-xxs {
    margin-right: 6px!important
  }
  .u-p-r-6-xxs {
    padding-right: 6px!important
  }
  .u-m-t-12-xxs {
    margin-top: 12px!important
  }
  .u-p-t-12-xxs {
    padding-top: 12px!important
  }
  .u-m-b-12-xxs {
    margin-bottom: 12px!important
  }
  .u-p-b-12-xxs {
    padding-bottom: 12px!important
  }
  .u-m-l-12-xxs {
    margin-left: 12px!important
  }
  .u-p-l-12-xxs {
    padding-left: 12px!important
  }
  .u-m-r-12-xxs {
    margin-right: 12px!important
  }
  .u-p-r-12-xxs {
    padding-right: 12px!important
  }
  .u-m-t-16-xxs {
    margin-top: 16px!important
  }
  .u-p-t-16-xxs {
    padding-top: 16px!important
  }
  .u-m-b-16-xxs {
    margin-bottom: 16px!important
  }
  .u-p-b-16-xxs {
    padding-bottom: 16px!important
  }
  .u-m-l-16-xxs {
    margin-left: 16px!important
  }
  .u-p-l-16-xxs {
    padding-left: 16px!important
  }
  .u-m-r-16-xxs {
    margin-right: 16px!important
  }
  .u-p-r-16-xxs {
    padding-right: 16px!important
  }
  .u-m-t-24-xxs {
    margin-top: 24px!important
  }
  .u-p-t-24-xxs {
    padding-top: 24px!important
  }
  .u-m-b-24-xxs {
    margin-bottom: 24px!important
  }
  .u-p-b-24-xxs {
    padding-bottom: 24px!important
  }
  .u-m-l-24-xxs {
    margin-left: 24px!important
  }
  .u-p-l-24-xxs {
    padding-left: 24px!important
  }
  .u-m-r-24-xxs {
    margin-right: 24px!important
  }
  .u-p-r-24-xxs {
    padding-right: 24px!important
  }
  .u-m-t-32-xxs {
    margin-top: 32px!important
  }
  .u-p-t-32-xxs {
    padding-top: 32px!important
  }
  .u-m-b-32-xxs {
    margin-bottom: 32px!important
  }
  .u-p-b-32-xxs {
    padding-bottom: 32px!important
  }
  .u-m-l-32-xxs {
    margin-left: 32px!important
  }
  .u-p-l-32-xxs {
    padding-left: 32px!important
  }
  .u-m-r-32-xxs {
    margin-right: 32px!important
  }
  .u-p-r-32-xxs {
    padding-right: 32px!important
  }
  .u-m-t-36-xxs {
    margin-top: 36px!important
  }
  .u-p-t-36-xxs {
    padding-top: 36px!important
  }
  .u-m-b-36-xxs {
    margin-bottom: 36px!important
  }
  .u-p-b-36-xxs {
    padding-bottom: 36px!important
  }
  .u-m-l-36-xxs {
    margin-left: 36px!important
  }
  .u-p-l-36-xxs {
    padding-left: 36px!important
  }
  .u-m-r-36-xxs {
    margin-right: 36px!important
  }
  .u-p-r-36-xxs {
    padding-right: 36px!important
  }
  .u-m-t-48-xxs {
    margin-top: 48px!important
  }
  .u-p-t-48-xxs {
    padding-top: 48px!important
  }
  .u-m-b-48-xxs {
    margin-bottom: 48px!important
  }
  .u-p-b-48-xxs {
    padding-bottom: 48px!important
  }
  .u-m-l-48-xxs {
    margin-left: 48px!important
  }
  .u-p-l-48-xxs {
    padding-left: 48px!important
  }
  .u-m-r-48-xxs {
    margin-right: 48px!important
  }
  .u-p-r-48-xxs {
    padding-right: 48px!important
  }
  .u-m-t-60-xxs {
    margin-top: 60px!important
  }
  .u-p-t-60-xxs {
    padding-top: 60px!important
  }
  .u-m-b-60-xxs {
    margin-bottom: 60px!important
  }
  .u-p-b-60-xxs {
    padding-bottom: 60px!important
  }
  .u-m-l-60-xxs {
    margin-left: 60px!important
  }
  .u-p-l-60-xxs {
    padding-left: 60px!important
  }
  .u-m-r-60-xxs {
    margin-right: 60px!important
  }
  .u-p-r-60-xxs {
    padding-right: 60px!important
  }
  .u-m-t-96-xxs {
    margin-top: 96px!important
  }
  .u-p-t-96-xxs {
    padding-top: 96px!important
  }
  .u-m-b-96-xxs {
    margin-bottom: 96px!important
  }
  .u-p-b-96-xxs {
    padding-bottom: 96px!important
  }
  .u-m-l-96-xxs {
    margin-left: 96px!important
  }
  .u-p-l-96-xxs {
    padding-left: 96px!important
  }
  .u-m-r-96-xxs {
    margin-right: 96px!important
  }
  .u-p-r-96-xxs {
    padding-right: 96px!important
  }
}

.u-t-center {
  text-align: center!important
}

.u-t-left {
  text-align: left!important
}

.u-t-right {
  text-align: right!important
}

@media screen and (max-width:1919px) {
  .u-t-center-ultra {
    text-align: center!important
  }
  .u-t-left-ultra {
    text-align: left!important
  }
  .u-t-right-ultra {
    text-align: right!important
  }
}

@media screen and (max-width:1599px) {
  .u-t-center-xl {
    text-align: center!important
  }
  .u-t-left-xl {
    text-align: left!important
  }
  .u-t-right-xl {
    text-align: right!important
  }
}

@media screen and (max-width:1023px) {
  .u-t-center-l {
    text-align: center!important
  }
  .u-t-left-l {
    text-align: left!important
  }
  .u-t-right-l {
    text-align: right!important
  }
}

@media screen and (max-width:719px) {
  .u-t-center-m {
    text-align: center!important
  }
  .u-t-left-m {
    text-align: left!important
  }
  .u-t-right-m {
    text-align: right!important
  }
}

@media screen and (max-width:575px) {
  .u-t-center-s {
    text-align: center!important
  }
  .u-t-left-s {
    text-align: left!important
  }
  .u-t-right-s {
    text-align: right!important
  }
}

@media screen and (max-width:479px) {
  .u-t-center-xs {
    text-align: center!important
  }
  .u-t-left-xs {
    text-align: left!important
  }
  .u-t-right-xs {
    text-align: right!important
  }
}

@media screen and (max-width:383px) {
  .u-t-center-xxs {
    text-align: center!important
  }
  .u-t-left-xxs {
    text-align: left!important
  }
  .u-t-right-xxs {
    text-align: right!important
  }
}

.u-align-items-flex-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.u-align-items-flex-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.u-align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

@media screen and (max-width:1919px) {
  .u-align-items-flex-start-ultra {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-ultra {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-ultra {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:1599px) {
  .u-align-items-flex-start-xl {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-xl {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-xl {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:1023px) {
  .u-align-items-flex-start-l {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-l {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-l {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:719px) {
  .u-align-items-flex-start-m {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-m {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-m {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:575px) {
  .u-align-items-flex-start-s {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-s {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-s {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:479px) {
  .u-align-items-flex-start-xs {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-xs {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-xs {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:383px) {
  .u-align-items-flex-start-xxs {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-xxs {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-xxs {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

.u-justify-content-flex-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.u-justify-content-flex-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.u-justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.u-justify-content-space-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.u-justify-content-space-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.u-justify-content-space-evenly {
  -webkit-box-pack: space-evenly!important;
  -ms-flex-pack: space-evenly!important;
  justify-content: space-evenly!important
}

@media screen and (max-width:1919px) {
  .u-justify-content-flex-start-ultra {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-ultra {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-ultra {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-ultra {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-ultra {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-ultra {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:1599px) {
  .u-justify-content-flex-start-xl {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-xl {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-xl {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-xl {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-xl {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-xl {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:1023px) {
  .u-justify-content-flex-start-l {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-l {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-l {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-l {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-l {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-l {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:719px) {
  .u-justify-content-flex-start-m {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-m {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-m {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-m {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-m {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-m {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:575px) {
  .u-justify-content-flex-start-s {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-s {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-s {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-s {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-s {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-s {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:479px) {
  .u-justify-content-flex-start-xs {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-xs {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-xs {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-xs {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-xs {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-xs {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:383px) {
  .u-justify-content-flex-start-xxs {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-xxs {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-xxs {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-xxs {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-xxs {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-xxs {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

.u-d-none {
  display: none!important
}

.u-d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}

.u-d-block {
  display: block!important
}

.u-d-inline-block {
  display: inline-block!important
}

.u-d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}

.u-d-inline {
  display: inline!important
}

@media screen and (max-width:1919px) {
  .u-d-none-ultra {
    display: none!important
  }
  .u-d-flex-ultra {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-ultra {
    display: block!important
  }
  .u-d-inline-block-ultra {
    display: inline-block!important
  }
  .u-d-inline-flex-ultra {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-ultra {
    display: inline!important
  }
}

@media screen and (max-width:1599px) {
  .u-d-none-xl {
    display: none!important
  }
  .u-d-flex-xl {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-xl {
    display: block!important
  }
  .u-d-inline-block-xl {
    display: inline-block!important
  }
  .u-d-inline-flex-xl {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-xl {
    display: inline!important
  }
}

@media screen and (max-width:1023px) {

  .u-d-flex-l {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-l {
    display: block!important
  }
  .u-d-inline-block-l {
    display: inline-block!important
  }
  .u-d-inline-flex-l {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-l {
    display: inline!important
  }
}

@media screen and (max-width:719px) {
  .u-d-none-m {
    display: none!important
  }
  .u-d-flex-m {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-m {
    display: block!important
  }
  .u-d-inline-block-m {
    display: inline-block!important
  }
  .u-d-inline-flex-m {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-m {
    display: inline!important
  }
}

@media screen and (max-width:575px) {
  .u-d-none-s {
    display: none!important
  }
  .u-d-flex-s {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-s {
    display: block!important
  }
  .u-d-inline-block-s {
    display: inline-block!important
  }
  .u-d-inline-flex-s {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-s {
    display: inline!important
  }
}

@media screen and (max-width:479px) {
  .u-d-none-xs {
    display: none!important
  }
  .u-d-flex-xs {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-xs {
    display: block!important
  }
  .u-d-inline-block-xs {
    display: inline-block!important
  }
  .u-d-inline-flex-xs {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-xs {
    display: inline!important
  }
}

@media screen and (max-width:383px) {
  .u-d-none-xxs {
    display: none!important
  }
  .u-d-flex-xxs {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-xxs {
    display: block!important
  }
  .u-d-inline-block-xxs {
    display: inline-block!important
  }
  .u-d-inline-flex-xxs {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-xxs {
    display: inline!important
  }
}

.o-benefits__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-benefits__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-benefits__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-benefits__wrap {
    max-width: 100%
  }
}

.o-benefits__benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden
}

.o-benefits__benefit-image-wrap {
  position: relative;
  display: block;
  width: 720px;
  height: 460px
}

@media screen and (max-width:1599px) {
  .o-benefits__benefit-image-wrap {
    width: 660px
  }
}

@media screen and (max-width:1023px) {
  .o-benefits__benefit-image-wrap {
    width: 500px
  }
}

@media screen and (max-width:719px) {
  .o-benefits__benefit-image-wrap {
    width: 346px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit-image-wrap {
    width: 100%;
    height: auto;
    padding-top: 100%
  }
}

.o-benefits__benefit-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

@media screen and (max-width:575px) {
  .o-benefits__benefit-header {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

.o-benefits__benefit-num {
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #005EB8
}

.o-benefits__benefit-title {
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin: 0
}

.o-benefits__benefit-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0
}

.o-benefits__benefit-text a {
  text-decoration: underline
}

.o-benefits__benefit {
  position: relative
}

.o-benefits__benefit:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.o-benefits__benefit:nth-of-type(2n) .o-benefits__benefit-header {
  margin-left: 32px
}

@media screen and (max-width:1599px) {
  .o-benefits__benefit:nth-of-type(2n) .o-benefits__benefit-header {
    margin-right: 24px;
    margin-left: 24px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit:nth-of-type(2n) .o-benefits__benefit-header {
    margin-right: 16px;
    margin-left: 16px
  }
}

.o-benefits__benefit:nth-of-type(odd) .o-benefits__benefit-header {
  margin-right: 32px
}

@media screen and (max-width:1599px) {
  .o-benefits__benefit:nth-of-type(odd) .o-benefits__benefit-header {
    margin-right: 24px;
    margin-left: 24px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit:nth-of-type(odd) .o-benefits__benefit-header {
    margin-right: 16px;
    margin-left: 16px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
}

.o-benefits--blue-title .o-benefits__benefit-title {
  color: #005EB8
}

div.o-bio-qna__title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000
}

div.o-bio-qna__questions h2 {
  color: #000
}

.o-bottom-nav {
  border-top: 2px solid #000
}

.o-bottom-nav__nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-bottom-nav__nav {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__nav {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-bottom-nav__nav {
    max-width: 100%
  }
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__nav {
    max-width: 100%
  }
}

.o-bottom-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__list {
    display: block
  }
}

.o-bottom-nav__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.o-bottom-nav__wrap--left:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__wrap--left:after {
    display: none
  }
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__wrap--right {
    border-top: 2px solid #000
  }
}

.o-bottom-nav__wrap--right .o-bottom-nav__link {
  text-align: right
}

.o-bottom-nav__link {
  display: block;
  padding-right: 34px;
  padding-left: 34px
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__link {
    padding-right: 24px;
    padding-left: 24px
  }
}

@media screen and (max-width:719px) {
  .o-bottom-nav__link {
    padding-right: 16px;
    padding-left: 16px
  }
}

.o-bottom-nav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0
}

.o-bottom-nav__link:focus:not(:active):before {
  opacity: 1
}

.o-bottom-nav__text {
  display: block;
  color: #000;
  font-size: 28px;
  line-height: 35px
}

.o-callout-banner {
  background: #fff
}

.o-callout-banner__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-callout-banner__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-callout-banner__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-callout-banner__wrap {
    max-width: 100%
  }
}

.o-callout-banner__text {
  color: #000;
  font-size: 36px;
  line-height: 45px;
  max-width: 67%;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-callout-banner__text {
    max-width: 100%;
    margin-right: 0;
    font-size: 26px;
    line-height: 32px
  }
}

.o-carousel {
  overflow: hidden
}

.o-carousel .tns-outer {
  padding: 0!important
}

.o-carousel .tns-outer [hidden] {
  display: none!important
}

.o-carousel .tns-outer [aria-controls],
.o-carousel .tns-outer [data-action] {
  cursor: pointer
}

.o-carousel .tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s
}

.o-carousel .tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.o-carousel .tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.o-carousel .tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.o-carousel .tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.o-carousel .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.o-carousel .tns-no-calc {
  position: relative;
  left: 0
}

.o-carousel .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.o-carousel .tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.o-carousel .tns-gallery>.tns-slide-active {
  position: relative;
  left: auto!important
}

.o-carousel .tns-gallery>.tns-moving {
  -webkit-transition: all .25s;
  transition: all .25s
}

.o-carousel .tns-autowidth {
  display: inline-block
}

.o-carousel .tns-lazy-img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .6
}

.o-carousel .tns-lazy-img.tns-complete {
  opacity: 1
}

.o-carousel .tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s
}

.o-carousel .tns-ovh {
  overflow: hidden
}

.o-carousel .tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.o-carousel .tns-transparent {
  opacity: 0;
  visibility: hidden
}

.o-carousel .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.o-carousel .tns-fadeOut,
.o-carousel .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.o-carousel .tns-vpfix {
  white-space: nowrap
}

.o-carousel .tns-vpfix>div,
.o-carousel .tns-vpfix>li {
  display: inline-block
}

.o-carousel .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.o-carousel .tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0
}

.o-carousel .tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.o-carousel .tns-t-ct>div {
  width: 1.42857%;
  height: 10px;
  float: left
}

.o-carousel__controls {
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 236px
}

@media screen and (max-width:1599px) {
  .o-carousel__controls {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__controls {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__controls {
    max-width: 100%
  }
}

@media screen and (max-width:575px) {
  .o-carousel__controls {
    padding-left: 16px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__controls {
    bottom: 170px;
    -webkit-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px)
  }
}

@media screen and (max-width:719px) {
  .o-carousel__controls {
    bottom: 74px
  }
}

.o-carousel__wrap {
  position: relative
}

.o-carousel__wrap .tns-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -13px);
  transform: translate(-50%, -13px);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1599px) {
  .o-carousel__wrap .tns-nav {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__wrap .tns-nav {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__wrap .tns-nav {
    max-width: 100%
  }
}

@media screen and (max-width:575px) {
  .o-carousel__wrap .tns-nav {
    padding-left: 16px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__wrap .tns-nav {
    bottom: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media screen and (max-width:719px) {
  .o-carousel__wrap .tns-nav {
    bottom: 32px
  }
}

.o-carousel__wrap .tns-nav button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-carousel__wrap .tns-nav button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  border-radius: 50%;
  opacity: 0
}

.o-carousel__wrap .tns-nav button:focus:not(:active):after {
  opacity: 1
}

.o-carousel__wrap .tns-nav button:hover {
  background: #f2f2f2
}

.o-carousel__wrap .tns-nav button:last-of-type {
  margin-right: 0
}

.o-carousel__wrap .tns-nav button.tns-nav-active {
  background: #005EB8
}

.o-carousel__slide {
  height: 550px
}

@media screen and (max-width:575px) {
  .o-carousel__slide {
    height: 480px
  }
}

.is-no-js .o-carousel__slide:not(:first-of-type) {
  display: none
}

.o-carousel__slide-content {
  position: relative;
  width: 100%;
  height: 100%
}

.o-carousel__slide-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width:719px) {
  .o-carousel__slide-header {
    top: auto;
    bottom: 0;
    padding-bottom: 72px;
    background: rgba(0, 0, 0, .4)
  }
}

.o-carousel__slide-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-carousel__slide-wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__slide-wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__slide-wrap {
    max-width: 100%
  }
}

.o-carousel__slide-title {
  font-size: 48px;
  line-height: 60px;
  white-space: pre-line;
  color: #fff;
  margin: 0
}

@media screen and (max-width:719px) {
  .o-carousel__slide-title {
    font-size: 32px;
    line-height: 40px
  }
}

@media screen and (min-width:1024px) {
  .o-carousel__slide-title {
    max-width: 60%
  }
}

.o-carousel__slide-text {
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

@media screen and (max-width:719px) {
  .o-carousel__slide-text {
    font-size: 16px;
    line-height: 24px
  }
}

@media screen and (min-width:1024px) {
  .o-carousel__slide-text {
    max-width: 60%
  }
}

.o-carousel__slide-btn {
  padding-left: 48px;
  padding-right: 48px
}

@media screen and (max-width:575px) {
  .o-carousel__slide-btn {
    width: 100%
  }
}

.o-carousel__graphics {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  overflow: visible;
  pointer-events: none
}

@media screen and (max-width:1023px) {
  .o-carousel__graphics {
    right: -80px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__graphics {
    right: -130px
  }
}

@media screen and (max-width:575px) {
  .o-carousel__graphics {
    right: -180px
  }
}

.o-carousel__graphic {
  position: absolute;
  opacity: .3
}

.has-blend-mode .o-carousel__graphic {
  mix-blend-mode: overlay;
  opacity: 1
}

.o-cookie-bot-declaration {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}

.o-dialog {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 4px;
  max-height: 100%;
  overflow-y: auto
}

@media screen and (max-width:575px) {
  .o-dialog {
    top: 80px;
    left: 0;
    max-width: 100%!important;
    -webkit-transform: none!important;
    transform: none!important;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    min-height: calc(100% - 80px);
    max-height: calc(100% - 80px)
  }
}

.o-dialog__backdrop {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4)
}

.o-dialog__close.o-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 10px;
  background: transparent
}

@media screen and (max-width:1023px) {
  .o-dialog__close.o-btn {
    top: 8px;
    right: 12px
  }
}

.o-dialog__close.o-btn svg {
  width: 14px;
  height: 14px
}

.o-dialog__close.o-btn svg path {
  fill: #005EB8
}

.o-dialog__content {
  width: 100%
}

.o-dialog__title {
  font-size: 28px;
  line-height: 35px;
  margin: 0
}

.o-dialog__description {
  font-size: 16px;
  line-height: 24px;
  margin: 0
}

.o-dialog__content {
  position: relative
}

.o-dialog__form-success {
  position: absolute;
  z-index: 500;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background: #fff
}

.o-dialog__form-success strong {
  color: #000;
  display: block
}

.o-faq-list {
  background: #fff;
  padding: 38px 0 48px;
  border-bottom: 2px solid #000
}

.o-faq-list__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-faq-list__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-faq-list__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-faq-list__wrap {
    max-width: 100%
  }
}

.o-faq-list__head {
  padding: 0 0 40px
}

@media screen and (max-width:1023px) {
  .o-faq-list__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 32px
  }
}

.o-faq-list__title {
  font-size: 36px;
  line-height: 45px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (max-width:1023px) {
  .o-faq-list__title {
    min-width: 100%;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px
  }
}

@media screen and (max-width:719px) {
  .o-faq-list__top-right {
    width: 100%
  }
}

.o-faq-list__view-more {
  margin-top: 13px;
  margin-left: 30px
}

@media screen and (max-width:1023px) {
  .o-faq-list__view-more {
    margin-top: 0;
    margin-left: 0
  }
}

.o-faq-list--standalone {
  border: 0
}

@media screen and (min-width:1024px) {
  .o-faq-list--standalone {
    min-height: calc(100vh - 1046px)
  }
}

.o-faq {
  border: 2px solid #0f426b
}

.o-faq+.o-faq {
  margin-top: -2px
}

.o-faq__content {
  overflow: hidden
}

.o-faq__content-wrap {
  padding: 0 24px 24px;
  line-height: 1.5em
}

.o-faq__content-wrap a {
  text-decoration: underline
}

.o-faq__btn {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding: 24px 56px 24px 24px;
  background: #fff
}

.o-faq__btn:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-faq__btn .o-icon {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-faq__btn .o-icon svg {
  width: 14px
}

.o-faq__btn.is-active>.o-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.o-footer {
  background: #0f426b
}

.o-footer__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-footer__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-footer__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-footer__wrap {
    max-width: 100%
  }
}

.o-footer__top {
  width: 100%;
  margin-bottom: 80px
}

@media screen and (max-width:1023px) {
  .o-footer__top {
    margin-bottom: 96px
  }
}

.o-footer__copy span {
  color: #fff;
  font-size: 12px;
  line-height: 18px
}

.o-footer__logo {
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-footer__logo:active,
.o-footer__logo:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-footer__logo:active {
  background: #ffd200
}

.o-footer__logo svg {
  height: 24px;
  width: auto
}

.o-footer__logo path {
  fill: #fff
}

.o-footer__social {
  margin-left: auto;
  margin-right: 0
}

.o-footer__social ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.o-footer__social li {
  margin-right: 12px
}

.o-footer__social li:last-of-type {
  margin-right: 0
}

.o-footer__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-footer__social a path {
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-footer__social a:hover {
  background: #f2f2f2;
  color: #005EB8
}

.o-footer__social a:hover path {
  fill: #005EB8
}

.o-footer__social a:focus:not(:active) {
  background: #f2f2f2;
  border: 2px solid #ffd200;
  outline: 0
}

.o-footer__social a:active {
  background: #ffd200;
  color: #0f426b
}

.o-footer__social a:active path {
  fill: #0f426b
}

.o-footer__bottom {
  width: 100%
}

.o-footer__menu {
  margin-left: 0;
  margin-right: auto;
  min-width: 552px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:1023px) {
  .o-footer__menu {
    width: 100%;
    max-width: 552px;
    min-width: 0
  }
}

.o-footer__menu>ul {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%
}

@media screen and (max-width:719px) {
  .o-footer__menu>ul {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

.o-footer__menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px
}

.o-footer__menu ul ul {
  margin-bottom: 0
}

.o-footer__menu ul ul a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px
}

.o-footer__menu li {
  display: block
}

.o-footer__menu a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color .24s ease;
  transition: color .24s ease
}

.o-footer__menu a:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-footer__menu a:hover {
  color: #f2f2f2
}

.o-footer__menu a:active {
  color: #ffd200
}

.o-footer__form {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 386px;
  text-align: right
}

@media screen and (max-width:719px) {
  .o-footer__form {
    text-align: left
  }
}

@media screen and (max-width:575px) {
  .o-footer__form {
    width: 100%
  }
}

.o-footer__form .o-btn {
  width: 265px;
  min-width: 0
}

@media screen and (max-width:575px) {
  .o-footer__form .o-btn {
    width: 100%
  }
}

.o-footer__form-success {
  position: absolute;
  z-index: 500;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #bdbdbd;
  background: #0f426b
}

.o-footer__form-success strong {
  color: #fff;
  display: block
}

.o-footer__form-title {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 6px
}

.o-footer__mobile-bottom {
  padding-top: 72px
}

@media screen and (max-width:719px) {
  .o-footer__mobile-bottom {
    padding-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:719px) {
  .o-footer__mobile-bottom .o-footer__form {
    margin-left: 0;
    margin-right: auto
  }
}

.o-footer__mobile-bottom .o-footer__social {
  margin-left: 0;
  margin-right: auto
}

@media screen and (max-width:719px) {
  .o-footer__mobile-bottom .o-footer__social {
    margin-bottom: 32px
  }
}

.o-form {
  display: block
}

.o-form__parent {
  position: relative;
  display: block
}

.o-form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.o-form--inline>.o-checkbox,
.o-form--inline>.o-input,
.o-form--inline>.o-radio,
.o-form--inline>.o-select,
.o-form--inline>.o-textarea {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.o-form--inline>.o-btn {
  width: 150px;
  white-space: nowrap;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.o-form--inline>.o-btn.o-btn--square {
  max-width: 50px;
  min-width: 0
}

@media screen and (max-width:575px) {
  .o-form--inline>.o-btn {
    width: 110px
  }
  .o-form--inline>.o-btn .o-icon {
    position: relative!important;
    right: auto!important;
    top: auto!important;
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important;
    margin-left: 3px
  }
}

.o-form--equal>.o-checkbox,
.o-form--equal>.o-input,
.o-form--equal>.o-radio,
.o-form--equal>.o-select,
.o-form--equal>.o-textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.o-form--block {
  display: block;
  width: 100%;
  background: #fff
}

.o-form--block .o-form__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-form--block .o-form__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-form--block .o-form__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-form--block .o-form__wrap {
    max-width: 100%
  }
}

.o-form--block .o-form__title {
  color: #005EB8;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 22px
}

@media screen and (max-width:1023px) {
  .o-form--block .o-form__title {
    font-size: 22px;
    line-height: 28px
  }
}

.o-form--block .o-form__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 50px;
  max-width: 600px
}

.o-form--block .o-checkbox,
.o-form--block .o-input,
.o-form--block .o-select {
  max-width: 310px
}

.o-form--block .o-textarea {
  max-width: 350px
}

.o-form--block .o-checkbox,
.o-form--block .o-input,
.o-form--block .o-radio,
.o-form--block .o-select,
.o-form--block .o-textarea {
  margin-bottom: 36px
}

@media screen and (max-width:719px) {
  .o-form--block .o-checkbox,
  .o-form--block .o-input,
  .o-form--block .o-radio,
  .o-form--block .o-select,
  .o-form--block .o-textarea {
    width: 100%;
    max-width: 100%
  }
}

.o-form--dialog .o-checkbox,
.o-form--dialog .o-input,
.o-form--dialog .o-radio,
.o-form--dialog .o-select,
.o-form--dialog .o-textarea {
  margin-bottom: 36px
}

@media screen and (max-width:575px) {
  .o-form--dialog .o-btn[type=submit] {
    width: 100%
  }
}

.o-graphic-banner {
  position: relative;
  overflow: hidden
}

.o-graphic-banner__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top
}

.o-graphic-banner__graphic {
  position: absolute;
  opacity: .3
}

.has-blend-mode .o-graphic-banner__graphic {
  mix-blend-mode: overlay;
  opacity: 1
}

.o-graphic-banner--shape-default .o-graphic-banner__graphic {
  width: 731px;
  height: 418px;
  top: -10px;
  right: -214px;
  opacity: 0;
  -webkit-transform: translateX(60%) rotate(-57deg);
  transform: translateX(60%) rotate(-57deg)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-default .o-graphic-banner__graphic {
    right: -364px;
    top: 18px
  }
}

.o-graphic-banner--shape-default .o-graphic-banner__graphic.is-seen {
  opacity: .3;
  -webkit-transform: translateX(0) rotate(-57deg);
  transform: translateX(0) rotate(-57deg);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.has-blend-mode .o-graphic-banner--shape-default .o-graphic-banner__graphic.is-seen {
  opacity: 1
}

.o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic {
  width: 731px;
  height: 418px;
  top: -20px;
  right: -245px;
  opacity: 0;
  -webkit-transform: translateX(60%) rotate(57deg);
  transform: translateX(60%) rotate(57deg)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic {
    right: -364px;
    top: -40px
  }
}

.o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic.is-seen {
  opacity: .3;
  -webkit-transform: translateX(0) rotate(57deg);
  transform: translateX(0) rotate(57deg);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.has-blend-mode .o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic.is-seen {
  opacity: 1
}

.o-graphic-banner--shape-home-1 .o-graphic-banner__graphic {
  top: 0;
  left: -460px;
  width: 944px;
  height: 302px;
  -webkit-transform: matrix(.56, -.79, .89, .53, 0, 0);
  transform: matrix(.56, -.79, .89, .53, 0, 0)
}

.has-blend-mode .o-graphic-banner--shape-home-1 .o-graphic-banner__graphic {
  opacity: .9
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-1 .o-graphic-banner__graphic {
    -webkit-transform: matrix(.6, -.65, 1.08, .49, 0, 0);
    transform: matrix(.6, -.65, 1.08, .49, 0, 0)
  }
}

.o-graphic-banner--shape-home-2 .o-graphic-banner__graphic {
  top: 140px;
  left: 164px;
  width: 810px;
  height: 300px;
  -webkit-transform: matrix(.61, -.6, 1.16, .48, 0, 0);
  transform: matrix(.61, -.6, 1.16, .48, 0, 0)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-2 .o-graphic-banner__graphic {
    width: 517px;
    height: 160px;
    top: 300px;
    left: auto;
    right: -188px;
    -webkit-transform: rotate(-57deg);
    transform: rotate(-57deg)
  }
}

.o-graphic-banner--shape-home-3 .o-graphic-banner__graphic {
  top: 140px;
  left: 202px;
  width: 940px;
  height: 337px;
  -webkit-transform: matrix(.6, -.64, 1.09, .49, 0, 0);
  transform: matrix(.6, -.64, 1.09, .49, 0, 0)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-3 .o-graphic-banner__graphic {
    width: 613px;
    height: 266px;
    left: auto;
    right: -252px;
    -webkit-transform: matrix(.53, -.89, .79, .56, 0, 0);
    transform: matrix(.53, -.89, .79, .56, 0, 0)
  }
}

.o-graphic-banner--shape-home-4 .o-graphic-banner__graphic {
  top: 55px;
  right: 315px;
  width: 1100px;
  height: 404px;
  -webkit-transform: matrix(-.61, -.6, -1.16, .48, 0, 0);
  transform: matrix(-.61, -.6, -1.16, .48, 0, 0)
}

.has-blend-mode .o-graphic-banner--shape-home-4 .o-graphic-banner__graphic {
  opacity: .9
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-4 .o-graphic-banner__graphic {
    width: 900px;
    height: 280px;
    top: 55px;
    right: 32px;
    -webkit-transform: matrix(-.54, -.84, -.84, .54, 0, 0);
    transform: matrix(-.54, -.84, -.84, .54, 0, 0)
  }
}

.o-graphic-banner--cover {
  width: 100%;
  height: 100%
}

.o-graphic-banner--absolute {
  position: absolute;
  top: 0;
  left: 0
}

.o-graphic-banner--overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.39deg, rgba(0, 0, 0, .8) .12%, transparent 99.86%);
  opacity: .8
}

.o-header {
  width: 100%;
  z-index: 5000;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0
}

.o-header__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  height: 100%
}

@media screen and (max-width:1599px) {
  .o-header__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-header__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-header__wrap {
    max-width: 100%
  }
}

.o-header__logo {
  display: block;
  margin-right: 20px;
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-header__logo:active,
.o-header__logo:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-header__logo:active {
  background: #ffd200
}

.o-header__menu {
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-items: space-between;
}

@media screen and (max-width:1023px) {
  .o-header__menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 80px);
    background: #0f426b;
    display: none
  }
}

.o-header__menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 32px;
    max-width: 976px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:719px) {
  .o-header__menu-list {
    max-width: 100%
  }
}

.o-header__menu-item {
  display: block;
  height: 100%;
  margin: 0 8px
}

@media screen and (max-width:1023px) {
  .o-header__menu-item {
    width: 100%;
    height: auto;
    margin: 0
  }
  .o-header__menu-item.o-header__menu-item--search {
    margin-top: 10px
  }
}

.o-header__menu-item a:not(.o-btn) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
  height: 100%;
  outline: 0;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  padding: 0 5px;
}

.o-header__menu-item a:not(.o-btn):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0
}

.o-header__menu-item a:not(.o-btn):focus:not(:active):before {
  opacity: 1
}

@media screen and (max-width:1023px) {
  .o-header__menu-item a:not(.o-btn) {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
  }
}

@media screen and (max-width:383px) {
  .o-header__menu-item a:not(.o-btn) {
    font-size: 36px;
    line-height: 52px
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item a:not(.o-btn):hover {
    color: #2676ed
  }
}

.o-header__menu-item a:not(.o-btn):active {
  color: #ffd200
}

.o-header__menu-item.is-active a:not(.o-btn) {
  font-weight: 700
}

.o-header__menu-item.is-active a:not(.o-btn):after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 10px;
  right: 10px;
  background: #005EB8
}

@media screen and (max-width:1023px) {
  .o-header__menu-item.is-active a:not(.o-btn):after {
    display: none
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--sign-up {
    display: none
  }
}

.o-header__menu-item--sign-up .o-btn {
  width: 100%;
  height: 64px
}

.o-header__menu-item--icon {
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1023px) {
  .o-header__menu-item--icon {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.o-header__menu-item--icon a:not(.o-btn) {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

@media screen and (max-width:1023px) {
  .o-header__menu-item--icon a:not(.o-btn) {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow: visible
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--icon a:not(.o-btn):before {
    border-radius: 50%
  }
  .o-header__menu-item--icon a:not(.o-btn):focus:not(:active) {
    background: #f2f2f2
  }
  .o-header__menu-item--icon a:not(.o-btn) path {
    -webkit-transition: fill .24s ease;
    transition: fill .24s ease
  }
  .o-header__menu-item--icon a:not(.o-btn):hover {
    background: #f2f2f2;
    color: #005EB8
  }
  .o-header__menu-item--icon a:not(.o-btn):hover path {
    fill: #005EB8
  }
  .o-header__menu-item--icon a:not(.o-btn):active {
    background: #ffd200;
    color: #0f426b
  }
  .o-header__menu-item--icon a:not(.o-btn):active path {
    fill: #0f426b
  }
}

@media screen and (max-width:1023px) {
  .o-header__menu-item--icon .o-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--icon.o-header__menu-item--search {
    margin-left: auto
  }
}

.o-header__menu-item--icon.o-header__menu-item--search svg {
  width: 22px
}

.o-header__menu-item--icon.o-header__menu-item--work-search svg {
  width: 22.6px
}

.o-header__menu-item--icon.o-header__menu-item--work-search svg path {
  fill: #fff!important
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--icon.o-header__menu-item--help {
    margin-right: 10px
  }
}

.o-header__menu-item--icon.o-header__menu-item--help svg {
  width: 25px
}

.o-header__hamb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 12px;
  margin-left: 12px;
  margin-right: 16px
}

@media screen and (min-width:1024px) {
  .o-header__hamb {
    display: none
  }
}

.o-header__hamb .o-icon.o-icon--close {
  display: none;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none
}

.o-header__hamb:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-header__hamb span:not(.o-icon) {
  display: block;
  width: 24px;
  height: 4px;
  background: #000;
  margin-bottom: 6px
}

.o-header__hamb span:not(.o-icon):last-of-type {
  margin-bottom: 0
}

.o-header__hamb:active span {
  background: #ffd200
}

.o-header__hamb:active .o-icon path {
  fill: #ffd200
}

.o-header__btn {
  position: relative;
  width: 265px;
  height: 100%;
  margin-left: auto
}

@media screen and (max-width:1023px) {
  .o-header__btn {
    height: 30px;
    width: 185px
  }
  .o-header__btn:not(.o-header__btn--mobile) .o-icon {
    display: none
  }
}

@media screen and (max-width:383px) {
  .o-header__btn {
    height: 50px
  }
}

@media screen and (min-width:480px) {
  .o-header__btn--mobile {
    max-width: 352px
  }
}

@media screen and (max-width:1023px) {
  .o-header.is-menu-open {
    background: #0f426b;
    border-bottom: 1px solid #fff
  }
  .o-header.is-menu-open .o-header__menu {
    display: block
  }
  .o-header.is-menu-open .o-header__logo .o-icon path {
    fill: #fff
  }
  .o-header.is-menu-open .o-header__hamb {
    margin-left: auto
  }
  .o-header.is-menu-open .o-header__hamb .o-icon {
    display: block
  }
  .o-header.is-menu-open .o-header__hamb .o-header__hamb-lines {
    display: none
  }
}

body.is-mobile-menu-open {
  overflow: hidden
}

.o-icon-columns {
  background: #f2f2f2
}

.o-icon-columns__title {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-icon-columns__title {
    font-size: 22px;
    line-height: 28px
  }
}

.o-icon-columns__text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 720px;
  margin: 0 auto
}

.o-icon-columns__cols {
  width: 100%;
  max-width: 970px;
  margin: 0 auto
}

@media screen and (max-width:1023px) {
  .o-icon-columns__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.o-icon-columns__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #000
}

.o-icon-columns__col:last-of-type {
  border-right: 0
}

@media screen and (max-width:1023px) {
  .o-icon-columns__col {
    position: relative;
    margin-bottom: 60px;
    border: 0
  }
  .o-icon-columns__col:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 274px;
    height: 1px;
    background: #000
  }
  .o-icon-columns__col:last-of-type {
    margin-bottom: 0
  }
  .o-icon-columns__col:last-of-type:after {
    display: none
  }
}

.o-icon-columns__col .o-icon {
  height: 50px;
  margin-bottom: 20px
}

.o-icon-columns__col h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px
}

.o-icon-columns__col p {
  font-size: 12px;
  line-height: 18px;
  margin: 0
}

.o-icon-columns__col a {
  color: #000;
  text-decoration: none
}

.o-icon-columns__col a:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-jobs-list-opening {
  display: block;
  color: #000;
  border: 2px solid #000
}

.o-jobs-list-opening:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-jobs-list-opening+.o-jobs-list-opening {
  margin-top: -2px
}

.o-jobs-list-opening__title {
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 10px
}

@media screen and (max-width:1023px) {
  .o-jobs-list-opening__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px
  }
}

.o-jobs-list-opening__deparment,
.o-jobs-list-opening__location {
  display: block;
  font-size: 16px;
  line-height: 24px
}

@media screen and (max-width:719px) {
  .o-jobs-list-opening__btn {
    width: 100%
  }
}

.o-jobs-list__title {
  color: #005EB8;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 44px
}

@media screen and (max-width:1023px) {
  .o-jobs-list__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 22px
  }
}

.o-jobs-list__view-more {
  margin: 20px 0 0;
  padding-left: 0
}

.o-jobs-list__view-more .o-icon--close svg {
  width: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px
}

.o-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 60px
}

@media screen and (max-width:1023px) {
  .o-main {
    padding-top: 80px
  }
}

.o-pagination {
  margin: 24px 0
}

@media screen and (max-width:719px) {
  .o-pagination {
    margin: 8px 0
  }
}

.o-pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.o-pagination li {
  display: block
}

.o-pagination li.is-active {
  width: 40px;
  height: 40px;
  border: 2px solid #bdbdbd;
  margin-left: 12px;
  margin-right: 13px
}

.o-pagination li.is-last {
  margin-left: 11px;
  margin-right: 10px
}

@media screen and (max-width:719px) {
  .o-pagination--mobile-expand li.is-active {
    margin-left: auto
  }
  .o-pagination--mobile-expand li.is-last {
    margin-right: auto
  }
  .o-pagination--mobile-expand li.is-middle {
    margin-left: 0;
    margin-right: 0
  }
}

.o-post-copy {
  margin-bottom: 42px
}

@media screen and (max-width:1023px) {
  .o-post-copy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.o-post-copy__side {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 24px;
  line-height: 30px
}

@media screen and (max-width:1023px) {
  .o-post-copy__side {
    width: 100%;
    margin-top: 26px;
    font-size: 20px;
    line-height: 25px
  }
}

.o-post-copy__side-byline,
.o-post-copy__side-byline-job {
  font-size: 16px;
  line-height: 24px
}

.o-post-copy__content {
  max-width: 67%;
  margin-right: 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%
}

.o-post-copy__content a {
  text-decoration: underline
}

@media screen and (max-width:1023px) {
  .o-post-copy__content {
    max-width: 100%;
    margin-right: 0
  }
}

.o-post-copy__content :first-child {
  margin-top: 0
}

.o-post-copy__content :last-child {
  margin-bottom: 0
}

.o-post-copy__content h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #005EB8;
  margin: 0 0 12px
}

@media screen and (max-width:1023px) {
  .o-post-copy__content h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 8px
  }
}

.o-post-copy__content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 28px
}

@media screen and (max-width:1023px) {
  .o-post-copy__content p {
    margin: 0 0 22px
  }
}

.o-post-copy__content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 42px 0
}

.o-post-copy__content article div img {
  display: block;
  width: 0%;
  height: auto;
  max-width: 100%;
  margin: 42px 0
}

@media screen and (max-width:1023px) {
  .o-post-copy__content img {
    margin: 24px 0
  }
}

.o-post-copy__content ul:not(.o-select__dropdown) {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 28px
}

@media screen and (max-width:1023px) {
  .o-post-copy__content ul:not(.o-select__dropdown) {
    margin: 0 0 22px
  }
}

.o-post-copy__content ul:not(.o-select__dropdown) li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.o-post-copy__content ul:not(.o-select__dropdown) li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  margin-right: 6px
}

.o-post-copy__content ul:not(.o-select__dropdown) ul {
  padding-left: 24px;
  margin-bottom: 0
}

.o-post-copy--full .o-post-copy__side {
  display: none
}

.o-post-copy--full .o-post-copy__content {
  max-width: 100%;
  margin-right: 0
}

.o-post-header {
  padding: 60px 0 70px;
  background: #0f426b;
  color: #fff
}

@media screen and (max-width:1023px) {
  .o-post-header {
    padding: 112px 0
  }
}

.o-post-header__close.o-btn {
  position: absolute;
  right: 19px;
  top: -40px;
  padding: 10px;
  background: transparent
}

@media screen and (max-width:1023px) {
  .o-post-header__close.o-btn {
    top: -92px;
    right: 16px
  }
}

.o-post-header__close.o-btn svg {
  width: 14px;
  height: 14px
}

@media screen and (max-width:1023px) {
  .o-post-header__close.o-btn svg {
    width: 28px;
    height: 28px
  }
}

.o-post-header__wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-post-header__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-post-header__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-post-header__wrap {
    max-width: 100%
  }
}

.o-post-header__title {
  font-size: 48px;
  line-height: 60px;
  white-space: pre-line;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-header__title {
    font-size: 32px;
    line-height: 40px
  }
}

.o-post-header__header {
  width: 100%
}

.o-post-header__byline {
  font-size: 16px;
  line-height: 24px;
  margin: 0
}

.o-post-header__tags {
  margin-bottom: -24px
}

.o-post-header__tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.o-post-header__tags li {
  display: block;
  margin-right: 24px;
  margin-bottom: 24px
}

.o-post-header__tags li:last-of-type {
  margin-right: 0
}

.o-post-header__tags a {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

@media screen and (max-width:1023px) {
  .o-post-header--profile {
    padding: 48px 0
  }
}

.o-post-header--profile .o-post-header__close {
  top: -35px
}

.o-post-header--profile .o-post-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.o-post-header--profile .o-post-header__profile-image {
  display: block;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.o-post-header--profile .o-post-header__profile-image img {
  display: block;
  margin: 0;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.o-post-header--profile .o-post-header__title {
  font-size: 36px;
  line-height: 45px
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__title {
    font-size: 26px;
    line-height: 32px;
    text-align: center
  }
}

.o-post-header--profile .o-post-header__job-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__job-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center
  }
}

.o-post-header--profile .o-post-header__social ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.o-post-header--profile .o-post-header__social li {
  display: block;
  margin-right: 12px
}

.o-post-header--profile .o-post-header__social li:last-of-type {
  margin-right: 0
}

.o-post-header--profile .o-post-header__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-post-header--profile .o-post-header__social a path {
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-post-header--profile .o-post-header__social a:hover {
  background: #f2f2f2
}

.o-post-header--profile .o-post-header__social a:hover path {
  fill: #005EB8
}

.o-post-header--profile .o-post-header__social a:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-post-header--profile .o-post-header__social a:active {
  background: #ffd200
}

.o-post-header--profile .o-post-header__social a:active path {
  fill: #0f426b
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__social a {
    width: 48px;
    height: 48px
  }
}

.o-post-header--profile .o-post-header__social svg {
  display: block;
  width: 12px;
  height: auto
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__social svg {
    width: 24px
  }
}

.o-post-header--hiw {
  padding: 110px 0
}

.o-post-preview-list {
  background: #fff;
  padding: 38px 0 48px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list {
    padding: 24px 0 30px
  }
}

.o-post-preview-list__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-post-preview-list__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__wrap {
    max-width: 100%
  }
}

.o-post-preview-list__head {
  padding: 0 0 34px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 32px
  }
}

.o-post-preview-list__title {
  font-size: 36px;
  line-height: 45px;
  margin: 0;
  color: #005EB8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__title {
    min-width: 100%;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__top-right {
    width: 100%
  }
}

.o-post-preview-list__top-right>.o-form {
  width: 364px;
  margin-left: 30px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__top-right>.o-form {
    margin-left: 0
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__top-right>.o-form {
    width: 100%
  }
}

.o-post-preview-list__view-more {
  margin-top: 13px;
  margin-left: 30px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__view-more {
    margin-top: 0;
    margin-left: 0
  }
}

.o-post-preview-list .tns-outer {
  margin-left: -24px;
  margin-right: -16px
}

.o-post-preview-list__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.o-post-preview-list__list.tns-slider {
  display: block!important;
  padding-top: 10px;
  padding-bottom: 10px
}

.o-post-preview-list__list li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  -ms-flex: 0 0 calc(33.333% - 16px);
  flex: 0 0 calc(33.333% - 16px)
}

.o-post-preview-list__list li:last-of-type {
  margin-right: 0
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px)
  }
  .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 24px
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 16px
  }
  .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 0
  }
}

.o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li {
  margin-right: 24px;
  margin-bottom: 24px
}

@media screen and (min-width:1024px) {
  .o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li:nth-of-type(3n) {
    margin-right: 0
  }
}

@media screen and (max-width:1023px) {
  .o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li:nth-of-type(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 0
  }
}

.o-post-preview-list--first-wide .o-post-preview-list__list li:not(:first-of-type) {
  margin-right: 24px;
  margin-bottom: 24px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:not(:first-of-type) {
    margin-right: 0
  }
}

@media screen and (min-width:1024px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:nth-of-type(3n+4) {
    margin-right: 0
  }
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 24px
  }
}

@media screen and (min-width:1024px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:first-of-type {
    min-width: 100%;
    margin-bottom: 24px
  }
}

.o-post-preview-list--bio {
  border: 0;
  padding-bottom: 24px
}

.o-post-preview-list--bio+.o-post-preview-list--bio {
  padding-top: 0
}

.o-post-preview-list--bio:last-of-type {
  padding-bottom: 48px
}

.o-post-preview-list--faq {
  border: 0;
  padding-bottom: 72px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--faq {
    padding-bottom: 42px
  }
}

.o-post-preview-list--slider .tns-outer {
  padding: 0!important
}

.o-post-preview-list--slider .tns-outer [hidden] {
  display: none!important
}

.o-post-preview-list--slider .tns-outer [aria-controls],
.o-post-preview-list--slider .tns-outer [data-action] {
  cursor: pointer
}

.o-post-preview-list--slider .tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s
}

.o-post-preview-list--slider .tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.o-post-preview-list--slider .tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.o-post-preview-list--slider .tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.o-post-preview-list--slider .tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.o-post-preview-list--slider .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.o-post-preview-list--slider .tns-no-calc {
  position: relative;
  left: 0
}

.o-post-preview-list--slider .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.o-post-preview-list--slider .tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.o-post-preview-list--slider .tns-gallery>.tns-slide-active {
  position: relative;
  left: auto!important
}

.o-post-preview-list--slider .tns-gallery>.tns-moving {
  -webkit-transition: all .25s;
  transition: all .25s
}

.o-post-preview-list--slider .tns-autowidth {
  display: inline-block
}

.o-post-preview-list--slider .tns-lazy-img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .6
}

.o-post-preview-list--slider .tns-lazy-img.tns-complete {
  opacity: 1
}

.o-post-preview-list--slider .tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s
}

.o-post-preview-list--slider .tns-ovh {
  overflow: hidden
}

.o-post-preview-list--slider .tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.o-post-preview-list--slider .tns-transparent {
  opacity: 0;
  visibility: hidden
}

.o-post-preview-list--slider .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.o-post-preview-list--slider .tns-fadeOut,
.o-post-preview-list--slider .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.o-post-preview-list--slider .tns-vpfix {
  white-space: nowrap
}

.o-post-preview-list--slider .tns-vpfix>div,
.o-post-preview-list--slider .tns-vpfix>li {
  display: inline-block
}

.o-post-preview-list--slider .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.o-post-preview-list--slider .tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0
}

.o-post-preview-list--slider .tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.o-post-preview-list--slider .tns-t-ct>div {
  width: 1.42857%;
  height: 10px;
  float: left
}

.o-post-preview {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 4px;
  overflow: hidden;
  color: #000;
  -webkit-transition: -webkit-box-shadow .24s ease;
  transition: -webkit-box-shadow .24s ease;
  transition: box-shadow .24s ease;
  transition: box-shadow .24s ease, -webkit-box-shadow .24s ease;
  border: 2px solid transparent
}

.o-post-preview:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.o-post-preview:hover .o-btn--card {
  text-decoration: underline
}

.o-post-preview:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.o-post-preview:active .o-btn--card {
  text-decoration: none
}

.o-post-preview:focus:not(:active) {
  border: 2px solid #ffd200;
  outline: 0
}

.o-post-preview__wrap {
  display: block
}

.o-post-preview__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden
}

.o-post-preview__image-wrap .u-object-fit-fallback,
.o-post-preview__image-wrap img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.o-post-preview__image {
  display: block
}

.o-post-preview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:719px) {
  .o-post-preview__header {
    padding: 16px
  }
}

.o-post-preview__header-top {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px
}

.o-post-preview__category {
  display: block;
  margin-left: 0;
  margin-right: auto
}

.o-post-preview__date {
  display: block;
  margin-left: auto;
  margin-right: 0
}

.o-post-preview__title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 24px
}

@media screen and (max-width:719px) {
  .o-post-preview__title {
    margin-bottom: 16px
  }
}

.o-post-preview__read {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: auto
}

@media screen and (min-width:1024px) {
  .o-post-preview--wide .o-post-preview__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .o-post-preview--wide .o-post-preview__header {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: auto
  }
  .o-post-preview--wide .o-post-preview__image {
    width: 66%
  }
  .o-post-preview--wide .o-post-preview__title {
    font-size: 28px;
    line-height: 35px
  }
}

.o-post-preview-list--bio .o-post-preview .o-post-preview__header-top {
  display: none!important
}

.o-post-preview-list--bio .o-post-preview .o-post-preview__title {
  font-weight: 700;
  margin-bottom: 0
}

.o-post-preview-list--bio .o-post-preview .o-post-preview__job-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px
}

.o-post-preview-list--faq .o-post-preview .o-post-preview__header-top {
  display: none!important
}

.o-post-preview-list--faq .o-post-preview .o-post-preview__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  min-height: 200px;
  margin-bottom: 24px
}

@media screen and (max-width:719px) {
  .o-post-preview-list--faq .o-post-preview .o-post-preview__title {
    min-height: 120px
  }
}

.o-post-preview-list--hiw .o-post-preview .o-post-preview__header-top {
  display: none!important
}

.o-post-preview-list--hiw .o-post-preview .o-post-preview__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--hiw .o-post-preview .o-post-preview__title {
    font-size: 20px;
    line-height: 25px
  }
}

.o-post-preview-list--hiw .o-post-preview .o-post-preview__subtitle {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  min-height: 200px
}

@media screen and (max-width:719px) {
  .o-post-preview-list--hiw .o-post-preview .o-post-preview__subtitle {
    min-height: 120px
  }
}

.o-post-preview-list--no-img .o-post-preview {
  min-height: 330px;
  height: 100%
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__image {
  display: none!important
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__header {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__title {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700
}

.o-post__main {
  background: #fff;
  padding: 42px 0 64px
}

@media screen and (max-width:1023px) {
  .o-post__main {
    padding-top: 26px;
    padding-bottom: 26px
  }
}

.o-post__main-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-post__main-wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-post__main-wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-post__main-wrap {
    max-width: 100%
  }
}

.o-search-result {
  display: block;
  color: #000;
  padding: 24px 0 20px;
  border-bottom: 2px solid #000
}

@media screen and (max-width:1023px) {
  .o-search-result {
    padding: 32px 0 24px
  }
}

.o-search-result:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-search-result__title {
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 6px
}

@media screen and (max-width:1023px) {
  .o-search-result__title {
    font-size: 22px;
    line-height: 27px
  }
}

.o-search-result__subtitle {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 6px
}

.o-search-result__text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px
}

.o-search-result__read.o-btn:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) {
  font-size: 18px;
  line-height: 22px
}

.o-search-result:hover .o-search-result__read {
  text-decoration: underline
}

.o-search-results__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-search-results__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-search-results__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-search-results__wrap {
    max-width: 100%
  }
}

.o-search-results__head {
  position: relative
}

.o-search-results__title {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-search-results__title {
    font-size: 36px;
    line-height: 45px
  }
}

.o-search-results__close.o-btn {
  position: absolute;
  top: -76px;
  right: 0;
  padding: 10px;
  background: transparent
}

@media screen and (max-width:1023px) {
  .o-search-results__close.o-btn {
    top: -40px
  }
}

.o-search-results__close.o-btn svg {
  width: 14px;
  height: 14px
}

@media screen and (max-width:1023px) {
  .o-search-results__close.o-btn svg {
    width: 28px;
    height: 28px
  }
}

.o-search-results__form-content .o-form {
  max-width: 700px;
  margin: 0 auto
}

.o-search-results__desc {
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd
}

.o-section-header__wrap {
  position: relative
}

.o-section-header__figure {
  position: relative;
  display: block;
  width: 100%;
  height: 340px
}

@media screen and (max-width:719px) {
  .o-section-header__figure {
    height: 400px
  }
}

.o-section-header__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.o-section-header__content-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  height: 100%
}

@media screen and (max-width:1599px) {
  .o-section-header__content-wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-section-header__content-wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-section-header__content-wrap {
    max-width: 100%
  }
}

.o-section-header__title {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  margin: 0
}

@media screen and (max-width:719px) {
  .o-section-header__title {
    position: relative;
    font-size: 32px;
    line-height: 40px;
    width: 100%
  }
  .o-section-header__title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -16px;
    top: 0;
    right: -16px;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
  }
}

.o-submenu {
  background: #f2f2f2;
  overflow-x: auto;
  overflow-y: hidden
}

.o-submenu ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-submenu ul {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-submenu ul {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-submenu ul {
    max-width: 100%
  }
}

.o-submenu li {
  display: block
}

.o-submenu li:last-of-type a {
  margin-right: 0
}

.o-submenu li:after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 2px
}

.o-submenu a,
.o-submenu li:after {
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  margin-right: 40px
}

.o-submenu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  height: 40px;
  border: 2px solid transparent;
  outline: 0
}

.o-submenu a:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-submenu a:hover {
  color: #2676ed
}

.o-submenu a:active {
  color: #ffd200
}

.o-submenu a.is-active {
  color: #005EB8;
  font-weight: 700
}

.o-tabs {
  background: #fff
}

.o-tabs__header {
  background: #f2f2f2
}

.o-tabs__title {
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #005EB8;
  margin: 0
}

@media screen and (max-width:575px) {
  .o-tabs__title {
    font-size: 26px;
    line-height: 32px
  }
}

.o-tabs__options {
  overflow-x: auto;
  overflow-y: hidden
}

.o-tabs__options ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.o-tabs__options li {
  display: block
}

.o-tabs__options li .o-btn--tab {
  margin-right: 60px
}

@media screen and (max-width:1023px) {
  .o-tabs__options li .o-btn--tab {
    margin-right: 0
  }
}

.o-tabs__options li:last-of-type .o-btn--tab {
  margin-right: 0
}

.o-video {
  width: 100%
}

.o-video__wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56.25%
}

.o-video__wrap>.video-js,
.o-video__wrap>iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  outline: 0
}

.o-video__wrap .video-js,
.o-video__wrap .video-js .vjs-dock-shelf,
.o-video__wrap .video-js .vjs-dock-text {
  font-family: Montserrat, sans-serif
}

.o-video__wrap .video-js .vjs-dock-title {
  font-weight: 500;
  font-size: 16px
}

.o-video--hero .o-video__wrap>.video-js,
.o-video--hero .o-video__wrap>iframe {
  overflow: hidden;
  border-radius: 8px
}

.o-btn {
  position: relative;
  background: transparent;
  border: 0;
  outline: 0
}

.o-btn:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px
}

.o-btn:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) .o-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-btn--square:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) .o-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.o-btn--large {
  min-width: 182px;
  height: 50px
}

.o-btn--animate-icon .o-icon svg {
  -webkit-transition: -webkit-transform .24s ease;
  transition: -webkit-transform .24s ease;
  transition: transform .24s ease;
  transition: transform .24s ease, -webkit-transform .24s ease
}

.o-btn--animate-icon:not([disabled]):not(.is-disabled):hover .o-icon svg {
  -webkit-transform: translate(6px);
  transform: translate(6px)
}

.o-btn--animate-icon-reverse .o-icon svg {
  -webkit-transition: -webkit-transform .24s ease;
  transition: -webkit-transform .24s ease;
  transition: transform .24s ease;
  transition: transform .24s ease, -webkit-transform .24s ease
}

.o-btn--animate-icon-reverse:not([disabled]):not(.is-disabled):hover .o-icon svg {
  -webkit-transform: translate(-6px);
  transform: translate(-6px)
}

.o-btn--filled-dark {
  background: #fff;
  color: #005EB8;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--filled-dark .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--filled-dark:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):hover {
  background: #f2f2f2;
  color: #005EB8
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #005EB8
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--filled-dark.is-disabled,
.o-btn--filled-dark[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--filled-dark.is-disabled .o-icon path,
.o-btn--filled-dark[disabled] .o-icon path {
  fill: #fff
}

.o-btn--bordered {
  background: #fff;
  color: #005EB8;
  border: 2px solid #005EB8;
  -webkit-transition: background .24s ease, color .24s ease, border .24s ease;
  transition: background .24s ease, color .24s ease, border .24s ease
}

.o-btn--bordered .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--bordered:focus:not(:active) {
  border-color: #ffd200
}

.o-btn--bordered:not([disabled]):not(.is-disabled):hover {
  background: #fff;
  color: #005EB8;
  border-color: #005EB8
}

.o-btn--bordered:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #005EB8
}

.o-btn--bordered:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b;
  border-color: #ffd200
}

.o-btn--bordered:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--bordered.is-disabled,
.o-btn--bordered[disabled] {
  border-color: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--bordered.is-disabled .o-icon path,
.o-btn--bordered[disabled] .o-icon path {
  fill: #fff
}

.o-btn--filled {
  background: #005EB8;
  color: #fff;
  outline: 0;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--filled .o-icon path {
  fill: #fff;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--filled:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--filled:not([disabled]):not(.is-disabled):hover {
  background: #2676ed;
  color: #fff
}

.o-btn--filled:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #fff
}

.o-btn--filled:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--filled:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--filled.is-disabled,
.o-btn--filled[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--filled.is-disabled .o-icon path,
.o-btn--filled[disabled] .o-icon path {
  fill: #fff
}

.o-btn--tab {
  position: relative;
  width: auto;
  height: 55px;
  background: transparent;
  padding: 15px;
  font-weight: 700;
  font-size: 24px!important;
  line-height: 30px!important;
  color: #000;
  -webkit-transition: color .24s ease;
  transition: color .24s ease
}

@media screen and (max-width:575px) {
  .o-btn--tab {
    font-size: 18px!important;
    line-height: 22px!important
  }
}

.o-btn--tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #005EB8;
  opacity: 0;
  -webkit-transition: opacity .24s ease;
  transition: opacity .24s ease
}

.o-btn--tab.is-active {
  color: #005EB8
}

.o-btn--tab.is-active:after {
  opacity: 1
}

.o-btn--tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0
}

.o-btn--tab:focus:not(:active):before {
  opacity: 1
}

.o-btn--tab:not(.is-active):hover {
  color: #005EB8
}

.o-btn--tab:not(.is-active):active {
  color: #ffd200
}

.o-btn--card {
  color: #005EB8
}

.o-btn--card .o-icon path {
  fill: #005EB8
}

.o-btn--card .o-icon {
  position: relative!important;
  right: auto!important;
  top: auto!important;
  -webkit-transform: none!important;
  transform: none!important;
  margin-left: 5px
}

.o-btn--plain {
  font-size: 18px!important;
  line-height: 22px!important;
  white-space: nowrap;
  color: #005EB8;
  border: 2px solid transparent;
  -webkit-transition: color .24s ease, background .24s ease;
  transition: color .24s ease, background .24s ease
}

.o-btn--plain .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--plain .o-icon {
  position: relative!important;
  right: auto!important;
  top: auto!important;
  -webkit-transform: none!important;
  transform: none!important;
  margin-left: 5px
}

.o-btn--plain.o-btn--invert-icon .o-icon {
  margin-left: 0;
  margin-right: 5px;
  -webkit-transform: rotate(-180deg)!important;
  transform: rotate(-180deg)!important
}

.o-btn--plain:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--plain:not([disabled]):not(.is-disabled):hover {
  color: #2676ed
}

.o-btn--plain:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #2676ed
}

.o-btn--plain:not([disabled]):not(.is-disabled):active {
  color: #0f426b;
  background: #ffd200
}

.o-btn--plain:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--plain.is-disabled,
.o-btn--plain[disabled] {
  color: #bdbdbd
}

.o-btn--plain.is-disabled .o-icon path,
.o-btn--plain[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: background .24s ease, -webkit-box-shadow .24s ease;
  transition: background .24s ease, -webkit-box-shadow .24s ease;
  transition: background .24s ease, box-shadow .24s ease;
  transition: background .24s ease, box-shadow .24s ease, -webkit-box-shadow .24s ease
}

.o-btn--arrow .o-icon {
  position: relative!important;
  right: auto!important;
  top: auto!important;
  -webkit-transform: none!important;
  transform: none!important
}

.o-btn--arrow .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--arrow:not([disabled]):not(.is-disabled):focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--arrow:not([disabled]):not(.is-disabled):hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.o-btn--arrow:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #2676ed
}

.o-btn--arrow:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.o-btn--arrow:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--arrow.is-disabled,
.o-btn--arrow[disabled] {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent
}

.o-btn--arrow.is-disabled .o-icon path,
.o-btn--arrow[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--icon .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--icon:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-btn--icon:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #2676ed
}

.o-btn--icon:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #ffd200
}

.o-btn--icon.is-disabled .o-icon path,
.o-btn--icon[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--icon-dark .o-icon path {
  fill: #fff;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--icon-dark:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-btn--icon-dark:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #f2f2f2
}

.o-btn--icon-dark:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #ffd200
}

.o-btn--icon-dark.is-disabled .o-icon path,
.o-btn--icon-dark[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--tag,
.o-btn--tag-dark {
  font-size: 12px;
  line-height: 18px;
  border-radius: 100px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 16px;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--tag-dark:focus:not(:active),
.o-btn--tag:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--tag,
.o-btn--tag:not([disabled]):not(.is-disabled):hover {
  background: #005EB8;
  color: #fff
}

.o-btn--tag:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--tag.is-disabled,
.o-btn--tag[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--tag-dark {
  background: #fff;
  color: #005EB8
}

.o-btn--tag-dark:not([disabled]):not(.is-disabled):hover {
  background: #f2f2f2;
  color: #005EB8
}

.o-btn--tag-dark:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--tag-dark.is-disabled,
.o-btn--tag-dark[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--clear {
  display: none
}

.o-btn--close.o-btn--icon,
.o-btn--close.o-btn--icon-dark {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--close.o-btn--icon-dark path,
.o-btn--close.o-btn--icon path {
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--close.o-btn--icon-dark .o-icon,
.o-btn--close.o-btn--icon .o-icon {
  display: block
}

.o-btn--close.o-btn--icon-dark:focus:not([disabled]):not(.is-disabled):not(:active),
.o-btn--close.o-btn--icon:focus:not([disabled]):not(.is-disabled):not(:active) {
  background: #f2f2f2;
  outline: 0
}

.o-btn--close.o-btn--icon-dark:active:not([disabled]):not(.is-disabled),
.o-btn--close.o-btn--icon:active:not([disabled]):not(.is-disabled) {
  background: #ffd200;
  color: #0f426b
}

.o-btn--close.o-btn--icon-dark:active:not([disabled]):not(.is-disabled) path,
.o-btn--close.o-btn--icon:active:not([disabled]):not(.is-disabled) path {
  fill: #0f426b
}

@media screen and (min-width:1024px) {
  .o-btn--close.o-btn--icon-dark:hover:not([disabled]):not(.is-disabled),
  .o-btn--close.o-btn--icon:hover:not([disabled]):not(.is-disabled) {
    background: #f2f2f2;
    color: #005EB8
  }
  .o-btn--close.o-btn--icon-dark:hover:not([disabled]):not(.is-disabled) path,
  .o-btn--close.o-btn--icon:hover:not([disabled]):not(.is-disabled) path {
    fill: #005EB8
  }
}

.o-checkbox {
  position: relative
}

.o-checkbox__label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

.o-checkbox__el {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.o-checkbox__el:checked~.o-checkbox__graphic svg {
  opacity: 1
}

.o-checkbox__graphic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  margin-right: 12px
}

.o-checkbox__graphic svg {
  width: 18px;
  height: 14px;
  opacity: 0;
  -webkit-transition: opacity .24s ease;
  transition: opacity .24s ease
}

.o-checkbox__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000
}

.o-checkbox.is-focus .o-checkbox__label {
  outline: 2px solid #ffd200
}

.o-checkbox--dark .o-checkbox__graphic {
  border: 2px solid #fff
}

.o-checkbox--dark .o-checkbox__graphic svg path {
  fill: #fff
}

.o-checkbox--dark .o-checkbox__text {
  color: #000
}

.o-checkbox--small .o-checkbox__graphic {
  width: 14px;
  height: 14px;
  margin-right: 8px
}

.o-checkbox--small .o-checkbox__graphic svg {
  width: 7px;
  height: 5px
}

.o-checkbox--small .o-checkbox__text {
  font-size: 12px;
  line-height: 18px
}

.o-icon {
  display: inline-block;
  vertical-align: middle
}

.o-icon svg {
  display: block
}

.o-input {
  position: relative
}

.o-input__label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.o-input__el {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  padding: 12px;
  border: 0;
  border-radius: 0;
  outline: 0;
  display: block;
  width: 100%
}

.o-input__el::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity .12s ease;
  transition: opacity .12s ease
}

.o-input__el:-moz-placeholder,
.o-input__el::-moz-placeholder {
  color: #000;
  opacity: 1;
  -moz-transition: opacity .12s ease;
  transition: opacity .12s ease
}

.o-input__el:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  -ms-transition: opacity .12s ease;
  transition: opacity .12s ease
}

.o-input__btn {
  background: transparent
}

.o-input__message {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.o-input__message a {
  color: inherit
}

.o-input__message a:hover {
  text-decoration: underline
}

.o-input.is-error .o-input__message {
  color: #be1e2d
}

.o-input--text {
  position: relative;
  height: 50px
}

.o-input--text .o-input__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-input--text .o-input__el {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  -webkit-transition: color .24s ease;
  transition: color .24s ease
}

.o-input--text .o-input__graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: -4px;
  height: 4px
}

.o-input--text .o-input__graphic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-input--text .o-input__graphic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-input--text:not(.is-disabled).is-filled .o-input__label,
.o-input--text:not(.is-disabled).is-focus .o-input__label {
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  top: -4px;
  -webkit-transform: none;
  transform: none
}

.o-input--text:not(.is-disabled).is-filled .o-input__graphic:after,
.o-input--text:not(.is-disabled):hover .o-input__graphic:after {
  background: #000
}

.o-input--text:not(.is-disabled).is-focus .o-input__graphic:before {
  width: 100%;
  height: 4px;
  background: #000
}

.o-input--text.is-disabled.is-filled .o-input__label {
  font-size: 12px;
  line-height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 20px));
  transform: translateY(calc(-50% - 20px))
}

.o-input--text.is-disabled .o-input__el,
.o-input--text.is-disabled .o-input__label {
  color: #c4c4c4
}

.o-input--text.is-disabled .o-input__graphic:after {
  background: #c4c4c4
}

.o-input--text.is-disabled .o-icon svg path {
  fill: #c4c4c4!important
}

.o-input--text.is-error:not(.is-disabled) .o-input__label {
  color: #be1e2d
}

.o-input--text.is-error:not(.is-disabled) .o-input__graphic:after,
.o-input--text.is-error:not(.is-disabled) .o-input__graphic:before {
  background: #be1e2d
}

.o-input--email .o-input__graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: -4px;
  height: 4px
}

.o-input--email .o-input__graphic:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  height: 0;
  -webkit-transition: height .24s ease, opacity .24s ease;
  transition: height .24s ease, opacity .24s ease
}

.o-input--email .o-input__el {
  border-top: 1px solid transparent;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid transparent;
  border-bottom: 0;
  background: #fff;
  -webkit-transition: border .24s ease;
  transition: border .24s ease
}

.o-input--email .o-input__el:focus {
  border: 1px solid #000;
  border-bottom: 0
}

.o-input--email .o-input__el:focus::-webkit-input-placeholder {
  opacity: 0
}

.o-input--email .o-input__el:focus:-moz-placeholder,
.o-input--email .o-input__el:focus::-moz-placeholder {
  opacity: 0
}

.o-input--email .o-input__el:focus:-ms-input-placeholder {
  opacity: 0
}

.o-input--email .o-input__el:focus+.o-input__graphic:after {
  opacity: 1;
  height: 100%
}

.o-input--email.is-error .o-input__el {
  border-color: #dd5050
}

.o-input--email.is-error .o-input__graphic:after {
  background: #dd5050
}

.o-input--icon {
  position: relative
}

.o-input--icon .o-input__el {
  padding-right: 30px
}

.o-input--icon .o-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-input--icon .o-icon svg {
  width: 18px;
  height: auto
}

.o-input--icon .o-icon svg path {
  fill: #000
}

.o-input--icon .o-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-input--icon .o-btn>.o-icon {
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none
}

.o-input--dark.is-error .o-input__message {
  color: #dd5050
}

.o-input--search .o-input__el {
  border: 1px solid #c4c4c4
}

.o-input--search .o-input__el::-webkit-input-placeholder {
  color: #828282
}

.o-input--search .o-input__el:-moz-placeholder,
.o-input--search .o-input__el::-moz-placeholder {
  color: #828282
}

.o-input--search .o-input__el:-ms-input-placeholder {
  color: #828282
}

.o-input--clearable .o-icon--close svg {
  width: 14px
}

.o-input--clearable .o-icon--close svg path {
  fill: #005EB8
}

.o-input--clearable:not(.is-disabled).is-filled .o-btn--clear {
  display: inline-block
}

.o-input--type-textarea {
  height: auto
}

.o-input--no-resize .o-input__el {
  resize: none
}

.o-input--type-hidden {
  display: none!important
}

.o-radio {
  position: relative
}

.o-radio__main-label {
  color: #000;
  font-size: 16px;
  line-height: 24px
}

.o-radio__label {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 0
}

.o-radio__label:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-radio__el {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.o-radio__el:checked~.o-radio__graphic {
  background: #2676ed;
  border-color: #2676ed
}

.o-radio__graphic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: border .24s ease, background .24s ease;
  transition: border .24s ease, background .24s ease
}

.o-radio__text {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  white-space: normal
}

.o-radio.is-focus .o-radio__label {
  outline: 2px solid #ffd200
}

.o-select {
  position: relative;
  height: 50px
}

.o-select__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-select__graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: -4px;
  height: 4px
}

.o-select__graphic:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-select__graphic:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-select__dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  min-width: 102%;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.o-select__dropdown li {
  display: block;
  width: 100%
}

.o-select__dropdown button {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  text-align: left;
  height: 56px;
  background: #fff;
  padding: 16px 10px
}

.o-select__dropdown button:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-select__dropdown button:hover {
  background: #f2f2f2
}

.o-select__dropdown button.is-selected {
  background: #e0e0e0
}

.o-select__ui-el {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  padding: 12px 30px 12px 0;
  border: 0;
  outline: 0;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.o-select.is-processed .o-select__el {
  display: none
}

.o-select.is-processed:not(.is-disabled).is-filled .o-select__graphic:after,
.o-select.is-processed:not(.is-disabled):hover .o-select__graphic:after {
  background: #000
}

.o-select.is-processed:not(.is-disabled).is-focus .o-select__graphic:before {
  width: 100%;
  height: 4px;
  background: #000
}

.o-select.is-processed:not(.is-disabled).is-open .o-select__dropdown {
  display: block
}

.o-select.is-processed:not(.is-disabled).is-open>.o-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.o-select.is-processed.is-filled .o-select__label {
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 20px));
  transform: translateY(calc(-50% - 20px))
}

.o-select>.o-icon {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-select>.o-icon svg {
  width: 14px;
  height: auto
}

.o-select>.o-icon svg path {
  fill: #000
}

.o-select.is-error:not(.is-disabled) .o-input__message,
.o-select.is-error:not(.is-disabled) .o-select__label {
  color: #be1e2d
}

.o-select.is-error:not(.is-disabled) .o-select__graphic:after,
.o-select.is-error:not(.is-disabled) .o-select__graphic:before {
  background: #be1e2d
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}


.dsp-notices.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}

/*@media screen and (max-width: 1279px) {*/

/*}*/

/*@media screen and (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 1280px) { */

/*}*/

@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}


.o-header__btn.o-header__btn--mobile.u-f-mont-b.js-sign-up-btn-disabled {
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .o-header.is-menu-open {
    height: 60px;
  }

}

.o-header.is-menu-open a span.u-d-none.u-d-block-l {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .o-header.is-menu-open a span.u-d-none.u-d-block-l {
    display: none !important;
  }
}


@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item {
    width: 100%;
    height: auto;
    margin:0
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon a:not(.o-btn) {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow:visible
  }
  .o-header__menu-item--icon a:not(.o-btn)::before {
    border-radius: 0 !important;
  }
  .o-header__menu-item--icon a:not(.o-btn):focus {
    background: transparent !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon .o-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right:20px
  }
}

@media screen and (max-width: 1279px) {
  .o-header.is-menu-open {
    background: #0f426b;
    border-bottom:1px solid #fff
  }

  .o-header.is-menu-open .o-header__menu {
    display:block
  }

  .o-header.is-menu-open .o-header__logo .o-icon path {
    fill:#fff
  }

  .o-header.is-menu-open .o-header__hamb {
    margin-left:auto
  }

  .o-header.is-menu-open .o-header__hamb .o-icon {
    display:block
  }

  .o-header.is-menu-open .o-header__hamb .o-header__hamb-lines {
    display:none
  }
}

button.o-btn.o-btn--unstyled.o-header__hamb.js-hamb-btn {
  position: absolute;
  display: block;
  align-self: auto;
  top: 10px;
  right: 0;
}

/*@media screen and (min-width: 1024px) {*/

/*  .is-menu-open .o-header__hamb {*/
/*    display: none !important;*/
/*  }*/
/*}*/
@media screen and (min-width: 719px) {

  .is-menu-open a.o-header__logo {
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 823px) {
  .o-header__menu {

    height: calc(100vh - 60px);
    padding-bottom: 100px;
  }

  .o-header__menu-item:not(.o-header__menu-item--sign-up) a {
    font-size: 18px;
    padding: 0;
  }

}

@import 'aos.css';

/* START Removing full width image on post-content pages */

/* .o-post-copy__content img {
  width: auto !important;
} */


/* END Removing full width image on post-content pages */


/* START newsletter archive styling */

.page-node-75 .o-post-copy__content {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-float-right {
  margin-top: 48px;
  max-width: 300px;
}

.newsletter-float-right li::before {
  margin-left: 0 !important;
}


/* END newsletter archive styling */


/* START resetting the weird li before statement so the bullets appear correctly */

.o-post-copy__content ul:not(.o-select__dropdown) li {
  margin-left: 10px;
}


.o-post-copy__content ul:not(.o-select__dropdown) li:before {
  margin-left: -10px;
}


/* END resetting the weird li before statement so the bullets appear correctly */


/* START Membership Page */

.membership-landing-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.membership-landing-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  flex-basis: 500px;
  margin: 15px !important;
  position: relative;
}

.membership-landing-item h2 {
  margin-top: 0 !important;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .membership-landing-item h2 {
    margin-bottom: 70px;
  }
}

.membership-landing-item h2 a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
}

.membership-landing-item img {
  display: block;
  max-width: 125px;
  max-height: 83px;
  float: left;
  padding: 0px 20px 10px 0;
  width: inherit;
  height: inherit;
}


/* END Membership Page */


/* NEW FAQ INDEX LAYOUT */

.faq-list-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.faq-list-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  flex-basis: 375px;
  margin: 15px !important;
}

.faq-list-item h2 a {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.faq-list-item a {
  text-decoration: none;
}


/* END FAQ INDEX LAYOUT */


/* resources landing page */

.resources-landing-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.resources-landing-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  flex-basis: 500px;
  margin: 15px !important;
  position: relative;
}

.resources-landing-item h2 {
  margin-top: 0 !important;
  margin-bottom: 50px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .resources-landing-item h2 {
    margin-bottom: 70px;
  }
}

.resources-landing-item h2 a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
}

.resources-landing-item img {
  display: block;
  max-width: 125px;
  max-height: 83px;
  float: left;
  padding: 0px 20px 10px 0;
  width: inherit;
  height: inherit;
}


/* END resources landing page */


/* resources landing page */

.resources-landing {
}

.resources-landing li::before {
  display: none !important;
}

.resources-landing li {
  height: 300px;
}

.resources-landing img {
  display: block;
  width: auto;
  margin: 0 auto;
  padding-top: 60px;
  height: auto;
  max-width: 125px;
  max-height: 140px;
}

.resources-landing a {
  color: #000;
  padding: 20px;
  font-weight: 700;
  font-size: 24px;
  min-height: 300px;
}


/* END resources landing page */


/*newsletter archived button */

.archived-newsletters {
  height: 60px;
  position: absolute;
  top: 50px;
  right: 5%;
}

.archived-newsletters a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .archived-newsletters {
    position: inherit;
  }
}


/* END newsletter archived button */


/* hide the weird search box on the faq search result page */

form[action^="/search/faqs?keys"] {
  margin-top: -150px;
}


/* END hide the weird search box on the faq search result page */


/* hide the weird search box on the faq search result page */

form[action^="/search/faqs?keys"] {
  margin-top: -150px;
}


/* END hide the weird search box on the faq search result page */


/* RESOURCES LAYOUT */

.resources-wrapper {
  display: flex;
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid;
}

.resources-icon {
  flex: 0 0 35px;
  margin-right: 20px;
}

.resources-text {
  flex: 1;
}


/* END RESOURCES LAYOUT */


/* BOARD MEMBER BIOS */

.bio-section {
  padding: 0 !important;
}

.bio-wrapper {
  display: flex;
}

.bio-left-column {
  flex: 0 0 33%;
  background-color: #efefef;
}

.bio-right-column {
  flex: 1;
  padding: 50px;
}

.bio-img img {
  width: 100%;
  border-bottom: 5px solid #13436a;
}

.bio-img-mobile {
  display: none;
}

.bio-location-icon {
  position: relative;
  margin-top: -40px;
  margin-right: 10px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #13436a;
  border-radius: 50%;
}

.bio-location-icon img {
  width: 35px;
}

.o-bio-qna {
  padding: 20px;
  margin-top: -60px;
}

.bio-qna {
  width: 75px;
  margin: 20px;
}

div.o-bio-qna__questions h2 {
  color: #13436a;
  margin-bottom: 10px !important;
  font-size: 20px;
}

.o-bio-qna__questions p {
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
}

.bio-name {
  color: #13436a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bio-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

.bio-location {
  color: #13436a;
  font-size: 12px;
}

.bio-social-icons img {
  width: 40px;
  margin-top: 20px;
}

.bio-bio {
  color: #808080;
  line-height: 1.5;
}

.board-thumbnail {
}

.board-img {
  margin: 0 auto !important;
  border-radius: 50%;
  border: 5px solid #1555b4;
  width: 200px !important;
  transition: all .2s ease-in-out;
  display: block;
}

.board-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.board-location-icon {
  position: relative;
  margin-top: -50px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #13436a;
  border-radius: 50%;
}

.board-location-icon img {
  max-width: 40px;
  max-height: 40px;
}

@media screen and (max-width: 768px) {
  .bio-wrapper {
    flex-direction: column;
  }

  .bio-left-column {
    order: 2;
  }

  .bio-right-column {
    order: 1;
  }

  .bio-img {
    display: none;
  }

  .bio-img-mobile {
    display: block;
  }

  .bio-img-mobile img {
    width: 100%;
    border-bottom: 5px solid #13436a;
  }

  .bio-right-column {
    padding: 0px;
  }

  .bio-location-icon {
    display: none;
  }
}


/* END BOARD MEMBER BIOS */


/* FAQ's */

.o-faq__btn:focus:not(:active) {
  border: 0 !important
}

.o-faq {
  margin: 10px;
  border-top-color: rgb(15, 66, 107);
  border-top-style: solid;
  border-top-width: 0px;
  border-right-color: rgb(15, 66, 107);
  border-right-style: solid;
  border-right-width: 0px;
  border-bottom-color: rgb(15, 66, 107);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(15, 66, 107);
  border-left-style: solid;
  border-left-width: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.o-faq-list__faqs {
  width: 70%;
  float: right;
}

.faq-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  padding: 0 24px;
  margin-top: -25px;
}

.faq-nav h3 {
  color: #000;
}

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

  .o-faq-list__faqs {
    width: 100%;
  }
}


/* FAQ inline images */

.page-node-type-faq .o-post__main img {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}

.o-faq__wrap img {
  display: flex;
  width: 90%;
  margin: 0 auto;
}


/* END FAQ's */


/* MEET THE TEAM */

section.meet-the-team {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.o-post-header--mtt {
  min-height: 300px;
}

.o-post-header--mtt h1 {
  padding-top: 50px;
}

section.meet-the-team a {
  text-decoration: none;
}

.mtt-item {
  margin: 45px 5px !important;
  width: 250px;
  height: 327px;
}

.mtt-img {
  margin: 0 auto !important;
  width: 80% !important;
  transition: all .2s ease-in-out;
  display: block;
  border-radius: 50%;
  border: 5px solid #1555b4;
}

.mtt-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.mtt-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4d4d4f;
  margin-top: 20px;
}

.mtt-name a {
  color: #4d4d4f;
}

.mtt-title {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

.mtt-title a {
  color: #000;
}

.mtt-company {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-style: italic;
  color: #000;
  width: 200px;
  margin: 0 auto;
}

.mtt-company a {
  color: #000;
}

.mtt-modal-img {
  width: 30% !important;
  float: left;
  margin: 0px !important;
  border-radius: 50%;
  border: 5px solid #1555b4;
}

.mtt-modal-location-icon {
  position: absolute;
  margin-top: 175px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #13436a;
  border-radius: 50%;
}

.mtt-modal-location-icon img {
  max-width: 40px;
  max-height: 40px;
}

.mtt-modal-contact-info {
  float: left;
  width: auto;
  margin-top: 60px;
  margin-left: 15px;
}

.mtt-modal-name {
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4f;
}

.mtt-modal-title {
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.mtt-modal-location {
  font-size: 12px;
  color: #13436a;
  font-weight: bold;
}

.mtt-modal-social-icons {
  margin-top: 10px;
}

.mtt-modal-social-icons img {
  width: 40px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay a.closeoverlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 50%;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 30px;
  transition: all 200ms;
  font-size: 65px;
  font-weight: 100;
  text-decoration: none;
  color: #333;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .mtt-modal-contact-info {
    margin-top: 20px;
  }

  .mtt-modal-img {
    width: 100% !important;
  }

  .popup {
    width: 75%;
    top: 55% !important;
  }
}

/* TODO: This may need to be moved to the media query above, not sure without some testing*/
.popup .close {
  top: 15px;
  right: 10px;
}



/* END MEET THE TEAM */

/* TIMELINE */

.timeline {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.timeline::before {
  content: '';
  background-image: linear-gradient(to bottom, #0f426b 0, #0f426b calc(100% - 10rem), transparent 100%);
  width: 1px;
  top: 3rem;
  bottom: 0;
  position: absolute;
  left: 50%;
}

.timeline-item {
  width: 100%;
  margin-bottom: -5px;
}

.timeline-item:nth-child(odd) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(odd) .timeline-content h2::before {
  content: '';
  position: absolute;
  background-color: #0f426b;
  width: 190px;
  height: 3px;
  left: -200px;
  margin-top: 15px;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 35%;
  padding: 10px 30px;
  border-radius: 4px;
}

.timeline-content h2::before {
  content: '';
  position: absolute;
  background-color: #0f426b;
  width: 190px;
  height: 3px;
  right: -200px;
  margin-top: 15px;
}

.timeline-item:nth-child(odd) .timeline-content h2 {
  border-left: 2px solid #0f426b;
  padding-left: 10px;
  margin-left: -10px;
}

.timeline-item:nth-child(even) .timeline-content h2 {
  border-right: 2px solid #0f426b;
  padding-right: 10px;
  margin-right: -10px;
}

.timeline-item:nth-child(odd) .timeline-img {
  width: 30px;
  height: 30px;
  background: #0f426b;
  border-radius: 50%;
  position: absolute;
  left: -46%;
  margin-top: -45px;
}

.timeline-img-last::after {
  content: '';
  position: absolute;
  margin-top: 30px;
  background-color: #fff;
  height: 300px;
  width: 20px;
}

.timeline-item:nth-child(even) .timeline-img {
  width: 30px;
  height: 30px;
  background: #0f426b;
  border-radius: 50%;
  position: absolute;
  right: -46%;
  margin-top: -45px;
}

.timeline-year {
  width: 60px;
  height: 60px;
  background: #0f426b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: -60px !important;
  margin-left: -30px;
  padding: 18px 0 0 12px;
  box-shadow: 0px 0px 5px 5px #efefef;
}

.timeline-year p {
  color: #fff;
}

.timeline-year-future {
  background: #76777a !important;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-item .timeline-img-header img {
  width: auto !important;
}

.timeline-item:nth-child(even) .timeline-img-header img {
  float: right;
  margin-bottom: 20px;
}

.timeline-item:nth-child(even) .timeline-content h2 {
  clear: right;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-content p,
.timeline-item:nth-child(even) .timeline-content ul {
  text-align: right;
}

.timeline-img-header {
  position: relative;
  margin-bottom: 20px;
}

.timeline-future p,
.timeline-future h2 {
  color: #76777a;
  border-color: #76777a !important;
}

.timeline-future h2::before {
  background-color: #76777a !important;
}

.timeline-future .timeline-img {
  background-color: #76777a !important;
}

.timeline-content a {
  font-weight: bold;
}

.timeline-item:nth-child(odd) .timeline-content li {
  line-height: 20px;
  margin-bottom: 25px;
}

.timeline-item:nth-child(even) .timeline-content li {
  line-height: 20px;
  margin-bottom: 25px;
  padding-left: 40px;
}

.timeline-future li {
  text-align: justify;
  display: inherit;
  color: #76777a;
}

.timeline-item:nth-child(odd) .timeline-content li::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon.png) no-repeat 0px 0px !important;
  width: 20px;
  height: 20px;
  color: transparent;
  margin-right: 10px !important;
  margin-left: -30px !important;
}

.timeline-item:nth-child(even) .timeline-content li::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon.png) no-repeat 0 0 !important;
  width: 20px;
  height: 20px;
  color: transparent;
  margin-right: 15px !important;
  float: left;
  margin-left: -20px;
}

.timeline-item:nth-child(odd) .timeline-content li.timeline-grey::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon-grey.png) no-repeat 0px 0px !important;
}

.timeline-item:nth-child(even) .timeline-content li.timeline-grey::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon-grey.png) no-repeat 0 0 !important;
}

/* new timeline bullet container */
.timeline-bullet-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.timeline-bullet-container-txt {
  margin-bottom: 20px;
}

.timeline-bullet-container-img {
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/* END new timeline bullet container */
@media screen and (max-width: 1350px) {
  .timeline-item {
    width: 705px;
    margin: 0 auto;
  }

  .timeline-item:nth-child(odd) .timeline-img {
    left: -49%;
  }

  .timeline-item:nth-child(even) .timeline-img {
    right: -49%;
    margin-top: -45px;
  }

  .timeline-item:nth-child(odd) .timeline-content h2::before {
    width: 94px;
    left: -104px;
  }

  .timeline-content h2::before {
    width: 98px;
    right: -107px;
    margin-top: 15px;
  }

  .timeline-future li {
    text-align: inherit;
  }
}

@media screen and (max-width: 1023px) {
  .timeline-item {
    width: 705px;
    margin: 0 auto;
  }

  .timeline-item:nth-child(odd) .timeline-img {
    left: -49%;
  }

  .timeline-item:nth-child(even) .timeline-img {
    right: -49%;
    margin-top: -35px;
  }

  .timeline-item:nth-child(odd) .timeline-content h2::before {
    width: 94px;
    left: -104px;
  }

  .timeline-content h2::before {
    width: 98px;
    right: -107px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .timeline::before {
    top: 5rem;
    bottom: 0;
    left: 50px;
  }

  .timeline-item {
    width: 100%;
  }

  .timeline .timeline-img {
    display: none;;
  }

  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
    margin-bottom: 40px;
  }

  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }

  .timeline .timeline-item .timeline-content::after {
    display: none;
  }

  .timeline-year {
    width: 60px;
    height: 60px;
    background: #0f426b;
    border-radius: 50%;
    position: inherit;
    left: inherit;
    margin-top: 0 !important;
    margin-left: 10px !important;
    padding: 18px 0 0 12px;
  }

  .timeline-content h2::before {
    display: none;
  }

  .timeline-content h2 {
    border: 0 !important;
  }

  .timeline-item:nth-child(even) .timeline-content h2,
  .timeline-item:nth-child(even) .timeline-content p {
    text-align: left;
  }

  .timeline-item:nth-child(even) .timeline-img-header img {
    float: inherit;
  }

  .timeline-item:nth-child(even) .timeline-content li::before {
    margin-left: -30px;
  }

  .timeline-item:nth-child(even) .timeline-content p,
  .timeline-item:nth-child(even) .timeline-content ul {
    text-align: left;
  }

  .timeline-item:nth-child(even) .timeline-content li {
    padding-left: 0px;
  }
}

/* END TIMELINE */

/* NAV */
.o-btn--filled-yellow {
  background: #ffd200;
  color: #0f426b;
}

/* END NAV */

/* SPECIAL INLINE ELEMENTS */
.cta-blue-button {
  margin: 1.5em;
}

.cta-blue-button a {
  align-items: center;
  background-color: #005EB8;
  border: 2px solid transparent;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  line-height: 24px;
  margin: 0.25em auto;
  padding: .75em 1.5em;
  text-decoration: none;
  width: 265px;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
}

/* END SPECIAL INLINE ELEMENTS */

/* NEW STYLES FROM STEVE */

header.o-header {
  height: 140px;
}

div.o-header__wrap.u-p-l-24.u-p-l-16-m.u-d-flex.u-align-items-center.u-justify-content-flex-start {
  display: block !important;
  padding-left: 0 !important;
}

a.o-header__logo {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

button.o-btn.o-btn--unstyled.o-header__hamb.js-hamb-btn {
  position: relative;
  display: flex;
  align-self: center;
}

.o-header__btn.o-btn--skewed-right-20 {
  width: 90px;
  height: 100%;
}

.o-btn--filled.o-btn--skewed-right-20 {
  transform: skew(-20deg);
  margin-right: 15px;
  box-shadow: none;
}

@media screen and (max-width: 321px) {
  .o-btn--filled.o-btn--skewed-right-20 {
    transform: skew(-20deg);
    margin-right: 5px;
    box-shadow: none;
  }
}

.o-btn--filled.o-btn--skewed-right-20 span {
  transform: skew(20deg);
  font-weight: 500 !important;
  line-height: 1.1;
  font-size: 13px !important;
}

.o-btn--filled.o-btn--skewed-right-20.o-btn--filled-grey {
  background: #747678;
  margin-right: 0;
}

@media screen and (min-width: 719px) {
  .o-header__btn.o-btn--skewed-right-20 {
    width: 100px;
  }

  .o-btn--filled.o-btn--skewed-right-20 span {
    font-size: 13px !important;
  }

  .o-header {
    height: 60px;
  }

  a.o-header__logo {
    width: auto;
    padding-left: 20px;
  }

  div.o-header__wrap.u-p-l-24.u-p-l-16-m.u-d-flex.u-align-items-center.u-justify-content-flex-start {
    display: flex !important;
  }

  .o-btn--filled.o-btn--skewed-right-20 {
    margin-right: 20px;
  }

  .o-header__btn.o-btn--skewed-right-20 {
    width: 100px;
    height: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu {
    display:none !important;
  }
  header .is-menu-open nav {
    display:block !important;
  }

  /* "Connect to Collect" mobile button */
  .o-header__menu-item {
    display: block;
    width: 100%;
  }

  .o-header__menu-item a:not(.o-btn) {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0;
  }

  .button-bar-wrapper {
    white-space: nowrap;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .o-header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 16px;
    max-width: 976px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .o-header__menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 60px);
    background: #0f426b;
    overflow-y: auto;
    /*  display: none; */
  }
}

@media screen and (min-width: 1024px) {
  .o-header__hamb {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) {

  .o-header__menu-list {
    padding-right: 24px;
  }

  .o-header__hamb {
    display: none !important;
  }

  .o-btn--filled.o-btn--skewed-right-20 span {
    font-size: 14px !important;
  }
}

/* END NEW STYLES FROM STEVE */

/* DSP NOTICES PAGE STYLES */

/* Table formatting */
.page-title-dsp-notices .o-post-copy__content table {
  border: none;
  table-layout: fixed;
  min-width: 500px !important;
  padding: 0;
  margin: 1em auto;
}

.page-title-dsp-notices .o-post-copy__content td {
  border: none;
  padding: .25em;
  width: 400px !important;
  line-height: 1.5em;
}

/* END DSP NOTICES PAGE STYLES */

/* STYLES for Images on dsp-key-dates page */
[class*="page-title-dsp-key-dates"] .o-post-copy__content img {
  max-width: 70%;
  margin: 0 auto;
}

/* END STYLES for Images on dsp-key-dates page */

/* COLUMN STYLES */
.col-half {
  width: 49%;
  float: left;
  padding: 0 1% 0 2%;
}

.col-half .hbspt-form .hs-form-iframe {
  width: 100% !important;
}

.col-half .newsletter-float-right li a {
  text-decoration: none;
  font-size: 1.65vw;
}

.col-half.newsletter-float-left {
  box-shadow: 5px -1px 5px -3px rgba(0, 0, 0, .5);
  border-top-right-radius: 10px;
  margin-right: 1%;
}

.col-half .newsletter-float-right {
  /* width: 100% !important; */
  max-width: unset;
}

/*.right-col-half {*/
/*  width: 50%;*/
/*  float: right;*/
/*  padding: 0 1%;*/
/*}*/

@media screen and (max-width: 719px) {
  .col-half {
    width: 100%;
    float: left;
    padding: 0 3%;
  }
  .col-half .hbspt-form .hs-form-iframe {
    width: 90% !important;
  }

  /*.right-col-half {*/
  /*  width: 100%;*/
  /*  float: right;*/
  /*  padding: 0 3%;*/
  /*}*/
}

/* DSP Notices page */
.dsp-notices.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}


/* 3-columns */
.dsp-notices.col-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-3 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}

/* connect to collect page images  */
.page-title-connect-collect .o-post-copy__content img {
  max-width: 35%;
  margin: 0 auto 5%;
}

@media screen and (max-width: 719px) {
  .page-title-connect-collect .o-post-copy__content img {
    max-width: 75%;
  }
}

/* END connect to collect page images  */

/* DSP Notices page */

/*@media screen and (max-width: 1279px) {*/

/*}*/

/*@media screen and (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 1280px) { */

/*}*/

/* Style infographic */
 .img-vert img {
   max-width: 40%;
   margin: 0 auto;
 }

@media screen and (max-width: 719px) {
  .img-vert img {
    max-width: 60%;
  }
}
/* Style infographic */


/* Style Teams Page */
  /* Team grouping header */
  section.meet-the-team>h3 {
    background-color: #005EB8;
    color: #fff;
    font-size: x-large;
    font-weight: 900;
    padding: 1% 0;
    text-align: center;
    width: 100%;

  }


section.meet-the-team>h3:empty {

}

/* END Style Teams Page */

/* START Homepage Refresh */


.tt-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1296px;
}

@media (min-width: 1600px) {
  .tt-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
  }
}

.tt-hero {
  background: #333;
  height: 550px;
  position: relative;
  overflow: hidden;
  color: white;
}

.tt-text--h1 {
  font-size: 48px;
  line-height: 1.25em;
  white-space: pre-line;
  margin: 0
}

.tt-text--h2 {
  font-size: 32px;
  line-height: 1.25em;
  white-space: pre-line;
  margin: 0
}

.tt-text--h3 {
  font-size: 24px;
  line-height: 1.25em;
  white-space: pre-line;
  margin: 0
}

.tt-text--i {
  font-size: 18px;
  line-height: 1.25em;
}

.tt-text--p {
  font-size: 16px;
  line-height: 1.25em;
}

@media screen and (max-width:719px) {
  .tt-text--i {
    font-size: 16px
  }
  .tt-text--h1 {
    font-size: 32px;
  }
  .tt-text--h2 {
    font-size: 24px;
  }
}

@media screen and (min-width:1024px) {
  .tt-hero--text-wrap {
    max-width: 65%
  }
  .tt-cta--text-wrap {
    max-width: 60%
  }
}

@media screen and (min-width:1360px) {
  .tt-hero--text-wrap {
    max-width: 55%
  }
  .tt-cta--text-wrap {
    max-width: 60%
  }
}

.o-btn--animate-icon:not([disabled]):not(.is-disabled):hover .o-icon.tt-icon--arrow-downward svg {
  transform: translateY(.25rem);
}

.tt-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.tt-column {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.tt-column-1\/2 {
  width: 100%;
}

@media (min-width: 800px){
  .tt-column-1\/2 {
    width: 50%;
  }
}

.tt-timecontent {
  background: #F2F2F2;
}

@media (min-width: 800px) {
  .tt-timecontent {
    /* background-image: url('//8718396.fs1.hubspotusercontent-na1.net/hubfs/8718396/raw_assets/public/Mechanical_Licensing_Collective_July2021/css/timecontent-bg.svg'); */
    background-position: center;
    background-size: cover;
  }
}

.tt-horizontal-card {
  display: flex;
  text-decoration: none;
}

@media (max-width: 799px) {
  .tt-horizontal-card {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tt-horizontal-card--content {
  color: black;
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  flex-basis: 100%;
  box-sizing: border-box;
}

.tt-horizontal-card--media {
  width: 42%;
}

.tt-rel {
  position: relative;
}

.tt-text--gray {
  color: #747678;
}

.tt-text--blue {
  color: #005EB8;
}

.tt-w-1\/1 {
  width: 100%;
}

.tt-h-1\/1 {
  height: 100%;
}

@media (max-width: 799px) {
  .tt-vertical-card {
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tt-vertical-card--icon {
  position: absolute;
  bottom: -32px;
  left: -32px;
  width: 102px;
  height: 102px;
  border-radius: 100%;
  box-sizing: border-box;
}

.tt-ratio--10\/7 {
  padding-top: 70%;
}

.tt-ratio--16\/5 {
  padding-top: 31.25%;
}

.tt-img {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.tt-any-card:hover .o-btn--card {
  text-decoration: underline;
}

.tt-corner-accent {
  transform-origin: 100% 50%;
  width: 1000px;
  height: 200px;
  transform: rotate(-57deg);
  bottom: -0px;
  right: -111px;
  position: absolute;
  mix-blend-mode: multiply;
}

.tt-header--utility {
  background: #005EB8;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 32px;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .tt-header--utility {
    display: none;
  }
}

.tt-utility--links {
  display: flex;
  justify-content: flex-end;
}

.tt-header--utilty-link {
  width: 32px;
  height: 24px;
  padding: 0 4px;
  box-sizing: border-box;
}

.tt-header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2000;
}

.tt-j-start {
  justify-content: flex-start !important;
}

.tt-accent-animations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.tt-accent-animation-space {
  position: absolute;
  width: 1280px;
  height: 384px;
  transform: rotate(-57deg);
  top: 278px;
  right: -487px;
  opacity: 1;
  mix-blend-mode: overlay;
  overflow: hidden;
}

@keyframes tt-accent-animation-main {
  0% {
    transform: translateY(-384px);
  }
  10% {
    transform: translateY(180px);
  }
  90% {
    transform: translateY(180px);
  }
  100% {
    transform: translateY(384px);
  }
}

@keyframes tt-accent-animation-up-fast {
  0% {
    transform: translateY(-384px);
  }
  30% {
    transform: translateY(384px);
  }
  100% {
    transform: translateY(384px);
  }
}

@keyframes tt-accent-animation-down-fast {
  0% {
    transform: translateY(384px);
  }
  30% {
    transform: translateY(-384px);
  }
  100% {
    transform: translateY(-384px);
  }
}

.tt-accent-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(384px);
}

.tt-accent-animation-1 {
  height: 100%;
  animation: tt-accent-animation-main 10s 0s infinite;
}

.tt-accent-animation-2 {
  height: 60%;
  animation: tt-accent-animation-down-fast 10s 1s infinite;
}

.tt-accent-animation-3 {
  height: 40%;
  animation: tt-accent-animation-up-fast 10s 0.5s infinite;
}

.tt-accent-animation-4 {
  height: 30%;
  animation: tt-accent-animation-down-fast 10s 8s infinite;
}

.tt-accent-animation-5 {
  height: 50%;
  animation: tt-accent-animation-up-fast 10s 8.5s infinite;
}

@media (max-width: 1279px) {
  .button-bar-wrapper {
    padding-top: 24px;
  }
  .button-bar-wrapper a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.o-main {
  padding-top: 60px
}

@media (min-width: 1280px) {
  .button-bar-wrapper {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-right: 24px;
  }
  .o-main {
    padding-top: 92px
  }
  .tt-header--mobile-social-links {
    display: none;
  }
}

@media (min-width: 1360px) {
  .o-header__menu-item a:not(.o-btn) {
    padding: 0 10px;
  }
}

.tt-header--mobile-social-links {
  border-top: 1px solid white;
  max-width: 976px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tt-header--mobile-social-link {
  display: flex;
  padding: 8px 0;
  align-items: center;
  color: white;
}

.tt-header--mobile-social-icon {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 3px;
  background: white;
  fill: #005EB8;
  border-radius: 100%;
  margin-right: 16px;
}

.tt-header--mobile-social-label {
  flex-grow: 1;
  flex-shrink: 1;
}

.tablet-button-bar-wrapper {
  text-align: right;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 80px;
}

@media (min-width: 1280px) {
  .tablet-button-bar-wrapper {
    display: none;
  }
}

@media (max-width: 719px) {
  .tablet-button-bar-wrapper {
    display: none;
  }
}

.is-menu-open .tablet-button-bar-wrapper {
  display: none !important;
}

/* END Homepage Refresh */

span.checkbox{position:relative;overflow:hidden;display:block}span.checkbox input{position:absolute;left:-2rem;top:0}span.checkbox label{position:relative;overflow:hidden;display:block;padding-left:1.5rem}span.checkbox label::before{content:"";width:1rem;height:1rem;background-color:#ddd;position:absolute;top:0;left:0;border:0;border-radius:.125rem;box-sizing:border-box;transition:all .1s ease-in}span.checkbox label:hover::before{background-color:#aaa}span.checkbox label::after{content:"";background-size:cover;background-position:center;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpolygon%20points%3D%2219.6%2C4.9%209%2C15.5%204.8%2C11.3%202.7%2C13.4%209%2C19.7%2021.7%2C7%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);opacity:0;width:1rem;height:1rem;position:absolute;top:0;left:0;transition:all .1s ease-in}span.checkbox :checked+label::after{opacity:1}span.radio{position:relative;overflow:hidden;display:block}span.radio input{position:absolute;left:-2rem;top:0}span.radio label{position:relative;overflow:hidden;display:block;padding-left:1.5rem}span.radio label::before{content:"";width:1rem;height:1rem;background-color:#ddd;position:absolute;top:0;left:0;border:0;border-radius:100%;box-sizing:border-box;transition:all .1s ease-in}span.radio label:hover::before{background-color:#aaa}span.radio label::after{content:"";background-size:cover;background-position:center;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);opacity:0;width:1rem;height:1rem;position:absolute;top:0;left:0;transition:all .1s ease-in}span.radio :checked+label::after{opacity:1}input[type=file]{margin:1px 0;background-color:transparent;display:block;cursor:pointer}input[type=file]::-ms-browse{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;-ms-transition:all .1s ease-in;transition:all .1s ease-in;cursor:pointer;border-radius:.1875rem}input[type=file]:hover::-ms-browse{background-color:#f0f;color:#111}input[type=file]::-ms-value{background-color:transparent;color:#111;margin:0 0 0 .75rem;padding:0;border:0;display:inline-block;cursor:pointer}input[type=file]::-webkit-file-upload-button{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;cursor:pointer;margin-right:.5rem;border-radius:.1875rem}input[type=file]:hover::-webkit-file-upload-button{background-color:#f0f;color:#111}input[type=file]::file-selector-button{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;transition:all .1s ease-in;cursor:pointer;margin-right:.5rem;border-radius:.1875rem}input[type=file]:hover::file-selector-button{background-color:#f0f;color:#111}.bg-black{background-color:#111}.bg-gray{background-color:#e7e7e7}.bg-blue{background-color:#005EB8}.border-white{border-color:#fff}.border{border-width:.0625rem}.border-b-6{border-bottom-width:.375rem}.border-r{border-right-width:.0625rem}.items-center{align-items:center}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.h-80{height:5rem}.leading-100{line-height:1}.leading-125{line-height:1.25}.leading-150{line-height:1.5}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.-mx-16{margin-left:-1rem;margin-right:-1rem}.mt-16{margin-top:1rem}.mt-64{margin-top:4rem}.max-w-640{max-width:40rem}.max-w-800{max-width:50rem}.max-w-960{max-width:60rem}.max-w-1920{max-width:120rem}.min-h-100vh{min-height:100vh}.opacity-0{opacity:0}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.p-16{padding:1rem}.pr-16{padding-right:1rem}.pb-16{padding-bottom:1rem}.pb-20{padding-bottom:1.25rem}.pl-20{padding-left:1.25rem}.pt-28{padding-top:1.75rem}.pt-32{padding-top:2rem}.pb-40{padding-bottom:2.5rem}.pl-40{padding-left:2.5rem}.resize{resize:both}.fill-current{fill:currentColor}.text-left{text-align:left}.text-white{color:#fff}.text-gray{color:#e7e7e7}.text-blue{color:#005EB8}.text-darkBlue{color:#081c4e}.text-yellow{color:#fdd507}.text-38{font-size:2.375rem}.text-70{font-size:4.375rem}.tracking-0{letter-spacing:0}.-tracking-5{letter-spacing:-.05em}.w-24{width:1.5rem}.w-68{width:4.25rem}.w-80{width:5rem}.w-1\/1{width:100%}@media (max-width:399px){.text-14-18{font-size:.875rem}.text-16-18{font-size:1rem}.text-24-32{font-size:1.5rem}.text-28-32{font-size:1.75rem}}@media (min-width:400px) and (max-width:799px){.text-14-18{font-size:calc(14px + 4 * ((100vw - 400px)/ 400))}.text-16-18{font-size:calc(16px + 2 * ((100vw - 400px)/ 400))}.text-24-32{font-size:calc(24px + 8 * ((100vw - 400px)/ 400))}.text-28-32{font-size:calc(28px + 4 * ((100vw - 400px)/ 400))}}@media (min-width:800px){.text-14-18{font-size:1.125rem}.text-16-18{font-size:1.125rem}.text-24-32{font-size:2rem}.text-28-32{font-size:2rem}}@media (max-width:399px){.px-sides{padding-left:.75rem;padding-right:.75rem}}@media (min-width:400px) and (max-width:799px){.px-sides{padding-left:calc(12px + 20 * ((100vw - 400px)/ 400));padding-right:calc(12px + 20 * ((100vw - 400px)/ 400))}}@media (min-width:800px){.px-sides{padding-left:2rem;padding-right:2rem}}.d-block{display:block}.d-flex{display:flex}.d-none{display:none}.p-relative{position:relative}.transition-fast{transition:all .1s ease-in}.aspect-ratio-26\/5{padding-bottom:19.23076923076923%}.flippable-arrow{transform-origin:center center;transform:rotate(0)}.flip-arrow .flippable-arrow{transform:rotate(180deg)}*{box-sizing:border-box}html{scroll-behavior:smooth}.top-shadow{position:relative}.top-shadow::before{content:'';position:absolute;top:0;left:0;right:0;height:14px;background:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.35))}.standard-accordion--accordion-content.text-white p{color:#fff}a.standard-accordion--accordion-content{text-decoration:none}a.standard-accordion--accordion-content:hover.links-yellow *{color:#fdd507}a.standard-accordion--accordion-content:hover.links-blue *{color:#005EB8}a.standard-accordion--accordion-content:hover .standard-accordion--accordion-content-link{text-decoration:underline}div.standard-accordion--accordion-content.links-yellow a{color:#fdd507;text-decoration:underline}div.standard-accordion--accordion-content.links-yellow a:hover{text-decoration:none}div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link{color:#fff;text-decoration:none}div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link:hover{color:#ff0}div.standard-accordion--accordion-content.links-blue a{color:#005EB8;text-decoration:underline}div.standard-accordion--accordion-content.links-blue a:hover{text-decoration:none}div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link{color:#081c4e;text-decoration:none}div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link:hover{color:#00f}.accordion-border-wrap{position:relative;overflow:visible;width:100%;height:0;top:-7px}.accordion-border-wrap svg{position:absolute;left:50%;transform:translateX(-50%);width:960px;height:36px;z-index:200}.accordion-border{width:100%;overflow:hidden;height:36px;position:relative}@keyframes slide-in{from{right:200%}to{right:0}}.animated-graphic--accordion-wrap{animation-name:slide-in;animation-play-state:paused;animation-timing-function:ease-out;animation-duration:1s}.animated-graphic--accordion-wrap.onscreen{animation-play-state:running}.blue-strongs strong{color:#005EB8}.o-post-copy__content .tt-any-card,.o-post-copy__content a.standard-accordion--button{text-decoration:none}.tt-vertical-card--icon-style-b{position:absolute;bottom:-16px;left:-16px;border-radius:100%;box-sizing:border-box}@media (min-width:800px){.tt-vertical-card--icon-style-b{width:102px;height:102px}}@media (max-width:799px){.tt-vertical-card--icon-style-b{width:60px;height:60px}}@media (min-width:480px){.\34 80\:mx-0{margin-left:0;margin-right:0}}@media (min-width:640px){.\36 40\:h-120{height:7.5rem}.\36 40\:w-120{width:7.5rem}}/* End How It Works animated graphic styles */
span.checkbox {
  position: relative;
  overflow: hidden;
  display: block;
}

span.checkbox input {
  position: absolute;
  left: -2rem;
  top: 0;
}

span.checkbox label {
  position: relative;
  overflow: hidden;
  display: block;
  padding-left: 1.5rem;
}

span.checkbox label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid white;
  border-radius: 0.125rem;
  box-sizing: border-box;
  transition: all 0.1s ease-in;
}

span.checkbox label:hover::before {
  background-color: transparent;
}

span.checkbox label::after {
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%230E52B7%22%3E%3Cpolygon%20points%3D%2219.6%2C4.9%209%2C15.5%204.8%2C11.3%202.7%2C13.4%209%2C19.7%2021.7%2C7%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  opacity: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.1s ease-in;
}

span.checkbox :checked + label::before {
  background-color: #fff;
}

span.checkbox :checked + label::after {
  opacity: 1;
}

span.radio {
  position: relative;
  overflow: hidden;
  display: block;
}

span.radio input {
  position: absolute;
  left: -2rem;
  top: 0;
}

span.radio label {
  position: relative;
  overflow: hidden;
  display: block;
  padding-left: 1.5rem;
}

span.radio label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid white;
  border-radius: 100%;
  box-sizing: border-box;
  transition: all 0.1s ease-in;
}

span.radio label:hover::before {
  background-color: transparent;
}

span.radio label::after {
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%230E52B7%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  opacity: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.1s ease-in;
}

span.radio :checked + label::before {
  background-color: #fff;
}

span.radio :checked + label::after {
  opacity: 1;
}

input[type="file"] {
  margin: 1px 0;
  background-color: transparent;
  display: block;
  cursor: pointer;
}

input[type="file"]::-ms-browse {
  border: 0;
  background-color: #00ff00;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  border-radius: 0.1875rem;
}

input[type="file"]:hover::-ms-browse {
  background-color: #ff00ff;
  color: #111111;
}

input[type="file"]::-ms-value {
  background-color: transparent;
  color: #111111;
  margin: 0 0 0 0.75rem;
  padding: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
  border: 0;
  background-color: #00ff00;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.1875rem;
}

input[type="file"]:hover::-webkit-file-upload-button {
  background-color: #ff00ff;
  color: #111111;
}

input[type="file"]::file-selector-button {
  border: 0;
  background-color: #00ff00;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  transition: all 0.1s ease-in;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.1875rem;
}

input[type="file"]:hover::file-selector-button {
  background-color: #ff00ff;
  color: #111111;
}

#tw .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#tw .not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

#tw .focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#tw .focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

#tw .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#tw .bg-fixed {
  background-attachment: fixed;
}

#tw .bg-local {
  background-attachment: local;
}

#tw .bg-scroll {
  background-attachment: scroll;
}

#tw .bg-black {
  background-color: #111111;
}

#tw .bg-white {
  background-color: #ffffff;
}

#tw .bg-offwhite {
  background-color: #f7f7f7;
}

#tw .bg-gray {
  background-color: #E7E7E7;
}

#tw .bg-dkgray {
  background-color: #747678;
}

#tw .bg-red {
  background-color: #BE1E2D;
}

#tw .bg-green {
  background-color: #00ff00;
}

#tw .bg-blue {
  background-color: #005EB8;
}

#tw .bg-darkBlue {
  background-color: #081C4E;
}

#tw .bg-ltblue {
  background-color: #2676ED;
}

#tw .bg-dkrblue {
  background-color: #053781;
}

#tw .bg-newblue {
  background-color: #0E52B7;
}

#tw .bg-newltblue {
  background-color: #2676ED;
}

#tw .bg-newltrblue {
  background-color: #9FC7FF;
}

#tw .bg-newltstblue {
  background-color: #DAE6F5;
}

#tw .bg-newmdblue {
  background-color: #4699FF;
}

#tw .bg-newfadedblue {
  background-color: #0D52B7;
}

#tw .bg-yellow {
  background-color: #FDD507;
}

#tw .bg-newyellow {
  background-color: #FFD200;
}

#tw .bg-purple {
  background-color: #ff00ff;
}

#tw .bg-newgray {
  background-color: #EDEDED;
}

#tw .bg-transparent {
  background-color: transparent;
}

#tw .bg-black90 {
  background-color: rgba(17,17,17, 0.9);
}

#tw .hover\:bg-black:hover {
  background-color: #111111;
}

#tw .hover\:bg-white:hover {
  background-color: #ffffff;
}

#tw .hover\:bg-offwhite:hover {
  background-color: #f7f7f7;
}

#tw .hover\:bg-gray:hover {
  background-color: #E7E7E7;
}

#tw .hover\:bg-dkgray:hover {
  background-color: #747678;
}

#tw .hover\:bg-red:hover {
  background-color: #BE1E2D;
}

#tw .hover\:bg-green:hover {
  background-color: #00ff00;
}

#tw .hover\:bg-blue:hover {
  background-color: #005EB8;
}

#tw .hover\:bg-darkBlue:hover {
  background-color: #081C4E;
}

#tw .hover\:bg-ltblue:hover {
  background-color: #2676ED;
}

#tw .hover\:bg-dkrblue:hover {
  background-color: #053781;
}

#tw .hover\:bg-newblue:hover {
  background-color: #0E52B7;
}

#tw .hover\:bg-newltblue:hover {
  background-color: #2676ED;
}

#tw .hover\:bg-newltrblue:hover {
  background-color: #9FC7FF;
}

#tw .hover\:bg-newltstblue:hover {
  background-color: #DAE6F5;
}

#tw .hover\:bg-newmdblue:hover {
  background-color: #4699FF;
}

#tw .hover\:bg-newfadedblue:hover {
  background-color: #0D52B7;
}

#tw .hover\:bg-yellow:hover {
  background-color: #FDD507;
}

#tw .hover\:bg-newyellow:hover {
  background-color: #FFD200;
}

#tw .hover\:bg-purple:hover {
  background-color: #ff00ff;
}

#tw .hover\:bg-newgray:hover {
  background-color: #EDEDED;
}

#tw .hover\:bg-transparent:hover {
  background-color: transparent;
}

#tw .hover\:bg-black90:hover {
  background-color: rgba(17,17,17, 0.9);
}

#tw .group:hover .group-hover\:bg-black {
  background-color: #111111;
}

#tw .group:hover .group-hover\:bg-white {
  background-color: #ffffff;
}

#tw .group:hover .group-hover\:bg-offwhite {
  background-color: #f7f7f7;
}

#tw .group:hover .group-hover\:bg-gray {
  background-color: #E7E7E7;
}

#tw .group:hover .group-hover\:bg-dkgray {
  background-color: #747678;
}

#tw .group:hover .group-hover\:bg-red {
  background-color: #BE1E2D;
}

#tw .group:hover .group-hover\:bg-green {
  background-color: #00ff00;
}

#tw .group:hover .group-hover\:bg-blue {
  background-color: #005EB8;
}

#tw .group:hover .group-hover\:bg-darkBlue {
  background-color: #081C4E;
}

#tw .group:hover .group-hover\:bg-ltblue {
  background-color: #2676ED;
}

#tw .group:hover .group-hover\:bg-dkrblue {
  background-color: #053781;
}

#tw .group:hover .group-hover\:bg-newblue {
  background-color: #0E52B7;
}

#tw .group:hover .group-hover\:bg-newltblue {
  background-color: #2676ED;
}

#tw .group:hover .group-hover\:bg-newltrblue {
  background-color: #9FC7FF;
}

#tw .group:hover .group-hover\:bg-newltstblue {
  background-color: #DAE6F5;
}

#tw .group:hover .group-hover\:bg-newmdblue {
  background-color: #4699FF;
}

#tw .group:hover .group-hover\:bg-newfadedblue {
  background-color: #0D52B7;
}

#tw .group:hover .group-hover\:bg-yellow {
  background-color: #FDD507;
}

#tw .group:hover .group-hover\:bg-newyellow {
  background-color: #FFD200;
}

#tw .group:hover .group-hover\:bg-purple {
  background-color: #ff00ff;
}

#tw .group:hover .group-hover\:bg-newgray {
  background-color: #EDEDED;
}

#tw .group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

#tw .group:hover .group-hover\:bg-black90 {
  background-color: rgba(17,17,17, 0.9);
}

#tw .bg-bottom {
  background-position: bottom;
}

#tw .bg-center {
  background-position: center;
}

#tw .bg-left {
  background-position: left;
}

#tw .bg-left-bottom {
  background-position: left bottom;
}

#tw .bg-left-top {
  background-position: left top;
}

#tw .bg-right {
  background-position: right;
}

#tw .bg-right-bottom {
  background-position: right bottom;
}

#tw .bg-right-top {
  background-position: right top;
}

#tw .bg-top {
  background-position: top;
}

#tw .bg-repeat {
  background-repeat: repeat;
}

#tw .bg-no-repeat {
  background-repeat: no-repeat;
}

#tw .bg-repeat-x {
  background-repeat: repeat-x;
}

#tw .bg-repeat-y {
  background-repeat: repeat-y;
}

#tw .bg-repeat-round {
  background-repeat: round;
}

#tw .bg-repeat-space {
  background-repeat: space;
}

#tw .bg-auto {
  background-size: auto;
}

#tw .bg-cover {
  background-size: cover;
}

#tw .bg-contain {
  background-size: contain;
}

#tw .border-collapse {
  border-collapse: collapse;
}

#tw .border-separate {
  border-collapse: separate;
}

#tw .border-black {
  border-color: #111111;
}

#tw .border-white {
  border-color: #ffffff;
}

#tw .border-offwhite {
  border-color: #f7f7f7;
}

#tw .border-gray {
  border-color: #E7E7E7;
}

#tw .border-dkgray {
  border-color: #747678;
}

#tw .border-red {
  border-color: #BE1E2D;
}

#tw .border-green {
  border-color: #00ff00;
}

#tw .border-blue {
  border-color: #005EB8;
}

#tw .border-darkBlue {
  border-color: #081C4E;
}

#tw .border-ltblue {
  border-color: #2676ED;
}

#tw .border-dkrblue {
  border-color: #053781;
}

#tw .border-newblue {
  border-color: #0E52B7;
}

#tw .border-newltblue {
  border-color: #2676ED;
}

#tw .border-newltrblue {
  border-color: #9FC7FF;
}

#tw .border-newltstblue {
  border-color: #DAE6F5;
}

#tw .border-newmdblue {
  border-color: #4699FF;
}

#tw .border-newfadedblue {
  border-color: #0D52B7;
}

#tw .border-yellow {
  border-color: #FDD507;
}

#tw .border-newyellow {
  border-color: #FFD200;
}

#tw .border-purple {
  border-color: #ff00ff;
}

#tw .border-newgray {
  border-color: #EDEDED;
}

#tw .border-transparent {
  border-color: transparent;
}

#tw .hover\:border-black:hover {
  border-color: #111111;
}

#tw .hover\:border-white:hover {
  border-color: #ffffff;
}

#tw .hover\:border-offwhite:hover {
  border-color: #f7f7f7;
}

#tw .hover\:border-gray:hover {
  border-color: #E7E7E7;
}

#tw .hover\:border-dkgray:hover {
  border-color: #747678;
}

#tw .hover\:border-red:hover {
  border-color: #BE1E2D;
}

#tw .hover\:border-green:hover {
  border-color: #00ff00;
}

#tw .hover\:border-blue:hover {
  border-color: #005EB8;
}

#tw .hover\:border-darkBlue:hover {
  border-color: #081C4E;
}

#tw .hover\:border-ltblue:hover {
  border-color: #2676ED;
}

#tw .hover\:border-dkrblue:hover {
  border-color: #053781;
}

#tw .hover\:border-newblue:hover {
  border-color: #0E52B7;
}

#tw .hover\:border-newltblue:hover {
  border-color: #2676ED;
}

#tw .hover\:border-newltrblue:hover {
  border-color: #9FC7FF;
}

#tw .hover\:border-newltstblue:hover {
  border-color: #DAE6F5;
}

#tw .hover\:border-newmdblue:hover {
  border-color: #4699FF;
}

#tw .hover\:border-newfadedblue:hover {
  border-color: #0D52B7;
}

#tw .hover\:border-yellow:hover {
  border-color: #FDD507;
}

#tw .hover\:border-newyellow:hover {
  border-color: #FFD200;
}

#tw .hover\:border-purple:hover {
  border-color: #ff00ff;
}

#tw .hover\:border-newgray:hover {
  border-color: #EDEDED;
}

#tw .hover\:border-transparent:hover {
  border-color: transparent;
}

#tw .group:hover .group-hover\:border-black {
  border-color: #111111;
}

#tw .group:hover .group-hover\:border-white {
  border-color: #ffffff;
}

#tw .group:hover .group-hover\:border-offwhite {
  border-color: #f7f7f7;
}

#tw .group:hover .group-hover\:border-gray {
  border-color: #E7E7E7;
}

#tw .group:hover .group-hover\:border-dkgray {
  border-color: #747678;
}

#tw .group:hover .group-hover\:border-red {
  border-color: #BE1E2D;
}

#tw .group:hover .group-hover\:border-green {
  border-color: #00ff00;
}

#tw .group:hover .group-hover\:border-blue {
  border-color: #005EB8;
}

#tw .group:hover .group-hover\:border-darkBlue {
  border-color: #081C4E;
}

#tw .group:hover .group-hover\:border-ltblue {
  border-color: #2676ED;
}

#tw .group:hover .group-hover\:border-dkrblue {
  border-color: #053781;
}

#tw .group:hover .group-hover\:border-newblue {
  border-color: #0E52B7;
}

#tw .group:hover .group-hover\:border-newltblue {
  border-color: #2676ED;
}

#tw .group:hover .group-hover\:border-newltrblue {
  border-color: #9FC7FF;
}

#tw .group:hover .group-hover\:border-newltstblue {
  border-color: #DAE6F5;
}

#tw .group:hover .group-hover\:border-newmdblue {
  border-color: #4699FF;
}

#tw .group:hover .group-hover\:border-newfadedblue {
  border-color: #0D52B7;
}

#tw .group:hover .group-hover\:border-yellow {
  border-color: #FDD507;
}

#tw .group:hover .group-hover\:border-newyellow {
  border-color: #FFD200;
}

#tw .group:hover .group-hover\:border-purple {
  border-color: #ff00ff;
}

#tw .group:hover .group-hover\:border-newgray {
  border-color: #EDEDED;
}

#tw .group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

#tw .rounded-0 {
  border-radius: 0;
}

#tw .rounded-2 {
  border-radius: 0.125rem;
}

#tw .rounded {
  border-radius: 0.25rem;
}

#tw .rounded-full {
  border-radius: 600rem;
}

#tw .rounded-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#tw .rounded-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#tw .rounded-b-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#tw .rounded-l-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#tw .rounded-t-2 {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

#tw .rounded-r-2 {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

#tw .rounded-b-2 {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#tw .rounded-l-2 {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#tw .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#tw .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#tw .rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#tw .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#tw .rounded-t-full {
  border-top-left-radius: 600rem;
  border-top-right-radius: 600rem;
}

#tw .rounded-r-full {
  border-top-right-radius: 600rem;
  border-bottom-right-radius: 600rem;
}

#tw .rounded-b-full {
  border-bottom-right-radius: 600rem;
  border-bottom-left-radius: 600rem;
}

#tw .rounded-l-full {
  border-top-left-radius: 600rem;
  border-bottom-left-radius: 600rem;
}

#tw .rounded-tl-0 {
  border-top-left-radius: 0;
}

#tw .rounded-tr-0 {
  border-top-right-radius: 0;
}

#tw .rounded-br-0 {
  border-bottom-right-radius: 0;
}

#tw .rounded-bl-0 {
  border-bottom-left-radius: 0;
}

#tw .rounded-tl-2 {
  border-top-left-radius: 0.125rem;
}

#tw .rounded-tr-2 {
  border-top-right-radius: 0.125rem;
}

#tw .rounded-br-2 {
  border-bottom-right-radius: 0.125rem;
}

#tw .rounded-bl-2 {
  border-bottom-left-radius: 0.125rem;
}

#tw .rounded-tl {
  border-top-left-radius: 0.25rem;
}

#tw .rounded-tr {
  border-top-right-radius: 0.25rem;
}

#tw .rounded-br {
  border-bottom-right-radius: 0.25rem;
}

#tw .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

#tw .rounded-tl-full {
  border-top-left-radius: 600rem;
}

#tw .rounded-tr-full {
  border-top-right-radius: 600rem;
}

#tw .rounded-br-full {
  border-bottom-right-radius: 600rem;
}

#tw .rounded-bl-full {
  border-bottom-left-radius: 600rem;
}

#tw .border-solid {
  border-style: solid;
}

#tw .border-dashed {
  border-style: dashed;
}

#tw .border-dotted {
  border-style: dotted;
}

#tw .border-double {
  border-style: double;
}

#tw .border-none {
  border-style: none;
}

#tw .border-0 {
  border-width: 0;
}

#tw .border-2 {
  border-width: 0.125rem;
}

#tw .border-4 {
  border-width: 0.25rem;
}

#tw .border-6 {
  border-width: 0.375rem;
}

#tw .border-8 {
  border-width: 0.5rem;
}

#tw .border {
  border-width: 0.0625rem;
}

#tw .border-t-0 {
  border-top-width: 0;
}

#tw .border-r-0 {
  border-right-width: 0;
}

#tw .border-b-0 {
  border-bottom-width: 0;
}

#tw .border-l-0 {
  border-left-width: 0;
}

#tw .border-t-2 {
  border-top-width: 0.125rem;
}

#tw .border-r-2 {
  border-right-width: 0.125rem;
}

#tw .border-b-2 {
  border-bottom-width: 0.125rem;
}

#tw .border-l-2 {
  border-left-width: 0.125rem;
}

#tw .border-t-4 {
  border-top-width: 0.25rem;
}

#tw .border-r-4 {
  border-right-width: 0.25rem;
}

#tw .border-b-4 {
  border-bottom-width: 0.25rem;
}

#tw .border-l-4 {
  border-left-width: 0.25rem;
}

#tw .border-t-6 {
  border-top-width: 0.375rem;
}

#tw .border-r-6 {
  border-right-width: 0.375rem;
}

#tw .border-b-6 {
  border-bottom-width: 0.375rem;
}

#tw .border-l-6 {
  border-left-width: 0.375rem;
}

#tw .border-t-8 {
  border-top-width: 0.5rem;
}

#tw .border-r-8 {
  border-right-width: 0.5rem;
}

#tw .border-b-8 {
  border-bottom-width: 0.5rem;
}

#tw .border-l-8 {
  border-left-width: 0.5rem;
}

#tw .border-t {
  border-top-width: 0.0625rem;
}

#tw .border-r {
  border-right-width: 0.0625rem;
}

#tw .border-b {
  border-bottom-width: 0.0625rem;
}

#tw .border-l {
  border-left-width: 0.0625rem;
}

#tw .cursor-auto {
  cursor: auto;
}

#tw .cursor-default {
  cursor: default;
}

#tw .cursor-pointer {
  cursor: pointer;
}

#tw .cursor-wait {
  cursor: wait;
}

#tw .cursor-text {
  cursor: text;
}

#tw .cursor-move {
  cursor: move;
}

#tw .cursor-not-allowed {
  cursor: not-allowed;
}

#tw .flex-row {
  flex-direction: row;
}

#tw .flex-row-reverse {
  flex-direction: row-reverse;
}

#tw .flex-col {
  flex-direction: column;
}

#tw .flex-col-reverse {
  flex-direction: column-reverse;
}

#tw .flex-wrap {
  flex-wrap: wrap;
}

#tw .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

#tw .flex-no-wrap {
  flex-wrap: nowrap;
}

#tw .items-start {
  align-items: flex-start;
}

#tw .items-end {
  align-items: flex-end;
}

#tw .items-center {
  align-items: center;
}

#tw .items-baseline {
  align-items: baseline;
}

#tw .items-stretch {
  align-items: stretch;
}

#tw .self-auto {
  align-self: auto;
}

#tw .self-start {
  align-self: flex-start;
}

#tw .self-end {
  align-self: flex-end;
}

#tw .self-center {
  align-self: center;
}

#tw .self-stretch {
  align-self: stretch;
}

#tw .justify-start {
  justify-content: flex-start;
}

#tw .justify-end {
  justify-content: flex-end;
}

#tw .justify-center {
  justify-content: center;
}

#tw .justify-between {
  justify-content: space-between;
}

#tw .justify-around {
  justify-content: space-around;
}

#tw .content-center {
  align-content: center;
}

#tw .content-start {
  align-content: flex-start;
}

#tw .content-end {
  align-content: flex-end;
}

#tw .content-between {
  align-content: space-between;
}

#tw .content-around {
  align-content: space-around;
}

#tw .flex-1 {
  flex: 1 1 0%;
}

#tw .flex-auto {
  flex: 1 1 auto;
}

#tw .flex-initial {
  flex: 0 1 auto;
}

#tw .flex-none {
  flex: none;
}

#tw .flex-grow-0 {
  flex-grow: 0;
}

#tw .flex-grow {
  flex-grow: 1;
}

#tw .flex-shrink-0 {
  flex-shrink: 0;
}

#tw .flex-shrink {
  flex-shrink: 1;
}

#tw .order-1 {
  order: 1;
}

#tw .order-2 {
  order: 2;
}

#tw .order-3 {
  order: 3;
}

#tw .order-4 {
  order: 4;
}

#tw .order-5 {
  order: 5;
}

#tw .order-6 {
  order: 6;
}

#tw .order-7 {
  order: 7;
}

#tw .order-8 {
  order: 8;
}

#tw .order-9 {
  order: 9;
}

#tw .order-10 {
  order: 10;
}

#tw .order-11 {
  order: 11;
}

#tw .order-12 {
  order: 12;
}

#tw .order-first {
  order: -9999;
}

#tw .order-last {
  order: 9999;
}

#tw .order-none {
  order: 0;
}

#tw .font-sans {
  font-family: Montserrat, sans-serif;
}

#tw .font-400 {
  font-weight: 400;
}

#tw .font-500 {
  font-weight: 500;
}

#tw .font-600 {
  font-weight: 600;
}

#tw .font-700 {
  font-weight: 700;
}

#tw .font-900 {
  font-weight: 900;
}

#tw .h-0 {
  height: 0;
}

#tw .h-12 {
  height: 0.75rem;
}

#tw .h-14 {
  height: 0.875rem;
}

#tw .h-16 {
  height: 1rem;
}

#tw .h-20 {
  height: 1.25rem;
}

#tw .h-24 {
  height: 1.5rem;
}

#tw .h-32 {
  height: 2rem;
}

#tw .h-40 {
  height: 2.5rem;
}

#tw .h-48 {
  height: 3rem;
}

#tw .h-60 {
  height: 3.75rem;
}

#tw .h-64 {
  height: 4rem;
}

#tw .h-68 {
  height: 4.25rem;
}

#tw .h-80 {
  height: 5rem;
}

#tw .h-88 {
  height: 5.5rem;
}

#tw .h-96 {
  height: 6rem;
}

#tw .h-110 {
  height: 6.875rem;
}

#tw .h-120 {
  height: 7.5rem;
}

#tw .h-128 {
  height: 8rem;
}

#tw .h-144 {
  height: 9rem;
}

#tw .h-160 {
  height: 10rem;
}

#tw .h-174 {
  height: 10.875rem;
}

#tw .h-188 {
  height: 11.75rem;
}

#tw .h-210 {
  height: 13.125rem;
}

#tw .h-222 {
  height: 13.875rem;
}

#tw .h-256 {
  height: 16rem;
}

#tw .h-288 {
  height: 18rem;
}

#tw .h-300 {
  height: 18.75rem;
}

#tw .h-320 {
  height: 20rem;
}

#tw .h-400 {
  height: 25rem;
}

#tw .h-480 {
  height: 30rem;
}

#tw .h-600 {
  height: 37.5rem;
}

#tw .h-auto {
  height: auto;
}

#tw .h-fit-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#tw .h-0\.5 {
  height: 0.03125rem;
}

#tw .h-1\/5 {
  height: 20%;
}

#tw .h-1\/4 {
  height: 25%;
}

#tw .h-1\/3 {
  height: 33.333%;
}

#tw .h-2\/5 {
  height: 40%;
}

#tw .h-1\/2 {
  height: 50%;
}

#tw .h-2\/3 {
  height: 66.666%;
}

#tw .h-1\/1 {
  height: 100%;
}

#tw .h-3\/5 {
  height: 60%;
}

#tw .h-3\/4 {
  height: 75%;
}

#tw .h-4\/5 {
  height: 80%;
}

#tw .h-50vw {
  height: 50vw;
}

#tw .h-100vw {
  height: 100vw;
}

#tw .h-50vh {
  height: 50vh;
}

#tw .h-100vh {
  height: 100vh;
}

#tw .h-1\/2--16 {
  height: calc(50% - 1rem);
}

#tw .h-1\/1--16 {
  height: calc(100% - 1rem);
}

#tw .h-1\/1--160 {
  height: calc(100% - 10rem);
}

#tw .h-1\/1--222 {
  height: calc(100% - 13.875rem);
}

#tw .h-1\/4--20 {
  height: calc(25% - 1.25rem);
}

#tw .h-1\/4--10 {
  height: calc(25% - 0.625rem);
}

#tw .leading-100 {
  line-height: 1;
}

#tw .leading-112 {
  line-height: 1.12;
}

#tw .leading-120 {
  line-height: 1.2;
}

#tw .leading-125 {
  line-height: 1.25;
}

#tw .leading-133 {
  line-height: 1.33;
}

#tw .leading-140 {
  line-height: 1.4;
}

#tw .leading-150 {
  line-height: 1.5;
}

#tw .leading-166 {
  line-height: 1.66;
}

#tw .leading-200 {
  line-height: 2;
}

#tw .m-0 {
  margin: 0;
}

#tw .m-4 {
  margin: 0.25rem;
}

#tw .m-6 {
  margin: 0.375rem;
}

#tw .m-8 {
  margin: 0.5rem;
}

#tw .m-10 {
  margin: 0.625rem;
}

#tw .m-12 {
  margin: 0.75rem;
}

#tw .m-14 {
  margin: 0.875rem;
}

#tw .m-16 {
  margin: 1rem;
}

#tw .m-18 {
  margin: 1.125rem;
}

#tw .m-20 {
  margin: 1.25rem;
}

#tw .m-24 {
  margin: 1.5rem;
}

#tw .m-28 {
  margin: 1.75rem;
}

#tw .m-32 {
  margin: 2rem;
}

#tw .m-36 {
  margin: 2.25rem;
}

#tw .m-40 {
  margin: 2.5rem;
}

#tw .m-48 {
  margin: 3rem;
}

#tw .m-56 {
  margin: 3.5rem;
}

#tw .m-60 {
  margin: 3.75rem;
}

#tw .m-64 {
  margin: 4rem;
}

#tw .m-80 {
  margin: 5rem;
}

#tw .m-88 {
  margin: 5.5rem;
}

#tw .m-96 {
  margin: 6rem;
}

#tw .m-112 {
  margin: 7rem;
}

#tw .m-128 {
  margin: 8rem;
}

#tw .m-144 {
  margin: 9rem;
}

#tw .m-200 {
  margin: 12.5rem;
}

#tw .m-auto {
  margin: auto;
}

#tw .-m-8 {
  margin: -0.5rem;
}

#tw .-m-16 {
  margin: -1rem;
}

#tw .-m-24 {
  margin: -1.5rem;
}

#tw .-m-28 {
  margin: -1.75rem;
}

#tw .-m-32 {
  margin: -2rem;
}

#tw .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

#tw .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

#tw .my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#tw .mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#tw .my-6 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

#tw .mx-6 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

#tw .my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#tw .mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#tw .my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

#tw .mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

#tw .my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#tw .mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#tw .my-14 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

#tw .mx-14 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

#tw .my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#tw .mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

#tw .my-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

#tw .mx-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

#tw .my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#tw .mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

#tw .my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#tw .mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#tw .my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

#tw .mx-28 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

#tw .my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#tw .mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

#tw .my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

#tw .mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

#tw .my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#tw .mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

#tw .my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#tw .mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}

#tw .my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

#tw .mx-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

#tw .my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

#tw .mx-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

#tw .my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#tw .mx-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}

#tw .my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#tw .mx-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

#tw .my-88 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

#tw .mx-88 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

#tw .my-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

#tw .mx-96 {
  margin-left: 6rem;
  margin-right: 6rem;
}

#tw .my-112 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

#tw .mx-112 {
  margin-left: 7rem;
  margin-right: 7rem;
}

#tw .my-128 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

#tw .mx-128 {
  margin-left: 8rem;
  margin-right: 8rem;
}

#tw .my-144 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

#tw .mx-144 {
  margin-left: 9rem;
  margin-right: 9rem;
}

#tw .my-200 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

#tw .mx-200 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

#tw .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

#tw .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#tw .-my-8 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

#tw .-mx-8 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#tw .-my-16 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

#tw .-mx-16 {
  margin-left: -1rem;
  margin-right: -1rem;
}

#tw .-my-24 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

#tw .-mx-24 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

#tw .-my-28 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

#tw .-mx-28 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

#tw .-my-32 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

#tw .-mx-32 {
  margin-left: -2rem;
  margin-right: -2rem;
}

#tw .mt-0 {
  margin-top: 0;
}

#tw .mr-0 {
  margin-right: 0;
}

#tw .mb-0 {
  margin-bottom: 0;
}

#tw .ml-0 {
  margin-left: 0;
}

#tw .mt-4 {
  margin-top: 0.25rem;
}

#tw .mr-4 {
  margin-right: 0.25rem;
}

#tw .mb-4 {
  margin-bottom: 0.25rem;
}

#tw .ml-4 {
  margin-left: 0.25rem;
}

#tw .mt-6 {
  margin-top: 0.375rem;
}

#tw .mr-6 {
  margin-right: 0.375rem;
}

#tw .mb-6 {
  margin-bottom: 0.375rem;
}

#tw .ml-6 {
  margin-left: 0.375rem;
}

#tw .mt-8 {
  margin-top: 0.5rem;
}

#tw .mr-8 {
  margin-right: 0.5rem;
}

#tw .mb-8 {
  margin-bottom: 0.5rem;
}

#tw .ml-8 {
  margin-left: 0.5rem;
}

#tw .mt-10 {
  margin-top: 0.625rem;
}

#tw .mr-10 {
  margin-right: 0.625rem;
}

#tw .mb-10 {
  margin-bottom: 0.625rem;
}

#tw .ml-10 {
  margin-left: 0.625rem;
}

#tw .mt-12 {
  margin-top: 0.75rem;
}

#tw .mr-12 {
  margin-right: 0.75rem;
}

#tw .mb-12 {
  margin-bottom: 0.75rem;
}

#tw .ml-12 {
  margin-left: 0.75rem;
}

#tw .mt-14 {
  margin-top: 0.875rem;
}

#tw .mr-14 {
  margin-right: 0.875rem;
}

#tw .mb-14 {
  margin-bottom: 0.875rem;
}

#tw .ml-14 {
  margin-left: 0.875rem;
}

#tw .mt-16 {
  margin-top: 1rem;
}

#tw .mr-16 {
  margin-right: 1rem;
}

#tw .mb-16 {
  margin-bottom: 1rem;
}

#tw .ml-16 {
  margin-left: 1rem;
}

#tw .mt-18 {
  margin-top: 1.125rem;
}

#tw .mr-18 {
  margin-right: 1.125rem;
}

#tw .mb-18 {
  margin-bottom: 1.125rem;
}

#tw .ml-18 {
  margin-left: 1.125rem;
}

#tw .mt-20 {
  margin-top: 1.25rem;
}

#tw .mr-20 {
  margin-right: 1.25rem;
}

#tw .mb-20 {
  margin-bottom: 1.25rem;
}

#tw .ml-20 {
  margin-left: 1.25rem;
}

#tw .mt-24 {
  margin-top: 1.5rem;
}

#tw .mr-24 {
  margin-right: 1.5rem;
}

#tw .mb-24 {
  margin-bottom: 1.5rem;
}

#tw .ml-24 {
  margin-left: 1.5rem;
}

#tw .mt-28 {
  margin-top: 1.75rem;
}

#tw .mr-28 {
  margin-right: 1.75rem;
}

#tw .mb-28 {
  margin-bottom: 1.75rem;
}

#tw .ml-28 {
  margin-left: 1.75rem;
}

#tw .mt-32 {
  margin-top: 2rem;
}

#tw .mr-32 {
  margin-right: 2rem;
}

#tw .mb-32 {
  margin-bottom: 2rem;
}

#tw .ml-32 {
  margin-left: 2rem;
}

#tw .mt-36 {
  margin-top: 2.25rem;
}

#tw .mr-36 {
  margin-right: 2.25rem;
}

#tw .mb-36 {
  margin-bottom: 2.25rem;
}

#tw .ml-36 {
  margin-left: 2.25rem;
}

#tw .mt-40 {
  margin-top: 2.5rem;
}

#tw .mr-40 {
  margin-right: 2.5rem;
}

#tw .mb-40 {
  margin-bottom: 2.5rem;
}

#tw .ml-40 {
  margin-left: 2.5rem;
}

#tw .mt-48 {
  margin-top: 3rem;
}

#tw .mr-48 {
  margin-right: 3rem;
}

#tw .mb-48 {
  margin-bottom: 3rem;
}

#tw .ml-48 {
  margin-left: 3rem;
}

#tw .mt-56 {
  margin-top: 3.5rem;
}

#tw .mr-56 {
  margin-right: 3.5rem;
}

#tw .mb-56 {
  margin-bottom: 3.5rem;
}

#tw .ml-56 {
  margin-left: 3.5rem;
}

#tw .mt-60 {
  margin-top: 3.75rem;
}

#tw .mr-60 {
  margin-right: 3.75rem;
}

#tw .mb-60 {
  margin-bottom: 3.75rem;
}

#tw .ml-60 {
  margin-left: 3.75rem;
}

#tw .mt-64 {
  margin-top: 4rem;
}

#tw .mr-64 {
  margin-right: 4rem;
}

#tw .mb-64 {
  margin-bottom: 4rem;
}

#tw .ml-64 {
  margin-left: 4rem;
}

#tw .mt-80 {
  margin-top: 5rem;
}

#tw .mr-80 {
  margin-right: 5rem;
}

#tw .mb-80 {
  margin-bottom: 5rem;
}

#tw .ml-80 {
  margin-left: 5rem;
}

#tw .mt-88 {
  margin-top: 5.5rem;
}

#tw .mr-88 {
  margin-right: 5.5rem;
}

#tw .mb-88 {
  margin-bottom: 5.5rem;
}

#tw .ml-88 {
  margin-left: 5.5rem;
}

#tw .mt-96 {
  margin-top: 6rem;
}

#tw .mr-96 {
  margin-right: 6rem;
}

#tw .mb-96 {
  margin-bottom: 6rem;
}

#tw .ml-96 {
  margin-left: 6rem;
}

#tw .mt-112 {
  margin-top: 7rem;
}

#tw .mr-112 {
  margin-right: 7rem;
}

#tw .mb-112 {
  margin-bottom: 7rem;
}

#tw .ml-112 {
  margin-left: 7rem;
}

#tw .mt-128 {
  margin-top: 8rem;
}

#tw .mr-128 {
  margin-right: 8rem;
}

#tw .mb-128 {
  margin-bottom: 8rem;
}

#tw .ml-128 {
  margin-left: 8rem;
}

#tw .mt-144 {
  margin-top: 9rem;
}

#tw .mr-144 {
  margin-right: 9rem;
}

#tw .mb-144 {
  margin-bottom: 9rem;
}

#tw .ml-144 {
  margin-left: 9rem;
}

#tw .mt-200 {
  margin-top: 12.5rem;
}

#tw .mr-200 {
  margin-right: 12.5rem;
}

#tw .mb-200 {
  margin-bottom: 12.5rem;
}

#tw .ml-200 {
  margin-left: 12.5rem;
}

#tw .mt-auto {
  margin-top: auto;
}

#tw .mr-auto {
  margin-right: auto;
}

#tw .mb-auto {
  margin-bottom: auto;
}

#tw .ml-auto {
  margin-left: auto;
}

#tw .-mt-8 {
  margin-top: -0.5rem;
}

#tw .-mr-8 {
  margin-right: -0.5rem;
}

#tw .-mb-8 {
  margin-bottom: -0.5rem;
}

#tw .-ml-8 {
  margin-left: -0.5rem;
}

#tw .-mt-16 {
  margin-top: -1rem;
}

#tw .-mr-16 {
  margin-right: -1rem;
}

#tw .-mb-16 {
  margin-bottom: -1rem;
}

#tw .-ml-16 {
  margin-left: -1rem;
}

#tw .-mt-24 {
  margin-top: -1.5rem;
}

#tw .-mr-24 {
  margin-right: -1.5rem;
}

#tw .-mb-24 {
  margin-bottom: -1.5rem;
}

#tw .-ml-24 {
  margin-left: -1.5rem;
}

#tw .-mt-28 {
  margin-top: -1.75rem;
}

#tw .-mr-28 {
  margin-right: -1.75rem;
}

#tw .-mb-28 {
  margin-bottom: -1.75rem;
}

#tw .-ml-28 {
  margin-left: -1.75rem;
}

#tw .-mt-32 {
  margin-top: -2rem;
}

#tw .-mr-32 {
  margin-right: -2rem;
}

#tw .-mb-32 {
  margin-bottom: -2rem;
}

#tw .-ml-32 {
  margin-left: -2rem;
}

#tw .max-h-12 {
  max-height: 0.75rem;
}

#tw .max-h-14 {
  max-height: 0.875rem;
}

#tw .max-h-16 {
  max-height: 1rem;
}

#tw .max-h-20 {
  max-height: 1.25rem;
}

#tw .max-h-24 {
  max-height: 1.5rem;
}

#tw .max-h-32 {
  max-height: 2rem;
}

#tw .max-h-40 {
  max-height: 2.5rem;
}

#tw .max-h-48 {
  max-height: 3rem;
}

#tw .max-h-60 {
  max-height: 3.75rem;
}

#tw .max-h-64 {
  max-height: 4rem;
}

#tw .max-h-68 {
  max-height: 4.25rem;
}

#tw .max-h-80 {
  max-height: 5rem;
}

#tw .max-h-88 {
  max-height: 5.5rem;
}

#tw .max-h-96 {
  max-height: 6rem;
}

#tw .max-h-110 {
  max-height: 6.875rem;
}

#tw .max-h-120 {
  max-height: 7.5rem;
}

#tw .max-h-128 {
  max-height: 8rem;
}

#tw .max-h-144 {
  max-height: 9rem;
}

#tw .max-h-160 {
  max-height: 10rem;
}

#tw .max-h-174 {
  max-height: 10.875rem;
}

#tw .max-h-188 {
  max-height: 11.75rem;
}

#tw .max-h-210 {
  max-height: 13.125rem;
}

#tw .max-h-222 {
  max-height: 13.875rem;
}

#tw .max-h-256 {
  max-height: 16rem;
}

#tw .max-h-288 {
  max-height: 18rem;
}

#tw .max-h-300 {
  max-height: 18.75rem;
}

#tw .max-h-320 {
  max-height: 20rem;
}

#tw .max-h-400 {
  max-height: 25rem;
}

#tw .max-h-480 {
  max-height: 30rem;
}

#tw .max-h-600 {
  max-height: 37.5rem;
}

#tw .max-h-auto {
  max-height: auto;
}

#tw .max-h-fit-content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#tw .max-h-0\.5 {
  max-height: 0.03125rem;
}

#tw .max-h-1\/5 {
  max-height: 20%;
}

#tw .max-h-1\/4 {
  max-height: 25%;
}

#tw .max-h-1\/3 {
  max-height: 33.333%;
}

#tw .max-h-2\/5 {
  max-height: 40%;
}

#tw .max-h-1\/2 {
  max-height: 50%;
}

#tw .max-h-2\/3 {
  max-height: 66.666%;
}

#tw .max-h-1\/1 {
  max-height: 100%;
}

#tw .max-h-3\/5 {
  max-height: 60%;
}

#tw .max-h-3\/4 {
  max-height: 75%;
}

#tw .max-h-4\/5 {
  max-height: 80%;
}

#tw .max-h-50vw {
  max-height: 50vw;
}

#tw .max-h-100vw {
  max-height: 100vw;
}

#tw .max-h-50vh {
  max-height: 50vh;
}

#tw .max-h-100vh {
  max-height: 100vh;
}

#tw .max-h-1\/2--16 {
  max-height: calc(50% - 1rem);
}

#tw .max-h-1\/1--16 {
  max-height: calc(100% - 1rem);
}

#tw .max-h-1\/1--160 {
  max-height: calc(100% - 10rem);
}

#tw .max-h-1\/1--222 {
  max-height: calc(100% - 13.875rem);
}

#tw .max-h-1\/4--20 {
  max-height: calc(25% - 1.25rem);
}

#tw .max-h-1\/4--10 {
  max-height: calc(25% - 0.625rem);
}

#tw .max-w-12 {
  max-width: 0.75rem;
}

#tw .max-w-14 {
  max-width: 0.875rem;
}

#tw .max-w-16 {
  max-width: 1rem;
}

#tw .max-w-20 {
  max-width: 1.25rem;
}

#tw .max-w-24 {
  max-width: 1.5rem;
}

#tw .max-w-32 {
  max-width: 2rem;
}

#tw .max-w-40 {
  max-width: 2.5rem;
}

#tw .max-w-48 {
  max-width: 3rem;
}

#tw .max-w-60 {
  max-width: 3.75rem;
}

#tw .max-w-64 {
  max-width: 4rem;
}

#tw .max-w-68 {
  max-width: 4.25rem;
}

#tw .max-w-80 {
  max-width: 5rem;
}

#tw .max-w-88 {
  max-width: 5.5rem;
}

#tw .max-w-96 {
  max-width: 6rem;
}

#tw .max-w-110 {
  max-width: 6.875rem;
}

#tw .max-w-120 {
  max-width: 7.5rem;
}

#tw .max-w-128 {
  max-width: 8rem;
}

#tw .max-w-144 {
  max-width: 9rem;
}

#tw .max-w-160 {
  max-width: 10rem;
}

#tw .max-w-174 {
  max-width: 10.875rem;
}

#tw .max-w-188 {
  max-width: 11.75rem;
}

#tw .max-w-210 {
  max-width: 13.125rem;
}

#tw .max-w-222 {
  max-width: 13.875rem;
}

#tw .max-w-256 {
  max-width: 16rem;
}

#tw .max-w-288 {
  max-width: 18rem;
}

#tw .max-w-300 {
  max-width: 18.75rem;
}

#tw .max-w-320 {
  max-width: 20rem;
}

#tw .max-w-400 {
  max-width: 25rem;
}

#tw .max-w-480 {
  max-width: 30rem;
}

#tw .max-w-600 {
  max-width: 37.5rem;
}

#tw .max-w-640 {
  max-width: 40rem;
}

#tw .max-w-768 {
  max-width: 48rem;
}

#tw .max-w-800 {
  max-width: 50rem;
}

#tw .max-w-960 {
  max-width: 60rem;
}

#tw .max-w-1020 {
  max-width: 63.75rem;
}

#tw .max-w-1280 {
  max-width: 80rem;
}

#tw .max-w-1416 {
  max-width: 88.5rem;
}

#tw .max-w-1920 {
  max-width: 120rem;
}

#tw .max-w-auto {
  max-width: auto;
}

#tw .max-w-fit-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#tw .max-w-0\.5 {
  max-width: 0.03125rem;
}

#tw .max-w-1\/5 {
  max-width: 20%;
}

#tw .max-w-1\/4 {
  max-width: 25%;
}

#tw .max-w-1\/3 {
  max-width: 33.333%;
}

#tw .max-w-2\/5 {
  max-width: 40%;
}

#tw .max-w-1\/2 {
  max-width: 50%;
}

#tw .max-w-2\/3 {
  max-width: 66.666%;
}

#tw .max-w-1\/1 {
  max-width: 100%;
}

#tw .max-w-3\/5 {
  max-width: 60%;
}

#tw .max-w-3\/4 {
  max-width: 75%;
}

#tw .max-w-4\/5 {
  max-width: 80%;
}

#tw .max-w-50vw {
  max-width: 50vw;
}

#tw .max-w-100vw {
  max-width: 100vw;
}

#tw .max-w-50vh {
  max-width: 50vh;
}

#tw .max-w-100vh {
  max-width: 100vh;
}

#tw .max-w-1\/2--16 {
  max-width: calc(50% - 1rem);
}

#tw .max-w-1\/1--16 {
  max-width: calc(100% - 1rem);
}

#tw .max-w-1\/1--160 {
  max-width: calc(100% - 10rem);
}

#tw .max-w-1\/1--222 {
  max-width: calc(100% - 13.875rem);
}

#tw .max-w-1\/4--20 {
  max-width: calc(25% - 1.25rem);
}

#tw .max-w-1\/4--10 {
  max-width: calc(25% - 0.625rem);
}

#tw .max-w-none {
  max-width: none;
}

#tw .min-h-12 {
  min-height: 0.75rem;
}

#tw .min-h-14 {
  min-height: 0.875rem;
}

#tw .min-h-16 {
  min-height: 1rem;
}

#tw .min-h-20 {
  min-height: 1.25rem;
}

#tw .min-h-24 {
  min-height: 1.5rem;
}

#tw .min-h-32 {
  min-height: 2rem;
}

#tw .min-h-40 {
  min-height: 2.5rem;
}

#tw .min-h-48 {
  min-height: 3rem;
}

#tw .min-h-60 {
  min-height: 3.75rem;
}

#tw .min-h-64 {
  min-height: 4rem;
}

#tw .min-h-68 {
  min-height: 4.25rem;
}

#tw .min-h-80 {
  min-height: 5rem;
}

#tw .min-h-88 {
  min-height: 5.5rem;
}

#tw .min-h-96 {
  min-height: 6rem;
}

#tw .min-h-110 {
  min-height: 6.875rem;
}

#tw .min-h-120 {
  min-height: 7.5rem;
}

#tw .min-h-128 {
  min-height: 8rem;
}

#tw .min-h-144 {
  min-height: 9rem;
}

#tw .min-h-160 {
  min-height: 10rem;
}

#tw .min-h-174 {
  min-height: 10.875rem;
}

#tw .min-h-188 {
  min-height: 11.75rem;
}

#tw .min-h-210 {
  min-height: 13.125rem;
}

#tw .min-h-222 {
  min-height: 13.875rem;
}

#tw .min-h-256 {
  min-height: 16rem;
}

#tw .min-h-288 {
  min-height: 18rem;
}

#tw .min-h-300 {
  min-height: 18.75rem;
}

#tw .min-h-320 {
  min-height: 20rem;
}

#tw .min-h-400 {
  min-height: 25rem;
}

#tw .min-h-480 {
  min-height: 30rem;
}

#tw .min-h-600 {
  min-height: 37.5rem;
}

#tw .min-h-auto {
  min-height: auto;
}

#tw .min-h-fit-content {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

#tw .min-h-0\.5 {
  min-height: 0.03125rem;
}

#tw .min-h-1\/5 {
  min-height: 20%;
}

#tw .min-h-1\/4 {
  min-height: 25%;
}

#tw .min-h-1\/3 {
  min-height: 33.333%;
}

#tw .min-h-2\/5 {
  min-height: 40%;
}

#tw .min-h-1\/2 {
  min-height: 50%;
}

#tw .min-h-2\/3 {
  min-height: 66.666%;
}

#tw .min-h-1\/1 {
  min-height: 100%;
}

#tw .min-h-3\/5 {
  min-height: 60%;
}

#tw .min-h-3\/4 {
  min-height: 75%;
}

#tw .min-h-4\/5 {
  min-height: 80%;
}

#tw .min-h-50vw {
  min-height: 50vw;
}

#tw .min-h-100vw {
  min-height: 100vw;
}

#tw .min-h-50vh {
  min-height: 50vh;
}

#tw .min-h-100vh {
  min-height: 100vh;
}

#tw .min-h-1\/2--16 {
  min-height: calc(50% - 1rem);
}

#tw .min-h-1\/1--16 {
  min-height: calc(100% - 1rem);
}

#tw .min-h-1\/1--160 {
  min-height: calc(100% - 10rem);
}

#tw .min-h-1\/1--222 {
  min-height: calc(100% - 13.875rem);
}

#tw .min-h-1\/4--20 {
  min-height: calc(25% - 1.25rem);
}

#tw .min-h-1\/4--10 {
  min-height: calc(25% - 0.625rem);
}

#tw .min-w-0 {
  min-width: 0;
}

#tw .min-w-12 {
  min-width: 0.75rem;
}

#tw .min-w-14 {
  min-width: 0.875rem;
}

#tw .min-w-16 {
  min-width: 1rem;
}

#tw .min-w-20 {
  min-width: 1.25rem;
}

#tw .min-w-24 {
  min-width: 1.5rem;
}

#tw .min-w-32 {
  min-width: 2rem;
}

#tw .min-w-40 {
  min-width: 2.5rem;
}

#tw .min-w-48 {
  min-width: 3rem;
}

#tw .min-w-60 {
  min-width: 3.75rem;
}

#tw .min-w-64 {
  min-width: 4rem;
}

#tw .min-w-68 {
  min-width: 4.25rem;
}

#tw .min-w-80 {
  min-width: 5rem;
}

#tw .min-w-88 {
  min-width: 5.5rem;
}

#tw .min-w-96 {
  min-width: 6rem;
}

#tw .min-w-110 {
  min-width: 6.875rem;
}

#tw .min-w-120 {
  min-width: 7.5rem;
}

#tw .min-w-128 {
  min-width: 8rem;
}

#tw .min-w-144 {
  min-width: 9rem;
}

#tw .min-w-160 {
  min-width: 10rem;
}

#tw .min-w-174 {
  min-width: 10.875rem;
}

#tw .min-w-188 {
  min-width: 11.75rem;
}

#tw .min-w-210 {
  min-width: 13.125rem;
}

#tw .min-w-222 {
  min-width: 13.875rem;
}

#tw .min-w-256 {
  min-width: 16rem;
}

#tw .min-w-288 {
  min-width: 18rem;
}

#tw .min-w-300 {
  min-width: 18.75rem;
}

#tw .min-w-320 {
  min-width: 20rem;
}

#tw .min-w-400 {
  min-width: 25rem;
}

#tw .min-w-480 {
  min-width: 30rem;
}

#tw .min-w-600 {
  min-width: 37.5rem;
}

#tw .min-w-auto {
  min-width: auto;
}

#tw .min-w-fit-content {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

#tw .min-w-0\.5 {
  min-width: 0.03125rem;
}

#tw .min-w-1\/5 {
  min-width: 20%;
}

#tw .min-w-1\/4 {
  min-width: 25%;
}

#tw .min-w-1\/3 {
  min-width: 33.333%;
}

#tw .min-w-2\/5 {
  min-width: 40%;
}

#tw .min-w-1\/2 {
  min-width: 50%;
}

#tw .min-w-2\/3 {
  min-width: 66.666%;
}

#tw .min-w-1\/1 {
  min-width: 100%;
}

#tw .min-w-3\/5 {
  min-width: 60%;
}

#tw .min-w-3\/4 {
  min-width: 75%;
}

#tw .min-w-4\/5 {
  min-width: 80%;
}

#tw .min-w-50vw {
  min-width: 50vw;
}

#tw .min-w-100vw {
  min-width: 100vw;
}

#tw .min-w-50vh {
  min-width: 50vh;
}

#tw .min-w-100vh {
  min-width: 100vh;
}

#tw .min-w-1\/2--16 {
  min-width: calc(50% - 1rem);
}

#tw .min-w-1\/1--16 {
  min-width: calc(100% - 1rem);
}

#tw .min-w-1\/1--160 {
  min-width: calc(100% - 10rem);
}

#tw .min-w-1\/1--222 {
  min-width: calc(100% - 13.875rem);
}

#tw .min-w-1\/4--20 {
  min-width: calc(25% - 1.25rem);
}

#tw .min-w-1\/4--10 {
  min-width: calc(25% - 0.625rem);
}

#tw .object-contain {
  object-fit: contain;
}

#tw .object-cover {
  object-fit: cover;
}

#tw .object-fill {
  object-fit: fill;
}

#tw .object-none {
  object-fit: none;
}

#tw .object-scale-down {
  object-fit: scale-down;
}

#tw .object-bottom {
  object-position: bottom;
}

#tw .object-center {
  object-position: center;
}

#tw .object-left {
  object-position: left;
}

#tw .object-left-bottom {
  object-position: left bottom;
}

#tw .object-left-top {
  object-position: left top;
}

#tw .object-right {
  object-position: right;
}

#tw .object-right-bottom {
  object-position: right bottom;
}

#tw .object-right-top {
  object-position: right top;
}

#tw .object-top {
  object-position: top;
}

#tw .opacity-0 {
  opacity: 0;
}

#tw .opacity-20 {
  opacity: 0.2;
}

#tw .opacity-40 {
  opacity: 0.4;
}

#tw .opacity-90 {
  opacity: 0.9;
}

#tw .opacity-100 {
  opacity: 1;
}

#tw .hover\:opacity-0:hover {
  opacity: 0;
}

#tw .hover\:opacity-20:hover {
  opacity: 0.2;
}

#tw .hover\:opacity-40:hover {
  opacity: 0.4;
}

#tw .hover\:opacity-90:hover {
  opacity: 0.9;
}

#tw .hover\:opacity-100:hover {
  opacity: 1;
}

#tw .outline-none {
  outline: 0;
}

#tw .overflow-auto {
  overflow: auto;
}

#tw .overflow-hidden {
  overflow: hidden;
}

#tw .overflow-visible {
  overflow: visible;
}

#tw .overflow-scroll {
  overflow: scroll;
}

#tw .overflow-x-auto {
  overflow-x: auto;
}

#tw .overflow-y-auto {
  overflow-y: auto;
}

#tw .overflow-x-hidden {
  overflow-x: hidden;
}

#tw .overflow-y-hidden {
  overflow-y: hidden;
}

#tw .overflow-x-visible {
  overflow-x: visible;
}

#tw .overflow-y-visible {
  overflow-y: visible;
}

#tw .overflow-x-scroll {
  overflow-x: scroll;
}

#tw .overflow-y-scroll {
  overflow-y: scroll;
}

#tw .scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

#tw .scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

#tw .p-0 {
  padding: 0;
}

#tw .p-4 {
  padding: 0.25rem;
}

#tw .p-6 {
  padding: 0.375rem;
}

#tw .p-8 {
  padding: 0.5rem;
}

#tw .p-10 {
  padding: 0.625rem;
}

#tw .p-12 {
  padding: 0.75rem;
}

#tw .p-14 {
  padding: 0.875rem;
}

#tw .p-16 {
  padding: 1rem;
}

#tw .p-18 {
  padding: 1.125rem;
}

#tw .p-20 {
  padding: 1.25rem;
}

#tw .p-24 {
  padding: 1.5rem;
}

#tw .p-28 {
  padding: 1.75rem;
}

#tw .p-32 {
  padding: 2rem;
}

#tw .p-36 {
  padding: 2.25rem;
}

#tw .p-40 {
  padding: 2.5rem;
}

#tw .p-48 {
  padding: 3rem;
}

#tw .p-56 {
  padding: 3.5rem;
}

#tw .p-60 {
  padding: 3.75rem;
}

#tw .p-64 {
  padding: 4rem;
}

#tw .p-80 {
  padding: 5rem;
}

#tw .p-88 {
  padding: 5.5rem;
}

#tw .p-96 {
  padding: 6rem;
}

#tw .p-112 {
  padding: 7rem;
}

#tw .p-128 {
  padding: 8rem;
}

#tw .p-144 {
  padding: 9rem;
}

#tw .p-200 {
  padding: 12.5rem;
}

#tw .p-auto {
  padding: auto;
}

#tw .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

#tw .px-0 {
  padding-left: 0;
  padding-right: 0;
}

#tw .py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#tw .px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#tw .py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#tw .px-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

#tw .py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#tw .px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#tw .py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#tw .px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#tw .py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#tw .px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#tw .py-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

#tw .px-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

#tw .py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#tw .px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#tw .py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

#tw .px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

#tw .py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#tw .px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#tw .py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#tw .px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#tw .py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

#tw .px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

#tw .py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#tw .px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

#tw .py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

#tw .px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

#tw .py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#tw .px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#tw .py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#tw .px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}

#tw .py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

#tw .px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

#tw .py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

#tw .px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

#tw .py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#tw .px-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}

#tw .py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#tw .px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

#tw .py-88 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

#tw .px-88 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

#tw .py-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#tw .px-96 {
  padding-left: 6rem;
  padding-right: 6rem;
}

#tw .py-112 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#tw .px-112 {
  padding-left: 7rem;
  padding-right: 7rem;
}

#tw .py-128 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#tw .px-128 {
  padding-left: 8rem;
  padding-right: 8rem;
}

#tw .py-144 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

#tw .px-144 {
  padding-left: 9rem;
  padding-right: 9rem;
}

#tw .py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

#tw .px-200 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

#tw .py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

#tw .px-auto {
  padding-left: auto;
  padding-right: auto;
}

#tw .pt-0 {
  padding-top: 0;
}

#tw .pr-0 {
  padding-right: 0;
}

#tw .pb-0 {
  padding-bottom: 0;
}

#tw .pl-0 {
  padding-left: 0;
}

#tw .pt-4 {
  padding-top: 0.25rem;
}

#tw .pr-4 {
  padding-right: 0.25rem;
}

#tw .pb-4 {
  padding-bottom: 0.25rem;
}

#tw .pl-4 {
  padding-left: 0.25rem;
}

#tw .pt-6 {
  padding-top: 0.375rem;
}

#tw .pr-6 {
  padding-right: 0.375rem;
}

#tw .pb-6 {
  padding-bottom: 0.375rem;
}

#tw .pl-6 {
  padding-left: 0.375rem;
}

#tw .pt-8 {
  padding-top: 0.5rem;
}

#tw .pr-8 {
  padding-right: 0.5rem;
}

#tw .pb-8 {
  padding-bottom: 0.5rem;
}

#tw .pl-8 {
  padding-left: 0.5rem;
}

#tw .pt-10 {
  padding-top: 0.625rem;
}

#tw .pr-10 {
  padding-right: 0.625rem;
}

#tw .pb-10 {
  padding-bottom: 0.625rem;
}

#tw .pl-10 {
  padding-left: 0.625rem;
}

#tw .pt-12 {
  padding-top: 0.75rem;
}

#tw .pr-12 {
  padding-right: 0.75rem;
}

#tw .pb-12 {
  padding-bottom: 0.75rem;
}

#tw .pl-12 {
  padding-left: 0.75rem;
}

#tw .pt-14 {
  padding-top: 0.875rem;
}

#tw .pr-14 {
  padding-right: 0.875rem;
}

#tw .pb-14 {
  padding-bottom: 0.875rem;
}

#tw .pl-14 {
  padding-left: 0.875rem;
}

#tw .pt-16 {
  padding-top: 1rem;
}

#tw .pr-16 {
  padding-right: 1rem;
}

#tw .pb-16 {
  padding-bottom: 1rem;
}

#tw .pl-16 {
  padding-left: 1rem;
}

#tw .pt-18 {
  padding-top: 1.125rem;
}

#tw .pr-18 {
  padding-right: 1.125rem;
}

#tw .pb-18 {
  padding-bottom: 1.125rem;
}

#tw .pl-18 {
  padding-left: 1.125rem;
}

#tw .pt-20 {
  padding-top: 1.25rem;
}

#tw .pr-20 {
  padding-right: 1.25rem;
}

#tw .pb-20 {
  padding-bottom: 1.25rem;
}

#tw .pl-20 {
  padding-left: 1.25rem;
}

#tw .pt-24 {
  padding-top: 1.5rem;
}

#tw .pr-24 {
  padding-right: 1.5rem;
}

#tw .pb-24 {
  padding-bottom: 1.5rem;
}

#tw .pl-24 {
  padding-left: 1.5rem;
}

#tw .pt-28 {
  padding-top: 1.75rem;
}

#tw .pr-28 {
  padding-right: 1.75rem;
}

#tw .pb-28 {
  padding-bottom: 1.75rem;
}

#tw .pl-28 {
  padding-left: 1.75rem;
}

#tw .pt-32 {
  padding-top: 2rem;
}

#tw .pr-32 {
  padding-right: 2rem;
}

#tw .pb-32 {
  padding-bottom: 2rem;
}

#tw .pl-32 {
  padding-left: 2rem;
}

#tw .pt-36 {
  padding-top: 2.25rem;
}

#tw .pr-36 {
  padding-right: 2.25rem;
}

#tw .pb-36 {
  padding-bottom: 2.25rem;
}

#tw .pl-36 {
  padding-left: 2.25rem;
}

#tw .pt-40 {
  padding-top: 2.5rem;
}

#tw .pr-40 {
  padding-right: 2.5rem;
}

#tw .pb-40 {
  padding-bottom: 2.5rem;
}

#tw .pl-40 {
  padding-left: 2.5rem;
}

#tw .pt-48 {
  padding-top: 3rem;
}

#tw .pr-48 {
  padding-right: 3rem;
}

#tw .pb-48 {
  padding-bottom: 3rem;
}

#tw .pl-48 {
  padding-left: 3rem;
}

#tw .pt-56 {
  padding-top: 3.5rem;
}

#tw .pr-56 {
  padding-right: 3.5rem;
}

#tw .pb-56 {
  padding-bottom: 3.5rem;
}

#tw .pl-56 {
  padding-left: 3.5rem;
}

#tw .pt-60 {
  padding-top: 3.75rem;
}

#tw .pr-60 {
  padding-right: 3.75rem;
}

#tw .pb-60 {
  padding-bottom: 3.75rem;
}

#tw .pl-60 {
  padding-left: 3.75rem;
}

#tw .pt-64 {
  padding-top: 4rem;
}

#tw .pr-64 {
  padding-right: 4rem;
}

#tw .pb-64 {
  padding-bottom: 4rem;
}

#tw .pl-64 {
  padding-left: 4rem;
}

#tw .pt-80 {
  padding-top: 5rem;
}

#tw .pr-80 {
  padding-right: 5rem;
}

#tw .pb-80 {
  padding-bottom: 5rem;
}

#tw .pl-80 {
  padding-left: 5rem;
}

#tw .pt-88 {
  padding-top: 5.5rem;
}

#tw .pr-88 {
  padding-right: 5.5rem;
}

#tw .pb-88 {
  padding-bottom: 5.5rem;
}

#tw .pl-88 {
  padding-left: 5.5rem;
}

#tw .pt-96 {
  padding-top: 6rem;
}

#tw .pr-96 {
  padding-right: 6rem;
}

#tw .pb-96 {
  padding-bottom: 6rem;
}

#tw .pl-96 {
  padding-left: 6rem;
}

#tw .pt-112 {
  padding-top: 7rem;
}

#tw .pr-112 {
  padding-right: 7rem;
}

#tw .pb-112 {
  padding-bottom: 7rem;
}

#tw .pl-112 {
  padding-left: 7rem;
}

#tw .pt-128 {
  padding-top: 8rem;
}

#tw .pr-128 {
  padding-right: 8rem;
}

#tw .pb-128 {
  padding-bottom: 8rem;
}

#tw .pl-128 {
  padding-left: 8rem;
}

#tw .pt-144 {
  padding-top: 9rem;
}

#tw .pr-144 {
  padding-right: 9rem;
}

#tw .pb-144 {
  padding-bottom: 9rem;
}

#tw .pl-144 {
  padding-left: 9rem;
}

#tw .pt-200 {
  padding-top: 12.5rem;
}

#tw .pr-200 {
  padding-right: 12.5rem;
}

#tw .pb-200 {
  padding-bottom: 12.5rem;
}

#tw .pl-200 {
  padding-left: 12.5rem;
}

#tw .pt-auto {
  padding-top: auto;
}

#tw .pr-auto {
  padding-right: auto;
}

#tw .pb-auto {
  padding-bottom: auto;
}

#tw .pl-auto {
  padding-left: auto;
}

#tw .placeholder-black:-ms-input-placeholder {
  color: #111111;
}

#tw .placeholder-black::placeholder {
  color: #111111;
}

#tw .placeholder-white:-ms-input-placeholder {
  color: #ffffff;
}

#tw .placeholder-white::placeholder {
  color: #ffffff;
}

#tw .placeholder-offwhite:-ms-input-placeholder {
  color: #f7f7f7;
}

#tw .placeholder-offwhite::placeholder {
  color: #f7f7f7;
}

#tw .placeholder-gray:-ms-input-placeholder {
  color: #E7E7E7;
}

#tw .placeholder-gray::placeholder {
  color: #E7E7E7;
}

#tw .placeholder-dkgray:-ms-input-placeholder {
  color: #747678;
}

#tw .placeholder-dkgray::placeholder {
  color: #747678;
}

#tw .placeholder-red:-ms-input-placeholder {
  color: #BE1E2D;
}

#tw .placeholder-red::placeholder {
  color: #BE1E2D;
}

#tw .placeholder-green:-ms-input-placeholder {
  color: #00ff00;
}

#tw .placeholder-green::placeholder {
  color: #00ff00;
}

#tw .placeholder-blue:-ms-input-placeholder {
  color: #005EB8;
}

#tw .placeholder-blue::placeholder {
  color: #005EB8;
}

#tw .placeholder-darkBlue:-ms-input-placeholder {
  color: #081C4E;
}

#tw .placeholder-darkBlue::placeholder {
  color: #081C4E;
}

#tw .placeholder-ltblue:-ms-input-placeholder {
  color: #2676ED;
}

#tw .placeholder-ltblue::placeholder {
  color: #2676ED;
}

#tw .placeholder-dkrblue:-ms-input-placeholder {
  color: #053781;
}

#tw .placeholder-dkrblue::placeholder {
  color: #053781;
}

#tw .placeholder-newblue:-ms-input-placeholder {
  color: #0E52B7;
}

#tw .placeholder-newblue::placeholder {
  color: #0E52B7;
}

#tw .placeholder-newltblue:-ms-input-placeholder {
  color: #2676ED;
}

#tw .placeholder-newltblue::placeholder {
  color: #2676ED;
}

#tw .placeholder-newltrblue:-ms-input-placeholder {
  color: #9FC7FF;
}

#tw .placeholder-newltrblue::placeholder {
  color: #9FC7FF;
}

#tw .placeholder-newltstblue:-ms-input-placeholder {
  color: #DAE6F5;
}

#tw .placeholder-newltstblue::placeholder {
  color: #DAE6F5;
}

#tw .placeholder-newmdblue:-ms-input-placeholder {
  color: #4699FF;
}

#tw .placeholder-newmdblue::placeholder {
  color: #4699FF;
}

#tw .placeholder-newfadedblue:-ms-input-placeholder {
  color: #0D52B7;
}

#tw .placeholder-newfadedblue::placeholder {
  color: #0D52B7;
}

#tw .placeholder-yellow:-ms-input-placeholder {
  color: #FDD507;
}

#tw .placeholder-yellow::placeholder {
  color: #FDD507;
}

#tw .placeholder-newyellow:-ms-input-placeholder {
  color: #FFD200;
}

#tw .placeholder-newyellow::placeholder {
  color: #FFD200;
}

#tw .placeholder-purple:-ms-input-placeholder {
  color: #ff00ff;
}

#tw .placeholder-purple::placeholder {
  color: #ff00ff;
}

#tw .placeholder-newgray:-ms-input-placeholder {
  color: #EDEDED;
}

#tw .placeholder-newgray::placeholder {
  color: #EDEDED;
}

#tw .focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #111111;
}

#tw .focus\:placeholder-black:focus::placeholder {
  color: #111111;
}

#tw .focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #ffffff;
}

#tw .focus\:placeholder-white:focus::placeholder {
  color: #ffffff;
}

#tw .focus\:placeholder-offwhite:focus:-ms-input-placeholder {
  color: #f7f7f7;
}

#tw .focus\:placeholder-offwhite:focus::placeholder {
  color: #f7f7f7;
}

#tw .focus\:placeholder-gray:focus:-ms-input-placeholder {
  color: #E7E7E7;
}

#tw .focus\:placeholder-gray:focus::placeholder {
  color: #E7E7E7;
}

#tw .focus\:placeholder-dkgray:focus:-ms-input-placeholder {
  color: #747678;
}

#tw .focus\:placeholder-dkgray:focus::placeholder {
  color: #747678;
}

#tw .focus\:placeholder-red:focus:-ms-input-placeholder {
  color: #BE1E2D;
}

#tw .focus\:placeholder-red:focus::placeholder {
  color: #BE1E2D;
}

#tw .focus\:placeholder-green:focus:-ms-input-placeholder {
  color: #00ff00;
}

#tw .focus\:placeholder-green:focus::placeholder {
  color: #00ff00;
}

#tw .focus\:placeholder-blue:focus:-ms-input-placeholder {
  color: #005EB8;
}

#tw .focus\:placeholder-blue:focus::placeholder {
  color: #005EB8;
}

#tw .focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
  color: #081C4E;
}

#tw .focus\:placeholder-darkBlue:focus::placeholder {
  color: #081C4E;
}

#tw .focus\:placeholder-ltblue:focus:-ms-input-placeholder {
  color: #2676ED;
}

#tw .focus\:placeholder-ltblue:focus::placeholder {
  color: #2676ED;
}

#tw .focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
  color: #053781;
}

#tw .focus\:placeholder-dkrblue:focus::placeholder {
  color: #053781;
}

#tw .focus\:placeholder-newblue:focus:-ms-input-placeholder {
  color: #0E52B7;
}

#tw .focus\:placeholder-newblue:focus::placeholder {
  color: #0E52B7;
}

#tw .focus\:placeholder-newltblue:focus:-ms-input-placeholder {
  color: #2676ED;
}

#tw .focus\:placeholder-newltblue:focus::placeholder {
  color: #2676ED;
}

#tw .focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
  color: #9FC7FF;
}

#tw .focus\:placeholder-newltrblue:focus::placeholder {
  color: #9FC7FF;
}

#tw .focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
  color: #DAE6F5;
}

#tw .focus\:placeholder-newltstblue:focus::placeholder {
  color: #DAE6F5;
}

#tw .focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
  color: #4699FF;
}

#tw .focus\:placeholder-newmdblue:focus::placeholder {
  color: #4699FF;
}

#tw .focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
  color: #0D52B7;
}

#tw .focus\:placeholder-newfadedblue:focus::placeholder {
  color: #0D52B7;
}

#tw .focus\:placeholder-yellow:focus:-ms-input-placeholder {
  color: #FDD507;
}

#tw .focus\:placeholder-yellow:focus::placeholder {
  color: #FDD507;
}

#tw .focus\:placeholder-newyellow:focus:-ms-input-placeholder {
  color: #FFD200;
}

#tw .focus\:placeholder-newyellow:focus::placeholder {
  color: #FFD200;
}

#tw .focus\:placeholder-purple:focus:-ms-input-placeholder {
  color: #ff00ff;
}

#tw .focus\:placeholder-purple:focus::placeholder {
  color: #ff00ff;
}

#tw .focus\:placeholder-newgray:focus:-ms-input-placeholder {
  color: #EDEDED;
}

#tw .focus\:placeholder-newgray:focus::placeholder {
  color: #EDEDED;
}

#tw .pointer-events-none {
  pointer-events: none;
}

#tw .pointer-events-auto {
  pointer-events: auto;
}

#tw .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#tw .inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

#tw .-inset-8 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

#tw .-inset-80 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

#tw .-inset-1\/1 {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

#tw .-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

#tw .inset-1\/1 {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

#tw .inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

#tw .inset-y-0 {
  top: 0;
  bottom: 0;
}

#tw .inset-x-0 {
  right: 0;
  left: 0;
}

#tw .inset-y-auto {
  top: auto;
  bottom: auto;
}

#tw .inset-x-auto {
  right: auto;
  left: auto;
}

#tw .-inset-y-8 {
  top: -0.5rem;
  bottom: -0.5rem;
}

#tw .-inset-x-8 {
  right: -0.5rem;
  left: -0.5rem;
}

#tw .-inset-y-80 {
  top: -5rem;
  bottom: -5rem;
}

#tw .-inset-x-80 {
  right: -5rem;
  left: -5rem;
}

#tw .-inset-y-1\/1 {
  top: -100%;
  bottom: -100%;
}

#tw .-inset-x-1\/1 {
  right: -100%;
  left: -100%;
}

#tw .-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

#tw .-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}

#tw .inset-y-1\/1 {
  top: 100%;
  bottom: 100%;
}

#tw .inset-x-1\/1 {
  right: 100%;
  left: 100%;
}

#tw .inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

#tw .inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

#tw .top-0 {
  top: 0;
}

#tw .right-0 {
  right: 0;
}

#tw .bottom-0 {
  bottom: 0;
}

#tw .left-0 {
  left: 0;
}

#tw .top-auto {
  top: auto;
}

#tw .right-auto {
  right: auto;
}

#tw .bottom-auto {
  bottom: auto;
}

#tw .left-auto {
  left: auto;
}

#tw .-top-8 {
  top: -0.5rem;
}

#tw .-right-8 {
  right: -0.5rem;
}

#tw .-bottom-8 {
  bottom: -0.5rem;
}

#tw .-left-8 {
  left: -0.5rem;
}

#tw .-top-80 {
  top: -5rem;
}

#tw .-right-80 {
  right: -5rem;
}

#tw .-bottom-80 {
  bottom: -5rem;
}

#tw .-left-80 {
  left: -5rem;
}

#tw .-top-1\/1 {
  top: -100%;
}

#tw .-right-1\/1 {
  right: -100%;
}

#tw .-bottom-1\/1 {
  bottom: -100%;
}

#tw .-left-1\/1 {
  left: -100%;
}

#tw .-top-1\/2 {
  top: -50%;
}

#tw .-right-1\/2 {
  right: -50%;
}

#tw .-bottom-1\/2 {
  bottom: -50%;
}

#tw .-left-1\/2 {
  left: -50%;
}

#tw .top-1\/1 {
  top: 100%;
}

#tw .right-1\/1 {
  right: 100%;
}

#tw .bottom-1\/1 {
  bottom: 100%;
}

#tw .left-1\/1 {
  left: 100%;
}

#tw .top-1\/2 {
  top: 50%;
}

#tw .right-1\/2 {
  right: 50%;
}

#tw .bottom-1\/2 {
  bottom: 50%;
}

#tw .left-1\/2 {
  left: 50%;
}

#tw .resize-none {
  resize: none;
}

#tw .resize-y {
  resize: vertical;
}

#tw .resize-x {
  resize: horizontal;
}

#tw .resize {
  resize: both;
}

#tw .shadow-small {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
}

#tw .shadow {
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
}

#tw .shadow-center {
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
}

#tw .shadow-none {
  box-shadow: none;
}

#tw .hover\:shadow-small:hover {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
}

#tw .hover\:shadow:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
}

#tw .hover\:shadow-center:hover {
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
}

#tw .hover\:shadow-none:hover {
  box-shadow: none;
}

#tw .group:hover .group-hover\:shadow-small {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
}

#tw .group:hover .group-hover\:shadow {
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
}

#tw .group:hover .group-hover\:shadow-center {
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
}

#tw .group:hover .group-hover\:shadow-none {
  box-shadow: none;
}

#tw .fill-current {
  fill: currentColor;
}

#tw .stroke-current {
  stroke: currentColor;
}

#tw .table-auto {
  table-layout: auto;
}

#tw .table-fixed {
  table-layout: fixed;
}

#tw .text-left {
  text-align: left;
}

#tw .text-center {
  text-align: center;
}

#tw .text-right {
  text-align: right;
}

#tw .text-justify {
  text-align: justify;
}

#tw .text-black {
  color: #111111;
}

#tw .text-white {
  color: #ffffff;
}

#tw .text-offwhite {
  color: #f7f7f7;
}

#tw .text-gray {
  color: #E7E7E7;
}

#tw .text-dkgray {
  color: #747678;
}

#tw .text-red {
  color: #BE1E2D;
}

#tw .text-green {
  color: #00ff00;
}

#tw .text-blue {
  color: #005EB8;
}

#tw .text-darkBlue {
  color: #081C4E;
}

#tw .text-ltblue {
  color: #2676ED;
}

#tw .text-dkrblue {
  color: #053781;
}

#tw .text-newblue {
  color: #0E52B7;
}

#tw .text-newltblue {
  color: #2676ED;
}

#tw .text-newltrblue {
  color: #9FC7FF;
}

#tw .text-newltstblue {
  color: #DAE6F5;
}

#tw .text-newmdblue {
  color: #4699FF;
}

#tw .text-newfadedblue {
  color: #0D52B7;
}

#tw .text-yellow {
  color: #FDD507;
}

#tw .text-newyellow {
  color: #FFD200;
}

#tw .text-purple {
  color: #ff00ff;
}

#tw .text-newgray {
  color: #EDEDED;
}

#tw .hover\:text-black:hover {
  color: #111111;
}

#tw .hover\:text-white:hover {
  color: #ffffff;
}

#tw .hover\:text-offwhite:hover {
  color: #f7f7f7;
}

#tw .hover\:text-gray:hover {
  color: #E7E7E7;
}

#tw .hover\:text-dkgray:hover {
  color: #747678;
}

#tw .hover\:text-red:hover {
  color: #BE1E2D;
}

#tw .hover\:text-green:hover {
  color: #00ff00;
}

#tw .hover\:text-blue:hover {
  color: #005EB8;
}

#tw .hover\:text-darkBlue:hover {
  color: #081C4E;
}

#tw .hover\:text-ltblue:hover {
  color: #2676ED;
}

#tw .hover\:text-dkrblue:hover {
  color: #053781;
}

#tw .hover\:text-newblue:hover {
  color: #0E52B7;
}

#tw .hover\:text-newltblue:hover {
  color: #2676ED;
}

#tw .hover\:text-newltrblue:hover {
  color: #9FC7FF;
}

#tw .hover\:text-newltstblue:hover {
  color: #DAE6F5;
}

#tw .hover\:text-newmdblue:hover {
  color: #4699FF;
}

#tw .hover\:text-newfadedblue:hover {
  color: #0D52B7;
}

#tw .hover\:text-yellow:hover {
  color: #FDD507;
}

#tw .hover\:text-newyellow:hover {
  color: #FFD200;
}

#tw .hover\:text-purple:hover {
  color: #ff00ff;
}

#tw .hover\:text-newgray:hover {
  color: #EDEDED;
}

#tw .group:hover .group-hover\:text-black {
  color: #111111;
}

#tw .group:hover .group-hover\:text-white {
  color: #ffffff;
}

#tw .group:hover .group-hover\:text-offwhite {
  color: #f7f7f7;
}

#tw .group:hover .group-hover\:text-gray {
  color: #E7E7E7;
}

#tw .group:hover .group-hover\:text-dkgray {
  color: #747678;
}

#tw .group:hover .group-hover\:text-red {
  color: #BE1E2D;
}

#tw .group:hover .group-hover\:text-green {
  color: #00ff00;
}

#tw .group:hover .group-hover\:text-blue {
  color: #005EB8;
}

#tw .group:hover .group-hover\:text-darkBlue {
  color: #081C4E;
}

#tw .group:hover .group-hover\:text-ltblue {
  color: #2676ED;
}

#tw .group:hover .group-hover\:text-dkrblue {
  color: #053781;
}

#tw .group:hover .group-hover\:text-newblue {
  color: #0E52B7;
}

#tw .group:hover .group-hover\:text-newltblue {
  color: #2676ED;
}

#tw .group:hover .group-hover\:text-newltrblue {
  color: #9FC7FF;
}

#tw .group:hover .group-hover\:text-newltstblue {
  color: #DAE6F5;
}

#tw .group:hover .group-hover\:text-newmdblue {
  color: #4699FF;
}

#tw .group:hover .group-hover\:text-newfadedblue {
  color: #0D52B7;
}

#tw .group:hover .group-hover\:text-yellow {
  color: #FDD507;
}

#tw .group:hover .group-hover\:text-newyellow {
  color: #FFD200;
}

#tw .group:hover .group-hover\:text-purple {
  color: #ff00ff;
}

#tw .group:hover .group-hover\:text-newgray {
  color: #EDEDED;
}

#tw .text-10 {
  font-size: 0.625rem;
}

#tw .text-12 {
  font-size: 0.75rem;
}

#tw .text-14 {
  font-size: 0.875rem;
}

#tw .text-16 {
  font-size: 1rem;
}

#tw .text-20 {
  font-size: 1.25rem;
}

#tw .text-24 {
  font-size: 1.5rem;
}

#tw .text-38 {
  font-size: 2.375rem;
}

#tw .text-70 {
  font-size: 4.375rem;
}

#tw .italic {
  font-style: italic;
}

#tw .not-italic {
  font-style: normal;
}

#tw .uppercase {
  text-transform: uppercase;
}

#tw .lowercase {
  text-transform: lowercase;
}

#tw .capitalize {
  text-transform: capitalize;
}

#tw .normal-case {
  text-transform: none;
}

#tw .underline {
  text-decoration: underline;
}

#tw .line-through {
  text-decoration: line-through;
}

#tw .no-underline {
  text-decoration: none;
}

#tw .group:hover .group-hover\:underline {
  text-decoration: underline;
}

#tw .group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

#tw .group:hover .group-hover\:no-underline {
  text-decoration: none;
}

#tw .hover\:underline:hover {
  text-decoration: underline;
}

#tw .hover\:line-through:hover {
  text-decoration: line-through;
}

#tw .hover\:no-underline:hover {
  text-decoration: none;
}

#tw .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tw .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

#tw .tracking-0 {
  letter-spacing: 0em;
}

#tw .tracking-5 {
  letter-spacing: 0.05em;
}

#tw .-tracking-5 {
  letter-spacing: -0.05em;
}

#tw .select-none {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#tw .select-text {
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#tw .select-all {
  -webkit-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

#tw .select-auto {
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

#tw .align-baseline {
  vertical-align: baseline;
}

#tw .align-top {
  vertical-align: top;
}

#tw .align-middle {
  vertical-align: middle;
}

#tw .align-bottom {
  vertical-align: bottom;
}

#tw .align-text-top {
  vertical-align: text-top;
}

#tw .align-text-bottom {
  vertical-align: text-bottom;
}

#tw .visible {
  visibility: visible;
}

#tw .invisible {
  visibility: hidden;
}

#tw .whitespace-normal {
  white-space: normal;
}

#tw .whitespace-no-wrap {
  white-space: nowrap;
}

#tw .whitespace-pre {
  white-space: pre;
}

#tw .whitespace-pre-line {
  white-space: pre-line;
}

#tw .whitespace-pre-wrap {
  white-space: pre-wrap;
}

#tw .break-normal {
  word-wrap: normal;
  word-break: normal;
}

#tw .break-words {
  word-wrap: break-word;
}

#tw .break-all {
  word-break: break-all;
}

#tw .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tw .w-0 {
  width: 0;
}

#tw .w-12 {
  width: 0.75rem;
}

#tw .w-14 {
  width: 0.875rem;
}

#tw .w-16 {
  width: 1rem;
}

#tw .w-20 {
  width: 1.25rem;
}

#tw .w-24 {
  width: 1.5rem;
}

#tw .w-32 {
  width: 2rem;
}

#tw .w-40 {
  width: 2.5rem;
}

#tw .w-48 {
  width: 3rem;
}

#tw .w-60 {
  width: 3.75rem;
}

#tw .w-64 {
  width: 4rem;
}

#tw .w-68 {
  width: 4.25rem;
}

#tw .w-80 {
  width: 5rem;
}

#tw .w-88 {
  width: 5.5rem;
}

#tw .w-96 {
  width: 6rem;
}

#tw .w-110 {
  width: 6.875rem;
}

#tw .w-120 {
  width: 7.5rem;
}

#tw .w-128 {
  width: 8rem;
}

#tw .w-144 {
  width: 9rem;
}

#tw .w-160 {
  width: 10rem;
}

#tw .w-174 {
  width: 10.875rem;
}

#tw .w-188 {
  width: 11.75rem;
}

#tw .w-210 {
  width: 13.125rem;
}

#tw .w-222 {
  width: 13.875rem;
}

#tw .w-256 {
  width: 16rem;
}

#tw .w-288 {
  width: 18rem;
}

#tw .w-300 {
  width: 18.75rem;
}

#tw .w-320 {
  width: 20rem;
}

#tw .w-400 {
  width: 25rem;
}

#tw .w-480 {
  width: 30rem;
}

#tw .w-600 {
  width: 37.5rem;
}

#tw .w-auto {
  width: auto;
}

#tw .w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#tw .w-0\.5 {
  width: 0.03125rem;
}

#tw .w-1\/5 {
  width: 20%;
}

#tw .w-1\/4 {
  width: 25%;
}

#tw .w-1\/3 {
  width: 33.333%;
}

#tw .w-2\/5 {
  width: 40%;
}

#tw .w-1\/2 {
  width: 50%;
}

#tw .w-2\/3 {
  width: 66.666%;
}

#tw .w-1\/1 {
  width: 100%;
}

#tw .w-3\/5 {
  width: 60%;
}

#tw .w-3\/4 {
  width: 75%;
}

#tw .w-4\/5 {
  width: 80%;
}

#tw .w-50vw {
  width: 50vw;
}

#tw .w-100vw {
  width: 100vw;
}

#tw .w-50vh {
  width: 50vh;
}

#tw .w-100vh {
  width: 100vh;
}

#tw .w-1\/2--16 {
  width: calc(50% - 1rem);
}

#tw .w-1\/1--16 {
  width: calc(100% - 1rem);
}

#tw .w-1\/1--160 {
  width: calc(100% - 10rem);
}

#tw .w-1\/1--222 {
  width: calc(100% - 13.875rem);
}

#tw .w-1\/4--20 {
  width: calc(25% - 1.25rem);
}

#tw .w-1\/4--10 {
  width: calc(25% - 0.625rem);
}

#tw .z-0 {
  z-index: 0;
}

#tw .z-100 {
  z-index: 100;
}

#tw .z-200 {
  z-index: 200;
}

#tw .z-300 {
  z-index: 300;
}

#tw .z-400 {
  z-index: 400;
}

#tw .z-500 {
  z-index: 500;
}

#tw .z-auto {
  z-index: auto;
}

#tw .expand-none::-ms-expand {
  display: none;
}

#tw .scroll-behavior-auto {
  scroll-behavior: auto;
}

@media (max-width: 399px) {
  #tw .text-10-14 {
    font-size: 0.625rem;
  }

  #tw .text-12-14 {
    font-size: 0.75rem;
  }

  #tw .text-12-16 {
    font-size: 0.75rem;
  }

  #tw .text-14-18 {
    font-size: 0.875rem;
  }

  #tw .text-16-18 {
    font-size: 1rem;
  }

  #tw .text-16-20 {
    font-size: 1rem;
  }

  #tw .text-20-24 {
    font-size: 1.25rem;
  }

  #tw .text-22-28 {
    font-size: 1.375rem;
  }

  #tw .text-24-32 {
    font-size: 1.5rem;
  }

  #tw .text-28-32 {
    font-size: 1.75rem;
  }

  #tw .text-24-36 {
    font-size: 1.5rem;
  }

  #tw .text-30-44 {
    font-size: 1.875rem;
  }

  #tw .text-32-48 {
    font-size: 2rem;
  }

  #tw .text-48-52 {
    font-size: 3rem;
  }

  #tw .text-41-60 {
    font-size: 2.5625rem;
  }
}

@media (min-width: 400px) and (max-width: 799px) {
  #tw .text-10-14 {
    font-size: calc(10px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-12-14 {
    font-size: calc(12px + 2 * ((100vw - 400px) / 400));
  }

  #tw .text-12-16 {
    font-size: calc(12px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-14-18 {
    font-size: calc(14px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-16-18 {
    font-size: calc(16px + 2 * ((100vw - 400px) / 400));
  }

  #tw .text-16-20 {
    font-size: calc(16px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-20-24 {
    font-size: calc(20px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-22-28 {
    font-size: calc(22px + 6 * ((100vw - 400px) / 400));
  }

  #tw .text-24-32 {
    font-size: calc(24px + 8 * ((100vw - 400px) / 400));
  }

  #tw .text-28-32 {
    font-size: calc(28px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-24-36 {
    font-size: calc(24px + 12 * ((100vw - 400px) / 400));
  }

  #tw .text-30-44 {
    font-size: calc(30px + 14 * ((100vw - 400px) / 400));
  }

  #tw .text-32-48 {
    font-size: calc(32px + 16 * ((100vw - 400px) / 400));
  }

  #tw .text-48-52 {
    font-size: calc(48px + 4 * ((100vw - 400px) / 400));
  }

  #tw .text-41-60 {
    font-size: calc(41px + 19 * ((100vw - 400px) / 400));
  }
}

@media (min-width: 800px) {
  #tw .text-10-14 {
    font-size: 0.875rem;
  }

  #tw .text-12-14 {
    font-size: 0.875rem;
  }

  #tw .text-12-16 {
    font-size: 1rem;
  }

  #tw .text-14-18 {
    font-size: 1.125rem;
  }

  #tw .text-16-18 {
    font-size: 1.125rem;
  }

  #tw .text-16-20 {
    font-size: 1.25rem;
  }

  #tw .text-20-24 {
    font-size: 1.5rem;
  }

  #tw .text-22-28 {
    font-size: 1.75rem;
  }

  #tw .text-24-32 {
    font-size: 2rem;
  }

  #tw .text-28-32 {
    font-size: 2rem;
  }

  #tw .text-24-36 {
    font-size: 2.25rem;
  }

  #tw .text-30-44 {
    font-size: 2.75rem;
  }

  #tw .text-32-48 {
    font-size: 3rem;
  }

  #tw .text-48-52 {
    font-size: 3.25rem;
  }

  #tw .text-41-60 {
    font-size: 3.75rem;
  }
}

@media (max-width: 399px) {
  #tw .px-sides {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .-mx-sides {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

@media (min-width: 400px) and (max-width: 799px) {
  #tw .px-sides, #tw .\34 00\:px-sides {
    padding-left: calc(12px + 20 * ((100vw - 400px) / 400));
    padding-right: calc(12px + 20 * ((100vw - 400px) / 400));
  }

  #tw .-mx-sides, #tw .\34 00\:-mx-sides {
    margin-left: calc(-12px - 20 * ((100vw - 400px) / 400));
    margin-right: calc(-12px - 20 * ((100vw - 400px) / 400));
  }
}

@media (min-width: 800px) {
  #tw .px-sides, #tw .\34 00\:px-sides, #tw .\38 00\:px-sides {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .-mx-sides, #tw .\34 00\:-mx-sides, #tw .\38 00\:-mx-sides {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

#tw .d-block {
  display: block;
}

#tw .d-inline-block {
  display: inline-block;
}

#tw .d-inline {
  display: inline;
}

#tw .d-flex {
  display: flex;
}

#tw .d-inline-flex {
  display: inline-flex;
}

#tw .d-none {
  display: none;
}

#tw .p-static {
  position: static;
}

#tw .p-relative {
  position: relative;
}

#tw .p-fixed {
  position: fixed;
}

#tw .p-absolute {
  position: absolute;
}

#tw .basis-1\/4 {
  flex-basis: 25%;
}

#tw .basis-1\/3 {
  flex-basis: 33.333%;
}

#tw .basis-1\/2 {
  flex-basis: 50%;
}

#tw .transition-fast {
  transition: all 0.1s ease-in;
}

#tw .transition-medium {
  transition: all 0.3s ease-in;
}

#tw .transition-slow {
  transition: all 1.5s ease-out;
}

#tw .transform-recenter {
  transform: translate(-50%, -50%);
}

#tw .transform-t-32 {
  transform: translate(0, -2rem);
}

#tw .transform-b-32 {
  transform: translate(0, 2rem);
}

#tw .transform-l-32 {
  transform: translate(-2rem, 0);
}

#tw .transform-r-32 {
  transform: translate(2rem, 0);
}

#tw .transform-r-1\/1 {
  transform: translate(100%, 0);
}

#tw .transform-l-1\/1 {
  transform: translate(-100%, 0);
}

#tw .transform-s-1\/2 {
  transform: scale(0.5, 0.5);
}

#tw .transform-flip {
  transform: scaleX(-1);
}

#tw .transform-none {
  transform: none;
}

#tw .origin-tl {
  transform-origin: 0% 0%;
}

#tw .origin-center {
  transform-origin: 50% 50%;
}

#tw .bg-vertical-black-gradient {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

#tw .col-count-1 {
  column-count: 1;
}

#tw .col-count-2 {
  column-count: 2;
}

#tw .col-gap-10 {
  grid-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

#tw .col-gap-20 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

#tw .col-gap-32 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

#tw .row-gap-0 {
  grid-row-gap: 0rem;
  row-gap: 0rem;
}

#tw .row-gap-12 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

#tw .row-gap-16 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

#tw .mix-multiply {
  mix-blend-mode: multiply;
}

#tw .aspect-ratio-26\/5 {
  padding-bottom: 19.23076923076923%;
}

#tw .aspect-ratio-16\/9 {
  padding-bottom: 56.25%;
}

#tw .aspect-ratio-9\/10 {
  padding-bottom: 111.11111111111111%;
}

#tw .aspect-ratio-1\/1 {
  padding-bottom: 100%;
}

/* purgecss start ignore */

.flippable-arrow {
  transform-origin: center center;
  transform: rotate(0);
}

.flip-arrow .flippable-arrow {
    transform: rotate(180deg);
  }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.top-shadow {
  position: relative;
}

.top-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.35))
  }

.standard-accordion--accordion-content.text-white p {
    color: #ffffff;
  }

a.standard-accordion--accordion-content {
  text-decoration: none;
}

a.standard-accordion--accordion-content:hover.links-yellow * {
      color: #FDD507;
    }

a.standard-accordion--accordion-content:hover.links-blue * {
      color: #005EB8;
    }

a.standard-accordion--accordion-content:hover .standard-accordion--accordion-content-link {
      text-decoration: underline;
    }

div.standard-accordion--accordion-content.links-yellow a {
      color: #FDD507;
      text-decoration: underline;
    }

div.standard-accordion--accordion-content.links-yellow a:hover {
        text-decoration: none;
      }

div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link {
      color: #ffffff;
      text-decoration: none;
    }

div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link:hover {
        color: yellow;
      }

div.standard-accordion--accordion-content.links-blue a {
      color: #005EB8;
      text-decoration: underline;
    }

div.standard-accordion--accordion-content.links-blue a:hover {
        text-decoration: none;
      }

div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link {
      color: #081C4E;
      text-decoration: none;
    }

div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link:hover {
        color: blue;
      }

.accordion-border-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 0px;
  top: -7px;
}

.accordion-border-wrap svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width:960px;
    height: 36px;
    z-index: 200;
  }

.accordion-border {
  width: 100%;
  overflow: hidden;
  height: 36px;
  position: relative;
}

@keyframes slide-in {
  from {
    right:200%;
  }

  to {
    right:0;
  }
}

.animated-graphic--accordion-wrap {
  animation-name: slide-in;
  animation-play-state: paused;
  animation-timing-function: ease-out;
  animation-duration: 1s;
}

.animated-graphic--accordion-wrap.onscreen {
    animation-play-state: running;
  }

.blue-strongs strong {
  color: #005EB8;
}

.o-post-copy__content a.standard-accordion--button,
  .o-post-copy__content .tt-any-card {
    text-decoration: none;
  }

.o-post-copy__content iframe {
    max-width: 100%;
  }

.tt-vertical-card--icon-style-b {
  position: absolute;
  bottom: -16px;
  left: -16px;
  border-radius: 100%;
  box-sizing: border-box;
}

@media (min-width: 800px) {

.tt-vertical-card--icon-style-b {
    width: 102px;

    height: 102px
}
  }

@media (max-width: 799px) {

.tt-vertical-card--icon-style-b {
    width: 60px;

    height: 60px
}
  }

.royalty-periods--item {
  background-color: #F2F2F2;
}

.royalty-periods--item + .royalty-periods--item {
    background-color: #E2E2E2;
  }

.royalty-periods--item + .royalty-periods--item + .royalty-periods--item {
    background-color: #D2D2D2;
  }

.notice-blue-rich-text > p {
    margin: 0;
  }

.notice-blue-rich-text > * + p {
    margin-top: 1rem;
  }

.notice-blue-rich-text a {
    color: white;
  }

.bg-chevron-down {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iR3JvdXBfMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNTkuOTM4IC05NzkpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiPgoJPHBhdGggaWQ9IlBhdGhfOSIgZD0iTTk5Ny4yNyAzMDQ3Ljk0YzAgMC4xMi0wLjA1IDAuMjQtMC4xNCAwLjMzbC0xMS40NSAxMS4yNmMtMC4yMSAwLjItMC41NCAwLjIxLTAuNzcgMC4wMwoJCWMtMC4yLTAuMTUtMC4yNC0wLjQ0LTAuMDktMC42NGMwLjAyLTAuMDIgMC4wMy0wLjA0IDAuMDUtMC4wNmwxMS4xMi0xMC45M2wtMTEuMTItMTAuOTNjLTAuMTgtMC4xNy0wLjE5LTAuNDYtMC4wMi0wLjY0CgkJYzAuMDItMC4wMiAwLjA0LTAuMDMgMC4wNS0wLjA1YzAuMjMtMC4xOCAwLjU2LTAuMTcgMC43NyAwLjAzbDExLjQ1IDExLjI2Qzk5Ny4yMiAzMDQ3LjY5IDk5Ny4yNyAzMDQ3LjgxIDk5Ny4yNyAzMDQ3Ljk0Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.search-controls--filter-control {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 0;
  height: 0;
}

:checked + .search-controls--filter-label {
  border-color: #ffffff;
}

.o-post-copy__content ul:not(.o-select__dropdown).d-block {
  display: block;
}

@media (min-width: 800px) {
  .catalog-transfer--columns-one, .catalog-transfer--columns-two {
    display: flex;
  }

  .catalog-transfer--intro, .catalog-transfer--auth-block {
    margin-left: 2rem;
  }
}

@media (min-width: 1080px) {
  .catalog-transfer--auth-block, .catalog-transfer--info-block {
    width: 30%;
  }

  .catalog-transfer--intro, .catalog-transfer--instructions {
    width: calc(70% - 2rem);
  }
}

@media (min-width: 800px) and (max-width: 1079px) {
  .catalog-transfer--auth-block, .catalog-transfer--info-block {
    width: 40%;
  }

  .catalog-transfer--intro, .catalog-transfer--instructions {
    width: calc(60% - 2rem);
  }
}

@media (max-width: 799px) {
  .catalog-transfer--intro, .catalog-transfer--auth-block {
    margin-top: 2rem;
  }
}

.catalog-transfer--info-block {
  background-color: rgba(172, 236, 223, 0.8);
}

.catalog-transfer--intro {
}

.catalog-transfer--instructions {
}

.catalog-transfer--auth-block {
}

.catalog-transfer--auth-block, .catalog-transfer--admin-block, .catalog-transfer--info-block {
  border-width: 0.125rem;
  border-style: solid;
  border-color: #111111;
  padding: 2.5rem 2rem;
  border-radius: 1.25rem;
}

.catalog-transfer--auth-block a, .catalog-transfer--admin-block a, .catalog-transfer--info-block a {
    color: #111111;
  }

.catalog-transfer--auth-block, .catalog-transfer--admin-block {
  background-color: rgba(230, 230, 230, 0.8);
}

.catalog-transfer--admin-block {
  text-align: center;
  width: 100%;
}

.subpage-nav-present .o-main {
  padding-top: 100px;
}

@media (min-width: 1280px) {

.subpage-nav-present .o-main {
    padding-top: 132px
}
  }

form.search-controls--layout {
  max-width: 100%;
}

.search-controls--keywords:-ms-input-placeholder {
  color: white;
}

.search-controls--keywords::placeholder {
  color: white;
}

.blanket-royalties-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.br-skew {
  transform: skew(-26.566deg, 0);
}

.br-card-container {
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.br-card-container > * {
  grid-row: 1fr;
  grid-column: 1fr;
  grid-row-start: 1;
  grid-column-start: 1;
}

/* purgecss end ignore */

@media (min-width: 400px) {
  #tw .\34 00\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\34 00\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\34 00\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\34 00\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\34 00\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\34 00\:bg-local {
    background-attachment: local;
  }

  #tw .\34 00\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\34 00\:bg-black {
    background-color: #111111;
  }

  #tw .\34 00\:bg-white {
    background-color: #ffffff;
  }

  #tw .\34 00\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\34 00\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\34 00\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\34 00\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\34 00\:bg-green {
    background-color: #00ff00;
  }

  #tw .\34 00\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\34 00\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\34 00\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\34 00\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\34 00\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\34 00\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\34 00\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\34 00\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\34 00\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\34 00\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\34 00\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\34 00\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\34 00\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\34 00\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\34 00\:bg-transparent {
    background-color: transparent;
  }

  #tw .\34 00\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\34 00\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\34 00\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\34 00\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\34 00\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\34 00\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\34 00\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\34 00\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\34 00\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\34 00\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\34 00\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\34 00\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\34 00\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\34 00\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\34 00\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\34 00\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\34 00\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\34 00\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\34 00\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\34 00\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\34 00\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\34 00\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\34 00\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\34 00\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\34 00\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\34 00\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\34 00\:flex-row {
    flex-direction: row;
  }

  #tw .\34 00\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\34 00\:flex-col {
    flex-direction: column;
  }

  #tw .\34 00\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\34 00\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\34 00\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\34 00\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\34 00\:items-start {
    align-items: flex-start;
  }

  #tw .\34 00\:items-end {
    align-items: flex-end;
  }

  #tw .\34 00\:items-center {
    align-items: center;
  }

  #tw .\34 00\:items-baseline {
    align-items: baseline;
  }

  #tw .\34 00\:items-stretch {
    align-items: stretch;
  }

  #tw .\34 00\:self-auto {
    align-self: auto;
  }

  #tw .\34 00\:self-start {
    align-self: flex-start;
  }

  #tw .\34 00\:self-end {
    align-self: flex-end;
  }

  #tw .\34 00\:self-center {
    align-self: center;
  }

  #tw .\34 00\:self-stretch {
    align-self: stretch;
  }

  #tw .\34 00\:justify-start {
    justify-content: flex-start;
  }

  #tw .\34 00\:justify-end {
    justify-content: flex-end;
  }

  #tw .\34 00\:justify-center {
    justify-content: center;
  }

  #tw .\34 00\:justify-between {
    justify-content: space-between;
  }

  #tw .\34 00\:justify-around {
    justify-content: space-around;
  }

  #tw .\34 00\:content-center {
    align-content: center;
  }

  #tw .\34 00\:content-start {
    align-content: flex-start;
  }

  #tw .\34 00\:content-end {
    align-content: flex-end;
  }

  #tw .\34 00\:content-between {
    align-content: space-between;
  }

  #tw .\34 00\:content-around {
    align-content: space-around;
  }

  #tw .\34 00\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\34 00\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\34 00\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\34 00\:flex-none {
    flex: none;
  }

  #tw .\34 00\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\34 00\:flex-grow {
    flex-grow: 1;
  }

  #tw .\34 00\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\34 00\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\34 00\:order-1 {
    order: 1;
  }

  #tw .\34 00\:order-2 {
    order: 2;
  }

  #tw .\34 00\:order-3 {
    order: 3;
  }

  #tw .\34 00\:order-4 {
    order: 4;
  }

  #tw .\34 00\:order-5 {
    order: 5;
  }

  #tw .\34 00\:order-6 {
    order: 6;
  }

  #tw .\34 00\:order-7 {
    order: 7;
  }

  #tw .\34 00\:order-8 {
    order: 8;
  }

  #tw .\34 00\:order-9 {
    order: 9;
  }

  #tw .\34 00\:order-10 {
    order: 10;
  }

  #tw .\34 00\:order-11 {
    order: 11;
  }

  #tw .\34 00\:order-12 {
    order: 12;
  }

  #tw .\34 00\:order-first {
    order: -9999;
  }

  #tw .\34 00\:order-last {
    order: 9999;
  }

  #tw .\34 00\:order-none {
    order: 0;
  }

  #tw .\34 00\:h-0 {
    height: 0;
  }

  #tw .\34 00\:h-12 {
    height: 0.75rem;
  }

  #tw .\34 00\:h-14 {
    height: 0.875rem;
  }

  #tw .\34 00\:h-16 {
    height: 1rem;
  }

  #tw .\34 00\:h-20 {
    height: 1.25rem;
  }

  #tw .\34 00\:h-24 {
    height: 1.5rem;
  }

  #tw .\34 00\:h-32 {
    height: 2rem;
  }

  #tw .\34 00\:h-40 {
    height: 2.5rem;
  }

  #tw .\34 00\:h-48 {
    height: 3rem;
  }

  #tw .\34 00\:h-60 {
    height: 3.75rem;
  }

  #tw .\34 00\:h-64 {
    height: 4rem;
  }

  #tw .\34 00\:h-68 {
    height: 4.25rem;
  }

  #tw .\34 00\:h-80 {
    height: 5rem;
  }

  #tw .\34 00\:h-88 {
    height: 5.5rem;
  }

  #tw .\34 00\:h-96 {
    height: 6rem;
  }

  #tw .\34 00\:h-110 {
    height: 6.875rem;
  }

  #tw .\34 00\:h-120 {
    height: 7.5rem;
  }

  #tw .\34 00\:h-128 {
    height: 8rem;
  }

  #tw .\34 00\:h-144 {
    height: 9rem;
  }

  #tw .\34 00\:h-160 {
    height: 10rem;
  }

  #tw .\34 00\:h-174 {
    height: 10.875rem;
  }

  #tw .\34 00\:h-188 {
    height: 11.75rem;
  }

  #tw .\34 00\:h-210 {
    height: 13.125rem;
  }

  #tw .\34 00\:h-222 {
    height: 13.875rem;
  }

  #tw .\34 00\:h-256 {
    height: 16rem;
  }

  #tw .\34 00\:h-288 {
    height: 18rem;
  }

  #tw .\34 00\:h-300 {
    height: 18.75rem;
  }

  #tw .\34 00\:h-320 {
    height: 20rem;
  }

  #tw .\34 00\:h-400 {
    height: 25rem;
  }

  #tw .\34 00\:h-480 {
    height: 30rem;
  }

  #tw .\34 00\:h-600 {
    height: 37.5rem;
  }

  #tw .\34 00\:h-auto {
    height: auto;
  }

  #tw .\34 00\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\34 00\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\34 00\:h-1\/5 {
    height: 20%;
  }

  #tw .\34 00\:h-1\/4 {
    height: 25%;
  }

  #tw .\34 00\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\34 00\:h-2\/5 {
    height: 40%;
  }

  #tw .\34 00\:h-1\/2 {
    height: 50%;
  }

  #tw .\34 00\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\34 00\:h-1\/1 {
    height: 100%;
  }

  #tw .\34 00\:h-3\/5 {
    height: 60%;
  }

  #tw .\34 00\:h-3\/4 {
    height: 75%;
  }

  #tw .\34 00\:h-4\/5 {
    height: 80%;
  }

  #tw .\34 00\:h-50vw {
    height: 50vw;
  }

  #tw .\34 00\:h-100vw {
    height: 100vw;
  }

  #tw .\34 00\:h-50vh {
    height: 50vh;
  }

  #tw .\34 00\:h-100vh {
    height: 100vh;
  }

  #tw .\34 00\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\34 00\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\34 00\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\34 00\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\34 00\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\34 00\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\34 00\:m-0 {
    margin: 0;
  }

  #tw .\34 00\:m-4 {
    margin: 0.25rem;
  }

  #tw .\34 00\:m-6 {
    margin: 0.375rem;
  }

  #tw .\34 00\:m-8 {
    margin: 0.5rem;
  }

  #tw .\34 00\:m-10 {
    margin: 0.625rem;
  }

  #tw .\34 00\:m-12 {
    margin: 0.75rem;
  }

  #tw .\34 00\:m-14 {
    margin: 0.875rem;
  }

  #tw .\34 00\:m-16 {
    margin: 1rem;
  }

  #tw .\34 00\:m-18 {
    margin: 1.125rem;
  }

  #tw .\34 00\:m-20 {
    margin: 1.25rem;
  }

  #tw .\34 00\:m-24 {
    margin: 1.5rem;
  }

  #tw .\34 00\:m-28 {
    margin: 1.75rem;
  }

  #tw .\34 00\:m-32 {
    margin: 2rem;
  }

  #tw .\34 00\:m-36 {
    margin: 2.25rem;
  }

  #tw .\34 00\:m-40 {
    margin: 2.5rem;
  }

  #tw .\34 00\:m-48 {
    margin: 3rem;
  }

  #tw .\34 00\:m-56 {
    margin: 3.5rem;
  }

  #tw .\34 00\:m-60 {
    margin: 3.75rem;
  }

  #tw .\34 00\:m-64 {
    margin: 4rem;
  }

  #tw .\34 00\:m-80 {
    margin: 5rem;
  }

  #tw .\34 00\:m-88 {
    margin: 5.5rem;
  }

  #tw .\34 00\:m-96 {
    margin: 6rem;
  }

  #tw .\34 00\:m-112 {
    margin: 7rem;
  }

  #tw .\34 00\:m-128 {
    margin: 8rem;
  }

  #tw .\34 00\:m-144 {
    margin: 9rem;
  }

  #tw .\34 00\:m-200 {
    margin: 12.5rem;
  }

  #tw .\34 00\:m-auto {
    margin: auto;
  }

  #tw .\34 00\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\34 00\:-m-16 {
    margin: -1rem;
  }

  #tw .\34 00\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\34 00\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\34 00\:-m-32 {
    margin: -2rem;
  }

  #tw .\34 00\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\34 00\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\34 00\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\34 00\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\34 00\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\34 00\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\34 00\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\34 00\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\34 00\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\34 00\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\34 00\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\34 00\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\34 00\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\34 00\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\34 00\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\34 00\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\34 00\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\34 00\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\34 00\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\34 00\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\34 00\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\34 00\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\34 00\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\34 00\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\34 00\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\34 00\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\34 00\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\34 00\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\34 00\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\34 00\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\34 00\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\34 00\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\34 00\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\34 00\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\34 00\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\34 00\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\34 00\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\34 00\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\34 00\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\34 00\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\34 00\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\34 00\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\34 00\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\34 00\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\34 00\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\34 00\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\34 00\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\34 00\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\34 00\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\34 00\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\34 00\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\34 00\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\34 00\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\34 00\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\34 00\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\34 00\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\34 00\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\34 00\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\34 00\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\34 00\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\34 00\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\34 00\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\34 00\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\34 00\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\34 00\:mt-0 {
    margin-top: 0;
  }

  #tw .\34 00\:mr-0 {
    margin-right: 0;
  }

  #tw .\34 00\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\34 00\:ml-0 {
    margin-left: 0;
  }

  #tw .\34 00\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\34 00\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\34 00\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\34 00\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\34 00\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\34 00\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\34 00\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\34 00\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\34 00\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\34 00\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\34 00\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\34 00\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\34 00\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\34 00\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\34 00\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\34 00\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\34 00\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\34 00\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\34 00\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\34 00\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\34 00\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\34 00\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\34 00\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\34 00\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\34 00\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\34 00\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\34 00\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\34 00\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\34 00\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\34 00\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\34 00\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\34 00\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\34 00\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\34 00\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\34 00\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\34 00\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\34 00\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\34 00\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\34 00\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\34 00\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\34 00\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\34 00\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\34 00\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\34 00\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\34 00\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\34 00\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\34 00\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\34 00\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\34 00\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\34 00\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\34 00\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\34 00\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\34 00\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\34 00\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\34 00\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\34 00\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\34 00\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\34 00\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\34 00\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\34 00\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\34 00\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\34 00\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\34 00\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\34 00\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\34 00\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\34 00\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\34 00\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\34 00\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\34 00\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\34 00\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\34 00\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\34 00\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\34 00\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\34 00\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\34 00\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\34 00\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\34 00\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\34 00\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\34 00\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\34 00\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\34 00\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\34 00\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\34 00\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\34 00\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\34 00\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\34 00\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\34 00\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\34 00\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\34 00\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\34 00\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\34 00\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\34 00\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\34 00\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\34 00\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\34 00\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\34 00\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\34 00\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\34 00\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\34 00\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\34 00\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\34 00\:mt-auto {
    margin-top: auto;
  }

  #tw .\34 00\:mr-auto {
    margin-right: auto;
  }

  #tw .\34 00\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\34 00\:ml-auto {
    margin-left: auto;
  }

  #tw .\34 00\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\34 00\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\34 00\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\34 00\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\34 00\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\34 00\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\34 00\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\34 00\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\34 00\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\34 00\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\34 00\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\34 00\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\34 00\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\34 00\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\34 00\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\34 00\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\34 00\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\34 00\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\34 00\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\34 00\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\34 00\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\34 00\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\34 00\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\34 00\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\34 00\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\34 00\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\34 00\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\34 00\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\34 00\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\34 00\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\34 00\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\34 00\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\34 00\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\34 00\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\34 00\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\34 00\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\34 00\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\34 00\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\34 00\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\34 00\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\34 00\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\34 00\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\34 00\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\34 00\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\34 00\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\34 00\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\34 00\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\34 00\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\34 00\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\34 00\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\34 00\:max-h-auto {
    max-height: auto;
  }

  #tw .\34 00\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\34 00\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\34 00\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\34 00\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\34 00\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\34 00\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\34 00\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\34 00\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\34 00\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\34 00\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\34 00\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\34 00\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\34 00\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\34 00\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\34 00\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\34 00\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\34 00\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\34 00\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\34 00\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\34 00\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\34 00\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\34 00\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\34 00\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\34 00\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\34 00\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\34 00\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\34 00\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\34 00\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\34 00\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\34 00\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\34 00\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\34 00\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\34 00\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\34 00\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\34 00\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\34 00\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\34 00\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\34 00\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\34 00\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\34 00\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\34 00\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\34 00\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\34 00\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\34 00\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\34 00\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\34 00\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\34 00\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\34 00\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\34 00\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\34 00\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\34 00\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\34 00\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\34 00\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\34 00\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\34 00\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\34 00\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\34 00\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\34 00\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\34 00\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\34 00\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\34 00\:max-w-auto {
    max-width: auto;
  }

  #tw .\34 00\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\34 00\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\34 00\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\34 00\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\34 00\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\34 00\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\34 00\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\34 00\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\34 00\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\34 00\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\34 00\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\34 00\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\34 00\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\34 00\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\34 00\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\34 00\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\34 00\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\34 00\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\34 00\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\34 00\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\34 00\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\34 00\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\34 00\:max-w-none {
    max-width: none;
  }

  #tw .\34 00\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\34 00\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\34 00\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\34 00\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\34 00\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\34 00\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\34 00\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\34 00\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\34 00\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\34 00\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\34 00\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\34 00\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\34 00\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\34 00\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\34 00\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\34 00\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\34 00\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\34 00\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\34 00\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\34 00\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\34 00\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\34 00\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\34 00\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\34 00\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\34 00\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\34 00\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\34 00\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\34 00\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\34 00\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\34 00\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\34 00\:min-h-auto {
    min-height: auto;
  }

  #tw .\34 00\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\34 00\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\34 00\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\34 00\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\34 00\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\34 00\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\34 00\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\34 00\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\34 00\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\34 00\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\34 00\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\34 00\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\34 00\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\34 00\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\34 00\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\34 00\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\34 00\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\34 00\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\34 00\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\34 00\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\34 00\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\34 00\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\34 00\:min-w-0 {
    min-width: 0;
  }

  #tw .\34 00\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\34 00\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\34 00\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\34 00\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\34 00\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\34 00\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\34 00\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\34 00\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\34 00\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\34 00\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\34 00\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\34 00\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\34 00\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\34 00\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\34 00\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\34 00\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\34 00\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\34 00\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\34 00\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\34 00\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\34 00\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\34 00\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\34 00\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\34 00\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\34 00\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\34 00\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\34 00\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\34 00\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\34 00\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\34 00\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\34 00\:min-w-auto {
    min-width: auto;
  }

  #tw .\34 00\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\34 00\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\34 00\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\34 00\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\34 00\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\34 00\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\34 00\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\34 00\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\34 00\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\34 00\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\34 00\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\34 00\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\34 00\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\34 00\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\34 00\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\34 00\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\34 00\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\34 00\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\34 00\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\34 00\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\34 00\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\34 00\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\34 00\:overflow-auto {
    overflow: auto;
  }

  #tw .\34 00\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\34 00\:overflow-visible {
    overflow: visible;
  }

  #tw .\34 00\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\34 00\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\34 00\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\34 00\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\34 00\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\34 00\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\34 00\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\34 00\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\34 00\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\34 00\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\34 00\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\34 00\:p-0 {
    padding: 0;
  }

  #tw .\34 00\:p-4 {
    padding: 0.25rem;
  }

  #tw .\34 00\:p-6 {
    padding: 0.375rem;
  }

  #tw .\34 00\:p-8 {
    padding: 0.5rem;
  }

  #tw .\34 00\:p-10 {
    padding: 0.625rem;
  }

  #tw .\34 00\:p-12 {
    padding: 0.75rem;
  }

  #tw .\34 00\:p-14 {
    padding: 0.875rem;
  }

  #tw .\34 00\:p-16 {
    padding: 1rem;
  }

  #tw .\34 00\:p-18 {
    padding: 1.125rem;
  }

  #tw .\34 00\:p-20 {
    padding: 1.25rem;
  }

  #tw .\34 00\:p-24 {
    padding: 1.5rem;
  }

  #tw .\34 00\:p-28 {
    padding: 1.75rem;
  }

  #tw .\34 00\:p-32 {
    padding: 2rem;
  }

  #tw .\34 00\:p-36 {
    padding: 2.25rem;
  }

  #tw .\34 00\:p-40 {
    padding: 2.5rem;
  }

  #tw .\34 00\:p-48 {
    padding: 3rem;
  }

  #tw .\34 00\:p-56 {
    padding: 3.5rem;
  }

  #tw .\34 00\:p-60 {
    padding: 3.75rem;
  }

  #tw .\34 00\:p-64 {
    padding: 4rem;
  }

  #tw .\34 00\:p-80 {
    padding: 5rem;
  }

  #tw .\34 00\:p-88 {
    padding: 5.5rem;
  }

  #tw .\34 00\:p-96 {
    padding: 6rem;
  }

  #tw .\34 00\:p-112 {
    padding: 7rem;
  }

  #tw .\34 00\:p-128 {
    padding: 8rem;
  }

  #tw .\34 00\:p-144 {
    padding: 9rem;
  }

  #tw .\34 00\:p-200 {
    padding: 12.5rem;
  }

  #tw .\34 00\:p-auto {
    padding: auto;
  }

  #tw .\34 00\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\34 00\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\34 00\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\34 00\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\34 00\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\34 00\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\34 00\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\34 00\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\34 00\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\34 00\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\34 00\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\34 00\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\34 00\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\34 00\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\34 00\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\34 00\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\34 00\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\34 00\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\34 00\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\34 00\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\34 00\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\34 00\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\34 00\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\34 00\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\34 00\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\34 00\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\34 00\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\34 00\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\34 00\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\34 00\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\34 00\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\34 00\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\34 00\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\34 00\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\34 00\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\34 00\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\34 00\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\34 00\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\34 00\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\34 00\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\34 00\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\34 00\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\34 00\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\34 00\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\34 00\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\34 00\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\34 00\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\34 00\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\34 00\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\34 00\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\34 00\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\34 00\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\34 00\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\34 00\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\34 00\:pt-0 {
    padding-top: 0;
  }

  #tw .\34 00\:pr-0 {
    padding-right: 0;
  }

  #tw .\34 00\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\34 00\:pl-0 {
    padding-left: 0;
  }

  #tw .\34 00\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\34 00\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\34 00\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\34 00\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\34 00\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\34 00\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\34 00\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\34 00\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\34 00\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\34 00\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\34 00\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\34 00\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\34 00\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\34 00\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\34 00\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\34 00\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\34 00\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\34 00\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\34 00\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\34 00\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\34 00\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\34 00\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\34 00\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\34 00\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\34 00\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\34 00\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\34 00\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\34 00\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\34 00\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\34 00\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\34 00\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\34 00\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\34 00\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\34 00\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\34 00\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\34 00\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\34 00\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\34 00\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\34 00\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\34 00\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\34 00\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\34 00\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\34 00\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\34 00\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\34 00\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\34 00\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\34 00\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\34 00\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\34 00\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\34 00\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\34 00\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\34 00\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\34 00\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\34 00\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\34 00\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\34 00\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\34 00\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\34 00\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\34 00\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\34 00\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\34 00\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\34 00\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\34 00\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\34 00\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\34 00\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\34 00\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\34 00\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\34 00\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\34 00\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\34 00\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\34 00\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\34 00\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\34 00\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\34 00\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\34 00\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\34 00\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\34 00\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\34 00\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\34 00\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\34 00\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\34 00\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\34 00\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\34 00\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\34 00\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\34 00\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\34 00\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\34 00\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\34 00\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\34 00\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\34 00\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\34 00\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\34 00\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\34 00\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\34 00\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\34 00\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\34 00\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\34 00\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\34 00\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\34 00\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\34 00\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\34 00\:pt-auto {
    padding-top: auto;
  }

  #tw .\34 00\:pr-auto {
    padding-right: auto;
  }

  #tw .\34 00\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\34 00\:pl-auto {
    padding-left: auto;
  }

  #tw .\34 00\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\34 00\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\34 00\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\34 00\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\34 00\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\34 00\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\34 00\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\34 00\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\34 00\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\34 00\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\34 00\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\34 00\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\34 00\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\34 00\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\34 00\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\34 00\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\34 00\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\34 00\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\34 00\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\34 00\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\34 00\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\34 00\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\34 00\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\34 00\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\34 00\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\34 00\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\34 00\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\34 00\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\34 00\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\34 00\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\34 00\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\34 00\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\34 00\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\34 00\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\34 00\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\34 00\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\34 00\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\34 00\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\34 00\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\34 00\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\34 00\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\34 00\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\34 00\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\34 00\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\34 00\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\34 00\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\34 00\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\34 00\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\34 00\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\34 00\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\34 00\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\34 00\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\34 00\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\34 00\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\34 00\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\34 00\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\34 00\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\34 00\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\34 00\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\34 00\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\34 00\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\34 00\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\34 00\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\34 00\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\34 00\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\34 00\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\34 00\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\34 00\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\34 00\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\34 00\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\34 00\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\34 00\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\34 00\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\34 00\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\34 00\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\34 00\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\34 00\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\34 00\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\34 00\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\34 00\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\34 00\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\34 00\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\34 00\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\34 00\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\34 00\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\34 00\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\34 00\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\34 00\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\34 00\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\34 00\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\34 00\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\34 00\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\34 00\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\34 00\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\34 00\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\34 00\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\34 00\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\34 00\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\34 00\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\34 00\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\34 00\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\34 00\:top-0 {
    top: 0;
  }

  #tw .\34 00\:right-0 {
    right: 0;
  }

  #tw .\34 00\:bottom-0 {
    bottom: 0;
  }

  #tw .\34 00\:left-0 {
    left: 0;
  }

  #tw .\34 00\:top-auto {
    top: auto;
  }

  #tw .\34 00\:right-auto {
    right: auto;
  }

  #tw .\34 00\:bottom-auto {
    bottom: auto;
  }

  #tw .\34 00\:left-auto {
    left: auto;
  }

  #tw .\34 00\:-top-8 {
    top: -0.5rem;
  }

  #tw .\34 00\:-right-8 {
    right: -0.5rem;
  }

  #tw .\34 00\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\34 00\:-left-8 {
    left: -0.5rem;
  }

  #tw .\34 00\:-top-80 {
    top: -5rem;
  }

  #tw .\34 00\:-right-80 {
    right: -5rem;
  }

  #tw .\34 00\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\34 00\:-left-80 {
    left: -5rem;
  }

  #tw .\34 00\:-top-1\/1 {
    top: -100%;
  }

  #tw .\34 00\:-right-1\/1 {
    right: -100%;
  }

  #tw .\34 00\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\34 00\:-left-1\/1 {
    left: -100%;
  }

  #tw .\34 00\:-top-1\/2 {
    top: -50%;
  }

  #tw .\34 00\:-right-1\/2 {
    right: -50%;
  }

  #tw .\34 00\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\34 00\:-left-1\/2 {
    left: -50%;
  }

  #tw .\34 00\:top-1\/1 {
    top: 100%;
  }

  #tw .\34 00\:right-1\/1 {
    right: 100%;
  }

  #tw .\34 00\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\34 00\:left-1\/1 {
    left: 100%;
  }

  #tw .\34 00\:top-1\/2 {
    top: 50%;
  }

  #tw .\34 00\:right-1\/2 {
    right: 50%;
  }

  #tw .\34 00\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\34 00\:left-1\/2 {
    left: 50%;
  }

  #tw .\34 00\:resize-none {
    resize: none;
  }

  #tw .\34 00\:resize-y {
    resize: vertical;
  }

  #tw .\34 00\:resize-x {
    resize: horizontal;
  }

  #tw .\34 00\:resize {
    resize: both;
  }

  #tw .\34 00\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 00\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\34 00\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 00\:shadow-none {
    box-shadow: none;
  }

  #tw .\34 00\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 00\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\34 00\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 00\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\34 00\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\34 00\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\34 00\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\34 00\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\34 00\:table-auto {
    table-layout: auto;
  }

  #tw .\34 00\:table-fixed {
    table-layout: fixed;
  }

  #tw .\34 00\:text-left {
    text-align: left;
  }

  #tw .\34 00\:text-center {
    text-align: center;
  }

  #tw .\34 00\:text-right {
    text-align: right;
  }

  #tw .\34 00\:text-justify {
    text-align: justify;
  }

  #tw .\34 00\:italic {
    font-style: italic;
  }

  #tw .\34 00\:not-italic {
    font-style: normal;
  }

  #tw .\34 00\:uppercase {
    text-transform: uppercase;
  }

  #tw .\34 00\:lowercase {
    text-transform: lowercase;
  }

  #tw .\34 00\:capitalize {
    text-transform: capitalize;
  }

  #tw .\34 00\:normal-case {
    text-transform: none;
  }

  #tw .\34 00\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\34 00\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\34 00\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\34 00\:align-top {
    vertical-align: top;
  }

  #tw .\34 00\:align-middle {
    vertical-align: middle;
  }

  #tw .\34 00\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\34 00\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\34 00\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\34 00\:visible {
    visibility: visible;
  }

  #tw .\34 00\:invisible {
    visibility: hidden;
  }

  #tw .\34 00\:whitespace-normal {
    white-space: normal;
  }

  #tw .\34 00\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\34 00\:whitespace-pre {
    white-space: pre;
  }

  #tw .\34 00\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\34 00\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\34 00\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\34 00\:break-words {
    word-wrap: break-word;
  }

  #tw .\34 00\:break-all {
    word-break: break-all;
  }

  #tw .\34 00\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\34 00\:w-0 {
    width: 0;
  }

  #tw .\34 00\:w-12 {
    width: 0.75rem;
  }

  #tw .\34 00\:w-14 {
    width: 0.875rem;
  }

  #tw .\34 00\:w-16 {
    width: 1rem;
  }

  #tw .\34 00\:w-20 {
    width: 1.25rem;
  }

  #tw .\34 00\:w-24 {
    width: 1.5rem;
  }

  #tw .\34 00\:w-32 {
    width: 2rem;
  }

  #tw .\34 00\:w-40 {
    width: 2.5rem;
  }

  #tw .\34 00\:w-48 {
    width: 3rem;
  }

  #tw .\34 00\:w-60 {
    width: 3.75rem;
  }

  #tw .\34 00\:w-64 {
    width: 4rem;
  }

  #tw .\34 00\:w-68 {
    width: 4.25rem;
  }

  #tw .\34 00\:w-80 {
    width: 5rem;
  }

  #tw .\34 00\:w-88 {
    width: 5.5rem;
  }

  #tw .\34 00\:w-96 {
    width: 6rem;
  }

  #tw .\34 00\:w-110 {
    width: 6.875rem;
  }

  #tw .\34 00\:w-120 {
    width: 7.5rem;
  }

  #tw .\34 00\:w-128 {
    width: 8rem;
  }

  #tw .\34 00\:w-144 {
    width: 9rem;
  }

  #tw .\34 00\:w-160 {
    width: 10rem;
  }

  #tw .\34 00\:w-174 {
    width: 10.875rem;
  }

  #tw .\34 00\:w-188 {
    width: 11.75rem;
  }

  #tw .\34 00\:w-210 {
    width: 13.125rem;
  }

  #tw .\34 00\:w-222 {
    width: 13.875rem;
  }

  #tw .\34 00\:w-256 {
    width: 16rem;
  }

  #tw .\34 00\:w-288 {
    width: 18rem;
  }

  #tw .\34 00\:w-300 {
    width: 18.75rem;
  }

  #tw .\34 00\:w-320 {
    width: 20rem;
  }

  #tw .\34 00\:w-400 {
    width: 25rem;
  }

  #tw .\34 00\:w-480 {
    width: 30rem;
  }

  #tw .\34 00\:w-600 {
    width: 37.5rem;
  }

  #tw .\34 00\:w-auto {
    width: auto;
  }

  #tw .\34 00\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\34 00\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\34 00\:w-1\/5 {
    width: 20%;
  }

  #tw .\34 00\:w-1\/4 {
    width: 25%;
  }

  #tw .\34 00\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\34 00\:w-2\/5 {
    width: 40%;
  }

  #tw .\34 00\:w-1\/2 {
    width: 50%;
  }

  #tw .\34 00\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\34 00\:w-1\/1 {
    width: 100%;
  }

  #tw .\34 00\:w-3\/5 {
    width: 60%;
  }

  #tw .\34 00\:w-3\/4 {
    width: 75%;
  }

  #tw .\34 00\:w-4\/5 {
    width: 80%;
  }

  #tw .\34 00\:w-50vw {
    width: 50vw;
  }

  #tw .\34 00\:w-100vw {
    width: 100vw;
  }

  #tw .\34 00\:w-50vh {
    width: 50vh;
  }

  #tw .\34 00\:w-100vh {
    width: 100vh;
  }

  #tw .\34 00\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\34 00\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\34 00\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\34 00\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\34 00\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\34 00\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\34 00\:z-0 {
    z-index: 0;
  }

  #tw .\34 00\:z-100 {
    z-index: 100;
  }

  #tw .\34 00\:z-200 {
    z-index: 200;
  }

  #tw .\34 00\:z-300 {
    z-index: 300;
  }

  #tw .\34 00\:z-400 {
    z-index: 400;
  }

  #tw .\34 00\:z-500 {
    z-index: 500;
  }

  #tw .\34 00\:z-auto {
    z-index: auto;
  }

  #tw .\34 00\:d-block {
    display: block;
  }

  #tw .\34 00\:d-inline-block {
    display: inline-block;
  }

  #tw .\34 00\:d-inline {
    display: inline;
  }

  #tw .\34 00\:d-flex {
    display: flex;
  }

  #tw .\34 00\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\34 00\:d-none {
    display: none;
  }

  #tw .\34 00\:p-static {
    position: static;
  }

  #tw .\34 00\:p-relative {
    position: relative;
  }

  #tw .\34 00\:p-fixed {
    position: fixed;
  }

  #tw .\34 00\:p-absolute {
    position: absolute;
  }

  #tw .\34 00\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\34 00\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\34 00\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\34 00\:col-count-1 {
    column-count: 1;
  }

  #tw .\34 00\:col-count-2 {
    column-count: 2;
  }

  #tw .\34 00\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\34 00\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\34 00\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\34 00\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\34 00\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\34 00\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\34 00\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 480px) {
  #tw .\34 80\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\34 80\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\34 80\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\34 80\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\34 80\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\34 80\:bg-local {
    background-attachment: local;
  }

  #tw .\34 80\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\34 80\:bg-black {
    background-color: #111111;
  }

  #tw .\34 80\:bg-white {
    background-color: #ffffff;
  }

  #tw .\34 80\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\34 80\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\34 80\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\34 80\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\34 80\:bg-green {
    background-color: #00ff00;
  }

  #tw .\34 80\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\34 80\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\34 80\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\34 80\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\34 80\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\34 80\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\34 80\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\34 80\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\34 80\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\34 80\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\34 80\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\34 80\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\34 80\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\34 80\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\34 80\:bg-transparent {
    background-color: transparent;
  }

  #tw .\34 80\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\34 80\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\34 80\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\34 80\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\34 80\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\34 80\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\34 80\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\34 80\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\34 80\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\34 80\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\34 80\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\34 80\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\34 80\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\34 80\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\34 80\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\34 80\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\34 80\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\34 80\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\34 80\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\34 80\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\34 80\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\34 80\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\34 80\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\34 80\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\34 80\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\34 80\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\34 80\:flex-row {
    flex-direction: row;
  }

  #tw .\34 80\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\34 80\:flex-col {
    flex-direction: column;
  }

  #tw .\34 80\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\34 80\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\34 80\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\34 80\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\34 80\:items-start {
    align-items: flex-start;
  }

  #tw .\34 80\:items-end {
    align-items: flex-end;
  }

  #tw .\34 80\:items-center {
    align-items: center;
  }

  #tw .\34 80\:items-baseline {
    align-items: baseline;
  }

  #tw .\34 80\:items-stretch {
    align-items: stretch;
  }

  #tw .\34 80\:self-auto {
    align-self: auto;
  }

  #tw .\34 80\:self-start {
    align-self: flex-start;
  }

  #tw .\34 80\:self-end {
    align-self: flex-end;
  }

  #tw .\34 80\:self-center {
    align-self: center;
  }

  #tw .\34 80\:self-stretch {
    align-self: stretch;
  }

  #tw .\34 80\:justify-start {
    justify-content: flex-start;
  }

  #tw .\34 80\:justify-end {
    justify-content: flex-end;
  }

  #tw .\34 80\:justify-center {
    justify-content: center;
  }

  #tw .\34 80\:justify-between {
    justify-content: space-between;
  }

  #tw .\34 80\:justify-around {
    justify-content: space-around;
  }

  #tw .\34 80\:content-center {
    align-content: center;
  }

  #tw .\34 80\:content-start {
    align-content: flex-start;
  }

  #tw .\34 80\:content-end {
    align-content: flex-end;
  }

  #tw .\34 80\:content-between {
    align-content: space-between;
  }

  #tw .\34 80\:content-around {
    align-content: space-around;
  }

  #tw .\34 80\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\34 80\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\34 80\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\34 80\:flex-none {
    flex: none;
  }

  #tw .\34 80\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\34 80\:flex-grow {
    flex-grow: 1;
  }

  #tw .\34 80\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\34 80\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\34 80\:order-1 {
    order: 1;
  }

  #tw .\34 80\:order-2 {
    order: 2;
  }

  #tw .\34 80\:order-3 {
    order: 3;
  }

  #tw .\34 80\:order-4 {
    order: 4;
  }

  #tw .\34 80\:order-5 {
    order: 5;
  }

  #tw .\34 80\:order-6 {
    order: 6;
  }

  #tw .\34 80\:order-7 {
    order: 7;
  }

  #tw .\34 80\:order-8 {
    order: 8;
  }

  #tw .\34 80\:order-9 {
    order: 9;
  }

  #tw .\34 80\:order-10 {
    order: 10;
  }

  #tw .\34 80\:order-11 {
    order: 11;
  }

  #tw .\34 80\:order-12 {
    order: 12;
  }

  #tw .\34 80\:order-first {
    order: -9999;
  }

  #tw .\34 80\:order-last {
    order: 9999;
  }

  #tw .\34 80\:order-none {
    order: 0;
  }

  #tw .\34 80\:h-0 {
    height: 0;
  }

  #tw .\34 80\:h-12 {
    height: 0.75rem;
  }

  #tw .\34 80\:h-14 {
    height: 0.875rem;
  }

  #tw .\34 80\:h-16 {
    height: 1rem;
  }

  #tw .\34 80\:h-20 {
    height: 1.25rem;
  }

  #tw .\34 80\:h-24 {
    height: 1.5rem;
  }

  #tw .\34 80\:h-32 {
    height: 2rem;
  }

  #tw .\34 80\:h-40 {
    height: 2.5rem;
  }

  #tw .\34 80\:h-48 {
    height: 3rem;
  }

  #tw .\34 80\:h-60 {
    height: 3.75rem;
  }

  #tw .\34 80\:h-64 {
    height: 4rem;
  }

  #tw .\34 80\:h-68 {
    height: 4.25rem;
  }

  #tw .\34 80\:h-80 {
    height: 5rem;
  }

  #tw .\34 80\:h-88 {
    height: 5.5rem;
  }

  #tw .\34 80\:h-96 {
    height: 6rem;
  }

  #tw .\34 80\:h-110 {
    height: 6.875rem;
  }

  #tw .\34 80\:h-120 {
    height: 7.5rem;
  }

  #tw .\34 80\:h-128 {
    height: 8rem;
  }

  #tw .\34 80\:h-144 {
    height: 9rem;
  }

  #tw .\34 80\:h-160 {
    height: 10rem;
  }

  #tw .\34 80\:h-174 {
    height: 10.875rem;
  }

  #tw .\34 80\:h-188 {
    height: 11.75rem;
  }

  #tw .\34 80\:h-210 {
    height: 13.125rem;
  }

  #tw .\34 80\:h-222 {
    height: 13.875rem;
  }

  #tw .\34 80\:h-256 {
    height: 16rem;
  }

  #tw .\34 80\:h-288 {
    height: 18rem;
  }

  #tw .\34 80\:h-300 {
    height: 18.75rem;
  }

  #tw .\34 80\:h-320 {
    height: 20rem;
  }

  #tw .\34 80\:h-400 {
    height: 25rem;
  }

  #tw .\34 80\:h-480 {
    height: 30rem;
  }

  #tw .\34 80\:h-600 {
    height: 37.5rem;
  }

  #tw .\34 80\:h-auto {
    height: auto;
  }

  #tw .\34 80\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\34 80\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\34 80\:h-1\/5 {
    height: 20%;
  }

  #tw .\34 80\:h-1\/4 {
    height: 25%;
  }

  #tw .\34 80\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\34 80\:h-2\/5 {
    height: 40%;
  }

  #tw .\34 80\:h-1\/2 {
    height: 50%;
  }

  #tw .\34 80\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\34 80\:h-1\/1 {
    height: 100%;
  }

  #tw .\34 80\:h-3\/5 {
    height: 60%;
  }

  #tw .\34 80\:h-3\/4 {
    height: 75%;
  }

  #tw .\34 80\:h-4\/5 {
    height: 80%;
  }

  #tw .\34 80\:h-50vw {
    height: 50vw;
  }

  #tw .\34 80\:h-100vw {
    height: 100vw;
  }

  #tw .\34 80\:h-50vh {
    height: 50vh;
  }

  #tw .\34 80\:h-100vh {
    height: 100vh;
  }

  #tw .\34 80\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\34 80\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\34 80\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\34 80\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\34 80\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\34 80\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\34 80\:m-0 {
    margin: 0;
  }

  #tw .\34 80\:m-4 {
    margin: 0.25rem;
  }

  #tw .\34 80\:m-6 {
    margin: 0.375rem;
  }

  #tw .\34 80\:m-8 {
    margin: 0.5rem;
  }

  #tw .\34 80\:m-10 {
    margin: 0.625rem;
  }

  #tw .\34 80\:m-12 {
    margin: 0.75rem;
  }

  #tw .\34 80\:m-14 {
    margin: 0.875rem;
  }

  #tw .\34 80\:m-16 {
    margin: 1rem;
  }

  #tw .\34 80\:m-18 {
    margin: 1.125rem;
  }

  #tw .\34 80\:m-20 {
    margin: 1.25rem;
  }

  #tw .\34 80\:m-24 {
    margin: 1.5rem;
  }

  #tw .\34 80\:m-28 {
    margin: 1.75rem;
  }

  #tw .\34 80\:m-32 {
    margin: 2rem;
  }

  #tw .\34 80\:m-36 {
    margin: 2.25rem;
  }

  #tw .\34 80\:m-40 {
    margin: 2.5rem;
  }

  #tw .\34 80\:m-48 {
    margin: 3rem;
  }

  #tw .\34 80\:m-56 {
    margin: 3.5rem;
  }

  #tw .\34 80\:m-60 {
    margin: 3.75rem;
  }

  #tw .\34 80\:m-64 {
    margin: 4rem;
  }

  #tw .\34 80\:m-80 {
    margin: 5rem;
  }

  #tw .\34 80\:m-88 {
    margin: 5.5rem;
  }

  #tw .\34 80\:m-96 {
    margin: 6rem;
  }

  #tw .\34 80\:m-112 {
    margin: 7rem;
  }

  #tw .\34 80\:m-128 {
    margin: 8rem;
  }

  #tw .\34 80\:m-144 {
    margin: 9rem;
  }

  #tw .\34 80\:m-200 {
    margin: 12.5rem;
  }

  #tw .\34 80\:m-auto {
    margin: auto;
  }

  #tw .\34 80\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\34 80\:-m-16 {
    margin: -1rem;
  }

  #tw .\34 80\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\34 80\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\34 80\:-m-32 {
    margin: -2rem;
  }

  #tw .\34 80\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\34 80\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\34 80\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\34 80\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\34 80\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\34 80\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\34 80\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\34 80\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\34 80\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\34 80\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\34 80\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\34 80\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\34 80\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\34 80\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\34 80\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\34 80\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\34 80\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\34 80\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\34 80\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\34 80\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\34 80\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\34 80\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\34 80\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\34 80\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\34 80\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\34 80\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\34 80\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\34 80\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\34 80\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\34 80\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\34 80\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\34 80\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\34 80\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\34 80\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\34 80\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\34 80\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\34 80\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\34 80\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\34 80\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\34 80\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\34 80\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\34 80\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\34 80\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\34 80\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\34 80\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\34 80\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\34 80\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\34 80\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\34 80\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\34 80\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\34 80\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\34 80\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\34 80\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\34 80\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\34 80\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\34 80\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\34 80\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\34 80\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\34 80\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\34 80\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\34 80\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\34 80\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\34 80\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\34 80\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\34 80\:mt-0 {
    margin-top: 0;
  }

  #tw .\34 80\:mr-0 {
    margin-right: 0;
  }

  #tw .\34 80\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\34 80\:ml-0 {
    margin-left: 0;
  }

  #tw .\34 80\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\34 80\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\34 80\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\34 80\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\34 80\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\34 80\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\34 80\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\34 80\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\34 80\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\34 80\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\34 80\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\34 80\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\34 80\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\34 80\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\34 80\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\34 80\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\34 80\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\34 80\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\34 80\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\34 80\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\34 80\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\34 80\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\34 80\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\34 80\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\34 80\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\34 80\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\34 80\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\34 80\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\34 80\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\34 80\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\34 80\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\34 80\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\34 80\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\34 80\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\34 80\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\34 80\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\34 80\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\34 80\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\34 80\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\34 80\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\34 80\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\34 80\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\34 80\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\34 80\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\34 80\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\34 80\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\34 80\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\34 80\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\34 80\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\34 80\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\34 80\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\34 80\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\34 80\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\34 80\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\34 80\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\34 80\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\34 80\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\34 80\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\34 80\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\34 80\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\34 80\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\34 80\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\34 80\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\34 80\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\34 80\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\34 80\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\34 80\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\34 80\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\34 80\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\34 80\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\34 80\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\34 80\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\34 80\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\34 80\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\34 80\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\34 80\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\34 80\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\34 80\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\34 80\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\34 80\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\34 80\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\34 80\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\34 80\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\34 80\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\34 80\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\34 80\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\34 80\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\34 80\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\34 80\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\34 80\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\34 80\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\34 80\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\34 80\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\34 80\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\34 80\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\34 80\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\34 80\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\34 80\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\34 80\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\34 80\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\34 80\:mt-auto {
    margin-top: auto;
  }

  #tw .\34 80\:mr-auto {
    margin-right: auto;
  }

  #tw .\34 80\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\34 80\:ml-auto {
    margin-left: auto;
  }

  #tw .\34 80\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\34 80\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\34 80\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\34 80\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\34 80\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\34 80\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\34 80\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\34 80\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\34 80\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\34 80\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\34 80\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\34 80\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\34 80\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\34 80\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\34 80\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\34 80\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\34 80\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\34 80\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\34 80\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\34 80\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\34 80\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\34 80\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\34 80\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\34 80\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\34 80\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\34 80\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\34 80\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\34 80\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\34 80\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\34 80\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\34 80\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\34 80\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\34 80\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\34 80\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\34 80\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\34 80\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\34 80\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\34 80\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\34 80\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\34 80\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\34 80\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\34 80\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\34 80\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\34 80\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\34 80\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\34 80\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\34 80\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\34 80\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\34 80\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\34 80\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\34 80\:max-h-auto {
    max-height: auto;
  }

  #tw .\34 80\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\34 80\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\34 80\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\34 80\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\34 80\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\34 80\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\34 80\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\34 80\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\34 80\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\34 80\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\34 80\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\34 80\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\34 80\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\34 80\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\34 80\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\34 80\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\34 80\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\34 80\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\34 80\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\34 80\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\34 80\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\34 80\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\34 80\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\34 80\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\34 80\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\34 80\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\34 80\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\34 80\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\34 80\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\34 80\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\34 80\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\34 80\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\34 80\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\34 80\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\34 80\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\34 80\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\34 80\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\34 80\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\34 80\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\34 80\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\34 80\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\34 80\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\34 80\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\34 80\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\34 80\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\34 80\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\34 80\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\34 80\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\34 80\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\34 80\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\34 80\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\34 80\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\34 80\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\34 80\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\34 80\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\34 80\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\34 80\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\34 80\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\34 80\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\34 80\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\34 80\:max-w-auto {
    max-width: auto;
  }

  #tw .\34 80\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\34 80\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\34 80\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\34 80\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\34 80\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\34 80\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\34 80\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\34 80\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\34 80\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\34 80\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\34 80\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\34 80\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\34 80\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\34 80\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\34 80\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\34 80\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\34 80\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\34 80\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\34 80\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\34 80\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\34 80\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\34 80\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\34 80\:max-w-none {
    max-width: none;
  }

  #tw .\34 80\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\34 80\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\34 80\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\34 80\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\34 80\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\34 80\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\34 80\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\34 80\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\34 80\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\34 80\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\34 80\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\34 80\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\34 80\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\34 80\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\34 80\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\34 80\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\34 80\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\34 80\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\34 80\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\34 80\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\34 80\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\34 80\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\34 80\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\34 80\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\34 80\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\34 80\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\34 80\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\34 80\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\34 80\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\34 80\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\34 80\:min-h-auto {
    min-height: auto;
  }

  #tw .\34 80\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\34 80\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\34 80\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\34 80\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\34 80\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\34 80\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\34 80\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\34 80\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\34 80\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\34 80\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\34 80\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\34 80\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\34 80\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\34 80\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\34 80\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\34 80\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\34 80\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\34 80\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\34 80\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\34 80\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\34 80\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\34 80\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\34 80\:min-w-0 {
    min-width: 0;
  }

  #tw .\34 80\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\34 80\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\34 80\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\34 80\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\34 80\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\34 80\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\34 80\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\34 80\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\34 80\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\34 80\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\34 80\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\34 80\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\34 80\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\34 80\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\34 80\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\34 80\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\34 80\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\34 80\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\34 80\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\34 80\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\34 80\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\34 80\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\34 80\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\34 80\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\34 80\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\34 80\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\34 80\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\34 80\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\34 80\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\34 80\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\34 80\:min-w-auto {
    min-width: auto;
  }

  #tw .\34 80\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\34 80\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\34 80\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\34 80\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\34 80\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\34 80\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\34 80\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\34 80\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\34 80\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\34 80\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\34 80\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\34 80\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\34 80\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\34 80\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\34 80\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\34 80\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\34 80\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\34 80\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\34 80\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\34 80\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\34 80\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\34 80\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\34 80\:overflow-auto {
    overflow: auto;
  }

  #tw .\34 80\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\34 80\:overflow-visible {
    overflow: visible;
  }

  #tw .\34 80\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\34 80\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\34 80\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\34 80\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\34 80\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\34 80\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\34 80\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\34 80\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\34 80\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\34 80\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\34 80\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\34 80\:p-0 {
    padding: 0;
  }

  #tw .\34 80\:p-4 {
    padding: 0.25rem;
  }

  #tw .\34 80\:p-6 {
    padding: 0.375rem;
  }

  #tw .\34 80\:p-8 {
    padding: 0.5rem;
  }

  #tw .\34 80\:p-10 {
    padding: 0.625rem;
  }

  #tw .\34 80\:p-12 {
    padding: 0.75rem;
  }

  #tw .\34 80\:p-14 {
    padding: 0.875rem;
  }

  #tw .\34 80\:p-16 {
    padding: 1rem;
  }

  #tw .\34 80\:p-18 {
    padding: 1.125rem;
  }

  #tw .\34 80\:p-20 {
    padding: 1.25rem;
  }

  #tw .\34 80\:p-24 {
    padding: 1.5rem;
  }

  #tw .\34 80\:p-28 {
    padding: 1.75rem;
  }

  #tw .\34 80\:p-32 {
    padding: 2rem;
  }

  #tw .\34 80\:p-36 {
    padding: 2.25rem;
  }

  #tw .\34 80\:p-40 {
    padding: 2.5rem;
  }

  #tw .\34 80\:p-48 {
    padding: 3rem;
  }

  #tw .\34 80\:p-56 {
    padding: 3.5rem;
  }

  #tw .\34 80\:p-60 {
    padding: 3.75rem;
  }

  #tw .\34 80\:p-64 {
    padding: 4rem;
  }

  #tw .\34 80\:p-80 {
    padding: 5rem;
  }

  #tw .\34 80\:p-88 {
    padding: 5.5rem;
  }

  #tw .\34 80\:p-96 {
    padding: 6rem;
  }

  #tw .\34 80\:p-112 {
    padding: 7rem;
  }

  #tw .\34 80\:p-128 {
    padding: 8rem;
  }

  #tw .\34 80\:p-144 {
    padding: 9rem;
  }

  #tw .\34 80\:p-200 {
    padding: 12.5rem;
  }

  #tw .\34 80\:p-auto {
    padding: auto;
  }

  #tw .\34 80\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\34 80\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\34 80\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\34 80\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\34 80\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\34 80\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\34 80\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\34 80\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\34 80\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\34 80\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\34 80\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\34 80\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\34 80\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\34 80\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\34 80\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\34 80\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\34 80\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\34 80\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\34 80\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\34 80\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\34 80\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\34 80\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\34 80\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\34 80\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\34 80\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\34 80\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\34 80\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\34 80\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\34 80\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\34 80\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\34 80\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\34 80\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\34 80\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\34 80\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\34 80\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\34 80\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\34 80\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\34 80\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\34 80\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\34 80\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\34 80\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\34 80\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\34 80\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\34 80\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\34 80\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\34 80\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\34 80\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\34 80\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\34 80\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\34 80\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\34 80\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\34 80\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\34 80\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\34 80\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\34 80\:pt-0 {
    padding-top: 0;
  }

  #tw .\34 80\:pr-0 {
    padding-right: 0;
  }

  #tw .\34 80\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\34 80\:pl-0 {
    padding-left: 0;
  }

  #tw .\34 80\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\34 80\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\34 80\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\34 80\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\34 80\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\34 80\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\34 80\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\34 80\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\34 80\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\34 80\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\34 80\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\34 80\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\34 80\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\34 80\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\34 80\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\34 80\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\34 80\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\34 80\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\34 80\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\34 80\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\34 80\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\34 80\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\34 80\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\34 80\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\34 80\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\34 80\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\34 80\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\34 80\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\34 80\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\34 80\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\34 80\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\34 80\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\34 80\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\34 80\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\34 80\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\34 80\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\34 80\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\34 80\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\34 80\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\34 80\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\34 80\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\34 80\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\34 80\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\34 80\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\34 80\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\34 80\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\34 80\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\34 80\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\34 80\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\34 80\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\34 80\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\34 80\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\34 80\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\34 80\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\34 80\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\34 80\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\34 80\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\34 80\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\34 80\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\34 80\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\34 80\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\34 80\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\34 80\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\34 80\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\34 80\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\34 80\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\34 80\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\34 80\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\34 80\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\34 80\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\34 80\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\34 80\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\34 80\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\34 80\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\34 80\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\34 80\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\34 80\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\34 80\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\34 80\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\34 80\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\34 80\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\34 80\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\34 80\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\34 80\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\34 80\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\34 80\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\34 80\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\34 80\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\34 80\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\34 80\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\34 80\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\34 80\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\34 80\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\34 80\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\34 80\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\34 80\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\34 80\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\34 80\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\34 80\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\34 80\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\34 80\:pt-auto {
    padding-top: auto;
  }

  #tw .\34 80\:pr-auto {
    padding-right: auto;
  }

  #tw .\34 80\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\34 80\:pl-auto {
    padding-left: auto;
  }

  #tw .\34 80\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\34 80\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\34 80\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\34 80\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\34 80\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\34 80\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\34 80\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\34 80\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\34 80\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\34 80\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\34 80\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\34 80\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\34 80\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\34 80\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\34 80\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\34 80\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\34 80\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\34 80\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\34 80\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\34 80\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\34 80\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\34 80\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\34 80\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\34 80\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\34 80\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\34 80\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\34 80\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\34 80\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\34 80\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\34 80\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\34 80\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\34 80\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\34 80\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\34 80\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\34 80\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\34 80\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\34 80\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\34 80\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\34 80\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\34 80\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\34 80\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\34 80\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\34 80\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\34 80\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\34 80\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\34 80\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\34 80\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\34 80\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\34 80\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\34 80\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\34 80\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\34 80\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\34 80\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\34 80\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\34 80\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\34 80\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\34 80\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\34 80\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\34 80\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\34 80\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\34 80\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\34 80\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\34 80\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\34 80\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\34 80\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\34 80\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\34 80\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\34 80\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\34 80\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\34 80\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\34 80\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\34 80\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\34 80\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\34 80\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\34 80\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\34 80\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\34 80\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\34 80\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\34 80\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\34 80\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\34 80\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\34 80\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\34 80\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\34 80\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\34 80\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\34 80\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\34 80\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\34 80\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\34 80\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\34 80\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\34 80\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\34 80\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\34 80\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\34 80\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\34 80\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\34 80\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\34 80\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\34 80\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\34 80\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\34 80\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\34 80\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\34 80\:top-0 {
    top: 0;
  }

  #tw .\34 80\:right-0 {
    right: 0;
  }

  #tw .\34 80\:bottom-0 {
    bottom: 0;
  }

  #tw .\34 80\:left-0 {
    left: 0;
  }

  #tw .\34 80\:top-auto {
    top: auto;
  }

  #tw .\34 80\:right-auto {
    right: auto;
  }

  #tw .\34 80\:bottom-auto {
    bottom: auto;
  }

  #tw .\34 80\:left-auto {
    left: auto;
  }

  #tw .\34 80\:-top-8 {
    top: -0.5rem;
  }

  #tw .\34 80\:-right-8 {
    right: -0.5rem;
  }

  #tw .\34 80\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\34 80\:-left-8 {
    left: -0.5rem;
  }

  #tw .\34 80\:-top-80 {
    top: -5rem;
  }

  #tw .\34 80\:-right-80 {
    right: -5rem;
  }

  #tw .\34 80\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\34 80\:-left-80 {
    left: -5rem;
  }

  #tw .\34 80\:-top-1\/1 {
    top: -100%;
  }

  #tw .\34 80\:-right-1\/1 {
    right: -100%;
  }

  #tw .\34 80\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\34 80\:-left-1\/1 {
    left: -100%;
  }

  #tw .\34 80\:-top-1\/2 {
    top: -50%;
  }

  #tw .\34 80\:-right-1\/2 {
    right: -50%;
  }

  #tw .\34 80\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\34 80\:-left-1\/2 {
    left: -50%;
  }

  #tw .\34 80\:top-1\/1 {
    top: 100%;
  }

  #tw .\34 80\:right-1\/1 {
    right: 100%;
  }

  #tw .\34 80\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\34 80\:left-1\/1 {
    left: 100%;
  }

  #tw .\34 80\:top-1\/2 {
    top: 50%;
  }

  #tw .\34 80\:right-1\/2 {
    right: 50%;
  }

  #tw .\34 80\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\34 80\:left-1\/2 {
    left: 50%;
  }

  #tw .\34 80\:resize-none {
    resize: none;
  }

  #tw .\34 80\:resize-y {
    resize: vertical;
  }

  #tw .\34 80\:resize-x {
    resize: horizontal;
  }

  #tw .\34 80\:resize {
    resize: both;
  }

  #tw .\34 80\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 80\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\34 80\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 80\:shadow-none {
    box-shadow: none;
  }

  #tw .\34 80\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 80\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\34 80\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\34 80\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\34 80\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\34 80\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\34 80\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\34 80\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\34 80\:table-auto {
    table-layout: auto;
  }

  #tw .\34 80\:table-fixed {
    table-layout: fixed;
  }

  #tw .\34 80\:text-left {
    text-align: left;
  }

  #tw .\34 80\:text-center {
    text-align: center;
  }

  #tw .\34 80\:text-right {
    text-align: right;
  }

  #tw .\34 80\:text-justify {
    text-align: justify;
  }

  #tw .\34 80\:italic {
    font-style: italic;
  }

  #tw .\34 80\:not-italic {
    font-style: normal;
  }

  #tw .\34 80\:uppercase {
    text-transform: uppercase;
  }

  #tw .\34 80\:lowercase {
    text-transform: lowercase;
  }

  #tw .\34 80\:capitalize {
    text-transform: capitalize;
  }

  #tw .\34 80\:normal-case {
    text-transform: none;
  }

  #tw .\34 80\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\34 80\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\34 80\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\34 80\:align-top {
    vertical-align: top;
  }

  #tw .\34 80\:align-middle {
    vertical-align: middle;
  }

  #tw .\34 80\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\34 80\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\34 80\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\34 80\:visible {
    visibility: visible;
  }

  #tw .\34 80\:invisible {
    visibility: hidden;
  }

  #tw .\34 80\:whitespace-normal {
    white-space: normal;
  }

  #tw .\34 80\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\34 80\:whitespace-pre {
    white-space: pre;
  }

  #tw .\34 80\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\34 80\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\34 80\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\34 80\:break-words {
    word-wrap: break-word;
  }

  #tw .\34 80\:break-all {
    word-break: break-all;
  }

  #tw .\34 80\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\34 80\:w-0 {
    width: 0;
  }

  #tw .\34 80\:w-12 {
    width: 0.75rem;
  }

  #tw .\34 80\:w-14 {
    width: 0.875rem;
  }

  #tw .\34 80\:w-16 {
    width: 1rem;
  }

  #tw .\34 80\:w-20 {
    width: 1.25rem;
  }

  #tw .\34 80\:w-24 {
    width: 1.5rem;
  }

  #tw .\34 80\:w-32 {
    width: 2rem;
  }

  #tw .\34 80\:w-40 {
    width: 2.5rem;
  }

  #tw .\34 80\:w-48 {
    width: 3rem;
  }

  #tw .\34 80\:w-60 {
    width: 3.75rem;
  }

  #tw .\34 80\:w-64 {
    width: 4rem;
  }

  #tw .\34 80\:w-68 {
    width: 4.25rem;
  }

  #tw .\34 80\:w-80 {
    width: 5rem;
  }

  #tw .\34 80\:w-88 {
    width: 5.5rem;
  }

  #tw .\34 80\:w-96 {
    width: 6rem;
  }

  #tw .\34 80\:w-110 {
    width: 6.875rem;
  }

  #tw .\34 80\:w-120 {
    width: 7.5rem;
  }

  #tw .\34 80\:w-128 {
    width: 8rem;
  }

  #tw .\34 80\:w-144 {
    width: 9rem;
  }

  #tw .\34 80\:w-160 {
    width: 10rem;
  }

  #tw .\34 80\:w-174 {
    width: 10.875rem;
  }

  #tw .\34 80\:w-188 {
    width: 11.75rem;
  }

  #tw .\34 80\:w-210 {
    width: 13.125rem;
  }

  #tw .\34 80\:w-222 {
    width: 13.875rem;
  }

  #tw .\34 80\:w-256 {
    width: 16rem;
  }

  #tw .\34 80\:w-288 {
    width: 18rem;
  }

  #tw .\34 80\:w-300 {
    width: 18.75rem;
  }

  #tw .\34 80\:w-320 {
    width: 20rem;
  }

  #tw .\34 80\:w-400 {
    width: 25rem;
  }

  #tw .\34 80\:w-480 {
    width: 30rem;
  }

  #tw .\34 80\:w-600 {
    width: 37.5rem;
  }

  #tw .\34 80\:w-auto {
    width: auto;
  }

  #tw .\34 80\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\34 80\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\34 80\:w-1\/5 {
    width: 20%;
  }

  #tw .\34 80\:w-1\/4 {
    width: 25%;
  }

  #tw .\34 80\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\34 80\:w-2\/5 {
    width: 40%;
  }

  #tw .\34 80\:w-1\/2 {
    width: 50%;
  }

  #tw .\34 80\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\34 80\:w-1\/1 {
    width: 100%;
  }

  #tw .\34 80\:w-3\/5 {
    width: 60%;
  }

  #tw .\34 80\:w-3\/4 {
    width: 75%;
  }

  #tw .\34 80\:w-4\/5 {
    width: 80%;
  }

  #tw .\34 80\:w-50vw {
    width: 50vw;
  }

  #tw .\34 80\:w-100vw {
    width: 100vw;
  }

  #tw .\34 80\:w-50vh {
    width: 50vh;
  }

  #tw .\34 80\:w-100vh {
    width: 100vh;
  }

  #tw .\34 80\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\34 80\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\34 80\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\34 80\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\34 80\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\34 80\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\34 80\:z-0 {
    z-index: 0;
  }

  #tw .\34 80\:z-100 {
    z-index: 100;
  }

  #tw .\34 80\:z-200 {
    z-index: 200;
  }

  #tw .\34 80\:z-300 {
    z-index: 300;
  }

  #tw .\34 80\:z-400 {
    z-index: 400;
  }

  #tw .\34 80\:z-500 {
    z-index: 500;
  }

  #tw .\34 80\:z-auto {
    z-index: auto;
  }

  #tw .\34 80\:d-block {
    display: block;
  }

  #tw .\34 80\:d-inline-block {
    display: inline-block;
  }

  #tw .\34 80\:d-inline {
    display: inline;
  }

  #tw .\34 80\:d-flex {
    display: flex;
  }

  #tw .\34 80\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\34 80\:d-none {
    display: none;
  }

  #tw .\34 80\:p-static {
    position: static;
  }

  #tw .\34 80\:p-relative {
    position: relative;
  }

  #tw .\34 80\:p-fixed {
    position: fixed;
  }

  #tw .\34 80\:p-absolute {
    position: absolute;
  }

  #tw .\34 80\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\34 80\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\34 80\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\34 80\:col-count-1 {
    column-count: 1;
  }

  #tw .\34 80\:col-count-2 {
    column-count: 2;
  }

  #tw .\34 80\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\34 80\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\34 80\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\34 80\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\34 80\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\34 80\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\34 80\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 512px) {
  #tw .\35 12\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\35 12\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\35 12\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\35 12\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\35 12\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\35 12\:bg-local {
    background-attachment: local;
  }

  #tw .\35 12\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\35 12\:bg-black {
    background-color: #111111;
  }

  #tw .\35 12\:bg-white {
    background-color: #ffffff;
  }

  #tw .\35 12\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\35 12\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\35 12\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\35 12\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\35 12\:bg-green {
    background-color: #00ff00;
  }

  #tw .\35 12\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\35 12\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\35 12\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\35 12\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\35 12\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\35 12\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\35 12\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\35 12\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\35 12\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\35 12\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\35 12\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\35 12\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\35 12\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\35 12\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\35 12\:bg-transparent {
    background-color: transparent;
  }

  #tw .\35 12\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\35 12\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\35 12\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\35 12\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\35 12\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\35 12\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\35 12\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\35 12\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\35 12\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\35 12\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\35 12\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\35 12\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\35 12\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\35 12\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\35 12\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\35 12\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\35 12\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\35 12\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\35 12\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\35 12\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\35 12\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\35 12\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\35 12\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\35 12\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\35 12\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\35 12\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\35 12\:flex-row {
    flex-direction: row;
  }

  #tw .\35 12\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\35 12\:flex-col {
    flex-direction: column;
  }

  #tw .\35 12\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\35 12\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\35 12\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\35 12\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\35 12\:items-start {
    align-items: flex-start;
  }

  #tw .\35 12\:items-end {
    align-items: flex-end;
  }

  #tw .\35 12\:items-center {
    align-items: center;
  }

  #tw .\35 12\:items-baseline {
    align-items: baseline;
  }

  #tw .\35 12\:items-stretch {
    align-items: stretch;
  }

  #tw .\35 12\:self-auto {
    align-self: auto;
  }

  #tw .\35 12\:self-start {
    align-self: flex-start;
  }

  #tw .\35 12\:self-end {
    align-self: flex-end;
  }

  #tw .\35 12\:self-center {
    align-self: center;
  }

  #tw .\35 12\:self-stretch {
    align-self: stretch;
  }

  #tw .\35 12\:justify-start {
    justify-content: flex-start;
  }

  #tw .\35 12\:justify-end {
    justify-content: flex-end;
  }

  #tw .\35 12\:justify-center {
    justify-content: center;
  }

  #tw .\35 12\:justify-between {
    justify-content: space-between;
  }

  #tw .\35 12\:justify-around {
    justify-content: space-around;
  }

  #tw .\35 12\:content-center {
    align-content: center;
  }

  #tw .\35 12\:content-start {
    align-content: flex-start;
  }

  #tw .\35 12\:content-end {
    align-content: flex-end;
  }

  #tw .\35 12\:content-between {
    align-content: space-between;
  }

  #tw .\35 12\:content-around {
    align-content: space-around;
  }

  #tw .\35 12\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\35 12\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\35 12\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\35 12\:flex-none {
    flex: none;
  }

  #tw .\35 12\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\35 12\:flex-grow {
    flex-grow: 1;
  }

  #tw .\35 12\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\35 12\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\35 12\:order-1 {
    order: 1;
  }

  #tw .\35 12\:order-2 {
    order: 2;
  }

  #tw .\35 12\:order-3 {
    order: 3;
  }

  #tw .\35 12\:order-4 {
    order: 4;
  }

  #tw .\35 12\:order-5 {
    order: 5;
  }

  #tw .\35 12\:order-6 {
    order: 6;
  }

  #tw .\35 12\:order-7 {
    order: 7;
  }

  #tw .\35 12\:order-8 {
    order: 8;
  }

  #tw .\35 12\:order-9 {
    order: 9;
  }

  #tw .\35 12\:order-10 {
    order: 10;
  }

  #tw .\35 12\:order-11 {
    order: 11;
  }

  #tw .\35 12\:order-12 {
    order: 12;
  }

  #tw .\35 12\:order-first {
    order: -9999;
  }

  #tw .\35 12\:order-last {
    order: 9999;
  }

  #tw .\35 12\:order-none {
    order: 0;
  }

  #tw .\35 12\:h-0 {
    height: 0;
  }

  #tw .\35 12\:h-12 {
    height: 0.75rem;
  }

  #tw .\35 12\:h-14 {
    height: 0.875rem;
  }

  #tw .\35 12\:h-16 {
    height: 1rem;
  }

  #tw .\35 12\:h-20 {
    height: 1.25rem;
  }

  #tw .\35 12\:h-24 {
    height: 1.5rem;
  }

  #tw .\35 12\:h-32 {
    height: 2rem;
  }

  #tw .\35 12\:h-40 {
    height: 2.5rem;
  }

  #tw .\35 12\:h-48 {
    height: 3rem;
  }

  #tw .\35 12\:h-60 {
    height: 3.75rem;
  }

  #tw .\35 12\:h-64 {
    height: 4rem;
  }

  #tw .\35 12\:h-68 {
    height: 4.25rem;
  }

  #tw .\35 12\:h-80 {
    height: 5rem;
  }

  #tw .\35 12\:h-88 {
    height: 5.5rem;
  }

  #tw .\35 12\:h-96 {
    height: 6rem;
  }

  #tw .\35 12\:h-110 {
    height: 6.875rem;
  }

  #tw .\35 12\:h-120 {
    height: 7.5rem;
  }

  #tw .\35 12\:h-128 {
    height: 8rem;
  }

  #tw .\35 12\:h-144 {
    height: 9rem;
  }

  #tw .\35 12\:h-160 {
    height: 10rem;
  }

  #tw .\35 12\:h-174 {
    height: 10.875rem;
  }

  #tw .\35 12\:h-188 {
    height: 11.75rem;
  }

  #tw .\35 12\:h-210 {
    height: 13.125rem;
  }

  #tw .\35 12\:h-222 {
    height: 13.875rem;
  }

  #tw .\35 12\:h-256 {
    height: 16rem;
  }

  #tw .\35 12\:h-288 {
    height: 18rem;
  }

  #tw .\35 12\:h-300 {
    height: 18.75rem;
  }

  #tw .\35 12\:h-320 {
    height: 20rem;
  }

  #tw .\35 12\:h-400 {
    height: 25rem;
  }

  #tw .\35 12\:h-480 {
    height: 30rem;
  }

  #tw .\35 12\:h-600 {
    height: 37.5rem;
  }

  #tw .\35 12\:h-auto {
    height: auto;
  }

  #tw .\35 12\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\35 12\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\35 12\:h-1\/5 {
    height: 20%;
  }

  #tw .\35 12\:h-1\/4 {
    height: 25%;
  }

  #tw .\35 12\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\35 12\:h-2\/5 {
    height: 40%;
  }

  #tw .\35 12\:h-1\/2 {
    height: 50%;
  }

  #tw .\35 12\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\35 12\:h-1\/1 {
    height: 100%;
  }

  #tw .\35 12\:h-3\/5 {
    height: 60%;
  }

  #tw .\35 12\:h-3\/4 {
    height: 75%;
  }

  #tw .\35 12\:h-4\/5 {
    height: 80%;
  }

  #tw .\35 12\:h-50vw {
    height: 50vw;
  }

  #tw .\35 12\:h-100vw {
    height: 100vw;
  }

  #tw .\35 12\:h-50vh {
    height: 50vh;
  }

  #tw .\35 12\:h-100vh {
    height: 100vh;
  }

  #tw .\35 12\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\35 12\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\35 12\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\35 12\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\35 12\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\35 12\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\35 12\:m-0 {
    margin: 0;
  }

  #tw .\35 12\:m-4 {
    margin: 0.25rem;
  }

  #tw .\35 12\:m-6 {
    margin: 0.375rem;
  }

  #tw .\35 12\:m-8 {
    margin: 0.5rem;
  }

  #tw .\35 12\:m-10 {
    margin: 0.625rem;
  }

  #tw .\35 12\:m-12 {
    margin: 0.75rem;
  }

  #tw .\35 12\:m-14 {
    margin: 0.875rem;
  }

  #tw .\35 12\:m-16 {
    margin: 1rem;
  }

  #tw .\35 12\:m-18 {
    margin: 1.125rem;
  }

  #tw .\35 12\:m-20 {
    margin: 1.25rem;
  }

  #tw .\35 12\:m-24 {
    margin: 1.5rem;
  }

  #tw .\35 12\:m-28 {
    margin: 1.75rem;
  }

  #tw .\35 12\:m-32 {
    margin: 2rem;
  }

  #tw .\35 12\:m-36 {
    margin: 2.25rem;
  }

  #tw .\35 12\:m-40 {
    margin: 2.5rem;
  }

  #tw .\35 12\:m-48 {
    margin: 3rem;
  }

  #tw .\35 12\:m-56 {
    margin: 3.5rem;
  }

  #tw .\35 12\:m-60 {
    margin: 3.75rem;
  }

  #tw .\35 12\:m-64 {
    margin: 4rem;
  }

  #tw .\35 12\:m-80 {
    margin: 5rem;
  }

  #tw .\35 12\:m-88 {
    margin: 5.5rem;
  }

  #tw .\35 12\:m-96 {
    margin: 6rem;
  }

  #tw .\35 12\:m-112 {
    margin: 7rem;
  }

  #tw .\35 12\:m-128 {
    margin: 8rem;
  }

  #tw .\35 12\:m-144 {
    margin: 9rem;
  }

  #tw .\35 12\:m-200 {
    margin: 12.5rem;
  }

  #tw .\35 12\:m-auto {
    margin: auto;
  }

  #tw .\35 12\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\35 12\:-m-16 {
    margin: -1rem;
  }

  #tw .\35 12\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\35 12\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\35 12\:-m-32 {
    margin: -2rem;
  }

  #tw .\35 12\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\35 12\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\35 12\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\35 12\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\35 12\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\35 12\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\35 12\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\35 12\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\35 12\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\35 12\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\35 12\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\35 12\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\35 12\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\35 12\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\35 12\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\35 12\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\35 12\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\35 12\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\35 12\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\35 12\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\35 12\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\35 12\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\35 12\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\35 12\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\35 12\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\35 12\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\35 12\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\35 12\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\35 12\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\35 12\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\35 12\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\35 12\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\35 12\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\35 12\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\35 12\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\35 12\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\35 12\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\35 12\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\35 12\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\35 12\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\35 12\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\35 12\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\35 12\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\35 12\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\35 12\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\35 12\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\35 12\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\35 12\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\35 12\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\35 12\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\35 12\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\35 12\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\35 12\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\35 12\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\35 12\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\35 12\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\35 12\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\35 12\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\35 12\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\35 12\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\35 12\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\35 12\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\35 12\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\35 12\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\35 12\:mt-0 {
    margin-top: 0;
  }

  #tw .\35 12\:mr-0 {
    margin-right: 0;
  }

  #tw .\35 12\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\35 12\:ml-0 {
    margin-left: 0;
  }

  #tw .\35 12\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\35 12\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\35 12\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\35 12\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\35 12\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\35 12\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\35 12\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\35 12\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\35 12\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\35 12\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\35 12\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\35 12\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\35 12\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\35 12\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\35 12\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\35 12\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\35 12\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\35 12\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\35 12\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\35 12\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\35 12\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\35 12\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\35 12\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\35 12\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\35 12\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\35 12\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\35 12\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\35 12\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\35 12\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\35 12\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\35 12\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\35 12\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\35 12\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\35 12\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\35 12\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\35 12\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\35 12\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\35 12\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\35 12\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\35 12\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\35 12\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\35 12\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\35 12\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\35 12\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\35 12\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\35 12\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\35 12\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\35 12\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\35 12\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\35 12\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\35 12\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\35 12\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\35 12\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\35 12\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\35 12\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\35 12\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\35 12\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\35 12\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\35 12\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\35 12\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\35 12\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\35 12\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\35 12\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\35 12\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\35 12\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\35 12\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\35 12\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\35 12\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\35 12\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\35 12\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\35 12\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\35 12\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\35 12\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\35 12\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\35 12\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\35 12\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\35 12\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\35 12\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\35 12\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\35 12\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\35 12\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\35 12\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\35 12\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\35 12\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\35 12\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\35 12\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\35 12\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\35 12\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\35 12\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\35 12\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\35 12\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\35 12\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\35 12\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\35 12\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\35 12\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\35 12\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\35 12\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\35 12\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\35 12\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\35 12\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\35 12\:mt-auto {
    margin-top: auto;
  }

  #tw .\35 12\:mr-auto {
    margin-right: auto;
  }

  #tw .\35 12\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\35 12\:ml-auto {
    margin-left: auto;
  }

  #tw .\35 12\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\35 12\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\35 12\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\35 12\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\35 12\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\35 12\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\35 12\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\35 12\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\35 12\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\35 12\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\35 12\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\35 12\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\35 12\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\35 12\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\35 12\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\35 12\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\35 12\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\35 12\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\35 12\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\35 12\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\35 12\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\35 12\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\35 12\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\35 12\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\35 12\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\35 12\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\35 12\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\35 12\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\35 12\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\35 12\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\35 12\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\35 12\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\35 12\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\35 12\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\35 12\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\35 12\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\35 12\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\35 12\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\35 12\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\35 12\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\35 12\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\35 12\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\35 12\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\35 12\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\35 12\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\35 12\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\35 12\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\35 12\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\35 12\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\35 12\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\35 12\:max-h-auto {
    max-height: auto;
  }

  #tw .\35 12\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\35 12\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\35 12\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\35 12\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\35 12\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\35 12\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\35 12\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\35 12\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\35 12\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\35 12\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\35 12\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\35 12\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\35 12\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\35 12\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\35 12\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\35 12\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\35 12\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\35 12\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\35 12\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\35 12\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\35 12\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\35 12\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\35 12\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\35 12\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\35 12\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\35 12\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\35 12\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\35 12\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\35 12\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\35 12\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\35 12\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\35 12\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\35 12\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\35 12\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\35 12\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\35 12\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\35 12\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\35 12\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\35 12\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\35 12\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\35 12\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\35 12\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\35 12\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\35 12\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\35 12\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\35 12\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\35 12\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\35 12\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\35 12\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\35 12\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\35 12\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\35 12\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\35 12\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\35 12\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\35 12\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\35 12\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\35 12\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\35 12\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\35 12\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\35 12\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\35 12\:max-w-auto {
    max-width: auto;
  }

  #tw .\35 12\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\35 12\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\35 12\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\35 12\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\35 12\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\35 12\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\35 12\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\35 12\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\35 12\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\35 12\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\35 12\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\35 12\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\35 12\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\35 12\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\35 12\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\35 12\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\35 12\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\35 12\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\35 12\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\35 12\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\35 12\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\35 12\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\35 12\:max-w-none {
    max-width: none;
  }

  #tw .\35 12\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\35 12\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\35 12\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\35 12\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\35 12\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\35 12\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\35 12\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\35 12\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\35 12\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\35 12\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\35 12\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\35 12\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\35 12\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\35 12\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\35 12\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\35 12\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\35 12\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\35 12\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\35 12\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\35 12\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\35 12\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\35 12\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\35 12\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\35 12\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\35 12\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\35 12\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\35 12\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\35 12\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\35 12\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\35 12\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\35 12\:min-h-auto {
    min-height: auto;
  }

  #tw .\35 12\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\35 12\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\35 12\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\35 12\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\35 12\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\35 12\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\35 12\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\35 12\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\35 12\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\35 12\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\35 12\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\35 12\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\35 12\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\35 12\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\35 12\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\35 12\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\35 12\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\35 12\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\35 12\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\35 12\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\35 12\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\35 12\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\35 12\:min-w-0 {
    min-width: 0;
  }

  #tw .\35 12\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\35 12\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\35 12\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\35 12\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\35 12\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\35 12\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\35 12\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\35 12\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\35 12\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\35 12\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\35 12\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\35 12\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\35 12\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\35 12\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\35 12\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\35 12\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\35 12\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\35 12\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\35 12\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\35 12\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\35 12\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\35 12\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\35 12\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\35 12\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\35 12\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\35 12\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\35 12\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\35 12\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\35 12\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\35 12\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\35 12\:min-w-auto {
    min-width: auto;
  }

  #tw .\35 12\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\35 12\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\35 12\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\35 12\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\35 12\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\35 12\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\35 12\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\35 12\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\35 12\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\35 12\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\35 12\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\35 12\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\35 12\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\35 12\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\35 12\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\35 12\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\35 12\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\35 12\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\35 12\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\35 12\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\35 12\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\35 12\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\35 12\:overflow-auto {
    overflow: auto;
  }

  #tw .\35 12\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\35 12\:overflow-visible {
    overflow: visible;
  }

  #tw .\35 12\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\35 12\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\35 12\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\35 12\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\35 12\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\35 12\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\35 12\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\35 12\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\35 12\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\35 12\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\35 12\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\35 12\:p-0 {
    padding: 0;
  }

  #tw .\35 12\:p-4 {
    padding: 0.25rem;
  }

  #tw .\35 12\:p-6 {
    padding: 0.375rem;
  }

  #tw .\35 12\:p-8 {
    padding: 0.5rem;
  }

  #tw .\35 12\:p-10 {
    padding: 0.625rem;
  }

  #tw .\35 12\:p-12 {
    padding: 0.75rem;
  }

  #tw .\35 12\:p-14 {
    padding: 0.875rem;
  }

  #tw .\35 12\:p-16 {
    padding: 1rem;
  }

  #tw .\35 12\:p-18 {
    padding: 1.125rem;
  }

  #tw .\35 12\:p-20 {
    padding: 1.25rem;
  }

  #tw .\35 12\:p-24 {
    padding: 1.5rem;
  }

  #tw .\35 12\:p-28 {
    padding: 1.75rem;
  }

  #tw .\35 12\:p-32 {
    padding: 2rem;
  }

  #tw .\35 12\:p-36 {
    padding: 2.25rem;
  }

  #tw .\35 12\:p-40 {
    padding: 2.5rem;
  }

  #tw .\35 12\:p-48 {
    padding: 3rem;
  }

  #tw .\35 12\:p-56 {
    padding: 3.5rem;
  }

  #tw .\35 12\:p-60 {
    padding: 3.75rem;
  }

  #tw .\35 12\:p-64 {
    padding: 4rem;
  }

  #tw .\35 12\:p-80 {
    padding: 5rem;
  }

  #tw .\35 12\:p-88 {
    padding: 5.5rem;
  }

  #tw .\35 12\:p-96 {
    padding: 6rem;
  }

  #tw .\35 12\:p-112 {
    padding: 7rem;
  }

  #tw .\35 12\:p-128 {
    padding: 8rem;
  }

  #tw .\35 12\:p-144 {
    padding: 9rem;
  }

  #tw .\35 12\:p-200 {
    padding: 12.5rem;
  }

  #tw .\35 12\:p-auto {
    padding: auto;
  }

  #tw .\35 12\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\35 12\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\35 12\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\35 12\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\35 12\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\35 12\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\35 12\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\35 12\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\35 12\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\35 12\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\35 12\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\35 12\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\35 12\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\35 12\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\35 12\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\35 12\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\35 12\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\35 12\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\35 12\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\35 12\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\35 12\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\35 12\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\35 12\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\35 12\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\35 12\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\35 12\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\35 12\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\35 12\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\35 12\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\35 12\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\35 12\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\35 12\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\35 12\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\35 12\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\35 12\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\35 12\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\35 12\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\35 12\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\35 12\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\35 12\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\35 12\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\35 12\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\35 12\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\35 12\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\35 12\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\35 12\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\35 12\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\35 12\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\35 12\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\35 12\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\35 12\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\35 12\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\35 12\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\35 12\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\35 12\:pt-0 {
    padding-top: 0;
  }

  #tw .\35 12\:pr-0 {
    padding-right: 0;
  }

  #tw .\35 12\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\35 12\:pl-0 {
    padding-left: 0;
  }

  #tw .\35 12\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\35 12\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\35 12\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\35 12\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\35 12\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\35 12\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\35 12\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\35 12\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\35 12\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\35 12\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\35 12\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\35 12\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\35 12\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\35 12\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\35 12\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\35 12\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\35 12\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\35 12\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\35 12\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\35 12\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\35 12\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\35 12\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\35 12\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\35 12\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\35 12\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\35 12\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\35 12\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\35 12\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\35 12\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\35 12\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\35 12\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\35 12\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\35 12\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\35 12\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\35 12\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\35 12\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\35 12\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\35 12\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\35 12\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\35 12\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\35 12\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\35 12\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\35 12\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\35 12\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\35 12\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\35 12\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\35 12\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\35 12\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\35 12\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\35 12\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\35 12\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\35 12\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\35 12\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\35 12\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\35 12\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\35 12\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\35 12\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\35 12\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\35 12\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\35 12\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\35 12\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\35 12\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\35 12\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\35 12\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\35 12\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\35 12\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\35 12\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\35 12\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\35 12\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\35 12\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\35 12\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\35 12\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\35 12\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\35 12\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\35 12\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\35 12\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\35 12\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\35 12\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\35 12\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\35 12\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\35 12\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\35 12\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\35 12\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\35 12\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\35 12\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\35 12\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\35 12\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\35 12\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\35 12\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\35 12\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\35 12\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\35 12\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\35 12\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\35 12\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\35 12\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\35 12\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\35 12\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\35 12\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\35 12\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\35 12\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\35 12\:pt-auto {
    padding-top: auto;
  }

  #tw .\35 12\:pr-auto {
    padding-right: auto;
  }

  #tw .\35 12\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\35 12\:pl-auto {
    padding-left: auto;
  }

  #tw .\35 12\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\35 12\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\35 12\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\35 12\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\35 12\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\35 12\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\35 12\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\35 12\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\35 12\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\35 12\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\35 12\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\35 12\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\35 12\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\35 12\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\35 12\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\35 12\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\35 12\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\35 12\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\35 12\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\35 12\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\35 12\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\35 12\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\35 12\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\35 12\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\35 12\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\35 12\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\35 12\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\35 12\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\35 12\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\35 12\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\35 12\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\35 12\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\35 12\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\35 12\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\35 12\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\35 12\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\35 12\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\35 12\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\35 12\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\35 12\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\35 12\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\35 12\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\35 12\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\35 12\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\35 12\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\35 12\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\35 12\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\35 12\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\35 12\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\35 12\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\35 12\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\35 12\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\35 12\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\35 12\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\35 12\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\35 12\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\35 12\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\35 12\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\35 12\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\35 12\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\35 12\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\35 12\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\35 12\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\35 12\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\35 12\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\35 12\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\35 12\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\35 12\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\35 12\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\35 12\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\35 12\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\35 12\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\35 12\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\35 12\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\35 12\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\35 12\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\35 12\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\35 12\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\35 12\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\35 12\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\35 12\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\35 12\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\35 12\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\35 12\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\35 12\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\35 12\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\35 12\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\35 12\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\35 12\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\35 12\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\35 12\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\35 12\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\35 12\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\35 12\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\35 12\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\35 12\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\35 12\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\35 12\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\35 12\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\35 12\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\35 12\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\35 12\:top-0 {
    top: 0;
  }

  #tw .\35 12\:right-0 {
    right: 0;
  }

  #tw .\35 12\:bottom-0 {
    bottom: 0;
  }

  #tw .\35 12\:left-0 {
    left: 0;
  }

  #tw .\35 12\:top-auto {
    top: auto;
  }

  #tw .\35 12\:right-auto {
    right: auto;
  }

  #tw .\35 12\:bottom-auto {
    bottom: auto;
  }

  #tw .\35 12\:left-auto {
    left: auto;
  }

  #tw .\35 12\:-top-8 {
    top: -0.5rem;
  }

  #tw .\35 12\:-right-8 {
    right: -0.5rem;
  }

  #tw .\35 12\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\35 12\:-left-8 {
    left: -0.5rem;
  }

  #tw .\35 12\:-top-80 {
    top: -5rem;
  }

  #tw .\35 12\:-right-80 {
    right: -5rem;
  }

  #tw .\35 12\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\35 12\:-left-80 {
    left: -5rem;
  }

  #tw .\35 12\:-top-1\/1 {
    top: -100%;
  }

  #tw .\35 12\:-right-1\/1 {
    right: -100%;
  }

  #tw .\35 12\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\35 12\:-left-1\/1 {
    left: -100%;
  }

  #tw .\35 12\:-top-1\/2 {
    top: -50%;
  }

  #tw .\35 12\:-right-1\/2 {
    right: -50%;
  }

  #tw .\35 12\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\35 12\:-left-1\/2 {
    left: -50%;
  }

  #tw .\35 12\:top-1\/1 {
    top: 100%;
  }

  #tw .\35 12\:right-1\/1 {
    right: 100%;
  }

  #tw .\35 12\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\35 12\:left-1\/1 {
    left: 100%;
  }

  #tw .\35 12\:top-1\/2 {
    top: 50%;
  }

  #tw .\35 12\:right-1\/2 {
    right: 50%;
  }

  #tw .\35 12\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\35 12\:left-1\/2 {
    left: 50%;
  }

  #tw .\35 12\:resize-none {
    resize: none;
  }

  #tw .\35 12\:resize-y {
    resize: vertical;
  }

  #tw .\35 12\:resize-x {
    resize: horizontal;
  }

  #tw .\35 12\:resize {
    resize: both;
  }

  #tw .\35 12\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\35 12\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\35 12\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\35 12\:shadow-none {
    box-shadow: none;
  }

  #tw .\35 12\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\35 12\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\35 12\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\35 12\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\35 12\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\35 12\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\35 12\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\35 12\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\35 12\:table-auto {
    table-layout: auto;
  }

  #tw .\35 12\:table-fixed {
    table-layout: fixed;
  }

  #tw .\35 12\:text-left {
    text-align: left;
  }

  #tw .\35 12\:text-center {
    text-align: center;
  }

  #tw .\35 12\:text-right {
    text-align: right;
  }

  #tw .\35 12\:text-justify {
    text-align: justify;
  }

  #tw .\35 12\:italic {
    font-style: italic;
  }

  #tw .\35 12\:not-italic {
    font-style: normal;
  }

  #tw .\35 12\:uppercase {
    text-transform: uppercase;
  }

  #tw .\35 12\:lowercase {
    text-transform: lowercase;
  }

  #tw .\35 12\:capitalize {
    text-transform: capitalize;
  }

  #tw .\35 12\:normal-case {
    text-transform: none;
  }

  #tw .\35 12\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\35 12\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\35 12\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\35 12\:align-top {
    vertical-align: top;
  }

  #tw .\35 12\:align-middle {
    vertical-align: middle;
  }

  #tw .\35 12\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\35 12\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\35 12\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\35 12\:visible {
    visibility: visible;
  }

  #tw .\35 12\:invisible {
    visibility: hidden;
  }

  #tw .\35 12\:whitespace-normal {
    white-space: normal;
  }

  #tw .\35 12\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\35 12\:whitespace-pre {
    white-space: pre;
  }

  #tw .\35 12\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\35 12\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\35 12\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\35 12\:break-words {
    word-wrap: break-word;
  }

  #tw .\35 12\:break-all {
    word-break: break-all;
  }

  #tw .\35 12\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\35 12\:w-0 {
    width: 0;
  }

  #tw .\35 12\:w-12 {
    width: 0.75rem;
  }

  #tw .\35 12\:w-14 {
    width: 0.875rem;
  }

  #tw .\35 12\:w-16 {
    width: 1rem;
  }

  #tw .\35 12\:w-20 {
    width: 1.25rem;
  }

  #tw .\35 12\:w-24 {
    width: 1.5rem;
  }

  #tw .\35 12\:w-32 {
    width: 2rem;
  }

  #tw .\35 12\:w-40 {
    width: 2.5rem;
  }

  #tw .\35 12\:w-48 {
    width: 3rem;
  }

  #tw .\35 12\:w-60 {
    width: 3.75rem;
  }

  #tw .\35 12\:w-64 {
    width: 4rem;
  }

  #tw .\35 12\:w-68 {
    width: 4.25rem;
  }

  #tw .\35 12\:w-80 {
    width: 5rem;
  }

  #tw .\35 12\:w-88 {
    width: 5.5rem;
  }

  #tw .\35 12\:w-96 {
    width: 6rem;
  }

  #tw .\35 12\:w-110 {
    width: 6.875rem;
  }

  #tw .\35 12\:w-120 {
    width: 7.5rem;
  }

  #tw .\35 12\:w-128 {
    width: 8rem;
  }

  #tw .\35 12\:w-144 {
    width: 9rem;
  }

  #tw .\35 12\:w-160 {
    width: 10rem;
  }

  #tw .\35 12\:w-174 {
    width: 10.875rem;
  }

  #tw .\35 12\:w-188 {
    width: 11.75rem;
  }

  #tw .\35 12\:w-210 {
    width: 13.125rem;
  }

  #tw .\35 12\:w-222 {
    width: 13.875rem;
  }

  #tw .\35 12\:w-256 {
    width: 16rem;
  }

  #tw .\35 12\:w-288 {
    width: 18rem;
  }

  #tw .\35 12\:w-300 {
    width: 18.75rem;
  }

  #tw .\35 12\:w-320 {
    width: 20rem;
  }

  #tw .\35 12\:w-400 {
    width: 25rem;
  }

  #tw .\35 12\:w-480 {
    width: 30rem;
  }

  #tw .\35 12\:w-600 {
    width: 37.5rem;
  }

  #tw .\35 12\:w-auto {
    width: auto;
  }

  #tw .\35 12\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\35 12\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\35 12\:w-1\/5 {
    width: 20%;
  }

  #tw .\35 12\:w-1\/4 {
    width: 25%;
  }

  #tw .\35 12\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\35 12\:w-2\/5 {
    width: 40%;
  }

  #tw .\35 12\:w-1\/2 {
    width: 50%;
  }

  #tw .\35 12\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\35 12\:w-1\/1 {
    width: 100%;
  }

  #tw .\35 12\:w-3\/5 {
    width: 60%;
  }

  #tw .\35 12\:w-3\/4 {
    width: 75%;
  }

  #tw .\35 12\:w-4\/5 {
    width: 80%;
  }

  #tw .\35 12\:w-50vw {
    width: 50vw;
  }

  #tw .\35 12\:w-100vw {
    width: 100vw;
  }

  #tw .\35 12\:w-50vh {
    width: 50vh;
  }

  #tw .\35 12\:w-100vh {
    width: 100vh;
  }

  #tw .\35 12\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\35 12\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\35 12\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\35 12\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\35 12\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\35 12\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\35 12\:z-0 {
    z-index: 0;
  }

  #tw .\35 12\:z-100 {
    z-index: 100;
  }

  #tw .\35 12\:z-200 {
    z-index: 200;
  }

  #tw .\35 12\:z-300 {
    z-index: 300;
  }

  #tw .\35 12\:z-400 {
    z-index: 400;
  }

  #tw .\35 12\:z-500 {
    z-index: 500;
  }

  #tw .\35 12\:z-auto {
    z-index: auto;
  }

  #tw .\35 12\:d-block {
    display: block;
  }

  #tw .\35 12\:d-inline-block {
    display: inline-block;
  }

  #tw .\35 12\:d-inline {
    display: inline;
  }

  #tw .\35 12\:d-flex {
    display: flex;
  }

  #tw .\35 12\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\35 12\:d-none {
    display: none;
  }

  #tw .\35 12\:p-static {
    position: static;
  }

  #tw .\35 12\:p-relative {
    position: relative;
  }

  #tw .\35 12\:p-fixed {
    position: fixed;
  }

  #tw .\35 12\:p-absolute {
    position: absolute;
  }

  #tw .\35 12\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\35 12\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\35 12\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\35 12\:col-count-1 {
    column-count: 1;
  }

  #tw .\35 12\:col-count-2 {
    column-count: 2;
  }

  #tw .\35 12\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\35 12\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\35 12\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\35 12\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\35 12\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\35 12\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\35 12\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 640px) {
  #tw .\36 40\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\36 40\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\36 40\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\36 40\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\36 40\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\36 40\:bg-local {
    background-attachment: local;
  }

  #tw .\36 40\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\36 40\:bg-black {
    background-color: #111111;
  }

  #tw .\36 40\:bg-white {
    background-color: #ffffff;
  }

  #tw .\36 40\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\36 40\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\36 40\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\36 40\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\36 40\:bg-green {
    background-color: #00ff00;
  }

  #tw .\36 40\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\36 40\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\36 40\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\36 40\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\36 40\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\36 40\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\36 40\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\36 40\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\36 40\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\36 40\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\36 40\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\36 40\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\36 40\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\36 40\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\36 40\:bg-transparent {
    background-color: transparent;
  }

  #tw .\36 40\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\36 40\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\36 40\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\36 40\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\36 40\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\36 40\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\36 40\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\36 40\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\36 40\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\36 40\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\36 40\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\36 40\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\36 40\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\36 40\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\36 40\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\36 40\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\36 40\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\36 40\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\36 40\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\36 40\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\36 40\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\36 40\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\36 40\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\36 40\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\36 40\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\36 40\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\36 40\:flex-row {
    flex-direction: row;
  }

  #tw .\36 40\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\36 40\:flex-col {
    flex-direction: column;
  }

  #tw .\36 40\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\36 40\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\36 40\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\36 40\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\36 40\:items-start {
    align-items: flex-start;
  }

  #tw .\36 40\:items-end {
    align-items: flex-end;
  }

  #tw .\36 40\:items-center {
    align-items: center;
  }

  #tw .\36 40\:items-baseline {
    align-items: baseline;
  }

  #tw .\36 40\:items-stretch {
    align-items: stretch;
  }

  #tw .\36 40\:self-auto {
    align-self: auto;
  }

  #tw .\36 40\:self-start {
    align-self: flex-start;
  }

  #tw .\36 40\:self-end {
    align-self: flex-end;
  }

  #tw .\36 40\:self-center {
    align-self: center;
  }

  #tw .\36 40\:self-stretch {
    align-self: stretch;
  }

  #tw .\36 40\:justify-start {
    justify-content: flex-start;
  }

  #tw .\36 40\:justify-end {
    justify-content: flex-end;
  }

  #tw .\36 40\:justify-center {
    justify-content: center;
  }

  #tw .\36 40\:justify-between {
    justify-content: space-between;
  }

  #tw .\36 40\:justify-around {
    justify-content: space-around;
  }

  #tw .\36 40\:content-center {
    align-content: center;
  }

  #tw .\36 40\:content-start {
    align-content: flex-start;
  }

  #tw .\36 40\:content-end {
    align-content: flex-end;
  }

  #tw .\36 40\:content-between {
    align-content: space-between;
  }

  #tw .\36 40\:content-around {
    align-content: space-around;
  }

  #tw .\36 40\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\36 40\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\36 40\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\36 40\:flex-none {
    flex: none;
  }

  #tw .\36 40\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\36 40\:flex-grow {
    flex-grow: 1;
  }

  #tw .\36 40\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\36 40\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\36 40\:order-1 {
    order: 1;
  }

  #tw .\36 40\:order-2 {
    order: 2;
  }

  #tw .\36 40\:order-3 {
    order: 3;
  }

  #tw .\36 40\:order-4 {
    order: 4;
  }

  #tw .\36 40\:order-5 {
    order: 5;
  }

  #tw .\36 40\:order-6 {
    order: 6;
  }

  #tw .\36 40\:order-7 {
    order: 7;
  }

  #tw .\36 40\:order-8 {
    order: 8;
  }

  #tw .\36 40\:order-9 {
    order: 9;
  }

  #tw .\36 40\:order-10 {
    order: 10;
  }

  #tw .\36 40\:order-11 {
    order: 11;
  }

  #tw .\36 40\:order-12 {
    order: 12;
  }

  #tw .\36 40\:order-first {
    order: -9999;
  }

  #tw .\36 40\:order-last {
    order: 9999;
  }

  #tw .\36 40\:order-none {
    order: 0;
  }

  #tw .\36 40\:h-0 {
    height: 0;
  }

  #tw .\36 40\:h-12 {
    height: 0.75rem;
  }

  #tw .\36 40\:h-14 {
    height: 0.875rem;
  }

  #tw .\36 40\:h-16 {
    height: 1rem;
  }

  #tw .\36 40\:h-20 {
    height: 1.25rem;
  }

  #tw .\36 40\:h-24 {
    height: 1.5rem;
  }

  #tw .\36 40\:h-32 {
    height: 2rem;
  }

  #tw .\36 40\:h-40 {
    height: 2.5rem;
  }

  #tw .\36 40\:h-48 {
    height: 3rem;
  }

  #tw .\36 40\:h-60 {
    height: 3.75rem;
  }

  #tw .\36 40\:h-64 {
    height: 4rem;
  }

  #tw .\36 40\:h-68 {
    height: 4.25rem;
  }

  #tw .\36 40\:h-80 {
    height: 5rem;
  }

  #tw .\36 40\:h-88 {
    height: 5.5rem;
  }

  #tw .\36 40\:h-96 {
    height: 6rem;
  }

  #tw .\36 40\:h-110 {
    height: 6.875rem;
  }

  #tw .\36 40\:h-120 {
    height: 7.5rem;
  }

  #tw .\36 40\:h-128 {
    height: 8rem;
  }

  #tw .\36 40\:h-144 {
    height: 9rem;
  }

  #tw .\36 40\:h-160 {
    height: 10rem;
  }

  #tw .\36 40\:h-174 {
    height: 10.875rem;
  }

  #tw .\36 40\:h-188 {
    height: 11.75rem;
  }

  #tw .\36 40\:h-210 {
    height: 13.125rem;
  }

  #tw .\36 40\:h-222 {
    height: 13.875rem;
  }

  #tw .\36 40\:h-256 {
    height: 16rem;
  }

  #tw .\36 40\:h-288 {
    height: 18rem;
  }

  #tw .\36 40\:h-300 {
    height: 18.75rem;
  }

  #tw .\36 40\:h-320 {
    height: 20rem;
  }

  #tw .\36 40\:h-400 {
    height: 25rem;
  }

  #tw .\36 40\:h-480 {
    height: 30rem;
  }

  #tw .\36 40\:h-600 {
    height: 37.5rem;
  }

  #tw .\36 40\:h-auto {
    height: auto;
  }

  #tw .\36 40\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\36 40\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\36 40\:h-1\/5 {
    height: 20%;
  }

  #tw .\36 40\:h-1\/4 {
    height: 25%;
  }

  #tw .\36 40\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\36 40\:h-2\/5 {
    height: 40%;
  }

  #tw .\36 40\:h-1\/2 {
    height: 50%;
  }

  #tw .\36 40\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\36 40\:h-1\/1 {
    height: 100%;
  }

  #tw .\36 40\:h-3\/5 {
    height: 60%;
  }

  #tw .\36 40\:h-3\/4 {
    height: 75%;
  }

  #tw .\36 40\:h-4\/5 {
    height: 80%;
  }

  #tw .\36 40\:h-50vw {
    height: 50vw;
  }

  #tw .\36 40\:h-100vw {
    height: 100vw;
  }

  #tw .\36 40\:h-50vh {
    height: 50vh;
  }

  #tw .\36 40\:h-100vh {
    height: 100vh;
  }

  #tw .\36 40\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\36 40\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\36 40\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\36 40\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\36 40\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\36 40\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\36 40\:m-0 {
    margin: 0;
  }

  #tw .\36 40\:m-4 {
    margin: 0.25rem;
  }

  #tw .\36 40\:m-6 {
    margin: 0.375rem;
  }

  #tw .\36 40\:m-8 {
    margin: 0.5rem;
  }

  #tw .\36 40\:m-10 {
    margin: 0.625rem;
  }

  #tw .\36 40\:m-12 {
    margin: 0.75rem;
  }

  #tw .\36 40\:m-14 {
    margin: 0.875rem;
  }

  #tw .\36 40\:m-16 {
    margin: 1rem;
  }

  #tw .\36 40\:m-18 {
    margin: 1.125rem;
  }

  #tw .\36 40\:m-20 {
    margin: 1.25rem;
  }

  #tw .\36 40\:m-24 {
    margin: 1.5rem;
  }

  #tw .\36 40\:m-28 {
    margin: 1.75rem;
  }

  #tw .\36 40\:m-32 {
    margin: 2rem;
  }

  #tw .\36 40\:m-36 {
    margin: 2.25rem;
  }

  #tw .\36 40\:m-40 {
    margin: 2.5rem;
  }

  #tw .\36 40\:m-48 {
    margin: 3rem;
  }

  #tw .\36 40\:m-56 {
    margin: 3.5rem;
  }

  #tw .\36 40\:m-60 {
    margin: 3.75rem;
  }

  #tw .\36 40\:m-64 {
    margin: 4rem;
  }

  #tw .\36 40\:m-80 {
    margin: 5rem;
  }

  #tw .\36 40\:m-88 {
    margin: 5.5rem;
  }

  #tw .\36 40\:m-96 {
    margin: 6rem;
  }

  #tw .\36 40\:m-112 {
    margin: 7rem;
  }

  #tw .\36 40\:m-128 {
    margin: 8rem;
  }

  #tw .\36 40\:m-144 {
    margin: 9rem;
  }

  #tw .\36 40\:m-200 {
    margin: 12.5rem;
  }

  #tw .\36 40\:m-auto {
    margin: auto;
  }

  #tw .\36 40\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\36 40\:-m-16 {
    margin: -1rem;
  }

  #tw .\36 40\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\36 40\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\36 40\:-m-32 {
    margin: -2rem;
  }

  #tw .\36 40\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\36 40\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\36 40\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\36 40\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\36 40\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\36 40\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\36 40\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\36 40\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\36 40\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\36 40\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\36 40\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\36 40\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\36 40\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\36 40\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\36 40\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\36 40\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\36 40\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\36 40\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\36 40\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\36 40\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\36 40\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\36 40\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\36 40\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\36 40\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\36 40\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\36 40\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\36 40\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\36 40\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\36 40\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\36 40\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\36 40\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\36 40\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\36 40\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\36 40\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\36 40\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\36 40\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\36 40\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\36 40\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\36 40\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\36 40\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\36 40\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\36 40\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\36 40\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\36 40\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\36 40\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\36 40\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\36 40\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\36 40\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\36 40\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\36 40\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\36 40\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\36 40\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\36 40\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\36 40\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\36 40\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\36 40\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\36 40\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\36 40\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\36 40\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\36 40\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\36 40\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\36 40\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\36 40\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\36 40\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\36 40\:mt-0 {
    margin-top: 0;
  }

  #tw .\36 40\:mr-0 {
    margin-right: 0;
  }

  #tw .\36 40\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\36 40\:ml-0 {
    margin-left: 0;
  }

  #tw .\36 40\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\36 40\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\36 40\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\36 40\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\36 40\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\36 40\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\36 40\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\36 40\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\36 40\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\36 40\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\36 40\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\36 40\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\36 40\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\36 40\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\36 40\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\36 40\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\36 40\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\36 40\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\36 40\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\36 40\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\36 40\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\36 40\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\36 40\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\36 40\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\36 40\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\36 40\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\36 40\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\36 40\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\36 40\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\36 40\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\36 40\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\36 40\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\36 40\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\36 40\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\36 40\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\36 40\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\36 40\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\36 40\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\36 40\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\36 40\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\36 40\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\36 40\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\36 40\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\36 40\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\36 40\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\36 40\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\36 40\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\36 40\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\36 40\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\36 40\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\36 40\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\36 40\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\36 40\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\36 40\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\36 40\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\36 40\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\36 40\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\36 40\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\36 40\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\36 40\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\36 40\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\36 40\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\36 40\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\36 40\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\36 40\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\36 40\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\36 40\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\36 40\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\36 40\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\36 40\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\36 40\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\36 40\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\36 40\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\36 40\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\36 40\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\36 40\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\36 40\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\36 40\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\36 40\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\36 40\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\36 40\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\36 40\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\36 40\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\36 40\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\36 40\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\36 40\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\36 40\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\36 40\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\36 40\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\36 40\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\36 40\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\36 40\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\36 40\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\36 40\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\36 40\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\36 40\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\36 40\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\36 40\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\36 40\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\36 40\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\36 40\:mt-auto {
    margin-top: auto;
  }

  #tw .\36 40\:mr-auto {
    margin-right: auto;
  }

  #tw .\36 40\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\36 40\:ml-auto {
    margin-left: auto;
  }

  #tw .\36 40\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\36 40\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\36 40\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\36 40\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\36 40\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\36 40\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\36 40\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\36 40\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\36 40\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\36 40\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\36 40\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\36 40\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\36 40\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\36 40\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\36 40\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\36 40\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\36 40\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\36 40\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\36 40\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\36 40\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\36 40\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\36 40\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\36 40\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\36 40\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\36 40\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\36 40\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\36 40\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\36 40\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\36 40\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\36 40\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\36 40\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\36 40\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\36 40\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\36 40\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\36 40\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\36 40\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\36 40\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\36 40\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\36 40\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\36 40\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\36 40\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\36 40\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\36 40\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\36 40\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\36 40\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\36 40\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\36 40\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\36 40\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\36 40\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\36 40\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\36 40\:max-h-auto {
    max-height: auto;
  }

  #tw .\36 40\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\36 40\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\36 40\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\36 40\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\36 40\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\36 40\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\36 40\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\36 40\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\36 40\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\36 40\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\36 40\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\36 40\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\36 40\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\36 40\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\36 40\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\36 40\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\36 40\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\36 40\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\36 40\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\36 40\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\36 40\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\36 40\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\36 40\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\36 40\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\36 40\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\36 40\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\36 40\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\36 40\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\36 40\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\36 40\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\36 40\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\36 40\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\36 40\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\36 40\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\36 40\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\36 40\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\36 40\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\36 40\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\36 40\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\36 40\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\36 40\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\36 40\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\36 40\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\36 40\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\36 40\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\36 40\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\36 40\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\36 40\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\36 40\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\36 40\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\36 40\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\36 40\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\36 40\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\36 40\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\36 40\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\36 40\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\36 40\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\36 40\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\36 40\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\36 40\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\36 40\:max-w-auto {
    max-width: auto;
  }

  #tw .\36 40\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\36 40\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\36 40\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\36 40\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\36 40\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\36 40\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\36 40\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\36 40\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\36 40\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\36 40\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\36 40\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\36 40\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\36 40\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\36 40\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\36 40\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\36 40\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\36 40\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\36 40\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\36 40\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\36 40\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\36 40\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\36 40\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\36 40\:max-w-none {
    max-width: none;
  }

  #tw .\36 40\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\36 40\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\36 40\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\36 40\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\36 40\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\36 40\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\36 40\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\36 40\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\36 40\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\36 40\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\36 40\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\36 40\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\36 40\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\36 40\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\36 40\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\36 40\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\36 40\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\36 40\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\36 40\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\36 40\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\36 40\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\36 40\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\36 40\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\36 40\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\36 40\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\36 40\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\36 40\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\36 40\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\36 40\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\36 40\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\36 40\:min-h-auto {
    min-height: auto;
  }

  #tw .\36 40\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\36 40\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\36 40\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\36 40\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\36 40\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\36 40\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\36 40\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\36 40\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\36 40\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\36 40\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\36 40\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\36 40\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\36 40\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\36 40\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\36 40\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\36 40\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\36 40\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\36 40\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\36 40\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\36 40\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\36 40\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\36 40\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\36 40\:min-w-0 {
    min-width: 0;
  }

  #tw .\36 40\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\36 40\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\36 40\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\36 40\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\36 40\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\36 40\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\36 40\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\36 40\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\36 40\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\36 40\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\36 40\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\36 40\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\36 40\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\36 40\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\36 40\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\36 40\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\36 40\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\36 40\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\36 40\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\36 40\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\36 40\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\36 40\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\36 40\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\36 40\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\36 40\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\36 40\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\36 40\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\36 40\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\36 40\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\36 40\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\36 40\:min-w-auto {
    min-width: auto;
  }

  #tw .\36 40\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\36 40\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\36 40\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\36 40\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\36 40\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\36 40\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\36 40\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\36 40\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\36 40\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\36 40\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\36 40\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\36 40\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\36 40\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\36 40\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\36 40\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\36 40\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\36 40\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\36 40\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\36 40\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\36 40\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\36 40\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\36 40\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\36 40\:overflow-auto {
    overflow: auto;
  }

  #tw .\36 40\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\36 40\:overflow-visible {
    overflow: visible;
  }

  #tw .\36 40\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\36 40\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\36 40\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\36 40\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\36 40\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\36 40\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\36 40\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\36 40\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\36 40\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\36 40\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\36 40\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\36 40\:p-0 {
    padding: 0;
  }

  #tw .\36 40\:p-4 {
    padding: 0.25rem;
  }

  #tw .\36 40\:p-6 {
    padding: 0.375rem;
  }

  #tw .\36 40\:p-8 {
    padding: 0.5rem;
  }

  #tw .\36 40\:p-10 {
    padding: 0.625rem;
  }

  #tw .\36 40\:p-12 {
    padding: 0.75rem;
  }

  #tw .\36 40\:p-14 {
    padding: 0.875rem;
  }

  #tw .\36 40\:p-16 {
    padding: 1rem;
  }

  #tw .\36 40\:p-18 {
    padding: 1.125rem;
  }

  #tw .\36 40\:p-20 {
    padding: 1.25rem;
  }

  #tw .\36 40\:p-24 {
    padding: 1.5rem;
  }

  #tw .\36 40\:p-28 {
    padding: 1.75rem;
  }

  #tw .\36 40\:p-32 {
    padding: 2rem;
  }

  #tw .\36 40\:p-36 {
    padding: 2.25rem;
  }

  #tw .\36 40\:p-40 {
    padding: 2.5rem;
  }

  #tw .\36 40\:p-48 {
    padding: 3rem;
  }

  #tw .\36 40\:p-56 {
    padding: 3.5rem;
  }

  #tw .\36 40\:p-60 {
    padding: 3.75rem;
  }

  #tw .\36 40\:p-64 {
    padding: 4rem;
  }

  #tw .\36 40\:p-80 {
    padding: 5rem;
  }

  #tw .\36 40\:p-88 {
    padding: 5.5rem;
  }

  #tw .\36 40\:p-96 {
    padding: 6rem;
  }

  #tw .\36 40\:p-112 {
    padding: 7rem;
  }

  #tw .\36 40\:p-128 {
    padding: 8rem;
  }

  #tw .\36 40\:p-144 {
    padding: 9rem;
  }

  #tw .\36 40\:p-200 {
    padding: 12.5rem;
  }

  #tw .\36 40\:p-auto {
    padding: auto;
  }

  #tw .\36 40\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\36 40\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\36 40\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\36 40\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\36 40\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\36 40\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\36 40\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\36 40\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\36 40\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\36 40\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\36 40\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\36 40\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\36 40\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\36 40\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\36 40\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\36 40\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\36 40\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\36 40\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\36 40\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\36 40\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\36 40\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\36 40\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\36 40\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\36 40\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\36 40\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\36 40\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\36 40\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\36 40\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\36 40\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\36 40\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\36 40\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\36 40\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\36 40\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\36 40\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\36 40\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\36 40\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\36 40\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\36 40\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\36 40\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\36 40\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\36 40\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\36 40\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\36 40\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\36 40\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\36 40\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\36 40\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\36 40\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\36 40\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\36 40\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\36 40\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\36 40\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\36 40\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\36 40\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\36 40\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\36 40\:pt-0 {
    padding-top: 0;
  }

  #tw .\36 40\:pr-0 {
    padding-right: 0;
  }

  #tw .\36 40\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\36 40\:pl-0 {
    padding-left: 0;
  }

  #tw .\36 40\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\36 40\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\36 40\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\36 40\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\36 40\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\36 40\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\36 40\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\36 40\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\36 40\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\36 40\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\36 40\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\36 40\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\36 40\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\36 40\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\36 40\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\36 40\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\36 40\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\36 40\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\36 40\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\36 40\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\36 40\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\36 40\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\36 40\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\36 40\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\36 40\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\36 40\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\36 40\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\36 40\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\36 40\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\36 40\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\36 40\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\36 40\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\36 40\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\36 40\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\36 40\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\36 40\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\36 40\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\36 40\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\36 40\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\36 40\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\36 40\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\36 40\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\36 40\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\36 40\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\36 40\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\36 40\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\36 40\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\36 40\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\36 40\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\36 40\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\36 40\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\36 40\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\36 40\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\36 40\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\36 40\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\36 40\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\36 40\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\36 40\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\36 40\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\36 40\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\36 40\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\36 40\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\36 40\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\36 40\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\36 40\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\36 40\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\36 40\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\36 40\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\36 40\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\36 40\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\36 40\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\36 40\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\36 40\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\36 40\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\36 40\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\36 40\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\36 40\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\36 40\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\36 40\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\36 40\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\36 40\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\36 40\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\36 40\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\36 40\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\36 40\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\36 40\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\36 40\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\36 40\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\36 40\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\36 40\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\36 40\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\36 40\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\36 40\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\36 40\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\36 40\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\36 40\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\36 40\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\36 40\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\36 40\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\36 40\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\36 40\:pt-auto {
    padding-top: auto;
  }

  #tw .\36 40\:pr-auto {
    padding-right: auto;
  }

  #tw .\36 40\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\36 40\:pl-auto {
    padding-left: auto;
  }

  #tw .\36 40\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\36 40\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\36 40\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\36 40\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\36 40\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\36 40\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\36 40\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\36 40\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\36 40\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\36 40\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\36 40\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\36 40\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\36 40\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\36 40\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\36 40\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\36 40\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\36 40\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\36 40\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\36 40\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\36 40\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\36 40\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\36 40\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\36 40\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\36 40\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\36 40\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\36 40\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\36 40\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\36 40\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\36 40\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\36 40\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\36 40\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\36 40\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\36 40\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\36 40\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\36 40\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\36 40\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\36 40\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\36 40\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\36 40\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\36 40\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\36 40\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\36 40\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\36 40\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\36 40\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\36 40\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\36 40\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\36 40\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\36 40\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\36 40\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\36 40\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\36 40\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\36 40\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\36 40\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\36 40\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\36 40\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\36 40\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\36 40\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\36 40\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\36 40\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\36 40\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\36 40\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\36 40\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\36 40\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\36 40\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\36 40\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\36 40\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\36 40\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\36 40\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\36 40\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\36 40\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\36 40\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\36 40\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\36 40\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\36 40\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\36 40\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\36 40\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\36 40\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\36 40\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\36 40\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\36 40\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\36 40\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\36 40\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\36 40\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\36 40\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\36 40\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\36 40\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\36 40\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\36 40\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\36 40\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\36 40\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\36 40\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\36 40\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\36 40\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\36 40\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\36 40\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\36 40\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\36 40\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\36 40\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\36 40\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\36 40\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\36 40\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\36 40\:top-0 {
    top: 0;
  }

  #tw .\36 40\:right-0 {
    right: 0;
  }

  #tw .\36 40\:bottom-0 {
    bottom: 0;
  }

  #tw .\36 40\:left-0 {
    left: 0;
  }

  #tw .\36 40\:top-auto {
    top: auto;
  }

  #tw .\36 40\:right-auto {
    right: auto;
  }

  #tw .\36 40\:bottom-auto {
    bottom: auto;
  }

  #tw .\36 40\:left-auto {
    left: auto;
  }

  #tw .\36 40\:-top-8 {
    top: -0.5rem;
  }

  #tw .\36 40\:-right-8 {
    right: -0.5rem;
  }

  #tw .\36 40\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\36 40\:-left-8 {
    left: -0.5rem;
  }

  #tw .\36 40\:-top-80 {
    top: -5rem;
  }

  #tw .\36 40\:-right-80 {
    right: -5rem;
  }

  #tw .\36 40\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\36 40\:-left-80 {
    left: -5rem;
  }

  #tw .\36 40\:-top-1\/1 {
    top: -100%;
  }

  #tw .\36 40\:-right-1\/1 {
    right: -100%;
  }

  #tw .\36 40\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\36 40\:-left-1\/1 {
    left: -100%;
  }

  #tw .\36 40\:-top-1\/2 {
    top: -50%;
  }

  #tw .\36 40\:-right-1\/2 {
    right: -50%;
  }

  #tw .\36 40\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\36 40\:-left-1\/2 {
    left: -50%;
  }

  #tw .\36 40\:top-1\/1 {
    top: 100%;
  }

  #tw .\36 40\:right-1\/1 {
    right: 100%;
  }

  #tw .\36 40\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\36 40\:left-1\/1 {
    left: 100%;
  }

  #tw .\36 40\:top-1\/2 {
    top: 50%;
  }

  #tw .\36 40\:right-1\/2 {
    right: 50%;
  }

  #tw .\36 40\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\36 40\:left-1\/2 {
    left: 50%;
  }

  #tw .\36 40\:resize-none {
    resize: none;
  }

  #tw .\36 40\:resize-y {
    resize: vertical;
  }

  #tw .\36 40\:resize-x {
    resize: horizontal;
  }

  #tw .\36 40\:resize {
    resize: both;
  }

  #tw .\36 40\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\36 40\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\36 40\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\36 40\:shadow-none {
    box-shadow: none;
  }

  #tw .\36 40\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\36 40\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\36 40\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\36 40\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\36 40\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\36 40\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\36 40\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\36 40\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\36 40\:table-auto {
    table-layout: auto;
  }

  #tw .\36 40\:table-fixed {
    table-layout: fixed;
  }

  #tw .\36 40\:text-left {
    text-align: left;
  }

  #tw .\36 40\:text-center {
    text-align: center;
  }

  #tw .\36 40\:text-right {
    text-align: right;
  }

  #tw .\36 40\:text-justify {
    text-align: justify;
  }

  #tw .\36 40\:italic {
    font-style: italic;
  }

  #tw .\36 40\:not-italic {
    font-style: normal;
  }

  #tw .\36 40\:uppercase {
    text-transform: uppercase;
  }

  #tw .\36 40\:lowercase {
    text-transform: lowercase;
  }

  #tw .\36 40\:capitalize {
    text-transform: capitalize;
  }

  #tw .\36 40\:normal-case {
    text-transform: none;
  }

  #tw .\36 40\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\36 40\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\36 40\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\36 40\:align-top {
    vertical-align: top;
  }

  #tw .\36 40\:align-middle {
    vertical-align: middle;
  }

  #tw .\36 40\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\36 40\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\36 40\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\36 40\:visible {
    visibility: visible;
  }

  #tw .\36 40\:invisible {
    visibility: hidden;
  }

  #tw .\36 40\:whitespace-normal {
    white-space: normal;
  }

  #tw .\36 40\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\36 40\:whitespace-pre {
    white-space: pre;
  }

  #tw .\36 40\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\36 40\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\36 40\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\36 40\:break-words {
    word-wrap: break-word;
  }

  #tw .\36 40\:break-all {
    word-break: break-all;
  }

  #tw .\36 40\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\36 40\:w-0 {
    width: 0;
  }

  #tw .\36 40\:w-12 {
    width: 0.75rem;
  }

  #tw .\36 40\:w-14 {
    width: 0.875rem;
  }

  #tw .\36 40\:w-16 {
    width: 1rem;
  }

  #tw .\36 40\:w-20 {
    width: 1.25rem;
  }

  #tw .\36 40\:w-24 {
    width: 1.5rem;
  }

  #tw .\36 40\:w-32 {
    width: 2rem;
  }

  #tw .\36 40\:w-40 {
    width: 2.5rem;
  }

  #tw .\36 40\:w-48 {
    width: 3rem;
  }

  #tw .\36 40\:w-60 {
    width: 3.75rem;
  }

  #tw .\36 40\:w-64 {
    width: 4rem;
  }

  #tw .\36 40\:w-68 {
    width: 4.25rem;
  }

  #tw .\36 40\:w-80 {
    width: 5rem;
  }

  #tw .\36 40\:w-88 {
    width: 5.5rem;
  }

  #tw .\36 40\:w-96 {
    width: 6rem;
  }

  #tw .\36 40\:w-110 {
    width: 6.875rem;
  }

  #tw .\36 40\:w-120 {
    width: 7.5rem;
  }

  #tw .\36 40\:w-128 {
    width: 8rem;
  }

  #tw .\36 40\:w-144 {
    width: 9rem;
  }

  #tw .\36 40\:w-160 {
    width: 10rem;
  }

  #tw .\36 40\:w-174 {
    width: 10.875rem;
  }

  #tw .\36 40\:w-188 {
    width: 11.75rem;
  }

  #tw .\36 40\:w-210 {
    width: 13.125rem;
  }

  #tw .\36 40\:w-222 {
    width: 13.875rem;
  }

  #tw .\36 40\:w-256 {
    width: 16rem;
  }

  #tw .\36 40\:w-288 {
    width: 18rem;
  }

  #tw .\36 40\:w-300 {
    width: 18.75rem;
  }

  #tw .\36 40\:w-320 {
    width: 20rem;
  }

  #tw .\36 40\:w-400 {
    width: 25rem;
  }

  #tw .\36 40\:w-480 {
    width: 30rem;
  }

  #tw .\36 40\:w-600 {
    width: 37.5rem;
  }

  #tw .\36 40\:w-auto {
    width: auto;
  }

  #tw .\36 40\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\36 40\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\36 40\:w-1\/5 {
    width: 20%;
  }

  #tw .\36 40\:w-1\/4 {
    width: 25%;
  }

  #tw .\36 40\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\36 40\:w-2\/5 {
    width: 40%;
  }

  #tw .\36 40\:w-1\/2 {
    width: 50%;
  }

  #tw .\36 40\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\36 40\:w-1\/1 {
    width: 100%;
  }

  #tw .\36 40\:w-3\/5 {
    width: 60%;
  }

  #tw .\36 40\:w-3\/4 {
    width: 75%;
  }

  #tw .\36 40\:w-4\/5 {
    width: 80%;
  }

  #tw .\36 40\:w-50vw {
    width: 50vw;
  }

  #tw .\36 40\:w-100vw {
    width: 100vw;
  }

  #tw .\36 40\:w-50vh {
    width: 50vh;
  }

  #tw .\36 40\:w-100vh {
    width: 100vh;
  }

  #tw .\36 40\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\36 40\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\36 40\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\36 40\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\36 40\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\36 40\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\36 40\:z-0 {
    z-index: 0;
  }

  #tw .\36 40\:z-100 {
    z-index: 100;
  }

  #tw .\36 40\:z-200 {
    z-index: 200;
  }

  #tw .\36 40\:z-300 {
    z-index: 300;
  }

  #tw .\36 40\:z-400 {
    z-index: 400;
  }

  #tw .\36 40\:z-500 {
    z-index: 500;
  }

  #tw .\36 40\:z-auto {
    z-index: auto;
  }

  #tw .\36 40\:d-block {
    display: block;
  }

  #tw .\36 40\:d-inline-block {
    display: inline-block;
  }

  #tw .\36 40\:d-inline {
    display: inline;
  }

  #tw .\36 40\:d-flex {
    display: flex;
  }

  #tw .\36 40\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\36 40\:d-none {
    display: none;
  }

  #tw .\36 40\:p-static {
    position: static;
  }

  #tw .\36 40\:p-relative {
    position: relative;
  }

  #tw .\36 40\:p-fixed {
    position: fixed;
  }

  #tw .\36 40\:p-absolute {
    position: absolute;
  }

  #tw .\36 40\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\36 40\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\36 40\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\36 40\:col-count-1 {
    column-count: 1;
  }

  #tw .\36 40\:col-count-2 {
    column-count: 2;
  }

  #tw .\36 40\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\36 40\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\36 40\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\36 40\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\36 40\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\36 40\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\36 40\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 800px) {
  #tw .\38 00\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\38 00\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\38 00\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\38 00\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\38 00\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\38 00\:bg-local {
    background-attachment: local;
  }

  #tw .\38 00\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\38 00\:bg-black {
    background-color: #111111;
  }

  #tw .\38 00\:bg-white {
    background-color: #ffffff;
  }

  #tw .\38 00\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\38 00\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\38 00\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\38 00\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\38 00\:bg-green {
    background-color: #00ff00;
  }

  #tw .\38 00\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\38 00\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\38 00\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\38 00\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\38 00\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\38 00\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\38 00\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\38 00\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\38 00\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\38 00\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\38 00\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\38 00\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\38 00\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\38 00\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\38 00\:bg-transparent {
    background-color: transparent;
  }

  #tw .\38 00\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\38 00\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\38 00\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\38 00\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\38 00\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\38 00\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\38 00\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\38 00\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\38 00\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\38 00\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\38 00\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\38 00\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\38 00\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\38 00\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\38 00\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\38 00\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\38 00\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\38 00\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\38 00\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\38 00\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\38 00\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\38 00\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\38 00\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\38 00\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\38 00\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\38 00\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\38 00\:flex-row {
    flex-direction: row;
  }

  #tw .\38 00\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\38 00\:flex-col {
    flex-direction: column;
  }

  #tw .\38 00\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\38 00\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\38 00\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\38 00\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\38 00\:items-start {
    align-items: flex-start;
  }

  #tw .\38 00\:items-end {
    align-items: flex-end;
  }

  #tw .\38 00\:items-center {
    align-items: center;
  }

  #tw .\38 00\:items-baseline {
    align-items: baseline;
  }

  #tw .\38 00\:items-stretch {
    align-items: stretch;
  }

  #tw .\38 00\:self-auto {
    align-self: auto;
  }

  #tw .\38 00\:self-start {
    align-self: flex-start;
  }

  #tw .\38 00\:self-end {
    align-self: flex-end;
  }

  #tw .\38 00\:self-center {
    align-self: center;
  }

  #tw .\38 00\:self-stretch {
    align-self: stretch;
  }

  #tw .\38 00\:justify-start {
    justify-content: flex-start;
  }

  #tw .\38 00\:justify-end {
    justify-content: flex-end;
  }

  #tw .\38 00\:justify-center {
    justify-content: center;
  }

  #tw .\38 00\:justify-between {
    justify-content: space-between;
  }

  #tw .\38 00\:justify-around {
    justify-content: space-around;
  }

  #tw .\38 00\:content-center {
    align-content: center;
  }

  #tw .\38 00\:content-start {
    align-content: flex-start;
  }

  #tw .\38 00\:content-end {
    align-content: flex-end;
  }

  #tw .\38 00\:content-between {
    align-content: space-between;
  }

  #tw .\38 00\:content-around {
    align-content: space-around;
  }

  #tw .\38 00\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\38 00\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\38 00\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\38 00\:flex-none {
    flex: none;
  }

  #tw .\38 00\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\38 00\:flex-grow {
    flex-grow: 1;
  }

  #tw .\38 00\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\38 00\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\38 00\:order-1 {
    order: 1;
  }

  #tw .\38 00\:order-2 {
    order: 2;
  }

  #tw .\38 00\:order-3 {
    order: 3;
  }

  #tw .\38 00\:order-4 {
    order: 4;
  }

  #tw .\38 00\:order-5 {
    order: 5;
  }

  #tw .\38 00\:order-6 {
    order: 6;
  }

  #tw .\38 00\:order-7 {
    order: 7;
  }

  #tw .\38 00\:order-8 {
    order: 8;
  }

  #tw .\38 00\:order-9 {
    order: 9;
  }

  #tw .\38 00\:order-10 {
    order: 10;
  }

  #tw .\38 00\:order-11 {
    order: 11;
  }

  #tw .\38 00\:order-12 {
    order: 12;
  }

  #tw .\38 00\:order-first {
    order: -9999;
  }

  #tw .\38 00\:order-last {
    order: 9999;
  }

  #tw .\38 00\:order-none {
    order: 0;
  }

  #tw .\38 00\:h-0 {
    height: 0;
  }

  #tw .\38 00\:h-12 {
    height: 0.75rem;
  }

  #tw .\38 00\:h-14 {
    height: 0.875rem;
  }

  #tw .\38 00\:h-16 {
    height: 1rem;
  }

  #tw .\38 00\:h-20 {
    height: 1.25rem;
  }

  #tw .\38 00\:h-24 {
    height: 1.5rem;
  }

  #tw .\38 00\:h-32 {
    height: 2rem;
  }

  #tw .\38 00\:h-40 {
    height: 2.5rem;
  }

  #tw .\38 00\:h-48 {
    height: 3rem;
  }

  #tw .\38 00\:h-60 {
    height: 3.75rem;
  }

  #tw .\38 00\:h-64 {
    height: 4rem;
  }

  #tw .\38 00\:h-68 {
    height: 4.25rem;
  }

  #tw .\38 00\:h-80 {
    height: 5rem;
  }

  #tw .\38 00\:h-88 {
    height: 5.5rem;
  }

  #tw .\38 00\:h-96 {
    height: 6rem;
  }

  #tw .\38 00\:h-110 {
    height: 6.875rem;
  }

  #tw .\38 00\:h-120 {
    height: 7.5rem;
  }

  #tw .\38 00\:h-128 {
    height: 8rem;
  }

  #tw .\38 00\:h-144 {
    height: 9rem;
  }

  #tw .\38 00\:h-160 {
    height: 10rem;
  }

  #tw .\38 00\:h-174 {
    height: 10.875rem;
  }

  #tw .\38 00\:h-188 {
    height: 11.75rem;
  }

  #tw .\38 00\:h-210 {
    height: 13.125rem;
  }

  #tw .\38 00\:h-222 {
    height: 13.875rem;
  }

  #tw .\38 00\:h-256 {
    height: 16rem;
  }

  #tw .\38 00\:h-288 {
    height: 18rem;
  }

  #tw .\38 00\:h-300 {
    height: 18.75rem;
  }

  #tw .\38 00\:h-320 {
    height: 20rem;
  }

  #tw .\38 00\:h-400 {
    height: 25rem;
  }

  #tw .\38 00\:h-480 {
    height: 30rem;
  }

  #tw .\38 00\:h-600 {
    height: 37.5rem;
  }

  #tw .\38 00\:h-auto {
    height: auto;
  }

  #tw .\38 00\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\38 00\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\38 00\:h-1\/5 {
    height: 20%;
  }

  #tw .\38 00\:h-1\/4 {
    height: 25%;
  }

  #tw .\38 00\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\38 00\:h-2\/5 {
    height: 40%;
  }

  #tw .\38 00\:h-1\/2 {
    height: 50%;
  }

  #tw .\38 00\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\38 00\:h-1\/1 {
    height: 100%;
  }

  #tw .\38 00\:h-3\/5 {
    height: 60%;
  }

  #tw .\38 00\:h-3\/4 {
    height: 75%;
  }

  #tw .\38 00\:h-4\/5 {
    height: 80%;
  }

  #tw .\38 00\:h-50vw {
    height: 50vw;
  }

  #tw .\38 00\:h-100vw {
    height: 100vw;
  }

  #tw .\38 00\:h-50vh {
    height: 50vh;
  }

  #tw .\38 00\:h-100vh {
    height: 100vh;
  }

  #tw .\38 00\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\38 00\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\38 00\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\38 00\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\38 00\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\38 00\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\38 00\:m-0 {
    margin: 0;
  }

  #tw .\38 00\:m-4 {
    margin: 0.25rem;
  }

  #tw .\38 00\:m-6 {
    margin: 0.375rem;
  }

  #tw .\38 00\:m-8 {
    margin: 0.5rem;
  }

  #tw .\38 00\:m-10 {
    margin: 0.625rem;
  }

  #tw .\38 00\:m-12 {
    margin: 0.75rem;
  }

  #tw .\38 00\:m-14 {
    margin: 0.875rem;
  }

  #tw .\38 00\:m-16 {
    margin: 1rem;
  }

  #tw .\38 00\:m-18 {
    margin: 1.125rem;
  }

  #tw .\38 00\:m-20 {
    margin: 1.25rem;
  }

  #tw .\38 00\:m-24 {
    margin: 1.5rem;
  }

  #tw .\38 00\:m-28 {
    margin: 1.75rem;
  }

  #tw .\38 00\:m-32 {
    margin: 2rem;
  }

  #tw .\38 00\:m-36 {
    margin: 2.25rem;
  }

  #tw .\38 00\:m-40 {
    margin: 2.5rem;
  }

  #tw .\38 00\:m-48 {
    margin: 3rem;
  }

  #tw .\38 00\:m-56 {
    margin: 3.5rem;
  }

  #tw .\38 00\:m-60 {
    margin: 3.75rem;
  }

  #tw .\38 00\:m-64 {
    margin: 4rem;
  }

  #tw .\38 00\:m-80 {
    margin: 5rem;
  }

  #tw .\38 00\:m-88 {
    margin: 5.5rem;
  }

  #tw .\38 00\:m-96 {
    margin: 6rem;
  }

  #tw .\38 00\:m-112 {
    margin: 7rem;
  }

  #tw .\38 00\:m-128 {
    margin: 8rem;
  }

  #tw .\38 00\:m-144 {
    margin: 9rem;
  }

  #tw .\38 00\:m-200 {
    margin: 12.5rem;
  }

  #tw .\38 00\:m-auto {
    margin: auto;
  }

  #tw .\38 00\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\38 00\:-m-16 {
    margin: -1rem;
  }

  #tw .\38 00\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\38 00\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\38 00\:-m-32 {
    margin: -2rem;
  }

  #tw .\38 00\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\38 00\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\38 00\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\38 00\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\38 00\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\38 00\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\38 00\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\38 00\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\38 00\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\38 00\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\38 00\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\38 00\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\38 00\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\38 00\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\38 00\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\38 00\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\38 00\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\38 00\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\38 00\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\38 00\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\38 00\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\38 00\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\38 00\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\38 00\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\38 00\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\38 00\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\38 00\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\38 00\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\38 00\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\38 00\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\38 00\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\38 00\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\38 00\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\38 00\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\38 00\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\38 00\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\38 00\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\38 00\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\38 00\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\38 00\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\38 00\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\38 00\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\38 00\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\38 00\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\38 00\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\38 00\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\38 00\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\38 00\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\38 00\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\38 00\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\38 00\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\38 00\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\38 00\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\38 00\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\38 00\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\38 00\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\38 00\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\38 00\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\38 00\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\38 00\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\38 00\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\38 00\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\38 00\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\38 00\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\38 00\:mt-0 {
    margin-top: 0;
  }

  #tw .\38 00\:mr-0 {
    margin-right: 0;
  }

  #tw .\38 00\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\38 00\:ml-0 {
    margin-left: 0;
  }

  #tw .\38 00\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\38 00\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\38 00\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\38 00\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\38 00\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\38 00\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\38 00\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\38 00\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\38 00\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\38 00\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\38 00\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\38 00\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\38 00\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\38 00\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\38 00\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\38 00\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\38 00\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\38 00\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\38 00\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\38 00\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\38 00\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\38 00\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\38 00\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\38 00\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\38 00\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\38 00\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\38 00\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\38 00\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\38 00\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\38 00\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\38 00\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\38 00\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\38 00\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\38 00\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\38 00\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\38 00\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\38 00\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\38 00\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\38 00\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\38 00\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\38 00\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\38 00\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\38 00\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\38 00\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\38 00\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\38 00\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\38 00\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\38 00\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\38 00\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\38 00\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\38 00\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\38 00\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\38 00\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\38 00\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\38 00\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\38 00\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\38 00\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\38 00\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\38 00\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\38 00\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\38 00\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\38 00\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\38 00\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\38 00\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\38 00\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\38 00\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\38 00\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\38 00\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\38 00\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\38 00\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\38 00\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\38 00\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\38 00\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\38 00\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\38 00\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\38 00\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\38 00\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\38 00\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\38 00\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\38 00\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\38 00\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\38 00\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\38 00\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\38 00\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\38 00\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\38 00\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\38 00\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\38 00\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\38 00\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\38 00\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\38 00\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\38 00\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\38 00\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\38 00\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\38 00\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\38 00\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\38 00\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\38 00\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\38 00\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\38 00\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\38 00\:mt-auto {
    margin-top: auto;
  }

  #tw .\38 00\:mr-auto {
    margin-right: auto;
  }

  #tw .\38 00\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\38 00\:ml-auto {
    margin-left: auto;
  }

  #tw .\38 00\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\38 00\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\38 00\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\38 00\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\38 00\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\38 00\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\38 00\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\38 00\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\38 00\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\38 00\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\38 00\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\38 00\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\38 00\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\38 00\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\38 00\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\38 00\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\38 00\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\38 00\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\38 00\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\38 00\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\38 00\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\38 00\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\38 00\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\38 00\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\38 00\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\38 00\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\38 00\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\38 00\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\38 00\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\38 00\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\38 00\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\38 00\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\38 00\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\38 00\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\38 00\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\38 00\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\38 00\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\38 00\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\38 00\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\38 00\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\38 00\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\38 00\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\38 00\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\38 00\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\38 00\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\38 00\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\38 00\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\38 00\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\38 00\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\38 00\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\38 00\:max-h-auto {
    max-height: auto;
  }

  #tw .\38 00\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\38 00\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\38 00\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\38 00\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\38 00\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\38 00\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\38 00\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\38 00\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\38 00\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\38 00\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\38 00\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\38 00\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\38 00\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\38 00\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\38 00\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\38 00\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\38 00\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\38 00\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\38 00\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\38 00\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\38 00\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\38 00\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\38 00\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\38 00\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\38 00\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\38 00\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\38 00\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\38 00\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\38 00\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\38 00\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\38 00\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\38 00\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\38 00\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\38 00\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\38 00\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\38 00\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\38 00\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\38 00\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\38 00\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\38 00\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\38 00\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\38 00\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\38 00\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\38 00\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\38 00\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\38 00\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\38 00\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\38 00\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\38 00\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\38 00\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\38 00\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\38 00\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\38 00\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\38 00\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\38 00\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\38 00\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\38 00\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\38 00\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\38 00\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\38 00\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\38 00\:max-w-auto {
    max-width: auto;
  }

  #tw .\38 00\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\38 00\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\38 00\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\38 00\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\38 00\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\38 00\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\38 00\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\38 00\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\38 00\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\38 00\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\38 00\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\38 00\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\38 00\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\38 00\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\38 00\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\38 00\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\38 00\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\38 00\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\38 00\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\38 00\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\38 00\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\38 00\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\38 00\:max-w-none {
    max-width: none;
  }

  #tw .\38 00\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\38 00\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\38 00\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\38 00\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\38 00\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\38 00\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\38 00\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\38 00\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\38 00\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\38 00\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\38 00\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\38 00\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\38 00\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\38 00\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\38 00\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\38 00\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\38 00\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\38 00\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\38 00\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\38 00\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\38 00\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\38 00\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\38 00\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\38 00\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\38 00\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\38 00\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\38 00\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\38 00\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\38 00\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\38 00\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\38 00\:min-h-auto {
    min-height: auto;
  }

  #tw .\38 00\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\38 00\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\38 00\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\38 00\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\38 00\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\38 00\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\38 00\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\38 00\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\38 00\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\38 00\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\38 00\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\38 00\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\38 00\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\38 00\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\38 00\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\38 00\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\38 00\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\38 00\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\38 00\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\38 00\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\38 00\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\38 00\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\38 00\:min-w-0 {
    min-width: 0;
  }

  #tw .\38 00\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\38 00\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\38 00\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\38 00\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\38 00\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\38 00\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\38 00\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\38 00\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\38 00\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\38 00\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\38 00\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\38 00\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\38 00\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\38 00\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\38 00\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\38 00\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\38 00\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\38 00\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\38 00\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\38 00\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\38 00\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\38 00\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\38 00\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\38 00\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\38 00\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\38 00\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\38 00\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\38 00\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\38 00\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\38 00\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\38 00\:min-w-auto {
    min-width: auto;
  }

  #tw .\38 00\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\38 00\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\38 00\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\38 00\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\38 00\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\38 00\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\38 00\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\38 00\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\38 00\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\38 00\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\38 00\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\38 00\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\38 00\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\38 00\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\38 00\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\38 00\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\38 00\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\38 00\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\38 00\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\38 00\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\38 00\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\38 00\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\38 00\:overflow-auto {
    overflow: auto;
  }

  #tw .\38 00\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\38 00\:overflow-visible {
    overflow: visible;
  }

  #tw .\38 00\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\38 00\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\38 00\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\38 00\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\38 00\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\38 00\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\38 00\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\38 00\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\38 00\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\38 00\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\38 00\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\38 00\:p-0 {
    padding: 0;
  }

  #tw .\38 00\:p-4 {
    padding: 0.25rem;
  }

  #tw .\38 00\:p-6 {
    padding: 0.375rem;
  }

  #tw .\38 00\:p-8 {
    padding: 0.5rem;
  }

  #tw .\38 00\:p-10 {
    padding: 0.625rem;
  }

  #tw .\38 00\:p-12 {
    padding: 0.75rem;
  }

  #tw .\38 00\:p-14 {
    padding: 0.875rem;
  }

  #tw .\38 00\:p-16 {
    padding: 1rem;
  }

  #tw .\38 00\:p-18 {
    padding: 1.125rem;
  }

  #tw .\38 00\:p-20 {
    padding: 1.25rem;
  }

  #tw .\38 00\:p-24 {
    padding: 1.5rem;
  }

  #tw .\38 00\:p-28 {
    padding: 1.75rem;
  }

  #tw .\38 00\:p-32 {
    padding: 2rem;
  }

  #tw .\38 00\:p-36 {
    padding: 2.25rem;
  }

  #tw .\38 00\:p-40 {
    padding: 2.5rem;
  }

  #tw .\38 00\:p-48 {
    padding: 3rem;
  }

  #tw .\38 00\:p-56 {
    padding: 3.5rem;
  }

  #tw .\38 00\:p-60 {
    padding: 3.75rem;
  }

  #tw .\38 00\:p-64 {
    padding: 4rem;
  }

  #tw .\38 00\:p-80 {
    padding: 5rem;
  }

  #tw .\38 00\:p-88 {
    padding: 5.5rem;
  }

  #tw .\38 00\:p-96 {
    padding: 6rem;
  }

  #tw .\38 00\:p-112 {
    padding: 7rem;
  }

  #tw .\38 00\:p-128 {
    padding: 8rem;
  }

  #tw .\38 00\:p-144 {
    padding: 9rem;
  }

  #tw .\38 00\:p-200 {
    padding: 12.5rem;
  }

  #tw .\38 00\:p-auto {
    padding: auto;
  }

  #tw .\38 00\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\38 00\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\38 00\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\38 00\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\38 00\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\38 00\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\38 00\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\38 00\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\38 00\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\38 00\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\38 00\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\38 00\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\38 00\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\38 00\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\38 00\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\38 00\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\38 00\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\38 00\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\38 00\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\38 00\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\38 00\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\38 00\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\38 00\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\38 00\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\38 00\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\38 00\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\38 00\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\38 00\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\38 00\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\38 00\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\38 00\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\38 00\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\38 00\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\38 00\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\38 00\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\38 00\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\38 00\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\38 00\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\38 00\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\38 00\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\38 00\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\38 00\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\38 00\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\38 00\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\38 00\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\38 00\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\38 00\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\38 00\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\38 00\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\38 00\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\38 00\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\38 00\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\38 00\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\38 00\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\38 00\:pt-0 {
    padding-top: 0;
  }

  #tw .\38 00\:pr-0 {
    padding-right: 0;
  }

  #tw .\38 00\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\38 00\:pl-0 {
    padding-left: 0;
  }

  #tw .\38 00\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\38 00\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\38 00\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\38 00\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\38 00\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\38 00\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\38 00\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\38 00\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\38 00\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\38 00\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\38 00\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\38 00\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\38 00\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\38 00\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\38 00\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\38 00\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\38 00\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\38 00\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\38 00\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\38 00\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\38 00\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\38 00\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\38 00\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\38 00\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\38 00\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\38 00\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\38 00\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\38 00\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\38 00\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\38 00\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\38 00\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\38 00\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\38 00\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\38 00\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\38 00\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\38 00\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\38 00\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\38 00\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\38 00\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\38 00\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\38 00\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\38 00\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\38 00\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\38 00\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\38 00\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\38 00\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\38 00\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\38 00\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\38 00\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\38 00\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\38 00\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\38 00\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\38 00\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\38 00\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\38 00\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\38 00\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\38 00\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\38 00\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\38 00\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\38 00\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\38 00\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\38 00\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\38 00\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\38 00\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\38 00\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\38 00\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\38 00\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\38 00\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\38 00\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\38 00\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\38 00\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\38 00\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\38 00\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\38 00\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\38 00\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\38 00\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\38 00\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\38 00\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\38 00\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\38 00\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\38 00\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\38 00\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\38 00\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\38 00\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\38 00\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\38 00\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\38 00\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\38 00\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\38 00\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\38 00\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\38 00\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\38 00\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\38 00\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\38 00\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\38 00\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\38 00\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\38 00\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\38 00\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\38 00\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\38 00\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\38 00\:pt-auto {
    padding-top: auto;
  }

  #tw .\38 00\:pr-auto {
    padding-right: auto;
  }

  #tw .\38 00\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\38 00\:pl-auto {
    padding-left: auto;
  }

  #tw .\38 00\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\38 00\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\38 00\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\38 00\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\38 00\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\38 00\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\38 00\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\38 00\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\38 00\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\38 00\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\38 00\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\38 00\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\38 00\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\38 00\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\38 00\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\38 00\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\38 00\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\38 00\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\38 00\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\38 00\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\38 00\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\38 00\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\38 00\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\38 00\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\38 00\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\38 00\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\38 00\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\38 00\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\38 00\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\38 00\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\38 00\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\38 00\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\38 00\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\38 00\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\38 00\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\38 00\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\38 00\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\38 00\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\38 00\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\38 00\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\38 00\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\38 00\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\38 00\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\38 00\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\38 00\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\38 00\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\38 00\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\38 00\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\38 00\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\38 00\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\38 00\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\38 00\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\38 00\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\38 00\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\38 00\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\38 00\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\38 00\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\38 00\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\38 00\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\38 00\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\38 00\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\38 00\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\38 00\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\38 00\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\38 00\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\38 00\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\38 00\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\38 00\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\38 00\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\38 00\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\38 00\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\38 00\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\38 00\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\38 00\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\38 00\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\38 00\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\38 00\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\38 00\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\38 00\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\38 00\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\38 00\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\38 00\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\38 00\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\38 00\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\38 00\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\38 00\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\38 00\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\38 00\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\38 00\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\38 00\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\38 00\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\38 00\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\38 00\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\38 00\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\38 00\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\38 00\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\38 00\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\38 00\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\38 00\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\38 00\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\38 00\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\38 00\:top-0 {
    top: 0;
  }

  #tw .\38 00\:right-0 {
    right: 0;
  }

  #tw .\38 00\:bottom-0 {
    bottom: 0;
  }

  #tw .\38 00\:left-0 {
    left: 0;
  }

  #tw .\38 00\:top-auto {
    top: auto;
  }

  #tw .\38 00\:right-auto {
    right: auto;
  }

  #tw .\38 00\:bottom-auto {
    bottom: auto;
  }

  #tw .\38 00\:left-auto {
    left: auto;
  }

  #tw .\38 00\:-top-8 {
    top: -0.5rem;
  }

  #tw .\38 00\:-right-8 {
    right: -0.5rem;
  }

  #tw .\38 00\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\38 00\:-left-8 {
    left: -0.5rem;
  }

  #tw .\38 00\:-top-80 {
    top: -5rem;
  }

  #tw .\38 00\:-right-80 {
    right: -5rem;
  }

  #tw .\38 00\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\38 00\:-left-80 {
    left: -5rem;
  }

  #tw .\38 00\:-top-1\/1 {
    top: -100%;
  }

  #tw .\38 00\:-right-1\/1 {
    right: -100%;
  }

  #tw .\38 00\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\38 00\:-left-1\/1 {
    left: -100%;
  }

  #tw .\38 00\:-top-1\/2 {
    top: -50%;
  }

  #tw .\38 00\:-right-1\/2 {
    right: -50%;
  }

  #tw .\38 00\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\38 00\:-left-1\/2 {
    left: -50%;
  }

  #tw .\38 00\:top-1\/1 {
    top: 100%;
  }

  #tw .\38 00\:right-1\/1 {
    right: 100%;
  }

  #tw .\38 00\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\38 00\:left-1\/1 {
    left: 100%;
  }

  #tw .\38 00\:top-1\/2 {
    top: 50%;
  }

  #tw .\38 00\:right-1\/2 {
    right: 50%;
  }

  #tw .\38 00\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\38 00\:left-1\/2 {
    left: 50%;
  }

  #tw .\38 00\:resize-none {
    resize: none;
  }

  #tw .\38 00\:resize-y {
    resize: vertical;
  }

  #tw .\38 00\:resize-x {
    resize: horizontal;
  }

  #tw .\38 00\:resize {
    resize: both;
  }

  #tw .\38 00\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\38 00\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\38 00\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\38 00\:shadow-none {
    box-shadow: none;
  }

  #tw .\38 00\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\38 00\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\38 00\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\38 00\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\38 00\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\38 00\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\38 00\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\38 00\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\38 00\:table-auto {
    table-layout: auto;
  }

  #tw .\38 00\:table-fixed {
    table-layout: fixed;
  }

  #tw .\38 00\:text-left {
    text-align: left;
  }

  #tw .\38 00\:text-center {
    text-align: center;
  }

  #tw .\38 00\:text-right {
    text-align: right;
  }

  #tw .\38 00\:text-justify {
    text-align: justify;
  }

  #tw .\38 00\:italic {
    font-style: italic;
  }

  #tw .\38 00\:not-italic {
    font-style: normal;
  }

  #tw .\38 00\:uppercase {
    text-transform: uppercase;
  }

  #tw .\38 00\:lowercase {
    text-transform: lowercase;
  }

  #tw .\38 00\:capitalize {
    text-transform: capitalize;
  }

  #tw .\38 00\:normal-case {
    text-transform: none;
  }

  #tw .\38 00\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\38 00\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\38 00\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\38 00\:align-top {
    vertical-align: top;
  }

  #tw .\38 00\:align-middle {
    vertical-align: middle;
  }

  #tw .\38 00\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\38 00\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\38 00\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\38 00\:visible {
    visibility: visible;
  }

  #tw .\38 00\:invisible {
    visibility: hidden;
  }

  #tw .\38 00\:whitespace-normal {
    white-space: normal;
  }

  #tw .\38 00\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\38 00\:whitespace-pre {
    white-space: pre;
  }

  #tw .\38 00\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\38 00\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\38 00\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\38 00\:break-words {
    word-wrap: break-word;
  }

  #tw .\38 00\:break-all {
    word-break: break-all;
  }

  #tw .\38 00\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\38 00\:w-0 {
    width: 0;
  }

  #tw .\38 00\:w-12 {
    width: 0.75rem;
  }

  #tw .\38 00\:w-14 {
    width: 0.875rem;
  }

  #tw .\38 00\:w-16 {
    width: 1rem;
  }

  #tw .\38 00\:w-20 {
    width: 1.25rem;
  }

  #tw .\38 00\:w-24 {
    width: 1.5rem;
  }

  #tw .\38 00\:w-32 {
    width: 2rem;
  }

  #tw .\38 00\:w-40 {
    width: 2.5rem;
  }

  #tw .\38 00\:w-48 {
    width: 3rem;
  }

  #tw .\38 00\:w-60 {
    width: 3.75rem;
  }

  #tw .\38 00\:w-64 {
    width: 4rem;
  }

  #tw .\38 00\:w-68 {
    width: 4.25rem;
  }

  #tw .\38 00\:w-80 {
    width: 5rem;
  }

  #tw .\38 00\:w-88 {
    width: 5.5rem;
  }

  #tw .\38 00\:w-96 {
    width: 6rem;
  }

  #tw .\38 00\:w-110 {
    width: 6.875rem;
  }

  #tw .\38 00\:w-120 {
    width: 7.5rem;
  }

  #tw .\38 00\:w-128 {
    width: 8rem;
  }

  #tw .\38 00\:w-144 {
    width: 9rem;
  }

  #tw .\38 00\:w-160 {
    width: 10rem;
  }

  #tw .\38 00\:w-174 {
    width: 10.875rem;
  }

  #tw .\38 00\:w-188 {
    width: 11.75rem;
  }

  #tw .\38 00\:w-210 {
    width: 13.125rem;
  }

  #tw .\38 00\:w-222 {
    width: 13.875rem;
  }

  #tw .\38 00\:w-256 {
    width: 16rem;
  }

  #tw .\38 00\:w-288 {
    width: 18rem;
  }

  #tw .\38 00\:w-300 {
    width: 18.75rem;
  }

  #tw .\38 00\:w-320 {
    width: 20rem;
  }

  #tw .\38 00\:w-400 {
    width: 25rem;
  }

  #tw .\38 00\:w-480 {
    width: 30rem;
  }

  #tw .\38 00\:w-600 {
    width: 37.5rem;
  }

  #tw .\38 00\:w-auto {
    width: auto;
  }

  #tw .\38 00\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\38 00\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\38 00\:w-1\/5 {
    width: 20%;
  }

  #tw .\38 00\:w-1\/4 {
    width: 25%;
  }

  #tw .\38 00\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\38 00\:w-2\/5 {
    width: 40%;
  }

  #tw .\38 00\:w-1\/2 {
    width: 50%;
  }

  #tw .\38 00\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\38 00\:w-1\/1 {
    width: 100%;
  }

  #tw .\38 00\:w-3\/5 {
    width: 60%;
  }

  #tw .\38 00\:w-3\/4 {
    width: 75%;
  }

  #tw .\38 00\:w-4\/5 {
    width: 80%;
  }

  #tw .\38 00\:w-50vw {
    width: 50vw;
  }

  #tw .\38 00\:w-100vw {
    width: 100vw;
  }

  #tw .\38 00\:w-50vh {
    width: 50vh;
  }

  #tw .\38 00\:w-100vh {
    width: 100vh;
  }

  #tw .\38 00\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\38 00\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\38 00\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\38 00\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\38 00\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\38 00\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\38 00\:z-0 {
    z-index: 0;
  }

  #tw .\38 00\:z-100 {
    z-index: 100;
  }

  #tw .\38 00\:z-200 {
    z-index: 200;
  }

  #tw .\38 00\:z-300 {
    z-index: 300;
  }

  #tw .\38 00\:z-400 {
    z-index: 400;
  }

  #tw .\38 00\:z-500 {
    z-index: 500;
  }

  #tw .\38 00\:z-auto {
    z-index: auto;
  }

  #tw .\38 00\:d-block {
    display: block;
  }

  #tw .\38 00\:d-inline-block {
    display: inline-block;
  }

  #tw .\38 00\:d-inline {
    display: inline;
  }

  #tw .\38 00\:d-flex {
    display: flex;
  }

  #tw .\38 00\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\38 00\:d-none {
    display: none;
  }

  #tw .\38 00\:p-static {
    position: static;
  }

  #tw .\38 00\:p-relative {
    position: relative;
  }

  #tw .\38 00\:p-fixed {
    position: fixed;
  }

  #tw .\38 00\:p-absolute {
    position: absolute;
  }

  #tw .\38 00\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\38 00\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\38 00\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\38 00\:col-count-1 {
    column-count: 1;
  }

  #tw .\38 00\:col-count-2 {
    column-count: 2;
  }

  #tw .\38 00\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\38 00\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\38 00\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\38 00\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\38 00\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\38 00\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\38 00\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 960px) {
  #tw .\39 60\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\39 60\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\39 60\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\39 60\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\39 60\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\39 60\:bg-local {
    background-attachment: local;
  }

  #tw .\39 60\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\39 60\:bg-black {
    background-color: #111111;
  }

  #tw .\39 60\:bg-white {
    background-color: #ffffff;
  }

  #tw .\39 60\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\39 60\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\39 60\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\39 60\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\39 60\:bg-green {
    background-color: #00ff00;
  }

  #tw .\39 60\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\39 60\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\39 60\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\39 60\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\39 60\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\39 60\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\39 60\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\39 60\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\39 60\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\39 60\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\39 60\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\39 60\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\39 60\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\39 60\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\39 60\:bg-transparent {
    background-color: transparent;
  }

  #tw .\39 60\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\39 60\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\39 60\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\39 60\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\39 60\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\39 60\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\39 60\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\39 60\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\39 60\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\39 60\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\39 60\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\39 60\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\39 60\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\39 60\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\39 60\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\39 60\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\39 60\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\39 60\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\39 60\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\39 60\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\39 60\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\39 60\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\39 60\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\39 60\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\39 60\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\39 60\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\39 60\:flex-row {
    flex-direction: row;
  }

  #tw .\39 60\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\39 60\:flex-col {
    flex-direction: column;
  }

  #tw .\39 60\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\39 60\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\39 60\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\39 60\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\39 60\:items-start {
    align-items: flex-start;
  }

  #tw .\39 60\:items-end {
    align-items: flex-end;
  }

  #tw .\39 60\:items-center {
    align-items: center;
  }

  #tw .\39 60\:items-baseline {
    align-items: baseline;
  }

  #tw .\39 60\:items-stretch {
    align-items: stretch;
  }

  #tw .\39 60\:self-auto {
    align-self: auto;
  }

  #tw .\39 60\:self-start {
    align-self: flex-start;
  }

  #tw .\39 60\:self-end {
    align-self: flex-end;
  }

  #tw .\39 60\:self-center {
    align-self: center;
  }

  #tw .\39 60\:self-stretch {
    align-self: stretch;
  }

  #tw .\39 60\:justify-start {
    justify-content: flex-start;
  }

  #tw .\39 60\:justify-end {
    justify-content: flex-end;
  }

  #tw .\39 60\:justify-center {
    justify-content: center;
  }

  #tw .\39 60\:justify-between {
    justify-content: space-between;
  }

  #tw .\39 60\:justify-around {
    justify-content: space-around;
  }

  #tw .\39 60\:content-center {
    align-content: center;
  }

  #tw .\39 60\:content-start {
    align-content: flex-start;
  }

  #tw .\39 60\:content-end {
    align-content: flex-end;
  }

  #tw .\39 60\:content-between {
    align-content: space-between;
  }

  #tw .\39 60\:content-around {
    align-content: space-around;
  }

  #tw .\39 60\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\39 60\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\39 60\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\39 60\:flex-none {
    flex: none;
  }

  #tw .\39 60\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\39 60\:flex-grow {
    flex-grow: 1;
  }

  #tw .\39 60\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\39 60\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\39 60\:order-1 {
    order: 1;
  }

  #tw .\39 60\:order-2 {
    order: 2;
  }

  #tw .\39 60\:order-3 {
    order: 3;
  }

  #tw .\39 60\:order-4 {
    order: 4;
  }

  #tw .\39 60\:order-5 {
    order: 5;
  }

  #tw .\39 60\:order-6 {
    order: 6;
  }

  #tw .\39 60\:order-7 {
    order: 7;
  }

  #tw .\39 60\:order-8 {
    order: 8;
  }

  #tw .\39 60\:order-9 {
    order: 9;
  }

  #tw .\39 60\:order-10 {
    order: 10;
  }

  #tw .\39 60\:order-11 {
    order: 11;
  }

  #tw .\39 60\:order-12 {
    order: 12;
  }

  #tw .\39 60\:order-first {
    order: -9999;
  }

  #tw .\39 60\:order-last {
    order: 9999;
  }

  #tw .\39 60\:order-none {
    order: 0;
  }

  #tw .\39 60\:h-0 {
    height: 0;
  }

  #tw .\39 60\:h-12 {
    height: 0.75rem;
  }

  #tw .\39 60\:h-14 {
    height: 0.875rem;
  }

  #tw .\39 60\:h-16 {
    height: 1rem;
  }

  #tw .\39 60\:h-20 {
    height: 1.25rem;
  }

  #tw .\39 60\:h-24 {
    height: 1.5rem;
  }

  #tw .\39 60\:h-32 {
    height: 2rem;
  }

  #tw .\39 60\:h-40 {
    height: 2.5rem;
  }

  #tw .\39 60\:h-48 {
    height: 3rem;
  }

  #tw .\39 60\:h-60 {
    height: 3.75rem;
  }

  #tw .\39 60\:h-64 {
    height: 4rem;
  }

  #tw .\39 60\:h-68 {
    height: 4.25rem;
  }

  #tw .\39 60\:h-80 {
    height: 5rem;
  }

  #tw .\39 60\:h-88 {
    height: 5.5rem;
  }

  #tw .\39 60\:h-96 {
    height: 6rem;
  }

  #tw .\39 60\:h-110 {
    height: 6.875rem;
  }

  #tw .\39 60\:h-120 {
    height: 7.5rem;
  }

  #tw .\39 60\:h-128 {
    height: 8rem;
  }

  #tw .\39 60\:h-144 {
    height: 9rem;
  }

  #tw .\39 60\:h-160 {
    height: 10rem;
  }

  #tw .\39 60\:h-174 {
    height: 10.875rem;
  }

  #tw .\39 60\:h-188 {
    height: 11.75rem;
  }

  #tw .\39 60\:h-210 {
    height: 13.125rem;
  }

  #tw .\39 60\:h-222 {
    height: 13.875rem;
  }

  #tw .\39 60\:h-256 {
    height: 16rem;
  }

  #tw .\39 60\:h-288 {
    height: 18rem;
  }

  #tw .\39 60\:h-300 {
    height: 18.75rem;
  }

  #tw .\39 60\:h-320 {
    height: 20rem;
  }

  #tw .\39 60\:h-400 {
    height: 25rem;
  }

  #tw .\39 60\:h-480 {
    height: 30rem;
  }

  #tw .\39 60\:h-600 {
    height: 37.5rem;
  }

  #tw .\39 60\:h-auto {
    height: auto;
  }

  #tw .\39 60\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\39 60\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\39 60\:h-1\/5 {
    height: 20%;
  }

  #tw .\39 60\:h-1\/4 {
    height: 25%;
  }

  #tw .\39 60\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\39 60\:h-2\/5 {
    height: 40%;
  }

  #tw .\39 60\:h-1\/2 {
    height: 50%;
  }

  #tw .\39 60\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\39 60\:h-1\/1 {
    height: 100%;
  }

  #tw .\39 60\:h-3\/5 {
    height: 60%;
  }

  #tw .\39 60\:h-3\/4 {
    height: 75%;
  }

  #tw .\39 60\:h-4\/5 {
    height: 80%;
  }

  #tw .\39 60\:h-50vw {
    height: 50vw;
  }

  #tw .\39 60\:h-100vw {
    height: 100vw;
  }

  #tw .\39 60\:h-50vh {
    height: 50vh;
  }

  #tw .\39 60\:h-100vh {
    height: 100vh;
  }

  #tw .\39 60\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\39 60\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\39 60\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\39 60\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\39 60\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\39 60\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\39 60\:m-0 {
    margin: 0;
  }

  #tw .\39 60\:m-4 {
    margin: 0.25rem;
  }

  #tw .\39 60\:m-6 {
    margin: 0.375rem;
  }

  #tw .\39 60\:m-8 {
    margin: 0.5rem;
  }

  #tw .\39 60\:m-10 {
    margin: 0.625rem;
  }

  #tw .\39 60\:m-12 {
    margin: 0.75rem;
  }

  #tw .\39 60\:m-14 {
    margin: 0.875rem;
  }

  #tw .\39 60\:m-16 {
    margin: 1rem;
  }

  #tw .\39 60\:m-18 {
    margin: 1.125rem;
  }

  #tw .\39 60\:m-20 {
    margin: 1.25rem;
  }

  #tw .\39 60\:m-24 {
    margin: 1.5rem;
  }

  #tw .\39 60\:m-28 {
    margin: 1.75rem;
  }

  #tw .\39 60\:m-32 {
    margin: 2rem;
  }

  #tw .\39 60\:m-36 {
    margin: 2.25rem;
  }

  #tw .\39 60\:m-40 {
    margin: 2.5rem;
  }

  #tw .\39 60\:m-48 {
    margin: 3rem;
  }

  #tw .\39 60\:m-56 {
    margin: 3.5rem;
  }

  #tw .\39 60\:m-60 {
    margin: 3.75rem;
  }

  #tw .\39 60\:m-64 {
    margin: 4rem;
  }

  #tw .\39 60\:m-80 {
    margin: 5rem;
  }

  #tw .\39 60\:m-88 {
    margin: 5.5rem;
  }

  #tw .\39 60\:m-96 {
    margin: 6rem;
  }

  #tw .\39 60\:m-112 {
    margin: 7rem;
  }

  #tw .\39 60\:m-128 {
    margin: 8rem;
  }

  #tw .\39 60\:m-144 {
    margin: 9rem;
  }

  #tw .\39 60\:m-200 {
    margin: 12.5rem;
  }

  #tw .\39 60\:m-auto {
    margin: auto;
  }

  #tw .\39 60\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\39 60\:-m-16 {
    margin: -1rem;
  }

  #tw .\39 60\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\39 60\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\39 60\:-m-32 {
    margin: -2rem;
  }

  #tw .\39 60\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\39 60\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\39 60\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\39 60\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\39 60\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\39 60\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\39 60\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\39 60\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\39 60\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\39 60\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\39 60\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\39 60\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\39 60\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\39 60\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\39 60\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\39 60\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\39 60\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\39 60\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\39 60\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\39 60\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\39 60\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\39 60\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\39 60\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\39 60\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\39 60\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\39 60\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\39 60\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\39 60\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\39 60\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\39 60\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\39 60\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\39 60\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\39 60\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\39 60\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\39 60\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\39 60\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\39 60\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\39 60\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\39 60\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\39 60\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\39 60\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\39 60\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\39 60\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\39 60\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\39 60\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\39 60\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\39 60\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\39 60\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\39 60\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\39 60\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\39 60\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\39 60\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\39 60\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\39 60\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\39 60\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\39 60\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\39 60\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\39 60\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\39 60\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\39 60\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\39 60\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\39 60\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\39 60\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\39 60\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\39 60\:mt-0 {
    margin-top: 0;
  }

  #tw .\39 60\:mr-0 {
    margin-right: 0;
  }

  #tw .\39 60\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\39 60\:ml-0 {
    margin-left: 0;
  }

  #tw .\39 60\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\39 60\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\39 60\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\39 60\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\39 60\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\39 60\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\39 60\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\39 60\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\39 60\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\39 60\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\39 60\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\39 60\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\39 60\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\39 60\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\39 60\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\39 60\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\39 60\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\39 60\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\39 60\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\39 60\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\39 60\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\39 60\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\39 60\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\39 60\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\39 60\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\39 60\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\39 60\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\39 60\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\39 60\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\39 60\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\39 60\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\39 60\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\39 60\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\39 60\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\39 60\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\39 60\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\39 60\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\39 60\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\39 60\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\39 60\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\39 60\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\39 60\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\39 60\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\39 60\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\39 60\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\39 60\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\39 60\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\39 60\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\39 60\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\39 60\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\39 60\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\39 60\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\39 60\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\39 60\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\39 60\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\39 60\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\39 60\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\39 60\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\39 60\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\39 60\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\39 60\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\39 60\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\39 60\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\39 60\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\39 60\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\39 60\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\39 60\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\39 60\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\39 60\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\39 60\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\39 60\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\39 60\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\39 60\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\39 60\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\39 60\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\39 60\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\39 60\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\39 60\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\39 60\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\39 60\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\39 60\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\39 60\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\39 60\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\39 60\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\39 60\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\39 60\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\39 60\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\39 60\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\39 60\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\39 60\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\39 60\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\39 60\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\39 60\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\39 60\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\39 60\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\39 60\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\39 60\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\39 60\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\39 60\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\39 60\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\39 60\:mt-auto {
    margin-top: auto;
  }

  #tw .\39 60\:mr-auto {
    margin-right: auto;
  }

  #tw .\39 60\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\39 60\:ml-auto {
    margin-left: auto;
  }

  #tw .\39 60\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\39 60\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\39 60\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\39 60\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\39 60\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\39 60\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\39 60\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\39 60\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\39 60\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\39 60\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\39 60\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\39 60\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\39 60\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\39 60\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\39 60\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\39 60\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\39 60\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\39 60\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\39 60\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\39 60\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\39 60\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\39 60\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\39 60\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\39 60\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\39 60\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\39 60\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\39 60\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\39 60\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\39 60\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\39 60\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\39 60\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\39 60\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\39 60\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\39 60\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\39 60\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\39 60\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\39 60\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\39 60\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\39 60\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\39 60\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\39 60\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\39 60\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\39 60\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\39 60\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\39 60\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\39 60\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\39 60\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\39 60\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\39 60\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\39 60\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\39 60\:max-h-auto {
    max-height: auto;
  }

  #tw .\39 60\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\39 60\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\39 60\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\39 60\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\39 60\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\39 60\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\39 60\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\39 60\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\39 60\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\39 60\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\39 60\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\39 60\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\39 60\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\39 60\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\39 60\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\39 60\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\39 60\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\39 60\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\39 60\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\39 60\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\39 60\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\39 60\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\39 60\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\39 60\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\39 60\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\39 60\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\39 60\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\39 60\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\39 60\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\39 60\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\39 60\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\39 60\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\39 60\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\39 60\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\39 60\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\39 60\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\39 60\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\39 60\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\39 60\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\39 60\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\39 60\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\39 60\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\39 60\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\39 60\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\39 60\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\39 60\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\39 60\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\39 60\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\39 60\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\39 60\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\39 60\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\39 60\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\39 60\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\39 60\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\39 60\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\39 60\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\39 60\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\39 60\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\39 60\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\39 60\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\39 60\:max-w-auto {
    max-width: auto;
  }

  #tw .\39 60\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\39 60\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\39 60\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\39 60\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\39 60\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\39 60\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\39 60\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\39 60\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\39 60\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\39 60\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\39 60\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\39 60\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\39 60\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\39 60\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\39 60\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\39 60\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\39 60\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\39 60\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\39 60\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\39 60\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\39 60\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\39 60\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\39 60\:max-w-none {
    max-width: none;
  }

  #tw .\39 60\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\39 60\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\39 60\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\39 60\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\39 60\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\39 60\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\39 60\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\39 60\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\39 60\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\39 60\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\39 60\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\39 60\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\39 60\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\39 60\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\39 60\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\39 60\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\39 60\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\39 60\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\39 60\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\39 60\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\39 60\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\39 60\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\39 60\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\39 60\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\39 60\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\39 60\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\39 60\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\39 60\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\39 60\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\39 60\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\39 60\:min-h-auto {
    min-height: auto;
  }

  #tw .\39 60\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\39 60\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\39 60\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\39 60\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\39 60\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\39 60\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\39 60\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\39 60\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\39 60\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\39 60\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\39 60\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\39 60\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\39 60\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\39 60\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\39 60\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\39 60\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\39 60\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\39 60\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\39 60\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\39 60\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\39 60\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\39 60\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\39 60\:min-w-0 {
    min-width: 0;
  }

  #tw .\39 60\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\39 60\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\39 60\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\39 60\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\39 60\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\39 60\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\39 60\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\39 60\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\39 60\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\39 60\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\39 60\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\39 60\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\39 60\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\39 60\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\39 60\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\39 60\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\39 60\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\39 60\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\39 60\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\39 60\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\39 60\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\39 60\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\39 60\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\39 60\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\39 60\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\39 60\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\39 60\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\39 60\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\39 60\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\39 60\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\39 60\:min-w-auto {
    min-width: auto;
  }

  #tw .\39 60\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\39 60\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\39 60\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\39 60\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\39 60\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\39 60\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\39 60\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\39 60\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\39 60\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\39 60\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\39 60\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\39 60\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\39 60\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\39 60\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\39 60\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\39 60\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\39 60\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\39 60\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\39 60\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\39 60\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\39 60\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\39 60\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\39 60\:overflow-auto {
    overflow: auto;
  }

  #tw .\39 60\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\39 60\:overflow-visible {
    overflow: visible;
  }

  #tw .\39 60\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\39 60\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\39 60\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\39 60\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\39 60\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\39 60\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\39 60\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\39 60\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\39 60\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\39 60\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\39 60\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\39 60\:p-0 {
    padding: 0;
  }

  #tw .\39 60\:p-4 {
    padding: 0.25rem;
  }

  #tw .\39 60\:p-6 {
    padding: 0.375rem;
  }

  #tw .\39 60\:p-8 {
    padding: 0.5rem;
  }

  #tw .\39 60\:p-10 {
    padding: 0.625rem;
  }

  #tw .\39 60\:p-12 {
    padding: 0.75rem;
  }

  #tw .\39 60\:p-14 {
    padding: 0.875rem;
  }

  #tw .\39 60\:p-16 {
    padding: 1rem;
  }

  #tw .\39 60\:p-18 {
    padding: 1.125rem;
  }

  #tw .\39 60\:p-20 {
    padding: 1.25rem;
  }

  #tw .\39 60\:p-24 {
    padding: 1.5rem;
  }

  #tw .\39 60\:p-28 {
    padding: 1.75rem;
  }

  #tw .\39 60\:p-32 {
    padding: 2rem;
  }

  #tw .\39 60\:p-36 {
    padding: 2.25rem;
  }

  #tw .\39 60\:p-40 {
    padding: 2.5rem;
  }

  #tw .\39 60\:p-48 {
    padding: 3rem;
  }

  #tw .\39 60\:p-56 {
    padding: 3.5rem;
  }

  #tw .\39 60\:p-60 {
    padding: 3.75rem;
  }

  #tw .\39 60\:p-64 {
    padding: 4rem;
  }

  #tw .\39 60\:p-80 {
    padding: 5rem;
  }

  #tw .\39 60\:p-88 {
    padding: 5.5rem;
  }

  #tw .\39 60\:p-96 {
    padding: 6rem;
  }

  #tw .\39 60\:p-112 {
    padding: 7rem;
  }

  #tw .\39 60\:p-128 {
    padding: 8rem;
  }

  #tw .\39 60\:p-144 {
    padding: 9rem;
  }

  #tw .\39 60\:p-200 {
    padding: 12.5rem;
  }

  #tw .\39 60\:p-auto {
    padding: auto;
  }

  #tw .\39 60\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\39 60\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\39 60\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\39 60\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\39 60\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\39 60\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\39 60\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\39 60\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\39 60\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\39 60\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\39 60\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\39 60\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\39 60\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\39 60\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\39 60\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\39 60\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\39 60\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\39 60\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\39 60\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\39 60\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\39 60\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\39 60\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\39 60\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\39 60\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\39 60\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\39 60\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\39 60\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\39 60\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\39 60\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\39 60\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\39 60\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\39 60\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\39 60\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\39 60\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\39 60\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\39 60\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\39 60\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\39 60\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\39 60\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\39 60\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\39 60\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\39 60\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\39 60\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\39 60\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\39 60\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\39 60\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\39 60\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\39 60\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\39 60\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\39 60\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\39 60\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\39 60\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\39 60\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\39 60\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\39 60\:pt-0 {
    padding-top: 0;
  }

  #tw .\39 60\:pr-0 {
    padding-right: 0;
  }

  #tw .\39 60\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\39 60\:pl-0 {
    padding-left: 0;
  }

  #tw .\39 60\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\39 60\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\39 60\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\39 60\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\39 60\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\39 60\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\39 60\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\39 60\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\39 60\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\39 60\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\39 60\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\39 60\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\39 60\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\39 60\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\39 60\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\39 60\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\39 60\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\39 60\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\39 60\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\39 60\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\39 60\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\39 60\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\39 60\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\39 60\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\39 60\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\39 60\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\39 60\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\39 60\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\39 60\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\39 60\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\39 60\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\39 60\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\39 60\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\39 60\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\39 60\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\39 60\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\39 60\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\39 60\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\39 60\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\39 60\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\39 60\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\39 60\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\39 60\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\39 60\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\39 60\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\39 60\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\39 60\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\39 60\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\39 60\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\39 60\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\39 60\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\39 60\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\39 60\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\39 60\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\39 60\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\39 60\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\39 60\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\39 60\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\39 60\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\39 60\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\39 60\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\39 60\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\39 60\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\39 60\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\39 60\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\39 60\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\39 60\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\39 60\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\39 60\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\39 60\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\39 60\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\39 60\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\39 60\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\39 60\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\39 60\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\39 60\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\39 60\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\39 60\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\39 60\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\39 60\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\39 60\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\39 60\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\39 60\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\39 60\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\39 60\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\39 60\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\39 60\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\39 60\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\39 60\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\39 60\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\39 60\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\39 60\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\39 60\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\39 60\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\39 60\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\39 60\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\39 60\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\39 60\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\39 60\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\39 60\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\39 60\:pt-auto {
    padding-top: auto;
  }

  #tw .\39 60\:pr-auto {
    padding-right: auto;
  }

  #tw .\39 60\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\39 60\:pl-auto {
    padding-left: auto;
  }

  #tw .\39 60\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\39 60\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\39 60\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\39 60\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\39 60\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\39 60\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\39 60\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\39 60\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\39 60\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\39 60\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\39 60\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\39 60\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\39 60\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\39 60\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\39 60\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\39 60\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\39 60\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\39 60\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\39 60\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\39 60\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\39 60\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\39 60\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\39 60\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\39 60\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\39 60\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\39 60\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\39 60\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\39 60\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\39 60\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\39 60\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\39 60\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\39 60\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\39 60\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\39 60\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\39 60\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\39 60\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\39 60\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\39 60\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\39 60\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\39 60\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\39 60\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\39 60\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\39 60\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\39 60\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\39 60\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\39 60\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\39 60\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\39 60\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\39 60\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\39 60\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\39 60\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\39 60\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\39 60\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\39 60\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\39 60\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\39 60\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\39 60\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\39 60\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\39 60\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\39 60\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\39 60\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\39 60\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\39 60\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\39 60\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\39 60\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\39 60\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\39 60\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\39 60\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\39 60\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\39 60\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\39 60\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\39 60\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\39 60\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\39 60\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\39 60\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\39 60\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\39 60\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\39 60\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\39 60\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\39 60\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\39 60\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\39 60\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\39 60\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\39 60\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\39 60\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\39 60\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\39 60\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\39 60\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\39 60\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\39 60\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\39 60\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\39 60\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\39 60\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\39 60\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\39 60\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\39 60\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\39 60\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\39 60\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\39 60\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\39 60\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\39 60\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\39 60\:top-0 {
    top: 0;
  }

  #tw .\39 60\:right-0 {
    right: 0;
  }

  #tw .\39 60\:bottom-0 {
    bottom: 0;
  }

  #tw .\39 60\:left-0 {
    left: 0;
  }

  #tw .\39 60\:top-auto {
    top: auto;
  }

  #tw .\39 60\:right-auto {
    right: auto;
  }

  #tw .\39 60\:bottom-auto {
    bottom: auto;
  }

  #tw .\39 60\:left-auto {
    left: auto;
  }

  #tw .\39 60\:-top-8 {
    top: -0.5rem;
  }

  #tw .\39 60\:-right-8 {
    right: -0.5rem;
  }

  #tw .\39 60\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\39 60\:-left-8 {
    left: -0.5rem;
  }

  #tw .\39 60\:-top-80 {
    top: -5rem;
  }

  #tw .\39 60\:-right-80 {
    right: -5rem;
  }

  #tw .\39 60\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\39 60\:-left-80 {
    left: -5rem;
  }

  #tw .\39 60\:-top-1\/1 {
    top: -100%;
  }

  #tw .\39 60\:-right-1\/1 {
    right: -100%;
  }

  #tw .\39 60\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\39 60\:-left-1\/1 {
    left: -100%;
  }

  #tw .\39 60\:-top-1\/2 {
    top: -50%;
  }

  #tw .\39 60\:-right-1\/2 {
    right: -50%;
  }

  #tw .\39 60\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\39 60\:-left-1\/2 {
    left: -50%;
  }

  #tw .\39 60\:top-1\/1 {
    top: 100%;
  }

  #tw .\39 60\:right-1\/1 {
    right: 100%;
  }

  #tw .\39 60\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\39 60\:left-1\/1 {
    left: 100%;
  }

  #tw .\39 60\:top-1\/2 {
    top: 50%;
  }

  #tw .\39 60\:right-1\/2 {
    right: 50%;
  }

  #tw .\39 60\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\39 60\:left-1\/2 {
    left: 50%;
  }

  #tw .\39 60\:resize-none {
    resize: none;
  }

  #tw .\39 60\:resize-y {
    resize: vertical;
  }

  #tw .\39 60\:resize-x {
    resize: horizontal;
  }

  #tw .\39 60\:resize {
    resize: both;
  }

  #tw .\39 60\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\39 60\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\39 60\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\39 60\:shadow-none {
    box-shadow: none;
  }

  #tw .\39 60\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\39 60\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\39 60\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\39 60\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\39 60\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\39 60\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\39 60\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\39 60\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\39 60\:table-auto {
    table-layout: auto;
  }

  #tw .\39 60\:table-fixed {
    table-layout: fixed;
  }

  #tw .\39 60\:text-left {
    text-align: left;
  }

  #tw .\39 60\:text-center {
    text-align: center;
  }

  #tw .\39 60\:text-right {
    text-align: right;
  }

  #tw .\39 60\:text-justify {
    text-align: justify;
  }

  #tw .\39 60\:italic {
    font-style: italic;
  }

  #tw .\39 60\:not-italic {
    font-style: normal;
  }

  #tw .\39 60\:uppercase {
    text-transform: uppercase;
  }

  #tw .\39 60\:lowercase {
    text-transform: lowercase;
  }

  #tw .\39 60\:capitalize {
    text-transform: capitalize;
  }

  #tw .\39 60\:normal-case {
    text-transform: none;
  }

  #tw .\39 60\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\39 60\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\39 60\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\39 60\:align-top {
    vertical-align: top;
  }

  #tw .\39 60\:align-middle {
    vertical-align: middle;
  }

  #tw .\39 60\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\39 60\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\39 60\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\39 60\:visible {
    visibility: visible;
  }

  #tw .\39 60\:invisible {
    visibility: hidden;
  }

  #tw .\39 60\:whitespace-normal {
    white-space: normal;
  }

  #tw .\39 60\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\39 60\:whitespace-pre {
    white-space: pre;
  }

  #tw .\39 60\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\39 60\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\39 60\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\39 60\:break-words {
    word-wrap: break-word;
  }

  #tw .\39 60\:break-all {
    word-break: break-all;
  }

  #tw .\39 60\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\39 60\:w-0 {
    width: 0;
  }

  #tw .\39 60\:w-12 {
    width: 0.75rem;
  }

  #tw .\39 60\:w-14 {
    width: 0.875rem;
  }

  #tw .\39 60\:w-16 {
    width: 1rem;
  }

  #tw .\39 60\:w-20 {
    width: 1.25rem;
  }

  #tw .\39 60\:w-24 {
    width: 1.5rem;
  }

  #tw .\39 60\:w-32 {
    width: 2rem;
  }

  #tw .\39 60\:w-40 {
    width: 2.5rem;
  }

  #tw .\39 60\:w-48 {
    width: 3rem;
  }

  #tw .\39 60\:w-60 {
    width: 3.75rem;
  }

  #tw .\39 60\:w-64 {
    width: 4rem;
  }

  #tw .\39 60\:w-68 {
    width: 4.25rem;
  }

  #tw .\39 60\:w-80 {
    width: 5rem;
  }

  #tw .\39 60\:w-88 {
    width: 5.5rem;
  }

  #tw .\39 60\:w-96 {
    width: 6rem;
  }

  #tw .\39 60\:w-110 {
    width: 6.875rem;
  }

  #tw .\39 60\:w-120 {
    width: 7.5rem;
  }

  #tw .\39 60\:w-128 {
    width: 8rem;
  }

  #tw .\39 60\:w-144 {
    width: 9rem;
  }

  #tw .\39 60\:w-160 {
    width: 10rem;
  }

  #tw .\39 60\:w-174 {
    width: 10.875rem;
  }

  #tw .\39 60\:w-188 {
    width: 11.75rem;
  }

  #tw .\39 60\:w-210 {
    width: 13.125rem;
  }

  #tw .\39 60\:w-222 {
    width: 13.875rem;
  }

  #tw .\39 60\:w-256 {
    width: 16rem;
  }

  #tw .\39 60\:w-288 {
    width: 18rem;
  }

  #tw .\39 60\:w-300 {
    width: 18.75rem;
  }

  #tw .\39 60\:w-320 {
    width: 20rem;
  }

  #tw .\39 60\:w-400 {
    width: 25rem;
  }

  #tw .\39 60\:w-480 {
    width: 30rem;
  }

  #tw .\39 60\:w-600 {
    width: 37.5rem;
  }

  #tw .\39 60\:w-auto {
    width: auto;
  }

  #tw .\39 60\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\39 60\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\39 60\:w-1\/5 {
    width: 20%;
  }

  #tw .\39 60\:w-1\/4 {
    width: 25%;
  }

  #tw .\39 60\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\39 60\:w-2\/5 {
    width: 40%;
  }

  #tw .\39 60\:w-1\/2 {
    width: 50%;
  }

  #tw .\39 60\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\39 60\:w-1\/1 {
    width: 100%;
  }

  #tw .\39 60\:w-3\/5 {
    width: 60%;
  }

  #tw .\39 60\:w-3\/4 {
    width: 75%;
  }

  #tw .\39 60\:w-4\/5 {
    width: 80%;
  }

  #tw .\39 60\:w-50vw {
    width: 50vw;
  }

  #tw .\39 60\:w-100vw {
    width: 100vw;
  }

  #tw .\39 60\:w-50vh {
    width: 50vh;
  }

  #tw .\39 60\:w-100vh {
    width: 100vh;
  }

  #tw .\39 60\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\39 60\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\39 60\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\39 60\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\39 60\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\39 60\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\39 60\:z-0 {
    z-index: 0;
  }

  #tw .\39 60\:z-100 {
    z-index: 100;
  }

  #tw .\39 60\:z-200 {
    z-index: 200;
  }

  #tw .\39 60\:z-300 {
    z-index: 300;
  }

  #tw .\39 60\:z-400 {
    z-index: 400;
  }

  #tw .\39 60\:z-500 {
    z-index: 500;
  }

  #tw .\39 60\:z-auto {
    z-index: auto;
  }

  #tw .\39 60\:d-block {
    display: block;
  }

  #tw .\39 60\:d-inline-block {
    display: inline-block;
  }

  #tw .\39 60\:d-inline {
    display: inline;
  }

  #tw .\39 60\:d-flex {
    display: flex;
  }

  #tw .\39 60\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\39 60\:d-none {
    display: none;
  }

  #tw .\39 60\:p-static {
    position: static;
  }

  #tw .\39 60\:p-relative {
    position: relative;
  }

  #tw .\39 60\:p-fixed {
    position: fixed;
  }

  #tw .\39 60\:p-absolute {
    position: absolute;
  }

  #tw .\39 60\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\39 60\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\39 60\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\39 60\:col-count-1 {
    column-count: 1;
  }

  #tw .\39 60\:col-count-2 {
    column-count: 2;
  }

  #tw .\39 60\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\39 60\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\39 60\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\39 60\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\39 60\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\39 60\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\39 60\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 1080px) {
  #tw .\31 080\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 080\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 080\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 080\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 080\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\31 080\:bg-local {
    background-attachment: local;
  }

  #tw .\31 080\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\31 080\:bg-black {
    background-color: #111111;
  }

  #tw .\31 080\:bg-white {
    background-color: #ffffff;
  }

  #tw .\31 080\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\31 080\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\31 080\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\31 080\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\31 080\:bg-green {
    background-color: #00ff00;
  }

  #tw .\31 080\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\31 080\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\31 080\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\31 080\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\31 080\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\31 080\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\31 080\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\31 080\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\31 080\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\31 080\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\31 080\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\31 080\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\31 080\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\31 080\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\31 080\:bg-transparent {
    background-color: transparent;
  }

  #tw .\31 080\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 080\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\31 080\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\31 080\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\31 080\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\31 080\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\31 080\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\31 080\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\31 080\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\31 080\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\31 080\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 080\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\31 080\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\31 080\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 080\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\31 080\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\31 080\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\31 080\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\31 080\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\31 080\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\31 080\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\31 080\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\31 080\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\31 080\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\31 080\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\31 080\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 080\:flex-row {
    flex-direction: row;
  }

  #tw .\31 080\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\31 080\:flex-col {
    flex-direction: column;
  }

  #tw .\31 080\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\31 080\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\31 080\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\31 080\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\31 080\:items-start {
    align-items: flex-start;
  }

  #tw .\31 080\:items-end {
    align-items: flex-end;
  }

  #tw .\31 080\:items-center {
    align-items: center;
  }

  #tw .\31 080\:items-baseline {
    align-items: baseline;
  }

  #tw .\31 080\:items-stretch {
    align-items: stretch;
  }

  #tw .\31 080\:self-auto {
    align-self: auto;
  }

  #tw .\31 080\:self-start {
    align-self: flex-start;
  }

  #tw .\31 080\:self-end {
    align-self: flex-end;
  }

  #tw .\31 080\:self-center {
    align-self: center;
  }

  #tw .\31 080\:self-stretch {
    align-self: stretch;
  }

  #tw .\31 080\:justify-start {
    justify-content: flex-start;
  }

  #tw .\31 080\:justify-end {
    justify-content: flex-end;
  }

  #tw .\31 080\:justify-center {
    justify-content: center;
  }

  #tw .\31 080\:justify-between {
    justify-content: space-between;
  }

  #tw .\31 080\:justify-around {
    justify-content: space-around;
  }

  #tw .\31 080\:content-center {
    align-content: center;
  }

  #tw .\31 080\:content-start {
    align-content: flex-start;
  }

  #tw .\31 080\:content-end {
    align-content: flex-end;
  }

  #tw .\31 080\:content-between {
    align-content: space-between;
  }

  #tw .\31 080\:content-around {
    align-content: space-around;
  }

  #tw .\31 080\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\31 080\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\31 080\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\31 080\:flex-none {
    flex: none;
  }

  #tw .\31 080\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\31 080\:flex-grow {
    flex-grow: 1;
  }

  #tw .\31 080\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\31 080\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\31 080\:order-1 {
    order: 1;
  }

  #tw .\31 080\:order-2 {
    order: 2;
  }

  #tw .\31 080\:order-3 {
    order: 3;
  }

  #tw .\31 080\:order-4 {
    order: 4;
  }

  #tw .\31 080\:order-5 {
    order: 5;
  }

  #tw .\31 080\:order-6 {
    order: 6;
  }

  #tw .\31 080\:order-7 {
    order: 7;
  }

  #tw .\31 080\:order-8 {
    order: 8;
  }

  #tw .\31 080\:order-9 {
    order: 9;
  }

  #tw .\31 080\:order-10 {
    order: 10;
  }

  #tw .\31 080\:order-11 {
    order: 11;
  }

  #tw .\31 080\:order-12 {
    order: 12;
  }

  #tw .\31 080\:order-first {
    order: -9999;
  }

  #tw .\31 080\:order-last {
    order: 9999;
  }

  #tw .\31 080\:order-none {
    order: 0;
  }

  #tw .\31 080\:h-0 {
    height: 0;
  }

  #tw .\31 080\:h-12 {
    height: 0.75rem;
  }

  #tw .\31 080\:h-14 {
    height: 0.875rem;
  }

  #tw .\31 080\:h-16 {
    height: 1rem;
  }

  #tw .\31 080\:h-20 {
    height: 1.25rem;
  }

  #tw .\31 080\:h-24 {
    height: 1.5rem;
  }

  #tw .\31 080\:h-32 {
    height: 2rem;
  }

  #tw .\31 080\:h-40 {
    height: 2.5rem;
  }

  #tw .\31 080\:h-48 {
    height: 3rem;
  }

  #tw .\31 080\:h-60 {
    height: 3.75rem;
  }

  #tw .\31 080\:h-64 {
    height: 4rem;
  }

  #tw .\31 080\:h-68 {
    height: 4.25rem;
  }

  #tw .\31 080\:h-80 {
    height: 5rem;
  }

  #tw .\31 080\:h-88 {
    height: 5.5rem;
  }

  #tw .\31 080\:h-96 {
    height: 6rem;
  }

  #tw .\31 080\:h-110 {
    height: 6.875rem;
  }

  #tw .\31 080\:h-120 {
    height: 7.5rem;
  }

  #tw .\31 080\:h-128 {
    height: 8rem;
  }

  #tw .\31 080\:h-144 {
    height: 9rem;
  }

  #tw .\31 080\:h-160 {
    height: 10rem;
  }

  #tw .\31 080\:h-174 {
    height: 10.875rem;
  }

  #tw .\31 080\:h-188 {
    height: 11.75rem;
  }

  #tw .\31 080\:h-210 {
    height: 13.125rem;
  }

  #tw .\31 080\:h-222 {
    height: 13.875rem;
  }

  #tw .\31 080\:h-256 {
    height: 16rem;
  }

  #tw .\31 080\:h-288 {
    height: 18rem;
  }

  #tw .\31 080\:h-300 {
    height: 18.75rem;
  }

  #tw .\31 080\:h-320 {
    height: 20rem;
  }

  #tw .\31 080\:h-400 {
    height: 25rem;
  }

  #tw .\31 080\:h-480 {
    height: 30rem;
  }

  #tw .\31 080\:h-600 {
    height: 37.5rem;
  }

  #tw .\31 080\:h-auto {
    height: auto;
  }

  #tw .\31 080\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\31 080\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\31 080\:h-1\/5 {
    height: 20%;
  }

  #tw .\31 080\:h-1\/4 {
    height: 25%;
  }

  #tw .\31 080\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\31 080\:h-2\/5 {
    height: 40%;
  }

  #tw .\31 080\:h-1\/2 {
    height: 50%;
  }

  #tw .\31 080\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\31 080\:h-1\/1 {
    height: 100%;
  }

  #tw .\31 080\:h-3\/5 {
    height: 60%;
  }

  #tw .\31 080\:h-3\/4 {
    height: 75%;
  }

  #tw .\31 080\:h-4\/5 {
    height: 80%;
  }

  #tw .\31 080\:h-50vw {
    height: 50vw;
  }

  #tw .\31 080\:h-100vw {
    height: 100vw;
  }

  #tw .\31 080\:h-50vh {
    height: 50vh;
  }

  #tw .\31 080\:h-100vh {
    height: 100vh;
  }

  #tw .\31 080\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\31 080\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\31 080\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\31 080\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\31 080\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\31 080\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\31 080\:m-0 {
    margin: 0;
  }

  #tw .\31 080\:m-4 {
    margin: 0.25rem;
  }

  #tw .\31 080\:m-6 {
    margin: 0.375rem;
  }

  #tw .\31 080\:m-8 {
    margin: 0.5rem;
  }

  #tw .\31 080\:m-10 {
    margin: 0.625rem;
  }

  #tw .\31 080\:m-12 {
    margin: 0.75rem;
  }

  #tw .\31 080\:m-14 {
    margin: 0.875rem;
  }

  #tw .\31 080\:m-16 {
    margin: 1rem;
  }

  #tw .\31 080\:m-18 {
    margin: 1.125rem;
  }

  #tw .\31 080\:m-20 {
    margin: 1.25rem;
  }

  #tw .\31 080\:m-24 {
    margin: 1.5rem;
  }

  #tw .\31 080\:m-28 {
    margin: 1.75rem;
  }

  #tw .\31 080\:m-32 {
    margin: 2rem;
  }

  #tw .\31 080\:m-36 {
    margin: 2.25rem;
  }

  #tw .\31 080\:m-40 {
    margin: 2.5rem;
  }

  #tw .\31 080\:m-48 {
    margin: 3rem;
  }

  #tw .\31 080\:m-56 {
    margin: 3.5rem;
  }

  #tw .\31 080\:m-60 {
    margin: 3.75rem;
  }

  #tw .\31 080\:m-64 {
    margin: 4rem;
  }

  #tw .\31 080\:m-80 {
    margin: 5rem;
  }

  #tw .\31 080\:m-88 {
    margin: 5.5rem;
  }

  #tw .\31 080\:m-96 {
    margin: 6rem;
  }

  #tw .\31 080\:m-112 {
    margin: 7rem;
  }

  #tw .\31 080\:m-128 {
    margin: 8rem;
  }

  #tw .\31 080\:m-144 {
    margin: 9rem;
  }

  #tw .\31 080\:m-200 {
    margin: 12.5rem;
  }

  #tw .\31 080\:m-auto {
    margin: auto;
  }

  #tw .\31 080\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\31 080\:-m-16 {
    margin: -1rem;
  }

  #tw .\31 080\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\31 080\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\31 080\:-m-32 {
    margin: -2rem;
  }

  #tw .\31 080\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\31 080\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\31 080\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\31 080\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\31 080\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\31 080\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\31 080\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\31 080\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\31 080\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\31 080\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\31 080\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\31 080\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\31 080\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\31 080\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\31 080\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\31 080\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\31 080\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\31 080\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\31 080\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\31 080\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\31 080\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\31 080\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\31 080\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\31 080\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\31 080\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\31 080\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\31 080\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\31 080\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\31 080\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\31 080\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\31 080\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\31 080\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\31 080\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\31 080\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\31 080\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\31 080\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\31 080\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\31 080\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\31 080\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\31 080\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\31 080\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\31 080\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\31 080\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\31 080\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\31 080\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\31 080\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\31 080\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\31 080\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\31 080\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\31 080\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\31 080\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\31 080\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\31 080\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\31 080\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\31 080\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\31 080\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\31 080\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\31 080\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\31 080\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\31 080\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\31 080\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\31 080\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\31 080\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\31 080\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\31 080\:mt-0 {
    margin-top: 0;
  }

  #tw .\31 080\:mr-0 {
    margin-right: 0;
  }

  #tw .\31 080\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\31 080\:ml-0 {
    margin-left: 0;
  }

  #tw .\31 080\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\31 080\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\31 080\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\31 080\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\31 080\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\31 080\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\31 080\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\31 080\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\31 080\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\31 080\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\31 080\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\31 080\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\31 080\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\31 080\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\31 080\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\31 080\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\31 080\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\31 080\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\31 080\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\31 080\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\31 080\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\31 080\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\31 080\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\31 080\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\31 080\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\31 080\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\31 080\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\31 080\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\31 080\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\31 080\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\31 080\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\31 080\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\31 080\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\31 080\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\31 080\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\31 080\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\31 080\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\31 080\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\31 080\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\31 080\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\31 080\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\31 080\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\31 080\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\31 080\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\31 080\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\31 080\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\31 080\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\31 080\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\31 080\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\31 080\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\31 080\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\31 080\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\31 080\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\31 080\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\31 080\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\31 080\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\31 080\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\31 080\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\31 080\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\31 080\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\31 080\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\31 080\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\31 080\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\31 080\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\31 080\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\31 080\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\31 080\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\31 080\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\31 080\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\31 080\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\31 080\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\31 080\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\31 080\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\31 080\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\31 080\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\31 080\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\31 080\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\31 080\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\31 080\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\31 080\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\31 080\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\31 080\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\31 080\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\31 080\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\31 080\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\31 080\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\31 080\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\31 080\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\31 080\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\31 080\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\31 080\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\31 080\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\31 080\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\31 080\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\31 080\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\31 080\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\31 080\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\31 080\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\31 080\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\31 080\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\31 080\:mt-auto {
    margin-top: auto;
  }

  #tw .\31 080\:mr-auto {
    margin-right: auto;
  }

  #tw .\31 080\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\31 080\:ml-auto {
    margin-left: auto;
  }

  #tw .\31 080\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\31 080\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\31 080\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\31 080\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\31 080\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\31 080\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\31 080\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\31 080\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\31 080\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\31 080\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\31 080\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\31 080\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\31 080\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\31 080\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\31 080\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\31 080\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\31 080\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\31 080\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\31 080\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\31 080\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\31 080\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\31 080\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\31 080\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\31 080\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\31 080\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\31 080\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\31 080\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\31 080\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\31 080\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\31 080\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\31 080\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\31 080\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\31 080\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\31 080\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\31 080\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\31 080\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\31 080\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\31 080\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\31 080\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\31 080\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\31 080\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\31 080\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\31 080\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\31 080\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\31 080\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\31 080\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\31 080\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\31 080\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\31 080\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\31 080\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\31 080\:max-h-auto {
    max-height: auto;
  }

  #tw .\31 080\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\31 080\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\31 080\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\31 080\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\31 080\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\31 080\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\31 080\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\31 080\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\31 080\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\31 080\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\31 080\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\31 080\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\31 080\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\31 080\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\31 080\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\31 080\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\31 080\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\31 080\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\31 080\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\31 080\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\31 080\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\31 080\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\31 080\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\31 080\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\31 080\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\31 080\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\31 080\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\31 080\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\31 080\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\31 080\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\31 080\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\31 080\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\31 080\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\31 080\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\31 080\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\31 080\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\31 080\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\31 080\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\31 080\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\31 080\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\31 080\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\31 080\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\31 080\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\31 080\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\31 080\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\31 080\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\31 080\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\31 080\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\31 080\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\31 080\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\31 080\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\31 080\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\31 080\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\31 080\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\31 080\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\31 080\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\31 080\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\31 080\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\31 080\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\31 080\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\31 080\:max-w-auto {
    max-width: auto;
  }

  #tw .\31 080\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\31 080\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\31 080\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\31 080\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\31 080\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\31 080\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\31 080\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\31 080\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\31 080\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\31 080\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\31 080\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\31 080\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\31 080\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\31 080\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\31 080\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\31 080\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\31 080\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\31 080\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\31 080\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\31 080\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\31 080\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\31 080\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\31 080\:max-w-none {
    max-width: none;
  }

  #tw .\31 080\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\31 080\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\31 080\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\31 080\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\31 080\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\31 080\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\31 080\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\31 080\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\31 080\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\31 080\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\31 080\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\31 080\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\31 080\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\31 080\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\31 080\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\31 080\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\31 080\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\31 080\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\31 080\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\31 080\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\31 080\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\31 080\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\31 080\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\31 080\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\31 080\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\31 080\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\31 080\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\31 080\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\31 080\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\31 080\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\31 080\:min-h-auto {
    min-height: auto;
  }

  #tw .\31 080\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\31 080\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\31 080\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\31 080\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\31 080\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\31 080\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\31 080\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\31 080\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\31 080\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\31 080\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\31 080\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\31 080\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\31 080\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\31 080\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\31 080\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\31 080\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\31 080\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\31 080\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\31 080\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\31 080\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\31 080\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\31 080\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\31 080\:min-w-0 {
    min-width: 0;
  }

  #tw .\31 080\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\31 080\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\31 080\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\31 080\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\31 080\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\31 080\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\31 080\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\31 080\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\31 080\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\31 080\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\31 080\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\31 080\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\31 080\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\31 080\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\31 080\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\31 080\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\31 080\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\31 080\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\31 080\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\31 080\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\31 080\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\31 080\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\31 080\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\31 080\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\31 080\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\31 080\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\31 080\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\31 080\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\31 080\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\31 080\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\31 080\:min-w-auto {
    min-width: auto;
  }

  #tw .\31 080\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\31 080\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\31 080\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\31 080\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\31 080\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\31 080\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\31 080\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\31 080\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\31 080\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\31 080\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\31 080\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\31 080\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\31 080\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\31 080\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\31 080\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\31 080\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\31 080\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\31 080\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\31 080\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\31 080\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\31 080\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\31 080\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\31 080\:overflow-auto {
    overflow: auto;
  }

  #tw .\31 080\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\31 080\:overflow-visible {
    overflow: visible;
  }

  #tw .\31 080\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\31 080\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\31 080\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\31 080\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\31 080\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\31 080\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\31 080\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\31 080\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\31 080\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\31 080\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\31 080\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\31 080\:p-0 {
    padding: 0;
  }

  #tw .\31 080\:p-4 {
    padding: 0.25rem;
  }

  #tw .\31 080\:p-6 {
    padding: 0.375rem;
  }

  #tw .\31 080\:p-8 {
    padding: 0.5rem;
  }

  #tw .\31 080\:p-10 {
    padding: 0.625rem;
  }

  #tw .\31 080\:p-12 {
    padding: 0.75rem;
  }

  #tw .\31 080\:p-14 {
    padding: 0.875rem;
  }

  #tw .\31 080\:p-16 {
    padding: 1rem;
  }

  #tw .\31 080\:p-18 {
    padding: 1.125rem;
  }

  #tw .\31 080\:p-20 {
    padding: 1.25rem;
  }

  #tw .\31 080\:p-24 {
    padding: 1.5rem;
  }

  #tw .\31 080\:p-28 {
    padding: 1.75rem;
  }

  #tw .\31 080\:p-32 {
    padding: 2rem;
  }

  #tw .\31 080\:p-36 {
    padding: 2.25rem;
  }

  #tw .\31 080\:p-40 {
    padding: 2.5rem;
  }

  #tw .\31 080\:p-48 {
    padding: 3rem;
  }

  #tw .\31 080\:p-56 {
    padding: 3.5rem;
  }

  #tw .\31 080\:p-60 {
    padding: 3.75rem;
  }

  #tw .\31 080\:p-64 {
    padding: 4rem;
  }

  #tw .\31 080\:p-80 {
    padding: 5rem;
  }

  #tw .\31 080\:p-88 {
    padding: 5.5rem;
  }

  #tw .\31 080\:p-96 {
    padding: 6rem;
  }

  #tw .\31 080\:p-112 {
    padding: 7rem;
  }

  #tw .\31 080\:p-128 {
    padding: 8rem;
  }

  #tw .\31 080\:p-144 {
    padding: 9rem;
  }

  #tw .\31 080\:p-200 {
    padding: 12.5rem;
  }

  #tw .\31 080\:p-auto {
    padding: auto;
  }

  #tw .\31 080\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\31 080\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\31 080\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\31 080\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\31 080\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\31 080\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\31 080\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\31 080\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\31 080\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\31 080\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\31 080\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\31 080\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\31 080\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\31 080\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\31 080\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\31 080\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\31 080\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\31 080\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\31 080\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\31 080\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\31 080\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\31 080\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\31 080\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\31 080\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\31 080\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\31 080\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\31 080\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\31 080\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\31 080\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\31 080\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\31 080\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\31 080\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\31 080\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\31 080\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\31 080\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\31 080\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\31 080\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\31 080\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\31 080\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\31 080\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\31 080\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\31 080\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\31 080\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\31 080\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\31 080\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\31 080\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\31 080\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\31 080\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\31 080\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\31 080\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\31 080\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\31 080\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\31 080\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\31 080\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\31 080\:pt-0 {
    padding-top: 0;
  }

  #tw .\31 080\:pr-0 {
    padding-right: 0;
  }

  #tw .\31 080\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\31 080\:pl-0 {
    padding-left: 0;
  }

  #tw .\31 080\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\31 080\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\31 080\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\31 080\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\31 080\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\31 080\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\31 080\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\31 080\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\31 080\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\31 080\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\31 080\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\31 080\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\31 080\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\31 080\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\31 080\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\31 080\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\31 080\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\31 080\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\31 080\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\31 080\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\31 080\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\31 080\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\31 080\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\31 080\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\31 080\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\31 080\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\31 080\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\31 080\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\31 080\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\31 080\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\31 080\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\31 080\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\31 080\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\31 080\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\31 080\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\31 080\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\31 080\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\31 080\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\31 080\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\31 080\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\31 080\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\31 080\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\31 080\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\31 080\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\31 080\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\31 080\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\31 080\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\31 080\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\31 080\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\31 080\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\31 080\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\31 080\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\31 080\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\31 080\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\31 080\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\31 080\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\31 080\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\31 080\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\31 080\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\31 080\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\31 080\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\31 080\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\31 080\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\31 080\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\31 080\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\31 080\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\31 080\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\31 080\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\31 080\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\31 080\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\31 080\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\31 080\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\31 080\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\31 080\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\31 080\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\31 080\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\31 080\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\31 080\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\31 080\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\31 080\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\31 080\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\31 080\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\31 080\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\31 080\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\31 080\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\31 080\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\31 080\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\31 080\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\31 080\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\31 080\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\31 080\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\31 080\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\31 080\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\31 080\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\31 080\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\31 080\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\31 080\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\31 080\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\31 080\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\31 080\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\31 080\:pt-auto {
    padding-top: auto;
  }

  #tw .\31 080\:pr-auto {
    padding-right: auto;
  }

  #tw .\31 080\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\31 080\:pl-auto {
    padding-left: auto;
  }

  #tw .\31 080\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 080\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\31 080\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 080\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\31 080\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 080\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 080\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 080\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 080\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 080\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\31 080\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 080\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 080\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 080\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\31 080\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 080\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\31 080\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 080\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\31 080\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 080\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\31 080\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 080\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\31 080\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 080\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 080\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 080\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 080\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 080\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\31 080\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 080\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\31 080\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 080\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\31 080\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 080\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\31 080\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 080\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\31 080\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 080\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\31 080\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 080\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\31 080\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 080\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\31 080\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 080\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 080\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 080\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 080\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 080\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\31 080\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 080\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 080\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 080\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\31 080\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 080\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\31 080\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 080\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\31 080\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 080\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\31 080\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 080\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\31 080\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 080\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 080\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 080\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 080\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 080\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 080\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\31 080\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 080\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\31 080\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 080\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\31 080\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 080\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\31 080\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 080\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\31 080\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 080\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\31 080\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\31 080\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\31 080\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 080\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\31 080\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\31 080\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\31 080\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\31 080\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\31 080\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\31 080\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\31 080\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\31 080\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\31 080\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\31 080\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 080\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\31 080\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\31 080\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\31 080\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\31 080\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\31 080\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\31 080\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\31 080\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\31 080\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\31 080\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\31 080\:top-0 {
    top: 0;
  }

  #tw .\31 080\:right-0 {
    right: 0;
  }

  #tw .\31 080\:bottom-0 {
    bottom: 0;
  }

  #tw .\31 080\:left-0 {
    left: 0;
  }

  #tw .\31 080\:top-auto {
    top: auto;
  }

  #tw .\31 080\:right-auto {
    right: auto;
  }

  #tw .\31 080\:bottom-auto {
    bottom: auto;
  }

  #tw .\31 080\:left-auto {
    left: auto;
  }

  #tw .\31 080\:-top-8 {
    top: -0.5rem;
  }

  #tw .\31 080\:-right-8 {
    right: -0.5rem;
  }

  #tw .\31 080\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\31 080\:-left-8 {
    left: -0.5rem;
  }

  #tw .\31 080\:-top-80 {
    top: -5rem;
  }

  #tw .\31 080\:-right-80 {
    right: -5rem;
  }

  #tw .\31 080\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\31 080\:-left-80 {
    left: -5rem;
  }

  #tw .\31 080\:-top-1\/1 {
    top: -100%;
  }

  #tw .\31 080\:-right-1\/1 {
    right: -100%;
  }

  #tw .\31 080\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\31 080\:-left-1\/1 {
    left: -100%;
  }

  #tw .\31 080\:-top-1\/2 {
    top: -50%;
  }

  #tw .\31 080\:-right-1\/2 {
    right: -50%;
  }

  #tw .\31 080\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\31 080\:-left-1\/2 {
    left: -50%;
  }

  #tw .\31 080\:top-1\/1 {
    top: 100%;
  }

  #tw .\31 080\:right-1\/1 {
    right: 100%;
  }

  #tw .\31 080\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\31 080\:left-1\/1 {
    left: 100%;
  }

  #tw .\31 080\:top-1\/2 {
    top: 50%;
  }

  #tw .\31 080\:right-1\/2 {
    right: 50%;
  }

  #tw .\31 080\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\31 080\:left-1\/2 {
    left: 50%;
  }

  #tw .\31 080\:resize-none {
    resize: none;
  }

  #tw .\31 080\:resize-y {
    resize: vertical;
  }

  #tw .\31 080\:resize-x {
    resize: horizontal;
  }

  #tw .\31 080\:resize {
    resize: both;
  }

  #tw .\31 080\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 080\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 080\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 080\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 080\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 080\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 080\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 080\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\31 080\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 080\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\31 080\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 080\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 080\:table-auto {
    table-layout: auto;
  }

  #tw .\31 080\:table-fixed {
    table-layout: fixed;
  }

  #tw .\31 080\:text-left {
    text-align: left;
  }

  #tw .\31 080\:text-center {
    text-align: center;
  }

  #tw .\31 080\:text-right {
    text-align: right;
  }

  #tw .\31 080\:text-justify {
    text-align: justify;
  }

  #tw .\31 080\:italic {
    font-style: italic;
  }

  #tw .\31 080\:not-italic {
    font-style: normal;
  }

  #tw .\31 080\:uppercase {
    text-transform: uppercase;
  }

  #tw .\31 080\:lowercase {
    text-transform: lowercase;
  }

  #tw .\31 080\:capitalize {
    text-transform: capitalize;
  }

  #tw .\31 080\:normal-case {
    text-transform: none;
  }

  #tw .\31 080\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\31 080\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\31 080\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\31 080\:align-top {
    vertical-align: top;
  }

  #tw .\31 080\:align-middle {
    vertical-align: middle;
  }

  #tw .\31 080\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\31 080\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\31 080\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\31 080\:visible {
    visibility: visible;
  }

  #tw .\31 080\:invisible {
    visibility: hidden;
  }

  #tw .\31 080\:whitespace-normal {
    white-space: normal;
  }

  #tw .\31 080\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\31 080\:whitespace-pre {
    white-space: pre;
  }

  #tw .\31 080\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\31 080\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\31 080\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\31 080\:break-words {
    word-wrap: break-word;
  }

  #tw .\31 080\:break-all {
    word-break: break-all;
  }

  #tw .\31 080\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\31 080\:w-0 {
    width: 0;
  }

  #tw .\31 080\:w-12 {
    width: 0.75rem;
  }

  #tw .\31 080\:w-14 {
    width: 0.875rem;
  }

  #tw .\31 080\:w-16 {
    width: 1rem;
  }

  #tw .\31 080\:w-20 {
    width: 1.25rem;
  }

  #tw .\31 080\:w-24 {
    width: 1.5rem;
  }

  #tw .\31 080\:w-32 {
    width: 2rem;
  }

  #tw .\31 080\:w-40 {
    width: 2.5rem;
  }

  #tw .\31 080\:w-48 {
    width: 3rem;
  }

  #tw .\31 080\:w-60 {
    width: 3.75rem;
  }

  #tw .\31 080\:w-64 {
    width: 4rem;
  }

  #tw .\31 080\:w-68 {
    width: 4.25rem;
  }

  #tw .\31 080\:w-80 {
    width: 5rem;
  }

  #tw .\31 080\:w-88 {
    width: 5.5rem;
  }

  #tw .\31 080\:w-96 {
    width: 6rem;
  }

  #tw .\31 080\:w-110 {
    width: 6.875rem;
  }

  #tw .\31 080\:w-120 {
    width: 7.5rem;
  }

  #tw .\31 080\:w-128 {
    width: 8rem;
  }

  #tw .\31 080\:w-144 {
    width: 9rem;
  }

  #tw .\31 080\:w-160 {
    width: 10rem;
  }

  #tw .\31 080\:w-174 {
    width: 10.875rem;
  }

  #tw .\31 080\:w-188 {
    width: 11.75rem;
  }

  #tw .\31 080\:w-210 {
    width: 13.125rem;
  }

  #tw .\31 080\:w-222 {
    width: 13.875rem;
  }

  #tw .\31 080\:w-256 {
    width: 16rem;
  }

  #tw .\31 080\:w-288 {
    width: 18rem;
  }

  #tw .\31 080\:w-300 {
    width: 18.75rem;
  }

  #tw .\31 080\:w-320 {
    width: 20rem;
  }

  #tw .\31 080\:w-400 {
    width: 25rem;
  }

  #tw .\31 080\:w-480 {
    width: 30rem;
  }

  #tw .\31 080\:w-600 {
    width: 37.5rem;
  }

  #tw .\31 080\:w-auto {
    width: auto;
  }

  #tw .\31 080\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\31 080\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\31 080\:w-1\/5 {
    width: 20%;
  }

  #tw .\31 080\:w-1\/4 {
    width: 25%;
  }

  #tw .\31 080\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\31 080\:w-2\/5 {
    width: 40%;
  }

  #tw .\31 080\:w-1\/2 {
    width: 50%;
  }

  #tw .\31 080\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\31 080\:w-1\/1 {
    width: 100%;
  }

  #tw .\31 080\:w-3\/5 {
    width: 60%;
  }

  #tw .\31 080\:w-3\/4 {
    width: 75%;
  }

  #tw .\31 080\:w-4\/5 {
    width: 80%;
  }

  #tw .\31 080\:w-50vw {
    width: 50vw;
  }

  #tw .\31 080\:w-100vw {
    width: 100vw;
  }

  #tw .\31 080\:w-50vh {
    width: 50vh;
  }

  #tw .\31 080\:w-100vh {
    width: 100vh;
  }

  #tw .\31 080\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\31 080\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\31 080\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\31 080\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\31 080\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\31 080\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\31 080\:z-0 {
    z-index: 0;
  }

  #tw .\31 080\:z-100 {
    z-index: 100;
  }

  #tw .\31 080\:z-200 {
    z-index: 200;
  }

  #tw .\31 080\:z-300 {
    z-index: 300;
  }

  #tw .\31 080\:z-400 {
    z-index: 400;
  }

  #tw .\31 080\:z-500 {
    z-index: 500;
  }

  #tw .\31 080\:z-auto {
    z-index: auto;
  }

  #tw .\31 080\:d-block {
    display: block;
  }

  #tw .\31 080\:d-inline-block {
    display: inline-block;
  }

  #tw .\31 080\:d-inline {
    display: inline;
  }

  #tw .\31 080\:d-flex {
    display: flex;
  }

  #tw .\31 080\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\31 080\:d-none {
    display: none;
  }

  #tw .\31 080\:p-static {
    position: static;
  }

  #tw .\31 080\:p-relative {
    position: relative;
  }

  #tw .\31 080\:p-fixed {
    position: fixed;
  }

  #tw .\31 080\:p-absolute {
    position: absolute;
  }

  #tw .\31 080\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\31 080\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\31 080\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\31 080\:col-count-1 {
    column-count: 1;
  }

  #tw .\31 080\:col-count-2 {
    column-count: 2;
  }

  #tw .\31 080\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\31 080\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\31 080\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\31 080\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\31 080\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\31 080\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\31 080\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 1120px) {
  #tw .\31 120\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 120\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 120\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 120\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 120\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\31 120\:bg-local {
    background-attachment: local;
  }

  #tw .\31 120\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\31 120\:bg-black {
    background-color: #111111;
  }

  #tw .\31 120\:bg-white {
    background-color: #ffffff;
  }

  #tw .\31 120\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\31 120\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\31 120\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\31 120\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\31 120\:bg-green {
    background-color: #00ff00;
  }

  #tw .\31 120\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\31 120\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\31 120\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\31 120\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\31 120\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\31 120\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\31 120\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\31 120\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\31 120\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\31 120\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\31 120\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\31 120\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\31 120\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\31 120\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\31 120\:bg-transparent {
    background-color: transparent;
  }

  #tw .\31 120\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 120\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\31 120\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\31 120\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\31 120\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\31 120\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\31 120\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\31 120\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\31 120\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\31 120\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\31 120\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 120\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\31 120\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\31 120\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 120\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\31 120\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\31 120\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\31 120\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\31 120\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\31 120\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\31 120\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\31 120\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\31 120\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\31 120\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\31 120\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\31 120\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 120\:flex-row {
    flex-direction: row;
  }

  #tw .\31 120\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\31 120\:flex-col {
    flex-direction: column;
  }

  #tw .\31 120\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\31 120\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\31 120\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\31 120\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\31 120\:items-start {
    align-items: flex-start;
  }

  #tw .\31 120\:items-end {
    align-items: flex-end;
  }

  #tw .\31 120\:items-center {
    align-items: center;
  }

  #tw .\31 120\:items-baseline {
    align-items: baseline;
  }

  #tw .\31 120\:items-stretch {
    align-items: stretch;
  }

  #tw .\31 120\:self-auto {
    align-self: auto;
  }

  #tw .\31 120\:self-start {
    align-self: flex-start;
  }

  #tw .\31 120\:self-end {
    align-self: flex-end;
  }

  #tw .\31 120\:self-center {
    align-self: center;
  }

  #tw .\31 120\:self-stretch {
    align-self: stretch;
  }

  #tw .\31 120\:justify-start {
    justify-content: flex-start;
  }

  #tw .\31 120\:justify-end {
    justify-content: flex-end;
  }

  #tw .\31 120\:justify-center {
    justify-content: center;
  }

  #tw .\31 120\:justify-between {
    justify-content: space-between;
  }

  #tw .\31 120\:justify-around {
    justify-content: space-around;
  }

  #tw .\31 120\:content-center {
    align-content: center;
  }

  #tw .\31 120\:content-start {
    align-content: flex-start;
  }

  #tw .\31 120\:content-end {
    align-content: flex-end;
  }

  #tw .\31 120\:content-between {
    align-content: space-between;
  }

  #tw .\31 120\:content-around {
    align-content: space-around;
  }

  #tw .\31 120\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\31 120\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\31 120\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\31 120\:flex-none {
    flex: none;
  }

  #tw .\31 120\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\31 120\:flex-grow {
    flex-grow: 1;
  }

  #tw .\31 120\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\31 120\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\31 120\:order-1 {
    order: 1;
  }

  #tw .\31 120\:order-2 {
    order: 2;
  }

  #tw .\31 120\:order-3 {
    order: 3;
  }

  #tw .\31 120\:order-4 {
    order: 4;
  }

  #tw .\31 120\:order-5 {
    order: 5;
  }

  #tw .\31 120\:order-6 {
    order: 6;
  }

  #tw .\31 120\:order-7 {
    order: 7;
  }

  #tw .\31 120\:order-8 {
    order: 8;
  }

  #tw .\31 120\:order-9 {
    order: 9;
  }

  #tw .\31 120\:order-10 {
    order: 10;
  }

  #tw .\31 120\:order-11 {
    order: 11;
  }

  #tw .\31 120\:order-12 {
    order: 12;
  }

  #tw .\31 120\:order-first {
    order: -9999;
  }

  #tw .\31 120\:order-last {
    order: 9999;
  }

  #tw .\31 120\:order-none {
    order: 0;
  }

  #tw .\31 120\:h-0 {
    height: 0;
  }

  #tw .\31 120\:h-12 {
    height: 0.75rem;
  }

  #tw .\31 120\:h-14 {
    height: 0.875rem;
  }

  #tw .\31 120\:h-16 {
    height: 1rem;
  }

  #tw .\31 120\:h-20 {
    height: 1.25rem;
  }

  #tw .\31 120\:h-24 {
    height: 1.5rem;
  }

  #tw .\31 120\:h-32 {
    height: 2rem;
  }

  #tw .\31 120\:h-40 {
    height: 2.5rem;
  }

  #tw .\31 120\:h-48 {
    height: 3rem;
  }

  #tw .\31 120\:h-60 {
    height: 3.75rem;
  }

  #tw .\31 120\:h-64 {
    height: 4rem;
  }

  #tw .\31 120\:h-68 {
    height: 4.25rem;
  }

  #tw .\31 120\:h-80 {
    height: 5rem;
  }

  #tw .\31 120\:h-88 {
    height: 5.5rem;
  }

  #tw .\31 120\:h-96 {
    height: 6rem;
  }

  #tw .\31 120\:h-110 {
    height: 6.875rem;
  }

  #tw .\31 120\:h-120 {
    height: 7.5rem;
  }

  #tw .\31 120\:h-128 {
    height: 8rem;
  }

  #tw .\31 120\:h-144 {
    height: 9rem;
  }

  #tw .\31 120\:h-160 {
    height: 10rem;
  }

  #tw .\31 120\:h-174 {
    height: 10.875rem;
  }

  #tw .\31 120\:h-188 {
    height: 11.75rem;
  }

  #tw .\31 120\:h-210 {
    height: 13.125rem;
  }

  #tw .\31 120\:h-222 {
    height: 13.875rem;
  }

  #tw .\31 120\:h-256 {
    height: 16rem;
  }

  #tw .\31 120\:h-288 {
    height: 18rem;
  }

  #tw .\31 120\:h-300 {
    height: 18.75rem;
  }

  #tw .\31 120\:h-320 {
    height: 20rem;
  }

  #tw .\31 120\:h-400 {
    height: 25rem;
  }

  #tw .\31 120\:h-480 {
    height: 30rem;
  }

  #tw .\31 120\:h-600 {
    height: 37.5rem;
  }

  #tw .\31 120\:h-auto {
    height: auto;
  }

  #tw .\31 120\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\31 120\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\31 120\:h-1\/5 {
    height: 20%;
  }

  #tw .\31 120\:h-1\/4 {
    height: 25%;
  }

  #tw .\31 120\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\31 120\:h-2\/5 {
    height: 40%;
  }

  #tw .\31 120\:h-1\/2 {
    height: 50%;
  }

  #tw .\31 120\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\31 120\:h-1\/1 {
    height: 100%;
  }

  #tw .\31 120\:h-3\/5 {
    height: 60%;
  }

  #tw .\31 120\:h-3\/4 {
    height: 75%;
  }

  #tw .\31 120\:h-4\/5 {
    height: 80%;
  }

  #tw .\31 120\:h-50vw {
    height: 50vw;
  }

  #tw .\31 120\:h-100vw {
    height: 100vw;
  }

  #tw .\31 120\:h-50vh {
    height: 50vh;
  }

  #tw .\31 120\:h-100vh {
    height: 100vh;
  }

  #tw .\31 120\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\31 120\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\31 120\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\31 120\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\31 120\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\31 120\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\31 120\:m-0 {
    margin: 0;
  }

  #tw .\31 120\:m-4 {
    margin: 0.25rem;
  }

  #tw .\31 120\:m-6 {
    margin: 0.375rem;
  }

  #tw .\31 120\:m-8 {
    margin: 0.5rem;
  }

  #tw .\31 120\:m-10 {
    margin: 0.625rem;
  }

  #tw .\31 120\:m-12 {
    margin: 0.75rem;
  }

  #tw .\31 120\:m-14 {
    margin: 0.875rem;
  }

  #tw .\31 120\:m-16 {
    margin: 1rem;
  }

  #tw .\31 120\:m-18 {
    margin: 1.125rem;
  }

  #tw .\31 120\:m-20 {
    margin: 1.25rem;
  }

  #tw .\31 120\:m-24 {
    margin: 1.5rem;
  }

  #tw .\31 120\:m-28 {
    margin: 1.75rem;
  }

  #tw .\31 120\:m-32 {
    margin: 2rem;
  }

  #tw .\31 120\:m-36 {
    margin: 2.25rem;
  }

  #tw .\31 120\:m-40 {
    margin: 2.5rem;
  }

  #tw .\31 120\:m-48 {
    margin: 3rem;
  }

  #tw .\31 120\:m-56 {
    margin: 3.5rem;
  }

  #tw .\31 120\:m-60 {
    margin: 3.75rem;
  }

  #tw .\31 120\:m-64 {
    margin: 4rem;
  }

  #tw .\31 120\:m-80 {
    margin: 5rem;
  }

  #tw .\31 120\:m-88 {
    margin: 5.5rem;
  }

  #tw .\31 120\:m-96 {
    margin: 6rem;
  }

  #tw .\31 120\:m-112 {
    margin: 7rem;
  }

  #tw .\31 120\:m-128 {
    margin: 8rem;
  }

  #tw .\31 120\:m-144 {
    margin: 9rem;
  }

  #tw .\31 120\:m-200 {
    margin: 12.5rem;
  }

  #tw .\31 120\:m-auto {
    margin: auto;
  }

  #tw .\31 120\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\31 120\:-m-16 {
    margin: -1rem;
  }

  #tw .\31 120\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\31 120\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\31 120\:-m-32 {
    margin: -2rem;
  }

  #tw .\31 120\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\31 120\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\31 120\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\31 120\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\31 120\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\31 120\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\31 120\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\31 120\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\31 120\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\31 120\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\31 120\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\31 120\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\31 120\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\31 120\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\31 120\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\31 120\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\31 120\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\31 120\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\31 120\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\31 120\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\31 120\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\31 120\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\31 120\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\31 120\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\31 120\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\31 120\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\31 120\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\31 120\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\31 120\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\31 120\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\31 120\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\31 120\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\31 120\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\31 120\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\31 120\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\31 120\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\31 120\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\31 120\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\31 120\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\31 120\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\31 120\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\31 120\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\31 120\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\31 120\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\31 120\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\31 120\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\31 120\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\31 120\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\31 120\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\31 120\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\31 120\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\31 120\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\31 120\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\31 120\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\31 120\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\31 120\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\31 120\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\31 120\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\31 120\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\31 120\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\31 120\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\31 120\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\31 120\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\31 120\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\31 120\:mt-0 {
    margin-top: 0;
  }

  #tw .\31 120\:mr-0 {
    margin-right: 0;
  }

  #tw .\31 120\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\31 120\:ml-0 {
    margin-left: 0;
  }

  #tw .\31 120\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\31 120\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\31 120\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\31 120\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\31 120\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\31 120\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\31 120\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\31 120\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\31 120\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\31 120\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\31 120\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\31 120\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\31 120\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\31 120\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\31 120\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\31 120\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\31 120\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\31 120\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\31 120\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\31 120\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\31 120\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\31 120\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\31 120\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\31 120\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\31 120\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\31 120\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\31 120\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\31 120\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\31 120\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\31 120\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\31 120\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\31 120\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\31 120\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\31 120\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\31 120\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\31 120\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\31 120\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\31 120\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\31 120\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\31 120\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\31 120\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\31 120\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\31 120\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\31 120\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\31 120\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\31 120\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\31 120\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\31 120\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\31 120\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\31 120\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\31 120\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\31 120\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\31 120\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\31 120\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\31 120\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\31 120\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\31 120\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\31 120\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\31 120\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\31 120\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\31 120\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\31 120\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\31 120\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\31 120\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\31 120\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\31 120\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\31 120\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\31 120\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\31 120\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\31 120\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\31 120\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\31 120\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\31 120\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\31 120\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\31 120\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\31 120\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\31 120\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\31 120\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\31 120\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\31 120\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\31 120\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\31 120\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\31 120\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\31 120\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\31 120\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\31 120\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\31 120\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\31 120\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\31 120\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\31 120\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\31 120\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\31 120\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\31 120\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\31 120\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\31 120\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\31 120\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\31 120\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\31 120\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\31 120\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\31 120\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\31 120\:mt-auto {
    margin-top: auto;
  }

  #tw .\31 120\:mr-auto {
    margin-right: auto;
  }

  #tw .\31 120\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\31 120\:ml-auto {
    margin-left: auto;
  }

  #tw .\31 120\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\31 120\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\31 120\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\31 120\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\31 120\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\31 120\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\31 120\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\31 120\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\31 120\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\31 120\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\31 120\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\31 120\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\31 120\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\31 120\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\31 120\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\31 120\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\31 120\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\31 120\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\31 120\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\31 120\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\31 120\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\31 120\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\31 120\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\31 120\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\31 120\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\31 120\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\31 120\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\31 120\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\31 120\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\31 120\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\31 120\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\31 120\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\31 120\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\31 120\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\31 120\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\31 120\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\31 120\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\31 120\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\31 120\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\31 120\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\31 120\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\31 120\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\31 120\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\31 120\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\31 120\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\31 120\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\31 120\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\31 120\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\31 120\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\31 120\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\31 120\:max-h-auto {
    max-height: auto;
  }

  #tw .\31 120\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\31 120\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\31 120\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\31 120\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\31 120\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\31 120\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\31 120\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\31 120\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\31 120\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\31 120\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\31 120\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\31 120\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\31 120\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\31 120\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\31 120\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\31 120\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\31 120\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\31 120\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\31 120\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\31 120\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\31 120\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\31 120\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\31 120\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\31 120\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\31 120\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\31 120\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\31 120\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\31 120\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\31 120\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\31 120\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\31 120\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\31 120\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\31 120\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\31 120\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\31 120\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\31 120\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\31 120\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\31 120\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\31 120\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\31 120\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\31 120\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\31 120\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\31 120\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\31 120\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\31 120\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\31 120\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\31 120\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\31 120\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\31 120\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\31 120\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\31 120\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\31 120\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\31 120\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\31 120\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\31 120\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\31 120\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\31 120\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\31 120\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\31 120\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\31 120\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\31 120\:max-w-auto {
    max-width: auto;
  }

  #tw .\31 120\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\31 120\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\31 120\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\31 120\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\31 120\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\31 120\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\31 120\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\31 120\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\31 120\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\31 120\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\31 120\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\31 120\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\31 120\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\31 120\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\31 120\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\31 120\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\31 120\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\31 120\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\31 120\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\31 120\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\31 120\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\31 120\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\31 120\:max-w-none {
    max-width: none;
  }

  #tw .\31 120\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\31 120\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\31 120\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\31 120\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\31 120\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\31 120\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\31 120\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\31 120\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\31 120\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\31 120\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\31 120\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\31 120\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\31 120\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\31 120\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\31 120\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\31 120\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\31 120\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\31 120\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\31 120\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\31 120\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\31 120\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\31 120\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\31 120\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\31 120\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\31 120\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\31 120\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\31 120\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\31 120\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\31 120\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\31 120\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\31 120\:min-h-auto {
    min-height: auto;
  }

  #tw .\31 120\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\31 120\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\31 120\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\31 120\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\31 120\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\31 120\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\31 120\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\31 120\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\31 120\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\31 120\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\31 120\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\31 120\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\31 120\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\31 120\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\31 120\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\31 120\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\31 120\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\31 120\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\31 120\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\31 120\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\31 120\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\31 120\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\31 120\:min-w-0 {
    min-width: 0;
  }

  #tw .\31 120\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\31 120\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\31 120\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\31 120\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\31 120\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\31 120\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\31 120\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\31 120\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\31 120\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\31 120\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\31 120\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\31 120\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\31 120\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\31 120\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\31 120\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\31 120\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\31 120\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\31 120\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\31 120\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\31 120\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\31 120\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\31 120\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\31 120\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\31 120\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\31 120\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\31 120\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\31 120\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\31 120\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\31 120\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\31 120\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\31 120\:min-w-auto {
    min-width: auto;
  }

  #tw .\31 120\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\31 120\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\31 120\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\31 120\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\31 120\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\31 120\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\31 120\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\31 120\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\31 120\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\31 120\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\31 120\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\31 120\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\31 120\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\31 120\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\31 120\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\31 120\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\31 120\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\31 120\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\31 120\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\31 120\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\31 120\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\31 120\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\31 120\:overflow-auto {
    overflow: auto;
  }

  #tw .\31 120\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\31 120\:overflow-visible {
    overflow: visible;
  }

  #tw .\31 120\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\31 120\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\31 120\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\31 120\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\31 120\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\31 120\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\31 120\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\31 120\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\31 120\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\31 120\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\31 120\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\31 120\:p-0 {
    padding: 0;
  }

  #tw .\31 120\:p-4 {
    padding: 0.25rem;
  }

  #tw .\31 120\:p-6 {
    padding: 0.375rem;
  }

  #tw .\31 120\:p-8 {
    padding: 0.5rem;
  }

  #tw .\31 120\:p-10 {
    padding: 0.625rem;
  }

  #tw .\31 120\:p-12 {
    padding: 0.75rem;
  }

  #tw .\31 120\:p-14 {
    padding: 0.875rem;
  }

  #tw .\31 120\:p-16 {
    padding: 1rem;
  }

  #tw .\31 120\:p-18 {
    padding: 1.125rem;
  }

  #tw .\31 120\:p-20 {
    padding: 1.25rem;
  }

  #tw .\31 120\:p-24 {
    padding: 1.5rem;
  }

  #tw .\31 120\:p-28 {
    padding: 1.75rem;
  }

  #tw .\31 120\:p-32 {
    padding: 2rem;
  }

  #tw .\31 120\:p-36 {
    padding: 2.25rem;
  }

  #tw .\31 120\:p-40 {
    padding: 2.5rem;
  }

  #tw .\31 120\:p-48 {
    padding: 3rem;
  }

  #tw .\31 120\:p-56 {
    padding: 3.5rem;
  }

  #tw .\31 120\:p-60 {
    padding: 3.75rem;
  }

  #tw .\31 120\:p-64 {
    padding: 4rem;
  }

  #tw .\31 120\:p-80 {
    padding: 5rem;
  }

  #tw .\31 120\:p-88 {
    padding: 5.5rem;
  }

  #tw .\31 120\:p-96 {
    padding: 6rem;
  }

  #tw .\31 120\:p-112 {
    padding: 7rem;
  }

  #tw .\31 120\:p-128 {
    padding: 8rem;
  }

  #tw .\31 120\:p-144 {
    padding: 9rem;
  }

  #tw .\31 120\:p-200 {
    padding: 12.5rem;
  }

  #tw .\31 120\:p-auto {
    padding: auto;
  }

  #tw .\31 120\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\31 120\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\31 120\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\31 120\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\31 120\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\31 120\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\31 120\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\31 120\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\31 120\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\31 120\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\31 120\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\31 120\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\31 120\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\31 120\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\31 120\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\31 120\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\31 120\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\31 120\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\31 120\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\31 120\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\31 120\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\31 120\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\31 120\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\31 120\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\31 120\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\31 120\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\31 120\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\31 120\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\31 120\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\31 120\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\31 120\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\31 120\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\31 120\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\31 120\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\31 120\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\31 120\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\31 120\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\31 120\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\31 120\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\31 120\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\31 120\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\31 120\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\31 120\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\31 120\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\31 120\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\31 120\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\31 120\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\31 120\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\31 120\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\31 120\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\31 120\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\31 120\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\31 120\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\31 120\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\31 120\:pt-0 {
    padding-top: 0;
  }

  #tw .\31 120\:pr-0 {
    padding-right: 0;
  }

  #tw .\31 120\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\31 120\:pl-0 {
    padding-left: 0;
  }

  #tw .\31 120\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\31 120\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\31 120\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\31 120\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\31 120\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\31 120\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\31 120\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\31 120\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\31 120\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\31 120\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\31 120\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\31 120\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\31 120\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\31 120\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\31 120\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\31 120\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\31 120\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\31 120\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\31 120\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\31 120\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\31 120\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\31 120\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\31 120\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\31 120\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\31 120\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\31 120\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\31 120\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\31 120\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\31 120\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\31 120\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\31 120\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\31 120\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\31 120\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\31 120\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\31 120\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\31 120\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\31 120\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\31 120\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\31 120\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\31 120\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\31 120\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\31 120\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\31 120\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\31 120\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\31 120\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\31 120\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\31 120\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\31 120\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\31 120\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\31 120\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\31 120\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\31 120\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\31 120\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\31 120\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\31 120\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\31 120\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\31 120\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\31 120\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\31 120\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\31 120\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\31 120\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\31 120\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\31 120\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\31 120\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\31 120\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\31 120\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\31 120\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\31 120\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\31 120\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\31 120\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\31 120\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\31 120\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\31 120\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\31 120\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\31 120\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\31 120\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\31 120\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\31 120\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\31 120\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\31 120\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\31 120\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\31 120\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\31 120\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\31 120\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\31 120\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\31 120\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\31 120\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\31 120\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\31 120\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\31 120\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\31 120\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\31 120\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\31 120\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\31 120\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\31 120\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\31 120\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\31 120\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\31 120\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\31 120\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\31 120\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\31 120\:pt-auto {
    padding-top: auto;
  }

  #tw .\31 120\:pr-auto {
    padding-right: auto;
  }

  #tw .\31 120\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\31 120\:pl-auto {
    padding-left: auto;
  }

  #tw .\31 120\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 120\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\31 120\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 120\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\31 120\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 120\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 120\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 120\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 120\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 120\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\31 120\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 120\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 120\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 120\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\31 120\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 120\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\31 120\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 120\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\31 120\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 120\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\31 120\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 120\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\31 120\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 120\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 120\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 120\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 120\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 120\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\31 120\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 120\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\31 120\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 120\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\31 120\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 120\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\31 120\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 120\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\31 120\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 120\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\31 120\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 120\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\31 120\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 120\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\31 120\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 120\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 120\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 120\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 120\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 120\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\31 120\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 120\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 120\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 120\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\31 120\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 120\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\31 120\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 120\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\31 120\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 120\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\31 120\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 120\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\31 120\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 120\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 120\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 120\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 120\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 120\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 120\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\31 120\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 120\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\31 120\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 120\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\31 120\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 120\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\31 120\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 120\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\31 120\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 120\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\31 120\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\31 120\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\31 120\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 120\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\31 120\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\31 120\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\31 120\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\31 120\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\31 120\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\31 120\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\31 120\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\31 120\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\31 120\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\31 120\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 120\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\31 120\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\31 120\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\31 120\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\31 120\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\31 120\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\31 120\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\31 120\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\31 120\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\31 120\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\31 120\:top-0 {
    top: 0;
  }

  #tw .\31 120\:right-0 {
    right: 0;
  }

  #tw .\31 120\:bottom-0 {
    bottom: 0;
  }

  #tw .\31 120\:left-0 {
    left: 0;
  }

  #tw .\31 120\:top-auto {
    top: auto;
  }

  #tw .\31 120\:right-auto {
    right: auto;
  }

  #tw .\31 120\:bottom-auto {
    bottom: auto;
  }

  #tw .\31 120\:left-auto {
    left: auto;
  }

  #tw .\31 120\:-top-8 {
    top: -0.5rem;
  }

  #tw .\31 120\:-right-8 {
    right: -0.5rem;
  }

  #tw .\31 120\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\31 120\:-left-8 {
    left: -0.5rem;
  }

  #tw .\31 120\:-top-80 {
    top: -5rem;
  }

  #tw .\31 120\:-right-80 {
    right: -5rem;
  }

  #tw .\31 120\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\31 120\:-left-80 {
    left: -5rem;
  }

  #tw .\31 120\:-top-1\/1 {
    top: -100%;
  }

  #tw .\31 120\:-right-1\/1 {
    right: -100%;
  }

  #tw .\31 120\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\31 120\:-left-1\/1 {
    left: -100%;
  }

  #tw .\31 120\:-top-1\/2 {
    top: -50%;
  }

  #tw .\31 120\:-right-1\/2 {
    right: -50%;
  }

  #tw .\31 120\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\31 120\:-left-1\/2 {
    left: -50%;
  }

  #tw .\31 120\:top-1\/1 {
    top: 100%;
  }

  #tw .\31 120\:right-1\/1 {
    right: 100%;
  }

  #tw .\31 120\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\31 120\:left-1\/1 {
    left: 100%;
  }

  #tw .\31 120\:top-1\/2 {
    top: 50%;
  }

  #tw .\31 120\:right-1\/2 {
    right: 50%;
  }

  #tw .\31 120\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\31 120\:left-1\/2 {
    left: 50%;
  }

  #tw .\31 120\:resize-none {
    resize: none;
  }

  #tw .\31 120\:resize-y {
    resize: vertical;
  }

  #tw .\31 120\:resize-x {
    resize: horizontal;
  }

  #tw .\31 120\:resize {
    resize: both;
  }

  #tw .\31 120\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 120\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 120\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 120\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 120\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 120\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 120\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 120\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\31 120\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 120\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\31 120\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 120\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 120\:table-auto {
    table-layout: auto;
  }

  #tw .\31 120\:table-fixed {
    table-layout: fixed;
  }

  #tw .\31 120\:text-left {
    text-align: left;
  }

  #tw .\31 120\:text-center {
    text-align: center;
  }

  #tw .\31 120\:text-right {
    text-align: right;
  }

  #tw .\31 120\:text-justify {
    text-align: justify;
  }

  #tw .\31 120\:italic {
    font-style: italic;
  }

  #tw .\31 120\:not-italic {
    font-style: normal;
  }

  #tw .\31 120\:uppercase {
    text-transform: uppercase;
  }

  #tw .\31 120\:lowercase {
    text-transform: lowercase;
  }

  #tw .\31 120\:capitalize {
    text-transform: capitalize;
  }

  #tw .\31 120\:normal-case {
    text-transform: none;
  }

  #tw .\31 120\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\31 120\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\31 120\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\31 120\:align-top {
    vertical-align: top;
  }

  #tw .\31 120\:align-middle {
    vertical-align: middle;
  }

  #tw .\31 120\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\31 120\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\31 120\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\31 120\:visible {
    visibility: visible;
  }

  #tw .\31 120\:invisible {
    visibility: hidden;
  }

  #tw .\31 120\:whitespace-normal {
    white-space: normal;
  }

  #tw .\31 120\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\31 120\:whitespace-pre {
    white-space: pre;
  }

  #tw .\31 120\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\31 120\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\31 120\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\31 120\:break-words {
    word-wrap: break-word;
  }

  #tw .\31 120\:break-all {
    word-break: break-all;
  }

  #tw .\31 120\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\31 120\:w-0 {
    width: 0;
  }

  #tw .\31 120\:w-12 {
    width: 0.75rem;
  }

  #tw .\31 120\:w-14 {
    width: 0.875rem;
  }

  #tw .\31 120\:w-16 {
    width: 1rem;
  }

  #tw .\31 120\:w-20 {
    width: 1.25rem;
  }

  #tw .\31 120\:w-24 {
    width: 1.5rem;
  }

  #tw .\31 120\:w-32 {
    width: 2rem;
  }

  #tw .\31 120\:w-40 {
    width: 2.5rem;
  }

  #tw .\31 120\:w-48 {
    width: 3rem;
  }

  #tw .\31 120\:w-60 {
    width: 3.75rem;
  }

  #tw .\31 120\:w-64 {
    width: 4rem;
  }

  #tw .\31 120\:w-68 {
    width: 4.25rem;
  }

  #tw .\31 120\:w-80 {
    width: 5rem;
  }

  #tw .\31 120\:w-88 {
    width: 5.5rem;
  }

  #tw .\31 120\:w-96 {
    width: 6rem;
  }

  #tw .\31 120\:w-110 {
    width: 6.875rem;
  }

  #tw .\31 120\:w-120 {
    width: 7.5rem;
  }

  #tw .\31 120\:w-128 {
    width: 8rem;
  }

  #tw .\31 120\:w-144 {
    width: 9rem;
  }

  #tw .\31 120\:w-160 {
    width: 10rem;
  }

  #tw .\31 120\:w-174 {
    width: 10.875rem;
  }

  #tw .\31 120\:w-188 {
    width: 11.75rem;
  }

  #tw .\31 120\:w-210 {
    width: 13.125rem;
  }

  #tw .\31 120\:w-222 {
    width: 13.875rem;
  }

  #tw .\31 120\:w-256 {
    width: 16rem;
  }

  #tw .\31 120\:w-288 {
    width: 18rem;
  }

  #tw .\31 120\:w-300 {
    width: 18.75rem;
  }

  #tw .\31 120\:w-320 {
    width: 20rem;
  }

  #tw .\31 120\:w-400 {
    width: 25rem;
  }

  #tw .\31 120\:w-480 {
    width: 30rem;
  }

  #tw .\31 120\:w-600 {
    width: 37.5rem;
  }

  #tw .\31 120\:w-auto {
    width: auto;
  }

  #tw .\31 120\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\31 120\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\31 120\:w-1\/5 {
    width: 20%;
  }

  #tw .\31 120\:w-1\/4 {
    width: 25%;
  }

  #tw .\31 120\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\31 120\:w-2\/5 {
    width: 40%;
  }

  #tw .\31 120\:w-1\/2 {
    width: 50%;
  }

  #tw .\31 120\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\31 120\:w-1\/1 {
    width: 100%;
  }

  #tw .\31 120\:w-3\/5 {
    width: 60%;
  }

  #tw .\31 120\:w-3\/4 {
    width: 75%;
  }

  #tw .\31 120\:w-4\/5 {
    width: 80%;
  }

  #tw .\31 120\:w-50vw {
    width: 50vw;
  }

  #tw .\31 120\:w-100vw {
    width: 100vw;
  }

  #tw .\31 120\:w-50vh {
    width: 50vh;
  }

  #tw .\31 120\:w-100vh {
    width: 100vh;
  }

  #tw .\31 120\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\31 120\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\31 120\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\31 120\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\31 120\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\31 120\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\31 120\:z-0 {
    z-index: 0;
  }

  #tw .\31 120\:z-100 {
    z-index: 100;
  }

  #tw .\31 120\:z-200 {
    z-index: 200;
  }

  #tw .\31 120\:z-300 {
    z-index: 300;
  }

  #tw .\31 120\:z-400 {
    z-index: 400;
  }

  #tw .\31 120\:z-500 {
    z-index: 500;
  }

  #tw .\31 120\:z-auto {
    z-index: auto;
  }

  #tw .\31 120\:d-block {
    display: block;
  }

  #tw .\31 120\:d-inline-block {
    display: inline-block;
  }

  #tw .\31 120\:d-inline {
    display: inline;
  }

  #tw .\31 120\:d-flex {
    display: flex;
  }

  #tw .\31 120\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\31 120\:d-none {
    display: none;
  }

  #tw .\31 120\:p-static {
    position: static;
  }

  #tw .\31 120\:p-relative {
    position: relative;
  }

  #tw .\31 120\:p-fixed {
    position: fixed;
  }

  #tw .\31 120\:p-absolute {
    position: absolute;
  }

  #tw .\31 120\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\31 120\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\31 120\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\31 120\:col-count-1 {
    column-count: 1;
  }

  #tw .\31 120\:col-count-2 {
    column-count: 2;
  }

  #tw .\31 120\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\31 120\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\31 120\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\31 120\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\31 120\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\31 120\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\31 120\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 1280px) {
  #tw .\31 280\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 280\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 280\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 280\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 280\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\31 280\:bg-local {
    background-attachment: local;
  }

  #tw .\31 280\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\31 280\:bg-black {
    background-color: #111111;
  }

  #tw .\31 280\:bg-white {
    background-color: #ffffff;
  }

  #tw .\31 280\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\31 280\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\31 280\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\31 280\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\31 280\:bg-green {
    background-color: #00ff00;
  }

  #tw .\31 280\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\31 280\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\31 280\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\31 280\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\31 280\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\31 280\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\31 280\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\31 280\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\31 280\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\31 280\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\31 280\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\31 280\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\31 280\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\31 280\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\31 280\:bg-transparent {
    background-color: transparent;
  }

  #tw .\31 280\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 280\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\31 280\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\31 280\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\31 280\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\31 280\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\31 280\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\31 280\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\31 280\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\31 280\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\31 280\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 280\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\31 280\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\31 280\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 280\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\31 280\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\31 280\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\31 280\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\31 280\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\31 280\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\31 280\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\31 280\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\31 280\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\31 280\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\31 280\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\31 280\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 280\:flex-row {
    flex-direction: row;
  }

  #tw .\31 280\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\31 280\:flex-col {
    flex-direction: column;
  }

  #tw .\31 280\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\31 280\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\31 280\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\31 280\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\31 280\:items-start {
    align-items: flex-start;
  }

  #tw .\31 280\:items-end {
    align-items: flex-end;
  }

  #tw .\31 280\:items-center {
    align-items: center;
  }

  #tw .\31 280\:items-baseline {
    align-items: baseline;
  }

  #tw .\31 280\:items-stretch {
    align-items: stretch;
  }

  #tw .\31 280\:self-auto {
    align-self: auto;
  }

  #tw .\31 280\:self-start {
    align-self: flex-start;
  }

  #tw .\31 280\:self-end {
    align-self: flex-end;
  }

  #tw .\31 280\:self-center {
    align-self: center;
  }

  #tw .\31 280\:self-stretch {
    align-self: stretch;
  }

  #tw .\31 280\:justify-start {
    justify-content: flex-start;
  }

  #tw .\31 280\:justify-end {
    justify-content: flex-end;
  }

  #tw .\31 280\:justify-center {
    justify-content: center;
  }

  #tw .\31 280\:justify-between {
    justify-content: space-between;
  }

  #tw .\31 280\:justify-around {
    justify-content: space-around;
  }

  #tw .\31 280\:content-center {
    align-content: center;
  }

  #tw .\31 280\:content-start {
    align-content: flex-start;
  }

  #tw .\31 280\:content-end {
    align-content: flex-end;
  }

  #tw .\31 280\:content-between {
    align-content: space-between;
  }

  #tw .\31 280\:content-around {
    align-content: space-around;
  }

  #tw .\31 280\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\31 280\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\31 280\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\31 280\:flex-none {
    flex: none;
  }

  #tw .\31 280\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\31 280\:flex-grow {
    flex-grow: 1;
  }

  #tw .\31 280\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\31 280\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\31 280\:order-1 {
    order: 1;
  }

  #tw .\31 280\:order-2 {
    order: 2;
  }

  #tw .\31 280\:order-3 {
    order: 3;
  }

  #tw .\31 280\:order-4 {
    order: 4;
  }

  #tw .\31 280\:order-5 {
    order: 5;
  }

  #tw .\31 280\:order-6 {
    order: 6;
  }

  #tw .\31 280\:order-7 {
    order: 7;
  }

  #tw .\31 280\:order-8 {
    order: 8;
  }

  #tw .\31 280\:order-9 {
    order: 9;
  }

  #tw .\31 280\:order-10 {
    order: 10;
  }

  #tw .\31 280\:order-11 {
    order: 11;
  }

  #tw .\31 280\:order-12 {
    order: 12;
  }

  #tw .\31 280\:order-first {
    order: -9999;
  }

  #tw .\31 280\:order-last {
    order: 9999;
  }

  #tw .\31 280\:order-none {
    order: 0;
  }

  #tw .\31 280\:h-0 {
    height: 0;
  }

  #tw .\31 280\:h-12 {
    height: 0.75rem;
  }

  #tw .\31 280\:h-14 {
    height: 0.875rem;
  }

  #tw .\31 280\:h-16 {
    height: 1rem;
  }

  #tw .\31 280\:h-20 {
    height: 1.25rem;
  }

  #tw .\31 280\:h-24 {
    height: 1.5rem;
  }

  #tw .\31 280\:h-32 {
    height: 2rem;
  }

  #tw .\31 280\:h-40 {
    height: 2.5rem;
  }

  #tw .\31 280\:h-48 {
    height: 3rem;
  }

  #tw .\31 280\:h-60 {
    height: 3.75rem;
  }

  #tw .\31 280\:h-64 {
    height: 4rem;
  }

  #tw .\31 280\:h-68 {
    height: 4.25rem;
  }

  #tw .\31 280\:h-80 {
    height: 5rem;
  }

  #tw .\31 280\:h-88 {
    height: 5.5rem;
  }

  #tw .\31 280\:h-96 {
    height: 6rem;
  }

  #tw .\31 280\:h-110 {
    height: 6.875rem;
  }

  #tw .\31 280\:h-120 {
    height: 7.5rem;
  }

  #tw .\31 280\:h-128 {
    height: 8rem;
  }

  #tw .\31 280\:h-144 {
    height: 9rem;
  }

  #tw .\31 280\:h-160 {
    height: 10rem;
  }

  #tw .\31 280\:h-174 {
    height: 10.875rem;
  }

  #tw .\31 280\:h-188 {
    height: 11.75rem;
  }

  #tw .\31 280\:h-210 {
    height: 13.125rem;
  }

  #tw .\31 280\:h-222 {
    height: 13.875rem;
  }

  #tw .\31 280\:h-256 {
    height: 16rem;
  }

  #tw .\31 280\:h-288 {
    height: 18rem;
  }

  #tw .\31 280\:h-300 {
    height: 18.75rem;
  }

  #tw .\31 280\:h-320 {
    height: 20rem;
  }

  #tw .\31 280\:h-400 {
    height: 25rem;
  }

  #tw .\31 280\:h-480 {
    height: 30rem;
  }

  #tw .\31 280\:h-600 {
    height: 37.5rem;
  }

  #tw .\31 280\:h-auto {
    height: auto;
  }

  #tw .\31 280\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\31 280\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\31 280\:h-1\/5 {
    height: 20%;
  }

  #tw .\31 280\:h-1\/4 {
    height: 25%;
  }

  #tw .\31 280\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\31 280\:h-2\/5 {
    height: 40%;
  }

  #tw .\31 280\:h-1\/2 {
    height: 50%;
  }

  #tw .\31 280\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\31 280\:h-1\/1 {
    height: 100%;
  }

  #tw .\31 280\:h-3\/5 {
    height: 60%;
  }

  #tw .\31 280\:h-3\/4 {
    height: 75%;
  }

  #tw .\31 280\:h-4\/5 {
    height: 80%;
  }

  #tw .\31 280\:h-50vw {
    height: 50vw;
  }

  #tw .\31 280\:h-100vw {
    height: 100vw;
  }

  #tw .\31 280\:h-50vh {
    height: 50vh;
  }

  #tw .\31 280\:h-100vh {
    height: 100vh;
  }

  #tw .\31 280\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\31 280\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\31 280\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\31 280\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\31 280\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\31 280\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\31 280\:m-0 {
    margin: 0;
  }

  #tw .\31 280\:m-4 {
    margin: 0.25rem;
  }

  #tw .\31 280\:m-6 {
    margin: 0.375rem;
  }

  #tw .\31 280\:m-8 {
    margin: 0.5rem;
  }

  #tw .\31 280\:m-10 {
    margin: 0.625rem;
  }

  #tw .\31 280\:m-12 {
    margin: 0.75rem;
  }

  #tw .\31 280\:m-14 {
    margin: 0.875rem;
  }

  #tw .\31 280\:m-16 {
    margin: 1rem;
  }

  #tw .\31 280\:m-18 {
    margin: 1.125rem;
  }

  #tw .\31 280\:m-20 {
    margin: 1.25rem;
  }

  #tw .\31 280\:m-24 {
    margin: 1.5rem;
  }

  #tw .\31 280\:m-28 {
    margin: 1.75rem;
  }

  #tw .\31 280\:m-32 {
    margin: 2rem;
  }

  #tw .\31 280\:m-36 {
    margin: 2.25rem;
  }

  #tw .\31 280\:m-40 {
    margin: 2.5rem;
  }

  #tw .\31 280\:m-48 {
    margin: 3rem;
  }

  #tw .\31 280\:m-56 {
    margin: 3.5rem;
  }

  #tw .\31 280\:m-60 {
    margin: 3.75rem;
  }

  #tw .\31 280\:m-64 {
    margin: 4rem;
  }

  #tw .\31 280\:m-80 {
    margin: 5rem;
  }

  #tw .\31 280\:m-88 {
    margin: 5.5rem;
  }

  #tw .\31 280\:m-96 {
    margin: 6rem;
  }

  #tw .\31 280\:m-112 {
    margin: 7rem;
  }

  #tw .\31 280\:m-128 {
    margin: 8rem;
  }

  #tw .\31 280\:m-144 {
    margin: 9rem;
  }

  #tw .\31 280\:m-200 {
    margin: 12.5rem;
  }

  #tw .\31 280\:m-auto {
    margin: auto;
  }

  #tw .\31 280\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\31 280\:-m-16 {
    margin: -1rem;
  }

  #tw .\31 280\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\31 280\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\31 280\:-m-32 {
    margin: -2rem;
  }

  #tw .\31 280\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\31 280\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\31 280\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\31 280\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\31 280\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\31 280\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\31 280\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\31 280\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\31 280\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\31 280\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\31 280\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\31 280\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\31 280\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\31 280\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\31 280\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\31 280\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\31 280\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\31 280\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\31 280\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\31 280\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\31 280\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\31 280\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\31 280\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\31 280\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\31 280\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\31 280\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\31 280\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\31 280\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\31 280\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\31 280\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\31 280\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\31 280\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\31 280\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\31 280\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\31 280\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\31 280\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\31 280\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\31 280\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\31 280\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\31 280\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\31 280\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\31 280\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\31 280\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\31 280\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\31 280\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\31 280\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\31 280\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\31 280\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\31 280\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\31 280\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\31 280\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\31 280\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\31 280\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\31 280\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\31 280\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\31 280\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\31 280\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\31 280\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\31 280\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\31 280\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\31 280\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\31 280\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\31 280\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\31 280\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\31 280\:mt-0 {
    margin-top: 0;
  }

  #tw .\31 280\:mr-0 {
    margin-right: 0;
  }

  #tw .\31 280\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\31 280\:ml-0 {
    margin-left: 0;
  }

  #tw .\31 280\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\31 280\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\31 280\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\31 280\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\31 280\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\31 280\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\31 280\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\31 280\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\31 280\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\31 280\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\31 280\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\31 280\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\31 280\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\31 280\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\31 280\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\31 280\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\31 280\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\31 280\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\31 280\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\31 280\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\31 280\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\31 280\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\31 280\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\31 280\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\31 280\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\31 280\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\31 280\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\31 280\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\31 280\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\31 280\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\31 280\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\31 280\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\31 280\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\31 280\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\31 280\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\31 280\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\31 280\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\31 280\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\31 280\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\31 280\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\31 280\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\31 280\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\31 280\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\31 280\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\31 280\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\31 280\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\31 280\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\31 280\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\31 280\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\31 280\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\31 280\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\31 280\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\31 280\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\31 280\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\31 280\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\31 280\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\31 280\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\31 280\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\31 280\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\31 280\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\31 280\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\31 280\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\31 280\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\31 280\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\31 280\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\31 280\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\31 280\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\31 280\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\31 280\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\31 280\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\31 280\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\31 280\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\31 280\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\31 280\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\31 280\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\31 280\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\31 280\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\31 280\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\31 280\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\31 280\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\31 280\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\31 280\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\31 280\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\31 280\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\31 280\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\31 280\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\31 280\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\31 280\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\31 280\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\31 280\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\31 280\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\31 280\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\31 280\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\31 280\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\31 280\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\31 280\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\31 280\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\31 280\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\31 280\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\31 280\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\31 280\:mt-auto {
    margin-top: auto;
  }

  #tw .\31 280\:mr-auto {
    margin-right: auto;
  }

  #tw .\31 280\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\31 280\:ml-auto {
    margin-left: auto;
  }

  #tw .\31 280\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\31 280\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\31 280\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\31 280\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\31 280\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\31 280\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\31 280\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\31 280\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\31 280\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\31 280\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\31 280\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\31 280\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\31 280\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\31 280\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\31 280\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\31 280\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\31 280\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\31 280\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\31 280\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\31 280\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\31 280\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\31 280\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\31 280\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\31 280\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\31 280\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\31 280\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\31 280\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\31 280\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\31 280\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\31 280\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\31 280\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\31 280\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\31 280\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\31 280\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\31 280\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\31 280\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\31 280\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\31 280\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\31 280\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\31 280\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\31 280\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\31 280\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\31 280\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\31 280\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\31 280\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\31 280\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\31 280\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\31 280\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\31 280\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\31 280\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\31 280\:max-h-auto {
    max-height: auto;
  }

  #tw .\31 280\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\31 280\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\31 280\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\31 280\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\31 280\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\31 280\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\31 280\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\31 280\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\31 280\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\31 280\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\31 280\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\31 280\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\31 280\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\31 280\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\31 280\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\31 280\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\31 280\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\31 280\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\31 280\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\31 280\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\31 280\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\31 280\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\31 280\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\31 280\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\31 280\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\31 280\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\31 280\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\31 280\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\31 280\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\31 280\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\31 280\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\31 280\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\31 280\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\31 280\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\31 280\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\31 280\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\31 280\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\31 280\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\31 280\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\31 280\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\31 280\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\31 280\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\31 280\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\31 280\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\31 280\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\31 280\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\31 280\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\31 280\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\31 280\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\31 280\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\31 280\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\31 280\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\31 280\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\31 280\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\31 280\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\31 280\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\31 280\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\31 280\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\31 280\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\31 280\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\31 280\:max-w-auto {
    max-width: auto;
  }

  #tw .\31 280\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\31 280\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\31 280\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\31 280\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\31 280\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\31 280\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\31 280\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\31 280\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\31 280\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\31 280\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\31 280\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\31 280\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\31 280\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\31 280\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\31 280\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\31 280\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\31 280\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\31 280\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\31 280\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\31 280\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\31 280\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\31 280\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\31 280\:max-w-none {
    max-width: none;
  }

  #tw .\31 280\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\31 280\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\31 280\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\31 280\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\31 280\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\31 280\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\31 280\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\31 280\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\31 280\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\31 280\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\31 280\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\31 280\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\31 280\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\31 280\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\31 280\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\31 280\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\31 280\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\31 280\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\31 280\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\31 280\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\31 280\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\31 280\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\31 280\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\31 280\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\31 280\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\31 280\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\31 280\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\31 280\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\31 280\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\31 280\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\31 280\:min-h-auto {
    min-height: auto;
  }

  #tw .\31 280\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\31 280\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\31 280\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\31 280\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\31 280\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\31 280\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\31 280\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\31 280\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\31 280\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\31 280\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\31 280\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\31 280\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\31 280\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\31 280\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\31 280\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\31 280\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\31 280\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\31 280\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\31 280\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\31 280\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\31 280\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\31 280\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\31 280\:min-w-0 {
    min-width: 0;
  }

  #tw .\31 280\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\31 280\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\31 280\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\31 280\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\31 280\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\31 280\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\31 280\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\31 280\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\31 280\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\31 280\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\31 280\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\31 280\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\31 280\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\31 280\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\31 280\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\31 280\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\31 280\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\31 280\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\31 280\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\31 280\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\31 280\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\31 280\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\31 280\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\31 280\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\31 280\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\31 280\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\31 280\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\31 280\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\31 280\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\31 280\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\31 280\:min-w-auto {
    min-width: auto;
  }

  #tw .\31 280\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\31 280\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\31 280\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\31 280\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\31 280\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\31 280\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\31 280\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\31 280\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\31 280\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\31 280\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\31 280\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\31 280\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\31 280\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\31 280\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\31 280\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\31 280\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\31 280\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\31 280\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\31 280\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\31 280\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\31 280\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\31 280\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\31 280\:overflow-auto {
    overflow: auto;
  }

  #tw .\31 280\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\31 280\:overflow-visible {
    overflow: visible;
  }

  #tw .\31 280\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\31 280\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\31 280\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\31 280\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\31 280\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\31 280\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\31 280\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\31 280\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\31 280\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\31 280\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\31 280\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\31 280\:p-0 {
    padding: 0;
  }

  #tw .\31 280\:p-4 {
    padding: 0.25rem;
  }

  #tw .\31 280\:p-6 {
    padding: 0.375rem;
  }

  #tw .\31 280\:p-8 {
    padding: 0.5rem;
  }

  #tw .\31 280\:p-10 {
    padding: 0.625rem;
  }

  #tw .\31 280\:p-12 {
    padding: 0.75rem;
  }

  #tw .\31 280\:p-14 {
    padding: 0.875rem;
  }

  #tw .\31 280\:p-16 {
    padding: 1rem;
  }

  #tw .\31 280\:p-18 {
    padding: 1.125rem;
  }

  #tw .\31 280\:p-20 {
    padding: 1.25rem;
  }

  #tw .\31 280\:p-24 {
    padding: 1.5rem;
  }

  #tw .\31 280\:p-28 {
    padding: 1.75rem;
  }

  #tw .\31 280\:p-32 {
    padding: 2rem;
  }

  #tw .\31 280\:p-36 {
    padding: 2.25rem;
  }

  #tw .\31 280\:p-40 {
    padding: 2.5rem;
  }

  #tw .\31 280\:p-48 {
    padding: 3rem;
  }

  #tw .\31 280\:p-56 {
    padding: 3.5rem;
  }

  #tw .\31 280\:p-60 {
    padding: 3.75rem;
  }

  #tw .\31 280\:p-64 {
    padding: 4rem;
  }

  #tw .\31 280\:p-80 {
    padding: 5rem;
  }

  #tw .\31 280\:p-88 {
    padding: 5.5rem;
  }

  #tw .\31 280\:p-96 {
    padding: 6rem;
  }

  #tw .\31 280\:p-112 {
    padding: 7rem;
  }

  #tw .\31 280\:p-128 {
    padding: 8rem;
  }

  #tw .\31 280\:p-144 {
    padding: 9rem;
  }

  #tw .\31 280\:p-200 {
    padding: 12.5rem;
  }

  #tw .\31 280\:p-auto {
    padding: auto;
  }

  #tw .\31 280\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\31 280\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\31 280\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\31 280\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\31 280\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\31 280\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\31 280\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\31 280\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\31 280\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\31 280\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\31 280\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\31 280\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\31 280\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\31 280\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\31 280\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\31 280\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\31 280\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\31 280\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\31 280\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\31 280\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\31 280\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\31 280\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\31 280\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\31 280\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\31 280\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\31 280\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\31 280\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\31 280\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\31 280\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\31 280\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\31 280\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\31 280\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\31 280\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\31 280\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\31 280\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\31 280\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\31 280\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\31 280\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\31 280\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\31 280\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\31 280\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\31 280\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\31 280\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\31 280\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\31 280\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\31 280\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\31 280\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\31 280\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\31 280\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\31 280\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\31 280\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\31 280\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\31 280\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\31 280\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\31 280\:pt-0 {
    padding-top: 0;
  }

  #tw .\31 280\:pr-0 {
    padding-right: 0;
  }

  #tw .\31 280\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\31 280\:pl-0 {
    padding-left: 0;
  }

  #tw .\31 280\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\31 280\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\31 280\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\31 280\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\31 280\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\31 280\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\31 280\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\31 280\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\31 280\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\31 280\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\31 280\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\31 280\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\31 280\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\31 280\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\31 280\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\31 280\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\31 280\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\31 280\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\31 280\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\31 280\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\31 280\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\31 280\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\31 280\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\31 280\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\31 280\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\31 280\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\31 280\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\31 280\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\31 280\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\31 280\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\31 280\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\31 280\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\31 280\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\31 280\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\31 280\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\31 280\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\31 280\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\31 280\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\31 280\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\31 280\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\31 280\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\31 280\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\31 280\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\31 280\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\31 280\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\31 280\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\31 280\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\31 280\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\31 280\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\31 280\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\31 280\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\31 280\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\31 280\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\31 280\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\31 280\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\31 280\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\31 280\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\31 280\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\31 280\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\31 280\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\31 280\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\31 280\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\31 280\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\31 280\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\31 280\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\31 280\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\31 280\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\31 280\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\31 280\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\31 280\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\31 280\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\31 280\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\31 280\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\31 280\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\31 280\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\31 280\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\31 280\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\31 280\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\31 280\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\31 280\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\31 280\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\31 280\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\31 280\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\31 280\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\31 280\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\31 280\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\31 280\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\31 280\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\31 280\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\31 280\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\31 280\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\31 280\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\31 280\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\31 280\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\31 280\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\31 280\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\31 280\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\31 280\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\31 280\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\31 280\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\31 280\:pt-auto {
    padding-top: auto;
  }

  #tw .\31 280\:pr-auto {
    padding-right: auto;
  }

  #tw .\31 280\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\31 280\:pl-auto {
    padding-left: auto;
  }

  #tw .\31 280\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 280\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\31 280\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 280\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\31 280\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 280\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 280\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 280\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 280\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 280\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\31 280\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 280\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 280\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 280\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\31 280\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 280\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\31 280\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 280\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\31 280\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 280\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\31 280\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 280\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\31 280\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 280\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 280\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 280\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 280\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 280\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\31 280\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 280\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\31 280\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 280\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\31 280\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 280\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\31 280\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 280\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\31 280\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 280\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\31 280\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 280\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\31 280\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 280\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\31 280\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 280\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 280\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 280\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 280\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 280\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\31 280\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 280\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 280\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 280\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\31 280\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 280\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\31 280\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 280\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\31 280\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 280\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\31 280\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 280\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\31 280\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 280\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 280\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 280\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 280\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 280\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 280\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\31 280\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 280\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\31 280\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 280\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\31 280\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 280\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\31 280\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 280\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\31 280\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 280\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\31 280\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\31 280\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\31 280\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 280\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\31 280\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\31 280\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\31 280\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\31 280\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\31 280\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\31 280\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\31 280\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\31 280\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\31 280\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\31 280\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 280\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\31 280\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\31 280\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\31 280\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\31 280\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\31 280\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\31 280\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\31 280\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\31 280\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\31 280\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\31 280\:top-0 {
    top: 0;
  }

  #tw .\31 280\:right-0 {
    right: 0;
  }

  #tw .\31 280\:bottom-0 {
    bottom: 0;
  }

  #tw .\31 280\:left-0 {
    left: 0;
  }

  #tw .\31 280\:top-auto {
    top: auto;
  }

  #tw .\31 280\:right-auto {
    right: auto;
  }

  #tw .\31 280\:bottom-auto {
    bottom: auto;
  }

  #tw .\31 280\:left-auto {
    left: auto;
  }

  #tw .\31 280\:-top-8 {
    top: -0.5rem;
  }

  #tw .\31 280\:-right-8 {
    right: -0.5rem;
  }

  #tw .\31 280\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\31 280\:-left-8 {
    left: -0.5rem;
  }

  #tw .\31 280\:-top-80 {
    top: -5rem;
  }

  #tw .\31 280\:-right-80 {
    right: -5rem;
  }

  #tw .\31 280\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\31 280\:-left-80 {
    left: -5rem;
  }

  #tw .\31 280\:-top-1\/1 {
    top: -100%;
  }

  #tw .\31 280\:-right-1\/1 {
    right: -100%;
  }

  #tw .\31 280\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\31 280\:-left-1\/1 {
    left: -100%;
  }

  #tw .\31 280\:-top-1\/2 {
    top: -50%;
  }

  #tw .\31 280\:-right-1\/2 {
    right: -50%;
  }

  #tw .\31 280\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\31 280\:-left-1\/2 {
    left: -50%;
  }

  #tw .\31 280\:top-1\/1 {
    top: 100%;
  }

  #tw .\31 280\:right-1\/1 {
    right: 100%;
  }

  #tw .\31 280\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\31 280\:left-1\/1 {
    left: 100%;
  }

  #tw .\31 280\:top-1\/2 {
    top: 50%;
  }

  #tw .\31 280\:right-1\/2 {
    right: 50%;
  }

  #tw .\31 280\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\31 280\:left-1\/2 {
    left: 50%;
  }

  #tw .\31 280\:resize-none {
    resize: none;
  }

  #tw .\31 280\:resize-y {
    resize: vertical;
  }

  #tw .\31 280\:resize-x {
    resize: horizontal;
  }

  #tw .\31 280\:resize {
    resize: both;
  }

  #tw .\31 280\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 280\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 280\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 280\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 280\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 280\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 280\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 280\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\31 280\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 280\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\31 280\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 280\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 280\:table-auto {
    table-layout: auto;
  }

  #tw .\31 280\:table-fixed {
    table-layout: fixed;
  }

  #tw .\31 280\:text-left {
    text-align: left;
  }

  #tw .\31 280\:text-center {
    text-align: center;
  }

  #tw .\31 280\:text-right {
    text-align: right;
  }

  #tw .\31 280\:text-justify {
    text-align: justify;
  }

  #tw .\31 280\:italic {
    font-style: italic;
  }

  #tw .\31 280\:not-italic {
    font-style: normal;
  }

  #tw .\31 280\:uppercase {
    text-transform: uppercase;
  }

  #tw .\31 280\:lowercase {
    text-transform: lowercase;
  }

  #tw .\31 280\:capitalize {
    text-transform: capitalize;
  }

  #tw .\31 280\:normal-case {
    text-transform: none;
  }

  #tw .\31 280\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\31 280\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\31 280\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\31 280\:align-top {
    vertical-align: top;
  }

  #tw .\31 280\:align-middle {
    vertical-align: middle;
  }

  #tw .\31 280\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\31 280\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\31 280\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\31 280\:visible {
    visibility: visible;
  }

  #tw .\31 280\:invisible {
    visibility: hidden;
  }

  #tw .\31 280\:whitespace-normal {
    white-space: normal;
  }

  #tw .\31 280\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\31 280\:whitespace-pre {
    white-space: pre;
  }

  #tw .\31 280\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\31 280\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\31 280\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\31 280\:break-words {
    word-wrap: break-word;
  }

  #tw .\31 280\:break-all {
    word-break: break-all;
  }

  #tw .\31 280\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\31 280\:w-0 {
    width: 0;
  }

  #tw .\31 280\:w-12 {
    width: 0.75rem;
  }

  #tw .\31 280\:w-14 {
    width: 0.875rem;
  }

  #tw .\31 280\:w-16 {
    width: 1rem;
  }

  #tw .\31 280\:w-20 {
    width: 1.25rem;
  }

  #tw .\31 280\:w-24 {
    width: 1.5rem;
  }

  #tw .\31 280\:w-32 {
    width: 2rem;
  }

  #tw .\31 280\:w-40 {
    width: 2.5rem;
  }

  #tw .\31 280\:w-48 {
    width: 3rem;
  }

  #tw .\31 280\:w-60 {
    width: 3.75rem;
  }

  #tw .\31 280\:w-64 {
    width: 4rem;
  }

  #tw .\31 280\:w-68 {
    width: 4.25rem;
  }

  #tw .\31 280\:w-80 {
    width: 5rem;
  }

  #tw .\31 280\:w-88 {
    width: 5.5rem;
  }

  #tw .\31 280\:w-96 {
    width: 6rem;
  }

  #tw .\31 280\:w-110 {
    width: 6.875rem;
  }

  #tw .\31 280\:w-120 {
    width: 7.5rem;
  }

  #tw .\31 280\:w-128 {
    width: 8rem;
  }

  #tw .\31 280\:w-144 {
    width: 9rem;
  }

  #tw .\31 280\:w-160 {
    width: 10rem;
  }

  #tw .\31 280\:w-174 {
    width: 10.875rem;
  }

  #tw .\31 280\:w-188 {
    width: 11.75rem;
  }

  #tw .\31 280\:w-210 {
    width: 13.125rem;
  }

  #tw .\31 280\:w-222 {
    width: 13.875rem;
  }

  #tw .\31 280\:w-256 {
    width: 16rem;
  }

  #tw .\31 280\:w-288 {
    width: 18rem;
  }

  #tw .\31 280\:w-300 {
    width: 18.75rem;
  }

  #tw .\31 280\:w-320 {
    width: 20rem;
  }

  #tw .\31 280\:w-400 {
    width: 25rem;
  }

  #tw .\31 280\:w-480 {
    width: 30rem;
  }

  #tw .\31 280\:w-600 {
    width: 37.5rem;
  }

  #tw .\31 280\:w-auto {
    width: auto;
  }

  #tw .\31 280\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\31 280\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\31 280\:w-1\/5 {
    width: 20%;
  }

  #tw .\31 280\:w-1\/4 {
    width: 25%;
  }

  #tw .\31 280\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\31 280\:w-2\/5 {
    width: 40%;
  }

  #tw .\31 280\:w-1\/2 {
    width: 50%;
  }

  #tw .\31 280\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\31 280\:w-1\/1 {
    width: 100%;
  }

  #tw .\31 280\:w-3\/5 {
    width: 60%;
  }

  #tw .\31 280\:w-3\/4 {
    width: 75%;
  }

  #tw .\31 280\:w-4\/5 {
    width: 80%;
  }

  #tw .\31 280\:w-50vw {
    width: 50vw;
  }

  #tw .\31 280\:w-100vw {
    width: 100vw;
  }

  #tw .\31 280\:w-50vh {
    width: 50vh;
  }

  #tw .\31 280\:w-100vh {
    width: 100vh;
  }

  #tw .\31 280\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\31 280\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\31 280\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\31 280\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\31 280\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\31 280\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\31 280\:z-0 {
    z-index: 0;
  }

  #tw .\31 280\:z-100 {
    z-index: 100;
  }

  #tw .\31 280\:z-200 {
    z-index: 200;
  }

  #tw .\31 280\:z-300 {
    z-index: 300;
  }

  #tw .\31 280\:z-400 {
    z-index: 400;
  }

  #tw .\31 280\:z-500 {
    z-index: 500;
  }

  #tw .\31 280\:z-auto {
    z-index: auto;
  }

  #tw .\31 280\:d-block {
    display: block;
  }

  #tw .\31 280\:d-inline-block {
    display: inline-block;
  }

  #tw .\31 280\:d-inline {
    display: inline;
  }

  #tw .\31 280\:d-flex {
    display: flex;
  }

  #tw .\31 280\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\31 280\:d-none {
    display: none;
  }

  #tw .\31 280\:p-static {
    position: static;
  }

  #tw .\31 280\:p-relative {
    position: relative;
  }

  #tw .\31 280\:p-fixed {
    position: fixed;
  }

  #tw .\31 280\:p-absolute {
    position: absolute;
  }

  #tw .\31 280\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\31 280\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\31 280\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\31 280\:col-count-1 {
    column-count: 1;
  }

  #tw .\31 280\:col-count-2 {
    column-count: 2;
  }

  #tw .\31 280\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\31 280\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\31 280\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\31 280\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\31 280\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\31 280\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\31 280\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
}

@media (min-width: 1360px) {
  #tw .\31 360\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 360\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 360\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  #tw .\31 360\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #tw .\31 360\:bg-fixed {
    background-attachment: fixed;
  }

  #tw .\31 360\:bg-local {
    background-attachment: local;
  }

  #tw .\31 360\:bg-scroll {
    background-attachment: scroll;
  }

  #tw .\31 360\:bg-black {
    background-color: #111111;
  }

  #tw .\31 360\:bg-white {
    background-color: #ffffff;
  }

  #tw .\31 360\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .\31 360\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .\31 360\:bg-dkgray {
    background-color: #747678;
  }

  #tw .\31 360\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .\31 360\:bg-green {
    background-color: #00ff00;
  }

  #tw .\31 360\:bg-blue {
    background-color: #005EB8;
  }

  #tw .\31 360\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .\31 360\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .\31 360\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .\31 360\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .\31 360\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .\31 360\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .\31 360\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .\31 360\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .\31 360\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .\31 360\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .\31 360\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .\31 360\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .\31 360\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .\31 360\:bg-transparent {
    background-color: transparent;
  }

  #tw .\31 360\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 360\:hover\:bg-black:hover {
    background-color: #111111;
  }

  #tw .\31 360\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  #tw .\31 360\:hover\:bg-offwhite:hover {
    background-color: #f7f7f7;
  }

  #tw .\31 360\:hover\:bg-gray:hover {
    background-color: #E7E7E7;
  }

  #tw .\31 360\:hover\:bg-dkgray:hover {
    background-color: #747678;
  }

  #tw .\31 360\:hover\:bg-red:hover {
    background-color: #BE1E2D;
  }

  #tw .\31 360\:hover\:bg-green:hover {
    background-color: #00ff00;
  }

  #tw .\31 360\:hover\:bg-blue:hover {
    background-color: #005EB8;
  }

  #tw .\31 360\:hover\:bg-darkBlue:hover {
    background-color: #081C4E;
  }

  #tw .\31 360\:hover\:bg-ltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 360\:hover\:bg-dkrblue:hover {
    background-color: #053781;
  }

  #tw .\31 360\:hover\:bg-newblue:hover {
    background-color: #0E52B7;
  }

  #tw .\31 360\:hover\:bg-newltblue:hover {
    background-color: #2676ED;
  }

  #tw .\31 360\:hover\:bg-newltrblue:hover {
    background-color: #9FC7FF;
  }

  #tw .\31 360\:hover\:bg-newltstblue:hover {
    background-color: #DAE6F5;
  }

  #tw .\31 360\:hover\:bg-newmdblue:hover {
    background-color: #4699FF;
  }

  #tw .\31 360\:hover\:bg-newfadedblue:hover {
    background-color: #0D52B7;
  }

  #tw .\31 360\:hover\:bg-yellow:hover {
    background-color: #FDD507;
  }

  #tw .\31 360\:hover\:bg-newyellow:hover {
    background-color: #FFD200;
  }

  #tw .\31 360\:hover\:bg-purple:hover {
    background-color: #ff00ff;
  }

  #tw .\31 360\:hover\:bg-newgray:hover {
    background-color: #EDEDED;
  }

  #tw .\31 360\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  #tw .\31 360\:hover\:bg-black90:hover {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .group:hover .\31 360\:group-hover\:bg-black {
    background-color: #111111;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-white {
    background-color: #ffffff;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-offwhite {
    background-color: #f7f7f7;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-gray {
    background-color: #E7E7E7;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-dkgray {
    background-color: #747678;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-red {
    background-color: #BE1E2D;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-green {
    background-color: #00ff00;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-blue {
    background-color: #005EB8;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-darkBlue {
    background-color: #081C4E;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-ltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-dkrblue {
    background-color: #053781;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newblue {
    background-color: #0E52B7;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newltblue {
    background-color: #2676ED;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newltrblue {
    background-color: #9FC7FF;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newltstblue {
    background-color: #DAE6F5;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newmdblue {
    background-color: #4699FF;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newfadedblue {
    background-color: #0D52B7;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-yellow {
    background-color: #FDD507;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newyellow {
    background-color: #FFD200;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-purple {
    background-color: #ff00ff;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-newgray {
    background-color: #EDEDED;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  #tw .group:hover .\31 360\:group-hover\:bg-black90 {
    background-color: rgba(17,17,17, 0.9);
  }

  #tw .\31 360\:flex-row {
    flex-direction: row;
  }

  #tw .\31 360\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #tw .\31 360\:flex-col {
    flex-direction: column;
  }

  #tw .\31 360\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #tw .\31 360\:flex-wrap {
    flex-wrap: wrap;
  }

  #tw .\31 360\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #tw .\31 360\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  #tw .\31 360\:items-start {
    align-items: flex-start;
  }

  #tw .\31 360\:items-end {
    align-items: flex-end;
  }

  #tw .\31 360\:items-center {
    align-items: center;
  }

  #tw .\31 360\:items-baseline {
    align-items: baseline;
  }

  #tw .\31 360\:items-stretch {
    align-items: stretch;
  }

  #tw .\31 360\:self-auto {
    align-self: auto;
  }

  #tw .\31 360\:self-start {
    align-self: flex-start;
  }

  #tw .\31 360\:self-end {
    align-self: flex-end;
  }

  #tw .\31 360\:self-center {
    align-self: center;
  }

  #tw .\31 360\:self-stretch {
    align-self: stretch;
  }

  #tw .\31 360\:justify-start {
    justify-content: flex-start;
  }

  #tw .\31 360\:justify-end {
    justify-content: flex-end;
  }

  #tw .\31 360\:justify-center {
    justify-content: center;
  }

  #tw .\31 360\:justify-between {
    justify-content: space-between;
  }

  #tw .\31 360\:justify-around {
    justify-content: space-around;
  }

  #tw .\31 360\:content-center {
    align-content: center;
  }

  #tw .\31 360\:content-start {
    align-content: flex-start;
  }

  #tw .\31 360\:content-end {
    align-content: flex-end;
  }

  #tw .\31 360\:content-between {
    align-content: space-between;
  }

  #tw .\31 360\:content-around {
    align-content: space-around;
  }

  #tw .\31 360\:flex-1 {
    flex: 1 1 0%;
  }

  #tw .\31 360\:flex-auto {
    flex: 1 1 auto;
  }

  #tw .\31 360\:flex-initial {
    flex: 0 1 auto;
  }

  #tw .\31 360\:flex-none {
    flex: none;
  }

  #tw .\31 360\:flex-grow-0 {
    flex-grow: 0;
  }

  #tw .\31 360\:flex-grow {
    flex-grow: 1;
  }

  #tw .\31 360\:flex-shrink-0 {
    flex-shrink: 0;
  }

  #tw .\31 360\:flex-shrink {
    flex-shrink: 1;
  }

  #tw .\31 360\:order-1 {
    order: 1;
  }

  #tw .\31 360\:order-2 {
    order: 2;
  }

  #tw .\31 360\:order-3 {
    order: 3;
  }

  #tw .\31 360\:order-4 {
    order: 4;
  }

  #tw .\31 360\:order-5 {
    order: 5;
  }

  #tw .\31 360\:order-6 {
    order: 6;
  }

  #tw .\31 360\:order-7 {
    order: 7;
  }

  #tw .\31 360\:order-8 {
    order: 8;
  }

  #tw .\31 360\:order-9 {
    order: 9;
  }

  #tw .\31 360\:order-10 {
    order: 10;
  }

  #tw .\31 360\:order-11 {
    order: 11;
  }

  #tw .\31 360\:order-12 {
    order: 12;
  }

  #tw .\31 360\:order-first {
    order: -9999;
  }

  #tw .\31 360\:order-last {
    order: 9999;
  }

  #tw .\31 360\:order-none {
    order: 0;
  }

  #tw .\31 360\:h-0 {
    height: 0;
  }

  #tw .\31 360\:h-12 {
    height: 0.75rem;
  }

  #tw .\31 360\:h-14 {
    height: 0.875rem;
  }

  #tw .\31 360\:h-16 {
    height: 1rem;
  }

  #tw .\31 360\:h-20 {
    height: 1.25rem;
  }

  #tw .\31 360\:h-24 {
    height: 1.5rem;
  }

  #tw .\31 360\:h-32 {
    height: 2rem;
  }

  #tw .\31 360\:h-40 {
    height: 2.5rem;
  }

  #tw .\31 360\:h-48 {
    height: 3rem;
  }

  #tw .\31 360\:h-60 {
    height: 3.75rem;
  }

  #tw .\31 360\:h-64 {
    height: 4rem;
  }

  #tw .\31 360\:h-68 {
    height: 4.25rem;
  }

  #tw .\31 360\:h-80 {
    height: 5rem;
  }

  #tw .\31 360\:h-88 {
    height: 5.5rem;
  }

  #tw .\31 360\:h-96 {
    height: 6rem;
  }

  #tw .\31 360\:h-110 {
    height: 6.875rem;
  }

  #tw .\31 360\:h-120 {
    height: 7.5rem;
  }

  #tw .\31 360\:h-128 {
    height: 8rem;
  }

  #tw .\31 360\:h-144 {
    height: 9rem;
  }

  #tw .\31 360\:h-160 {
    height: 10rem;
  }

  #tw .\31 360\:h-174 {
    height: 10.875rem;
  }

  #tw .\31 360\:h-188 {
    height: 11.75rem;
  }

  #tw .\31 360\:h-210 {
    height: 13.125rem;
  }

  #tw .\31 360\:h-222 {
    height: 13.875rem;
  }

  #tw .\31 360\:h-256 {
    height: 16rem;
  }

  #tw .\31 360\:h-288 {
    height: 18rem;
  }

  #tw .\31 360\:h-300 {
    height: 18.75rem;
  }

  #tw .\31 360\:h-320 {
    height: 20rem;
  }

  #tw .\31 360\:h-400 {
    height: 25rem;
  }

  #tw .\31 360\:h-480 {
    height: 30rem;
  }

  #tw .\31 360\:h-600 {
    height: 37.5rem;
  }

  #tw .\31 360\:h-auto {
    height: auto;
  }

  #tw .\31 360\:h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #tw .\31 360\:h-0\.5 {
    height: 0.03125rem;
  }

  #tw .\31 360\:h-1\/5 {
    height: 20%;
  }

  #tw .\31 360\:h-1\/4 {
    height: 25%;
  }

  #tw .\31 360\:h-1\/3 {
    height: 33.333%;
  }

  #tw .\31 360\:h-2\/5 {
    height: 40%;
  }

  #tw .\31 360\:h-1\/2 {
    height: 50%;
  }

  #tw .\31 360\:h-2\/3 {
    height: 66.666%;
  }

  #tw .\31 360\:h-1\/1 {
    height: 100%;
  }

  #tw .\31 360\:h-3\/5 {
    height: 60%;
  }

  #tw .\31 360\:h-3\/4 {
    height: 75%;
  }

  #tw .\31 360\:h-4\/5 {
    height: 80%;
  }

  #tw .\31 360\:h-50vw {
    height: 50vw;
  }

  #tw .\31 360\:h-100vw {
    height: 100vw;
  }

  #tw .\31 360\:h-50vh {
    height: 50vh;
  }

  #tw .\31 360\:h-100vh {
    height: 100vh;
  }

  #tw .\31 360\:h-1\/2--16 {
    height: calc(50% - 1rem);
  }

  #tw .\31 360\:h-1\/1--16 {
    height: calc(100% - 1rem);
  }

  #tw .\31 360\:h-1\/1--160 {
    height: calc(100% - 10rem);
  }

  #tw .\31 360\:h-1\/1--222 {
    height: calc(100% - 13.875rem);
  }

  #tw .\31 360\:h-1\/4--20 {
    height: calc(25% - 1.25rem);
  }

  #tw .\31 360\:h-1\/4--10 {
    height: calc(25% - 0.625rem);
  }

  #tw .\31 360\:m-0 {
    margin: 0;
  }

  #tw .\31 360\:m-4 {
    margin: 0.25rem;
  }

  #tw .\31 360\:m-6 {
    margin: 0.375rem;
  }

  #tw .\31 360\:m-8 {
    margin: 0.5rem;
  }

  #tw .\31 360\:m-10 {
    margin: 0.625rem;
  }

  #tw .\31 360\:m-12 {
    margin: 0.75rem;
  }

  #tw .\31 360\:m-14 {
    margin: 0.875rem;
  }

  #tw .\31 360\:m-16 {
    margin: 1rem;
  }

  #tw .\31 360\:m-18 {
    margin: 1.125rem;
  }

  #tw .\31 360\:m-20 {
    margin: 1.25rem;
  }

  #tw .\31 360\:m-24 {
    margin: 1.5rem;
  }

  #tw .\31 360\:m-28 {
    margin: 1.75rem;
  }

  #tw .\31 360\:m-32 {
    margin: 2rem;
  }

  #tw .\31 360\:m-36 {
    margin: 2.25rem;
  }

  #tw .\31 360\:m-40 {
    margin: 2.5rem;
  }

  #tw .\31 360\:m-48 {
    margin: 3rem;
  }

  #tw .\31 360\:m-56 {
    margin: 3.5rem;
  }

  #tw .\31 360\:m-60 {
    margin: 3.75rem;
  }

  #tw .\31 360\:m-64 {
    margin: 4rem;
  }

  #tw .\31 360\:m-80 {
    margin: 5rem;
  }

  #tw .\31 360\:m-88 {
    margin: 5.5rem;
  }

  #tw .\31 360\:m-96 {
    margin: 6rem;
  }

  #tw .\31 360\:m-112 {
    margin: 7rem;
  }

  #tw .\31 360\:m-128 {
    margin: 8rem;
  }

  #tw .\31 360\:m-144 {
    margin: 9rem;
  }

  #tw .\31 360\:m-200 {
    margin: 12.5rem;
  }

  #tw .\31 360\:m-auto {
    margin: auto;
  }

  #tw .\31 360\:-m-8 {
    margin: -0.5rem;
  }

  #tw .\31 360\:-m-16 {
    margin: -1rem;
  }

  #tw .\31 360\:-m-24 {
    margin: -1.5rem;
  }

  #tw .\31 360\:-m-28 {
    margin: -1.75rem;
  }

  #tw .\31 360\:-m-32 {
    margin: -2rem;
  }

  #tw .\31 360\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tw .\31 360\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #tw .\31 360\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #tw .\31 360\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #tw .\31 360\:my-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #tw .\31 360\:mx-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #tw .\31 360\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #tw .\31 360\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #tw .\31 360\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #tw .\31 360\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #tw .\31 360\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #tw .\31 360\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #tw .\31 360\:my-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #tw .\31 360\:mx-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #tw .\31 360\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #tw .\31 360\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #tw .\31 360\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #tw .\31 360\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  #tw .\31 360\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #tw .\31 360\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #tw .\31 360\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #tw .\31 360\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #tw .\31 360\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #tw .\31 360\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #tw .\31 360\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tw .\31 360\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #tw .\31 360\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #tw .\31 360\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #tw .\31 360\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #tw .\31 360\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #tw .\31 360\:my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #tw .\31 360\:mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #tw .\31 360\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #tw .\31 360\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #tw .\31 360\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  #tw .\31 360\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  #tw .\31 360\:my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #tw .\31 360\:mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #tw .\31 360\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #tw .\31 360\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #tw .\31 360\:my-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  #tw .\31 360\:mx-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  #tw .\31 360\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #tw .\31 360\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #tw .\31 360\:my-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #tw .\31 360\:mx-112 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #tw .\31 360\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #tw .\31 360\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #tw .\31 360\:my-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #tw .\31 360\:mx-144 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #tw .\31 360\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  #tw .\31 360\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  #tw .\31 360\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #tw .\31 360\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #tw .\31 360\:-my-8 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #tw .\31 360\:-mx-8 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #tw .\31 360\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #tw .\31 360\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #tw .\31 360\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #tw .\31 360\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #tw .\31 360\:-my-28 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #tw .\31 360\:-mx-28 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #tw .\31 360\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #tw .\31 360\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #tw .\31 360\:mt-0 {
    margin-top: 0;
  }

  #tw .\31 360\:mr-0 {
    margin-right: 0;
  }

  #tw .\31 360\:mb-0 {
    margin-bottom: 0;
  }

  #tw .\31 360\:ml-0 {
    margin-left: 0;
  }

  #tw .\31 360\:mt-4 {
    margin-top: 0.25rem;
  }

  #tw .\31 360\:mr-4 {
    margin-right: 0.25rem;
  }

  #tw .\31 360\:mb-4 {
    margin-bottom: 0.25rem;
  }

  #tw .\31 360\:ml-4 {
    margin-left: 0.25rem;
  }

  #tw .\31 360\:mt-6 {
    margin-top: 0.375rem;
  }

  #tw .\31 360\:mr-6 {
    margin-right: 0.375rem;
  }

  #tw .\31 360\:mb-6 {
    margin-bottom: 0.375rem;
  }

  #tw .\31 360\:ml-6 {
    margin-left: 0.375rem;
  }

  #tw .\31 360\:mt-8 {
    margin-top: 0.5rem;
  }

  #tw .\31 360\:mr-8 {
    margin-right: 0.5rem;
  }

  #tw .\31 360\:mb-8 {
    margin-bottom: 0.5rem;
  }

  #tw .\31 360\:ml-8 {
    margin-left: 0.5rem;
  }

  #tw .\31 360\:mt-10 {
    margin-top: 0.625rem;
  }

  #tw .\31 360\:mr-10 {
    margin-right: 0.625rem;
  }

  #tw .\31 360\:mb-10 {
    margin-bottom: 0.625rem;
  }

  #tw .\31 360\:ml-10 {
    margin-left: 0.625rem;
  }

  #tw .\31 360\:mt-12 {
    margin-top: 0.75rem;
  }

  #tw .\31 360\:mr-12 {
    margin-right: 0.75rem;
  }

  #tw .\31 360\:mb-12 {
    margin-bottom: 0.75rem;
  }

  #tw .\31 360\:ml-12 {
    margin-left: 0.75rem;
  }

  #tw .\31 360\:mt-14 {
    margin-top: 0.875rem;
  }

  #tw .\31 360\:mr-14 {
    margin-right: 0.875rem;
  }

  #tw .\31 360\:mb-14 {
    margin-bottom: 0.875rem;
  }

  #tw .\31 360\:ml-14 {
    margin-left: 0.875rem;
  }

  #tw .\31 360\:mt-16 {
    margin-top: 1rem;
  }

  #tw .\31 360\:mr-16 {
    margin-right: 1rem;
  }

  #tw .\31 360\:mb-16 {
    margin-bottom: 1rem;
  }

  #tw .\31 360\:ml-16 {
    margin-left: 1rem;
  }

  #tw .\31 360\:mt-18 {
    margin-top: 1.125rem;
  }

  #tw .\31 360\:mr-18 {
    margin-right: 1.125rem;
  }

  #tw .\31 360\:mb-18 {
    margin-bottom: 1.125rem;
  }

  #tw .\31 360\:ml-18 {
    margin-left: 1.125rem;
  }

  #tw .\31 360\:mt-20 {
    margin-top: 1.25rem;
  }

  #tw .\31 360\:mr-20 {
    margin-right: 1.25rem;
  }

  #tw .\31 360\:mb-20 {
    margin-bottom: 1.25rem;
  }

  #tw .\31 360\:ml-20 {
    margin-left: 1.25rem;
  }

  #tw .\31 360\:mt-24 {
    margin-top: 1.5rem;
  }

  #tw .\31 360\:mr-24 {
    margin-right: 1.5rem;
  }

  #tw .\31 360\:mb-24 {
    margin-bottom: 1.5rem;
  }

  #tw .\31 360\:ml-24 {
    margin-left: 1.5rem;
  }

  #tw .\31 360\:mt-28 {
    margin-top: 1.75rem;
  }

  #tw .\31 360\:mr-28 {
    margin-right: 1.75rem;
  }

  #tw .\31 360\:mb-28 {
    margin-bottom: 1.75rem;
  }

  #tw .\31 360\:ml-28 {
    margin-left: 1.75rem;
  }

  #tw .\31 360\:mt-32 {
    margin-top: 2rem;
  }

  #tw .\31 360\:mr-32 {
    margin-right: 2rem;
  }

  #tw .\31 360\:mb-32 {
    margin-bottom: 2rem;
  }

  #tw .\31 360\:ml-32 {
    margin-left: 2rem;
  }

  #tw .\31 360\:mt-36 {
    margin-top: 2.25rem;
  }

  #tw .\31 360\:mr-36 {
    margin-right: 2.25rem;
  }

  #tw .\31 360\:mb-36 {
    margin-bottom: 2.25rem;
  }

  #tw .\31 360\:ml-36 {
    margin-left: 2.25rem;
  }

  #tw .\31 360\:mt-40 {
    margin-top: 2.5rem;
  }

  #tw .\31 360\:mr-40 {
    margin-right: 2.5rem;
  }

  #tw .\31 360\:mb-40 {
    margin-bottom: 2.5rem;
  }

  #tw .\31 360\:ml-40 {
    margin-left: 2.5rem;
  }

  #tw .\31 360\:mt-48 {
    margin-top: 3rem;
  }

  #tw .\31 360\:mr-48 {
    margin-right: 3rem;
  }

  #tw .\31 360\:mb-48 {
    margin-bottom: 3rem;
  }

  #tw .\31 360\:ml-48 {
    margin-left: 3rem;
  }

  #tw .\31 360\:mt-56 {
    margin-top: 3.5rem;
  }

  #tw .\31 360\:mr-56 {
    margin-right: 3.5rem;
  }

  #tw .\31 360\:mb-56 {
    margin-bottom: 3.5rem;
  }

  #tw .\31 360\:ml-56 {
    margin-left: 3.5rem;
  }

  #tw .\31 360\:mt-60 {
    margin-top: 3.75rem;
  }

  #tw .\31 360\:mr-60 {
    margin-right: 3.75rem;
  }

  #tw .\31 360\:mb-60 {
    margin-bottom: 3.75rem;
  }

  #tw .\31 360\:ml-60 {
    margin-left: 3.75rem;
  }

  #tw .\31 360\:mt-64 {
    margin-top: 4rem;
  }

  #tw .\31 360\:mr-64 {
    margin-right: 4rem;
  }

  #tw .\31 360\:mb-64 {
    margin-bottom: 4rem;
  }

  #tw .\31 360\:ml-64 {
    margin-left: 4rem;
  }

  #tw .\31 360\:mt-80 {
    margin-top: 5rem;
  }

  #tw .\31 360\:mr-80 {
    margin-right: 5rem;
  }

  #tw .\31 360\:mb-80 {
    margin-bottom: 5rem;
  }

  #tw .\31 360\:ml-80 {
    margin-left: 5rem;
  }

  #tw .\31 360\:mt-88 {
    margin-top: 5.5rem;
  }

  #tw .\31 360\:mr-88 {
    margin-right: 5.5rem;
  }

  #tw .\31 360\:mb-88 {
    margin-bottom: 5.5rem;
  }

  #tw .\31 360\:ml-88 {
    margin-left: 5.5rem;
  }

  #tw .\31 360\:mt-96 {
    margin-top: 6rem;
  }

  #tw .\31 360\:mr-96 {
    margin-right: 6rem;
  }

  #tw .\31 360\:mb-96 {
    margin-bottom: 6rem;
  }

  #tw .\31 360\:ml-96 {
    margin-left: 6rem;
  }

  #tw .\31 360\:mt-112 {
    margin-top: 7rem;
  }

  #tw .\31 360\:mr-112 {
    margin-right: 7rem;
  }

  #tw .\31 360\:mb-112 {
    margin-bottom: 7rem;
  }

  #tw .\31 360\:ml-112 {
    margin-left: 7rem;
  }

  #tw .\31 360\:mt-128 {
    margin-top: 8rem;
  }

  #tw .\31 360\:mr-128 {
    margin-right: 8rem;
  }

  #tw .\31 360\:mb-128 {
    margin-bottom: 8rem;
  }

  #tw .\31 360\:ml-128 {
    margin-left: 8rem;
  }

  #tw .\31 360\:mt-144 {
    margin-top: 9rem;
  }

  #tw .\31 360\:mr-144 {
    margin-right: 9rem;
  }

  #tw .\31 360\:mb-144 {
    margin-bottom: 9rem;
  }

  #tw .\31 360\:ml-144 {
    margin-left: 9rem;
  }

  #tw .\31 360\:mt-200 {
    margin-top: 12.5rem;
  }

  #tw .\31 360\:mr-200 {
    margin-right: 12.5rem;
  }

  #tw .\31 360\:mb-200 {
    margin-bottom: 12.5rem;
  }

  #tw .\31 360\:ml-200 {
    margin-left: 12.5rem;
  }

  #tw .\31 360\:mt-auto {
    margin-top: auto;
  }

  #tw .\31 360\:mr-auto {
    margin-right: auto;
  }

  #tw .\31 360\:mb-auto {
    margin-bottom: auto;
  }

  #tw .\31 360\:ml-auto {
    margin-left: auto;
  }

  #tw .\31 360\:-mt-8 {
    margin-top: -0.5rem;
  }

  #tw .\31 360\:-mr-8 {
    margin-right: -0.5rem;
  }

  #tw .\31 360\:-mb-8 {
    margin-bottom: -0.5rem;
  }

  #tw .\31 360\:-ml-8 {
    margin-left: -0.5rem;
  }

  #tw .\31 360\:-mt-16 {
    margin-top: -1rem;
  }

  #tw .\31 360\:-mr-16 {
    margin-right: -1rem;
  }

  #tw .\31 360\:-mb-16 {
    margin-bottom: -1rem;
  }

  #tw .\31 360\:-ml-16 {
    margin-left: -1rem;
  }

  #tw .\31 360\:-mt-24 {
    margin-top: -1.5rem;
  }

  #tw .\31 360\:-mr-24 {
    margin-right: -1.5rem;
  }

  #tw .\31 360\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  #tw .\31 360\:-ml-24 {
    margin-left: -1.5rem;
  }

  #tw .\31 360\:-mt-28 {
    margin-top: -1.75rem;
  }

  #tw .\31 360\:-mr-28 {
    margin-right: -1.75rem;
  }

  #tw .\31 360\:-mb-28 {
    margin-bottom: -1.75rem;
  }

  #tw .\31 360\:-ml-28 {
    margin-left: -1.75rem;
  }

  #tw .\31 360\:-mt-32 {
    margin-top: -2rem;
  }

  #tw .\31 360\:-mr-32 {
    margin-right: -2rem;
  }

  #tw .\31 360\:-mb-32 {
    margin-bottom: -2rem;
  }

  #tw .\31 360\:-ml-32 {
    margin-left: -2rem;
  }

  #tw .\31 360\:max-h-12 {
    max-height: 0.75rem;
  }

  #tw .\31 360\:max-h-14 {
    max-height: 0.875rem;
  }

  #tw .\31 360\:max-h-16 {
    max-height: 1rem;
  }

  #tw .\31 360\:max-h-20 {
    max-height: 1.25rem;
  }

  #tw .\31 360\:max-h-24 {
    max-height: 1.5rem;
  }

  #tw .\31 360\:max-h-32 {
    max-height: 2rem;
  }

  #tw .\31 360\:max-h-40 {
    max-height: 2.5rem;
  }

  #tw .\31 360\:max-h-48 {
    max-height: 3rem;
  }

  #tw .\31 360\:max-h-60 {
    max-height: 3.75rem;
  }

  #tw .\31 360\:max-h-64 {
    max-height: 4rem;
  }

  #tw .\31 360\:max-h-68 {
    max-height: 4.25rem;
  }

  #tw .\31 360\:max-h-80 {
    max-height: 5rem;
  }

  #tw .\31 360\:max-h-88 {
    max-height: 5.5rem;
  }

  #tw .\31 360\:max-h-96 {
    max-height: 6rem;
  }

  #tw .\31 360\:max-h-110 {
    max-height: 6.875rem;
  }

  #tw .\31 360\:max-h-120 {
    max-height: 7.5rem;
  }

  #tw .\31 360\:max-h-128 {
    max-height: 8rem;
  }

  #tw .\31 360\:max-h-144 {
    max-height: 9rem;
  }

  #tw .\31 360\:max-h-160 {
    max-height: 10rem;
  }

  #tw .\31 360\:max-h-174 {
    max-height: 10.875rem;
  }

  #tw .\31 360\:max-h-188 {
    max-height: 11.75rem;
  }

  #tw .\31 360\:max-h-210 {
    max-height: 13.125rem;
  }

  #tw .\31 360\:max-h-222 {
    max-height: 13.875rem;
  }

  #tw .\31 360\:max-h-256 {
    max-height: 16rem;
  }

  #tw .\31 360\:max-h-288 {
    max-height: 18rem;
  }

  #tw .\31 360\:max-h-300 {
    max-height: 18.75rem;
  }

  #tw .\31 360\:max-h-320 {
    max-height: 20rem;
  }

  #tw .\31 360\:max-h-400 {
    max-height: 25rem;
  }

  #tw .\31 360\:max-h-480 {
    max-height: 30rem;
  }

  #tw .\31 360\:max-h-600 {
    max-height: 37.5rem;
  }

  #tw .\31 360\:max-h-auto {
    max-height: auto;
  }

  #tw .\31 360\:max-h-fit-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  #tw .\31 360\:max-h-0\.5 {
    max-height: 0.03125rem;
  }

  #tw .\31 360\:max-h-1\/5 {
    max-height: 20%;
  }

  #tw .\31 360\:max-h-1\/4 {
    max-height: 25%;
  }

  #tw .\31 360\:max-h-1\/3 {
    max-height: 33.333%;
  }

  #tw .\31 360\:max-h-2\/5 {
    max-height: 40%;
  }

  #tw .\31 360\:max-h-1\/2 {
    max-height: 50%;
  }

  #tw .\31 360\:max-h-2\/3 {
    max-height: 66.666%;
  }

  #tw .\31 360\:max-h-1\/1 {
    max-height: 100%;
  }

  #tw .\31 360\:max-h-3\/5 {
    max-height: 60%;
  }

  #tw .\31 360\:max-h-3\/4 {
    max-height: 75%;
  }

  #tw .\31 360\:max-h-4\/5 {
    max-height: 80%;
  }

  #tw .\31 360\:max-h-50vw {
    max-height: 50vw;
  }

  #tw .\31 360\:max-h-100vw {
    max-height: 100vw;
  }

  #tw .\31 360\:max-h-50vh {
    max-height: 50vh;
  }

  #tw .\31 360\:max-h-100vh {
    max-height: 100vh;
  }

  #tw .\31 360\:max-h-1\/2--16 {
    max-height: calc(50% - 1rem);
  }

  #tw .\31 360\:max-h-1\/1--16 {
    max-height: calc(100% - 1rem);
  }

  #tw .\31 360\:max-h-1\/1--160 {
    max-height: calc(100% - 10rem);
  }

  #tw .\31 360\:max-h-1\/1--222 {
    max-height: calc(100% - 13.875rem);
  }

  #tw .\31 360\:max-h-1\/4--20 {
    max-height: calc(25% - 1.25rem);
  }

  #tw .\31 360\:max-h-1\/4--10 {
    max-height: calc(25% - 0.625rem);
  }

  #tw .\31 360\:max-w-12 {
    max-width: 0.75rem;
  }

  #tw .\31 360\:max-w-14 {
    max-width: 0.875rem;
  }

  #tw .\31 360\:max-w-16 {
    max-width: 1rem;
  }

  #tw .\31 360\:max-w-20 {
    max-width: 1.25rem;
  }

  #tw .\31 360\:max-w-24 {
    max-width: 1.5rem;
  }

  #tw .\31 360\:max-w-32 {
    max-width: 2rem;
  }

  #tw .\31 360\:max-w-40 {
    max-width: 2.5rem;
  }

  #tw .\31 360\:max-w-48 {
    max-width: 3rem;
  }

  #tw .\31 360\:max-w-60 {
    max-width: 3.75rem;
  }

  #tw .\31 360\:max-w-64 {
    max-width: 4rem;
  }

  #tw .\31 360\:max-w-68 {
    max-width: 4.25rem;
  }

  #tw .\31 360\:max-w-80 {
    max-width: 5rem;
  }

  #tw .\31 360\:max-w-88 {
    max-width: 5.5rem;
  }

  #tw .\31 360\:max-w-96 {
    max-width: 6rem;
  }

  #tw .\31 360\:max-w-110 {
    max-width: 6.875rem;
  }

  #tw .\31 360\:max-w-120 {
    max-width: 7.5rem;
  }

  #tw .\31 360\:max-w-128 {
    max-width: 8rem;
  }

  #tw .\31 360\:max-w-144 {
    max-width: 9rem;
  }

  #tw .\31 360\:max-w-160 {
    max-width: 10rem;
  }

  #tw .\31 360\:max-w-174 {
    max-width: 10.875rem;
  }

  #tw .\31 360\:max-w-188 {
    max-width: 11.75rem;
  }

  #tw .\31 360\:max-w-210 {
    max-width: 13.125rem;
  }

  #tw .\31 360\:max-w-222 {
    max-width: 13.875rem;
  }

  #tw .\31 360\:max-w-256 {
    max-width: 16rem;
  }

  #tw .\31 360\:max-w-288 {
    max-width: 18rem;
  }

  #tw .\31 360\:max-w-300 {
    max-width: 18.75rem;
  }

  #tw .\31 360\:max-w-320 {
    max-width: 20rem;
  }

  #tw .\31 360\:max-w-400 {
    max-width: 25rem;
  }

  #tw .\31 360\:max-w-480 {
    max-width: 30rem;
  }

  #tw .\31 360\:max-w-600 {
    max-width: 37.5rem;
  }

  #tw .\31 360\:max-w-640 {
    max-width: 40rem;
  }

  #tw .\31 360\:max-w-768 {
    max-width: 48rem;
  }

  #tw .\31 360\:max-w-800 {
    max-width: 50rem;
  }

  #tw .\31 360\:max-w-960 {
    max-width: 60rem;
  }

  #tw .\31 360\:max-w-1020 {
    max-width: 63.75rem;
  }

  #tw .\31 360\:max-w-1280 {
    max-width: 80rem;
  }

  #tw .\31 360\:max-w-1416 {
    max-width: 88.5rem;
  }

  #tw .\31 360\:max-w-1920 {
    max-width: 120rem;
  }

  #tw .\31 360\:max-w-auto {
    max-width: auto;
  }

  #tw .\31 360\:max-w-fit-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  #tw .\31 360\:max-w-0\.5 {
    max-width: 0.03125rem;
  }

  #tw .\31 360\:max-w-1\/5 {
    max-width: 20%;
  }

  #tw .\31 360\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw .\31 360\:max-w-1\/3 {
    max-width: 33.333%;
  }

  #tw .\31 360\:max-w-2\/5 {
    max-width: 40%;
  }

  #tw .\31 360\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw .\31 360\:max-w-2\/3 {
    max-width: 66.666%;
  }

  #tw .\31 360\:max-w-1\/1 {
    max-width: 100%;
  }

  #tw .\31 360\:max-w-3\/5 {
    max-width: 60%;
  }

  #tw .\31 360\:max-w-3\/4 {
    max-width: 75%;
  }

  #tw .\31 360\:max-w-4\/5 {
    max-width: 80%;
  }

  #tw .\31 360\:max-w-50vw {
    max-width: 50vw;
  }

  #tw .\31 360\:max-w-100vw {
    max-width: 100vw;
  }

  #tw .\31 360\:max-w-50vh {
    max-width: 50vh;
  }

  #tw .\31 360\:max-w-100vh {
    max-width: 100vh;
  }

  #tw .\31 360\:max-w-1\/2--16 {
    max-width: calc(50% - 1rem);
  }

  #tw .\31 360\:max-w-1\/1--16 {
    max-width: calc(100% - 1rem);
  }

  #tw .\31 360\:max-w-1\/1--160 {
    max-width: calc(100% - 10rem);
  }

  #tw .\31 360\:max-w-1\/1--222 {
    max-width: calc(100% - 13.875rem);
  }

  #tw .\31 360\:max-w-1\/4--20 {
    max-width: calc(25% - 1.25rem);
  }

  #tw .\31 360\:max-w-1\/4--10 {
    max-width: calc(25% - 0.625rem);
  }

  #tw .\31 360\:max-w-none {
    max-width: none;
  }

  #tw .\31 360\:min-h-12 {
    min-height: 0.75rem;
  }

  #tw .\31 360\:min-h-14 {
    min-height: 0.875rem;
  }

  #tw .\31 360\:min-h-16 {
    min-height: 1rem;
  }

  #tw .\31 360\:min-h-20 {
    min-height: 1.25rem;
  }

  #tw .\31 360\:min-h-24 {
    min-height: 1.5rem;
  }

  #tw .\31 360\:min-h-32 {
    min-height: 2rem;
  }

  #tw .\31 360\:min-h-40 {
    min-height: 2.5rem;
  }

  #tw .\31 360\:min-h-48 {
    min-height: 3rem;
  }

  #tw .\31 360\:min-h-60 {
    min-height: 3.75rem;
  }

  #tw .\31 360\:min-h-64 {
    min-height: 4rem;
  }

  #tw .\31 360\:min-h-68 {
    min-height: 4.25rem;
  }

  #tw .\31 360\:min-h-80 {
    min-height: 5rem;
  }

  #tw .\31 360\:min-h-88 {
    min-height: 5.5rem;
  }

  #tw .\31 360\:min-h-96 {
    min-height: 6rem;
  }

  #tw .\31 360\:min-h-110 {
    min-height: 6.875rem;
  }

  #tw .\31 360\:min-h-120 {
    min-height: 7.5rem;
  }

  #tw .\31 360\:min-h-128 {
    min-height: 8rem;
  }

  #tw .\31 360\:min-h-144 {
    min-height: 9rem;
  }

  #tw .\31 360\:min-h-160 {
    min-height: 10rem;
  }

  #tw .\31 360\:min-h-174 {
    min-height: 10.875rem;
  }

  #tw .\31 360\:min-h-188 {
    min-height: 11.75rem;
  }

  #tw .\31 360\:min-h-210 {
    min-height: 13.125rem;
  }

  #tw .\31 360\:min-h-222 {
    min-height: 13.875rem;
  }

  #tw .\31 360\:min-h-256 {
    min-height: 16rem;
  }

  #tw .\31 360\:min-h-288 {
    min-height: 18rem;
  }

  #tw .\31 360\:min-h-300 {
    min-height: 18.75rem;
  }

  #tw .\31 360\:min-h-320 {
    min-height: 20rem;
  }

  #tw .\31 360\:min-h-400 {
    min-height: 25rem;
  }

  #tw .\31 360\:min-h-480 {
    min-height: 30rem;
  }

  #tw .\31 360\:min-h-600 {
    min-height: 37.5rem;
  }

  #tw .\31 360\:min-h-auto {
    min-height: auto;
  }

  #tw .\31 360\:min-h-fit-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  #tw .\31 360\:min-h-0\.5 {
    min-height: 0.03125rem;
  }

  #tw .\31 360\:min-h-1\/5 {
    min-height: 20%;
  }

  #tw .\31 360\:min-h-1\/4 {
    min-height: 25%;
  }

  #tw .\31 360\:min-h-1\/3 {
    min-height: 33.333%;
  }

  #tw .\31 360\:min-h-2\/5 {
    min-height: 40%;
  }

  #tw .\31 360\:min-h-1\/2 {
    min-height: 50%;
  }

  #tw .\31 360\:min-h-2\/3 {
    min-height: 66.666%;
  }

  #tw .\31 360\:min-h-1\/1 {
    min-height: 100%;
  }

  #tw .\31 360\:min-h-3\/5 {
    min-height: 60%;
  }

  #tw .\31 360\:min-h-3\/4 {
    min-height: 75%;
  }

  #tw .\31 360\:min-h-4\/5 {
    min-height: 80%;
  }

  #tw .\31 360\:min-h-50vw {
    min-height: 50vw;
  }

  #tw .\31 360\:min-h-100vw {
    min-height: 100vw;
  }

  #tw .\31 360\:min-h-50vh {
    min-height: 50vh;
  }

  #tw .\31 360\:min-h-100vh {
    min-height: 100vh;
  }

  #tw .\31 360\:min-h-1\/2--16 {
    min-height: calc(50% - 1rem);
  }

  #tw .\31 360\:min-h-1\/1--16 {
    min-height: calc(100% - 1rem);
  }

  #tw .\31 360\:min-h-1\/1--160 {
    min-height: calc(100% - 10rem);
  }

  #tw .\31 360\:min-h-1\/1--222 {
    min-height: calc(100% - 13.875rem);
  }

  #tw .\31 360\:min-h-1\/4--20 {
    min-height: calc(25% - 1.25rem);
  }

  #tw .\31 360\:min-h-1\/4--10 {
    min-height: calc(25% - 0.625rem);
  }

  #tw .\31 360\:min-w-0 {
    min-width: 0;
  }

  #tw .\31 360\:min-w-12 {
    min-width: 0.75rem;
  }

  #tw .\31 360\:min-w-14 {
    min-width: 0.875rem;
  }

  #tw .\31 360\:min-w-16 {
    min-width: 1rem;
  }

  #tw .\31 360\:min-w-20 {
    min-width: 1.25rem;
  }

  #tw .\31 360\:min-w-24 {
    min-width: 1.5rem;
  }

  #tw .\31 360\:min-w-32 {
    min-width: 2rem;
  }

  #tw .\31 360\:min-w-40 {
    min-width: 2.5rem;
  }

  #tw .\31 360\:min-w-48 {
    min-width: 3rem;
  }

  #tw .\31 360\:min-w-60 {
    min-width: 3.75rem;
  }

  #tw .\31 360\:min-w-64 {
    min-width: 4rem;
  }

  #tw .\31 360\:min-w-68 {
    min-width: 4.25rem;
  }

  #tw .\31 360\:min-w-80 {
    min-width: 5rem;
  }

  #tw .\31 360\:min-w-88 {
    min-width: 5.5rem;
  }

  #tw .\31 360\:min-w-96 {
    min-width: 6rem;
  }

  #tw .\31 360\:min-w-110 {
    min-width: 6.875rem;
  }

  #tw .\31 360\:min-w-120 {
    min-width: 7.5rem;
  }

  #tw .\31 360\:min-w-128 {
    min-width: 8rem;
  }

  #tw .\31 360\:min-w-144 {
    min-width: 9rem;
  }

  #tw .\31 360\:min-w-160 {
    min-width: 10rem;
  }

  #tw .\31 360\:min-w-174 {
    min-width: 10.875rem;
  }

  #tw .\31 360\:min-w-188 {
    min-width: 11.75rem;
  }

  #tw .\31 360\:min-w-210 {
    min-width: 13.125rem;
  }

  #tw .\31 360\:min-w-222 {
    min-width: 13.875rem;
  }

  #tw .\31 360\:min-w-256 {
    min-width: 16rem;
  }

  #tw .\31 360\:min-w-288 {
    min-width: 18rem;
  }

  #tw .\31 360\:min-w-300 {
    min-width: 18.75rem;
  }

  #tw .\31 360\:min-w-320 {
    min-width: 20rem;
  }

  #tw .\31 360\:min-w-400 {
    min-width: 25rem;
  }

  #tw .\31 360\:min-w-480 {
    min-width: 30rem;
  }

  #tw .\31 360\:min-w-600 {
    min-width: 37.5rem;
  }

  #tw .\31 360\:min-w-auto {
    min-width: auto;
  }

  #tw .\31 360\:min-w-fit-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  #tw .\31 360\:min-w-0\.5 {
    min-width: 0.03125rem;
  }

  #tw .\31 360\:min-w-1\/5 {
    min-width: 20%;
  }

  #tw .\31 360\:min-w-1\/4 {
    min-width: 25%;
  }

  #tw .\31 360\:min-w-1\/3 {
    min-width: 33.333%;
  }

  #tw .\31 360\:min-w-2\/5 {
    min-width: 40%;
  }

  #tw .\31 360\:min-w-1\/2 {
    min-width: 50%;
  }

  #tw .\31 360\:min-w-2\/3 {
    min-width: 66.666%;
  }

  #tw .\31 360\:min-w-1\/1 {
    min-width: 100%;
  }

  #tw .\31 360\:min-w-3\/5 {
    min-width: 60%;
  }

  #tw .\31 360\:min-w-3\/4 {
    min-width: 75%;
  }

  #tw .\31 360\:min-w-4\/5 {
    min-width: 80%;
  }

  #tw .\31 360\:min-w-50vw {
    min-width: 50vw;
  }

  #tw .\31 360\:min-w-100vw {
    min-width: 100vw;
  }

  #tw .\31 360\:min-w-50vh {
    min-width: 50vh;
  }

  #tw .\31 360\:min-w-100vh {
    min-width: 100vh;
  }

  #tw .\31 360\:min-w-1\/2--16 {
    min-width: calc(50% - 1rem);
  }

  #tw .\31 360\:min-w-1\/1--16 {
    min-width: calc(100% - 1rem);
  }

  #tw .\31 360\:min-w-1\/1--160 {
    min-width: calc(100% - 10rem);
  }

  #tw .\31 360\:min-w-1\/1--222 {
    min-width: calc(100% - 13.875rem);
  }

  #tw .\31 360\:min-w-1\/4--20 {
    min-width: calc(25% - 1.25rem);
  }

  #tw .\31 360\:min-w-1\/4--10 {
    min-width: calc(25% - 0.625rem);
  }

  #tw .\31 360\:overflow-auto {
    overflow: auto;
  }

  #tw .\31 360\:overflow-hidden {
    overflow: hidden;
  }

  #tw .\31 360\:overflow-visible {
    overflow: visible;
  }

  #tw .\31 360\:overflow-scroll {
    overflow: scroll;
  }

  #tw .\31 360\:overflow-x-auto {
    overflow-x: auto;
  }

  #tw .\31 360\:overflow-y-auto {
    overflow-y: auto;
  }

  #tw .\31 360\:overflow-x-hidden {
    overflow-x: hidden;
  }

  #tw .\31 360\:overflow-y-hidden {
    overflow-y: hidden;
  }

  #tw .\31 360\:overflow-x-visible {
    overflow-x: visible;
  }

  #tw .\31 360\:overflow-y-visible {
    overflow-y: visible;
  }

  #tw .\31 360\:overflow-x-scroll {
    overflow-x: scroll;
  }

  #tw .\31 360\:overflow-y-scroll {
    overflow-y: scroll;
  }

  #tw .\31 360\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #tw .\31 360\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #tw .\31 360\:p-0 {
    padding: 0;
  }

  #tw .\31 360\:p-4 {
    padding: 0.25rem;
  }

  #tw .\31 360\:p-6 {
    padding: 0.375rem;
  }

  #tw .\31 360\:p-8 {
    padding: 0.5rem;
  }

  #tw .\31 360\:p-10 {
    padding: 0.625rem;
  }

  #tw .\31 360\:p-12 {
    padding: 0.75rem;
  }

  #tw .\31 360\:p-14 {
    padding: 0.875rem;
  }

  #tw .\31 360\:p-16 {
    padding: 1rem;
  }

  #tw .\31 360\:p-18 {
    padding: 1.125rem;
  }

  #tw .\31 360\:p-20 {
    padding: 1.25rem;
  }

  #tw .\31 360\:p-24 {
    padding: 1.5rem;
  }

  #tw .\31 360\:p-28 {
    padding: 1.75rem;
  }

  #tw .\31 360\:p-32 {
    padding: 2rem;
  }

  #tw .\31 360\:p-36 {
    padding: 2.25rem;
  }

  #tw .\31 360\:p-40 {
    padding: 2.5rem;
  }

  #tw .\31 360\:p-48 {
    padding: 3rem;
  }

  #tw .\31 360\:p-56 {
    padding: 3.5rem;
  }

  #tw .\31 360\:p-60 {
    padding: 3.75rem;
  }

  #tw .\31 360\:p-64 {
    padding: 4rem;
  }

  #tw .\31 360\:p-80 {
    padding: 5rem;
  }

  #tw .\31 360\:p-88 {
    padding: 5.5rem;
  }

  #tw .\31 360\:p-96 {
    padding: 6rem;
  }

  #tw .\31 360\:p-112 {
    padding: 7rem;
  }

  #tw .\31 360\:p-128 {
    padding: 8rem;
  }

  #tw .\31 360\:p-144 {
    padding: 9rem;
  }

  #tw .\31 360\:p-200 {
    padding: 12.5rem;
  }

  #tw .\31 360\:p-auto {
    padding: auto;
  }

  #tw .\31 360\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #tw .\31 360\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #tw .\31 360\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #tw .\31 360\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #tw .\31 360\:py-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #tw .\31 360\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #tw .\31 360\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw .\31 360\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #tw .\31 360\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #tw .\31 360\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #tw .\31 360\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #tw .\31 360\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #tw .\31 360\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #tw .\31 360\:px-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #tw .\31 360\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #tw .\31 360\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #tw .\31 360\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  #tw .\31 360\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  #tw .\31 360\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #tw .\31 360\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #tw .\31 360\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tw .\31 360\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tw .\31 360\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #tw .\31 360\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #tw .\31 360\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #tw .\31 360\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #tw .\31 360\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #tw .\31 360\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #tw .\31 360\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tw .\31 360\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #tw .\31 360\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #tw .\31 360\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tw .\31 360\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #tw .\31 360\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #tw .\31 360\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  #tw .\31 360\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #tw .\31 360\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #tw .\31 360\:px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #tw .\31 360\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tw .\31 360\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #tw .\31 360\:py-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  #tw .\31 360\:px-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  #tw .\31 360\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #tw .\31 360\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #tw .\31 360\:py-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #tw .\31 360\:px-112 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #tw .\31 360\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #tw .\31 360\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #tw .\31 360\:py-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #tw .\31 360\:px-144 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #tw .\31 360\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  #tw .\31 360\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  #tw .\31 360\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  #tw .\31 360\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  #tw .\31 360\:pt-0 {
    padding-top: 0;
  }

  #tw .\31 360\:pr-0 {
    padding-right: 0;
  }

  #tw .\31 360\:pb-0 {
    padding-bottom: 0;
  }

  #tw .\31 360\:pl-0 {
    padding-left: 0;
  }

  #tw .\31 360\:pt-4 {
    padding-top: 0.25rem;
  }

  #tw .\31 360\:pr-4 {
    padding-right: 0.25rem;
  }

  #tw .\31 360\:pb-4 {
    padding-bottom: 0.25rem;
  }

  #tw .\31 360\:pl-4 {
    padding-left: 0.25rem;
  }

  #tw .\31 360\:pt-6 {
    padding-top: 0.375rem;
  }

  #tw .\31 360\:pr-6 {
    padding-right: 0.375rem;
  }

  #tw .\31 360\:pb-6 {
    padding-bottom: 0.375rem;
  }

  #tw .\31 360\:pl-6 {
    padding-left: 0.375rem;
  }

  #tw .\31 360\:pt-8 {
    padding-top: 0.5rem;
  }

  #tw .\31 360\:pr-8 {
    padding-right: 0.5rem;
  }

  #tw .\31 360\:pb-8 {
    padding-bottom: 0.5rem;
  }

  #tw .\31 360\:pl-8 {
    padding-left: 0.5rem;
  }

  #tw .\31 360\:pt-10 {
    padding-top: 0.625rem;
  }

  #tw .\31 360\:pr-10 {
    padding-right: 0.625rem;
  }

  #tw .\31 360\:pb-10 {
    padding-bottom: 0.625rem;
  }

  #tw .\31 360\:pl-10 {
    padding-left: 0.625rem;
  }

  #tw .\31 360\:pt-12 {
    padding-top: 0.75rem;
  }

  #tw .\31 360\:pr-12 {
    padding-right: 0.75rem;
  }

  #tw .\31 360\:pb-12 {
    padding-bottom: 0.75rem;
  }

  #tw .\31 360\:pl-12 {
    padding-left: 0.75rem;
  }

  #tw .\31 360\:pt-14 {
    padding-top: 0.875rem;
  }

  #tw .\31 360\:pr-14 {
    padding-right: 0.875rem;
  }

  #tw .\31 360\:pb-14 {
    padding-bottom: 0.875rem;
  }

  #tw .\31 360\:pl-14 {
    padding-left: 0.875rem;
  }

  #tw .\31 360\:pt-16 {
    padding-top: 1rem;
  }

  #tw .\31 360\:pr-16 {
    padding-right: 1rem;
  }

  #tw .\31 360\:pb-16 {
    padding-bottom: 1rem;
  }

  #tw .\31 360\:pl-16 {
    padding-left: 1rem;
  }

  #tw .\31 360\:pt-18 {
    padding-top: 1.125rem;
  }

  #tw .\31 360\:pr-18 {
    padding-right: 1.125rem;
  }

  #tw .\31 360\:pb-18 {
    padding-bottom: 1.125rem;
  }

  #tw .\31 360\:pl-18 {
    padding-left: 1.125rem;
  }

  #tw .\31 360\:pt-20 {
    padding-top: 1.25rem;
  }

  #tw .\31 360\:pr-20 {
    padding-right: 1.25rem;
  }

  #tw .\31 360\:pb-20 {
    padding-bottom: 1.25rem;
  }

  #tw .\31 360\:pl-20 {
    padding-left: 1.25rem;
  }

  #tw .\31 360\:pt-24 {
    padding-top: 1.5rem;
  }

  #tw .\31 360\:pr-24 {
    padding-right: 1.5rem;
  }

  #tw .\31 360\:pb-24 {
    padding-bottom: 1.5rem;
  }

  #tw .\31 360\:pl-24 {
    padding-left: 1.5rem;
  }

  #tw .\31 360\:pt-28 {
    padding-top: 1.75rem;
  }

  #tw .\31 360\:pr-28 {
    padding-right: 1.75rem;
  }

  #tw .\31 360\:pb-28 {
    padding-bottom: 1.75rem;
  }

  #tw .\31 360\:pl-28 {
    padding-left: 1.75rem;
  }

  #tw .\31 360\:pt-32 {
    padding-top: 2rem;
  }

  #tw .\31 360\:pr-32 {
    padding-right: 2rem;
  }

  #tw .\31 360\:pb-32 {
    padding-bottom: 2rem;
  }

  #tw .\31 360\:pl-32 {
    padding-left: 2rem;
  }

  #tw .\31 360\:pt-36 {
    padding-top: 2.25rem;
  }

  #tw .\31 360\:pr-36 {
    padding-right: 2.25rem;
  }

  #tw .\31 360\:pb-36 {
    padding-bottom: 2.25rem;
  }

  #tw .\31 360\:pl-36 {
    padding-left: 2.25rem;
  }

  #tw .\31 360\:pt-40 {
    padding-top: 2.5rem;
  }

  #tw .\31 360\:pr-40 {
    padding-right: 2.5rem;
  }

  #tw .\31 360\:pb-40 {
    padding-bottom: 2.5rem;
  }

  #tw .\31 360\:pl-40 {
    padding-left: 2.5rem;
  }

  #tw .\31 360\:pt-48 {
    padding-top: 3rem;
  }

  #tw .\31 360\:pr-48 {
    padding-right: 3rem;
  }

  #tw .\31 360\:pb-48 {
    padding-bottom: 3rem;
  }

  #tw .\31 360\:pl-48 {
    padding-left: 3rem;
  }

  #tw .\31 360\:pt-56 {
    padding-top: 3.5rem;
  }

  #tw .\31 360\:pr-56 {
    padding-right: 3.5rem;
  }

  #tw .\31 360\:pb-56 {
    padding-bottom: 3.5rem;
  }

  #tw .\31 360\:pl-56 {
    padding-left: 3.5rem;
  }

  #tw .\31 360\:pt-60 {
    padding-top: 3.75rem;
  }

  #tw .\31 360\:pr-60 {
    padding-right: 3.75rem;
  }

  #tw .\31 360\:pb-60 {
    padding-bottom: 3.75rem;
  }

  #tw .\31 360\:pl-60 {
    padding-left: 3.75rem;
  }

  #tw .\31 360\:pt-64 {
    padding-top: 4rem;
  }

  #tw .\31 360\:pr-64 {
    padding-right: 4rem;
  }

  #tw .\31 360\:pb-64 {
    padding-bottom: 4rem;
  }

  #tw .\31 360\:pl-64 {
    padding-left: 4rem;
  }

  #tw .\31 360\:pt-80 {
    padding-top: 5rem;
  }

  #tw .\31 360\:pr-80 {
    padding-right: 5rem;
  }

  #tw .\31 360\:pb-80 {
    padding-bottom: 5rem;
  }

  #tw .\31 360\:pl-80 {
    padding-left: 5rem;
  }

  #tw .\31 360\:pt-88 {
    padding-top: 5.5rem;
  }

  #tw .\31 360\:pr-88 {
    padding-right: 5.5rem;
  }

  #tw .\31 360\:pb-88 {
    padding-bottom: 5.5rem;
  }

  #tw .\31 360\:pl-88 {
    padding-left: 5.5rem;
  }

  #tw .\31 360\:pt-96 {
    padding-top: 6rem;
  }

  #tw .\31 360\:pr-96 {
    padding-right: 6rem;
  }

  #tw .\31 360\:pb-96 {
    padding-bottom: 6rem;
  }

  #tw .\31 360\:pl-96 {
    padding-left: 6rem;
  }

  #tw .\31 360\:pt-112 {
    padding-top: 7rem;
  }

  #tw .\31 360\:pr-112 {
    padding-right: 7rem;
  }

  #tw .\31 360\:pb-112 {
    padding-bottom: 7rem;
  }

  #tw .\31 360\:pl-112 {
    padding-left: 7rem;
  }

  #tw .\31 360\:pt-128 {
    padding-top: 8rem;
  }

  #tw .\31 360\:pr-128 {
    padding-right: 8rem;
  }

  #tw .\31 360\:pb-128 {
    padding-bottom: 8rem;
  }

  #tw .\31 360\:pl-128 {
    padding-left: 8rem;
  }

  #tw .\31 360\:pt-144 {
    padding-top: 9rem;
  }

  #tw .\31 360\:pr-144 {
    padding-right: 9rem;
  }

  #tw .\31 360\:pb-144 {
    padding-bottom: 9rem;
  }

  #tw .\31 360\:pl-144 {
    padding-left: 9rem;
  }

  #tw .\31 360\:pt-200 {
    padding-top: 12.5rem;
  }

  #tw .\31 360\:pr-200 {
    padding-right: 12.5rem;
  }

  #tw .\31 360\:pb-200 {
    padding-bottom: 12.5rem;
  }

  #tw .\31 360\:pl-200 {
    padding-left: 12.5rem;
  }

  #tw .\31 360\:pt-auto {
    padding-top: auto;
  }

  #tw .\31 360\:pr-auto {
    padding-right: auto;
  }

  #tw .\31 360\:pb-auto {
    padding-bottom: auto;
  }

  #tw .\31 360\:pl-auto {
    padding-left: auto;
  }

  #tw .\31 360\:placeholder-black:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 360\:placeholder-black::placeholder {
    color: #111111;
  }

  #tw .\31 360\:placeholder-white:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 360\:placeholder-white::placeholder {
    color: #ffffff;
  }

  #tw .\31 360\:placeholder-offwhite:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 360\:placeholder-offwhite::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 360\:placeholder-gray:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 360\:placeholder-gray::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 360\:placeholder-dkgray:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 360\:placeholder-dkgray::placeholder {
    color: #747678;
  }

  #tw .\31 360\:placeholder-red:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 360\:placeholder-red::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 360\:placeholder-green:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 360\:placeholder-green::placeholder {
    color: #00ff00;
  }

  #tw .\31 360\:placeholder-blue:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 360\:placeholder-blue::placeholder {
    color: #005EB8;
  }

  #tw .\31 360\:placeholder-darkBlue:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 360\:placeholder-darkBlue::placeholder {
    color: #081C4E;
  }

  #tw .\31 360\:placeholder-ltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:placeholder-ltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:placeholder-dkrblue:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 360\:placeholder-dkrblue::placeholder {
    color: #053781;
  }

  #tw .\31 360\:placeholder-newblue:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 360\:placeholder-newblue::placeholder {
    color: #0E52B7;
  }

  #tw .\31 360\:placeholder-newltblue:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:placeholder-newltblue::placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:placeholder-newltrblue:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 360\:placeholder-newltrblue::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 360\:placeholder-newltstblue:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 360\:placeholder-newltstblue::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 360\:placeholder-newmdblue:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 360\:placeholder-newmdblue::placeholder {
    color: #4699FF;
  }

  #tw .\31 360\:placeholder-newfadedblue:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 360\:placeholder-newfadedblue::placeholder {
    color: #0D52B7;
  }

  #tw .\31 360\:placeholder-yellow:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 360\:placeholder-yellow::placeholder {
    color: #FDD507;
  }

  #tw .\31 360\:placeholder-newyellow:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 360\:placeholder-newyellow::placeholder {
    color: #FFD200;
  }

  #tw .\31 360\:placeholder-purple:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 360\:placeholder-purple::placeholder {
    color: #ff00ff;
  }

  #tw .\31 360\:placeholder-newgray:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 360\:placeholder-newgray::placeholder {
    color: #EDEDED;
  }

  #tw .\31 360\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #111111;
  }

  #tw .\31 360\:focus\:placeholder-black:focus::placeholder {
    color: #111111;
  }

  #tw .\31 360\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  #tw .\31 360\:focus\:placeholder-white:focus::placeholder {
    color: #ffffff;
  }

  #tw .\31 360\:focus\:placeholder-offwhite:focus:-ms-input-placeholder {
    color: #f7f7f7;
  }

  #tw .\31 360\:focus\:placeholder-offwhite:focus::placeholder {
    color: #f7f7f7;
  }

  #tw .\31 360\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #E7E7E7;
  }

  #tw .\31 360\:focus\:placeholder-gray:focus::placeholder {
    color: #E7E7E7;
  }

  #tw .\31 360\:focus\:placeholder-dkgray:focus:-ms-input-placeholder {
    color: #747678;
  }

  #tw .\31 360\:focus\:placeholder-dkgray:focus::placeholder {
    color: #747678;
  }

  #tw .\31 360\:focus\:placeholder-red:focus:-ms-input-placeholder {
    color: #BE1E2D;
  }

  #tw .\31 360\:focus\:placeholder-red:focus::placeholder {
    color: #BE1E2D;
  }

  #tw .\31 360\:focus\:placeholder-green:focus:-ms-input-placeholder {
    color: #00ff00;
  }

  #tw .\31 360\:focus\:placeholder-green:focus::placeholder {
    color: #00ff00;
  }

  #tw .\31 360\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    color: #005EB8;
  }

  #tw .\31 360\:focus\:placeholder-blue:focus::placeholder {
    color: #005EB8;
  }

  #tw .\31 360\:focus\:placeholder-darkBlue:focus:-ms-input-placeholder {
    color: #081C4E;
  }

  #tw .\31 360\:focus\:placeholder-darkBlue:focus::placeholder {
    color: #081C4E;
  }

  #tw .\31 360\:focus\:placeholder-ltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:focus\:placeholder-ltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:focus\:placeholder-dkrblue:focus:-ms-input-placeholder {
    color: #053781;
  }

  #tw .\31 360\:focus\:placeholder-dkrblue:focus::placeholder {
    color: #053781;
  }

  #tw .\31 360\:focus\:placeholder-newblue:focus:-ms-input-placeholder {
    color: #0E52B7;
  }

  #tw .\31 360\:focus\:placeholder-newblue:focus::placeholder {
    color: #0E52B7;
  }

  #tw .\31 360\:focus\:placeholder-newltblue:focus:-ms-input-placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:focus\:placeholder-newltblue:focus::placeholder {
    color: #2676ED;
  }

  #tw .\31 360\:focus\:placeholder-newltrblue:focus:-ms-input-placeholder {
    color: #9FC7FF;
  }

  #tw .\31 360\:focus\:placeholder-newltrblue:focus::placeholder {
    color: #9FC7FF;
  }

  #tw .\31 360\:focus\:placeholder-newltstblue:focus:-ms-input-placeholder {
    color: #DAE6F5;
  }

  #tw .\31 360\:focus\:placeholder-newltstblue:focus::placeholder {
    color: #DAE6F5;
  }

  #tw .\31 360\:focus\:placeholder-newmdblue:focus:-ms-input-placeholder {
    color: #4699FF;
  }

  #tw .\31 360\:focus\:placeholder-newmdblue:focus::placeholder {
    color: #4699FF;
  }

  #tw .\31 360\:focus\:placeholder-newfadedblue:focus:-ms-input-placeholder {
    color: #0D52B7;
  }

  #tw .\31 360\:focus\:placeholder-newfadedblue:focus::placeholder {
    color: #0D52B7;
  }

  #tw .\31 360\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    color: #FDD507;
  }

  #tw .\31 360\:focus\:placeholder-yellow:focus::placeholder {
    color: #FDD507;
  }

  #tw .\31 360\:focus\:placeholder-newyellow:focus:-ms-input-placeholder {
    color: #FFD200;
  }

  #tw .\31 360\:focus\:placeholder-newyellow:focus::placeholder {
    color: #FFD200;
  }

  #tw .\31 360\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    color: #ff00ff;
  }

  #tw .\31 360\:focus\:placeholder-purple:focus::placeholder {
    color: #ff00ff;
  }

  #tw .\31 360\:focus\:placeholder-newgray:focus:-ms-input-placeholder {
    color: #EDEDED;
  }

  #tw .\31 360\:focus\:placeholder-newgray:focus::placeholder {
    color: #EDEDED;
  }

  #tw .\31 360\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tw .\31 360\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #tw .\31 360\:-inset-8 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 360\:-inset-80 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #tw .\31 360\:-inset-1\/1 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #tw .\31 360\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #tw .\31 360\:inset-1\/1 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #tw .\31 360\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #tw .\31 360\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #tw .\31 360\:inset-x-0 {
    right: 0;
    left: 0;
  }

  #tw .\31 360\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #tw .\31 360\:inset-x-auto {
    right: auto;
    left: auto;
  }

  #tw .\31 360\:-inset-y-8 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #tw .\31 360\:-inset-x-8 {
    right: -0.5rem;
    left: -0.5rem;
  }

  #tw .\31 360\:-inset-y-80 {
    top: -5rem;
    bottom: -5rem;
  }

  #tw .\31 360\:-inset-x-80 {
    right: -5rem;
    left: -5rem;
  }

  #tw .\31 360\:-inset-y-1\/1 {
    top: -100%;
    bottom: -100%;
  }

  #tw .\31 360\:-inset-x-1\/1 {
    right: -100%;
    left: -100%;
  }

  #tw .\31 360\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  #tw .\31 360\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  #tw .\31 360\:inset-y-1\/1 {
    top: 100%;
    bottom: 100%;
  }

  #tw .\31 360\:inset-x-1\/1 {
    right: 100%;
    left: 100%;
  }

  #tw .\31 360\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  #tw .\31 360\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  #tw .\31 360\:top-0 {
    top: 0;
  }

  #tw .\31 360\:right-0 {
    right: 0;
  }

  #tw .\31 360\:bottom-0 {
    bottom: 0;
  }

  #tw .\31 360\:left-0 {
    left: 0;
  }

  #tw .\31 360\:top-auto {
    top: auto;
  }

  #tw .\31 360\:right-auto {
    right: auto;
  }

  #tw .\31 360\:bottom-auto {
    bottom: auto;
  }

  #tw .\31 360\:left-auto {
    left: auto;
  }

  #tw .\31 360\:-top-8 {
    top: -0.5rem;
  }

  #tw .\31 360\:-right-8 {
    right: -0.5rem;
  }

  #tw .\31 360\:-bottom-8 {
    bottom: -0.5rem;
  }

  #tw .\31 360\:-left-8 {
    left: -0.5rem;
  }

  #tw .\31 360\:-top-80 {
    top: -5rem;
  }

  #tw .\31 360\:-right-80 {
    right: -5rem;
  }

  #tw .\31 360\:-bottom-80 {
    bottom: -5rem;
  }

  #tw .\31 360\:-left-80 {
    left: -5rem;
  }

  #tw .\31 360\:-top-1\/1 {
    top: -100%;
  }

  #tw .\31 360\:-right-1\/1 {
    right: -100%;
  }

  #tw .\31 360\:-bottom-1\/1 {
    bottom: -100%;
  }

  #tw .\31 360\:-left-1\/1 {
    left: -100%;
  }

  #tw .\31 360\:-top-1\/2 {
    top: -50%;
  }

  #tw .\31 360\:-right-1\/2 {
    right: -50%;
  }

  #tw .\31 360\:-bottom-1\/2 {
    bottom: -50%;
  }

  #tw .\31 360\:-left-1\/2 {
    left: -50%;
  }

  #tw .\31 360\:top-1\/1 {
    top: 100%;
  }

  #tw .\31 360\:right-1\/1 {
    right: 100%;
  }

  #tw .\31 360\:bottom-1\/1 {
    bottom: 100%;
  }

  #tw .\31 360\:left-1\/1 {
    left: 100%;
  }

  #tw .\31 360\:top-1\/2 {
    top: 50%;
  }

  #tw .\31 360\:right-1\/2 {
    right: 50%;
  }

  #tw .\31 360\:bottom-1\/2 {
    bottom: 50%;
  }

  #tw .\31 360\:left-1\/2 {
    left: 50%;
  }

  #tw .\31 360\:resize-none {
    resize: none;
  }

  #tw .\31 360\:resize-y {
    resize: vertical;
  }

  #tw .\31 360\:resize-x {
    resize: horizontal;
  }

  #tw .\31 360\:resize {
    resize: both;
  }

  #tw .\31 360\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 360\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 360\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 360\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 360\:hover\:shadow-small:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 360\:hover\:shadow:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .\31 360\:hover\:shadow-center:hover {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .\31 360\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  #tw .group:hover .\31 360\:group-hover\:shadow-small {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 360\:group-hover\:shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.3), 0 0.375rem 0.75rem 0 rgba(0,0,0,0.2);
  }

  #tw .group:hover .\31 360\:group-hover\:shadow-center {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2), 0 0 0.75rem 0 rgba(0,0,0,0.1);
  }

  #tw .group:hover .\31 360\:group-hover\:shadow-none {
    box-shadow: none;
  }

  #tw .\31 360\:table-auto {
    table-layout: auto;
  }

  #tw .\31 360\:table-fixed {
    table-layout: fixed;
  }

  #tw .\31 360\:text-left {
    text-align: left;
  }

  #tw .\31 360\:text-center {
    text-align: center;
  }

  #tw .\31 360\:text-right {
    text-align: right;
  }

  #tw .\31 360\:text-justify {
    text-align: justify;
  }

  #tw .\31 360\:italic {
    font-style: italic;
  }

  #tw .\31 360\:not-italic {
    font-style: normal;
  }

  #tw .\31 360\:uppercase {
    text-transform: uppercase;
  }

  #tw .\31 360\:lowercase {
    text-transform: lowercase;
  }

  #tw .\31 360\:capitalize {
    text-transform: capitalize;
  }

  #tw .\31 360\:normal-case {
    text-transform: none;
  }

  #tw .\31 360\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #tw .\31 360\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #tw .\31 360\:align-baseline {
    vertical-align: baseline;
  }

  #tw .\31 360\:align-top {
    vertical-align: top;
  }

  #tw .\31 360\:align-middle {
    vertical-align: middle;
  }

  #tw .\31 360\:align-bottom {
    vertical-align: bottom;
  }

  #tw .\31 360\:align-text-top {
    vertical-align: text-top;
  }

  #tw .\31 360\:align-text-bottom {
    vertical-align: text-bottom;
  }

  #tw .\31 360\:visible {
    visibility: visible;
  }

  #tw .\31 360\:invisible {
    visibility: hidden;
  }

  #tw .\31 360\:whitespace-normal {
    white-space: normal;
  }

  #tw .\31 360\:whitespace-no-wrap {
    white-space: nowrap;
  }

  #tw .\31 360\:whitespace-pre {
    white-space: pre;
  }

  #tw .\31 360\:whitespace-pre-line {
    white-space: pre-line;
  }

  #tw .\31 360\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #tw .\31 360\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  #tw .\31 360\:break-words {
    word-wrap: break-word;
  }

  #tw .\31 360\:break-all {
    word-break: break-all;
  }

  #tw .\31 360\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #tw .\31 360\:w-0 {
    width: 0;
  }

  #tw .\31 360\:w-12 {
    width: 0.75rem;
  }

  #tw .\31 360\:w-14 {
    width: 0.875rem;
  }

  #tw .\31 360\:w-16 {
    width: 1rem;
  }

  #tw .\31 360\:w-20 {
    width: 1.25rem;
  }

  #tw .\31 360\:w-24 {
    width: 1.5rem;
  }

  #tw .\31 360\:w-32 {
    width: 2rem;
  }

  #tw .\31 360\:w-40 {
    width: 2.5rem;
  }

  #tw .\31 360\:w-48 {
    width: 3rem;
  }

  #tw .\31 360\:w-60 {
    width: 3.75rem;
  }

  #tw .\31 360\:w-64 {
    width: 4rem;
  }

  #tw .\31 360\:w-68 {
    width: 4.25rem;
  }

  #tw .\31 360\:w-80 {
    width: 5rem;
  }

  #tw .\31 360\:w-88 {
    width: 5.5rem;
  }

  #tw .\31 360\:w-96 {
    width: 6rem;
  }

  #tw .\31 360\:w-110 {
    width: 6.875rem;
  }

  #tw .\31 360\:w-120 {
    width: 7.5rem;
  }

  #tw .\31 360\:w-128 {
    width: 8rem;
  }

  #tw .\31 360\:w-144 {
    width: 9rem;
  }

  #tw .\31 360\:w-160 {
    width: 10rem;
  }

  #tw .\31 360\:w-174 {
    width: 10.875rem;
  }

  #tw .\31 360\:w-188 {
    width: 11.75rem;
  }

  #tw .\31 360\:w-210 {
    width: 13.125rem;
  }

  #tw .\31 360\:w-222 {
    width: 13.875rem;
  }

  #tw .\31 360\:w-256 {
    width: 16rem;
  }

  #tw .\31 360\:w-288 {
    width: 18rem;
  }

  #tw .\31 360\:w-300 {
    width: 18.75rem;
  }

  #tw .\31 360\:w-320 {
    width: 20rem;
  }

  #tw .\31 360\:w-400 {
    width: 25rem;
  }

  #tw .\31 360\:w-480 {
    width: 30rem;
  }

  #tw .\31 360\:w-600 {
    width: 37.5rem;
  }

  #tw .\31 360\:w-auto {
    width: auto;
  }

  #tw .\31 360\:w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #tw .\31 360\:w-0\.5 {
    width: 0.03125rem;
  }

  #tw .\31 360\:w-1\/5 {
    width: 20%;
  }

  #tw .\31 360\:w-1\/4 {
    width: 25%;
  }

  #tw .\31 360\:w-1\/3 {
    width: 33.333%;
  }

  #tw .\31 360\:w-2\/5 {
    width: 40%;
  }

  #tw .\31 360\:w-1\/2 {
    width: 50%;
  }

  #tw .\31 360\:w-2\/3 {
    width: 66.666%;
  }

  #tw .\31 360\:w-1\/1 {
    width: 100%;
  }

  #tw .\31 360\:w-3\/5 {
    width: 60%;
  }

  #tw .\31 360\:w-3\/4 {
    width: 75%;
  }

  #tw .\31 360\:w-4\/5 {
    width: 80%;
  }

  #tw .\31 360\:w-50vw {
    width: 50vw;
  }

  #tw .\31 360\:w-100vw {
    width: 100vw;
  }

  #tw .\31 360\:w-50vh {
    width: 50vh;
  }

  #tw .\31 360\:w-100vh {
    width: 100vh;
  }

  #tw .\31 360\:w-1\/2--16 {
    width: calc(50% - 1rem);
  }

  #tw .\31 360\:w-1\/1--16 {
    width: calc(100% - 1rem);
  }

  #tw .\31 360\:w-1\/1--160 {
    width: calc(100% - 10rem);
  }

  #tw .\31 360\:w-1\/1--222 {
    width: calc(100% - 13.875rem);
  }

  #tw .\31 360\:w-1\/4--20 {
    width: calc(25% - 1.25rem);
  }

  #tw .\31 360\:w-1\/4--10 {
    width: calc(25% - 0.625rem);
  }

  #tw .\31 360\:z-0 {
    z-index: 0;
  }

  #tw .\31 360\:z-100 {
    z-index: 100;
  }

  #tw .\31 360\:z-200 {
    z-index: 200;
  }

  #tw .\31 360\:z-300 {
    z-index: 300;
  }

  #tw .\31 360\:z-400 {
    z-index: 400;
  }

  #tw .\31 360\:z-500 {
    z-index: 500;
  }

  #tw .\31 360\:z-auto {
    z-index: auto;
  }

  #tw .\31 360\:d-block {
    display: block;
  }

  #tw .\31 360\:d-inline-block {
    display: inline-block;
  }

  #tw .\31 360\:d-inline {
    display: inline;
  }

  #tw .\31 360\:d-flex {
    display: flex;
  }

  #tw .\31 360\:d-inline-flex {
    display: inline-flex;
  }

  #tw .\31 360\:d-none {
    display: none;
  }

  #tw .\31 360\:p-static {
    position: static;
  }

  #tw .\31 360\:p-relative {
    position: relative;
  }

  #tw .\31 360\:p-fixed {
    position: fixed;
  }

  #tw .\31 360\:p-absolute {
    position: absolute;
  }

  #tw .\31 360\:basis-1\/4 {
    flex-basis: 25%;
  }

  #tw .\31 360\:basis-1\/3 {
    flex-basis: 33.333%;
  }

  #tw .\31 360\:basis-1\/2 {
    flex-basis: 50%;
  }

  #tw .\31 360\:col-count-1 {
    column-count: 1;
  }

  #tw .\31 360\:col-count-2 {
    column-count: 2;
  }

  #tw .\31 360\:col-gap-10 {
    grid-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  #tw .\31 360\:col-gap-20 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  #tw .\31 360\:col-gap-32 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  #tw .\31 360\:aspect-ratio-26\/5 {
    padding-bottom: 19.23076923076923%;
  }

  #tw .\31 360\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  #tw .\31 360\:aspect-ratio-9\/10 {
    padding-bottom: 111.11111111111111%;
  }

  #tw .\31 360\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
  
  .o-header__menu .button-bar-wrapper {
  display: flex;
  align-items: stretch;
  width: fit-content;
 
  .o-btn--filled.o-btn--skewed-right-20 {
    height: unset !important;
  }
}
}


.dsp-notices.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}

/*@media screen and (max-width: 1279px) {*/

/*}*/

/*@media screen and (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 1280px) { */

/*}*/

@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}


.o-header__btn.o-header__btn--mobile.u-f-mont-b.js-sign-up-btn-disabled {
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .o-header.is-menu-open {
    height: 60px;
  }

}

.o-header.is-menu-open a span.u-d-none.u-d-block-l {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .o-header.is-menu-open a span.u-d-none.u-d-block-l {
    display: none !important;
  }
}


@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item {
    width: 100%;
    height: auto;
    margin:0
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon a:not(.o-btn) {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow:visible
  }
  .o-header__menu-item--icon a:not(.o-btn)::before {
    border-radius: 0 !important;
  }
  .o-header__menu-item--icon a:not(.o-btn):focus {
    background: transparent !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon .o-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right:20px
  }
}

@media screen and (max-width: 1279px) {
  .o-header.is-menu-open {
    background: #0f426b;
    border-bottom:1px solid #fff
  }

  .o-header.is-menu-open .o-header__menu {
    display:block
  }

  .o-header.is-menu-open .o-header__logo .o-icon path {
    fill:#fff
  }

  .o-header.is-menu-open .o-header__hamb {
    margin-left:auto
  }

  .o-header.is-menu-open .o-header__hamb .o-icon {
    display:block
  }

  .o-header.is-menu-open .o-header__hamb .o-header__hamb-lines {
    display:none
  }
}

button.o-btn.o-btn--unstyled.o-header__hamb.js-hamb-btn {
  position: absolute;
  display: block;
  align-self: auto;
  top: 10px;
  right: 0;
}


/*@media screen and (min-width: 1024px) {*/

/*  .is-menu-open .o-header__hamb {*/
/*    display: none !important;*/
/*  }*/
/*}*/
@media screen and (min-width: 719px) {

  .is-menu-open a.o-header__logo {
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 823px) {
  .o-header__menu {

    height: calc(100vh - 60px);
    padding-bottom: 100px;
  }

  .o-header__menu-item:not(.o-header__menu-item--sign-up) a {
    font-size: 18px;
    padding: 0;
  }

}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}