*:focus {
    outline: 0!important;
    box-shadow: none!important;
}
::-moz-selection {
    background: #001489;
    color: white;
}
::selection {
    background: #001489;
    color: white;
}
html {
    scroll-behavior: smooth;
    font-size: 100%;
}
body {
    background-color: #FFFFFF;
    font-family: 'Lato', serif !important;
    color: #0A0A0A;
}
hr {
    border-color: #D4DBDE;
}
h2 {
    font-size: 36px;
}
p a {
        text-decoration: underline;
    }
ul {
    min-width: 0px;
}
.seo-only.seo-only.seo-only{
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    opacity: 0;
    width: 0;
}
.sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
section {
    scroll-margin-top: 50px;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
    background: rgba(169, 132, 69, .2);
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #001489;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #001489;
    opacity: 0.2;
}
.image-full {
    max-height: 600px;
}
.image-full img {
        height: 100%;
        width: 100%;
        margin: auto;
        max-width: none;
        max-height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        background-position: center;
    }
@media (max-width: 750px) {
.image-full img {
            height: 100vh
    }
        }
select, input[type="date"],  input[type="text"],input[type="email"] {
    width: 100%;
    padding-right: 38px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
  
    /* Hide arrow on FF */
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}
select::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
        color: #2A2D7B4D; /* Ajuste conforme necessário */
        font-style: italic;
    }
select:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
        color: #2A2D7B4D; /* Ajuste conforme necessário */
        font-style: italic;
    }
select::placeholder, input[type="date"]::placeholder, input[type="text"]::placeholder, input[type="email"]::placeholder {
        color: #2A2D7B4D; /* Ajuste conforme necessário */
        font-style: italic;
    }
select::-webkit-inner-spin-button,
    select ::-webkit-calendar-picker-indicator,
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"] ::-webkit-calendar-picker-indicator,
    input[type="text"]::-webkit-inner-spin-button,
    input[type="text"] ::-webkit-calendar-picker-indicator,
    input[type="email"]::-webkit-inner-spin-button,
    input[type="email"] ::-webkit-calendar-picker-indicator {
        visibility: hidden;
        display: none;
        -webkit-appearance: none;
    }
.pure-css-select-style-file {
    max-width: 100%;
}
.pure-css-select-style {
    width: 100%;
    overflow: hidden;
}
.pure-css-select-style.max-width {
        max-width: 100%;
    }
@media (min-width: 768px) {
.pure-css-select-style.max-width {
            max-width: 285px
    }    
        }
.pure-css-select-style select,
    .pure-css-select-style input[type="text"],
    .pure-css-select-style input[type="email"],
    .pure-css-select-style input[type="tel"],
    .pure-css-select-style input[type="number"] {
        padding: 12px 40px 12px 8px;
        color: #001489;
        width: 100%;
        height: 100%;
        max-width: 575px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        height: 48px;
        /* Hide arrow on FF */
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        
    }
@media screen and (min-width:0\0) {
.pure-css-select-style select,
    .pure-css-select-style input[type="text"],
    .pure-css-select-style input[type="email"],
    .pure-css-select-style input[type="tel"],
    .pure-css-select-style input[type="number"] {
            width: calc( 100% + 58px )
        
    }
        }
.pure-css-select-style select::-ms-expand, .pure-css-select-style input[type="text"]::-ms-expand, .pure-css-select-style input[type="email"]::-ms-expand, .pure-css-select-style input[type="tel"]::-ms-expand, .pure-css-select-style input[type="number"]::-ms-expand {
            display: none;
        }
/* Chrome, Safari, Edge */
.pure-css-select-style input[type="number"]::-webkit-outer-spin-button,
    .pure-css-select-style input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/* Firefox */
.pure-css-select-style input[type="number"] {
        -moz-appearance: textfield;
    }
.pure-css-select-style input[type="date"] {
        width: 100%;
        padding-right: 38px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
      
        /* Hide arrow on FF */
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        
    }
@media screen and (min-width:0\0) {
.pure-css-select-style input[type="date"] {
            width: calc( 100% + 58px )
        
    }
        }
.pure-css-select-style input[type="date"]::-ms-expand {
            display: none;
        }
.pure-css-select-style input[type="date"] {

        position: relative;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
}
/* Firefox */
.pure-css-select-style input[type="date"]::-webkit-calendar-picker-indicator {
            display: none; /* Remove o ícone no Chrome, Edge e Safari */
        }
/* Safari/Chrome */
.pure-css-select-style input[type="date"]::-webkit-inner-spin-button,
        .pure-css-select-style input[type="date"]::-webkit-clear-button {
            display: none; /* Remove botões internos do input */
        }
/* Remove a aparência padrão */
.pure-css-select-style input[type="date"]::-moz-calendar-picker-indicator {
            display: none; /* Remove o ícone no Firefox */
        }
.pure-css-select-style input[type="date"]::-ms-clear {
            display: none; /* Remove o botão de limpar no IE */
        }
.pure-css-select-style optgroup {
        color: inherit;
        font: inherit;
      }
.pure-css-select-style.theme-default-w-line {
        position: relative;
        border: 1px solid #001489;
        border-radius: 2px;
    }
.pure-css-select-style.theme-default-w-line:after {
            content: '';
            position: absolute;
            width: 1px; top: 0; bottom: 0; right: 40px;
        }
.pure-css-select-style.theme-default-w-line select,
        .pure-css-select-style.theme-default-w-line input[type="date"]::-webkit-calendar-picker-indicator {
            padding: 12px 40px 12px 8px;
            color: #2A2D7B4D;
        }
.pure-css-select-style.theme-default-w-line-icon {
        position: relative;
        border: 1px solid #001489;
        border-radius: 2px;
        /* <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"><path d="M4.33 8.5L0 1L8.66 1z" fill="#666"/></svg> */
        background: url('/dist/images/front/elements/arrow_down_sim.svg') right 13px center no-repeat;
    }
.pure-css-select-style.theme-default-w-line-icon:after {
            content: '';
            position: absolute;
            width: 1px; top: 0; bottom: 0; right: 40px;
        }
.pure-css-select-style.theme-default-w-line-icon select,
        .pure-css-select-style.theme-default-w-line-icon input[type="date"]::-webkit-calendar-picker-indicator {
            padding: 12px 40px 12px 8px;
            color: #001489;
        }
.pure-css-select-style.theme-default-w-line-calendar-icon {
        height: 50px;
        position: relative;
        border: 1px solid #001489;
        border-radius: 2px;
        /* <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"><path d="M4.33 8.5L0 1L8.66 1z" fill="#666"/></svg> */
        background: url('/dist/images/front/elements/calendar_icon.svg') right 13px center no-repeat;
    }
.pure-css-select-style.theme-default-w-line-calendar-icon:after {
            content: '';
            position: absolute;
            width: 1px; top: 0; bottom: 0; right: 40px;
        }
.pure-css-select-style.theme-default-w-line-calendar-icon select,
        .pure-css-select-style.theme-default-w-line-calendar-icon input[type="date"]::-webkit-calendar-picker-indicator {
            padding: 12px 40px 12px 8px;
            color: #001489;
        }
input[type="checkbox"] { 
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="checkbox"]:checked::before {
        background: #001489;
    }
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #001489;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding-top: 6px;
  cursor: pointer;
}
input[type="radio"]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #001489;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
input[type="radio"]:disabled {
    border-color: #ccc;
    background-color: #f8f8f8;
    cursor: not-allowed;
  }
input[type="radio"]:disabled:checked::before {
        background: #999;
    }
input[type="radio"]:checked:disabled::before {
    background: #999;
  }
input.cursor-not-allowed {
    cursor: not-allowed!important;
}
.white-style {
    width: 100%;
    overflow: hidden;
}
.white-style select,
    .white-style input[type="text"],
    .white-style input[type="email"]  {
        padding: 12px 40px 12px 8px;
        color: #001489;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: none;
        background: white;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
      
        /* Hide arrow on FF */
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        
    }
@media screen and (min-width:0\0) {
.white-style select,
    .white-style input[type="text"],
    .white-style input[type="email"]  {
            width: calc( 100% + 58px )
        
    }
        }
.white-style select::-ms-expand, .white-style input[type="text"]::-ms-expand, .white-style input[type="email"]::-ms-expand {
            display: none;
        }
.white-style input[type="date"] {
        width: 100%;
        height: 100%;
        padding-right: 38px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
      
        /* Hide arrow on FF */
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        
    }
@media screen and (min-width:0\0) {
.white-style input[type="date"] {
            width: calc( 100% + 58px )
        
    }
        }
.white-style input[type="date"]::-ms-expand {
            display: none;
        }
.white-style input[type="date"] {

        position: relative;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
}
/* Firefox */
.white-style input[type="date"]::-webkit-calendar-picker-indicator {
            display: none; /* Remove o ícone no Chrome, Edge e Safari */
        }
/* Safari/Chrome */
.white-style input[type="date"]::-webkit-inner-spin-button,
        .white-style input[type="date"]::-webkit-clear-button {
            display: none; /* Remove botões internos do input */
        }
