@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
.min-h-nav,
.lg-min-h-nav {
  min-height: calc(100vh - 96px);
}

.h-screen-nav {
  height: calc(100vh - 96px);
}

.lg-h-screen-nav {
  height: auto;
}

.h-nav {
  height: 96px;
}

.pt-nav {
  padding-top: 96px;
}

.mt-nav {
  margin-top: 96px;
}

.section-title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.section-title.mam {
  --tw-text-opacity: 1;
  color: rgba(198, 171, 127, var(--tw-text-opacity));
}
.section-title.white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.flat-content {
  display: flex;
  flex-direction: column;
}

.flat-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.flat-content {
  overflow-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5rem;
  color: #706f6f;
}

.section-head {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(89, 88, 88, var(--tw-text-opacity));
  font-size: 1.3rem;
}
.section-head.white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section-head.silver-light {
  --tw-text-opacity: 1;
  color: rgba(227, 227, 227, var(--tw-text-opacity));
}
.section-head-sm {
  font-size: 1.15rem !important;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.focus,
:focus,
.active,
:active {
  outline: none !important;
}

.nav-brand {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.nav-brand:not(.disabled) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
}
.nav-brand:not(.disabled):hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-to: #00305B;
}
.nav-brand.disabled {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 67, 136, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-light:hover {
  --tw-bg-opacity: 0.5;
}
.btn-brand {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-brand:not(.disabled) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
}
.btn-brand:not(.disabled):hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-to: #00305B;
}
.btn-brand.disabled {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 67, 136, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.btn-brand-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 48, 91, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.btn-brand-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.btn-mam-dark {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(55, 43, 29, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(55, 43, 29, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-mam-dark:hover {
  --tw-bg-opacity: 0.75;
}
.btn-mam-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(55, 43, 29, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(55, 43, 29, var(--tw-text-opacity));
}
.btn-mam-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.btn-silver {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(198, 198, 198, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.btn-silver:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 88, 88, var(--tw-bg-opacity));
}
.btn-private {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 46, 46, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-private:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
}
.btn-sm {
  position: fixed;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem !important;
}

.gradient-brand {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
}

.gradient-contacts {
  background: #d5d5d5;
  background: linear-gradient(148deg, #d5d5d5 0%, white 40%, #f4f4f4 40%, white 80%, #f4f4f4 80%, #f9f9f9 100%);
}

.tabbed {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.tabbed .tabs {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tabbed .tabs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tabbed .tabs button {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.tabbed .tabs button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.tabbed .tabs button.active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 48, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .tabbed .tabs {
    flex-direction: column;
  }
  .tabbed .tabs {
    align-items: flex-start;
  }
  .tabbed .tabs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg-min-h-nav {
    min-height: auto;
  }

  .lg-h-screen-nav {
    height: calc(100vh - 96px);
  }
}
.icon-card {
  position: relative;
  display: flex;
  width: 360px;
  padding-top: 74px;
}
.icon-card > .icon {
  position: absolute;
  left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  top: 0;
  width: 126px;
  height: 126px;
}
.icon-card > .icon > img {
  max-width: 100px;
  max-height: 100px;
}
.icon-card > .card {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-top: 86px;
}
.icon-card:not(.icon-card-brand) > .icon {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
}
.icon-card.icon-card-brand > .icon {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.icon-card.icon-card-brand > .card {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

div.accordion {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #555;
}
div.accordion a {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
  text-decoration: underline;
}
div.accordion h2 {
  font-weight: 700;
}
div.accordion ul {
  margin-left: 1.5rem;
}
div.accordion ul li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  list-style-type: disc;
}

.blog-content p {
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(89, 88, 88, var(--tw-text-opacity));
}
.blog-content > p {
  margin-bottom: 1.5rem;
}
.blog-content h2 {
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.blog-content h2:first-child {
  margin-top: 0px;
}
.blog-content h3 {
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.blog-content h3:first-child {
  margin-top: 0px;
}
.blog-content h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.blog-content ul li {
  --tw-text-opacity: 1;
  color: rgba(89, 88, 88, var(--tw-text-opacity));
}
.blog-content ul:not(.dash):not(.master-list):not(.decimal) {
  list-style-type: disc;
}
.blog-content ul:not(.dash) {
  padding-left: 1.5rem;
}
.blog-content ul:not(.dash) > li {
  margin-bottom: 2rem;
}
.blog-content ul:not(.dash) > li > p {
  margin-bottom: 1rem;
}
.blog-content ul:not(.dash) > li > p:last-child {
  margin-bottom: 0px;
}
.blog-content ul:not(.dash) > li > p.list-item-highlighted {
  font-weight: 500;
}
.blog-content ul:not(.dash) > li ul {
  margin-top: 1rem;
}
.blog-content ul:not(.dash) > li ul li {
  margin-bottom: 0.5rem;
  list-style-type: circle;
}
.blog-content ul.dash {
  margin-bottom: 3rem;
  margin-top: 2rem;
  list-style-type: none;
}
.blog-content ul.dash > li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.blog-content ul.dash > li:before {
  content: "-";
  margin-right: 8px;
}
.blog-content ul.decimal {
  list-style-type: decimal;
}
.blog-content ul.alpha li {
  list-style-type: lower-alpha;
}
.blog-content ul.less-leading {
  margin-bottom: 2rem;
}
.blog-content ul.less-leading li {
  margin-bottom: 0.5rem;
}
.blog-content table:not(.just-lines) {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  border-collapse: separate;
  border: solid #001437 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-spacing: 0px;
  overflow: hidden;
}
.blog-content table:not(.just-lines) td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.blog-content table:not(.just-lines) thead tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
}
.blog-content table:not(.just-lines) thead tr td {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 20, 55, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.blog-content table:not(.just-lines) thead tr td:last-child {
  border-right-width: 0px;
}
.blog-content table:not(.just-lines) tbody tr td {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 20, 55, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(89, 88, 88, var(--tw-text-opacity));
}
.blog-content table:not(.just-lines) tbody tr td:last-child {
  border-right-width: 0px;
}
.blog-content table:not(.just-lines) ul:not(.dash) li {
  margin-bottom: 0.25rem;
}
.blog-content table.just-lines {
  margin-bottom: 3.5rem;
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
}
.blog-content table.just-lines td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.blog-content table.just-lines thead tr td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(156, 163, 175, var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(89, 88, 88, var(--tw-text-opacity));
}
.blog-content table.just-lines tbody tr td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(89, 88, 88, var(--tw-text-opacity));
}
.blog-content table.just-lines tbody tr td:last-child {
  border-right-width: 0px;
}
.blog-content ul.master-list {
  list-style: none;
  padding-left: 1.5rem;
}
.blog-content ul.master-list > li {
  position: relative;
}
.blog-content ul.master-list > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1.5rem;
  display: flex;
  flex-direction: row;
  height: 1em;
  width: 1em;
  background-image: url(/images/master-bullet.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-content span.underline {
  text-decoration: underline;
}
.blog-content a:not(.btn) {
  cursor: pointer;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.blog-content a:not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
  text-decoration: underline;
}

.outer-container {
  margin: auto;
  display: flex;
  overflow: hidden;
}

.outer-container > div {
  flex: 1;
}

.outer-container .carousel-wrapper {
  background: var(--orange);
  display: flex;
  flex-direction: column;
}

.outer-container .carousel-wrapper p,
.carousel-item {
  line-height: 1.3;
}

.carousel {
  height: 100%;
  display: flex;
  flex: 5;
  align-items: center;
  color: var(--white);
}

.carousel-button {
  display: flex;
  padding: 10px;
  max-width: 100px;
  border-radius: 30px;
  background: var(--orange);
  border: 2px solid var(--white);
}

.carousel-button svg {
  height: 46px;
  width: 46px;
}

.carousel-button path {
  fill: var(--white);
}

.slides {
  align-self: flex-start;
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  max-height: 250px;
  height: 250px;
}

.carousel-inner::before,
.carousel-inner::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 110px;
  pointer-events: none;
}

.carousel-inner::before {
  top: 0;
}

.carousel-inner::after {
  bottom: 0;
}

.carousel-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  top: 112px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.carousel-item.active {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.carousel-item.visible {
  opacity: 0.5;
}

.carousel-item.visible.active {
  opacity: 1;
}

.file-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.file-input {
  background-color: #fff;
  border: 1px solid #6b7280;
  border-radius: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 42px;
  overflow: hidden;
}
.file-input .upload-button {
  border-right: 1px solid #6b7280;
}

.contact-form .form-input {
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.contact-form .form-input.invalid {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.contact-form .form-input.disabled {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.private-form .form-input {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}
.private-form .form-input.invalid {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.private-form .form-input.disabled {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.footer {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer-default {
  position: relative;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001437;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
  --tw-gradient-to: #004388;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer-private {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.footer .container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  max-width: 1120px;
}
.footer .container .footerItems {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer .container .footerItemsGroup {
  display: flex;
  flex-direction: column;
}
.footer .container .footerItemsGroup > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.footer .container .footerItemsGroup {
  --tw-text-opacity: 1;
  color: rgba(198, 198, 198, var(--tw-text-opacity));
}
.footer .container .footerItemsGroup a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer .container .footerItemsGroup a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media (max-width: 639px) {
  .footer .container {
    max-width: 100%;
    padding: 0 40px;
  }
  .footer .container .footerItems {
    flex-direction: column;
  }
  .footer .container .footerItemsGroup {
    margin-bottom: 2.5rem;
  }
}
.hero {
  position: relative;
  height: 520px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 48, 91, var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .hero {
    height: 100vh;
  }
}
.hero {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {

  .hero.md {
    max-height: 800px;
  }
}
.hero-private {
  min-height: 100vh;
}

.mobile-app {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 96px);
}
.mobile-app .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  max-width: 500px;
}
.mobile-app .figure {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.mobile-app .figure img {
  max-height: calc(100vh - 200px);
}

@media (max-width: 639px) {
  .mobile-app {
    margin-top: 2.5rem;
  }
  .mobile-app {
    flex-direction: column-reverse;
  }
  .mobile-app {
    min-height: auto;
  }
  .mobile-app .content {
    justify-content: flex-start;
  }
  .mobile-app .content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cmp-revoke-consent {
  bottom: auto !important;
  left: auto !important;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
}

.lgpd-iframe {
  width: 100%;
  max-width: 1200px;
  min-height: 2080px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .lgpd-iframe {
    min-height: 2060px;
  }
}
@media (min-width: 1024px) {
  .lgpd-iframe {
    min-height: 1400px;
  }
}
div.accordion {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #555;

    a {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }

    a {
        text-decoration: underline;
    }

    h2 {
        font-weight: 700;
    }
    ul {
        margin-left: 1.5rem;
        li {
            margin-bottom: 0.75rem;
        }
        li {
            padding-left: 0.5rem;
        }
        li {
            list-style-type:disc;

        }
    }
}

.blog-content {
	p {
		line-height: 1.25rem;
	}
	p {
		--tw-text-opacity: 1;
		color: rgba(89, 88, 88, var(--tw-text-opacity));
	}

	> p {
		margin-bottom: 1.5rem;
	}

	h2 {
		margin-bottom: 1.25rem;
	}

	h2 {
		padding-top: 1rem;
	}

	h2 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	h2 {
		font-weight: 600;
	}

	h2 {
		--tw-text-opacity: 1;
		color: rgba(0, 48, 91, var(--tw-text-opacity));
	}

	h2:first-child {
		margin-top: 0px;
	}

	h3 {
		margin-bottom: 1.25rem;
	}

	h3 {
		padding-top: 1rem;
	}

	h3 {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	h3 {
		font-weight: 700;
	}

	h3 {
		--tw-text-opacity: 1;
		color: rgba(0, 48, 91, var(--tw-text-opacity));
	}

	h3:first-child {
		margin-top: 0px;
	}

	h4 {
		margin-bottom: 0.5rem;
	}

	h4 {
		font-weight: 500;
	}

	h4 {
		--tw-text-opacity: 1;
		color: rgba(0, 48, 91, var(--tw-text-opacity));
	}

	ul li {
		--tw-text-opacity: 1;
		color: rgba(89, 88, 88, var(--tw-text-opacity));
	}

	ul:not(.dash):not(.master-list):not(.decimal) {
		list-style-type: disc;
	}

	ul:not(.dash) {
		padding-left: 1.5rem;
	}

	ul:not(.dash) {

		> li {
			margin-bottom: 2rem;
		}

		> li {

			> p {
				margin-bottom: 1rem;
			}

			> p:last-child {
				margin-bottom: 0px;
			}

			> p {

				&.list-item-highlighted {
					font-weight: 500;
				}
			}

            ul {
				margin-top: 1rem;
			}

            ul li {
				margin-bottom: 0.5rem;
			}

            ul li {
				list-style-type: circle;
			}
		}
	}



	ul.dash {
		margin-bottom: 3rem;
	}



	ul.dash {
		margin-top: 2rem;
	}



	ul.dash {
		list-style-type: none;
	}



	ul.dash {

		> li {
			margin-bottom: 1rem;
		}

		> li {
			display: flex;
		}

		> li {
			align-items: center;
		}

		> li {

			&:before {
				content: '-';
				margin-right: 8px;
			}
		}
	}

	ul.decimal {
		list-style-type: decimal;
	}

    ul.alpha {
        li {
            list-style-type:  lower-alpha;
        }
	}

    ul.less-leading {
		margin-bottom: 2rem;
	}

    ul.less-leading {

        li {
			margin-bottom: 0.5rem;
		}
    }

	table:not(.just-lines) {
		margin-bottom: 2rem;
	}

	table:not(.just-lines) {
		margin-top: 0.5rem;
	}

	table:not(.just-lines) {

		border-collapse: separate;
		border: solid #001437 1px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		border-spacing: 0px;
		overflow: hidden;

		td {
			padding-left: 1rem;
			padding-right: 1rem;
		}

		td {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
		}

		td {
			vertical-align: top;
		}

		td {
			font-size: 0.875rem;
			line-height: 1.25rem;
		}

		thead {
			tr {
				background-image: linear-gradient(to top right, var(--tw-gradient-stops));
			}
			tr {
				--tw-gradient-from: #001437;
				--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
			}
			tr {
				--tw-gradient-to: #004388;
			}
			tr {

				td {
					border-right-width: 1px;
				}

				td {
					--tw-border-opacity: 1;
					border-color: rgba(0, 20, 55, var(--tw-border-opacity));
				}

				td {
					--tw-text-opacity: 1;
					color: rgba(255, 255, 255, var(--tw-text-opacity));
				}

				td:last-child {
					border-right-width: 0px;
				}
			}
		}

		tbody {
			tr td {
				border-right-width: 1px;
			}
			tr td {
				--tw-border-opacity: 1;
				border-color: rgba(0, 20, 55, var(--tw-border-opacity));
			}
			tr td {
				--tw-text-opacity: 1;
				color: rgba(89, 88, 88, var(--tw-text-opacity));
			}
			tr td:last-child {
				border-right-width: 0px;
			}
		}

		ul:not(.dash) li {
			margin-bottom: 0.25rem;
		}
	}

    table.just-lines {
		margin-bottom: 3.5rem;
	}

    table.just-lines {
		margin-top: 0.5rem;
	}

    table.just-lines {
		width: 100%;
	}

    table.just-lines {

        overflow: hidden;

		td {
			padding-left: 1rem;
			padding-right: 1rem;
		}

		td {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}

		td {
			vertical-align: top;
		}

		td {
			font-size: 0.875rem;
			line-height: 1.25rem;
		}

		thead {
			tr {

				td {
					border-bottom-width: 1px;
				}

				td {
					--tw-border-opacity: 1;
					border-bottom-color: rgba(156, 163, 175, var(--tw-border-opacity));
				}

				td {
					font-weight: 700;
				}

				td {
					--tw-text-opacity: 1;
					color: rgba(89, 88, 88, var(--tw-text-opacity));
				}
			}
		}

		tbody {
			tr td {
				border-bottom-width: 1px;
			}
			tr td {
				--tw-border-opacity: 1;
				border-bottom-color: rgba(209, 213, 219, var(--tw-border-opacity));
			}
			tr td {
				--tw-text-opacity: 1;
				color: rgba(89, 88, 88, var(--tw-text-opacity));
			}
			tr td:last-child {
				border-right-width: 0px;
			}
		}
    }

	ul.master-list {
		list-style: none;
		padding-left: 1.5rem;

		> li {
			position: relative;
		}

		> li {

			&:before {
				content: '';
				position: absolute;
				top: 2px;
				left: -1.5rem;
				display: flex;
				flex-direction: row;
				height: 1em;
				width: 1em;
				background-image: url(/images/master-bullet.png);
				background-size: contain;
				background-repeat: no-repeat;
			}
		}
	}

    span.underline {
		text-decoration: underline;
	}

	a:not(.btn) {
		cursor: pointer;
	}

	a:not(.btn) {
		font-weight: 500;
	}

	a:not(.btn) {
		--tw-text-opacity: 1;
		color: rgba(37, 99, 235, var(--tw-text-opacity));
	}

	a:not(.btn):hover {
		--tw-text-opacity: 1;
		color: rgba(30, 58, 138, var(--tw-text-opacity));
	}

	a:not(.btn):hover {
		text-decoration: underline;
	}
}

.outer-container {
    margin: auto;
    display: flex;
    overflow: hidden;
}

  .outer-container > div {
    flex: 1;
  }

  .outer-container .carousel-wrapper {
    background: var(--orange);
    display: flex;
    flex-direction: column;
  }

.outer-container .carousel-wrapper p,
.carousel-item {
    line-height: 1.3;
}

  .carousel {
    height: 100%;
    display: flex;
    flex: 5;
    align-items: center;
    color: var(--white);
  }

  .carousel-button {
    display: flex;
    padding: 10px;
    max-width: 100px;
    border-radius: 30px;
    background: var(--orange);
    border: 2px solid var(--white);
  }

  .carousel-button svg {
    height: 46px;
    width: 46px;
  }
  .carousel-button path {
    fill: var(--white);
  }

  .slides {
    align-self: flex-start;
    flex: 1;
    width: 100%;
    overflow: hidden;
  }

  .carousel-inner {
    position: relative;
    max-height: 250px;
    height: 250px;
  }

  .carousel-inner::before,
  .carousel-inner::after {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 110px;
    pointer-events: none;
  }

.carousel-inner::before {
    top: 0;
}

  .carousel-inner::after {
    bottom: 0;

  }

  .carousel-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
    position: absolute;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    top: 112px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.carousel-item.active {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    opacity: 1;
}

.carousel-item.visible {
    opacity: 0.5;
}

.carousel-item.visible.active {
    opacity: 1;
}

.file-hidden {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.file-input {
	background-color: #fff;
	border: 1px solid #6b7280;
	border-radius: 0px;
	font-size: 1rem;
	line-height: 1.5rem;
	min-height: 42px;
	overflow: hidden;

	.upload-button {
		border-right: 1px solid #6b7280;
	}

}

.contact-form {

    .form-input {
		width: 100%;
	}

    .form-input {
		border-radius: 0.5rem;
	}

    .form-input {
		padding-left: 1rem;
		padding-right: 1rem;
	}

    .form-input {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

    .form-input {

        &.invalid {
			--tw-border-opacity: 1;
			border-color: rgba(220, 38, 38, var(--tw-border-opacity));
		}

        &.invalid {
			--tw-text-opacity: 1;
			color: rgba(220, 38, 38, var(--tw-text-opacity));
		}
    }

    .form-input.disabled {
		--tw-text-opacity: 1;
		color: rgba(156, 163, 175, var(--tw-text-opacity));
	}
}

.private-form {

    .form-input {
		width: 100%;
	}

    .form-input {
		border-width: 0px;
	}

    .form-input {
		border-bottom-width: 1px;
	}

    .form-input {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	}

    .form-input {
		padding-left: 1rem;
		padding-right: 1rem;
	}

    .form-input {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

    .form-input {
        font-size: 14px;

        &.invalid {
			--tw-border-opacity: 1;
			border-color: rgba(220, 38, 38, var(--tw-border-opacity));
		}

        &.invalid {
			--tw-text-opacity: 1;
			color: rgba(220, 38, 38, var(--tw-text-opacity));
		}
    }

    .form-input.disabled {
		--tw-text-opacity: 1;
		color: rgba(156, 163, 175, var(--tw-text-opacity));
	}
}

.footer {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    &-default {
        position: relative
    }

    &-default {
        background-image: linear-gradient(to right, var(--tw-gradient-stops))
    }

    &-default {
        --tw-gradient-from: #001437;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0))
    }

    &-default {
        --tw-gradient-to: #004388
    }

    &-default {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    &-private {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
    }

    .container {
        margin-left: auto;
        margin-right: auto
    }

    .container {
        display: flex
    }

    .container {
        height: 100%
    }

    .container {
        flex-direction: column
    }

    .container {
        max-width: 1120px;

        .footerItems {
            display: flex
        }

        .footerItems {
            justify-content: space-between
        }

        .footerItems {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem
        }

        .footerItems {
            font-size: 0.875rem;
            line-height: 1.25rem
        }

        .footerItems {

            &Group {
                display: flex
            }

            &Group {
                flex-direction: column
            }

            &Group > :not([hidden]) ~ :not([hidden]) {
                --tw-space-y-reverse: 0;
                margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
                margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
            }

            &Group {
                --tw-text-opacity: 1;
                color: rgba(198, 198, 198, var(--tw-text-opacity))
            }

            &Group {

                a {
                    font-size: 0.875rem;
                    line-height: 1.25rem
                }

                a:hover {
                    text-decoration: underline
                }

                a:hover {
                    opacity: 0.8
                }
            }
        }
    }
}

@media (max-width: 639px) {

    .footer {

        .container {
            max-width: 100%;
            padding: 0 40px;

            .footerItems {
                flex-direction: column
            }

            .footerItems {

                &Group {
                    margin-bottom: 2.5rem
                }
            }
        }
    }
}

.hero {
	position: relative;
	height: 520px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 48, 91, var(--tw-bg-opacity))
}@media (min-width: 768px) {.hero {
		height: 100vh
	}
}.hero {
	background-size: cover;
	background-position: center center;

	@media (min-width: 768px) {&.md {
			max-height: 800px
		}
	}

    &-private {
		min-height: 100vh
	}
}

@media (max-width: 639px) {
	.hero {
	}
}

.mobile-app {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 96px);

    .content {
        display: flex;
    }

    .content {
        flex-direction: column;
    }

    .content {
        justify-content: center;
    }

    .content {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .content {
        max-width: 500px;
    }

    .figure {
        display: flex;
    }

    .figure {
        flex-grow: 1;
    }

    .figure {
        justify-content: center;
    }

    .figure {

        img {
            max-height: calc(100vh - 200px);
        }
    }
}

@media (max-width: 639px) {

    .mobile-app {
        margin-top: 2.5rem;
    }

    .mobile-app {
        flex-direction: column-reverse;
    }

    .mobile-app {

        min-height: auto;

        .content {
            justify-content: flex-start;
        }

        .content {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
    }
}

.min-h-nav,
.lg-min-h-nav {
	min-height: calc(100vh - 96px);
}

.h-screen-nav {
	height: calc(100vh - 96px);
}

.lg-h-screen-nav {
	height: auto;
}

.h-nav {
	height: 96px;
}

.pt-nav {
	padding-top: 96px;
}

.mt-nav {
	margin-top: 96px;
}

.section-title {
	margin-bottom: 1.5rem;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 48, 91, var(--tw-text-opacity));

	&.mam {
		--tw-text-opacity: 1;
		color: rgba(198, 171, 127, var(--tw-text-opacity));
	}

	&.white {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}

.flat-content {
	display: flex;
	flex-direction: column;
}

.flat-content > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.flat-content {
	overflow-wrap: break-word;
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 1.5rem;
	color: #706f6f;
}

.section-head {
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(89, 88, 88, var(--tw-text-opacity));
	font-size: 1.3rem;

	&.white {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

	&.silver-light {
		--tw-text-opacity: 1;
		color: rgba(227, 227, 227, var(--tw-text-opacity));
	}

	&-sm {
		font-size: 1.15rem !important;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

.focus,
:focus,
.active,
:active {
	outline: none !important;
}

.nav-brand {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));

    &:not(.disabled) {
		background-image: linear-gradient(to right, var(--tw-gradient-stops));
	}

    &:not(.disabled) {
		--tw-gradient-from: #001437;
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
	}

    &:not(.disabled) {
		--tw-gradient-to: #004388;
	}

    &:not(.disabled):hover {
		--tw-gradient-from: #000;
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
	}

    &:not(.disabled):hover {
		--tw-gradient-to: #00305B;
	}

    &.disabled {
		cursor: default;
	}

    &.disabled {
		--tw-bg-opacity: 1;
		background-color: rgba(0, 67, 136, var(--tw-bg-opacity));
	}

    &.disabled {
		--tw-bg-opacity: 0.5;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	border-radius: 0.5rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;

	&-light {
		border-width: 1px;
	}

	&-light {
		--tw-border-opacity: 1;
		border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	}

	&-light {
		--tw-bg-opacity: 1;
		background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	}

	&-light {
		--tw-bg-opacity: 0.25;
	}

	&-light {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

	&-light:hover {
		--tw-bg-opacity: 0.5;
	}

	&-brand {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

	&-brand {

		&:not(.disabled) {
			background-image: linear-gradient(to right, var(--tw-gradient-stops));
		}

		&:not(.disabled) {
			--tw-gradient-from: #001437;
			--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
		}

		&:not(.disabled) {
			--tw-gradient-to: #004388;
		}

		&:not(.disabled):hover {
			--tw-gradient-from: #000;
			--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
		}

		&:not(.disabled):hover {
			--tw-gradient-to: #00305B;
		}

		&.disabled {
			cursor: default;
		}

		&.disabled {
			--tw-bg-opacity: 1;
			background-color: rgba(0, 67, 136, var(--tw-bg-opacity));
		}

		&.disabled {
			--tw-bg-opacity: 0.5;
		}
	}

	&-brand-outline {
		border-width: 1px;
	}

	&-brand-outline {
		--tw-border-opacity: 1;
		border-color: rgba(0, 48, 91, var(--tw-border-opacity));
	}

	&-brand-outline {
		--tw-text-opacity: 1;
		color: rgba(0, 48, 91, var(--tw-text-opacity));
	}

	&-brand-outline:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	}

	&-mam-dark {
		border-width: 1px;
	}

	&-mam-dark {
		--tw-border-opacity: 1;
		border-color: rgba(55, 43, 29, var(--tw-border-opacity));
	}

	&-mam-dark {
		--tw-bg-opacity: 1;
		background-color: rgba(55, 43, 29, var(--tw-bg-opacity));
	}

	&-mam-dark {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

	&-mam-dark:hover {
		--tw-bg-opacity: 0.75;
	}
	&-mam-outline {
		border-width: 1px;
	}
	&-mam-outline {
		--tw-border-opacity: 1;
		border-color: rgba(55, 43, 29, var(--tw-border-opacity));
	}
	&-mam-outline {
		--tw-text-opacity: 1;
		color: rgba(55, 43, 29, var(--tw-text-opacity));
	}
	&-mam-outline:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	}

	&-silver {
		border-width: 1px;
	}

	&-silver {
		--tw-border-opacity: 1;
		border-color: rgba(198, 198, 198, var(--tw-border-opacity));
	}

	&-silver {
		--tw-bg-opacity: 1;
		background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
	}

	&-silver {
		--tw-text-opacity: 1;
		color: rgba(0, 48, 91, var(--tw-text-opacity));
	}

	&-silver:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(89, 88, 88, var(--tw-bg-opacity));
	}

    &-private {
		--tw-bg-opacity: 1;
		background-color: rgba(46, 46, 46, var(--tw-bg-opacity));
	}

    &-private {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

    &-private:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
	}

    &-sm {
		position: fixed;
	}

    &-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

    &-sm {
		padding: 0.5rem 1rem !important;
	}
}

.gradient-brand {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #001437;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
	--tw-gradient-to: #004388;
}

.gradient-contacts {
    background: rgb(213,213,213);
    background: linear-gradient(148deg, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 40%, rgba(244,244,244,1) 40%, rgba(255,255,255,1) 80%, rgba(244,244,244,1) 80%, rgba(249,249,249,1) 100%);
}

.tabbed {
	display: flex;
	flex-grow: 1;
	flex-direction: column;

	.tabs {
		margin-bottom: 1.5rem;
	}

	.tabs {
		display: flex;
	}

	.tabs {
		align-items: center;
	}

	.tabs {
		justify-content: flex-start;
	}

	.tabs > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.tabs {

		button {
			border-radius: 0.375rem;
		}

		button {
			border-width: 1px;
		}

		button {
			border-color: transparent;
		}

		button {
			padding-left: 2rem;
			padding-right: 2rem;
		}

		button {
			padding-top: 0.25rem;
			padding-bottom: 0.25rem;
		}

		button {
			font-size: 0.875rem;
			line-height: 1.25rem;
		}

		button {
			font-weight: 500;
		}

		button {
			--tw-text-opacity: 1;
			color: rgba(107, 114, 128, var(--tw-text-opacity));
		}

		button {

			&:hover {
				--tw-bg-opacity: 1;
				background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
			}

			&:hover {
				--tw-bg-opacity: 0.5;
			}

			&.active {
				--tw-bg-opacity: 1;
				background-color: rgba(0, 48, 91, var(--tw-bg-opacity));
			}

			&.active {
				--tw-text-opacity: 1;
				color: rgba(255, 255, 255, var(--tw-text-opacity));
			}
		}
	}
}

@media (max-width: 639px) {
	.tabbed {
		.tabs {
			flex-direction: column;
		}
		.tabs {
			align-items: flex-start;
		}
		.tabs > :not([hidden]) ~ :not([hidden]) {
			--tw-space-y-reverse: 0;
			margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
			margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
		}
	}

	.lg-min-h-nav {
		min-height: auto;
	}

	.lg-h-screen-nav {
		height: calc(100vh - 96px);
	}
}

.icon-card {
	position: relative;
	display: flex;
	width: 360px;
	padding-top: 74px;

	> .icon {
		position: absolute;
	}

	> .icon {
		left: 2rem;
	}

	> .icon {
		display: flex;
	}

	> .icon {
		align-items: center;
	}

	> .icon {
		justify-content: center;
	}

	> .icon {
		border-radius: 0.5rem;
	}

	> .icon {
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	> .icon {

		top: 0;

		width: 126px;
		height: 126px;

		> img {
			max-width: 100px;
			max-height: 100px;
		}
	}

	> .card {
		border-radius: 0.75rem;
	}

	> .card {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

	> .card {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	> .card {
		padding-bottom: 2rem;
	}

	> .card {
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	> .card {
		padding-top: 86px;
	}
	&:not(.icon-card-brand) {
		> .icon {
			background-image: linear-gradient(to right, var(--tw-gradient-stops));
		}
		> .icon {
			--tw-gradient-from: #001437;
			--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
		}
		> .icon {
			--tw-gradient-to: #004388;
		}
	}

	&.icon-card-brand {
		> .icon {
			--tw-bg-opacity: 1;
			background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
		}

		> .card {
			background-image: linear-gradient(to right, var(--tw-gradient-stops));
		}

		> .card {
			--tw-gradient-from: #001437;
			--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
		}

		> .card {
			--tw-gradient-to: #004388;
		}

		> .card {
			--tw-text-opacity: 1;
			color: rgba(255, 255, 255, var(--tw-text-opacity));
		}
	}
}

.cmp-revoke-consent {
    bottom:auto !important;
    left:auto !important;
    position: relative !important;;
    padding:0 !important;
    cursor: pointer;
}

.lgpd-iframe {
    width: 100%;
    max-width: 1200px;
    min-height: 2080px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .lgpd-iframe {
        min-height: 2060px;
    }
}

@media (min-width: 1024px) {
    .lgpd-iframe {
        min-height: 1400px;
    }
}


/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
	color: #6b7280;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #6b7280;
	opacity: 1;
}

input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}

::-webkit-date-and-time-value{
	min-height: 1.5em;
}

select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox']{
	border-radius: 0px;
}

[type='radio']{
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}

[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}
@media (min-width: 640px){

	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){

	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){

	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){

	.container{
		max-width: 1280px;
	}
}
.visible{
	visibility: visible;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bottom-0{
	bottom: 0px;
}
.right-0{
	right: 0px;
}
.top-\[96px\]{
	top: 96px;
}
.left-0{
	left: 0px;
}
.top-0{
	top: 0px;
}
.bottom-\[7px\]{
	bottom: 7px;
}
.right-6{
	right: 1.5rem;
}
.right-5{
	right: 1.25rem;
}
.z-0{
	z-index: 0;
}
.z-10{
	z-index: 10;
}
.z-50{
	z-index: 50;
}
.z-\[1000\]{
	z-index: 1000;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mt-0{
	margin-top: 0px;
}
.mt-4{
	margin-top: 1rem;
}
.mt-16{
	margin-top: 4rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-7{
	margin-top: 1.75rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-20{
	margin-top: 5rem;
}
.ml-4{
	margin-left: 1rem;
}
.ml-5{
	margin-left: 1.25rem;
}
.mb-14{
	margin-bottom: 3.5rem;
}
.mt-12{
	margin-top: 3rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.-mt-24{
	margin-top: -6rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.-mt-8{
	margin-top: -2rem;
}
.block{
	display: block;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.list-item{
	display: list-item;
}
.hidden{
	display: none;
}
.h-\[14px\]{
	height: 14px;
}
.h-full{
	height: 100%;
}
.h-24{
	height: 6rem;
}
.h-12{
	height: 3rem;
}
.h-8{
	height: 2rem;
}
.h-screen{
	height: 100vh;
}
.h-0\.5{
	height: 0.125rem;
}
.h-0{
	height: 0px;
}
.h-4{
	height: 1rem;
}
.h-2{
	height: 0.5rem;
}
.h-2\/5{
	height: 40%;
}
.h-6{
	height: 1.5rem;
}
.h-auto{
	height: auto;
}
.h-10{
	height: 2.5rem;
}
.h-\[2px\]{
	height: 2px;
}
.h-\[88px\]{
	height: 88px;
}
.h-20{
	height: 5rem;
}
.h-5{
	height: 1.25rem;
}
.h-80{
	height: 20rem;
}
.h-32{
	height: 8rem;
}
.max-h-4{
	max-height: 1rem;
}
.max-h-5{
	max-height: 1.25rem;
}
.max-h-16{
	max-height: 4rem;
}
.max-h-screen{
	max-height: 100vh;
}
.max-h-full{
	max-height: 100%;
}
.max-h-14{
	max-height: 3.5rem;
}
.max-h-3{
	max-height: 0.75rem;
}
.max-h-\[400px\]{
	max-height: 400px;
}
.max-h-20{
	max-height: 5rem;
}
.max-h-10{
	max-height: 2.5rem;
}
.max-h-32{
	max-height: 8rem;
}
.min-h-screen{
	min-height: 100vh;
}
.w-\[14px\]{
	width: 14px;
}
.w-full{
	width: 100%;
}
.w-20{
	width: 5rem;
}
.w-2\/3{
	width: 66.666667%;
}
.w-\[300px\]{
	width: 300px;
}
.w-\[180px\]{
	width: 180px;
}
.w-8{
	width: 2rem;
}
.w-2\/5{
	width: 40%;
}
.w-1\/2{
	width: 50%;
}
.w-\[1024px\]{
	width: 1024px;
}
.w-4{
	width: 1rem;
}
.w-2{
	width: 0.5rem;
}
.w-3\/5{
	width: 60%;
}
.w-3\/4{
	width: 75%;
}
.w-4\/5{
	width: 80%;
}
.w-\[100px\]{
	width: 100px;
}
.w-6{
	width: 1.5rem;
}
.w-10{
	width: 2.5rem;
}
.w-12{
	width: 3rem;
}
.w-1\/5{
	width: 20%;
}
.w-2\/6{
	width: 33.333333%;
}
.w-5\/12{
	width: 41.666667%;
}
.w-9\/12{
	width: 75%;
}
.w-1\/12{
	width: 8.333333%;
}
.w-\[200px\]{
	width: 200px;
}
.w-16{
	width: 4rem;
}
.w-5{
	width: 1.25rem;
}
.min-w-\[200px\]{
	min-width: 200px;
}
.min-w-full{
	min-width: 100%;
}
.max-w-lg{
	max-width: 32rem;
}
.max-w-\[600px\]{
	max-width: 600px;
}
.max-w-xl{
	max-width: 36rem;
}
.max-w-\[240px\]{
	max-width: 240px;
}
.max-w-3xl{
	max-width: 48rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.flex-grow-0{
	flex-grow: 0;
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.cursor-default{
	cursor: default;
}
.cursor-not-allowed{
	cursor: not-allowed;
}
.list-inside{
	list-style-position: inside;
}
.list-disc{
	list-style-type: disc;
}
.auto-cols-auto{
	grid-auto-columns: auto;
}
.grid-flow-col{
	grid-auto-flow: column;
}
.grid-cols-16{
	grid-template-columns: repeat(16, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.items-start{
	align-items: flex-start;
}
.items-center{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.gap-8{
	gap: 2rem;
}
.gap-5{
	gap: 1.25rem;
}
.gap-4{
	gap: 1rem;
}
.gap-1{
	gap: 0.25rem;
}
.gap-24{
	gap: 6rem;
}
.gap-12{
	gap: 3rem;
}
.gap-6{
	gap: 1.5rem;
}
.gap-2{
	gap: 0.5rem;
}
.gap-x-16{
	-moz-column-gap: 4rem;
	     column-gap: 4rem;
}
.gap-y-16{
	row-gap: 4rem;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0px * var(--tw-space-x-reverse));
	margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(5rem * var(--tw-space-x-reverse));
	margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.self-start{
	align-self: flex-start;
}
.self-stretch{
	align-self: stretch;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-scroll{
	overflow-x: scroll;
}
.overflow-y-scroll{
	overflow-y: scroll;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-xl{
	border-radius: 0.75rem;
}
.rounded-\[18px\]{
	border-radius: 18px;
}
.rounded-sm{
	border-radius: 0.125rem;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-\[26px\]{
	border-radius: 26px;
}
.rounded-2xl{
	border-radius: 1rem;
}
.border{
	border-width: 1px;
}
.border-0{
	border-width: 0px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-brand{
	--tw-border-opacity: 1;
	border-color: rgba(0, 48, 91, var(--tw-border-opacity));
}
.border-silver{
	--tw-border-opacity: 1;
	border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100{
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-b-silver{
	--tw-border-opacity: 1;
	border-bottom-color: rgba(198, 198, 198, var(--tw-border-opacity));
}
.border-b-brand{
	--tw-border-opacity: 1;
	border-bottom-color: rgba(0, 48, 91, var(--tw-border-opacity));
}
.border-opacity-60{
	--tw-border-opacity: 0.6;
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-red-200{
	--tw-bg-opacity: 1;
	background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.bg-brand{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 48, 91, var(--tw-bg-opacity));
}
.bg-\[\#2E2E2E\]{
	--tw-bg-opacity: 1;
	background-color: rgba(46, 46, 46, var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-silver{
	--tw-bg-opacity: 1;
	background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}
.bg-brand-light{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 67, 136, var(--tw-bg-opacity));
}
.bg-silver-light{
	--tw-bg-opacity: 1;
	background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
}
.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-private{
	--tw-bg-opacity: 1;
	background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\]{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}
.bg-opacity-95{
	--tw-bg-opacity: 0.95;
}
.bg-opacity-40{
	--tw-bg-opacity: 0.4;
}
.bg-opacity-30{
	--tw-bg-opacity: 0.3;
}
.bg-opacity-20{
	--tw-bg-opacity: 0.2;
}
.bg-gradient-to-tr{
	background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-b{
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-brand-dark{
	--tw-gradient-from: #001437;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 55, 0));
}
.from-black{
	--tw-gradient-from: #000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-white{
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-brand{
	--tw-gradient-from: #00305B;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 48, 91, 0));
}
.from-silver{
	--tw-gradient-from: #C6C6C6;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
}
.via-transparent{
	--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.to-brand-light{
	--tw-gradient-to: #004388;
}
.to-transparent{
	--tw-gradient-to: transparent;
}
.to-white{
	--tw-gradient-to: #fff;
}
.to-\[\#3D3D3D\]{
	--tw-gradient-to: #3D3D3D;
}
.to-\[\#006CCC\]{
	--tw-gradient-to: #006CCC;
}
.object-contain{
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-top{
	-o-object-position: top;
	   object-position: top;
}
.object-bottom{
	-o-object-position: bottom;
	   object-position: bottom;
}
.object-left-bottom{
	-o-object-position: left bottom;
	   object-position: left bottom;
}
.p-2{
	padding: 0.5rem;
}
.p-5{
	padding: 1.25rem;
}
.p-10{
	padding: 2.5rem;
}
.p-12{
	padding: 3rem;
}
.p-8{
	padding: 2rem;
}
.p-4{
	padding: 1rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2\.5{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-16{
	padding-left: 4rem;
	padding-right: 4rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-28{
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.pr-4{
	padding-right: 1rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pr-10{
	padding-right: 2.5rem;
}
.pt-\[60px\]{
	padding-top: 60px;
}
.pb-5{
	padding-bottom: 1.25rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pt-0{
	padding-top: 0px;
}
.pl-20{
	padding-left: 5rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pb-16{
	padding-bottom: 4rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.pt-4{
	padding-top: 1rem;
}
.pt-20{
	padding-top: 5rem;
}
.pr-20{
	padding-right: 5rem;
}
.pr-5{
	padding-right: 1.25rem;
}
.pt-16{
	padding-top: 4rem;
}
.pl-10{
	padding-left: 2.5rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-bold{
	font-weight: 700;
}
.font-semibold{
	font-weight: 600;
}
.font-light{
	font-weight: 300;
}
.font-medium{
	font-weight: 500;
}
.font-normal{
	font-weight: 400;
}
.\!uppercase{
	text-transform: uppercase !important;
}
.uppercase{
	text-transform: uppercase;
}
.leading-7{
	line-height: 1.75rem;
}
.leading-5{
	line-height: 1.25rem;
}
.leading-tight{
	line-height: 1.25;
}
.leading-6{
	line-height: 1.5rem;
}
.leading-4{
	line-height: 1rem;
}
.leading-\[1\.05\]{
	line-height: 1.05;
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-silver-dark{
	--tw-text-opacity: 1;
	color: rgba(89, 88, 88, var(--tw-text-opacity));
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-blue-500{
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-brand{
	--tw-text-opacity: 1;
	color: rgba(0, 48, 91, var(--tw-text-opacity));
}
.text-silver{
	--tw-text-opacity: 1;
	color: rgba(198, 198, 198, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-silver-light{
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-blue-600{
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-private{
	--tw-text-opacity: 1;
	color: rgba(112, 111, 111, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-\[\#706F6F\]{
	--tw-text-opacity: 1;
	color: rgba(112, 111, 111, var(--tw-text-opacity));
}
.text-green-500{
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-brand-light{
	--tw-text-opacity: 1;
	color: rgba(0, 67, 136, var(--tw-text-opacity));
}
.text-red-500{
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-\[\#555\]{
	--tw-text-opacity: 1;
	color: rgba(85, 85, 85, var(--tw-text-opacity));
}
.underline{
	text-decoration: underline;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.caret-white{
	caret-color: #fff;
}
.opacity-0{
	opacity: 0;
}
.opacity-80{
	opacity: 0.8;
}
.opacity-50{
	opacity: 0.5;
}
.opacity-\[0\.17\]{
	opacity: 0.17;
}
.opacity-25{
	opacity: 0.25;
}
.opacity-100{
	opacity: 1;
}
.shadow-md{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
	filter: var(--tw-filter);
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-500{
	transition-duration: 500ms;
}
.duration-1000{
	transition-duration: 1000ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.last\:mb-0:last-child{
	margin-bottom: 0px;
}

.last\:border-b-0:last-child{
	border-bottom-width: 0px;
}

.last\:border-none:last-child{
	border-style: none;
}

.hover\:border-b-0:hover{
	border-bottom-width: 0px;
}

.hover\:bg-\[\#1e1e1e\]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-opacity-90:hover{
	--tw-bg-opacity: 0.9;
}

.hover\:text-blue-800:hover{
	--tw-text-opacity: 1;
	color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-silver-dark:hover{
	--tw-text-opacity: 1;
	color: rgba(89, 88, 88, var(--tw-text-opacity));
}

.hover\:text-brand-dark:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 20, 55, var(--tw-text-opacity));
}

.hover\:text-brand:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 48, 91, var(--tw-text-opacity));
}

.hover\:underline:hover{
	text-decoration: underline;
}

.hover\:opacity-50:hover{
	opacity: 0.5;
}

.hover\:opacity-75:hover{
	opacity: 0.75;
}

.focus\:border-0:focus{
	border-width: 0px;
}

.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-0:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:bg-opacity-60:disabled{
	--tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:h-4{
	height: 1rem;
}

.group:hover .group-hover\:w-4{
	width: 1rem;
}

.group:hover .group-hover\:bg-brand{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 48, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}

.group:hover .group-hover\:font-bold{
	font-weight: 700;
}

.group:hover .group-hover\:text-brand{
	--tw-text-opacity: 1;
	color: rgba(0, 48, 91, var(--tw-text-opacity));
}

@media (min-width: 640px){

	.sm\:h-auto{
		height: auto;
	}

	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 768px){

	.md\:absolute{
		position: absolute;
	}

	.md\:relative{
		position: relative;
	}

	.md\:top-0{
		top: 0px;
	}

	.md\:bottom-20{
		bottom: 5rem;
	}

	.md\:right-20{
		right: 5rem;
	}

	.md\:mt-0{
		margin-top: 0px;
	}

	.md\:mb-6{
		margin-bottom: 1.5rem;
	}

	.md\:mb-0{
		margin-bottom: 0px;
	}

	.md\:mt-2{
		margin-top: 0.5rem;
	}

	.md\:-ml-6{
		margin-left: -1.5rem;
	}

	.md\:-mt-40{
		margin-top: -10rem;
	}

	.md\:block{
		display: block;
	}

	.md\:flex{
		display: flex;
	}

	.md\:hidden{
		display: none;
	}

	.md\:h-\[72px\]{
		height: 72px;
	}

	.md\:h-\[3px\]{
		height: 3px;
	}

	.md\:min-h-0{
		min-height: 0px;
	}

	.md\:w-full{
		width: 100%;
	}

	.md\:w-3\/5{
		width: 60%;
	}

	.md\:w-2\/3{
		width: 66.666667%;
	}

	.md\:w-1\/3{
		width: 33.333333%;
	}

	.md\:w-1\/2{
		width: 50%;
	}

	.md\:w-1\/12{
		width: 8.333333%;
	}

	.md\:w-6\/12{
		width: 50%;
	}

	.md\:w-2\/12{
		width: 16.666667%;
	}

	.md\:w-auto{
		width: auto;
	}

	.md\:w-4\/12{
		width: 33.333333%;
	}

	.md\:w-1\/4{
		width: 25%;
	}

	.md\:w-3\/4{
		width: 75%;
	}

	.md\:min-w-0{
		min-width: 0px;
	}

	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.md\:flex-row{
		flex-direction: row;
	}

	.md\:flex-col{
		flex-direction: column;
	}

	.md\:items-center{
		align-items: center;
	}

	.md\:justify-start{
		justify-content: flex-start;
	}

	.md\:justify-end{
		justify-content: flex-end;
	}

	.md\:justify-center{
		justify-content: center;
	}

	.md\:gap-20{
		gap: 5rem;
	}

	.md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(3rem * var(--tw-space-x-reverse));
		margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(3.5rem * var(--tw-space-x-reverse));
		margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}

	.md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:overflow-hidden{
		overflow: hidden;
	}

	.md\:overflow-y-visible{
		overflow-y: visible;
	}

	.md\:rounded{
		border-radius: 0.25rem;
	}

	.md\:border-b{
		border-bottom-width: 1px;
	}

	.md\:border-t{
		border-top-width: 1px;
	}

	.md\:border-b-0{
		border-bottom-width: 0px;
	}

	.md\:border-t-0{
		border-top-width: 0px;
	}

	.md\:border-r{
		border-right-width: 1px;
	}

	.md\:border-gray-100{
		--tw-border-opacity: 1;
		border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	}

	.md\:bg-transparent{
		background-color: transparent;
	}

	.md\:bg-white{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

	.md\:p-0{
		padding: 0px;
	}

	.md\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}

	.md\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.md\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.md\:py-1{
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.md\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.md\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.md\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.md\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.md\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:pt-0{
		padding-top: 0px;
	}

	.md\:pt-4{
		padding-top: 1rem;
	}

	.md\:pl-6{
		padding-left: 1.5rem;
	}

	.md\:pr-8{
		padding-right: 2rem;
	}

	.md\:pr-24{
		padding-right: 6rem;
	}

	.md\:pr-20{
		padding-right: 5rem;
	}

	.md\:pl-20{
		padding-left: 5rem;
	}

	.md\:pr-4{
		padding-right: 1rem;
	}

	.md\:pr-12{
		padding-right: 3rem;
	}

	.md\:pl-12{
		padding-left: 3rem;
	}

	.md\:pl-24{
		padding-left: 6rem;
	}

	.md\:text-5xl{
		font-size: 3rem;
		line-height: 1;
	}

	.md\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.md\:text-6xl{
		font-size: 3.75rem;
		line-height: 1;
	}

	.md\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-\[2\.75rem\]{
		font-size: 2.75rem;
	}

	.md\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.md\:font-normal{
		font-weight: 400;
	}

	.md\:leading-tight{
		line-height: 1.25;
	}

	.md\:leading-none{
		line-height: 1;
	}

	.md\:leading-7{
		line-height: 1.75rem;
	}

	.md\:text-silver{
		--tw-text-opacity: 1;
		color: rgba(198, 198, 198, var(--tw-text-opacity));
	}

	.md\:text-silver-dark{
		--tw-text-opacity: 1;
		color: rgba(89, 88, 88, var(--tw-text-opacity));
	}

	.md\:text-brand-dark{
		--tw-text-opacity: 1;
		color: rgba(0, 20, 55, var(--tw-text-opacity));
	}

	.md\:text-gray-600{
		--tw-text-opacity: 1;
		color: rgba(75, 85, 99, var(--tw-text-opacity));
	}

	.md\:opacity-100{
		opacity: 1;
	}

	.md\:shadow-lg{
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.md\:first\:border-t-0:first-child{
		border-top-width: 0px;
	}

	.md\:hover\:border-b:hover{
		border-bottom-width: 1px;
	}

	.md\:hover\:border-b-0:hover{
		border-bottom-width: 0px;
	}

	.md\:hover\:text-black:hover{
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}
}

@media (min-width: 1024px){

	.lg\:container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	@media (min-width: 640px){

		.lg\:container{
			max-width: 640px;
		}
	}

	@media (min-width: 768px){

		.lg\:container{
			max-width: 768px;
		}
	}

	@media (min-width: 1024px){

		.lg\:container{
			max-width: 1024px;
		}
	}

	@media (min-width: 1280px){

		.lg\:container{
			max-width: 1280px;
		}
	}

	.lg\:left-0{
		left: 0px;
	}

	.lg\:top-0{
		top: 0px;
	}

	.lg\:mb-20{
		margin-bottom: 5rem;
	}

	.lg\:mb-0{
		margin-bottom: 0px;
	}

	.lg\:mt-0{
		margin-top: 0px;
	}

	.lg\:-mt-40{
		margin-top: -10rem;
	}

	.lg\:mt-20{
		margin-top: 5rem;
	}

	.lg\:block{
		display: block;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:h-full{
		height: 100%;
	}

	.lg\:w-full{
		width: 100%;
	}

	.lg\:w-3\/4{
		width: 75%;
	}

	.lg\:w-1\/2{
		width: 50%;
	}

	.lg\:w-4\/5{
		width: 80%;
	}

	.lg\:w-auto{
		width: auto;
	}

	.lg\:w-2\/5{
		width: 40%;
	}

	.lg\:w-2\/3{
		width: 66.666667%;
	}

	.lg\:min-w-\[520px\]{
		min-width: 520px;
	}

	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:flex-row{
		flex-direction: row;
	}

	.lg\:gap-32{
		gap: 8rem;
	}

	.lg\:gap-20{
		gap: 5rem;
	}

	.lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(5rem * var(--tw-space-x-reverse));
		margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(7rem * var(--tw-space-x-reverse));
		margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.lg\:overflow-x-visible{
		overflow-x: visible;
	}

	.lg\:bg-brand-light{
		--tw-bg-opacity: 1;
		background-color: rgba(0, 67, 136, var(--tw-bg-opacity));
	}

	.lg\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.lg\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.lg\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:pt-20{
		padding-top: 5rem;
	}

	.lg\:pb-20{
		padding-bottom: 5rem;
	}

	.lg\:pl-0{
		padding-left: 0px;
	}

	.lg\:pb-0{
		padding-bottom: 0px;
	}

	.lg\:pr-4{
		padding-right: 1rem;
	}

	.lg\:text-left{
		text-align: left;
	}
}

@media (min-width: 1280px){

	.xl\:-mt-64{
		margin-top: -16rem;
	}

	.xl\:px-32{
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

