/*revamp v2*/
main h4 {
    font-size: 20px;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.blue-pattern-bg {
    position: relative;
}
.blue-pattern-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    z-index: 0;
}
.img-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.img-wrapper > div {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.img-wrapper > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-1 {
    height: 480px;
    max-height: 480px;
}
.image-2,.image-3,.image-4,.image-5 {
    height: 230px;
    max-height: 230px;
}

.image-1 { grid-area: 1 / 1 / 3 / 3; }
.image-2 { grid-area: 1 / 3 / 2 / 4; }
.image-3 { grid-area: 1 / 4 / 2 / 5; }
.image-4 { grid-area: 2 / 3 / 3 / 4; }
.image-5 { grid-area: 2 / 4 / 3 / 5; }

.room-fasilities.nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-weight: 500;
}

.room-fasilities.nav .nav-link.active,
.room-fasilities.nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: #e6e6e6;
}
.room_type .room-price {
    line-height: 33px;
}
.cursor-pointer {
    cursor: pointer;
}
.accordion-btn .accordion-arrow {
    transition: 0.2s ease-in-out;
}
.accordion-btn:not(.collapsed) .accordion-arrow {
    /* background-image: var(--bs-accordion-btn-active-icon); */
    /* transform: rotate(-90deg); */
    transform: rotate(-180deg);
}
.accordion-btn > h6 > i {
    opacity: .3;
}
.accordion-btn:not(.collapsed) > h5 > i {
    opacity: 1;
}
#accordion ul li:nth-child(odd) div.room_type {
    background-color: #f8f8f8;
}
.room_type .hotel-name {
    /* width: 310px; */
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loading-roomrate {
    display:flex;
    /*min-height: 400px;*/
    align-items: center;
    justify-content: center;
    margin: 1rem;
}
.no-room-found {
    display:flex;
    min-height: 400px;
    align-items: center;
    justify-content: center;
}
.loading-roomrate img {
    width: 46px;
    height: 46px;
}
.hotel_detail_desc_head {
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
}
#sidebar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 2448.62px;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
/*end*/
.gallery-view-all {
    float: right;
    padding-top: 10px;
}
.hotel-search-sum {
    background: #0054a6;
    padding-bottom: 10px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.hide {
    display: none;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: -webkit-right;
}
.text-muted {
    color: #b2b5b7;
}
small, .small {
    font-size: 80%;
}
.rounded {
    border-radius: 6px;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mt-5 {
    margin-top: 5px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
/*.hotel-detail-inner .btn {*/
/*    border: 1px solid transparent;*/
/*    border-radius: 0.375em;*/
/*    box-shadow: none;*/
/*    display: inline-block;*/
/*    font-size: 1em;*/
/*    font-weight: inherit;*/
/*    line-height: 1.5;*/
/*    padding: .375rem .75rem;*/
/*    text-align: center;*/
/*    text-shadow: none;*/
/*    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;*/
/*    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    vertical-align: middle;*/
/*    white-space: nowrap;*/
/*}*/
/*.hotel-detail-inner .btn:hover, .btn:focus {*/
/*    text-decoration: none;*/
/*}*/
.newFooter .popular-airlines {
    display: none;
}
.btn-block {
    display: block;
    max-width: 100%;
    width: 100%;
}
.btn-lg {
    font-size: 1.25em;
    line-height: 1.5;
    padding: .5rem 1rem;
}
/*
.btn-green,
.btn.btn-green {
    background-color: #6adabf!important;
    border-color: #6adabf!important;
    color: #fff;
}
*/
.btn-green:hover {
    background-color: #01a17e!important;
    border-color: #01a17e!important;
}
.btn-cyan,
.btn.btn-cyan {
    background: #2acaff!important;
    border-color: #2acaff!important;
    color: #fff;
}
.btn-cyan:hover {
    background: #00aae2!important;
    border-color: #00aae2!important;
}
.btn-muted {
    background: #b2b5b7!important;
    border-color: #b2b5b7!important;
    color: #fff;
}
.btn-muted:hover {
    background: #9a9c9e!important;
    border-color: #9a9c9e!important;
    color: #fff;
}
.bg-white {
    background-color: #ffffff;
    color: #444444;
}
.bg-blue {
    background-color: #3587b8;
    color: #ffffff;
}
.bg-blue-100 {
    background-color: #b8d9f2;
}
.bg-light {
    background-color: #eaeaea;
    color: inherit;
}
.text-indigo {
    color: #015a89;
}
.text-orange {
    color: #ff7800;
}
.list-unstyled {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.collapse.in {
    display: block;
}
.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}
.custom-control {
    display: block;
    font-size: 1em;
    min-height: 1.5em;
    padding-left: 1.75em;
    position: relative;
}
.custom-control-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.custom-control-label {
    margin-bottom: 0;
    margin-top: 0;
}
.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #ccc;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-control-label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1.25em;
    height: 1.35em;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25em;
}
.custom-control-right {
    padding-left: 0;
    padding-right: 1.75em;
    text-align: right;
}
.custom-control-right .custom-control-label:before,
.custom-control-right .custom-control-label:after {
    left: auto;
    right: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.section-title {
    /*font-size: 18px;*/
    font-weight: 500;
}
.underlined_heading {
    border-bottom: 1px solid #015a89;
    padding-bottom: 5px;
    color: #015a89;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    background-color: transparent;
    color: inherit;
    display: block;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}
.nav > li.active > a {
    background-color: #f5f5f5;
}
.nav-tabs > li {
    float: left;
}
.top-navbar .tagline {
    color: #aaa;
}
.search-details {
    background: #eee;
}
.search-details .main-container {
    padding: 5px 20px 0;
    margin-bottom: 8px;
}
.search-details-btn {
    background: #fafafa;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    padding: 6px 0 0 8px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.check-in-date-btn {
    width: 200px;
    background: #fafafa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAXCAYAAAALHW+jAAAABGdBTUEAALGPC/xhBQAAAcFJREFUOBGtlM9Kw0AQxptkSf9ICrloPRWRXDxJbVN8AAmKonjw2byLCj6AWvBYoU0vngSJHvSkB4laYqm1rd9EV9bKxqQ2sMzszLe/zO5OoqSEx3XdHUVRFhByK5XKsZD65bZarTUE7eFweGnb9hEXqNyZlFXq9bqh6/qKqqrTg8HARIVpwF9h21EvQWUG8jnYLtb60D90Op0zlslkthGcw0ghyBkkzPFJlKUCoC3QACtPWy5GLUiYK6ogT+wciTUxGN8J4w7sHcaLME/iZiGepwUi8By9d5WEwrXo3wIu5xOIfe9SIgiCJy74j2Xo8nsZoNFozKDHZqG5kGlG45GXApiiadomtrQ4ulA2Z81mc1mWBNDA18OhqTiVMixyZECcb5giKHSrtVrNcxwnkOkpznA7ezJBv983AVrHeIPu4C9YCCyXyzcyILXDF2y/VCrdynRiPPJSsOUeKosNCytEayyFDmPXqPZZfFu1Wn3EnEbsh6EtNkiNag5hfgBjUwTh96cHYBbV5oVcbBfnPMU7gm65jYkBu4VqY0NEIYcRS0WPncJ5FwVj+j1UehL+8z3PS/u+b44JCpeZpulbltX9AG3xo+Q/FZ2WAAAAAElFTkSuQmCC') 170px center no-repeat;
}
.no-night {
    background: #9e9e9e;
    color: #fff;
    padding-right: 8px;
    font-weight: 400;
    letter-spacing: .04em;
    cursor: default;
}
.check-out-date-btn {
    width: 200px;
    background: #fafafa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAABGdBTUEAALGPC/xhBQAAAbZJREFUOBGtlb9Lw1AQx5tfkkAJlqr4YxB1VYQSKWSR4CBYFwcHF/8F/6Z2EBwcHAQHxxLSH5tORXCzBR0KhVqSJvF7oS+khMCrzcHr5b27+7y7dy+pUEhIu92+EwShFARBvVqtfiZMc4/wO4FfDaNnGMZ90igmJ3k8C81mc1vTtEvf98uSJK0gOwFgLwzDIGsDURQl2GVkSD4uRn80Gj1ZljWUAbsCZB3GAjRjKDTPEsAiEzRVqGLs6bp+Dv0gEiyyLvkDzhohcjtDVOTnCmRnLrNKkXIdix6b82o06ADZWfCPMoyB4/G4jy5NeEHMr9VqUQPfMf+htRjIHBbVrusOcd2eTdP8pdilm6KqaklRlFvbtjUCcmXoOI6O+0r3LSWe563i7Ldm0AYXEGd0htKOU7T5BYJecwHxWr4hdjAfH8/K6LSBTSfQr1xAHPgHwmmkpNPp7AN2CFijUql8cQFTlMQCOkxXLYLR8tJdnkCm0+lOt9s9ygWIUjdRcg2dPiVgXHKxWNzFeSz86oGxQSAmMnb4nn3CbtjifzRxKE7GlXhEyhcY9F+S/VXN2AWgEHEDlPxCLn9tTKGpd+gJVgAAAABJRU5ErkJggg==') 170px center no-repeat;
}
.room-guest-btn {
    width: 260px;
    background: #fafafa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAABGdBTUEAALGPC/xhBQAAAYhJREFUOBHlkr9Lw1AQx5vwMsQmQjcnETGgi0s6tEOFdlcHof+C/4T+OU6Ci0Mn6SAU+iMpWFsVRBIVBUEyFC1KYvxe4MrzIe3g6C3v7nP3vbv3Ei0HazabIp/P72matpamaVgoFI4dx/mg3CzTKWnb9iaEG3ANahBFkTtLxLlM/AVjQCemp3LMPnBWz3EWBEEwALjEVFr1JgxDjwv4bLfbNc/zDrrd7n6r1TKJa5yke7NfrVZj9unERA2iQzTPhiVJclIqlS5Ev993EOyiwGIBCt/jOD4tl8tXxCBKO53OPdwV+LEQ4om4gHBbFhKELRiGsQN+TUICuq4fIV6dTCYvlUolIiYAFslRDdwcjUYG+Kfv+1sYsk5rm6aZ6/V6r+PxuDG9pyrmGIXLENYoRkPGS5ZlvWUPwOS3E+tO30LOg9tzxbJA9f8mxvgzdLxTuj4QHw6HicJ/hLrruud4iFCmED4Sr9frCf5c+iy+kqf627lrF4vFZ3yihixGPEBzb65YFqn+fxR/A5looxkvIc85AAAAAElFTkSuQmCC') 230px center no-repeat;
}
.check-price-btn {
    background: #1391cf;
    box-shadow: 0 1px 1px 0 #0a567b;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: none;
    float: right;
    padding-right: 30px;
    padding-left: 30px;
    text-transform: uppercase;
    text-shadow: none;
}
.check-price-btn:hover {
    background-color: #0069d9;
}
.search-check {
    background: #e0e0e0;
    color: #505050;
}
.search-check .main-container {
    padding: 5px 20px 0;
    margin-bottom: 8px;
}

/*
 * Breadcrumb
 */
.ns-breadcrumb ol {
    list-style: none;
    margin-left: 0;
}
.ns-breadcrumb ol li {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    font-weight: 400;
    font-size: .9em;
}
.ns-breadcrumb ol li:not(:first-child) {
    padding-left: 15px;
}
.ns-breadcrumb ol li a {
    font-weight: bold;
    color: #08c;
}
.ns-breadcrumb ol li:last-child {
    margin-right: 0;
}
.ns-breadcrumb li:not(:first-child):before {
    content: url(../../../../img/front/V3/flight-page/br-arrow.png);
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

/*
 * Hotel Title
 */
.title-container.sm-padding {
    margin-bottom: 0;
    padding-top: 0;
}
.hotel-name {
    font-size: 16px;
    font-weight: 600;
    color: #454343;
    margin-right: 10px;
}
.star-wrapper {
    color: #FF6600;
    font-size: 10px;
    letter-spacing: .05em;
    line-height: 24px;
}
.star-wrapper .ns-icon {
    display: inline;
    vertical-align: text-bottom;
}
.map-toggle-wrapper {
    margin-top: 5px;
}
.map-toggle {
    font-size: 13px;
    font-weight: bold;
}
.five-star:after {
    content: "★★★★★"
}
.four-star:after {
    content: "★★★★"
}
.three-star:after {
    content: "★★★"
}
.two-star:after {
    content: "★★"
}
.one-star:after {
    content: "★"
}
.hotel-desc {
    color: #615d5d;
}
.hotel-desc strong {
    margin-left: 10px;
}

/*
 * Price Start From
 */
.price-start-from{
    position: absolute;
    top: 20px;
    left: -15px;
}
.price-start-from>span {
    background-color: #fff;
    border-radius: 5px;
    color: #0f6f9e;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    display: inline-block;
}
.price-start-from .price-label,
.price-start-from .price-wrapper {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.price-start-from .price-label {
    background-color: #1391cf;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
.price-start-from .price-wrapper {
    padding: 5px 10px;
}
.price-start-from .startFromPrice-num,
.price-start-from .startFromPrice-small {
    font-size: 19px;
    font-weight: 600;
}
.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto;
}

.lg-backdrop.in {
    opacity: .95!important;
}
.lg-prev,
.lg-next {
    background: none!important;
}

.vendor-label {
    color: #999999;
    font-size: 12px;
}
.ns-11bkxze {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    line-height: 1.55;
}

.ns-1iugybl {
    position: relative;
}

.ns-7c7vou {
    position: relative;
}

.ns-1wpc1xj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    overflow: visible;
}

.ns-1ryt1ht {
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ns-kfv3s6 {
    display: block;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #343a40;
    font-size: 0.875rem;
    font-weight: 500;
}

.ns-kfv3s6:hover {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #343a40;
}

.ns-kfv3s6.active {
    color: #f37721;
    font-weight: 600;
}

.ns-uxk4si {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 3.75rem;
    max-height: 3.75rem;
    position: static;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 0.0625rem solid #e9ecef;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
}

.ns-1v3iyvv {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    height: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ns-k3ov3c {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.ns-k3ov3c>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-6ha8ih {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    /* margin-top: 8px; */
}

.ns-6ha8ih:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-6ha8ih:focus:not(:focus-visible) {
    outline: none;
}

.ns-1xotx3m {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.3125rem;
}

.ns-1xotx3m>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-8k3bl3 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
}

.ns-8k3bl3>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-1c2c4l {
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.ns-dw08nz {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 1.625rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 0.25rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: transparent;
    color: #343a40;
}

.ns-dw08nz:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-dw08nz:focus:not(:focus-visible) {
    outline: none;
}

.ns-dw08nz:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-dw08nz:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-dw08nz:not([data-disabled]):hover {
        background-color:rgba(248, 249, 250, 1);
    }
}

@media (hover: none) {
    .ns-dw08nz:not([data-disabled]):active {
        background-color:rgba(248, 249, 250, 1);
    }
}

.ns-dw08nz:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}

.ns-dw08nz:disabled,.ns-dw08nz[data-disabled] {
    border-color: transparent;
    background-color: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    background-image: none;
    pointer-events: none;
}

.ns-dw08nz:disabled:active,.ns-dw08nz[data-disabled]:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.ns-dw08nz[data-loading] {
    pointer-events: none;
}

.ns-dw08nz[data-loading]::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    left: -0.0625rem;
    bottom: -0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    cursor: not-allowed;
}

.ns-ojrz4j {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ns-7ftt1 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.3125rem;
}

.ns-7ftt1>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-9rx0rd {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.ns-ngdjft {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 2rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
}

.ns-ngdjft:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-ngdjft:focus:not(:focus-visible) {
    outline: none;
}

.ns-1ql8kv8 {
    border: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    border-left-width: 0.0625rem;
    border-left-color: #ced4da;
    border-left-style: solid;
    margin-top: 0.25rem;
    height: 0.8125rem;
}

.ns-166ybyp {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 0.875rem;
}

.ns-166ybyp:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-166ybyp:focus:not(:focus-visible) {
    outline: none;
}

.ns-cs3my3 {
    width: 3px;
    min-width: 3px;
    height: 0rem;
    min-height: 0rem;
}

.ns-1ilxobn {
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.ns-40kcyx {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 1.625rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 0.25rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: #0A73B7;
    color: #fff;
}

.ns-40kcyx:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-40kcyx:focus:not(:focus-visible) {
    outline: none;
}

.ns-40kcyx:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-40kcyx:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-40kcyx:not([data-disabled]):hover {
        background-color:#0067A9;
    }
}

@media (hover: none) {
    .ns-40kcyx:not([data-disabled]):active {
        background-color:#0067A9;
    }
}

.ns-40kcyx:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}

.ns-40kcyx:disabled,.ns-40kcyx[data-disabled] {
    border-color: transparent;
    background-color: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    background-image: none;
    pointer-events: none;
}

.ns-40kcyx:disabled:active,.ns-40kcyx[data-disabled]:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.ns-40kcyx[data-loading] {
    pointer-events: none;
}

.ns-40kcyx[data-loading]::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    left: -0.0625rem;
    bottom: -0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    cursor: not-allowed;
}

.ns-l0zg8t {
    margin-top: -20px;
}

.ns-xug38k {
    -webkit-tap-highlight-color: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;
    display: block;
    width: 100%;
    border: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000;
    background-image: url(../../../../v2/img/mountain-view.webp);
    border-radius: 0rem;
    height: 115px;
    position: relative;
}

.ns-xug38k:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-xug38k:focus:not(:focus-visible) {
    outline: none;
}

.ns-1pby2mz {
    position: absolute;
    top: 0rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0rem;
    z-index: 1;
}

.ns-1pby2mz[data-center] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ns-15y3yi3 {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    margin-top: -110px;
    margin-bottom: 2rem;
}

.ns-1o5ywsc {
    z-index: 2;
    width: 100%;
    position: relative;
}

.ns-19ysov5 {
    width: 100%;
    z-index: 201;
    position: relative;
    margin-top: 1.75rem;
}

.ns-1rdme2z {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0.25rem;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05),rgba(0, 0, 0, 0.05) 0 1.75rem 1.4375rem -0.4375rem,rgba(0, 0, 0, 0.04) 0 0.75rem 0.75rem -0.4375rem;
}

.ns-1rdme2z[data-with-border] {
    border: 0.0625rem solid #dee2e6;
}

.ns-gn5pm4 {
    background-color: #FFF;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ns-1c1hlt8 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ns-1iqw11t {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    line-height: 1.55;
    position: relative;
}

.ns-exkrsd {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #212529;
    word-break: break-word;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
    color: #868e96;
    position: absolute;
    pointer-events: none;
    font-size: 0.75rem;
    padding-left: 0.75rem;
    padding-top: calc(0.75rem / 2);
    z-index: 1;
}

.ns-1uub2ba {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    height: 2.25rem;
    -webkit-tap-highlight-color: transparent;
    line-height: calc(2.25rem - 0.125rem);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    resize: none;
    box-sizing: border-box;
    font-size: 0.875rem;
    width: 100%;
    color: #000;
    display: block;
    text-align: left;
    border: 0.0625rem solid #ced4da;
    background-color: #fff;
    -webkit-transition: border-color 100ms ease;
    transition: border-color 100ms ease;
    min-height: 2.25rem;
    padding-left: calc(2.25rem / 3);
    padding-right: calc(2.25rem / 3);
    border-radius: 0.25rem;
    height: 3.375rem;
    padding-top: 1.125rem;
    border: 0px;
    font-weight: 600;
    text-overflow: ellipsis;
}

.ns-1uub2ba:focus,.ns-1uub2ba:focus-within {
    outline: none;
    border-color: #0A73B7;
}

.ns-1uub2ba:disabled,.ns-1uub2ba[data-disabled] {
    background-color: #f1f3f5;
    color: #909296;
    opacity: 0.6;
    cursor: not-allowed;
}

.ns-1uub2ba:disabled::-webkit-input-placeholder {
    color: #909296;
}

.ns-1uub2ba:disabled::-moz-placeholder {
    color: #909296;
}

.ns-1uub2ba:disabled:-ms-input-placeholder {
    color: #909296;
}

.ns-1uub2ba[data-disabled]::-webkit-input-placeholder {
    color: #909296;
}

.ns-1uub2ba[data-disabled]::-moz-placeholder {
    color: #909296;
}

.ns-1uub2ba[data-disabled]:-ms-input-placeholder {
    color: #909296;
}

.ns-1uub2ba:disabled::placeholder,.ns-1uub2ba[data-disabled]::placeholder {
    color: #909296;
}

.ns-1uub2ba[data-invalid] {
    color: #e03131;
    border-color: #e03131;
}

.ns-1uub2ba[data-invalid]::-webkit-input-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-1uub2ba[data-invalid]::-moz-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-1uub2ba[data-invalid]:-ms-input-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-1uub2ba[data-invalid]::placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-1uub2ba[data-with-icon] {
    padding-left: 2.25rem;
}

.ns-1uub2ba::-webkit-input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-1uub2ba::-moz-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-1uub2ba:-ms-input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-1uub2ba::placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-1uub2ba::-webkit-inner-spin-button,.ns-1uub2ba::-webkit-outer-spin-button,.ns-1uub2ba::-webkit-search-decoration,.ns-1uub2ba::-webkit-search-cancel-button,.ns-1uub2ba::-webkit-search-results-button,.ns-1uub2ba::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.ns-1uub2ba[type=number] {
    -moz-appearance: textfield;
}

.ns-1jt193x {
    min-width: 220px;
}

.ns-re8r93 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    height: auto;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.55;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    resize: none;
    box-sizing: border-box;
    font-size: 0.875rem;
    width: 100%;
    color: #000;
    display: block;
    text-align: left;
    border: 0.0625rem solid #ced4da;
    background-color: #fff;
    -webkit-transition: border-color 100ms ease;
    transition: border-color 100ms ease;
    min-height: 2.25rem;
    padding-left: calc(2.25rem / 3);
    padding-right: calc(2.25rem / 3);
    border-radius: 0.25rem;
    cursor: pointer;
    line-height: unset;
    height: 3.375rem;
    padding-top: 1.125rem;
    border: 0px;
    font-weight: 600;
    text-overflow: ellipsis;
    height: 3.375rem;
    padding-top: 1.125rem;
    border: 0px;
    font-weight: 600;
    text-overflow: ellipsis;
}

.ns-re8r93:focus,.ns-re8r93:focus-within {
    outline: none;
    border-color: #0A73B7;
}

.ns-re8r93:disabled,.ns-re8r93[data-disabled] {
    background-color: #f1f3f5;
    color: #909296;
    opacity: 0.6;
    cursor: not-allowed;
}

.ns-re8r93:disabled::-webkit-input-placeholder {
    color: #909296;
}

.ns-re8r93:disabled::-moz-placeholder {
    color: #909296;
}

.ns-re8r93:disabled:-ms-input-placeholder {
    color: #909296;
}

.ns-re8r93[data-disabled]::-webkit-input-placeholder {
    color: #909296;
}

.ns-re8r93[data-disabled]::-moz-placeholder {
    color: #909296;
}

.ns-re8r93[data-disabled]:-ms-input-placeholder {
    color: #909296;
}

.ns-re8r93:disabled::placeholder,.ns-re8r93[data-disabled]::placeholder {
    color: #909296;
}

.ns-re8r93[data-invalid] {
    color: #e03131;
    border-color: #e03131;
}

.ns-re8r93[data-invalid]::-webkit-input-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-re8r93[data-invalid]::-moz-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-re8r93[data-invalid]:-ms-input-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-re8r93[data-invalid]::placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-re8r93[data-with-icon] {
    padding-left: 2.25rem;
}

.ns-re8r93::-webkit-input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-re8r93::-moz-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-re8r93:-ms-input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-re8r93::placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-re8r93::-webkit-inner-spin-button,.ns-re8r93::-webkit-outer-spin-button,.ns-re8r93::-webkit-search-decoration,.ns-re8r93::-webkit-search-cancel-button,.ns-re8r93::-webkit-search-results-button,.ns-re8r93::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.ns-re8r93[type=number] {
    -moz-appearance: textfield;
}

.ns-re8r93[data-read-only] {
    cursor: default;
}

.ns-1v32taa {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
}

.ns-g7s2td {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    line-height: 1.55;
    cursor: pointer;
}

.ns-ih7mca {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    color: #000;
    cursor: pointer;
}

.ns-h8cimo {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 2.25rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 0.25rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: #0A73B7;
    color: #fff;
    margin: 4px;
    height: calc(100% - 8px);
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
}

.ns-h8cimo:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-h8cimo:focus:not(:focus-visible) {
    outline: none;
}

.ns-h8cimo:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-h8cimo:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-h8cimo:not([data-disabled]):hover {
        background-color:#0067A9;
    }
}

@media (hover: none) {
    .ns-h8cimo:not([data-disabled]):active {
        background-color:#0067A9;
    }
}

.ns-h8cimo:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}