/* Remove a aparência padrão */
.white-style input[type="date"]::-moz-calendar-picker-indicator {
            display: none; /* Remove o ícone no Firefox */
        }
.white-style input[type="date"]::-ms-clear {
            display: none; /* Remove o botão de limpar no IE */
        }
.white-style optgroup {
        color: inherit;
        font: inherit;
      }
.white-style.theme-default-w-line {
        position: relative;
        border: 1px solid #001489;
        border-radius: 2px;
    }
.white-style.theme-default-w-line:after {
            content: '';
            position: absolute;
            width: 1px; top: 0; bottom: 0; right: 40px;
        }
.white-style.theme-default-w-line select,
        .white-style.theme-default-w-line input[type="date"]::-webkit-calendar-picker-indicator {
            padding: 12px 40px 12px 8px;
            color: #2A2D7B4D;
        }
.white-style.theme-default-w-line-icon {
        position: relative;
        border: 1px solid #001489;
        border-radius: 2px;
        /* <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"><path d="M4.33 8.5L0 1L8.66 1z" fill="#666"/></svg> */
        background: #fff url('/dist/images/front/elements/arrow_down_sim.svg') right 13px center no-repeat;
      }
.white-style.theme-default-w-line-icon:after {
            content: '';
            position: absolute;
            width: 1px; top: 0; bottom: 0; right: 40px;
        }
.white-style.theme-default-w-line-icon select,
        .white-style.theme-default-w-line-icon input[type="date"]::-webkit-calendar-picker-indicator {
            padding: 12px 40px 12px 8px;
            color: #001489;
        }
table tbody tr:hover{
    background-color: #001489;
    color: white;
}
table tbody tr:hover img {
        filter: brightness(0) invert(1);
    }
#myInput:before{ content:"Date of birth"; width:100%; color:#AAA; }
#myInput:focus:before,
#myInput.not_empty:before{ content:none }
ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 10em;
}
#cc--main #c-ttl, #cc--main #c-txt, #cc--main .cc_div .cc-link, #cc--main #s-ttl, #cc--main .b-tl, #cc--main .p, #cc--main .b-tl, #cc--main .b-acc {
        color: #001489;
    }
#cc--main #c-p-bn, #cc--main #s-all-bn {
        background-color: #001489;
    }
#cc--main #c-s-bn,#cc--main .cc-link,#cc--main #s-rall-bn,#cc--main #s-sv-bn {
        color: #001489;
    }
.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.lock-scroll {
    overflow: hidden;
}
.filter-white{
    filter: brightness(0) invert(1);
}
.filter-black{
    filter: brightness(0) invert(0);
}
.search-btn:hover > img {        
            content: url(../../../dist/images/front/elements/search-interface-symbol.svg);
        }
.nowrap{
    text-wrap: nowrap;
}
/* Main header Styles */
body header div.fixed-header {
            position: relative;
        }
@media (min-width: 1024px) {
body header div.fixed-header {
                height: 110px
        }
            }
body header div.fixed-header div.desktop-menu {
                position: fixed;
                top: -1px;
                width: 100%;
                z-index: 30;
                overflow: hidden;
                transition: all 300ms ease-out;
            }
@media (min-width: 1024px) {
body header div.fixed-header div.desktop-menu {                
                    z-index: 10
            }
                }
body header div.fixed-header div.desktop-menu #mainNavbar {
                    padding-top: 15px;
                    padding-bottom: 15px;
                    transition: all 250ms ease-out;
                    z-index: 3;
                }
body header div.fixed-header div.desktop-menu #mainNavbar a, body header div.fixed-header div.desktop-menu #mainNavbar div {
                        color: #001489;
                    }
body header div.fixed-header div.desktop-menu #mainNavbar a:hover, body header div.fixed-header div.desktop-menu #mainNavbar div:hover {
                            color: #000;
                        }
body header div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo{
                        filter: brightness(0) invert(1);
                    }
@media (min-width: 1024px) {
body header div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo{
                            filter: none
                    }
                        }
body header div.fixed-header div.desktop-menu #mainNavbar .microsite-name {
                        border-color: white;        
                    }
@media (min-width: 1024px) {
body header div.fixed-header div.desktop-menu #mainNavbar .microsite-name {
                            border-color: #001489        
                    }
                        }
body header div.fixed-header div.desktop-menu #mainNavbar .microsite-name a, body header div.fixed-header div.desktop-menu #mainNavbar .microsite-name div {
                            color: white; 
                        }
@media (min-width: 1024px) {
body header div.fixed-header div.desktop-menu #mainNavbar .microsite-name a, body header div.fixed-header div.desktop-menu #mainNavbar .microsite-name div {
                                color: #001489 
                        }
                            }
body.full-screen header a, body.full-screen header div {
                color: #001489;
            }
body.full-screen header a:hover, body.full-screen header div:hover {
                    color: #000;
                }
body.full-screen header div.fixed-header div.desktop-menu #mainNavbar {
                        background-color: #001489;
                        color: #001489;
       
                    }
@media (min-width: 1024px) {
body.full-screen header div.fixed-header div.desktop-menu #mainNavbar {
                            background-color: rgba(239, 239, 239, .8)
       
                    }
                        }
body.full-screen header div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo{
                            filter: brightness(0) invert(1);
                        }
@media (min-width: 1024px) {
body.full-screen header div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo{
                                filter: none
                        }
                            }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar a, body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar div {
                                color: white;
                            }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar a:hover, body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar div:hover {
                                    color: #001489;
                                }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar {
                            background-color: transparent;
}
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar #lkcom-logo{
                                filter: brightness(0) invert(1);
                            }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar #lkcom-logo:hover {
                                    filter: none;
                                }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar .microsite-name {
                                border-color: white;        
                            }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar .microsite-name a, body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar .microsite-name div {
                                    color: white;
                                }
body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar .microsite-name a:hover, body.full-screen header div.fixed-header div.desktop-menu.no-background #mainNavbar .microsite-name div:hover {
                                        color: #001489;
                                    }
body.left.full-screen div.desktop-menu.no-background #mainNavbar #lkcom-logo{
                            filter: brightness(0) invert(1);
                        }
/* Microsite Menu  */
body.right.full-screen div.desktop-menu.no-background #mainNavbar #lkcom-logo{
                            filter: brightness(0) invert(1);
                        }
body.right.full-screen div.desktop-menu.no-background #mainNavbar .microsite-name {
                            border-color: white;        
                        }
body.right.full-screen div.desktop-menu.no-background #mainNavbar .microsite-name a, body.right.full-screen div.desktop-menu.no-background #mainNavbar .microsite-name div {
                                color: white;
                            }
body.right div.desktop-menu.no-background #mainNavbar #lkcom-logo{
                        filter: none;
                    }
.logo {
    max-width: 100%;
    width: auto;
    height: 50px; 
}
@media (min-width: 1024px) {
.logo {
        height: 80px 
}
    }
/* Sidenav Styles */
nav#fullScreenMenu.full-screen-menu {
            height: auto;
            width: 100vw;
            position: fixed;
            z-index: 111;
            top: 0;
            transition: 0.33s ease-in-out;
            color: #001489;
            overflow: hidden;
            background-color: #001489;
        }
nav#fullScreenMenu.full-screen-menu a, nav#fullScreenMenu.full-screen-menu div {
            }
nav#fullScreenMenu.full-screen-menu > div {
                position: relative;
            }
nav#fullScreenMenu.full-screen-menu.left {
                left: -110%;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu.left {
                    left: -101%
            } 
                }
nav#fullScreenMenu.full-screen-menu.right{
                right: -100%;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu.right{
                    right: -101%
            } 
                }
nav#fullScreenMenu.full-screen-menu.right #firstStep, nav#fullScreenMenu.full-screen-menu.right #firstMobileStep {
                    margin-left: auto;
                    margin-right: 0;
                }
nav#fullScreenMenu.full-screen-menu.right > div {
                    display: flex;
                    flex-direction: column-reverse;
                }
nav#fullScreenMenu.full-screen-menu.right .lg\:pt-138,
                nav#fullScreenMenu.full-screen-menu.right .pt-120  {
                    padding-top: 0px;
                }
nav#fullScreenMenu.full-screen-menu.right .menu-step {
                    right: 0;
                }
nav#fullScreenMenu.full-screen-menu.right #firstStep, nav#fullScreenMenu.full-screen-menu.right #firstMobileStep {
                    background-color: #001489;
                    z-index: 99;
                }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu.right #firstStep, nav#fullScreenMenu.full-screen-menu.right #firstMobileStep {
                        z-index: 99
                }
                    }
nav#fullScreenMenu.full-screen-menu.right #firstStep a,nav#fullScreenMenu.full-screen-menu.right #firstStep div,nav#fullScreenMenu.full-screen-menu.right #firstMobileStep a,nav#fullScreenMenu.full-screen-menu.right #firstMobileStep div {
                        color: #fff;
                    }
nav#fullScreenMenu.full-screen-menu.top {
                top: -105vh;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu.top {
                    top: -101%
            } 
                }
nav#fullScreenMenu.full-screen-menu .menu-step {
                position: relative;
            }
