body {
  
  font-family: Open Sans;
  font-weight: regular;
  color: #6b7280;
  line-height: 1.75rem;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
}
hr:not([size]) {
  height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2.25rem;
}



h1 {
  font-family: Open Sans;
  font-weight: 600; 
  font-size: 2.5rem;
  color: #111827;
}

h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 2rem;
  color: #111827;
}

h3 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1.75rem;
  color: #111827;
}

h4 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1.5rem;
  color: #111827;
}

h5 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1.25rem;
  color: #111827;
}

h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
}


a {
  
  font-weight: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #4550a3;
  
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


a:not([class]):hover,
a:not([class]):focus {
  color: #313c8f;
}

a svg {
  fill: #4550a3;
}

a:not([class]) svg:hover,
a:not([class]) svg:focus {
  fill: #313c8f;
}


a[href^="tel"] {
/*   color: inherit; /* Inherit text color of parent element. */ */
  text-decoration: none; /* Remove underline. */
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  list-style-type: disc;
}

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

.no-list {
  list-style: none;
  padding-left: 0;
}

figure {
  margin-top: 0;
  margin-bottom: 1rem
} 


blockquote:not(.testimonials-section *, .feature-section *, .content-section-6 *) {
  padding: 10px 20px;
  margin: 24px 0 24px;
  border-left: 5px solid #e5e7eb;
}


/* HubSpot Form Inputs */
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 {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem; /* predefined to match the height of buttons in horizontal form layout */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  
  color: #6b7280;
  
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D1D5DB;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: auto !important;
}

/* System */
#email-prefs-form .email-edit {
  width: 100% !important;
  font-size: 1rem !important;
  padding: 0.625rem 1.25rem !important;
}

.systems-page #submitbutton {
  margin-top: 1rem;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  
  color: #6b7280;
  
  background-color: #fff;
  border-color: #D1D5DB;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 242, 255, 0.25);
}

textarea {
  min-height: 120px;
}

h3.form-title {
  color: #111827;
  
  text-align: center;
  
  margin-bottom: 16px;
  
}

form.hs-form {
  margin-right: -8px;
  margin-left: -8px;
  
  
  padding: 0;
  
  
}

.custom-module form.hs-form {
  margin-right: -8px;
  margin-left: -8px;
  padding: 0;
  background: none;
  border: 0;
}

form.hs-form.stacked .hs-button {
  margin-left: 8px;
  margin-right: 8px;
}

.hs_cos_wrapper_type_blog_comments form.hs-form.stacked .hs-button {
  margin-left: 0;
  margin-right: 0;
}

form.hs-form.hs-custom-form .hs-button {
  margin-left: 0px;
  margin-right: 0px;
}

.hs-form .field label {
  display: block;
}

.hs-form .field > label {
  color: ;
  font-size: .875rem;
}

.hs-form .field legend.hs-field-desc {
  font-size: 12px;
  color: ;
}

.hs-form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.submitted-message {
  text-align: center;
  border: 1px solid #3f489a;
  padding: 20px;
  font-family: Open Sans;
  background: #ffffff;
}

.field,
.legal-consent-container,
#hs-membership-form .hs-form-field,
.hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password {
  margin-bottom: 1rem;
}

.hs-error-msgs {
  padding: 0;
  list-style: none;
}

.hs-error-msgs .hs-error-msg {
  font-size: 14px;
  color: #4550a3;
  margin-top: 5px;
}

.hs_error_rollup,
.hs-form-required {
  display: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100% !important;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-3 .hs-input {
  width: 100% !important;
}

form input[type=checkbox],
form input[type=radio] {
  margin-right: 7px;
}

fieldset.form-columns-1 input[type="radio"],
fieldset.form-columns-2 input[type="radio"],
fieldset.form-columns-3 input[type="radio"],
fieldset.form-columns-1 input[type="checkbox"],
fieldset.form-columns-2 input[type="checkbox"],
fieldset.form-columns-3 input[type="checkbox"] {
  width: auto !important;
  margin-top: 7px;
  margin-right: 7px;
}

fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}