.ns-h8cimo:disabled,.ns-h8cimo[data-disabled] {
    border-color: transparent;
    background-color: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    background-image: none;
    pointer-events: none;
}

.ns-h8cimo:disabled:active,.ns-h8cimo[data-disabled]:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.ns-h8cimo[data-loading] {
    pointer-events: none;
}

.ns-h8cimo[data-loading]::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    left: -0.0625rem;
    bottom: -0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    cursor: not-allowed;
}

.ns-1rq2yla {
    width: 5px;
    min-width: 5px;
    height: 0rem;
    min-height: 0rem;
}

.ns-1rfqyzu {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    margin-bottom: 2rem;
    padding-top: 20px;
}

.ns-1emc9ft {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1rem;
}

.ns-1emc9ft>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

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

.ns-ps87l4 ns-Breadcrumbs-root>ns-breadcrumb:last-child {
    color: #000;
    font-weight: bold;
}

.ns-tnnalt {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border: 0;
    color: #1D87D4;
    line-height: 1;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    /* color: black; */
    display: flex;
    align-items: center;
}

.ns-tnnalt:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-tnnalt:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-tnnalt:hover {
        -webkit-text-decoration:underline;
        text-decoration: underline;
    }
}

@media (hover: none) {
    .ns-tnnalt:active {
        -webkit-text-decoration:underline;
        text-decoration: underline;
    }
}