nav#fullScreenMenu.full-screen-menu #firstStep, nav#fullScreenMenu.full-screen-menu #firstMobileStep {
                min-width: 100vw;
                z-index: 99;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu #firstStep, nav#fullScreenMenu.full-screen-menu #firstMobileStep {
                    z-index: 99
            }
                }
nav#fullScreenMenu.full-screen-menu #firstStep a, nav#fullScreenMenu.full-screen-menu #firstStep div, nav#fullScreenMenu.full-screen-menu #firstMobileStep a, nav#fullScreenMenu.full-screen-menu #firstMobileStep div {
                    color: white;
                }
nav#fullScreenMenu.full-screen-menu #firstStep li:not(:last-child), nav#fullScreenMenu.full-screen-menu #firstMobileStep li:not(:last-child) {
                    padding-bottom: 6px;
                    border-bottom: 1px solid rgba(239, 239, 239, .1);
                }
nav#fullScreenMenu.full-screen-menu #secondStep, nav#fullScreenMenu.full-screen-menu #secondMobileStep {
                min-width: 100vw;
                z-index: 88;
                transition: 0.33s ease-in-out;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu #secondStep, nav#fullScreenMenu.full-screen-menu #secondMobileStep {
                    transform: translateX(0px);
                    z-index: 88
            }
                }
nav#fullScreenMenu.full-screen-menu #secondStep a, nav#fullScreenMenu.full-screen-menu #secondStep div, nav#fullScreenMenu.full-screen-menu #secondMobileStep a, nav#fullScreenMenu.full-screen-menu #secondMobileStep div {
                    color: white;
                }
nav#fullScreenMenu.full-screen-menu #secondStep hr, nav#fullScreenMenu.full-screen-menu #secondMobileStep hr {
                    border-color: rgba(239, 239, 239, .1);
                }
nav#fullScreenMenu.full-screen-menu #thirdStep, nav#fullScreenMenu.full-screen-menu #thirdMobileStep {
                transform: translateX(-300vw);
        
                background-color: #fcfafa;
                z-index: 77;
                transition: 0.33s ease-in-out;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu #thirdStep, nav#fullScreenMenu.full-screen-menu #thirdMobileStep {
                    transform: translateX(0px);
                    z-index: 77
            }
                }
nav#fullScreenMenu.full-screen-menu #thirdStep a, nav#fullScreenMenu.full-screen-menu #thirdStep div, nav#fullScreenMenu.full-screen-menu #thirdMobileStep a, nav#fullScreenMenu.full-screen-menu #thirdMobileStep div {
                    color: #001489;
                }
nav#fullScreenMenu.full-screen-menu #thirdStep a.active, nav#fullScreenMenu.full-screen-menu #thirdStep div.active, nav#fullScreenMenu.full-screen-menu #thirdMobileStep a.active, nav#fullScreenMenu.full-screen-menu #thirdMobileStep div.active {
                        color: #000;
                    }
nav#fullScreenMenu.full-screen-menu #fourthStep, nav#fullScreenMenu.full-screen-menu #fourthMobileStep {
                transform: translateX(-400vw);
        
                background-color: #fcfafa;
                z-index: 66;
                transition: 0.33s ease-in-out;
            }
@media (min-width: 1024px) {
nav#fullScreenMenu.full-screen-menu #fourthStep, nav#fullScreenMenu.full-screen-menu #fourthMobileStep {
                    transform: translateX(-66vw);
                    z-index: 66
            }
                }
nav#fullScreenMenu.full-screen-menu #fourthStep a, nav#fullScreenMenu.full-screen-menu #fourthStep div, nav#fullScreenMenu.full-screen-menu #fourthMobileStep a, nav#fullScreenMenu.full-screen-menu #fourthMobileStep div {
                    color: #001489;
                }
nav#fullScreenMenu.full-screen-menu #fourthStep a.active, nav#fullScreenMenu.full-screen-menu #fourthStep div.active, nav#fullScreenMenu.full-screen-menu #fourthMobileStep a.active, nav#fullScreenMenu.full-screen-menu #fourthMobileStep div.active {
                        color: #000;
                    }
nav#fullScreenMenu.full-screen-menu .overlay{
                position: absolute;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0) 100%);
            }
nav#fullScreenMenu .overlay {
            height: 100%;
            width: 100%;
            position: fixed;
            z-index: 20;
            top: 79px;
            left: 0;
            background-color: #001489;
            overflow-y: hidden;
            transition: 0.5s;
        }
nav#fullScreenMenu .overlay.no-background {
                background-color: #EFEFEF;
            }
nav#fullScreenMenuDesktop.full-screen-menu {
            height: calc(100dvh - 109px);
            width: 100vw;
            position: fixed;
            top: 0;
            transition: 0.33s ease-in-out;
            color: #001489;
            overflow: hidden;
            margin-top: 109px;
            padding-bottom: 109px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            z-index: 20;
        }
nav#fullScreenMenuDesktop.full-screen-menu .container {
                z-index: 20;
            }
nav#fullScreenMenuDesktop.full-screen-menu a:hover, nav#fullScreenMenuDesktop.full-screen-menu div:hover {
                    color: #FCB42D;
                }
nav#fullScreenMenuDesktop.full-screen-menu h3:hover, nav#fullScreenMenuDesktop.full-screen-menu p:hover, nav#fullScreenMenuDesktop.full-screen-menu .menu-button-content:hover {
                    color: white;
                }
nav#fullScreenMenuDesktop.full-screen-menu > div {
                position: relative;
            }
nav#fullScreenMenuDesktop.full-screen-menu.top {
                top: -101%;
            }
nav#fullScreenMenuDesktop.full-screen-menu .overlay{
                position: absolute;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0) 100%);
            }
nav#fullScreenMenuDesktop .overlay {
            height: 100%;
            width: 100%;
            position: fixed;
            z-index: 18;
            top: 79px;
            left: 0;
            background-color: #001489;
            overflow-y: hidden;
            transition: 0.5s;
        }
nav#fullScreenMenuDesktop .overlay.no-background {
                background-color: #EFEFEF;
            }
#print {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
         print-color-adjust: exact;
}
@media print {
    body {
        visibility: hidden;
    }

    #print, #print * {
        visibility: visible;
    }

    #print {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}
/* Menu Changes when user scroll  */
body.compact.superCompact header #mainNavbar {
                    padding: 0px;
                    transform: translateY(-100%);
                }
body.superCompact.up .desktop-menu { 
                height: 104px;
            }
@media (min-width: 1024px) {
body.superCompact.up .desktop-menu {
                    height: 110px
            }
                }
body.superCompact.down .desktop-menu { 
                height: 0px;
            }
body.superCompact #mainNavbar {
            background-color: rgba(239, 239, 239, .8)!important;
        }
body.superCompact #mainNavbar .border-primary {
                border-color: #001489!important;
            }
body.superCompact #mainNavbar #lkcom-logo {
                filter: none!important;
            }
body.superCompact #mainNavbar .microsite-name {
                color: #001489!important;
            }
body.superCompact #mainNavbar a, body.superCompact #mainNavbar div {
                color: #001489!important;
            }
body.superCompact #mainNavbar a:hover, body.superCompact #mainNavbar div:hover {
                    color: #000!important;
                }
body.superCompact.lock-scroll #mainNavbar {
                background-color: rgba(239, 239, 239, 1)!important;
            }
/* Preview Mode */
.ribbon-preview {
    position: fixed;
    background: #ffda00;
    box-shadow: 0 0 0 999px #ffda00;
    -webkit-clip-path: inset(0 -100%);
            clip-path: inset(0 -100%);
    z-index:999999;
    padding:5px;
    margin:8px;
    border:5px solid #ffda00;
    border:1em #cbb524;
    inset: 0 auto auto 0;
    transform-origin: 100% 0;
    transform: translate(-29.3%) rotate(-45deg);
}
.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }
.panel {
    display: block;
    overflow: hidden;
}
@media (min-width: 834px) {
.panel {
        display: block
}
    }
@media (min-width: 1280px) {
.panel {
        display: block
}
    }
@media (min-width: 1721px) {
.panel {
        display: block
}
    }
article.card {
        position: relative;
        border-radius: 0rem;
        height: 100%;
    }
article.card .card-title{
            width: 100%;
        }
article.card .card-title h2, article.card .card-title h3 {
                display: -webkit-box;
                -webkit-box-orient: vertical;  
                -webkit-line-clamp: 4;
                overflow: hidden;
                transition: color 0.25s;
            }
article.card .card-title h2.hidden-skeleton.hidden{
                display: none;
            }
article.card .card-title small {
                font-size:0.75rem;
            }
article.card .card-media {
            transition: box-shadow 0.25s;
            overflow: hidden;
            aspect-ratio: 16 / 9;    
        }
@supports not (aspect-ratio: 1 / 1) {
article.card .card-media {
                width: 100%;
                height: calc(100% * 9 / 16);
                transform: translateY(calc((100% * 9 / 16 - 55%) / -2))    
        }    
            }
article.card .card-media.width-auto {
                width: auto;
            }