.hs-button,
a.cta_button {
  background-color: #4550a3;
  
  border-color: transparent;
  
  color: #ffffff;
  
  font-size: 1rem;
  font-weight: 600;
  font-family: Open Sans;
  
  padding: 0.625rem 1.25rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-button:hover,
a.cta_button:hover {
  color: #ffffff;
  background-color: #f9a11b;
  
  border-color: transparent;
  
}

.hs-button:focus,
a.cta_button:focus {
  color: #ffffff;
  background-color: #f9a11b;
  
  border-color: transparent;
  
  outline: 0;
}

.hs-button:active,
a.cta_button:active {
  color: #ffffff;
  background-color: #f9a11b;
  
  border-color: transparent;
  
}

.hs-button:active:focus,
a.cta_button:active:focus {
  color: #ffffff;
}

.theme-modules-button {
  background-color: #4550a3;
  
  border-color: transparent;
  
  color: #ffffff;
  
    font-family: Open Sans;
  
}

.theme-modules-button:hover {
  color: #ffffff;
  background-color: #f9a11b;
  
  border-color: transparent;
  
}

form.hs-form .hs-button {
  background-color: #4550a3;
  
  border-color: #4550a3;
  
  color: #ffffff;
  
  font-size: 1rem;
  font-weight: 400;
  font-family: Inter;
  
  padding: 0.75rem 1.25rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form.hs-form .hs-button:hover {
  color: #ffffff;
  background-color: #f9a11b;
  
  border-color: #f9a11b;
  
}

form.hs-form .hs-button:focus {
  color: #ffffff;
  background-color: #f9a11b;
  
  border-color: #f9a11b;
  
  outline: 0;
}

@media(max-width:767px) {

  .hs-button {
    display: block;
  }

}

.field,
.hs-richtext,
fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field,
.hs-submit .actions {
  padding-right: 8px;
  padding-left: 8px;
}

.hs-membership-loader {
  margin-bottom: 1rem;
}

.hs-membership-loader .actions {
  padding-right: 0;
  padding-left: 0;
}

fieldset.form-columns-3 .hs-form-field {
  width: 33.333333% !important;
}

@media (max-width: 767px) {

  fieldset.form-columns-2 .hs-form-field,
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

}


a.cta_button {
  box-sizing: border-box !important;
}

.hs-search-results__pagination a:empty {
  display: none;
}

.hs-search-results__listing li {
 padding-top: 15px !important;
 padding-bottom: 15px !important;
}

main p:last-child {
  margin-bottom: 0;
}

main ol:last-child,
main ul:last-child,
.custom-module ol:last-child,
.custom-module ul:last-child {
  margin-bottom: 0;
}

.no-list {
  padding-left: 0;
  list-style: none;
}

button:focus,
button:focus-visible{
  outline: none;
}

.page-editor .hs_cos_wrapper_type_icon {
  display: inline-block;
}

.aos-overflow-hidden {
  overflow: hidden;
}


*, ::before, ::after {
  border-color: currentColor
}

.text-transparent {
  color: transparent
}

.text-transparent svg {
  fill: transparent
}

a.text-transparent:hover svg,
button.text-transparent:hover svg {
  fill: transparent
}

.text-current {
  color: currentColor
}

.text-current svg {
  fill: currentColor
}

a.text-current:hover svg,
button.text-current:hover svg {
  fill: currentColor
}

.text-black {
  color: #000
}

.text-black svg {
  fill: #000
}

a.text-black:hover svg,
button.text-black:hover svg {
  fill: #000
}

.text-white {
  color: #fff
}

.text-white svg {
  fill: #fff
}

a.text-white:hover svg,
button.text-white:hover svg {
  fill: #fff
}

.text-primary-50 {
  color: #fbc935
}

.text-primary-50 svg {
  fill: #fbc935
}

a.text-primary-50:hover svg,
button.text-primary-50:hover svg {
  fill: #fbc935
}

.text-primary-100 {
  color: #fac023
}

.text-primary-100 svg {
  fill: #fac023
}

a.text-primary-100:hover svg,
button.text-primary-100:hover svg {
  fill: #fac023
}

.text-primary-200 {
  color: #fab31e
}

.text-primary-200 svg {
  fill: #fab31e
}

a.text-primary-200:hover svg,
button.text-primary-200:hover svg {
  fill: #fab31e
}

.text-primary-300 {
  color: #f9a01b
}

.text-primary-300 svg {
  fill: #f9a01b
}

a.text-primary-300:hover svg,
button.text-primary-300:hover svg {
  fill: #f9a01b
}

.text-primary-400 {
  color: #2E506C
}

.text-primary-400 svg {
  fill: #2E506C
}

a.text-primary-400:hover svg,
button.text-primary-400:hover svg {
  fill: #2E506C
}

.text-primary-500 {
  color: #262F56
}

.text-primary-500 svg {
  fill: #262F56
}

a.text-primary-500:hover svg,
button.text-primary-500:hover svg {
  fill: #262F56
}

.text-primary-600 {
  color: #1e212c
}

.text-primary-600 svg {
  fill: #1e212c
}

a.text-primary-600:hover svg,
button.text-primary-600:hover svg {
  fill: #1e212c
}

.text-primary-700 {
  color: #3f489a
}

.text-primary-700 svg {
  fill: #3f489a
}

a.text-primary-700:hover svg,
button.text-primary-700:hover svg {
  fill: #3f489a
}

.text-primary-800 {
  color: #363e8e
}

.text-primary-800 svg {
  fill: #363e8e
}

a.text-primary-800:hover svg,
button.text-primary-800:hover svg {
  fill: #363e8e
}

.text-primary-900 {
  color: #2f3581
}

.text-primary-900 svg {
  fill: #2f3581
}

a.text-primary-900:hover svg,
button.text-primary-900:hover svg {
  fill: #2f3581
}

.text-secondary-50 {
  color: #F9FAFB
}

.text-secondary-50 svg {
  fill: #F9FAFB
}

a.text-secondary-50:hover svg,
button.text-secondary-50:hover svg {
  fill: #F9FAFB
}

.text-secondary-100 {
  color: #F3F4F6
}

.text-secondary-100 svg {
  fill: #F3F4F6
}

a.text-secondary-100:hover svg,
button.text-secondary-100:hover svg {
  fill: #F3F4F6
}

.text-secondary-200 {
  color: #E5E7EB
}

.text-secondary-200 svg {
  fill: #E5E7EB
}

a.text-secondary-200:hover svg,
button.text-secondary-200:hover svg {
  fill: #E5E7EB
}

.text-secondary-300 {
  color: #D1D5DB
}

.text-secondary-300 svg {
  fill: #D1D5DB
}

a.text-secondary-300:hover svg,
button.text-secondary-300:hover svg {
  fill: #D1D5DB
}

.text-secondary-400 {
  color: #9CA3AF
}

.text-secondary-400 svg {
  fill: #9CA3AF
}

a.text-secondary-400:hover svg,
button.text-secondary-400:hover svg {
  fill: #9CA3AF
}

.text-secondary-500 {
  color: #6B7280
}

.text-secondary-500 svg {
  fill: #6B7280
}

a.text-secondary-500:hover svg,
button.text-secondary-500:hover svg {
  fill: #6B7280
}

.text-secondary-600 {
  color: #4B5563
}

.text-secondary-600 svg {
  fill: #4B5563
}

a.text-secondary-600:hover svg,
button.text-secondary-600:hover svg {
  fill: #4B5563
}

.text-secondary-700 {
  color: #374151
}

.text-secondary-700 svg {
  fill: #374151
}

a.text-secondary-700:hover svg,
button.text-secondary-700:hover svg {
  fill: #374151
}

.text-secondary-800 {
  color: #1F2937
}

.text-secondary-800 svg {
  fill: #1F2937
}

a.text-secondary-800:hover svg,
button.text-secondary-800:hover svg{
  fill: #1F2937
}

.text-secondary-900 {
  color: #111827
}

.text-secondary-900 svg {
  fill: #111827
}

a.text-secondary-900:hover svg,
button.text-secondary-900:hover svg {
  fill: #111827
}

.group:hover .group-hover\:text-transparent {
  color: transparent
}

.group:hover .group-hover\:text-current {
  color: currentColor
}

.group:hover .group-hover\:text-black {
  color: #000
}

.group:hover .group-hover\:text-white {
  color: #fff
}

.group:hover .group-hover\:text-primary-50 {
  color: #fbc935
}

.group:hover .group-hover\:text-primary-100 {
  color: #fac023
}

.group:hover .group-hover\:text-primary-200 {
  color: #fab31e
}

.group:hover .group-hover\:text-primary-300 {
  color: #f9a01b
}

.group:hover .group-hover\:text-primary-400 {
  color: #2E506C
}

.group:hover .group-hover\:text-primary-500 {
  color: #262F56
}

.group:hover .group-hover\:text-primary-600 {
  color: #1e212c
}

.group:hover .group-hover\:text-primary-700 {
  color: #3f489a
}

.group:hover .group-hover\:text-primary-800 {
  color: #363e8e
}

.group:hover .group-hover\:text-primary-900 {
  color: #2f3581
}

.group:hover .group-hover\:text-secondary-50 {
  color: #F9FAFB
}

.group:hover .group-hover\:text-secondary-100 {
  color: #F3F4F6
}

.group:hover .group-hover\:text-secondary-200 {
  color: #E5E7EB
}

.group:hover .group-hover\:text-secondary-300 {
  color: #D1D5DB
}

.group:hover .group-hover\:text-secondary-400 {
  color: #9CA3AF
}

.group:hover .group-hover\:text-secondary-500 {
  color: #6B7280
}

.group:hover .group-hover\:text-secondary-600 {
  color: #4B5563
}

.group:hover .group-hover\:text-secondary-700 {
  color: #374151
}

.group:hover .group-hover\:text-secondary-800 {
  color: #1F2937
}

.group:hover .group-hover\:text-secondary-900 {
  color: #111827
}

.focus-within\:text-transparent:focus-within {
  color: transparent
}

.focus-within\:text-current:focus-within {
  color: currentColor
}

.focus-within\:text-black:focus-within {
  color: #000
}

.focus-within\:text-white:focus-within {
  color: #fff
}

.focus-within\:text-primary-50:focus-within {
  color: #fbc935
}

.focus-within\:text-primary-100:focus-within {
  color: #fac023
}

.focus-within\:text-primary-200:focus-within {
  color: #fab31e
}

.focus-within\:text-primary-300:focus-within {
  color: #f9a01b
}

.focus-within\:text-primary-400:focus-within {
  color: #2E506C
}

.focus-within\:text-primary-500:focus-within {
  color: #262F56
}

.focus-within\:text-primary-600:focus-within {
  color: #1e212c
}

.focus-within\:text-primary-700:focus-within {
  color: #3f489a
}

.focus-within\:text-primary-800:focus-within {
  color: #363e8e
}

.focus-within\:text-primary-900:focus-within {
  color: #2f3581
}

.focus-within\:text-secondary-50:focus-within {
  color: #F9FAFB
}

.focus-within\:text-secondary-100:focus-within {
  color: #F3F4F6
}

.focus-within\:text-secondary-200:focus-within {
  color: #E5E7EB
}

.focus-within\:text-secondary-300:focus-within {
  color: #D1D5DB
}

.focus-within\:text-secondary-400:focus-within {
  color: #9CA3AF
}

.focus-within\:text-secondary-500:focus-within {
  color: #6B7280
}

.focus-within\:text-secondary-600:focus-within {
  color: #4B5563
}

.focus-within\:text-secondary-700:focus-within {
  color: #374151
}

.focus-within\:text-secondary-800:focus-within {
  color: #1F2937
}

.focus-within\:text-secondary-900:focus-within {
  color: #111827
}

.hover\:text-transparent:hover {
  color: transparent
}

a.hover\:text-transparent:hover svg,
button.hover\:text-transparent:hover svg {
  fill: transparent
}

.hover\:text-current:hover {
  color: currentColor
}

a.hover\:text-current:hover svg,
button.hover\:text-current:hover svg {
  fill: currentColor
}

.hover\:text-black:hover {
  color: #000
}

a.hover\:text-black:hover svg,
button.hover\:text-black:hover svg {
  fill: #000
}

.hover\:text-white:hover {
  color: #fff
}

a.hover\:text-white:hover svg,
button.hover\:text-white:hover svg {
  fill: #fff
}

.hover\:text-primary-50:hover {
  color: #fbc935
}

a.hover\:text-primary-50:hover svg,
button.hover\:text-primary-50:hover svg {
  fill: #fbc935
}

.hover\:text-primary-100:hover {
  color: #fac023
}

a.hover\:text-primary-100:hover svg,
button.hover\:text-primary-100:hover svg {
  fill: #fac023
}

.hover\:text-primary-200:hover {
  color: #fab31e
}

a.hover\:text-primary-200:hover svg,
button.hover\:text-primary-200:hover svg {
  fill: #fab31e
}

.hover\:text-primary-300:hover {
  color: #f9a01b
}

a.hover\:text-primary-300:hover svg,
button.hover\:text-primary-300:hover svg {
  fill: #f9a01b
}

.hover\:text-primary-400:hover {
  color: #2E506C
}

a.hover\:text-primary-400:hover svg,
button.hover\:text-primary-400:hover svg {
  fill: #2E506C
}

.hover\:text-primary-500:hover {
  color: #262F56
}

a.hover\:text-primary-500:hover svg,
button.hover\:text-primary-500:hover svg {
  fill: #262F56
}

.hover\:text-primary-600:hover {
  color: #1e212c
}

a.hover\:text-primary-600:hover svg,
button.hover\:text-primary-600:hover svg {
  fill: #1e212c
}

.hover\:text-primary-700:hover {
  color: #3f489a
}

a.hover\:text-primary-700:hover svg,
button.hover\:text-primary-700:hover svg {
  fill: #3f489a
}

.hover\:text-primary-800:hover {
  color: #363e8e
}

a.hover\:text-primary-800:hover svg,
button.hover\:text-primary-800:hover svg {
  fill: #363e8e
}

.hover\:text-primary-900:hover {
  color: #2f3581
}

a.hover\:text-primary-900:hover svg,
button.hover\:text-primary-900:hover svg {
  fill: #2f3581
}

.hover\:text-secondary-50:hover {
  color: #F9FAFB
}

a.hover\:text-secondary-50:hover svg,
button.hover\:text-secondary-50:hover svg {
  fill: #F9FAFB
}

.hover\:text-secondary-100:hover {
  color: #F3F4F6
}

a.hover\:text-secondary-100:hover svg,
button.hover\:text-secondary-100:hover svg {
  fill: #F3F4F6
}

.hover\:text-secondary-200:hover {
  color: #E5E7EB
}

a.hover\:text-secondary-200:hover svg,
button.hover\:text-secondary-200:hover svg {
  fill: #E5E7EB
}

.hover\:text-secondary-300:hover {
  color: #D1D5DB
}

a.hover\:text-secondary-300:hover svg,
button.hover\:text-secondary-300:hover svg {
  fill: #D1D5DB
}

.hover\:text-secondary-400:hover {
  color: #9CA3AF
}

a.hover\:text-secondary-400:hover svg,
button.hover\:text-secondary-400:hover svg {
  fill: #9CA3AF
}

.hover\:text-secondary-500:hover {
  color: #6B7280
}

a.hover\:text-secondary-500:hover svg,
button.hover\:text-secondary-500:hover svg {
  fill: #6B7280
}

.hover\:text-secondary-600:hover {
  color: #4B5563
}

a.hover\:text-secondary-600:hover svg,
button.hover\:text-secondary-600:hover svg {
  fill: #4B5563
}

.hover\:text-secondary-700:hover {
  color: #374151
}

a.hover\:text-secondary-700:hover svg,
button.hover\:text-secondary-700:hover svg {
  fill: #374151
}

.hover\:text-secondary-800:hover {
  color: #1F2937
}

a.hover\:text-secondary-800:hover svg,
button.hover\:text-secondary-800:hover svg {
  fill: #1F2937
}

.hover\:text-secondary-900:hover {
  color: #111827
}

a.hover\:text-secondary-900:hover svg,
button.hover\:text-secondary-900:hover svg {
  fill: #111827
}

.focus\:text-transparent:focus {
  color: transparent
}

.focus\:text-current:focus {
  color: currentColor
}

.focus\:text-black:focus {
  color: #000
}

.focus\:text-white:focus {
  color: #fff
}

.focus\:text-primary-50:focus {
  color: #fbc935
}

.focus\:text-primary-100:focus {
  color: #fac023
}

.focus\:text-primary-200:focus {
  color: #fab31e
}

.focus\:text-primary-300:focus {
  color: #f9a01b
}

.focus\:text-primary-400:focus {
  color: #2E506C
}

.focus\:text-primary-500:focus {
  color: #262F56
}

.focus\:text-primary-600:focus {
  color: #1e212c
}

.focus\:text-primary-700:focus {
  color: #3f489a
}

.focus\:text-primary-800:focus {
  color: #363e8e
}

.focus\:text-primary-900:focus {
  color: #2f3581
}

.focus\:text-secondary-50:focus {
  color: #F9FAFB
}

.focus\:text-secondary-100:focus {
  color: #F3F4F6
}

.focus\:text-secondary-200:focus {
  color: #E5E7EB
}

.focus\:text-secondary-300:focus {
  color: #D1D5DB
}

.focus\:text-secondary-400:focus {
  color: #9CA3AF
}

.focus\:text-secondary-500:focus {
  color: #6B7280
}

.focus\:text-secondary-600:focus {
  color: #4B5563
}

.focus\:text-secondary-700:focus {
  color: #374151
}

.focus\:text-secondary-800:focus {
  color: #1F2937
}

.focus\:text-secondary-900:focus {
  color: #111827
}

.bg-transparent {
  background-color: transparent
}

.bg-current {
  background-color: currentColor
}

.bg-black {
  background-color: #000
}

.bg-white {
  background-color: #fff
}

.bg-primary-50 {
  background-color: #fbc935
}

.bg-primary-100 {
  background-color: #fac023
}

.bg-primary-200 {
  background-color: #fab31e
}

.bg-primary-300 {
  background-color: #f9a01b
}

.bg-primary-400 {
  background-color: #2E506C
}

.bg-primary-500 {
  background-color: #262F56
}

.bg-primary-600 {
  background-color: #1e212c
}

.bg-primary-700 {
  background-color: #3f489a
}

.bg-primary-800 {
  background-color: #363e8e
}

.bg-primary-900 {
  background-color: #2f3581
}

.bg-secondary-50 {
  background-color: #F9FAFB
}

.bg-secondary-100 {
  background-color: #F3F4F6
}

.bg-secondary-200 {
  background-color: #E5E7EB
}

.bg-secondary-300 {
  background-color: #D1D5DB
}

.bg-secondary-400 {
  background-color: #9CA3AF
}

.bg-secondary-500 {
  background-color: #6B7280
}

.bg-secondary-600 {
  background-color: #4B5563
}

.bg-secondary-700 {
  background-color: #374151
}

.bg-secondary-800 {
  background-color: #1F2937
}

.bg-secondary-900 {
  background-color: #111827
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor
}

.group:hover .group-hover\:bg-black {
  background-color: #000
}

.group:hover .group-hover\:bg-white {
  background-color: #fff
}

.group:hover .group-hover\:bg-primary-50 {
  background-color: #fbc935
}

.group:hover .group-hover\:bg-primary-100 {
  background-color: #fac023
}

.group:hover .group-hover\:bg-primary-200 {
  background-color: #fab31e
}

.group:hover .group-hover\:bg-primary-300 {
  background-color: #f9a01b
}

.group:hover .group-hover\:bg-primary-400 {
  background-color: #2E506C
}

.group:hover .group-hover\:bg-primary-500 {
  background-color: #262F56
}

.group:hover .group-hover\:bg-primary-600 {
  background-color: #1e212c
}

.group:hover .group-hover\:bg-primary-700 {
  background-color: #3f489a
}

.group:hover .group-hover\:bg-primary-800 {
  background-color: #363e8e
}

.group:hover .group-hover\:bg-primary-900 {
  background-color: #2f3581
}

.group:hover .group-hover\:bg-secondary-50 {
  background-color: #F9FAFB
}

.group:hover .group-hover\:bg-secondary-100 {
  background-color: #F3F4F6
}

.group:hover .group-hover\:bg-secondary-200 {
  background-color: #E5E7EB
}

.group:hover .group-hover\:bg-secondary-300 {
  background-color: #D1D5DB
}

.group:hover .group-hover\:bg-secondary-400 {
  background-color: #9CA3AF
}

.group:hover .group-hover\:bg-secondary-500 {
  background-color: #6B7280
}

.group:hover .group-hover\:bg-secondary-600 {
  background-color: #4B5563
}

.group:hover .group-hover\:bg-secondary-700 {
  background-color: #374151
}

.group:hover .group-hover\:bg-secondary-800 {
  background-color: #1F2937
}

.group:hover .group-hover\:bg-secondary-900 {
  background-color: #111827
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor
}

.focus-within\:bg-black:focus-within {
  background-color: #000
}

.focus-within\:bg-white:focus-within {
  background-color: #fff
}

.focus-within\:bg-primary-50:focus-within {
  background-color: #fbc935
}

.focus-within\:bg-primary-100:focus-within {
  background-color: #fac023
}

.focus-within\:bg-primary-200:focus-within {
  background-color: #fab31e
}

.focus-within\:bg-primary-300:focus-within {
  background-color: #f9a01b
}

.focus-within\:bg-primary-400:focus-within {
  background-color: #2E506C
}

.focus-within\:bg-primary-500:focus-within {
  background-color: #262F56
}

.focus-within\:bg-primary-600:focus-within {
  background-color: #1e212c
}

.focus-within\:bg-primary-700:focus-within {
  background-color: #3f489a
}

.focus-within\:bg-primary-800:focus-within {
  background-color: #363e8e
}

.focus-within\:bg-primary-900:focus-within {
  background-color: #2f3581
}

.focus-within\:bg-secondary-50:focus-within {
  background-color: #F9FAFB
}

.focus-within\:bg-secondary-100:focus-within {
  background-color: #F3F4F6
}

.focus-within\:bg-secondary-200:focus-within {
  background-color: #E5E7EB
}

.focus-within\:bg-secondary-300:focus-within {
  background-color: #D1D5DB
}

.focus-within\:bg-secondary-400:focus-within {
  background-color: #9CA3AF
}

.focus-within\:bg-secondary-500:focus-within {
  background-color: #6B7280
}

.focus-within\:bg-secondary-600:focus-within {
  background-color: #4B5563
}

.focus-within\:bg-secondary-700:focus-within {
  background-color: #374151
}

.focus-within\:bg-secondary-800:focus-within {
  background-color: #1F2937
}

.focus-within\:bg-secondary-900:focus-within {
  background-color: #111827
}

.hover\:bg-transparent:hover {
  background-color: transparent
}

.hover\:bg-current:hover {
  background-color: currentColor
}

.hover\:bg-black:hover {
  background-color: #000
}

.hover\:bg-white:hover {
  background-color: #fff
}

.hover\:bg-primary-50:hover {
  background-color: #fbc935
}

.hover\:bg-primary-100:hover {
  background-color: #fac023
}

.hover\:bg-primary-200:hover {
  background-color: #fab31e
}

.hover\:bg-primary-300:hover {
  background-color: #f9a01b
}

.hover\:bg-primary-400:hover {
  background-color: #2E506C
}

.hover\:bg-primary-500:hover {
  background-color: #262F56
}

.hover\:bg-primary-600:hover {
  background-color: #1e212c
}

.hover\:bg-primary-700:hover {
  background-color: #3f489a
}

.hover\:bg-primary-800:hover {
  background-color: #363e8e
}

.hover\:bg-primary-900:hover {
  background-color: #2f3581
}

.hover\:bg-secondary-50:hover {
  background-color: #F9FAFB
}

.hover\:bg-secondary-100:hover {
  background-color: #F3F4F6
}

.hover\:bg-secondary-200:hover {
  background-color: #E5E7EB
}

.hover\:bg-secondary-300:hover {
  background-color: #D1D5DB
}

.hover\:bg-secondary-400:hover {
  background-color: #9CA3AF
}

.hover\:bg-secondary-500:hover {
  background-color: #6B7280
}

.hover\:bg-secondary-600:hover {
  background-color: #4B5563
}

.hover\:bg-secondary-700:hover {
  background-color: #374151
}

.hover\:bg-secondary-800:hover {
  background-color: #1F2937
}

.hover\:bg-secondary-900:hover {
  background-color: #111827
}

.focus\:bg-transparent:focus {
  background-color: transparent
}

.focus\:bg-current:focus {
  background-color: currentColor
}

.focus\:bg-black:focus {
  background-color: #000
}

.focus\:bg-white:focus {
  background-color: #fff
}

.focus\:bg-primary-50:focus {
  background-color: #fbc935
}

.focus\:bg-primary-100:focus {
  background-color: #fac023
}

.focus\:bg-primary-200:focus {
  background-color: #fab31e
}

.focus\:bg-primary-300:focus {
  background-color: #f9a01b
}

.focus\:bg-primary-400:focus {
  background-color: #2E506C
}

.focus\:bg-primary-500:focus {
  background-color: #262F56
}

.focus\:bg-primary-600:focus {
  background-color: #1e212c
}

.focus\:bg-primary-700:focus {
  background-color: #3f489a
}

.focus\:bg-primary-800:focus {
  background-color: #363e8e
}

.focus\:bg-primary-900:focus {
  background-color: #2f3581
}

.focus\:bg-secondary-50:focus {
  background-color: #F9FAFB
}

.focus\:bg-secondary-100:focus {
  background-color: #F3F4F6
}

.focus\:bg-secondary-200:focus {
  background-color: #E5E7EB
}

.focus\:bg-secondary-300:focus {
  background-color: #D1D5DB
}

.focus\:bg-secondary-400:focus {
  background-color: #9CA3AF
}

.focus\:bg-secondary-500:focus {
  background-color: #6B7280
}

.focus\:bg-secondary-600:focus {
  background-color: #4B5563
}

.focus\:bg-secondary-700:focus {
  background-color: #374151
}

.focus\:bg-secondary-800:focus {
  background-color: #1F2937
}

.focus\:bg-secondary-900:focus {
  background-color: #111827
}

.border-transparent {
  border-color: transparent
}

.border-current {
  border-color: currentColor
}

.border-black {
  border-color: #000
}

.border-white {
  border-color: #fff
}

.border-primary-50 {
  border-color: #fbc935
}

.border-primary-100 {
  border-color: #fac023
}

.border-primary-200 {
  border-color: #fab31e
}

.border-primary-300 {
  border-color: #f9a01b
}

.border-primary-400 {
  border-color: #2E506C
}

.border-primary-500 {
  border-color: #262F56
}

.border-primary-600 {
  border-color: #1e212c
}

.border-primary-700 {
  border-color: #3f489a
}

.border-primary-800 {
  border-color: #363e8e
}

.border-primary-900 {
  border-color: #2f3581
}

.border-secondary-50 {
  border-color: #F9FAFB
}

.border-secondary-100 {
  border-color: #F3F4F6
}

.border-secondary-200 {
  border-color: #E5E7EB
}

.border-secondary-300 {
  border-color: #D1D5DB
}

.border-secondary-400 {
  border-color: #9CA3AF
}

.border-secondary-500 {
  border-color: #6B7280
}

.border-secondary-600 {
  border-color: #4B5563
}

.border-secondary-700 {
  border-color: #374151
}

.border-secondary-800 {
  border-color: #1F2937
}

.border-secondary-900 {
  border-color: #111827
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent
}

.group:hover .group-hover\:border-current {
  border-color: currentColor
}

.group:hover .group-hover\:border-black {
  border-color: #000
}

.group:hover .group-hover\:border-white {
  border-color: #fff
}

.group:hover .group-hover\:border-primary-50 {
  border-color: #fbc935
}

.group:hover .group-hover\:border-primary-100 {
  border-color: #fac023
}

.group:hover .group-hover\:border-primary-200 {
  border-color: #fab31e
}

.group:hover .group-hover\:border-primary-300 {
  border-color: #f9a01b
}

.group:hover .group-hover\:border-primary-400 {
  border-color: #2E506C
}

.group:hover .group-hover\:border-primary-500 {
  border-color: #262F56
}

.group:hover .group-hover\:border-primary-600 {
  border-color: #1e212c
}

.group:hover .group-hover\:border-primary-700 {
  border-color: #3f489a
}

.group:hover .group-hover\:border-primary-800 {
  border-color: #363e8e
}

.group:hover .group-hover\:border-primary-900 {
  border-color: #2f3581
}

.group:hover .group-hover\:border-secondary-50 {
  border-color: #F9FAFB
}

.group:hover .group-hover\:border-secondary-100 {
  border-color: #F3F4F6
}

.group:hover .group-hover\:border-secondary-200 {
  border-color: #E5E7EB
}

.group:hover .group-hover\:border-secondary-300 {
  border-color: #D1D5DB
}

.group:hover .group-hover\:border-secondary-400 {
  border-color: #9CA3AF
}

.group:hover .group-hover\:border-secondary-500 {
  border-color: #6B7280
}

.group:hover .group-hover\:border-secondary-600 {
  border-color: #4B5563
}

.group:hover .group-hover\:border-secondary-700 {
  border-color: #374151
}

.group:hover .group-hover\:border-secondary-800 {
  border-color: #1F2937
}

.group:hover .group-hover\:border-secondary-900 {
  border-color: #111827
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent
}

.focus-within\:border-current:focus-within {
  border-color: currentColor
}

.focus-within\:border-black:focus-within {
  border-color: #000
}

.focus-within\:border-white:focus-within {
  border-color: #fff
}

.focus-within\:border-primary-50:focus-within {
  border-color: #fbc935
}

.focus-within\:border-primary-100:focus-within {
  border-color: #fac023
}

.focus-within\:border-primary-200:focus-within {
  border-color: #fab31e
}

.focus-within\:border-primary-300:focus-within {
  border-color: #f9a01b
}

.focus-within\:border-primary-400:focus-within {
  border-color: #2E506C
}

.focus-within\:border-primary-500:focus-within {
  border-color: #262F56
}

.focus-within\:border-primary-600:focus-within {
  border-color: #1e212c
}

.focus-within\:border-primary-700:focus-within {
  border-color: #3f489a
}

.focus-within\:border-primary-800:focus-within {
  border-color: #363e8e
}

.focus-within\:border-primary-900:focus-within {
  border-color: #2f3581
}

.focus-within\:border-secondary-50:focus-within {
  border-color: #F9FAFB
}

.focus-within\:border-secondary-100:focus-within {
  border-color: #F3F4F6
}

.focus-within\:border-secondary-200:focus-within {
  border-color: #E5E7EB
}

.focus-within\:border-secondary-300:focus-within {
  border-color: #D1D5DB
}

.focus-within\:border-secondary-400:focus-within {
  border-color: #9CA3AF
}

.focus-within\:border-secondary-500:focus-within {
  border-color: #6B7280
}

.focus-within\:border-secondary-600:focus-within {
  border-color: #4B5563
}

.focus-within\:border-secondary-700:focus-within {
  border-color: #374151
}

.focus-within\:border-secondary-800:focus-within {
  border-color: #1F2937
}

.focus-within\:border-secondary-900:focus-within {
  border-color: #111827
}

.hover\:border-transparent:hover {
  border-color: transparent
}

.hover\:border-current:hover {
  border-color: currentColor
}

.hover\:border-black:hover {
  border-color: #000
}

.hover\:border-white:hover {
  border-color: #fff
}

.hover\:border-primary-50:hover {
  border-color: #fbc935
}

.hover\:border-primary-100:hover {
  border-color: #fac023
}

.hover\:border-primary-200:hover {
  border-color: #fab31e
}

.hover\:border-primary-300:hover {
  border-color: #f9a01b
}

.hover\:border-primary-400:hover {
  border-color: #2E506C
}

.hover\:border-primary-500:hover {
  border-color: #262F56
}

.hover\:border-primary-600:hover {
  border-color: #1e212c
}

.hover\:border-primary-700:hover {
  border-color: #3f489a
}

.hover\:border-primary-800:hover {
  border-color: #363e8e
}

.hover\:border-primary-900:hover {
  border-color: #2f3581
}

.hover\:border-secondary-50:hover {
  border-color: #F9FAFB
}

.hover\:border-secondary-100:hover {
  border-color: #F3F4F6
}

.hover\:border-secondary-200:hover {
  border-color: #E5E7EB
}

.hover\:border-secondary-300:hover {
  border-color: #D1D5DB
}

.hover\:border-secondary-400:hover {
  border-color: #9CA3AF
}

.hover\:border-secondary-500:hover {
  border-color: #6B7280
}

.hover\:border-secondary-600:hover {
  border-color: #4B5563
}

.hover\:border-secondary-700:hover {
  border-color: #374151
}

.hover\:border-secondary-800:hover {
  border-color: #1F2937
}

.hover\:border-secondary-900:hover {
  border-color: #111827
}

.focus\:border-transparent:focus {
  border-color: transparent
}

.focus\:border-current:focus {
  border-color: currentColor
}

.focus\:border-black:focus {
  border-color: #000
}

.focus\:border-white:focus {
  border-color: #fff
}

.focus\:border-primary-50:focus {
  border-color: #fbc935
}

.focus\:border-primary-100:focus {
  border-color: #fac023
}

.focus\:border-primary-200:focus {
  border-color: #fab31e
}

.focus\:border-primary-300:focus {
  border-color: #f9a01b
}

.focus\:border-primary-400:focus {
  border-color: #2E506C
}

.focus\:border-primary-500:focus {
  border-color: #262F56
}

.focus\:border-primary-600:focus {
  border-color: #1e212c
}

.focus\:border-primary-700:focus {
  border-color: #3f489a
}

.focus\:border-primary-800:focus {
  border-color: #363e8e
}

.focus\:border-primary-900:focus {
  border-color: #2f3581
}

.focus\:border-secondary-50:focus {
  border-color: #F9FAFB
}

.focus\:border-secondary-100:focus {
  border-color: #F3F4F6
}

.focus\:border-secondary-200:focus {
  border-color: #E5E7EB
}

.focus\:border-secondary-300:focus {
  border-color: #D1D5DB
}

.focus\:border-secondary-400:focus {
  border-color: #9CA3AF
}

.focus\:border-secondary-500:focus {
  border-color: #6B7280
}

.focus\:border-secondary-600:focus {
  border-color: #4B5563
}

.focus\:border-secondary-700:focus {
  border-color: #374151
}

.focus\:border-secondary-800:focus {
  border-color: #1F2937
}

.focus\:border-secondary-900:focus {
  border-color: #111827
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  border-color: #000
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  border-color: #fff
}

.divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fbc935
}

.divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fac023
}

.divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fab31e
}

.divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f9a01b
}

.divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #2E506C
}

.divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #262F56
}

.divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #1e212c
}

.divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #3f489a
}

.divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #363e8e
}

.divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #2f3581
}

.divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #F9FAFB
}

.divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #F3F4F6
}

.divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #E5E7EB
}

.divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #D1D5DB
}

.divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #9CA3AF
}

.divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #6B7280
}

.divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #4B5563
}

.divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #374151
}

.divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #1F2937
}

.divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #111827
}


.row-fluid {
  width: 100%;
}

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

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}