.ns-zppams {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    color: #343a40;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ns-zppams:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-zppams:focus:not(:focus-visible) {
    outline: none;
}

.ns-1ishg2f {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #343a40;
}

.ns-1ishg2f:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1ishg2f:focus:not(:focus-visible) {
    outline: none;
}

.ns-rjrsz1 {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ns-1kkt1ai {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1rem;
}

@media (max-width: 47.9375em) {
    .ns-1kkt1ai {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        gap: 1rem 1rem;
    }
}

.ns-qenwvq {
    margin: 0;
}

.ns-1vpw4c9 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.25rem;
}

.ns-16fdnqw {
    margin: calc(-1rem / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ns-n3bxxx {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}

@media (min-width: 36em) {
    .ns-n3bxxx {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 48em) {
    .ns-n3bxxx {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 62em) {
    .ns-n3bxxx {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 75em) {
    .ns-n3bxxx {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 88em) {
    .ns-n3bxxx {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.ns-u9j1uq {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.ns-dld493 {
    border: 1px solid #d2d8dd;
    padding: 1rem;
}

.ns-14voruu {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.ns-14voruu>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-1t45alw {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ns-188gsuv {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 0.6875rem;
    height: 1.25rem;
    line-height: calc(1.25rem - 0.125rem);
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 0 calc(1rem / 1.5);
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.015625rem;
    cursor: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    background: transparent;
    color: #0A73B7;
    border: 0.0625rem solid #0A73B7;
}

.ns-188gsuv:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-188gsuv:focus:not(:focus-visible) {
    outline: none;
}

.ns-1qubyp9 {
    position: relative;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.ns-1qubyp9[data-active="true"] {
    z-index: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ns-1qw6dyw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
}

.ns-izp444 {
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.ns-izp444:focus+.___ref-label {
    outline: 0.0625rem solid #38A2EE;
}

.ns-izp444:focus:focus:not(:focus-visible)+.___ref-label {
    outline: none;
}

.ns-17zzblz {
    display: block;
    box-sizing: border-box;
    margin: 0.0625rem;
    top: 0;
    left: 0;
    cursor: pointer;
    position: absolute;
    z-index: 0;
    z-index: 0;
}

.ns-17zzblz[data-read-only] {
    cursor: default;
}

.ns-17zzblz:last-of-type {
    position: relative;
    z-index: 0;
}

.ns-eti7u4 {
    display: grid;
    place-content: center;
    place-items: center;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.ns-3k1u0b {
    stroke: #f08c00;
    fill: #f08c00;
    width: 0.875rem;
    height: 0.875rem;
}

.ns-vqoiw6 {
    display: block;
    box-sizing: border-box;
    margin: 0.0625rem;
    top: 0;
    left: 0;
    cursor: pointer;
    position: absolute;
    z-index: 0;
}

.ns-vqoiw6[data-read-only] {
    cursor: default;
}

.ns-vqoiw6:last-of-type {
    position: relative;
    z-index: 0;
}

.ns-dsiz2 {
    display: grid;
    place-content: center;
    place-items: center;
}

.ns-11evvfi {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 0.6875rem;
    height: 1.25rem;
    line-height: calc(1.25rem - 0.125rem);
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 0 calc(1rem / 1.5);
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.015625rem;
    cursor: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #2f9e44;
    color: #fff;
    border: 0.0625rem solid transparent;
}

.ns-11evvfi:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-11evvfi:focus:not(:focus-visible) {
    outline: none;
}

.ns-1fr50if {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ns-1ez2mpk {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 400;
}

.ns-1ez2mpk:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1ez2mpk:focus:not(:focus-visible) {
    outline: none;
}

.ns-x7tzfz {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #868e96;
}

.ns-x7tzfz:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-x7tzfz:focus:not(:focus-visible) {
    outline: none;
}

.ns-w1aeuy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ns-16jy6p3 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 600;
}

.ns-16jy6p3:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-16jy6p3:focus:not(:focus-visible) {
    outline: none;
}

.ns-hjdhm {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 400;
}

.ns-hjdhm:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-hjdhm:focus:not(:focus-visible) {
    outline: none;
}

.ns-azm4qr {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 1.625rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 0.25rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    background-color: rgba(231, 248, 255, 1);
    color: #0A73B7;
    margin-top: 10px;
}

.ns-azm4qr:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-azm4qr:focus:not(:focus-visible) {
    outline: none;
}

.ns-azm4qr:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-azm4qr:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-azm4qr:not([data-disabled]):hover {
        background-color:rgba(210, 236, 253, 0.65);
    }
}

@media (hover: none) {
    .ns-azm4qr:not([data-disabled]):active {
        background-color:rgba(210, 236, 253, 0.65);
    }
}

.ns-azm4qr:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}

.ns-azm4qr:disabled,.ns-azm4qr[data-disabled] {
    border-color: transparent;
    background-color: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    background-image: none;
    pointer-events: none;
}

.ns-azm4qr:disabled:active,.ns-azm4qr[data-disabled]:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.ns-azm4qr[data-loading] {
    pointer-events: none;
}

.ns-azm4qr[data-loading]::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    left: -0.0625rem;
    bottom: -0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    cursor: not-allowed;
}

.ns-1egz5mi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ns-1t86x34 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 0;
    color: #f37721;
}

.ns-1t86x34:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1t86x34:focus:not(:focus-visible) {
    outline: none;
}

.ns-v62x3o {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.ns-v62x3o:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-v62x3o:focus:not(:focus-visible) {
    outline: none;
}

.ns-189x0h1 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-left: 4px;
    color: #868e96;
}

.ns-189x0h1:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-189x0h1:focus:not(:focus-visible) {
    outline: none;
}

.ns-yrol62 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.45;
    margin: 0;
    margin-top: 1.5rem;
    font-weight: 400;
}

.ns-yrol62:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-yrol62:focus:not(:focus-visible) {
    outline: none;
}

.ns-1m1o6lz {
    margin-top: 1rem;
    color: #868e96;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.ns-1xkg0b8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ns-g0s300 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.ns-g0s300:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-g0s300:focus:not(:focus-visible) {
    outline: none;
}

.ns-1pvie7t {
    border: 0;
    border-top-width: 0.0625rem;
    border-top-color: #ced4da;
    border-top-style: solid;
    margin: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.ns-adymsn {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1rem;
}

.ns-adymsn>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-cmfpe8 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 500;
}

.ns-cmfpe8:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-cmfpe8:focus:not(:focus-visible) {
    outline: none;
}

.ns-z8445i {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
    margin-top: 1rem;
}

.ns-iwg4hh {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: normal;
}

.ns-160cn03 {
    white-space: nowrap;
    line-height: 1.55;
}

.ns-160cn03:not(:first-of-type) {
    margin-top: 0rem;
}

.ns-160cn03[data-with-icon] {
    list-style: none;
}

.ns-160cn03[data-with-icon] .___ref-itemWrapper {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ns-7wo8qo {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-top: 1rem;
}

.ns-7wo8qo:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-7wo8qo:focus:not(:focus-visible) {
    outline: none;
}

.ns-11e3mee {
    margin: calc(-1rem / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 1rem;
}

.ns-1nkhok0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 41.66666666666667%;
    -ms-flex-preferred-size: 41.66666666666667%;
    flex-basis: 41.66666666666667%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 41.66666666666667%;
}

@media (min-width: 36em) {
    .ns-1nkhok0 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 48em) {
    .ns-1nkhok0 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 62em) {
    .ns-1nkhok0 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 75em) {
    .ns-1nkhok0 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 88em) {
    .ns-1nkhok0 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.ns-195ay8d {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-top: 1rem;
}

.ns-195ay8d:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-195ay8d:focus:not(:focus-visible) {
    outline: none;
}

.ns-7ur4br {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 58.333333333333336%;
    -ms-flex-preferred-size: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 58.333333333333336%;
}

@media (min-width: 36em) {
    .ns-7ur4br {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 48em) {
    .ns-7ur4br {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 62em) {
    .ns-7ur4br {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 75em) {
    .ns-7ur4br {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 88em) {
    .ns-7ur4br {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.ns-1gzmhjq {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ns-1gzmhjq:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1gzmhjq:focus:not(:focus-visible) {
    outline: none;
}

.ns-fmcw0i {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}

.ns-v1pq8s {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem 0.25rem;
}

.ns-19vsyj2 {
    margin-top: 120px;
    margin-bottom: -40px;
    background: #F1F5F9;
}

.ns-1gjt79s {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 32px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #94A3B8;
}

.ns-14jdz0k {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: none;
    background-color: #fff;
    padding: 1.25rem;
}

.ns-14jdz0k[data-with-border] {
    border: 0.0625rem solid #dee2e6;
}

.ns-1khjt2m {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 7.5rem;
    font-size: calc(7.5rem / 2.5);
    color: #343a40;
    background-color: rgba(248, 249, 250, 1);
    border: 0.0625rem solid transparent;
}

.ns-xmozo6 {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 7.5rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 7.5rem;
    min-width: 7.5rem;
    height: 7.5rem;
    margin-right: auto;
    margin-left: auto;
}

.ns-xmozo6:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-xmozo6:focus:not(:focus-visible) {
    outline: none;
}

.ns-p1z8aq {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
    font-size: 1.125rem;
    text-align: center;
}

.ns-p1z8aq:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-p1z8aq:focus:not(:focus-visible) {
    outline: none;
}

.ns-1raj9u1 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #868e96;
    font-size: 0.875rem;
    text-align: center;
}

.ns-1raj9u1:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1raj9u1:focus:not(:focus-visible) {
    outline: none;
}

.ns-c8hufy {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16.8px;
    background-color: #0B2254;
    margin-top: 7.5rem;
    padding-top: calc(1.5rem * 2);
    padding-bottom: calc(1.5rem * 2);
}

.ns-c8hufy * {
    color: rgba(255, 255, 255, .6);
}

.ns-1bpf6j1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 196px;
}

.ns-x1obhy {
    width: 10rem;
}

.ns-mkh5nk {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 91.66666666666667%;
    -ms-flex-preferred-size: 91.66666666666667%;
    flex-basis: 91.66666666666667%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 91.66666666666667%;
}

@media (min-width: 36em) {
    .ns-mkh5nk {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 48em) {
    .ns-mkh5nk {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 62em) {
    .ns-mkh5nk {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 75em) {
    .ns-mkh5nk {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 88em) {
    .ns-mkh5nk {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.ns-xtjkif {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-top: 0.3125rem;
}

.ns-xtjkif:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-xtjkif:focus:not(:focus-visible) {
    outline: none;
}

.ns-1nmrv06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
}

.ns-1ott6cr {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 700;
}

.ns-1ott6cr:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1ott6cr:focus:not(:focus-visible) {
    outline: none;
}

.ns-1vtndw9 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
    padding: 0.5rem;
    font-size: 0.75rem;
}

.ns-1vtndw9>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-98wvhd {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 0.5rem;
}

.ns-98wvhd:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-98wvhd:focus:not(:focus-visible) {
    outline: none;
}

.ns-epqxyi {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.3125rem;
}

.ns-epqxyi:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-epqxyi:focus:not(:focus-visible) {
    outline: none;
}

.ns-154483i {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 33.333333333333336%;
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 33.333333333333336%;
    padding-left: 2.5rem;
}

@media (min-width: 36em) {
    .ns-154483i {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 48em) {
    .ns-154483i {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 62em) {
    .ns-154483i {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 75em) {
    .ns-154483i {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 88em) {
    .ns-154483i {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.ns-6rlqbm {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: calc(0.625rem / 2);
    color: #FFF;
}

.ns-6rlqbm:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-6rlqbm:focus:not(:focus-visible) {
    outline: none;
}

.ns-1dslz55 {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    font-size: 0.875rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
}

.ns-1dslz55:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1dslz55:focus:not(:focus-visible) {
    outline: none;
}

.ns-1dslz55:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.ns-b6e2c5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: calc(1rem / 2);
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 25%;
}

@media (min-width: 36em) {
    .ns-b6e2c5 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 48em) {
    .ns-b6e2c5 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 62em) {
    .ns-b6e2c5 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 75em) {
    .ns-b6e2c5 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 88em) {
    .ns-b6e2c5 {
        -webkit-flex-shrink:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.ns-1fu4uzt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ns-1swk166 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 2.625rem;
}

.ns-cckf3j {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    height: 2.625rem;
    -webkit-tap-highlight-color: transparent;
    line-height: calc(2.625rem - 0.125rem);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    resize: none;
    box-sizing: border-box;
    font-size: 1rem;
    width: 100%;
    color: #000;
    display: block;
    text-align: left;
    border: 0.0625rem solid #ced4da;
    background-color: #fff;
    -webkit-transition: border-color 100ms ease;
    transition: border-color 100ms ease;
    min-height: 2.625rem;
    padding-left: calc(2.625rem / 3);
    padding-right: 2.625rem;
    border-radius: 2rem;
}

.ns-cckf3j:focus,.ns-cckf3j:focus-within {
    outline: none;
    border-color: #0A73B7;
}

.ns-cckf3j:disabled,.ns-cckf3j[data-disabled] {
    background-color: #f1f3f5;
    color: #909296;
    opacity: 0.6;
    cursor: not-allowed;
}

.ns-cckf3j:disabled::-webkit-input-placeholder {
    color: #909296;
}

.ns-cckf3j:disabled::-moz-placeholder {
    color: #909296;
}

.ns-cckf3j:disabled:-ms-input-placeholder {
    color: #909296;
}

.ns-cckf3j[data-disabled]::-webkit-input-placeholder {
    color: #909296;
}

.ns-cckf3j[data-disabled]::-moz-placeholder {
    color: #909296;
}

.ns-cckf3j[data-disabled]:-ms-input-placeholder {
    color: #909296;
}

.ns-cckf3j:disabled::placeholder,.ns-cckf3j[data-disabled]::placeholder {
    color: #909296;
}

.ns-cckf3j[data-invalid] {
    color: #e03131;
    border-color: #e03131;
}

.ns-cckf3j[data-invalid]::-webkit-input-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-cckf3j[data-invalid]::-moz-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-cckf3j[data-invalid]:-ms-input-placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-cckf3j[data-invalid]::placeholder {
    opacity: 1;
    color: #e03131;
}

.ns-cckf3j[data-with-icon] {
    padding-left: 2.625rem;
}

.ns-cckf3j::-webkit-input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-cckf3j::-moz-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-cckf3j:-ms-input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-cckf3j::placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #adb5bd;
    opacity: 1;
}

.ns-cckf3j::-webkit-inner-spin-button,.ns-cckf3j::-webkit-outer-spin-button,.ns-cckf3j::-webkit-search-decoration,.ns-cckf3j::-webkit-search-cancel-button,.ns-cckf3j::-webkit-search-results-button,.ns-cckf3j::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.ns-cckf3j[type=number] {
    -moz-appearance: textfield;
}

.ns-1v4xdqr {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 2rem;
    padding: 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 2rem;
    min-height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border: 0.0625rem solid transparent;
    background-color: #0A73B7;
    color: #fff;
    background-color: #0B2254;
}

.ns-1v4xdqr:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1v4xdqr:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-1v4xdqr:hover {
        background-color:#0067A9;
    }
}

@media (hover: none) {
    .ns-1v4xdqr:active {
        background-color:#0067A9;
    }
}

.ns-1v4xdqr:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}

.ns-1v4xdqr [data-action-icon-loader] {
    max-width: 70%;
}

.ns-1v4xdqr:disabled,.ns-1v4xdqr[data-disabled] {
    color: #ced4da;
    cursor: not-allowed;
    background-color: #f1f3f5;
    border-color: #f1f3f5;
    background-image: none;
    pointer-events: none;
}

.ns-1v4xdqr:disabled:active,.ns-1v4xdqr[data-disabled]:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.ns-1v4xdqr[data-loading] {
    pointer-events: none;
}

.ns-1v4xdqr[data-loading]::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    left: -0.0625rem;
    bottom: -0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 2rem;
    cursor: not-allowed;
}

.ns-u05cl8 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 265px;
}

.ns-u05cl8>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-nqefv {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
}

.ns-nqefv:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-nqefv:focus:not(:focus-visible) {
    outline: none;
}

.ns-1gh0jfw {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
}

.ns-99u4uk {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.ns-99u4uk:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-99u4uk:focus:not(:focus-visible) {
    outline: none;
}

.ns-1a3a5oi {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border: 0;
    color: #1D87D4;
}

.ns-1a3a5oi:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-1a3a5oi:focus:not(:focus-visible) {
    outline: none;
}

@media (hover: hover) {
    .ns-1a3a5oi:hover {
        -webkit-text-decoration:underline;
        text-decoration: underline;
    }
}

@media (hover: none) {
    .ns-1a3a5oi:active {
        -webkit-text-decoration:underline;
        text-decoration: underline;
    }
}

.ns-1k3n8ap {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 0rem;
}

.ns-1k3n8ap>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-17plu4j {
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: transparent;
    text-align: left;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 0.25rem;
    padding: 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 2.125rem;
    min-height: 2.125rem;
    width: 2.125rem;
    min-width: 2.125rem;
    border: 0.0625rem solid transparent;
    background-color: transparent;
    color: #343a40;
}

.ns-17plu4j:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-17plu4j:focus:not(:focus-visible) {
    outline: none;
}

.ns-17plu4j:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}

.ns-17plu4j [data-action-icon-loader] {
    max-width: 70%;
}

.ns-17plu4j:disabled,.ns-17plu4j[data-disabled] {
    color: #ced4da;
    cursor: not-allowed;
    background-image: none;
    pointer-events: none;
}

.ns-17plu4j:disabled:active,.ns-17plu4j[data-disabled]:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.ns-17plu4j[data-loading] {
    pointer-events: none;
}

.ns-17plu4j[data-loading]::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    left: -0.0625rem;
    bottom: -0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    cursor: not-allowed;
}

.ns-pn9y2j {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #1d4164;
}

.ns-8gtvvv {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.ns-8gtvvv>* {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ns-1oqlai2 {
    border-radius: 5px;
    padding: 4px 8px;
    background: #3171B8;
}

.ns-1jze2q1 {
    border-radius: 5px;
    padding: 4px 8px;
    background: #274F8C;
}

.ns-15w8qiw {
    border-radius: 5px;
    padding: 4px 8px;
    background: #123293;
}

.ns-12929ol {
    border-radius: 5px;
    padding: 4px 8px;
    background: #163C75;
}

.ns-oq5fhr {
    border-radius: 5px;
    padding: 4px 8px;
    background: #327494;
}

.ns-bmi7k6 {
    border-radius: 5px;
    padding: 4px 8px;
    background: #284291;
}

.ns-nrpfb3 {
    border-radius: 5px;
    padding: 4px 8px;
    background: #F1BE46;
}

.ns-25gwe3 {
    border-radius: 5px;
    padding: 4px 8px;
    background: #DB4433;
}

.ns-k2khaf {
    border-radius: 5px;
    padding: 4px 8px;
    background: #FFF;
}

.ns-rej3qm {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: end;
    white-space: nowrap;
    margin-top: 5px;
}

.ns-rej3qm:focus {
    outline-offset: 0.125rem;
    outline: 0.125rem solid #38A2EE;
}

.ns-rej3qm:focus:not(:focus-visible) {
    outline: none;
}
.ns-vt7wna {
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    border: 0px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border-radius: 0rem;
    background: url(../../../../img/banner/pattern_1.svg) center center / contain repeat rgb(0, 84, 166);
    height: 6rem;
    position: relative;
}
.nice-select .list {
    overflow: auto !important;
    max-height: 80px !important;
}
.anchor-link {
    scroll-margin-top: 100px;
}
#roomMore {
    font-size: .9em;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #015a89;
    cursor: pointer;
    text-align: center;
}