article.card .card-media .flex-media {
                position: relative;
                height: 100%;
                overflow: hidden;
                background: transparent;
                display: block;
                border-top-left-radius: 0rem;
                border-top-right-radius: 0rem;
            }
article.card .card-media .flex-media figure {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }
article.card .card-media .flex-media figure img{
                        height: 100%;
                        width: 100%;
                        background-color: hsl(200, 20%, 80%);
                        background-position: center;
                        max-width: none;
                        -o-object-fit: cover;
                        object-fit: cover;
                        font-family: "object-fit: cover";
                        transition: transform 0.3s ease-in;
                        aspect-ratio: 16/9;
                    }
article.card .card-media .flex-media figure figcaption{
                        display: none;
                    }
article.card .article-overflow{
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0%;
            transition: all 0.15s ease-in;

        }
article.card.primary-card .card-title {
                position: relative;
                color: #001489;
                font-size: 30px;
            }
@media (min-width: 1024px) {
article.card.primary-card .card-title {
                    padding: 16px;
                    position: absolute;
                    color: white;
                    left: 0;
                    bottom: 0;
                    max-width: 60%
            }
                }
article.card.primary-card .card-title h3, article.card.primary-card .card-title h2 {
                    font-size: clamp(1.25rem, 2vw, 1.875rem);
                    
                    font-weight: 400;
                    line-height: normal;
                }
@media (min-width: 1024px) {
article.card.primary-card .card-title h3, article.card.primary-card .card-title h2 {
                        font-size: 20px
                }
                    }
@media (min-width: 1280px) {
article.card.primary-card .card-title h3, article.card.primary-card .card-title h2 {
                        font-size: 20px
                }
                    }
@media (min-width: 1440px) {
article.card.primary-card .card-title h3, article.card.primary-card .card-title h2 {
                        font-size: clamp(1.25rem, 2vw, 1.875rem)
                }
                    }
article.card.primary-card .card-title h2 {
                    font-family: 'Lato', serif;
                    letter-spacing: 0.01rem;
                    line-height: normal;
                }
article.card.primary-card .card-title span{
                    font-family: 'Lato', serif;
                }
article.card.primary-card .card-media {
                width: 100%;
                height: 100%;
                height: 293px;
            }
@media (min-width: 1024px) {
article.card.primary-card .card-media {
                    height: 473px;
            }
                }
@media (min-width: 1280px) {
article.card.primary-card .card-media {
                    height: 410px;
            }
                }
@media (min-width: 1440px) {
article.card.primary-card .card-media {
                    height: 473px;
            }
                }
@media (min-width: 1680px) {
article.card.primary-card .card-media {
                    height: 538px;
            }
                }
@media (min-width: 1920px) {
article.card.primary-card .card-media {
                    height: 615px;
            }
                }
article.card.primary-card .card-media {
                overflow: inherit;
}
article.card.primary-card .card-header {
                position: relative;
            }
@media (min-width: 1024px) {
article.card.primary-card .card-header {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: all 0.3s ease-in;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
                    height: 70%
            }
                }
article.card.primary-card .exclusivo {
                display: none;
            }
article.card.primary-card .exclusive-main {
                display: inline;
            }
article.card.primary-card-new .card-title {
                position: absolute;
                left: 0;
                bottom: 0;
                color: white;
                padding: 16px;
                font-size: clamp(1.125rem, 2vw, 1.25rem);
            }
article.card.primary-card-new .card-title h3,article.card.primary-card-new .card-title h2 {
                    font-size: clamp(1.125rem, 2vw, 1.25rem);
                    font-weight: 400;
                    line-height: normal;
                }
@media (min-width: 1024px) {
article.card.primary-card-new .card-title h3,article.card.primary-card-new .card-title h2 {
                        font-size: 14px
                }
                    }
@media (min-width: 1280px) {
article.card.primary-card-new .card-title h3,article.card.primary-card-new .card-title h2 {
                        font-size: 14px
                }
                    }
@media (min-width: 1440px) {
article.card.primary-card-new .card-title h3,article.card.primary-card-new .card-title h2 {
                        font-size: clamp(1.125rem, 2vw, 1.25rem)
                }
                    }
article.card.primary-card-new .card-title h2 {
                    font-family: 'Lato', serif;
                    letter-spacing: 0.01rem;
                }
article.card.primary-card-new .card-title span{
                    font-family: 'Lato', serif;
                }
article.card.primary-card-new .card-media {
                width: 100%;
                height: 100%;
            }
@media (min-width: 1280px) {
article.card.primary-card-new .card-media {
                    height: 196px;
            }
                }
@media (min-width: 1440px) {
article.card.primary-card-new .card-media {
                    height: 221px;
            }
                }
@media (min-width: 1680px) {
article.card.primary-card-new .card-media {
                    height: 258px;
            }
                }
@media (min-width: 1920px) {
article.card.primary-card-new .card-media {
                    height: 295px;
            }
                }
article.card.primary-card-new .card-media {
                overflow: inherit;
}
article.card.primary-card-new .card-header {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                transition: all 0.3s ease-in;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
                height: 70%;
            }
article.card.primary-card-new .exclusivo {
                display: none;
            }
article.card.primary-card-new .exclusive-main {
                display: inline;
            }
article.card.secondary-card .card-header {
                position: relative;
            }
article.card.secondary-card .card-header .card-title h3,article.card.secondary-card .card-header .card-title h2 {
                        font-size: clamp(1.125rem, 2vw, 1.25rem);
                        color: #001489;

                        font-weight: 400;
                        line-height: normal;
                    }
article.card.secondary-card .card-header .card-title p{
                        font-size: clamp(1rem, 2vw, 1.125rem);
                        line-height: normal;
                        color: #666666;
                    }
article.card.secondary-card .card-header .card-title h2 {
                        letter-spacing: 0.01rem;
                        font-size: clamp(1.25rem, 2vw, 1.25rem);
                        line-height: normal;
                        font-weight: 500;
                    }
article.card.secondary-card-new .card-header {
                position: relative;
                margin-top: 0px;
            }
article.card.secondary-card-new .card-header .card-title h3 {
                        font-size: clamp(0.75rem, 2vw, 0.75rem);
                        font-weight: 600;
                    }
article.card.secondary-card-new .card-header .card-title h2 {
                        letter-spacing: 0.01rem;
                        font-size: clamp(0.875rem, 2vw, 1.25rem);
                        font-weight: 500;
                    }
@media (min-width: 834px) {
article.card.secondary-card-new .card-header .card-title h2 {
                            font-weight: 400
                    }
                        }
article.card.tertiary-card .card-header {
                position: relative;
                background: none;
                display: flex;
                align-items: center;
            }
article.card.tertiary-card .card-header.mt-3 {
                    margin-top: 0;
                }
article.card.tertiary-card .card-header .card-title h3,article.card.tertiary-card .card-header .card-title h2 {
                        font-family: 'Lato', serif;
                        font-size: clamp(0.875rem, 2vw, 1.1rem);

                        color: #001489;
                    }
article.card.tertiary-card .card-header .card-title .date {
                        font-size: 16px;
                        color: #001489;

                    }
article.card.tertiary-card.extra-small .card-header .card-title h2 {
                            letter-spacing: 0.01rem;
                            font-size: 20px;
                        }
article.card.xl-image .card-media {
                height: 350px;
            }
@media (min-width: 750px) {
article.card.xl-image .card-media {
                    height: 350px
            }
                }
@media (min-width: 834px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1280px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1721px) {
article.card.xl-image .card-media {
                    height: 780px
            }
                }
article.card.sm-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 750px) {
article.card.sm-image .card-media {
                    height: 120px
            }
                }
@media (min-width: 834px) {
article.card.sm-image .card-media {
                    height: 175px
            }
                }
@media (min-width: 1280px) {
article.card.sm-image .card-media {
                    height: 200px
            }
                }
@media (min-width: 1721px) {
article.card.sm-image .card-media {
                    height: 270px
            }
                }
article.card.xxxs-image .card-media {
                height: 230px;
                aspect-ratio: unset;
            }
article.card.small-image .card-media {
                width: 100%;
                height: 150px;
                aspect-ratio: 1/1;
            }
article.card.circle-image.tiny .card-media {
                    height: auto;
                    box-shadow: none;
                    height: 100px;
                    width: 100px;
                }
@media (min-width: 834px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1280px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1721px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
article.card.circle-image .card-media {
                height: auto;
                box-shadow: none;
                height: 200px;
                width: 200px;
            }
article.card.circle-image .card-media .flex-media figure {
                        border-radius: 50%;
                        overflow: hidden;
                    }
article.card.circle-image .card-media .flex-media figure img{
                            margin: auto;
                            max-width: none;
                            -o-object-fit: cover;
                            object-fit: cover;
                            font-family: "object-fit: cover";
                            border-radius: 9999px;
                        }
article.card.circle-image .card-media .exclusivo {
                    display: none;
                }
article.card.circle-image .loading-skeleton .cover-img {
                border-radius: 50%;
            }
article.card:hover{
            /*
            .card-media .flex-media figure img {
                will-change: transform;
                transform: scale(1.3,1.3);
            }
            */
        }
article.card:hover h2{
                opacity: 0.72;
            }
article.card:hover.animated.main-card .card-title  h2 {
                    opacity: 1;
                }
article.card:hover.animated .card-header {
                    margin-top: -50px;
                }
article.card:hover.animated .article-overflow {
                    height: 100%;
                    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 80%);
                }
article.card:hover.animated .card-media .flex-media figure img {
                    will-change: transform;
                    transform: scale(1.3,1.3);
                }
article.card:hover .card-title  h3 {
                color: #001489;
            }
article.single-card {
        position: relative;   
    }
article.single-card .card-media .flex-media {
                position: relative;
            }
article.single-card .card-media .flex-media figure figcaption{
                        display: block;
                    }
article .content h1 {
            font-size: 2em;
            margin-top: 40px;
            margin-bottom: 20px;
        }
article .content h2{
            font-size: 1.5em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2.5rem;
        }
article .content h3 {
            font-size: 1.17em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2rem;
        }
article .content h4 {
            font-size: 1em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.5rem;
        }
article .content h5 {
            font-size: .83em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content h6{
            font-size: .75em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content p{
            margin-bottom: 20px;
            letter-spacing: 0.2px;   
        }
article .content p span{
                font-size: 18px;
                line-height: 26px;
                color: #001489;
            }
article .content p a {
                -webkit-text-decoration-color: #001489;
                        text-decoration-color: #001489;
                color: #001489;
            }
article .content img {
            border-radius: 0.375rem;
            width: 100%;
            height: auto;
            margin: 20px 0px;
        }
article .content iframe {
            border-radius: 0.375rem;
            margin: 20px 0px;
        }
article .content span{
        }
article .content .column img {
            margin-top: 10px!important;
            margin-bottom: 10px!important;
        }
article .content ul {
            list-style: disc!important;
            padding-left: 25px;
        }
article .content ol {
            list-style: decimal!important;
            padding-left: 25px;
        }
article .content blockquote {
            display: block;
            margin-top: 1em;
            margin-bottom: 1em;
            margin-left: 40px;
            margin-right: 40px;
            border-left: 5px solid  #001489;
            padding-left: 10px;
        }
article .content blockquote.twitter-tweet {
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                line-height: 16px;
                border-color: #eee #ddd #bbb;
                border-radius: 5px;
                border-style: solid;
                border-width: 1px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
                margin: 10px 5px;
                padding: 0 16px 16px 16px;
                max-width: 468px;
            }
article .content blockquote.twitter-tweet p {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 20px;
                }
article .content blockquote.twitter-tweet a {
                    color: inherit;
                    font-weight: normal;
                    text-decoration: none;
                    outline: 0 none;
                }
article .content blockquote.twitter-tweet a:hover,
                article .content blockquote.twitter-tweet a:focus {
                    text-decoration: underline;
                }
article .content sub {
            vertical-align: sub;
            font-size: smaller;
        }
article .content sup{
            vertical-align: super;
            font-size: smaller;
        }
article .content code {
            background-color: #E6E6E6;
            border-radius: 4px;
            color: white;
            padding: 0 10px;
        }
article .content tr {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-collapse: collapse;
        }
article .card-link {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
article .article-date {
        color: rgb(100 116 139);
        margin-top: 0.75rem;
        font-size: 14px;
    }
.content h1 {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 20px;
    }
.content h2{
        font-size: 1.5em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2.5rem;
    }
.content h3 {
        font-size: 1.17em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2rem;
        color: #001489;
    }
.content h4 {
        font-size: 1em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.5rem;
    }
.content h5 {
        font-size: .83em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.content h6{
        font-size: .75em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.content p{
        margin-bottom: 20px;
        letter-spacing: 0.2px;   
    }
.content p span{
            font-size: 18px;
            line-height: 26px;
            color: #001489;
        }
.content p a {
            -webkit-text-decoration-color: #001489;
                    text-decoration-color: #001489;
            color: #001489;
        }
.content img {
        border-radius: 0.375rem;
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }
.content iframe {
        border-radius: 0.375rem;
        margin: 20px 0px;
    }
.content .column img {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
.content ul {
        list-style: disc!important;
        padding-left: 25px;
    }
.content ol {
        list-style: decimal!important;
        padding-left: 25px;
    }
.content blockquote {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 40px;
        margin-right: 40px;
        border-left: 5px solid  #001489;
        padding-left: 10px;
    }
.content blockquote.twitter-tweet {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 16px;
            border-color: #eee #ddd #bbb;
            border-radius: 5px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            margin: 10px 5px;
            padding: 0 16px 16px 16px;
            max-width: 468px;
        }
.content blockquote.twitter-tweet p {
                font-size: 16px;
                font-weight: normal;
                line-height: 20px;
            }
.content blockquote.twitter-tweet a {
                color: inherit;
                font-weight: normal;
                text-decoration: none;
                outline: 0 none;
            }
.content blockquote.twitter-tweet a:hover,
            .content blockquote.twitter-tweet a:focus {
                text-decoration: underline;
            }
.content sub {
        vertical-align: sub;
        font-size: smaller;
    }
.content sup{
        vertical-align: super;
        font-size: smaller;
    }
.content code {
        background-color: #E6E6E6;
        border-radius: 4px;
        color: white;
        padding: 0 10px;
    }
.content tr {
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        border-collapse: collapse;
    }
.content a {
        -webkit-text-decoration-color: #001489;
                text-decoration-color: #001489;
        color: #001489;
    }
.content-text h1 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
.content-text h2{
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2.5rem;
    }
.content-text h3 {
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2rem;
        color: #001489;
    }
.content-text h4 {
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.5rem;
    }
.content-text h5 {
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.content-text h6{
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.content-text p{
        margin-bottom: 20px;
        letter-spacing: 0.2px;   
    }
.content-text p span{
            line-height: 26px;
        }
.content-text p a {
            -webkit-text-decoration-color: #001489;
                    text-decoration-color: #001489;
            color: #001489;
        }
.content-text div p {
        margin-bottom: 0px;
    }
.content-text img {
        border-radius: 0.375rem;
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }
.content-text iframe {
        border-radius: 0.375rem;
        margin: 20px 0px;
    }
.content-text .column img {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
.content-text ul {
        list-style: disc!important;
        padding-left: 25px;
    }
.content-text ol {
        list-style: decimal!important;
        padding-left: 25px;
    }
.content-text blockquote {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 40px;
        margin-right: 40px;
        border-left: 5px solid  #001489;
        padding-left: 10px;
    }
.content-text blockquote.twitter-tweet {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 16px;
            border-color: #eee #ddd #bbb;
            border-radius: 5px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            margin: 10px 5px;
            padding: 0 16px 16px 16px;
            max-width: 468px;
        }
.content-text blockquote.twitter-tweet p {
                font-size: 16px;
                font-weight: normal;
                line-height: 20px;
            }
.content-text blockquote.twitter-tweet a {
                color: inherit;
                font-weight: normal;
                text-decoration: none;
                outline: 0 none;
            }
.content-text blockquote.twitter-tweet a:hover,
            .content-text blockquote.twitter-tweet a:focus {
                text-decoration: underline;
            }
.content-text sub {
        vertical-align: sub;
        font-size: smaller;
    }
.content-text sup{
        vertical-align: super;
        font-size: smaller;
    }
.content-text code {
        background-color: #E6E6E6;
        border-radius: 4px;
        color: white;
        padding: 0 10px;
    }
.content-text tr {
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        border-collapse: collapse;
    }
figcaption {
    font-size: 10px;
}
.autor-photo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: hsl(200, 20%, 80%);
    background-size: cover;
    background-position: center;
}
@media (min-width: 834px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
@media (min-width: 1280px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
@media (min-width: 1721px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
.autor-photo-large {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background-color: hsl(200, 20%, 80%);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
.autor-photo-large img{
            height: 100%;
            width: 100%;
            background-color: hsl(200, 20%, 80%);
            background-position: center;
            max-width: none;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: "object-fit: cover";
            transition: transform 0.3s ease-in;
        }
.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, .5) 100%);
}
.overlay-white{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(200, 200, 200, .5) 100%);
}
.banner img{
        height: 100%;
        width: 100%;
        background-color: hsl(200, 20%, 80%);
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
    }
.cover {
    height: 320px;
    width: auto;
    max-width: 100%;
}
.cover > div > img,
    .cover > div > div > img,
    .cover > img {
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    }
button.disabled {
    background-color: #E6E6E6;
    color: black;
}
strong{
    color: #001489;
}
strong.text-white {
        color: white;
    }
.swiper-slide .hover-card {
        opacity: 0; 
        transition: 0.4s;
    }
.swiper-slide .hover-card img{
            height: 45px;
            width: auto;
        }
.swiper-slide:hover .hover-card {
            opacity: .85;  
        }
table.table-scroll{
        overflow: scroll;
    }
table tr td, table tr th {
            padding: 10px 20px;
        }
.post-image{
    max-width: 1000px;
    aspect-ratio: 16 / 9;
}
@supports not (aspect-ratio: 16 / 9) {
.post-image{
        width: 100%;
        height: calc(100% * 9 / 16);
        transform: translateY(calc((100% * 9 / 16 - 55%) / -2))
}    
    }
.post-image img {
        height: 100%;
        width: 100%;
        background-color: hsl(200, 20%, 80%);
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
    }
.accordion {
    width: 100%;
    overflow: hidden;
}
.accordion-item.borderbottom {
        padding-bottom: 20px;
        border-bottom: 1px solid #bbbfd7;
    }
.accordion-header {
        color: #001489;
        cursor: pointer;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        width: 100%;
        text-align: left;
    }
.accordion-header:hover h2, .accordion-header:hover p, .accordion-header:hover h3, .accordion-header:hover div{
                color: #FCB42D;
            }
.accordion-header::after {
            content: ""; 
            display: inline-block;
            width: 16px;
            height: 16px;
            background-image: url(../../../dist/images/front/elements/caret-down.svg);
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 8px;
            transform: rotate(180deg);
            transition: all 0.3s;
        }
.accordion-header.active::after {
            transform: rotate(0deg);
        }
.accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        color: #666666;
    }
.accordion-content p {
            margin: 10px 0;
        }
.accordion-content.white {
            background: white;
        }
.accordion.active::after {
    content: "-";
}
.secondary-heading {
    overflow: hidden;

}
.secondary-heading.large .background-image{
            height: 460px;
        }
.secondary-heading.large video {
            width: 100%;
            height: 460px;
        }
.secondary-heading.small .background-image{
            height: 240px;
        }
.secondary-heading.small video {
            width: 100%;
            height: 240px;
        }
.secondary-heading.medium .background-image{
            height: 300px;
        }
.secondary-heading.medium video {
            width: 100%;
            height: 300px;
        }
.secondary-heading.newsletter {
        height: 400px;    
    }
.secondary-heading.newsletter video {
            width: 100%;
            height: 400px;
        }
.secondary-heading img {
        transition: transform 0.3s ease-in-out;
    }
.secondary-heading video {
        width: 100%;
        height: 100%;
    }
.banner-section {
    height: 320px;
}
.banner-section:hover img.banner-animation {
            transform: scale(1.2);
        }
.lkcom-filter {
    border-radius: 9999px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.lkcom-filter select, .lkcom-filter input {
        background-color: #ffffff;
        color: #001489;
    }
.lkcom-filter div:not(:first-child){
            border-left: 1px solid #001489;
        }
.lkcom-filter-mobile .inputAreaMobile {
        border-radius: 20px;
        padding: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: #ffffff;
        color: #001489;
    }
.closed .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }
.closed .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1;
    }
.opened {
    opacity: 1;
}
.opened .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
    }
.opened .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
        opacity: 0;
    }
.one-column .title-block {
    color: #001489;
}
.content-text {
    color: #666666;
    font-weight: 400;
    line-height: normal;
}
.content-text h3 {
        font-size: 30px;
        line-height: 36px;
    }
.content-text p {
        margin-top: 20px;
        padding-bottom: 12px;
        font-size: 20px;
        line-height: 28px;
    }
.file-component{
    transition: .5 all ease-in;
}
.file-component:hover {
        background-color: #001489;
        color: white;
    }
.file-component:hover img {
            filter: brightness(0) invert(1);
        }
.file-icon:hover {
        color: #FCB42D;

    }
/* APP Theme */
body.gray-bg {
        background-color: #EFEFEF;
    }
body.gray-bg header #mainNavbar {
            background-color: #EFEFEF;
        }
body.gray-bg .full-screen-menu {
            background-color: #EFEFEF;
        }
body.yellow-bg {
        background-color: #F4F3EE;
    }
body.yellow-bg header #mainNavbar {
            background-color: #F4F3EE;
        }
body.dark-mode .uderline-animated::after {
            background-color: #0A0A0A;
        }
body.dark-mode.normal #mainNavbar #full-screen-menu-icon img,
                body.dark-mode.normal #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(0);
                }
body.dark-mode.normal #mainNavbar a {
                    color: #0A0A0A;
                }
body.dark-mode.normal #mainNavbar .microsite-name{
                    color: #0A0A0A;
                }
body.dark-mode.normal #secondaryNavbar {
                color: #0A0A0A;
            }
body.dark-mode.normal .mobile-menu-icon, body.dark-mode.normal .bg-red, body.dark-mode.normal .bg-primary, body.dark-mode.normal .mobile {
                background-color: #0A0A0A;
            }
body.dark-mode.superCompact #mainNavbar a {
                    color: #0A0A0A!important;
                }
body.dark-mode.superCompact #mainNavbar a.uderline-animated::after {
                        background-color: #0A0A0A!important;
                    }
body.dark-mode.superCompact #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(0)!important;  
                }
body.dark-mode.superCompact #mainNavbar .microsite-name{
                    color: #0A0A0A;
                }
body.dark-mode.superCompact #mainNavbar .border-primary {
                    border-color: #0A0A0A!important;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar {
            background-color: transparent;
        }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar .border-primary {
                border-color: #0A0A0A;
            }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo {
                filter: brightness(0) invert(0);
            }
@media screen and (min-width: 1024px) {
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(0)
            }
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar .microsite-name{
                color: #0A0A0A;
            }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar a {
                color: #0A0A0A;
            }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar a.uderline-animated::after {
                    background-color: #0A0A0A;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar a:hover {
                    color: #001489;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open .border-primary {
                    border-color: #001489;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open #full-screen-menu-icon img,
                body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open #lkcom-logo {
                    filter: none;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open a,
                body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open .microsite-name {
                    color: #001489;
                }
body.dark-mode .no-background #mainNavbar {
                background-color: transparent;
            }
body.dark-mode .no-background #mainNavbar .border-primary {
                    border-color: white;
                }
body.dark-mode .no-background #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(1);
                }
body.dark-mode .no-background #mainNavbar .microsite-name{
                    color: white;
                }
body.dark-mode .no-background #mainNavbar a {
                    color: white;
                }
body.dark-mode .no-background #mainNavbar a.uderline-animated::after {
                        background-color: white;
                    }
body.dark-mode .no-background #mainNavbar a:hover {
                        color: #001489;
                    }
body.dark-mode .no-background #mainNavbar.is-open .border-primary {
                        border-color: #001489;
                    }
body.dark-mode .no-background #mainNavbar.is-open #full-screen-menu-icon img,
                    body.dark-mode .no-background #mainNavbar.is-open #lkcom-logo {
                        filter: none;
                    }
body.dark-mode .no-background #mainNavbar.is-open a,
                    body.dark-mode .no-background #mainNavbar.is-open .microsite-name {
                        color: #001489;
                    }
body.dark-mode .no-background footer .uderline-animated::after {
                    background-color: white;
                }
body.dark-mode a,
        body.dark-mode .one-column .title-block{
            color: #0A0A0A;
        }
body.dark-mode hr {
            border-color: #0A0A0A;
        }
body.dark-mode .lkcom-filter select, body.dark-mode .lkcom-filter input {
                color: #0A0A0A!important;
            }
body.dark-mode .lkcom-filter select::-moz-placeholder, body.dark-mode .lkcom-filter input::-moz-placeholder {
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter select:-ms-input-placeholder, body.dark-mode .lkcom-filter input:-ms-input-placeholder {
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter select::placeholder, body.dark-mode .lkcom-filter input::placeholder {
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter select::-ms-input-placeholder, body.dark-mode .lkcom-filter input::-ms-input-placeholder { /* Edge 12 -18 */
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter div:not(:first-child){
                    border-left: 1px solid #0A0A0A!important;
                }
body.dark-mode .search-icon-btn img{
            filter: brightness(0) invert(0);
        }
body.dark-mode .hover\:bg-black:hover {
            background-color: #fff;
            color: #0A0A0A;
        }
body.dark-mode .hover\:bg-primary:hover {
            background-color: #fff;
            color: #0A0A0A;
        }
body.dark-mode .text-primary,
        body.dark-mode #secondaryNavbar,
        body.dark-mode .text-red  {
            color: #0A0A0A;
        }
body.dark-mode .text-primary .hoveredimg, body.dark-mode #secondaryNavbar .hoveredimg, body.dark-mode .text-red .hoveredimg {
                filter: brightness(0) invert(0);
            }
body.dark-mode .border-primary,
        body.dark-mode .border-red {
            border-color: #0A0A0A;
        }
body.dark-mode .hover\:text-primary:hover {
            color: #0A0A0A; 
        }
body.dark-mode .hover\:bg-white:hover {
            background-color: #fff;
        }
body.dark-mode .bg-red\/75 {
            background-color: #0A0A0A;
        }
body.dark-mode .icon-person,
        body.dark-mode .weather-icon,
        body.dark-mode .search-icon {
            filter: brightness(0) invert(0);
        }
body.dark-mode .bg-primary {
            background-color: #0A0A0A!important;
        }
body.dark-mode a.bg-primary {
                background-color: #0A0A0A!important;
                color: white!important;
            }
body.dark-mode nav#fullScreenMenu.full-screen-menu a{
            color: #001489;
        }
/* Handle */
body.dark-mode::-webkit-scrollbar-thumb {
            background: #0A0A0A!important;
        }
body.dark-mode ::-webkit-scrollbar-thumb {
            background: #0A0A0A!important;
        }
/* Handle on hover */
body.dark-mode::-webkit-scrollbar-thumb:hover {
            background: #0A0A0A!important;
        }
body.dark-mode ::-webkit-scrollbar-thumb:hover {
            background: #0A0A0A!important;
        }
body.dark-mode .event-list .event-list-card {
            border-color: #0A0A0A;
        }
body.dark-mode ::-moz-selection { /* Code for Firefox */
            background: #0A0A0A;
          }
body.dark-mode ::selection {
            background: #0A0A0A;
        }
body.dark-mode footer{
            background-color: #0A0A0A!important;
        }
body.dark-mode footer .uderline-animated::after {
                background-color: white;
            }
/* APP Layout */
@media (max-width: 1023px) {
body.normal .mobile-desktop-margin {
                margin-top: 6rem
        }
            }
body.normal .full .absolute div.lg\:px-8 {
                    padding-left: 0px;
                    padding-right: 0px;
                }
body.normal footer .uderline-animated::after {
                background-color: white;
            }
/* Header */
@media (min-width: 1024px) {
body.full-screen header .fixed-header {
                    height: 0px
            }
                }
body.full-screen header .no-background #mainNavbar {
                    background-color: transparent;
                }
body.full-screen header .no-background #mainNavbar .border-primary {
                        border-color: white;
                    }
body.full-screen header .no-background #mainNavbar #lkcom-logo {
                        filter: brightness(0) invert(1);
                    }
body.full-screen header .no-background #mainNavbar .microsite-name{
                        color: white;
                    }
body.full-screen header .no-background #mainNavbar a {
                        color: white;
                    }
@media (min-width: 1024px) {
body.full-screen header .no-background #mainNavbar a {
                            color: white
                    }
                        }
body.full-screen header .no-background #mainNavbar a.uderline-animated::after {
                            background-color: white;
                        }
body.full-screen header .no-background #mainNavbar a:hover {
                            color: #001489;
                        }
body.full-screen header .no-background #mainNavbar.is-open .border-primary {
                            border-color: #001489;
                        }
body.full-screen header .no-background #mainNavbar.is-open #lkcom-logo {
                            filter: none;
                        }
body.full-screen header .no-background #mainNavbar.is-open .microsite-name,
                        body.full-screen header .no-background #mainNavbar.is-open a {
                            color: white;
                        }
body.full-screen.right .is-open #lkcom-logo {
                    filter: brightness(0) invert(1)!important;
                }
body.full-screen.right .is-open .microsite-name{
                    color: white!important;
                }
body.full-screen.superCompact #mainNavbar a.uderline-animated::after {
                        background-color: #001489!important;
                    }
body.full-screen .mobile-desktop-margin {
            margin-top: 6rem;
            
        }
@media (min-width: 1024px) {
body.full-screen .mobile-desktop-margin {
                margin-top: 168px
            
        }
            }
body.full-screen .static-header,
        body.full-screen .fixed-header   {
            width: 100%;
        }
@media (min-width: 1024px) {
body.full-screen .static-header,
        body.full-screen .fixed-header   {
                position: absolute;
                top: 0
        }
            }
/* Footer */
body.full-screen footer {
            background-color: #001489;
        }
body.full-screen footer .uderline-animated::after {
                background-color: white;
            }
/* ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
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;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@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;
    }
}
@media (min-width: 1513px) {
    .container {
        max-width: 1513px;
    }
}
@media (min-width: 1721px) {
    .container {
        max-width: 1721px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.left-0 {
    left: 0px;
}
.top-0 {
    top: 0px;
}
.right-0 {
    right: 0px;
}
.top-5 {
    top: 1.25rem;
}
.left-5 {
    left: 1.25rem;
}
.top-16 {
    top: 4rem;
}
.z-10 {
    z-index: 10;
}
.z-30 {
    z-index: 30;
}
.z-0 {
    z-index: 0;
}
.order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-5 {
    grid-column: span 5 / span 5;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-auto {
    grid-column: auto;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.float-right {
    float: right;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mr-auto {
    margin-right: auto;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-0 {
    margin-top: 0px;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-20 {
    margin-left: 5rem;
}
.mr-20 {
    margin-right: 5rem;
}
.mr-0 {
    margin-right: 0px;
}
.ml-auto {
    margin-left: auto;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mr-8 {
    margin-right: 2rem;
}
.-mb-10 {
    margin-bottom: -2.5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-400 {
    height: 400px;
}
.h-full {
    height: 100%;
}
.h-auto {
    height: auto;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.h-11 {
    height: 2.75rem;
}
.h-7 {
    height: 1.75rem;
}
.h-450 {
    height: 450px;
}
.h-width {
    height: 100vw;
}
.h-12 {
    height: 3rem;
}
.h-6 {
    height: 1.5rem;
}
.h-\[280px\] {
    height: 280px;
}
.h-600 {
    height: 600px;
}
.h-500 {
    height: 500px;
}
.h-80 {
    height: 20rem;
}
.h-screen {
    height: 100vh;
}
.h-20 {
    height: 5rem;
}
.h-28 {
    height: 7rem;
}
.h-4 {
    height: 1rem;
}
.h-48 {
    height: 12rem;
}
.h-24 {
    height: 6rem;
}
.h-360 {
    height: 360px;
}
.h-32 {
    height: 8rem;
}
.h-10 {
    height: 2.5rem;
}
.max-h-600 {
    max-height: 600px;
}
.min-h-600 {
    min-height: 600px;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-16 {
    min-height: 90px;
}
.min-h-\[100px\] {
    min-height: 100px;
}
.min-h-\[92px\] {
    min-height: 92px;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.w-40 {
    width: 10rem;
}
.w-5 {
    width: 1.25rem;
}
.w-8 {
    width: 2rem;
}
.w-\[280px\] {
    width: 280px;
}
.w-7 {
    width: 1.75rem;
}
.w-screen {
    width: 100vw;
}
.w-1\/2 {
    width: 50%;
}
.w-20 {
    width: 5rem;
}
.w-28 {
    width: 7rem;
}
.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.w-4 {
    width: 1rem;
}
.w-52 {
    width: 13rem;
}
.w-48 {
    width: 12rem;
}
.w-32 {
    width: 8rem;
}
.min-w-0 {
    min-width: 0px;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-lg {
    max-width: 32rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.grow {
    flex-grow: 1;
}
.table-auto {
    table-layout: auto;
}
.border-collapse {
    border-collapse: collapse;
}
.-rotate-180 {
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), 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));
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.resize {
    resize: both;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.place-content-center {
    place-content: center;
}
.place-items-center {
    place-items: center;
}
.content-center {
    align-content: center;
}
.content-end {
    align-content: flex-end;
}
.content-between {
    align-content: space-between;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.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;
}
.justify-items-start {
    justify-items: start;
}
.justify-items-center {
    justify-items: center;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-40 {
    gap: 10rem;
}
.gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-5 {
    row-gap: 1.25rem;
}
.gap-y-3 {
    row-gap: 0.75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.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-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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :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));
}
.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-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-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-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)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
}
.divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(0 20 137 / var(--tw-divide-opacity));
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0 20 137 / var(--tw-border-opacity));
}
.border-success {
    --tw-border-opacity: 1;
    border-color: rgb(40 167 69 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-divider {
    --tw-border-opacity: 1;
    border-color: rgb(212 219 222 / var(--tw-border-opacity));
}
.border-danger {
    --tw-border-opacity: 1;
    border-color: rgb(220 53 69 / var(--tw-border-opacity));
}
.border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-b-primary {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 20 137 / var(--tw-border-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 20 137 / var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-background {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-softprimary {
    --tw-bg-opacity: 1;
    background-color: rgb(187 191 215 / var(--tw-bg-opacity));
}
.bg-fundo {
    background-color: rgba(42, 45, 123, 0.05);
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.stroke-1 {
    stroke-width: 1;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-10 {
    padding: 2.5rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-2 {
    padding: 0.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-\[220px\] {
    padding-top: 220px;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pr-1 {
    padding-right: 0.25rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-end {
    text-align: end;
}
.indent-10 {
    text-indent: 2.5rem;
}
.font-body {
    font-family: Lato;
}
.font-display {
    font-family: Lato;
}
.text-3xl {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
}
.text-base {
    font-size: clamp(0.875rem, 2vw, 1rem);
}
.text-xl {
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.text-4xl {
    font-size: clamp(1.5rem, 2vw, 2rem);
}
.text-lg {
    font-size: clamp(0.9rem, 2vw, 1.15rem);
}
.text-\[20px\] {
    font-size: 20px;
}
.text-2xl {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[10px\] {
    font-size: 10px;
}
.text-\[14px\] {
    font-size: 14px;
}
.font-semibold {
    font-weight: 600;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-danger {
    --tw-text-opacity: 1;
    color: rgb(220 53 69 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 20 137 / var(--tw-text-opacity));
}
.text-medium-gray {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-success {
    --tw-text-opacity: 1;
    color: rgb(40 167 69 / var(--tw-text-opacity));
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(252 180 45 / var(--tw-text-opacity));
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-soft-gray {
    --tw-text-opacity: 1;
    color: rgb(239 239 239 / var(--tw-text-opacity));
}
.text-smoth-gray {
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-placeholderprimary {
    color: #2A2D7B4D;
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(230 230 230 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.underline-offset-auto {
    text-underline-offset: auto;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-0 {
    opacity: 0;
}
.opacity-20 {
    opacity: 0.2;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
    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);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    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-300 {
    transition-duration: 300ms;
}
.mobile-desktop-margin {
    height: 80px;
}
@media (min-width: 1024px) {
.mobile-desktop-margin {
        height: 50px
}
    }
.subscribe-wrapper {
    min-height: 200px;
}
.subscribe-wrapper .subscribe-panel{
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #EFEFEF 20%);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);

    }
.subscribe-wrapper:after{
        background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #EFEFEF 20%);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
    }
.blocks-with-divider .after-line {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #666666;
    }
@media (max-width: 1279px) {
        .blocks-with-divider .after-line {
            position: relative;
            padding-bottom: 10px;
            border-bottom: 1px solid #666666;
            border-bottom: none;
        }
            .blocks-with-divider .after-line:nth-child(odd)::after {
                background-color: #666666;
                bottom: 0;
                content: "";
                right: -1rem;
                position: absolute;
                top: 0;
                width: 1px;
            }
            .blocks-with-divider .after-line:not(:nth-child(-n+2))::before {
                background-color:#666666;
                top: -1.25rem;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
            }
    }
@media (min-width: 1280px) {
        .blocks-with-divider .after-line {
            position: relative;
            padding-bottom: 10px;
            border-bottom: 1px solid #666666;
            border-bottom: none;
        }
            .blocks-with-divider .after-line:not(:nth-child(3n))::after {
                background-color: #666666;
                bottom: 0;
                content: "";
                right: -1rem;
                position: absolute;
                top: 0;
                width: 1px;
            }
            .blocks-with-divider .after-line:not(:nth-child(-n+3))::before {
                background-color:#666666;
                top: -1.25rem;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
            }
    }
.legislacao-card {
    background-color: white;
    padding: 1.25rem;
    margin-top: 20px;
}
.legislacao-card > .legislacao-item > h2 {
            padding-bottom: 16px;
            border-bottom: 1px solid #EFEFEF;
        }
.accordion-content .secondary-heading h3 {
            text-align: left !important;
        }
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6, .tab-content strong {
        color: #001489;
    }
.tab-content p, .tab-content span, .tab-content ul, .tab-content li {
        --tw-text-opacity: 1;
        color: rgb(102 102 102 / var(--tw-text-opacity));;
    }
.tab-content .inherit-text h1, .tab-content .inherit-text h2, .tab-content .inherit-text h3, .tab-content .inherit-text h4, .tab-content .inherit-text h5, .tab-content .inherit-text h6, .tab-content .inherit-text strong, .tab-content .inherit-text p, .tab-content .inherit-text span, .tab-content .inherit-text ul, .tab-content .inherit-text li {
        color: inherit;
    }
#install-prompt {
    display: none !important;
}
.events-map iframe {
        width: 100%;
        min-height: 400px;
        height: 100%;
    }
.placeholder\:text-xl::-moz-placeholder {
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.placeholder\:text-xl:-ms-input-placeholder {
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.placeholder\:text-xl::placeholder {
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-primary::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 20 137 / var(--tw-text-opacity));
}
.placeholder\:text-primary:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 20 137 / var(--tw-text-opacity));
}
.placeholder\:text-primary::placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 20 137 / var(--tw-text-opacity));
}
.hover\:border:hover {
    border-width: 1px;
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 20 137 / var(--tw-border-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 20 137 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 180 45 / var(--tw-bg-opacity));
}
.hover\:fill-white:hover {
    fill: #ffffff;
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 20 137 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(252 180 45 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.group:hover .group-hover\:brightness-0 {
    --tw-brightness: brightness(0);
    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);
}
.group:hover .group-hover\:invert {
    --tw-invert: invert(100%);
    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);
}
@media (prefers-contrast: more) {
    .contrast-more\:border-slate-400 {
        --tw-border-opacity: 1;
        border-color: rgb(148 163 184 / var(--tw-border-opacity));
    }
    .contrast-more\:placeholder-slate-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
}
@media (min-width: 640px) {
    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-28 {
        width: 7rem;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\: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));
    }
    .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sm\:pt-20 {
        padding-top: 5rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:font-normal {
        font-weight: 400;
    }
}
@media (min-width: 768px) {
    .md\:order-2 {
        order: 2;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:ml-5 {
        margin-left: 1.25rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:mr-0 {
        margin-right: 0px;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:ml-10 {
        margin-left: 2.5rem;
    }
    .md\:mr-10 {
        margin-right: 2.5rem;
    }
    .md\:ml-20 {
        margin-left: 5rem;
    }
    .md\:mr-20 {
        margin-right: 5rem;
    }
    .md\:ml-\[7\.5rem\] {
        margin-left: 7.5rem;
    }
    .md\:mr-\[7\.5rem\] {
        margin-right: 7.5rem;
    }
    .md\:mt-10 {
        margin-top: 2.5rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:h-11 {
        height: 2.75rem;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:flex-auto {
        flex: 1 1 auto;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:justify-around {
        justify-content: space-around;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:indent-0 {
        text-indent: 0px;
    }
}
@media (min-width: 1024px) {
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:min-w-\[135px\] {
        min-width: 135px;
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .lg\:justify-items-start {
        justify-items: start;
    }
    .lg\:gap-5 {
        gap: 1.25rem;
    }
    .lg\:gap-0 {
        gap: 0px;
    }
    .lg\:gap-20 {
        gap: 5rem;
    }
    .lg\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .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\: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)));
    }
    .lg\:border-0 {
        border-width: 0px;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:pt-0 {
        padding-top: 0px;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-\[20px\] {
        font-size: 20px;
    }
    .lg\:text-\[13px\] {
        font-size: 13px;
    }
    .lg\:text-lg {
        font-size: clamp(0.9rem, 2vw, 1.15rem);
    }
    .lg\:text-base {
        font-size: clamp(0.875rem, 2vw, 1rem);
    }
    .lg\:text-xl {
        font-size: clamp(1rem, 2vw, 1.25rem);
    }
}
@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1513px) {
        .xl\:container {
            max-width: 1513px;
        }
    }
    @media (min-width: 1721px) {
        .xl\:container {
            max-width: 1721px;
        }
    }
    .xl\:order-1 {
        order: 1;
    }
    .xl\:order-2 {
        order: 2;
    }
    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:ml-auto {
        margin-left: auto;
    }
    .xl\:mb-0 {
        margin-bottom: 0px;
    }
    .xl\:mr-5 {
        margin-right: 1.25rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:inline {
        display: inline;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:grid {
        display: grid;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-auto {
        height: auto;
    }
    .xl\:h-16 {
        height: 4rem;
    }
    .xl\:h-40 {
        height: 10rem;
    }
    .xl\:w-full {
        width: 100%;
    }
    .xl\:w-40 {
        width: 10rem;
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:justify-start {
        justify-content: flex-start;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:gap-0 {
        gap: 0px;
    }
    .xl\: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)));
    }
    .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:p-10 {
        padding: 2.5rem;
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:text-right {
        text-align: right;
    }
    .xl\:text-3xl {
        font-size: clamp(1.2rem, 2vw, 1.875rem);
    }
    .xl\:text-xl {
        font-size: clamp(1rem, 2vw, 1.25rem);
    }
    .xl\:text-\[12px\] {
        font-size: 12px;
    }
}
@media (min-width: 1513px) {
    .\32xl\:block {
        display: block;
    }
    .\32xl\:flex {
        display: flex;
    }
    .\32xl\:h-20 {
        height: 5rem;
    }
    .\32xl\:h-7 {
        height: 1.75rem;
    }
    .\32xl\:h-60 {
        height: 15rem;
    }
    .\32xl\:w-60 {
        width: 15rem;
    }
    .\32xl\:max-w-5xl {
        max-width: 64rem;
    }
    .\32xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .\32xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .\32xl\:text-3xl {
        font-size: clamp(1.2rem, 2vw, 1.875rem);
    }
    .\32xl\:text-xl {
        font-size: clamp(1rem, 2vw, 1.25rem);
    }
    .\32xl\:text-2xl {
        font-size: clamp(1.1rem, 2vw, 1.5rem);
    }
    .\32xl\:text-lg {
        font-size: clamp(0.9rem, 2vw, 1.15rem);
    }
    .\32xl\:text-base {
        font-size: clamp(0.875rem, 2vw, 1rem);
    }
}
@media (min-width: 1721px) {
    .\33xl\:h-12 {
        height: 3rem;
    }
    .\33xl\:h-7 {
        height: 1.75rem;
    }
}
