@charset "UTF-8";.noUi-pips,.noUi-pips *,.slick-slider {
    box-sizing: border-box
}

.c-filter__body--point,.tooltip {
    letter-spacing: normal;
    font-style: normal
}

.invisible,.owl-carousel.owl-refresh .owl-item,.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden
}

.c-finder__dropdown-count-data>span.disabled,.c-input__label--floating,.daterangepicker .off.ends,.form-control-feedback,.slick-slide.dragging img,a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.fancybox__container,.noUi-target,.noUi-target *,.owl-carousel,.owl-carousel .owl-item,.slick-slider,html {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel,.owl-carousel .owl-item {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-drag .owl-item,.slick-slider {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: var(--color-gray);
    opacity: .2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-gray);
    opacity: 1
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-touch-callout: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.btn,.c-button,.noUi-target,.noUi-target * {
    -webkit-user-select: none;
    -ms-user-select: none
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,.slick-next,.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased
}

.slick-loading .slick-list {
    background: url(../images/default.png) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.html);
    src: url(fonts/slickd41d.html?#iefix) format("embedded-opentype"),url(fonts/slick-2.html) format("woff"),url(fonts/slick-3.html) format("truetype"),url(fonts/slick-4.html#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border: none;
    outline: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: var(--color-gray-light);
    border-radius: 18px
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.daterangepicker,.noUi-connect,.noUi-handle,.noUi-marker,.noUi-origin,.noUi-pips,.noUi-tooltip,.noUi-value {
    position: absolute
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px;
    border-bottom: 2px solid!important;
    border-image: var(--color-multi-border)
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    z-index: 1;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    inset-inline-start: auto;
    inset-inline-end: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    inset-inline-start: -10px;
    top: -7px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 15px;
    height: 15px;
    inset-inline-start: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    inset-inline-end: -9px;
    inset-inline-start: auto
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 2px solid #1758b6;
    border-radius: 15px;
    background: var(--color-white);
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips {
    color: #999
}

.noUi-value {
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #CCC
}

.noUi-marker-large,.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    inset-inline-start: 0;
    width: 100%
}

.noUi-value-horizontal {
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    -webkit-margin-start: -1px;
    margin-inline-start:-1px;width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    inset-inline-start: 100%
}

.noUi-value-vertical {
    -ms-transform: translate(0,-50%,0);
    transform: translate(0,-50%,0);
    -webkit-padding-start: 25px;
    padding-inline-start:25px}

.noUi-rtl .noUi-value-vertical {
    -ms-transform: translate(0,50%);
    transform: translate(0,50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    inset-inline-end: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    inset-inline-end: 120%
}

.daterangepicker,.daterangepicker .calendar-table th,.daterangepicker__col {
    font-family: Poppins-Medium
}

.daterangepicker {
    color: inherit;
    background-color: #fff;
    width: 278px;
    max-width: none;
    top: 100px;
    left: 20px;
    z-index: 999999999;
    display: none;
    font-size: 15px;
    line-height: 1em;
    padding: 0 30px;
    border-radius: 6px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.16)
}

.daterangepicker__head {
    margin-left: -30px;
    margin-right: -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.daterangepicker-close {
    position: absolute;
    right: 10px;
    color: #6f7e90
}

.daterangepicker__col {
    width: 50%;
    padding: 15px 22px;
    font-size: 16px;
    color: var(--color-gray-03);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px rgba(112,112,112,.24);
    position: relative
}

.daterangepicker__col p {
    margin: 0
}

.daterangepicker__col:first-child {
    border-right: 1px solid rgba(112,112,112,.24)
}

.daterangepicker__col:first-child:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8.5L-1.04509e-06 15L-9.53674e-07 2L7 8.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.60859 8.64019L0 2V0.5L8.07821 8.64019L0 16L0.00317383 14.7738L6.60859 8.64019Z' fill='%23D1D5DA'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    right: -8px;
    width: 8px;
    height: 16px;
    border-right: 0
}

.daterangepicker__col>svg {
    margin-right: 13px
}

.daterangepicker:after,.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,.2);
    content: ""
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .prev svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.daterangepicker .calendar-table .next,.daterangepicker .calendar-table .prev {
    padding-bottom: 0;
    padding-top: 0
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next {
    position: relative;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -28px
}

.daterangepicker .calendar-table .prev {
    position: relative;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -28px
}

.daterangepicker .calendar-table .next span {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table th {
    font-size: 12px;
    color: var(--color-gray-03);
    padding-top: 10px;
    padding-bottom: 20px
}

.daterangepicker .calendar-table td {
    font-family: Poppins-Regular;
    font-size: 12px;
    color: var(--color-gray);
    height: 35px;
    width: 35px
}

.daterangepicker td.active:hover {
    background-color: var(--color-primary-01);
    border-color: transparent;
    transition: ease-in-out all .2s
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 6px
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: var(--color-ice);
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off.active {
    color: #fff!important
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: var(--color-gray);
    opacity: .3
}

.daterangepicker td.in-range {
    background-color: var(--color-ice);
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.end-date.active,.daterangepicker td.start-date.active {
    position: relative;
    z-index: 9
}

.custom-date {
    position: relative
}

.custom-date:after {
    content: "●";
    position: absolute;
    right: 4px;
    top: 3px;
    line-height: 9px;
    color: #fe9503;
    font-size: 14px
}

.start-date.end-date {
    background-color: unset!important
}

.daterangepicker td.start-date.active {
    border-radius: 30px 0 0 30px;
    background: var(--color-ice)
}

.daterangepicker td.end-date.active .date-wrapper,.daterangepicker td.start-date.active .date-wrapper {
    z-index: -99999;
    background: #295ab3;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 35px
}

.daterangepicker td.end-date {
    border-radius: 0 30px 30px 0
}

.daterangepicker td.start-date {
    border-radius: 30px 0 0 30px
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    color: #fff
}

.daterangepicker th.month {
    width: auto;
    font-size: 10px;
    font-family: Poppins-Regular;
    color: var(--color-gray-03);
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase
}

.daterangepicker option.disabled,.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker.show-ranges.ltr .drp-calendar.left,.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

.table-month {
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 20px 0;
    border-top: solid 1px rgba(112,112,112,.24);
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-buttons .drp-buttons--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.daterangepicker .drp-buttons .drp-buttons--left p {
    font-size: 10px;
    color: #fe9503;
    text-align: left;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.daterangepicker .drp-buttons .drp-buttons--left p:nth-child(-n+2) {
    display: block
}

.daterangepicker .drp-selected {
    font-size: 12px;
    padding-right: 8px;
    display: none
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700
}

.daterangepicker .drp-buttons .cancelBtn {
    display: none
}

.daterangepicker.show-ranges.rtl .drp-calendar.right,.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker .drp-calendar,.daterangepicker .ranges,.daterangepicker.single .drp-calendar,.daterangepicker.single .ranges {
        float:left
    }

    .daterangepicker {
        width: auto;
        direction: ltr;
        text-align: left
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .daterangepicker__col:nth-of-type(1),.daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .daterangepicker__col:after,.daterangepicker.single .daterangepicker__col:nth-of-type(2) {
        display: none
    }

    .daterangepicker.single .drp-buttons {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .daterangepicker.single .drp-buttons .drp-buttons--right {
        margin-top: 20px
    }

    .daterangepicker.single .drp-buttons .drp-buttons--right .btn {
        width: 100%;
        margin: 0
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 8px
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width:auto;
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none!important
    }
}

@media screen and (max-width: 991px) {
    .daterangepicker {
        width:100%;
        box-shadow: none;
        position: fixed;
        top: 0!important;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 25px 20px 0;
        z-index: 99999999999
    }

    .daterangepicker .daterangepicker-close {
        margin-left: auto;
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        position: unset
    }

    .daterangepicker .drp-buttons {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        padding: 12px 20px 20px;
        height: 110px;
        background: #fff;
        z-index: 999;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .daterangepicker .drp-calendar.left,.daterangepicker .drp-calendar.right {
        padding: 0
    }

    .daterangepicker .calendar-table .prev {
        left: 0
    }

    .daterangepicker .calendar-table .next {
        right: 0
    }

    .daterangepicker td.end-date.active .date-wrapper,.daterangepicker td.start-date.active .date-wrapper {
        width: 100%;
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .daterangepicker__head {
        border-top: solid 1px rgba(112,112,112,.24)
    }

    .daterangepicker .drp-calendar {
        max-width: unset
    }

    .drp-calendar.left,.drp-calendar.right {
        width: 50%
    }

    .daterangepicker td.end-date.active .date-popover {
        display: none!important
    }

    .daterangepicker .drp-buttons--left {
        margin-bottom: 10px
    }

    .daterangepicker .drp-buttons--left .drp-mobile-night {
        font-size: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px
    }

    .daterangepicker .drp-buttons--left .drp-mobile-night>svg {
        margin-right: 5px
    }

    .daterangepicker .drp-buttons--right .applyBtn {
        margin: 0;
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .daterangepicker .drp-buttons--left {
        height:30px;
        overflow: auto
    }

    .daterangepicker .drp-buttons .drp-buttons--left p {
        font-size: 9px
    }
}

@media screen and (min-width: 991px) {
    .daterangepicker td.end-date.active:hover .date-popover {
        opacity:1;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: ease-in-out transform .2s;
        display: block
    }

    .daterangepicker .date-popover {
        display: none;
        position: absolute;
        z-index: 999;
        background: var(--color-midblue);
        padding: 10px;
        border-radius: 6px;
        color: var(--color-white);
        top: 50px;
        left: 50%;
        opacity: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: ease-in-out transform .2s;
        font-size: 11px;
        box-shadow: 0 5px 30px 0 rgba(0,0,0,.16);
        font-family: Poppins-Regular
    }

    .daterangepicker .date-popover__head {
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(220,220,220,.2);
        line-height: 14px
    }

    .daterangepicker .date-popover__body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 8px;
        line-height: 14px
    }

    .daterangepicker .date-popover__body>svg {
        width: 8px;
        height: 8px;
        margin-right: 5px
    }

    .daterangepicker .date-popover:before {
        content: "";
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid var(--color-midblue);
        top: -8px
    }

    .daterangepicker .drp-buttons--right .drp-mobile-night {
        margin-bottom: 10px
    }

    .daterangepicker .drp-buttons--left .drp-mobile-night {
        display: none
    }
}

body,figure {
    margin: 0
}

@media screen and (max-width: 563px) {
    .drp-calendar.left,.drp-calendar.right {
        width:100%
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.tooltip,button,select {
    text-transform: none
}

hr,img {
    border: 0
}

.btn-link:focus,.btn-link:hover,.c-button--transparent:hover,.l-footer__bottom-item a:hover,.l-footer__list-item a:hover,a:focus,a:hover {
    text-decoration: underline
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

.btn,.btn.active,.btn:active,.form-control {
    background-image: none
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

*,.carousel,:after,:before,input[type=search] {
    box-sizing: border-box
}

pre,textarea {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.c-input,.c-select,input[type=search] {
    -webkit-appearance: none
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus,a:hover {
    color: #074096
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 13px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.collapsing,.modal,.modal-open {
    overflow: hidden
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

[role=button] {
    cursor: pointer
}

@media (min-width: 768px) {
    .container {
        width:740px
    }
}

@media (min-width: 992px) {
    .container {
        width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.modal-body,.modal-footer,.modal-header {
    padding: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-24 {
    width: 100%
}

.col-xs-23 {
    width: 95.83333333%
}

.col-xs-22 {
    width: 91.66666667%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-20 {
    width: 83.33333333%
}

.col-xs-19 {
    width: 79.16666667%
}

.col-xs-18 {
    width: 75%
}

.col-xs-17 {
    width: 70.83333333%
}

.col-xs-16 {
    width: 66.66666667%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-14 {
    width: 58.33333333%
}

.col-xs-13 {
    width: 54.16666667%
}

.col-xs-12 {
    width: 50%
}

.col-xs-11 {
    width: 45.83333333%
}

.col-xs-10 {
    width: 41.66666667%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-8 {
    width: 33.33333333%
}

.col-xs-7 {
    width: 29.16666667%
}

.col-xs-6 {
    width: 25%
}

.col-xs-5 {
    width: 20.83333333%
}

.col-xs-4 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-2 {
    width: 8.33333333%
}

.col-xs-1 {
    width: 4.16666667%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-pull-23 {
    right: 95.83333333%
}

.col-xs-pull-22 {
    right: 91.66666667%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-20 {
    right: 83.33333333%
}

.col-xs-pull-19 {
    right: 79.16666667%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-17 {
    right: 70.83333333%
}

.col-xs-pull-16 {
    right: 66.66666667%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-14 {
    right: 58.33333333%
}

.col-xs-pull-13 {
    right: 54.16666667%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-11 {
    right: 45.83333333%
}

.col-xs-pull-10 {
    right: 41.66666667%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-8 {
    right: 33.33333333%
}

.col-xs-pull-7 {
    right: 29.16666667%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-5 {
    right: 20.83333333%
}

.col-xs-pull-4 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-2 {
    right: 8.33333333%
}

.col-xs-pull-1 {
    right: 4.16666667%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-push-23 {
    left: 95.83333333%
}

.col-xs-push-22 {
    left: 91.66666667%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-20 {
    left: 83.33333333%
}

.col-xs-push-19 {
    left: 79.16666667%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-17 {
    left: 70.83333333%
}

.col-xs-push-16 {
    left: 66.66666667%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-14 {
    left: 58.33333333%
}

.col-xs-push-13 {
    left: 54.16666667%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-11 {
    left: 45.83333333%
}

.col-xs-push-10 {
    left: 41.66666667%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-8 {
    left: 33.33333333%
}

.col-xs-push-7 {
    left: 29.16666667%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-5 {
    left: 20.83333333%
}

.col-xs-push-4 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-2 {
    left: 8.33333333%
}

.col-xs-push-1 {
    left: 4.16666667%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-24 {
    margin-left: 100%
}

.col-xs-offset-23 {
    margin-left: 95.83333333%
}

.col-xs-offset-22 {
    margin-left: 91.66666667%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-20 {
    margin-left: 83.33333333%
}

.col-xs-offset-19 {
    margin-left: 79.16666667%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-17 {
    margin-left: 70.83333333%
}

.col-xs-offset-16 {
    margin-left: 66.66666667%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-14 {
    margin-left: 58.33333333%
}

.col-xs-offset-13 {
    margin-left: 54.16666667%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-11 {
    margin-left: 45.83333333%
}

.col-xs-offset-10 {
    margin-left: 41.66666667%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-8 {
    margin-left: 33.33333333%
}

.col-xs-offset-7 {
    margin-left: 29.16666667%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-5 {
    margin-left: 20.83333333%
}

.col-xs-offset-4 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-2 {
    margin-left: 8.33333333%
}

.col-xs-offset-1 {
    margin-left: 4.16666667%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-23 {
        width: 95.83333333%
    }

    .col-sm-22 {
        width: 91.66666667%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-20 {
        width: 83.33333333%
    }

    .col-sm-19 {
        width: 79.16666667%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-17 {
        width: 70.83333333%
    }

    .col-sm-16 {
        width: 66.66666667%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-14 {
        width: 58.33333333%
    }

    .col-sm-13 {
        width: 54.16666667%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-11 {
        width: 45.83333333%
    }

    .col-sm-10 {
        width: 41.66666667%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-8 {
        width: 33.33333333%
    }

    .col-sm-7 {
        width: 29.16666667%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-5 {
        width: 20.83333333%
    }

    .col-sm-4 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-2 {
        width: 8.33333333%
    }

    .col-sm-1 {
        width: 4.16666667%
    }

    .col-sm-pull-24 {
        right: 100%
    }

    .col-sm-pull-23 {
        right: 95.83333333%
    }

    .col-sm-pull-22 {
        right: 91.66666667%
    }

    .col-sm-pull-21 {
        right: 87.5%
    }

    .col-sm-pull-20 {
        right: 83.33333333%
    }

    .col-sm-pull-19 {
        right: 79.16666667%
    }

    .col-sm-pull-18 {
        right: 75%
    }

    .col-sm-pull-17 {
        right: 70.83333333%
    }

    .col-sm-pull-16 {
        right: 66.66666667%
    }

    .col-sm-pull-15 {
        right: 62.5%
    }

    .col-sm-pull-14 {
        right: 58.33333333%
    }

    .col-sm-pull-13 {
        right: 54.16666667%
    }

    .col-sm-pull-12 {
        right: 50%
    }

    .col-sm-pull-11 {
        right: 45.83333333%
    }

    .col-sm-pull-10 {
        right: 41.66666667%
    }

    .col-sm-pull-9 {
        right: 37.5%
    }

    .col-sm-pull-8 {
        right: 33.33333333%
    }

    .col-sm-pull-7 {
        right: 29.16666667%
    }

    .col-sm-pull-6 {
        right: 25%
    }

    .col-sm-pull-5 {
        right: 20.83333333%
    }

    .col-sm-pull-4 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 12.5%
    }

    .col-sm-pull-2 {
        right: 8.33333333%
    }

    .col-sm-pull-1 {
        right: 4.16666667%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-24 {
        left: 100%
    }

    .col-sm-push-23 {
        left: 95.83333333%
    }

    .col-sm-push-22 {
        left: 91.66666667%
    }

    .col-sm-push-21 {
        left: 87.5%
    }

    .col-sm-push-20 {
        left: 83.33333333%
    }

    .col-sm-push-19 {
        left: 79.16666667%
    }

    .col-sm-push-18 {
        left: 75%
    }

    .col-sm-push-17 {
        left: 70.83333333%
    }

    .col-sm-push-16 {
        left: 66.66666667%
    }

    .col-sm-push-15 {
        left: 62.5%
    }

    .col-sm-push-14 {
        left: 58.33333333%
    }

    .col-sm-push-13 {
        left: 54.16666667%
    }

    .col-sm-push-12 {
        left: 50%
    }

    .col-sm-push-11 {
        left: 45.83333333%
    }

    .col-sm-push-10 {
        left: 41.66666667%
    }

    .col-sm-push-9 {
        left: 37.5%
    }

    .col-sm-push-8 {
        left: 33.33333333%
    }

    .col-sm-push-7 {
        left: 29.16666667%
    }

    .col-sm-push-6 {
        left: 25%
    }

    .col-sm-push-5 {
        left: 20.83333333%
    }

    .col-sm-push-4 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 12.5%
    }

    .col-sm-push-2 {
        left: 8.33333333%
    }

    .col-sm-push-1 {
        left: 4.16666667%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333333%
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-19 {
        margin-left: 79.16666667%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333333%
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-13 {
        margin-left: 54.16666667%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333333%
    }

    .col-sm-offset-10 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-7 {
        margin-left: 29.16666667%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333333%
    }

    .col-sm-offset-4 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-1 {
        margin-left: 4.16666667%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-23 {
        width: 95.83333333%
    }

    .col-md-22 {
        width: 91.66666667%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-20 {
        width: 83.33333333%
    }

    .col-md-19 {
        width: 79.16666667%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-17 {
        width: 70.83333333%
    }

    .col-md-16 {
        width: 66.66666667%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-14 {
        width: 58.33333333%
    }

    .col-md-13 {
        width: 54.16666667%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-11 {
        width: 45.83333333%
    }

    .col-md-10 {
        width: 41.66666667%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-8 {
        width: 33.33333333%
    }

    .col-md-7 {
        width: 29.16666667%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-5 {
        width: 20.83333333%
    }

    .col-md-4 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-2 {
        width: 8.33333333%
    }

    .col-md-1 {
        width: 4.16666667%
    }

    .col-md-pull-24 {
        right: 100%
    }

    .col-md-pull-23 {
        right: 95.83333333%
    }

    .col-md-pull-22 {
        right: 91.66666667%
    }

    .col-md-pull-21 {
        right: 87.5%
    }

    .col-md-pull-20 {
        right: 83.33333333%
    }

    .col-md-pull-19 {
        right: 79.16666667%
    }

    .col-md-pull-18 {
        right: 75%
    }

    .col-md-pull-17 {
        right: 70.83333333%
    }

    .col-md-pull-16 {
        right: 66.66666667%
    }

    .col-md-pull-15 {
        right: 62.5%
    }

    .col-md-pull-14 {
        right: 58.33333333%
    }

    .col-md-pull-13 {
        right: 54.16666667%
    }

    .col-md-pull-12 {
        right: 50%
    }

    .col-md-pull-11 {
        right: 45.83333333%
    }

    .col-md-pull-10 {
        right: 41.66666667%
    }

    .col-md-pull-9 {
        right: 37.5%
    }

    .col-md-pull-8 {
        right: 33.33333333%
    }

    .col-md-pull-7 {
        right: 29.16666667%
    }

    .col-md-pull-6 {
        right: 25%
    }

    .col-md-pull-5 {
        right: 20.83333333%
    }

    .col-md-pull-4 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 12.5%
    }

    .col-md-pull-2 {
        right: 8.33333333%
    }

    .col-md-pull-1 {
        right: 4.16666667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-24 {
        left: 100%
    }

    .col-md-push-23 {
        left: 95.83333333%
    }

    .col-md-push-22 {
        left: 91.66666667%
    }

    .col-md-push-21 {
        left: 87.5%
    }

    .col-md-push-20 {
        left: 83.33333333%
    }

    .col-md-push-19 {
        left: 79.16666667%
    }

    .col-md-push-18 {
        left: 75%
    }

    .col-md-push-17 {
        left: 70.83333333%
    }

    .col-md-push-16 {
        left: 66.66666667%
    }

    .col-md-push-15 {
        left: 62.5%
    }

    .col-md-push-14 {
        left: 58.33333333%
    }

    .col-md-push-13 {
        left: 54.16666667%
    }

    .col-md-push-12 {
        left: 50%
    }

    .col-md-push-11 {
        left: 45.83333333%
    }

    .col-md-push-10 {
        left: 41.66666667%
    }

    .col-md-push-9 {
        left: 37.5%
    }

    .col-md-push-8 {
        left: 33.33333333%
    }

    .col-md-push-7 {
        left: 29.16666667%
    }

    .col-md-push-6 {
        left: 25%
    }

    .col-md-push-5 {
        left: 20.83333333%
    }

    .col-md-push-4 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 12.5%
    }

    .col-md-push-2 {
        left: 8.33333333%
    }

    .col-md-push-1 {
        left: 4.16666667%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-24 {
        margin-left: 100%
    }

    .col-md-offset-23 {
        margin-left: 95.83333333%
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%
    }

    .col-md-offset-19 {
        margin-left: 79.16666667%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-17 {
        margin-left: 70.83333333%
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%
    }

    .col-md-offset-13 {
        margin-left: 54.16666667%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-11 {
        margin-left: 45.83333333%
    }

    .col-md-offset-10 {
        margin-left: 41.66666667%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-8 {
        margin-left: 33.33333333%
    }

    .col-md-offset-7 {
        margin-left: 29.16666667%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-5 {
        margin-left: 20.83333333%
    }

    .col-md-offset-4 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-2 {
        margin-left: 8.33333333%
    }

    .col-md-offset-1 {
        margin-left: 4.16666667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-23 {
        width: 95.83333333%
    }

    .col-lg-22 {
        width: 91.66666667%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-20 {
        width: 83.33333333%
    }

    .col-lg-19 {
        width: 79.16666667%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-17 {
        width: 70.83333333%
    }

    .col-lg-16 {
        width: 66.66666667%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-14 {
        width: 58.33333333%
    }

    .col-lg-13 {
        width: 54.16666667%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-11 {
        width: 45.83333333%
    }

    .col-lg-10 {
        width: 41.66666667%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-8 {
        width: 33.33333333%
    }

    .col-lg-7 {
        width: 29.16666667%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-5 {
        width: 20.83333333%
    }

    .col-lg-4 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-2 {
        width: 8.33333333%
    }

    .col-lg-1 {
        width: 4.16666667%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-pull-23 {
        right: 95.83333333%
    }

    .col-lg-pull-22 {
        right: 91.66666667%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-20 {
        right: 83.33333333%
    }

    .col-lg-pull-19 {
        right: 79.16666667%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-17 {
        right: 70.83333333%
    }

    .col-lg-pull-16 {
        right: 66.66666667%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-14 {
        right: 58.33333333%
    }

    .col-lg-pull-13 {
        right: 54.16666667%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-11 {
        right: 45.83333333%
    }

    .col-lg-pull-10 {
        right: 41.66666667%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-8 {
        right: 33.33333333%
    }

    .col-lg-pull-7 {
        right: 29.16666667%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-5 {
        right: 20.83333333%
    }

    .col-lg-pull-4 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-2 {
        right: 8.33333333%
    }

    .col-lg-pull-1 {
        right: 4.16666667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-push-23 {
        left: 95.83333333%
    }

    .col-lg-push-22 {
        left: 91.66666667%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-20 {
        left: 83.33333333%
    }

    .col-lg-push-19 {
        left: 79.16666667%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-17 {
        left: 70.83333333%
    }

    .col-lg-push-16 {
        left: 66.66666667%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-14 {
        left: 58.33333333%
    }

    .col-lg-push-13 {
        left: 54.16666667%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-11 {
        left: 45.83333333%
    }

    .col-lg-push-10 {
        left: 41.66666667%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-8 {
        left: 33.33333333%
    }

    .col-lg-push-7 {
        left: 29.16666667%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-5 {
        left: 20.83333333%
    }

    .col-lg-push-4 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-2 {
        left: 8.33333333%
    }

    .col-lg-push-1 {
        left: 4.16666667%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.modal,.modal-backdrop {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in,legend {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-content,.modal-dialog {
    position: relative
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-content {
    background-color: #fff;
    border: 1px solid var(--color-gray-01);
    border-radius: 13px;
    min-width: 356px;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #e5e5e5
}

caption,th {
    text-align: left
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    margin: 10px auto
}

@media (min-width: 768px) {
    .modal-dialog {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 30px auto
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")";
        display: none
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
        display: none
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }

    .l-wrapper--navbar {
        display: none!important
    }
}

.iconWrapper img,.table,label {
    max-width: 100%
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.html);
    src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular-2.html) format('woff2'),url(../fonts/glyphicons-halflings-regular-3.html) format('woff'),url(../fonts/glyphicons-halflings-regular-4.html) format('truetype'),url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

table {
    background-color: transparent
}

.btn-default,.form-control,.table .table {
    background-color: #fff
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.form-control,output {
    font-size: 14px;
    color: #555;
    display: block
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.btn,.form-control,output {
    line-height: 1.42857143
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.c-input__row,.checkbox-inline,.has-feedback,.nav>li,.nav>li>a,.radio-inline {
    position: relative
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.btn-block+.btn-block,.help-block,.panel-group .panel+.panel {
    margin-top: 5px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.btn-lg,.form-group-lg .form-control,.input-lg {
    padding: 10px 16px;
    font-size: 18px
}

.input-lg {
    height: 46px;
    line-height: 1.3333333;
    border-radius: 13px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
    border-radius: 13px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-bottom: 10px;
    color: #737373
}

.btn,.nav {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .form-inline .form-control,.form-inline .form-control-static,.form-inline .form-group {
        display:inline-block
    }

    .form-inline .checkbox,.form-inline .control-label,.form-inline .form-group,.form-inline .radio {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.btn,.c-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -moz-user-select: none;
    white-space: nowrap
}

.btn-block,.nav>li,.nav>li>a {
    display: block
}

.btn,.c-button {
    user-select: none
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.c-input:focus-visible,.c-select:focus-visible {
    outline: 0
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.btn-light-teal {
    background: #3cf;
    color: #fff
}

.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn.btn-light-teal:hover {
    background-color: #00b4f0;
    border-color: #00b4f0;
    color: #fff!important
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-default {
    color: #333;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #004bbb;
    font-weight: 400;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #074096;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    line-height: 1.3333333;
    border-radius: 13px
}

.btn-sm,.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.nav {
    padding-left: 0;
    list-style: none
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #004bbb
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.c-button--block,.c-button.social-f,.nav-justified {
    width: 100%
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-justified>li,.nav-stacked>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active,.tooltip {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table-bordered,.panel>.table-responsive,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.tooltip {
    position: absolute;
    z-index: 1070;
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.c-input,.text-hide {
    background-color: transparent
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    border-width: 5px 5px 0;
    border-top-color: #000;
    bottom: 0
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    content: " ";
    display: table
}

.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0
}

.c-button,.c-button--bold,.c-button--regular,.font-bold,.font-light,.font-medium,.font-regular,.font-semibold {
    font-family: Poppins
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }

    .hidden-lg {
        display: none!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }

    .l-footer__social {
        mix-blend-mode: multiply
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.c-button {
    padding: 8px 30px;
    border-radius: 50px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid transparent;
    font-size: 14px;
    transition: ease-in-out .15s
}

.c-finder__dropdown-count,.c-list__sort__dropdown-count {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.c-button:hover {
    text-decoration: none
}

.c-button--default {
    min-width: 150px;
    color: var(--color-primary);
    background-color: var(--color-white);
    border-color: var(--color-primary)
}

.c-button--default:hover {
    color: var(--color-white);
    background-color: var(--color-primary-03);
    border-color: var(--color-primary-03)
}

.c-button--default-outline {
    color: var(--color-primary);
    background-color: var(--color-transparent);
    border-color: var(--color-primary)
}

.c-button--default-outline:hover,.c-button--primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.c-button--flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-button--primary:hover {
    color: var(--color-white);
    background-color: var(--color-primary-03);
    border-color: var(--color-primary-03)
}

.c-button--primary-outline {
    color: var(--color-primary);
    background-color: var(--color-transparent);
    border-color: var(--color-primary)
}

.c-button--primary-outline:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.c-button--midblue {
    color: var(--color-white);
    background-color: var(--color-midblue);
    border-color: var(--color-midblue)
}

.c-button--midblue:hover {
    color: var(--color-white);
    background-color: var(--color-primary-03);
    border-color: var(--color-primary-03)
}

.c-button--midblue-outline {
    color: var(--color-midblue);
    background-color: var(--color-transparent);
    border-color: var(--color-midblue)
}

.c-button--midblue-outline:hover {
    color: var(--color-white);
    background-color: var(--color-midblue);
    border-color: var(--color-midblue)
}

.c-button--orange {
    color: var(--color-white);
    background-color: #F90;
    border-color: #F90
}

.c-button--orange:hover {
    color: var(--color-white);
    background-color: #ff6400;
    border-color: #ff6400
}

.c-button--orange-outline {
    color: #ff6400;
    background-color: var(--color-transparent);
    border-color: #ff6400
}

.c-button--orange-outline:hover {
    color: var(--color-white);
    background-color: #ff6400;
    border-color: #ff6400
}

.c-button--secondary {
    color: var(--color-white);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary)
}

.c-button--secondary:hover {
    color: var(--color-white);
    background-color: var(--color-secondary-03);
    border-color: var(--color-secondary-03)
}

.c-button--secondary-outline {
    color: var(--color-secondary);
    background-color: var(--color-transparent);
    border-color: var(--color-secondary)
}

.c-button--secondary-outline:hover {
    color: var(--color-white);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary)
}

.c-button--gray {
    color: var(--color-white);
    background-color: var(--color-gray);
    border-color: var(--color-gray)
}

.c-button--gray:hover {
    color: var(--color-white);
    background-color: var(--color-gray-03);
    border-color: var(--color-gray-03)
}

.c-button--gray-outline {
    color: var(--color-gray);
    background-color: var(--color-transparent);
    border-color: rgba(111,126,143,.3)
}

.c-button--gray-outline:hover {
    color: var(--color-white);
    background-color: var(--color-gray);
    border-color: var(--color-gray)
}

.c-button--white {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-white)
}

.c-button--white:hover {
    color: var(--color-black);
    background-color: var(--color-gray-01);
    border-color: var(--color-gray-01)
}

.c-button--white-outline {
    color: var(--color-gray-03);
    background-color: var(--color-white);
    border-color: rgba(111,126,143,.3)
}

.c-button--white-outline:hover {
    color: var(--color-white);
    background-color: var(--color-gray);
    border-color: var(--color-gray)
}

.c-button--transparent {
    color: var(--color-gray-03);
    background-color: var(--color-transparent);
    border-color: var(--color-transparent)
}

.c-button--sm-h,.c-button--xs-h {
    padding-left: 20px;
    padding-right: 20px
}

.c-button--md-h {
    padding-left: 40px;
    padding-right: 40px
}

.c-button--lg-h {
    padding-left: 138px;
    padding-right: 138px
}

.c-button--xs-v {
    padding-top: 5px;
    padding-bottom: 5px
}

.c-button--sm-v {
    padding-top: 10px;
    padding-bottom: 10px
}

.c-button--lg-v {
    padding-top: 15px;
    padding-bottom: 15px
}

.c-button--regular {
    font-weight: 400
}

.c-button--bold {
    font-weight: 700
}

.c-button--sharp {
    border-radius: 6px
}

.c-button--12 {
    font-size: 12px;
    line-height: 1.2
}

.c-button--8 {
    font-size: 8px;
    line-height: 1.2
}

.c-button--icon-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-button--icon-left img,.c-button--icon-left svg {
    margin-right: 8px;
    vertical-align: middle
}

.c-button--store {
    padding: 10px 8px;
    border: 1px solid rgba(112,112,112,.3);
    border-radius: 10px;
    background-color: var(--color-white);
    font-size: 12px;
    color: var(--color-black);
    display: -ms-flexbox;
    display: flex;
    font-family: Poppins;
    font-weight: 400
}

.c-input,.c-input__label,.c-select {
    font-size: 14px;
    font-family: Poppins
}

.c-button--store img {
    margin-right: 10px
}

.c-button--store div {
    line-height: 15px
}

.c-button--store span {
    display: block;
    color: var(--color-gray-03)
}

.c-button.social--buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.c-button.social-f {
    border-radius: 6px;
    background-color: var(--color-midblue);
    color: var(--color-white)
}

.c-button.social-f .addon {
    border-radius: 6px;
    background-color: #2c4379;
    color: #fff;
    padding: 3px 5px;
    margin-right: 10px;
    height: 100%;
    width: 24px
}

.c-button.social-f:hover {
    background-color: var(--color-white);
    color: var(--color-midblue);
    border: 1px solid var(--color-midblue)
}

.c-button.social-gp {
    border-radius: 6px;
    width: 100%;
    background-color: #dd4b39;
    color: var(--color-white)
}

.c-button.social-gp .addon {
    border-radius: 6px;
    background-color: #a6382b;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 3px 5px
}

.c-button.social-gp:hover {
    background-color: var(--color-white);
    color: #dd4b39;
    border: 1px solid #dd4b39
}

.c-finder__col .c-input:focus,.c-input {
    border: 1px solid var(--color-gray-01)
}

@media (max-width: 991px) {
    .c-button.social-f,.c-button.social-gp {
        margin-block:5px
    }
}

.c-icon {
    width: 18px;
    height: 18px
}

.c-icon--xxs {
    width: 10px;
    height: 10px
}

.c-icon--xs {
    width: 12px;
    height: 12px
}

.c-icon--sm {
    width: 17px;
    height: 17px
}

.c-icon--md {
    width: 20px;
    height: 20px
}

.c-icon--lg {
    width: 27px;
    height: 27px
}

.c-icon--xl {
    width: 38px;
    height: 38px
}

.c-icon--xxl {
    width: 45px;
    height: 45px
}

.c-input {
    font-weight: 400;
    cursor: text;
    border-radius: 6px;
    padding: 10px;
    color: #3f536c!important;
    height: 50px;
    width: 100%
}

.c-input:hover {
    border: 1px solid #036;
    color: #036
}

.c-input--floating:focus,.c-input--midblue {
    border: 1px solid var(--color-midblue)
}

.c-input__row>svg {
    color: var(--color-gray-03);
    position: absolute;
    top: 17px;
    left: 15px;
    z-index: 1001
}

.c-input--has-icon {
    padding-left: 45px
}

.c-input--has-icon~.c-input__label--floating {
    left: 50px
}

.c-input:-ms-input-placeholder {
    color: var(--color-gray-03)
}

.c-input::placeholder {
    color: var(--color-gray-03)
}

.c-input--midblue,.c-input--midblue~svg {
    color: var(--color-midblue)
}

.c-input--floating:-ms-input-placeholder {
    opacity: 0
}

.c-input--floating::placeholder {
    opacity: 0
}

.c-input--floating:focus {
    padding-top: 25px
}

.c-input--floating:focus~.c-input__label--floating {
    -ms-transform: scale(.75) translateY(-.5rem) translateX(-.3rem)!important;
    transform: scale(.75) translateY(-.5rem) translateX(-.3rem)!important;
    font-family: Poppins;
    font-weight: 400
}

.c-input--floating:not(:placeholder-shown) {
    padding-top: 25px
}

.c-input--floating:not(:placeholder-shown)~label {
    -ms-transform: scale(.75) translateY(-.5rem) translateX(-.3rem)!important;
    transform: scale(.75) translateY(-.5rem) translateX(-.3rem)!important;
    font-family: Poppins;
    font-weight: 400
}

.c-input--big {
    height: 100%
}

.c-input--clean {
    background: #fff
}

.c-input--sm {
    padding-inline:10px;padding-block:0;height: 40px
}

.c-input--sm.short {
    width: 50%
}

.c-input--cap {
    text-transform: capitalize
}

.c-input--selectable {
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.29' height='6' viewBox='0 0 9.29 6'%3E%3Cpath data-name='Icon awesome-angle-down' d='M4.151 16.535.2 12.586a.694.694 0 0 1 0-.985l.656-.656a.694.694 0 0 1 .985 0l2.8 2.8 2.8-2.8a.694.694 0 0 1 .985 0l.656.656a.694.694 0 0 1 0 .985l-3.95 3.95a.691.691 0 0 1-.981-.001z' transform='translate(.004 -10.74)' style='fill:%236f7e90'/%3E%3C/svg%3E") 95% no-repeat #fff
}

.c-input--selectable:focus {
    border: 1px solid #036;
    color: #036
}

.c-input__label {
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-gray-03)
}

.c-input__label--floating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 15px;
    height: 100%;
    padding: 1rem 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

.c-section--no-gap-hor,.c-section--no-gap-right {
    padding-right: 0!important
}

.c-input--daterange:focus {
    border-radius: 6px 6px 0 0
}

.c-checkbox[type=checkbox]:checked,.c-checkbox[type=checkbox]:not(:checked) {
    position: absolute;
    inset-inline-start: -9999px
}

.c-checkbox[type=checkbox]:checked+label,.c-checkbox[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 19px;
    display: inline-block;
    color: var(--color-gray);
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 0
}

.c-checkbox[type=checkbox]:checked+label span,.c-checkbox[type=checkbox]:not(:checked)+label span {
    font-family: Poppins;
    font-weight: 600
}

.c-checkbox[type=checkbox]:checked+label:before,.c-checkbox[type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid var(--color-midblue);
    border-radius: 1px;
    transition: all .2s ease;
    background-color: transparent
}

.c-checkbox[type=checkbox]:checked+label:after,.c-checkbox[type=checkbox]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.927 1.81598L10.996 0.858984C10.9771 0.838811 10.9541 0.822794 10.9286 0.811949C10.9032 0.801104 10.8757 0.795668 10.848 0.795984C10.8203 0.795157 10.7927 0.800362 10.7671 0.811238C10.7416 0.822115 10.7187 0.838405 10.7 0.858984L4.24902 7.35898L1.90102 5.00898C1.88225 4.9877 1.85917 4.97066 1.83331 4.95898C1.80744 4.94731 1.77939 4.94127 1.75102 4.94127C1.72264 4.94127 1.69459 4.94731 1.66873 4.95898C1.64287 4.97066 1.61979 4.9877 1.60102 5.00898L0.660018 5.94998C0.640184 5.96961 0.624438 5.99297 0.613692 6.01871C0.602946 6.04446 0.597412 6.07208 0.597412 6.09998C0.597412 6.12788 0.602946 6.15551 0.613692 6.18125C0.624438 6.207 0.640184 6.23036 0.660018 6.24998L3.62102 9.21098C3.7818 9.38592 4.00309 9.49317 4.24002 9.51098C4.47246 9.48999 4.68981 9.38682 4.85302 9.21998H4.85802L11.927 2.11398C11.9632 2.07276 11.9831 2.01981 11.9831 1.96498C11.9831 1.91016 11.9632 1.85721 11.927 1.81598V1.81598Z' fill='%232A5AB3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 3px;
    transition: all .2s ease
}

.c-checkbox[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0)
}

.c-checkbox[type=checkbox]:checked+label:after {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-checkbox--filled[type=checkbox]:not(:checked)+label:before {
    border: 1px solid rgba(112,112,112,.3);
    border-radius: 5px
}

.c-checkbox--filled[type=checkbox]:checked+label:before {
    border: 1px solid var(--color-midblue);
    background-color: var(--color-midblue);
    border-radius: 5px
}

.c-checkbox--filled[type=checkbox]:checked+label:after,.c-checkbox--filled[type=checkbox]:not(:checked)+label:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.58898L1.72432 4.41666L6.33184 8.14321L13.9031 0L16 1.84386L6.62527 12L0 6.58898Z' fill='white'/%3E%3C/svg%3E%0A");
    top: 5px
}

.c-radio[type=radio]:checked,.c-radio[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.c-radio[type=radio]:checked+label,.c-radio[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--color-gray);
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px
}

.c-section--no-gap-hor,.c-section--no-gap-left {
    padding-left: 0!important
}

.c-radio[type=radio]:checked+label:before,.c-radio[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-gray-03);
    border-radius: 100%;
    background: #fff
}

.c-radio[type=radio]:checked+label:after,.c-radio[type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--color-midblue);
    border: 1px solid var(--color-midblue);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    transition: all .2s ease
}

.c-finder__dropdown-item,.c-finder__dropdown-item:hover {
    transition: ease-in-out background-color .1s
}

.c-section--app,.c-section--relative {
    position: relative
}

.c-radio[type=radio]:checked+label {
    color: var(--color-midblue)
}

.c-radio[type=radio]:checked+label::before {
    border: 1px solid var(--color-midblue)
}

.c-radio[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0)
}

.c-radio[type=radio]:checked+label:after {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-section--md {
    padding-top: 40px;
    padding-bottom: 40px
}

.c-section--no-gap-top,.c-section--no-gap-vert {
    padding-top: 0!important
}

.c-section--no-gap-bot,.c-section--no-gap-vert {
    padding-bottom: 0!important
}

.c-section--search {
    background-color: rgba(207,212,218,.3)
}

.c-finder__dropdown-item:hover,.c-section--pale-gray {
    background-color: var(--color-pale-gray)
}

.c-section--light-gray {
    background-color: var(--color-light-gray)
}

.c-section--pink {
    background-color: var(--color-light-pink)
}

.c-section--footer {
    background-color: var(--color-footer)
}

.c-section--white {
    background-color: var(--color-white)
}

.c-section--yellow {
    background-color: #fec610
}

.c-section--ice {
    background-color: var(--color-ice)
}

.c-section--blue {
    background-color: #edf4fd
}

.c-section--is-wrapper {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 26px;
    margin-top: 50px
}

.c-section--rounded {
    border-radius: 26px!important
}

.c-section--app {
    padding: 35px 20px 24px!important;
    overflow: hidden
}

.c-section--fixed {
    position: fixed
}

@media screen and (max-width: 992px) {
    .c-section--no-color-sm,.c-section--search {
        background-color:transparent!important
    }

    .c-section {
        padding: 25px 10px
    }

    .c-section--is-wrapper {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0
    }

    .c-section--rounded-sm {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 26px!important
    }

    .c-section--search {
        border-bottom: solid 1px rgba(111,126,143,.3)
    }

    .c-section--footer {
        padding-left: 10px;
        padding-right: 10px
    }

    .c-section--footer>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-section--search-fixed {
        padding-bottom: 5px
    }
}

@media screen and (min-width: 992px) {
    .c-section--search-fixed {
        background-color:var(--color-white);
        padding: 0;
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
        z-index: 998;
        border-bottom: 2px solid!important;
        border-top: 0!important;
        border-left: 0!important;
        border-right: 0!important;
        border-image: var(--color-multi-border);
        top: 128px
    }
}

@media (min-width: 992px) and (max-width:1400px) {
    .c-section--is-wrapper {
        margin-left:10px;
        margin-right: 10px
    }
}

.c-select {
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 6px;
    border: .5px solid rgba(111,126,143,.3);
    color: var(--color-gray-03);
    font-weight: 500;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.29' height='6' viewBox='0 0 9.29 6'%3E%3Cpath data-name='Icon awesome-angle-down' d='M4.151 16.535.2 12.586a.694.694 0 0 1 0-.985l.656-.656a.694.694 0 0 1 .985 0l2.8 2.8 2.8-2.8a.694.694 0 0 1 .985 0l.656.656a.694.694 0 0 1 0 .985l-3.95 3.95a.691.691 0 0 1-.981-.001z' transform='translate(.004 -10.74)' style='fill:%236f7e90'/%3E%3C/svg%3E") 95% no-repeat var(--color-white)
}

.c-finder__tab-item a:hover,.c-finder__tab-item.active>a {
    background-color: transparent!important
}

.c-select--oppurtunity {
    margin-top: 10px;
    margin-bottom: 30px
}

.c-finder__tab-item a {
    position: relative;
    font-size: 16px;
    opacity: 1!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
    padding: 0 0 12px!important;
    font-family: Poppins;
    font-weight: 400;
    color: var(--color-gray-03)!important
}

.c-finder__col .c-input,.c-finder__dropdown-item-title,.c-finder__dropdown-title,.c-finder__tab-item.active>a {
    font-weight: 500;
    font-family: Poppins
}

.c-finder__tab-item a .c-icon__svg {
    margin-right: 5px;
    color: var(--color-gray)
}

@media screen and (max-width: 374px) {
    .c-finder__tab-item a {
        font-size:12px
    }
}

.c-finder__tab-item.active>a {
    color: var(--color-gray)!important
}

.c-finder__tab-item.active>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background: linear-gradient(to right,#9c2a66 25%,#edbd40 25%,#edbd40 50%,#90c061 50%,#90c061 75%,#115bb9 75%);
    z-index: 1
}

.c-finder__tab-item:not(:first-child) {
    margin-left: 35px
}

.c-finder__tab-content {
    margin-top: 20px
}

.c-finder__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-finder__col {
    padding-left: 5px;
    padding-right: 5px
}

.c-finder__col--15 {
    width: 15%
}

.c-finder__col--18 {
    width: 18%
}

.c-finder__col--20 {
    width: 20%
}

.c-finder__col--22 {
    width: 22%
}

.c-finder__col--24 {
    width: 24%
}

.c-finder__col--25 {
    width: 25%
}

.c-finder__col--38 {
    width: 38%
}

.c-finder__col--block {
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-finder__col .c-input {
    color: var(--color-gray)
}

.c-finder__col .c-input.active {
    position: relative;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--color-gray-01)
}

.c-finder__dropdown,.c-finder__dropdown-item {
    background-color: var(--color-white);
    width: 100%
}

.c-finder__col .c-input.active~.c-finder__dropdown,.c-finder__col .c-input.active~.c-finder__dropdown-close {
    display: block
}

.c-finder__dropdown {
    display: none;
    padding: 20px 10px;
    position: absolute;
    z-index: 999;
    border-radius: 0 0 6px 6px
}

.c-finder__dropdown-title {
    text-transform: uppercase;
    color: var(--color-gray-03);
    font-size: 10px;
    padding: 0 10px
}

.c-finder__dropdown-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding: 7px 10px 4px;
    cursor: pointer
}

.c-finder__dropdown-item-icon {
    margin-right: 8px;
    color: var(--color-gray-03)
}

.c-finder__dropdown-item-title {
    font-size: 14px;
    color: var(--color-gray);
    line-height: 14px
}

.c-finder__dropdown-item-title span {
    color: var(--color-midblue)
}

.c-finder__dropdown-item-desc {
    font-size: 10px;
    font-family: Poppins;
    font-weight: 400;
    color: var(--color-gray-03);
    line-height: 18px
}

.c-finder__dropdown-count-data,.c-finder__dropdown-count-title {
    color: var(--color-gray);
    font-family: Poppins;
    font-weight: 500
}

.c-finder__dropdown-item-content,.c-finder__dropdown-item-content label {
    width: 100%
}

.c-finder__dropdown-close {
    right: 15px;
    left: unset!important;
    cursor: pointer;
    display: none
}

.c-finder__dropdown-count {
    padding-left: 5px;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    user-select: none
}

.c-finder__dropdown-count-title {
    font-size: 12px
}

.c-finder__dropdown-count-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-finder__dropdown-count-data>span {
    border: 1px solid var(--color-gray-03);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.c-finder__dropdown-count-data>span.disabled {
    opacity: .3
}

.c-finder__dropdown-count-data>label {
    margin-bottom: 0;
    width: 60px;
    text-align: center
}

.c-finder__dropdown-count:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 15px
}

.c-finder__dropdown-footer {
    margin-top: 20px
}

.c-finder__dropdown-footer p {
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    color: var(--color-gray-03);
    margin-bottom: 20px
}

.c-finder__dropdown-footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px
}

.c-finder__dropdown-footer-col {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px
}

.c-finder__dropdown-select {
    height: 40px;
    padding: 10px;
    margin-bottom: 10px
}

.c-finder__dropdown-action {
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--color-gray-01)
}

@media screen and (max-width: 992px) {
    .c-finder__dropdown {
        z-index:1002
    }
}

.c-finder__toggle {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

.c-finder__toggle li {
    float: left;
    margin-right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    position: relative
}

.c-card__highlight svg,.c-finder__toggle-label svg {
    margin-right: 4px
}

.c-finder__toggle-label {
    padding: 5px 10px;
    cursor: pointer;
    z-index: 90;
    font-size: 10px;
    font-family: Poppins;
    font-weight: 500;
    border: 1px solid var(--color-primary);
    background-color: transparent;
    border-radius: 50px;
    transition: ease-in-out all .2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: unset;
    color: var(--color-primary)
}

.c-finder__toggle-label:hover {
    background-color: var(--color-ice)
}

.c-finder__toggle-radio[type=radio] {
    opacity: .01;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-finder__toggle-radio[type=radio]:checked+label {
    background-color: var(--color-primary);
    transition: ease-in-out all .2s;
    color: var(--color-white);
    box-shadow: 0 3px 6px 0 rgba(42,90,179,.16)
}

.c-finder__sugg {
    display: none
}

.c-finder--fixed .c-finder__label,.c-finder--fixed .c-input {
    background-color: rgba(236,239,242,.5);
    border: 1px solid rgba(208,217,229,.5)
}

.c-filter,.c-finder__label {
    border: 1px solid var(--color-gray-01)
}

.c-finder__label {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: text;
    border-radius: 6px;
    padding: 10px 10px 10px 45px;
    color: var(--color-gray);
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0
}

.c-finder__summary svg {
    left: auto;
    right: 15px
}

.c-finder__summary .c-input-sum {
    padding: 15px 45px 0 20px;
    font-size: 10px;
    height: 50px;
    width: 100%;
    background-color: rgba(236,239,242,.5);
    border: 1px solid rgba(208,217,229,.5);
    color: var(--color-gray);
    font-family: Poppins-Medium;
    cursor: text;
    border-radius: 6px
}

.c-finder__summary label {
    padding: 13px 0 0 13px;
    font-size: 16px
}

@media screen and (min-width: 992px) {
    .c-finder__summary,.c-finder__wrapper-close {
        display:none
    }

    .c-finder {
        background-color: var(--color-white);
        padding: 30px 40px 40px;
        border-radius: 13px;
        border: 1px solid var(--color-gray-01);
        position: relative
    }

    .c-finder__border {
        position: relative;
        bottom: -40px;
        border-bottom: 3px solid!important;
        border-top: 0!important;
        border-left: 0!important;
        border-right: 0!important;
        border-image: var(--color-multi-border)
    }

    .c-finder__col .c-input.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        padding-right: 40px;
        border-right: 1px solid transparent
    }

    .c-finder__dropdown {
        box-shadow: 0 -20px 60px 0 rgba(0,0,0,.16)
    }

    .c-finder--fixed {
        padding: 8px 0;
        border: none
    }
}

@media screen and (min-width: 991px) and (max-width:1200px) {
    .c-finder__col--18 {
        width:50%
    }

    .c-finder__col--24 {
        width: calc(100% / 3);
        margin-top: 10px
    }

    .c-finder__col--38 {
        width: 35%
    }

    .c-finder__col--22 {
        width: 25%
    }

    .c-finder__col--20 {
        width: calc(100% / 3);
        margin-top: 10px
    }
}

@media screen and (max-width: 991px) {
    .c-finder {
        padding:0
    }

    .c-finder__tab-item:not(:first-child) {
        margin-left: 20px
    }

    .c-finder__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-finder__wrapper.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99999999999;
        background-color: var(--color-white);
        padding-top: 26px;
        padding-left: 20px;
        padding-right: 20px;
        transition: ease-in-out padding-top .2s
    }

    .c-finder__wrapper.fixed .c-finder__wrapper-close {
        display: block;
        margin-left: auto;
        margin-bottom: 26px
    }

    .c-finder__wrapper.fixed .c-finder__sugg {
        display: block;
        padding-top: 15px
    }

    .c-finder__border,.c-finder__wrapper-close {
        display: none
    }

    .c-finder__wrapper--no-gap.fixed,.c-finder__wrapper.fixed .c-finder__sugg .l-navbar__mega-card {
        padding-left: 0;
        padding-right: 0
    }

    .c-finder__wrapper--no-gap.fixed .c-input {
        border-radius: 0;
        border-left: transparent;
        border-right: transparent
    }

    .c-finder__wrapper--no-gap.fixed .c-finder__wrapper-close {
        margin-right: 20px
    }

    .c-finder__col {
        width: 100%!important
    }

    .c-finder__col:not(:last-of-type) {
        margin-bottom: 10px
    }

    .c-finder__col:last-of-type {
        margin-top: 5px
    }

    .c-finder__dropdown {
        height: calc(100vh - 119px);
        overflow: auto;
        padding: 20px 0
    }

    .c-finder__dropdown-item {
        padding-left: 0;
        padding-right: 0
    }

    .c-finder__dropdown-count,.c-finder__dropdown-footer,.c-finder__dropdown-footer-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .c-finder__dropdown-close {
        display: none!important
    }

    .c-finder__dropdown-footer {
        margin-top: 40px
    }

    .c-finder__dropdown-footer-row {
        margin-left: -20px;
        margin-right: -20px
    }

    .c-finder__dropdown-footer-col:nth-child(odd) {
        padding-right: 10px
    }

    .c-finder__dropdown-footer-col:nth-child(even) {
        padding-left: 10px
    }

    .c-finder__dropdown-action {
        border-top: none;
        padding: 18px 20px 0
    }

    .c-finder .c-button {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .daterangepicker {
        height: 100%!important;
        padding-bottom: 110px!important
    }

    .daterangepicker__head {
        width: calc(100% + 50px)
    }
}

@media print {
    .c-finder {
        display: none
    }
}

.c-finder__menu--mobile-search,.c-finder__row-box {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 991px) {
    .c-finder {
        border-radius:0
    }

    .c-finder__row-box {
        margin-top: 24px;
        display: block
    }

    .c-finder__menu--mobile-search {
        z-index: 9999;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: var(--color-white);
        right: -100%;
        top: 0;
        bottom: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        transition: ease-in-out right .4s;
        overflow-y: auto;
        border: 0
    }

    .c-finder__menu--mobile-search.active {
        z-index: 9999999999;
        right: 0;
        transition: ease-in-out right .4s
    }

    .c-finder__menu--mobile-search-gap {
        height: 30px;
        background-color: #000
    }

    .c-finder__head {
        border-bottom: 1px solid var(--color-gray-01);
        padding: 22px 20px;
        display: -ms-flexbox;
        display: flex
    }

    .c-finder__head--hor {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-finder__title {
        font-family: Poppins-Semibold;
        color: var(--color-gray)
    }

    .c-finder__data {
        background-color: rgba(207,212,218,.2);
        border-radius: 50px;
        font-family: Poppins-Bold;
        color: var(--color-gray);
        font-size: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3px 7px
    }
}

.l-footer__call-icon span,.l-footer__call-info,.l-footer__call-title,.l-footer__list-item,.l-footer__slogan,.l-footer__social-icon span,.l-footer__social-title,.l-footer__title {
    font-family: Poppins
}

.l-footer__slogan {
    font-size: 22px;
    font-weight: 500
}

.l-footer__slogan span:first-child {
    color: var(--color-midblue)
}

.l-footer__slogan span:nth-child(2) {
    color: #709cef
}

.l-footer__slogan span:last-child {
    color: #ff7f15
}

.l-footer__title {
    font-weight: 500;
    color: var(--color-gray);
    font-size: 14px
}

.l-footer__list {
    list-style: none;
    padding-left: 0;
    margin: 14px 0 0
}

.l-footer__list-item {
    font-weight: 400;
    font-size: 12px;
    color: var(--color-gray-03);
    margin-bottom: 10px
}

.l-footer__list .l-footer__title {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.l-footer__list .l-footer__title svg {
    margin-right: 15px;
    width: 15px;
    height: 15px
}

.l-footer__call,.l-footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.l-footer__call-title,.l-footer__social-title {
    font-size: 16px;
    color: var(--color-gray);
    font-weight: 700;
    line-height: 13px
}

.l-footer__call-icon,.l-footer__social-icon {
    margin-left: 20px;
    color: var(--color-gray)
}

.l-footer__call-icon a,.l-footer__social-icon a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.l-footer__bottom-row,.l-footer__call,.l-footer__call-title {
    -ms-flex-align: center
}

.l-footer__call-icon span,.l-footer__social-icon span {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 400
}

.l-footer__call {
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-footer__call-title {
    display: flex;
    align-items: center;
    margin-right: 35px
}

.l-footer__call-title svg {
    margin-left: 8px
}

.l-footer__call-content {
    display: -ms-flexbox;
    display: flex
}

.l-footer__call-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 35px;
    border-left: 2px solid rgba(63,83,108,.15);
    color: var(--color-gray);
    font-weight: 500
}

.l-footer__bottom-row,.l-footer__warning {
    font-weight: 400;
    font-family: Poppins
}

.l-footer__call-info span {
    font-size: 12px
}

.l-footer__call-info span:last-of-type {
    text-transform: uppercase;
    opacity: .5
}

.l-footer__call-info a {
    font-size: 20px
}

.l-footer__call-info a:last-of-type {
    font-size: 16px
}

.l-footer__call-image img {
    margin-bottom: -30px
}

.l-footer__warning {
    font-size: 12px;
    color: var(--color-gray);
    margin-bottom: 13px;
    opacity: .54
}

.l-footer__bottom-row {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 13px 0
}

.c-breadcrumb,.c-filter__map-btn,.l-footer__bottom-col {
    -ms-flex-align: center
}

.l-footer__bottom-row:not(:first-child) {
    border-top: 1px solid rgba(207,212,218,.5)
}

.l-footer__bottom-row:last-child {
    margin-bottom: 10px
}

.l-footer__bottom-row--space-btwn {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-footer__bottom-col {
    display: flex;
    align-items: center
}

.l-footer__bottom-item {
    color: var(--color-gray-03);
    font-size: 12px
}

.l-footer__bottom-item:not(:first-child) {
    margin-left: 20px
}

.l-footer__bottom-item--bold {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px
}

.l-footer__bottom-item--sm {
    font-size: 10px
}

@media (max-width: 992px) {
    .l-footer--collapse--mobile:first-of-type,.l-footer__list--main {
        border-top:1px solid rgba(111,126,143,.2)
    }

    .l-footer__row--order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .l-footer__row--order-4 {
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .l-footer__slogan {
        font-size: 16px
    }

    .l-footer--collapse--mobile {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(111,126,143,.2)
    }

    .l-footer--collapse--mobile .l-footer__title {
        position: relative
    }

    .l-footer--collapse--mobile .l-footer__title::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.89745 3.93728C4.6378 4.19414 4.21948 4.19322 3.96105 3.93481C3.05768 3.03145 1.15935 1.13312 1.15935 1.13312C0.900333 0.874096 0.900333 0.453292 1.15935 0.194265C1.41837 -0.0647549 1.83918 -0.0647549 2.0982 0.194265L4.44545 2.54151L6.7927 0.194265C7.05172 -0.0647549 7.47252 -0.0647549 7.73155 0.194265C7.99057 0.453285 7.99057 0.874088 7.73155 1.13312C7.73155 1.13312 5.80943 3.03516 4.89745 3.93726V3.93728Z' fill='%23CFD4DA'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        right: 5px;
        top: 30%;
        transition: ease transform .2s;
        -ms-transform: rotate(0);
        transform: rotate(0);
        width: 12px;
        height: 10px
    }

    .l-footer--collapse--mobile .l-footer__list-wrapper {
        display: none
    }

    .l-footer--collapse--mobile.active .l-footer__title::after {
        content: "";
        transition: ease transform .2s;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .l-footer__list--main {
        padding: 25px 0;
        position: relative
    }

    .l-footer__list--main .l-footer__title:not(:last-of-type) {
        margin-bottom: 40px
    }

    .l-footer__list-item {
        font-size: 14px
    }

    .l-footer__list:not(:first-of-type) {
        margin-top: 0
    }

    .l-footer__etbis--mobile {
        position: absolute;
        top: 25px;
        right: 0;
        padding: 10px;
        border-radius: 8px;
        background-color: var(--color-white)
    }

    .l-footer__etbis--mobile img {
        max-width: 74px
    }

    .l-footer__warning {
        padding-top: 25px;
        padding-bottom: 30px
    }

    .l-footer__social {
        background: var(--color-footer);
        margin-left: -20px;
        margin-right: -20px;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px
    }

    .l-footer__social-title {
        width: 100%;
        font-family: Poppins;
        font-weight: 500
    }

    .l-footer__social-icon {
        margin-right: 36px;
        margin-top: 40px;
        margin-left: 0
    }

    .l-footer__social-icon:last-of-type {
        margin-bottom: 10px
    }

    .l-footer__call {
        margin-top: 30px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .l-footer__call-title {
        margin-right: 0;
        margin-bottom: 36px
    }

    .l-footer__call-info {
        border: none;
        margin-bottom: 35px;
        padding-left: 0
    }

    .l-footer__call-info span:last-of-type {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .l-footer__call-content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-footer__call-image img {
        margin-bottom: 0;
        position: relative;
        bottom: -26px
    }

    .l-footer__bottom-col,.l-footer__bottom-row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .l-footer__bottom-col:first-of-type {
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(111,126,143,.2);
        width: 100%
    }

    .l-footer__bottom-row:not(:first-child) {
        border-top: none
    }

    .l-footer__bottom-item:not(:first-child) {
        margin-left: 0
    }

    .l-footer__bottom-item img {
        width: 100%
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .l-footer__call-icon span,.l-footer__call-title,.l-footer__social-icon span,.l-footer__social-title {
        font-size:12px
    }

    .l-footer__list-wrapper {
        display: -ms-flexbox;
        display: flex;
        gap: 10%
    }

    .l-footer__call-icon,.l-footer__social-icon {
        margin-left: 14px
    }

    .l-footer__call-title {
        margin-right: 15px
    }

    .l-footer__call-info {
        padding-left: 15px
    }

    .l-footer__call-info a {
        font-size: 18px
    }

    .l-footer__call-info a:last-of-type {
        font-size: 14px
    }

    .l-footer__call-image img {
        margin-bottom: -48px
    }
}

.c-card__alert span,.live-chat-area .live-chat-btn img {
    margin-left: 10px
}

@media (max-width: 374px) {
    .l-footer__call-info a,.l-footer__call-info a:last-of-type,.l-footer__call-title,.l-footer__slogan {
        font-size:14px
    }
}

@media (min-width: 1200px) {
    .l-footer__list-wrapper {
        display:-ms-flexbox;
        display: flex;
        gap: 14%
    }
}

.live-chat-area {
    position: fixed;
    right: 80px;
    bottom: 0;
    z-index: 1001;
    font-size: 12px
}

@media (max-width: 321px) {
    .live-chat-area {
        right:40px
    }
}

.live-chat-area .live-chat-btn {
    background-color: #55ad33;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 43px;
    width: 200px;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 14px;
    cursor: pointer
}

.live-chat-area .live-chat-form {
    width: 270px;
    background-color: #fff;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: rgba(0,0,0,.35) 0 4px 12px;
    overflow: hidden
}

.live-chat-area .live-chat-form input,.live-chat-area .live-chat-form select {
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid var(--color-gray-01)
}

.live-chat-area .live-chat-close {
    font-size: 16px;
    margin-top: -9px;
    margin-right: -7px;
    text-decoration: none
}

.live-chat-area .live-chat-close:active,.live-chat-area .live-chat-close:focus,.live-chat-area .live-chat-close:hover {
    text-decoration: none
}

.c-filter__map-btn>a:hover,.c-filter__more {
    text-decoration: underline
}

.live-chat-area .live-chat-title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

.live-chat-area .live-chat-title img {
    margin-bottom: 10px
}

.c-breadcrumb {
    font-family: Poppins;
    font-weight: 400;
    color: var(--color-gray-03);
    font-size: 12px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-breadcrumb__item:not(:last-child) {
    padding-right: 6px
}

.c-breadcrumb__item:not(:last-child)::after {
    content: ">";
    margin-left: 6px;
    opacity: .6
}

.c-breadcrumb .c-breadcrumb__item:last-child {
    font-weight: 600;
    color: #6f7e90
}

.c-ad__img {
    width: 100%;
    border-radius: 13px;
    margin-top: 7px;
    margin-bottom: 21px
}

.c-filter {
    background-color: var(--color-white);
    border-radius: 12px
}

@media print {
    .c-filter {
        display: none!important
    }
}

.c-filter__section {
    padding: 22px 20px
}

.c-filter__section:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-01);
}

.c-filter__section--toggle .c-filter__head {
    cursor: pointer;
    position: relative
}

.c-filter__section--toggle .c-filter__head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.29' height='6' viewBox='0 0 9.29 6'%3E%3Cpath data-name='Icon awesome-angle-down' d='M4.151 16.535.2 12.586a.694.694 0 0 1 0-.985l.656-.656a.694.694 0 0 1 .985 0l2.8 2.8 2.8-2.8a.694.694 0 0 1 .985 0l.656.656a.694.694 0 0 1 0 .985l-3.95 3.95a.691.691 0 0 1-.981-.001z' transform='translate(.004 -10.74)' style='fill:%233f536c'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: ease-in-out .2s;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.c-filter__section--toggle .c-filter__body {
    display: none
}

.c-filter__section--toggle.active .c-filter__head:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: ease-in-out .2s
}

.c-filter__map-btn {
    border: 1px solid var(--color-gray-01);
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.c-filter__badge,.c-filter__map-btn>a {
    -ms-flex-align: center;
    font-family: Poppins
}

.c-filter__map-btn img {
    width: 65px;
    border-radius: 25px 0 0 25px;
    margin: -1px 0 -1px -1px
}

.c-filter__map-btn>a {
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--color-gray);
    font-weight: 400
}

.c-filter__map-btn>a>svg {
    margin-right: 5px
}

.c-filter__head {
    display: -ms-flexbox;
    display: flex
}

.c-filter__head--vert {
    -ms-flex-direction: column;
    flex-direction: column
}

.c-filter__head--hor {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-filter__line {
    margin: 20px 6px
}

.c-filter__title {
    font-family: Poppins;
    font-weight: 600;
    color: var(--color-gray)
}

.c-filter__desc {
    font-family: Poppins;
    font-weight: 300;
    color: var(--color-gray);
    margin-top: 2px
}

.c-filter__desc span {
    color: #ffc600;
    font-weight: bold;
}

.c-filter__body {
    margin-top: 14px
}

.c-filter__body--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.c-filter__body--range {
    padding: 0 7px;
    margin-top: 20px;
    margin-bottom: 8px
}

.c-filter__body--range-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-filter__body--point {
    width: 100%;
    height: 52px;
    margin: 0 5px 0 .5px;
    padding: 6px 6px 7.9px 11.1px;
    border-radius: 6px;
    border: 1px solid #e7ebf1;
    background-color: #f5f6f8;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: var(--color-gray-03);
    display: inline-block
}

.c-filter__body--point div {
    margin: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-filter__body--point-btn {
    display: inline-block
}

.c-filter__body--point-btn a {
    width: 40px;
    height: 52px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #3f536c;
    border-radius: 6px;
    background-color: #3f536c
}

.c-filter__body--point-btn a svg {
    vertical-align: middle;
    height: 35px
}

@media screen and (max-width: 992px) {
    .c-filter__body--point {
        width:auto;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }
}

@media screen and (max-width: 600px) {
    .c-filter__body--point,.c-filter__body--point-btn a {
        height:57px
    }

    .c-filter__body--point-btn a svg {
        height: 40px
    }
}

.c-filter__badge {
    background-color: rgba(42,90,179,.1);
    color: var(--color-midblue);
    padding: 3.5px 10px 3.5px 17px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    transition: ease-in-out .2s border
}

.c-filter__badge svg {
    color: var(--color-midblue);
    margin-left: 8px;
    cursor: pointer
}

.c-filter__data {
    background-color: rgba(207,212,218,.2);
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 700;
    color: var(--color-gray);
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 7px
}

.c-filter__count,.c-filter__more {
    color: var(--color-midblue);
    font-size: 12px;
    font-family: Poppins
}

.c-filter__search {
    position: relative
}

.c-filter__search>svg {
    position: absolute;
    left: 13px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-filter__search .c-input {
    background-color: #eceff2;
    border: 1px solid #d0d9e5;
    padding-left: 38px
}

.c-filter__row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.c-filter__row.active {
    display: -ms-flexbox;
    display: flex
}

.c-filter__row-visible {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.c-filter__row-visible.active {
    display: -ms-flexbox;
    display: flex
}

.c-filter__count {
    opacity: .5;
    font-weight: 400;
    margin-left: auto;
    padding-left: 16px
}

.c-filter__more {
    font-weight: 700;
    margin-top: 6px;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 991px) {
    .c-filter {
        border-radius:0
    }

    .c-filter__menu--mobile,.c-filter__menu--mobile-sort {
        width: 100%;
        height: max-content;
        background: none;
        padding: 0 0 0px;
        transition: ease-in-out right .4s;
        overflow-y: auto;
        border: 0;
        margin-bottom: 0px;
    }

    .c-filter__menu--mobile-sort.active,.c-filter__menu--mobile.active {
        z-index: 9999999999;
        right: 0;
        transition: ease-in-out right .4s
    }

    .c-filter__menu--mobile-sort.active .c-filter__menu--mobile__bottom,.c-filter__menu--mobile.active .c-filter__menu--mobile__bottom {
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        opacity: 1;
        width: 100%
    }

    .c-filter__menu--mobile-gap,.c-filter__menu--mobile-sort-gap {
        height: 30px;
        background-color: #000;
        display: none;
    }

    .c-filter__menu--mobile-sort__bottom,.c-filter__menu--mobile__bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        height: 80px;
        padding: 0 10px;
        width: max-content;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: all .4s ease-in-out
    }

    .c-filter__menu--mobile-sort__bottom .c-button,.c-filter__menu--mobile__bottom .c-button {
        padding: 15px 10px;
        font-size: 14px;
        font-weight: 700
    }

    .c-filter__menu--mobile-sort__bottom .c-button--transparent,.c-filter__menu--mobile__bottom .c-button--transparent {
        padding: 15px 0;
        margin-left: 10px
    }
}

.c-card,.c-list__sort,.c-list__sort__dropdown,.c-product-card,.c-product-card__rate {
    background-color: var(--color-white)
}

.c-card {
    border: 1px solid var(--color-gray-01);
    border-radius: 13px;
    margin-bottom: 20px
}

.c-card__body {
    display: -ms-flexbox;
    display: flex
}

.c-card__img {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%
}

.c-card__img img {
    width: 100%;
    border-top-left-radius: 13px;
    height: 100%;
    object-fit: cover
}

.c-card__alert {
    height: 31px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #ff9d00;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex
}

.c-card__location span,.c-card__title {
    color: var(--color-gray);
    font-family: Poppins
}

.c-card__alert svg {
    height: 16px
}

.c-card__flex {
    display: -ms-flexbox;
    display: flex;
    ustify-content: space-between
}

.c-card__content {
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    padding: 17px 20px 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-card__content-alert {
    display: block
}

.c-card__content-right {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-card__content-right .c-product-card__rate {
    position: unset;
    background-color: #f6f7f8
}

.c-card__content-left {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.c-card__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px
}

.c-card__location {
    padding: 0!important
}

.c-card__location span {
    font-weight: 400;
    opacity: .7;
    font-size: 12px
}

.c-card__location span:not(:last-child):after {
    content: " /"
}

.c-card__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2px 12px;
    margin: 4px 0
}

.c-card__row--has-space {
    margin: 7px 0;
    gap: 5px
}

.c-card__badge {
    padding: 3px 6px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    background-color: rgba(207,212,218,.4);
    color: rgba(63,83,108,.7);
    border-radius: 4px
}

.c-card__highlight {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-card__comment,.c-card__room {
    font-size: 10px;
    font-family: Poppins
}

.c-card__highlight--blue {
    color: var(--color-primary)
}

.c-card__highlight--gray {
    color: var(--color-gray-03)
}

.c-card__highlight--lightgray {
    color: var(--color-gray-01)
}

.c-card__highlight--green {
    color: #009154
}

.c-card__highlight--green-box {
    color: #3ec68c;
    background: #e6f8f1;
    padding: 3px 5px;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-card__icon {
    margin-left: 5px
}

.c-card__comment {
    font-weight: 400;
    color: var(--color-gray);
    opacity: .7;
    margin-top: 3px
}

.c-card__info {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 3px
}

.c-card__room {
    font-weight: 700;
    color: var(--color-danger);
    margin: 2px 0;
    display: -ms-flexbox;
    display: flex
}

.c-card__calc {
    font-size: 9px;
    font-family: Poppins;
    font-weight: 500;
    color: var(--color-gray)
}

.c-card__calc span {
    font-family: Poppins;
    font-weight: 700
}

.c-card__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px;
    white-space: nowrap;
    margin-left: 16px
}

.c-card__discount-rate {
    background-color: #8437bc;
    padding: 1.5px 3px;
    border-radius: 4px;
    color: var(--color-white);
    font-family: Poppins;
    font-weight: 600
}

.c-card__old-price {
    color: var(--color-gray);
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
    margin: 0 6px
}

.c-card__current-price {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px
}

.c-card__discount-amount {
    background-color: rgba(185,30,17,.08);
    color: #b81e11;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1.5px 8px;
    border-radius: 4px;
    margin-top: 4px
}

.c-card__member-opportunity,.c-card__tb-club {
    padding: 4px 8px;
    border-radius: 4px;
    display: flex
}

.c-card__discount-amount span {
    font-family: Poppins;
    font-weight: 600
}

.c-card__member-opportunity,.c-card__tb-club {
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins
}

.c-card__member-opportunity {
    background-color: #f2eaf5;
    color: #8437bc;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 6px;
    margin-bottom: 6px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-card__member-opportunity span {
    font-family: Poppins;
    font-weight: 600;
    margin: 0 4px
}

.c-card__member-opportunity svg {
    fill: #8437bc
}

.c-card__tb-club {
    background: url(../../../tbcom/assets/images/tb-club-list-badge-bg.webp) no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    min-width: 160px;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start
}

.c-card__tb-club span {
    font-family: Poppins;
    font-weight: 600;
    margin: 0 4px
}

.c-card__tb-club img {
    max-height: 18px;
    max-width: 18px
}

.c-modal .login-footer img,.c-modal-info .login-footer img {
    max-height: 15px
}

.c-card__tbclub_mini_banner {
    background: url(../../../tbcom/assets/images/tb-club-profile-banner-lg.webp) no-repeat;
    border-radius: 6px;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    margin: 0 20px 20px;
    padding: 10px;
    color: #fff;
    min-height: 65px;
    font-size: .85rem
}

.c-card__tbclub_mini_banner b {
    font-size: .85rem;
    font-weight: 600
}

.c-card__tbclub_detail_banner_badge::before {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    top: 36px;
    z-index: 1060
}

.c-card__tbclub_detail_banner_badge {
    background: url(../../../tbcom/assets/images/tb-club-datail-image-badge-bg.webp);
    background-position-x: right;
    background-size: cover;
    background-position-y: center;
    position: absolute;
    top: 66px;
    padding: 10px;
    min-width: 250px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 36px;
    font-size: 12px;
    color: #fff;
    left: -2px;
    gap: 10px;
    margin-left: 0!important
}

.c-card__tbclub_detail_banner_badge img {
    height: 12px;
    width: auto
}

.c-card__footer {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    border-top: 1px solid var(--color-gray-01);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-card__footer-right {
    text-align: right;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-card__footer-right .c-card__token {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3ab2e;
    color: #fff;
    border-radius: 4px;
    text-align: left;
    margin-top: 13px;
    margin-left: 10px
}

.c-card__footer-right .c-card__token img {
    width: 27px;
    height: 27px;
    margin-left: -5px;
    margin-right: 5px
}

.c-card__footer-right .c-card__token span {
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: .3px
}

.c-card__info-item span,.c-title-page,.list-content-container h4 {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal
}

@media (max-width: 992px) {
    .c-card__footer-right .c-card__token {
        margin-top:10px;
        margin-bottom: 10px
    }

    .c-card__footer-right .c-card__token span {
        padding-right: 5px
    }
}

.c-card__footer-box {
    padding: 10px
}

.c-card__footer span {
    font-family: Poppins;
    font-weight: 600
}

@media (max-width: 992px) {
    .c-card__footer {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .c-card__footer-right {
        padding-bottom: 5px
    }
}

.c-card__info-cards {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-card__info--items {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.c-card__info-item {
    margin: 12px 15px 10px 18px;
    padding: 12px 12px 12px 8px;
    border-radius: 6px;
    background-color: #ffe6e6;
    display: -ms-flexbox;
    display: flex
}

.c-card__info-item svg {
    vertical-align: middle;
    height: 14px;
    color: #d91467
}

.c-card__info-item span {
    margin: 0 0 0 6px;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    color: #d91467
}

.c-card__features {
    color: var(--color-gray);
    margin-top: 5px
}

.c-card-list.c-card:nth-child(0).c-card__highlighted {
    margin-top: 40px
}

.c-card__highlighted {
    position: relative;
    border-color: #024293;
    background-color: #eff5ff;
    margin-top: 40px!important
}

.c-card__highlighted .c-card__img {
    top: -1px
}

.c-card__body--highlight {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    z-index: -1;
    background: #024293;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 13px 13px 0 0;
    padding: 9px 15px 30px
}

.c-card__body--highlight svg {
    vertical-align: bottom
}

.c-card__body--highlight span {
    margin-left: 5px
}

.c-card__paginator {
    text-align: center
}

.c-card__paginator ul {
    padding: 0;
    margin-top: 10px;
    list-style: none;
    display: inline-block
}

.c-card__paginator ul li {
    display: list-item;
    float: left;
    margin: 0 5px
}

.c-card__paginator ul li a {
    width: 40px;
    color: #3f536c;
    display: block;
    font-weight: 400;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #3f536c;
    border-radius: 6px
}

.c-card__paginator ul li.active>a {
    color: #fff;
    background-color: #3f536c
}

.c-card__paginator ul li.passive>a {
    color: #e7ebf1;
    border-color: #e7ebf1;
    background-color: transparent
}

.c-card__paginator ul li.total {
    line-height: 38px
}

.c-card__paginator--next {
    border: 1px solid #3f536c;
    border-radius: 24px;
    padding: 10px 100px;
    color: #3f536c;
    font-weight: 700;
    display: inline-block
}

.c-title,.c-title__desc {
    color: var(--color-gray);
    font-family: Poppins
}

@media screen and (max-width: 768px) {
    .c-card__body {
        display:block
    }

    .c-card__img {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }

    .c-card__img img {
        height: auto;
        width: 100%;
        border-top-right-radius: 13px
    }
}

.c-title {
    font-weight: 500
}

.c-title--mb-10,.c-title--mb-20 {
    margin-bottom: 20px
}

.c-title--pd-10 {
    padding-top: 10px
}

.c-title--pd-20 {
    padding-top: 20px
}

.c-title--regular {
    font-family: Poppins;
    font-weight: 400
}

.c-title__desc {
    font-size: 16px;
    opacity: .5;
    font-weight: 400;
    margin-top: 0
}

.c-title__desc--mb-40 {
    margin-bottom: 40px
}

.c-title span {
    font-size: 20px;
    color: rgba(63,83,108,.5);
    font-family: Poppins;
    font-weight: 400
}

.c-title-page {
    margin: 10px 0 0;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    color: #707070
}

.c-title__wrapper--space-b {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0
}

@media screen and (max-width: 992px) {
    .c-card__highlighted {
        border-color:#024293
    }

    .c-title {
        margin-bottom: 10px
    }

    .c-title--center-sm {
        text-align: center
    }
}

.c-list-header {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-list__sort {
    border: 1px solid var(--color-gray-01);
    border-radius: 6px;
    height: 48px;
    float: right;
    width: 100%
}

.c-list__sort svg {
    color: var(--color-gray)
}

.c-list__sort__header {
    padding: 13px 14px;
    width: 100%
}

.c-list__sort.active {
    z-index: 1000;
    border-radius: 6px 6px 0 0;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content
}

.c-list__sort.active .c-list__sort__dropdown-close,.c-list__sort.active~.c-list__sort__dropdown {
    display: block
}

.c-list__sort.active .c-list__sort__header {
    border-bottom: 1px solid var(--color-gray-01)
}

.c-list__sort__dropdown {
    display: none;
    width: 100%;
    z-index: 997;
    border-radius: 0 0 6px 6px;
    border: 1px solid transparent;
    position: absolute;
    margin-top: 49px;
    padding: 10px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.16)
}

.c-list__sort__dropdown-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 4px;
    font-family: Poppins!important;
    font-size: 14px;
    font-weight: 700!important;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-list__sort__dropdown-item .c-radio[type=radio]:checked,.c-list__sort__dropdown-item .c-radio[type=radio]:not(:checked) {
    left: 1px;
    bottom: 14px;
    z-index: 1;
    opacity: 0
}

.c-list__sort__dropdown-item label {
    font-size: 14px!important;
    font-weight: 600!important
}

.c-list__sort__dropdown-item__title {
    font-size: 12px;
    font-weight: 600;
    opacity: .5;
    margin-bottom: 19px
}

.c-list__sort__dropdown-item.border {
    border-bottom: 1px solid var(--color-gray-01);
    margin-bottom: 5px
}

.c-list__sort__dropdown-item-icon {
    margin-right: 8px;
    color: var(--color-gray-03)
}

.c-list__sort__dropdown-item-title {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    color: var(--color-gray);
    line-height: 14px
}

.c-list__sort__dropdown-item-title span {
    color: var(--color-midblue)
}

.c-list__sort__dropdown-item-desc {
    font-size: 10px;
    font-family: Poppins;
    font-weight: 400;
    color: var(--color-gray-03);
    line-height: 18px
}

.c-list__sort__dropdown-close {
    left: unset!important;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 24px;
    top: 16px;
    color: #6f7e90;
    background-color: #fff
}

.c-list__sort__dropdown-count-data,.c-list__sort__dropdown-count-title {
    color: var(--color-gray);
    font-family: Poppins;
    font-weight: 500
}

.c-list__sort__dropdown-close.active {
    display: block
}

.c-list__sort__dropdown-count {
    padding-left: 5px;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    user-select: none
}

.c-list__sort__dropdown-count-title {
    font-size: 12px
}

.c-list__sort__dropdown-count-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-list__sort__dropdown-count-data>span {
    border: 1px solid var(--color-gray-03);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.c-list__sort__dropdown-count-data>span.disabled {
    opacity: .3;
    pointer-events: none
}

.c-list__sort__dropdown-count-data>label {
    margin-bottom: 0;
    width: 60px;
    text-align: center
}

.c-list__sort__dropdown-count:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 15px
}

.c-list__sort__dropdown-footer {
    margin-top: 20px
}

.c-list__sort__dropdown-footer p {
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    color: var(--color-gray-03);
    margin-bottom: 20px
}

.c-list__title,.c-product-card__rate,.c-product-card__title {
    color: var(--color-gray);
    font-family: Poppins
}

.c-list__sort__dropdown-footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px
}

.c-list__sort__dropdown-footer-col {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px
}

.c-list__sort__dropdown-select {
    height: 40px;
    padding: 10px;
    margin-bottom: 10px
}

.c-list__sort__dropdown-action {
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--color-gray-01)
}

.c-list__sort-box {
    float: right
}

.c-list__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    float: left
}

.c-list__title>span {
    padding-left: 7px
}

.c-list__selected {
    font-family: Poppins;
    font-weight: 400;
    color: var(--color-gray-03);
    padding-left: 10px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 140px
}

.pull-right {
    margin-left: 8px
}

@media screen and (min-width: 992px) {
    .c-list__summary,.c-list__wrapper-close {
        display:none
    }

    .c-list {
        background-color: var(--color-white);
        padding: 30px 40px 40px;
        border-radius: 13px;
        border: 1px solid var(--color-gray-01);
        position: relative
    }

    .c-list__border {
        position: relative;
        bottom: -40px;
        border-bottom: 3px solid!important;
        border-top: 0!important;
        border-left: 0!important;
        border-right: 0!important;
        border-image: var(--color-multi-border)
    }

    .c-list__col .c-input.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        padding-right: 40px;
        border-right: 1px solid transparent
    }

    .c-list__dropdown {
        box-shadow: 0 -20px 60px 0 rgba(0,0,0,.16)
    }

    .c-list--fixed {
        padding: 8px 0;
        border: none
    }

    .c-list__sort {
        min-width: 260px
    }

    .c-list__sort__dropdown {
        width: 260px
    }
}

@media screen and (max-width: 991px) {
    .c-list-header-box {
        height:106px!important
    }

    .c-list__sort__dropdown {
        display: block;
        position: fixed;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 997;
        background-color: var(--color-white);
        padding-top: 26px;
        padding-left: 20px;
        padding-right: 20px;
        transition: ease-in-out padding-top .2s;
        overflow: auto;
        margin-top: 0
    }

    .c-list__sort__dropdown-item {
        padding-left: 0;
        padding-right: 0
    }

    .c-list__sort__dropdown-count,.c-list__sort__dropdown-footer,.c-list__sort__dropdown-footer-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .c-list__sort__dropdown-close {
        display: none!important
    }

    .c-list__sort__dropdown-footer {
        margin-top: 40px
    }

    .c-list__sort__dropdown-footer-row {
        margin-left: -20px;
        margin-right: -20px
    }

    .c-list__sort__dropdown-footer-col:nth-child(odd) {
        padding-right: 10px
    }

    .c-list__sort__dropdown-footer-col:nth-child(even) {
        padding-left: 10px
    }

    .c-list__sort__dropdown-action {
        border-top: none;
        padding: 18px 20px 0
    }

    .c-list__sort__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        height: 100%
    }

    .c-list__sort.active {
        border: 1px solid var(--color-gray-01);
        z-index: 1000;
        border-radius: 6px
    }

    .c-list__sort.active .c-list__sort__dropdown-close {
        display: none
    }

    .c-list__sort-box {
        padding-left: 5px;
        padding-right: 5px
    }

    .c-list__sort {
        height: 40px
    }

    .c-list__title {
        width: 100%;
        text-align: center;
        font-size: 11px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-list__title svg {
        margin-right: 4px
    }
}

.c-product-card {
    border: 1px solid var(--color-gray-01);
    border-radius: 13px;
    margin-bottom: 10px
}

.c-product-card__head {
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0
}

.c-product-card__head img {
    width: 100%;
    transition: ease-in-out transform .2s
}

.c-product-card__rate {
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px 2px 0;
    z-index: 99;
    border-radius: 3px
}

.c-product-card__rate span {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 2px 5px 3px;
    margin-right: 5px;
    border-radius: 3px
}

.c-product-card__body {
    padding: 13px 20px 20px;
    border-radius: 0 0 13px 13px
}

@media screen and (max-width: 992px) {
    .c-product-card__body {
        padding:13px 10px 20px
    }
}

.c-product-card__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 45.69px
}

.c-product-card__badge {
    padding: 2px 6px;
    background-color: rgba(207,212,218,.2);
    color: rgba(63,83,108,.7);
    font-size: 10px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 4px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    line-height: 17px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.c-product-card__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 18px;
    min-height: 27px
}

.c-product-card__loca {
    color: rgba(63,83,108,.5);
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-product-card__price {
    color: var(--color-primary);
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 10px;
    text-align: right;
    width: 60%
}

.c-product-card__price span {
    color: rgba(63,83,108,.7);
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px
}

.c-product-card:hover .c-product-card__head img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: ease-in-out transform .2s
}

.c-product-card__badge--outer {
    height: 20px
}

@media screen and (max-width: 992px) {
    .c-product-card__rate {
        position:unset
    }

    .c-product-card__rate span {
        padding: 2px 5px 3px
    }
}

.modal-backdrop {
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 1;
    filter: alpha(opacity=100)
}

.c-modal {
    padding-right: 0!important
}

.c-modal__modal-pre-header {
    text-align: center;
    border-bottom: 1px solid var(--color-gray-01);
    padding: 15px
}

.c-modal__modal-pre-header .c-icon__svg {
    color: #3f526b
}

.c-modal__modal-pre-header a {
    background-color: #f6f5f8;
    border-radius: 100%;
    padding: 15px 17px 12px 16px
}

.c-modal .modal-title {
    font-family: Poppins-Bold;
    font-size: 20px!important;
    color: var(--color-gray)
}

@media screen and (max-width: 360px) {
    .c-modal .modal-content {
        min-width:100%!important
    }

    .c-modal .or-divider:before {
        white-space: nowrap
    }
}

.c-modal__form__group {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.57;
    color: #3f526b;
    margin: 10px 0
}

.c-modal__form__group--grid {
    display: -ms-grid!important;
    display: grid!important;
    text-align: center
}

.c-modal__form__group--top {
    margin-bottom: 20px!important
}

.c-modal__form__group--borderline {
    margin-top: -20px
}

.c-modal__form__group--borderline-step,.c-modal__form__group--second {
    margin-top: -10px
}

.c-modal__form__group--fluid {
    padding-right: 10px
}

.c-modal__form__group--has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(111,126,143,.3)
}

.c-modal__form__group--has-border-top {
    padding-top: 30px
}

.c-modal__form__group--first {
    margin-bottom: -10px
}

.c-modal__form__group--has-border-top::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -20px;
    border-top: 1px solid rgba(111,126,143,.3)
}

.c-modal__form__group__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.c-modal__form__group__item:last-child {
    margin-right: 0
}

.c-modal__form__group__item--fluid {
    width: 100%;
    margin-right: 0
}

.c-modal__form__group__item--has-switch {
    -ms-flex-align: center;
    align-items: center
}

.c-modal__form__group__item--has-switch label {
    font-size: 14px;
    line-height: 2.86;
    color: #3f536c;
    margin-right: 10px
}

.c-modal__form__group__item--grow {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-modal__form__group__item input[type=radio] {
    margin-right: 7px
}

.c-modal__form__group__item input[type=checkbox] {
    margin-right: 12px
}

.c-modal__form__group__item input:not([type=radio]):not([type=checkbox]) {
    border-radius: 6px;
    border: 1px solid #cfd4da;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6f7e90
}

.c-modal__form__group__item textarea {
    width: 100%;
    border: 1px solid #cfd4da;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6f7e90;
    border-radius: 6px
}

.c-modal__form__group__item #phone,.c-modal__form__group__item #phone2,.c-modal__form__group__item #phone3 {
    padding-left: 52px
}

.c-modal__form__group__item__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    left: 35px;
    top: -5px
}

.c-modal__form__group__item--has-image select {
    padding: 0 5px 0 35px
}

.c-modal__form__group__item select {
    border-radius: 6px;
    border: 1px solid #cfd4da;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    color: #4e6077;
    font-family: Poppins,sans-serif;
    margin-bottom: 10px
}

.c-modal__form__group__item select:not(.default) {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6f7e90;
    width: 100%;
    font-family: Poppins,sans-serif
}

.c-modal__form__group__item label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #3f526b
}

.c-modal__form__group__item a {
    font-size: 12px;
    font-weight: 700;
    color: #3659ad;
    margin: 8px 0 10px
}

.c-modal .or-divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #d8e8f2;
    margin: 10px 0
}

.c-modal .or-divider:before {
    content: 'veya bunlarla giriş yap';
    top: -2px;
    font-size: 12px;
    color: #d8e8f2;
    position: absolute;
    left: 50%;
    padding: 5px 10px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff
}

.c-modal .login-footer {
    text-align: center
}

.c-modal .login-footer .c-button {
    padding: 5px 10px;
    width: 30%;
    margin: 0 1px;
    text-align: left
}

.c-modal .login-footer .c-button span {
    display: inline-block;
    text-align: left;
    max-width: 100px
}

.c-modal .login-footer .c-button span:first-child {
    line-height: 0
}

.c-modal .login-footer .c-button span:first-child img {
    vertical-align: baseline!important;
    margin-right: 6px
}

.c-modal .modal-footer-info {
    background-color: #edf4fd;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px
}

.c-modal .modal-footer-info span {
    color: #6f7e90
}

.c-modal .modal-footer-info a {
    color: #2a5ab3
}

.c-modal .modal-info-area {
    text-align: center;
    font-family: Poppins
}

.c-modal .modal-info-area svg {
    margin-bottom: 16px
}

.c-modal .modal-info-area .modal-body-title {
    font-size: 20px;
    color: #009154;
    margin-bottom: 12px;
    font-weight: 600
}

.c-modal .modal-info-area .modal-body-text {
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #3f536c;
    margin-bottom: 24px
}

.c-modal-info {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(63,83,108,.55);
    z-index: -1
}

.c-modal-info .modal-content {
    position: relative;
    top: -20px;
    transition: all .4s ease-in-out;
    padding: 74px 33px
}

.c-modal-info .modal-content .modal-body svg {
    margin-bottom: 16px
}

.c-modal-info .modal-content .modal-body .modal-body-title {
    font-size: 20px;
    color: #009154;
    margin-bottom: 12px;
    font-weight: 600
}

.c-modal-info .modal-content .modal-body .modal-body-text {
    font-size: 16px;
    font-weight: 500;
    color: #3f536c;
    margin-bottom: 24px
}

@media screen and (max-width: 400px) {
    .c-modal-info .modal-content {
        min-width:90%
    }
}

.popup-modal-open .c-modal-info {
    opacity: 1;
    z-index: 9999
}

.popup-modal-open .c-modal-info .modal-content {
    top: 0
}

.c-modal-info__modal-pre-header {
    text-align: center;
    border-bottom: 1px solid var(--color-gray-01);
    padding: 15px
}

.c-modal-info__modal-pre-header .c-icon__svg {
    color: #3f526b
}

.c-modal-info__modal-pre-header a {
    background-color: #f6f5f8;
    border-radius: 100%;
    padding: 15px 17px 12px 16px
}

.c-modal-info .modal-title {
    font-family: Poppins-Bold;
    font-size: 20px!important;
    color: var(--color-gray)
}

.c-modal-info__form__group {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.57;
    color: #3f526b;
    margin: 10px 0
}

.c-modal-info__form__group--grid {
    display: -ms-grid!important;
    display: grid!important;
    text-align: center
}

.c-modal-info__form__group--top {
    margin-bottom: 20px!important
}

.c-modal-info__form__group--borderline {
    margin-top: -20px
}

.c-modal-info__form__group--borderline-step,.c-modal-info__form__group--second {
    margin-top: -10px
}

.c-modal-info__form__group--fluid {
    padding-right: 10px
}

.c-modal-info__form__group--has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(111,126,143,.3)
}

.c-modal-info__form__group--has-border-top {
    padding-top: 30px
}

.c-modal-info__form__group--first {
    margin-bottom: -10px
}

.c-modal-info__form__group--has-border-top::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -20px;
    border-top: 1px solid rgba(111,126,143,.3)
}

.c-modal-info__form__group__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.c-modal-info__form__group__item:last-child {
    margin-right: 0
}

.c-modal-info__form__group__item--fluid {
    width: 100%;
    margin-right: 0
}

.c-modal-info__form__group__item--has-switch {
    -ms-flex-align: center;
    align-items: center
}

.c-modal-info__form__group__item--has-switch label {
    font-size: 14px;
    line-height: 2.86;
    color: #3f536c;
    margin-right: 10px
}

.c-modal-info__form__group__item--grow {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-modal-info__form__group__item input[type=radio] {
    margin-right: 7px
}

.c-modal-info__form__group__item input[type=checkbox] {
    margin-right: 12px
}

.c-modal-info__form__group__item input:not([type=radio]):not([type=checkbox]) {
    border-radius: 6px;
    border: 1px solid #cfd4da;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6f7e90
}

.c-modal-info__form__group__item textarea {
    width: 100%;
    border: 1px solid #cfd4da;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6f7e90;
    border-radius: 6px
}

.c-modal-info__form__group__item #phone,.c-modal-info__form__group__item #phone2,.c-modal-info__form__group__item #phone3 {
    padding-left: 52px
}

.c-modal-info__form__group__item__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    left: 35px;
    top: -5px
}

.c-modal-info__form__group__item--has-image select {
    padding: 0 5px 0 35px
}

.c-modal-info__form__group__item select {
    border-radius: 6px;
    border: 1px solid #cfd4da;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    color: #4e6077;
    font-family: Poppins,sans-serif;
    margin-bottom: 10px
}

.c-modal-info__form__group__item select:not(.default) {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6f7e90;
    width: 100%;
    font-family: Poppins,sans-serif
}

.tb-club-footer-bar p,.tbclub {
    font-family: Poppins,sans-serif!important
}

.c-modal-info__form__group__item label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #3f526b
}

.c-modal-info__form__group__item a {
    font-size: 12px;
    font-weight: 700;
    color: #3659ad;
    margin: 8px 0 10px
}

.c-modal-info .or-divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #d8e8f2;
    margin: 10px 0
}

.c-modal-info .or-divider:before {
    content: 'veya bunlarla giriş yap';
    top: -2px;
    font-size: 12px;
    color: #d8e8f2;
    position: absolute;
    left: 50%;
    padding: 5px 10px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff
}

.c-modal-info .login-footer .c-button {
    padding: 5px 10px
}

.c-modal-info .modal-footer-info {
    background-color: #edf4fd;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px
}

.c-modal-info .modal-footer-info span {
    color: #6f7e90
}

.c-modal-info .modal-footer-info a {
    color: #2a5ab3
}

.bannerWrapper {
    -ms-flex-pack: end;
    justify-content: end;
    border-radius: 15px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    position: relative
}

.colorBck,.colorBck2,.iconWrapper {
    position: absolute
}

.bannerContnet {
    width: 62%;
    -ms-flex-pack: start;
    justify-content: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bannerContnetText {
    width: 58%;
    z-index: 2;
    padding-left: 40px
}

.iconWrapper {
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 160px
}

.colorBck {
    width: 1788px;
    height: 900px;
    z-index: 0;
    border-radius: 100%
}

.colorBck2 {
    height: 356px;
    width: 262px;
    z-index: -1;
    border-radius: 50%;
    margin-right: -30px
}

.componentInfoBant * {
    margin-top: 0;
    margin-bottom: 0
}

#componentTheme.c-section {
    margin-top: 40px
}

#componentTheme .component-theme {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    min-height: 150px
}

#componentTheme .px-10 {
    padding: 0 10px
}

#componentTheme .px-30 {
    padding: 0 30px
}

#componentTheme .py-30 {
    padding: 30px 0
}

#componentTheme .panel {
    border-radius: 13px
}

@media screen and (max-width: 768px) {
    .bannerContnet,.bannerContnetText,.iconWrapper {
        position:relative;
        width: 100%
    }

    .bannerWrapper {
        min-width: 320px;
        min-height: 320px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: end;
        background-repeat: no-repeat
    }

    .bannerContnet {
        margin: 150px 0 0;
        border-radius: 0;
        height: 30%;
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 2
    }

    .bannerContnetText {
        z-index: 2;
        margin-top: 30px;
        padding: 0 10px
    }

    .iconWrapper {
        padding: 20px
    }

    .colorBck,.colorBck2 {
        border-radius: 50%;
        position: absolute;
        z-index: -1
    }

    .colorBck {
        width: 180%;
        height: 300px
    }

    .colorBck2 {
        width: 480px;
        height: 150px;
        top: 0
    }

    .componentInfo {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px
    }

    #componentTheme.c-section {
        margin-top: 20px
    }

    #componentTheme .px-30 {
        padding: 0 10px
    }

    #componentTheme .py-30 {
        padding: 10px 0
    }

    #componentTheme .panel {
        border-radius: 13px
    }

    #componentTheme .seo-title {
        padding: 10px 0 20px
    }
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

@media (min-width: 576px) {
    .d-sm-flex {
        display:-ms-flexbox!important;
        display: flex!important
    }

    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display:-ms-flexbox!important;
        display: flex!important
    }

    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display:-ms-flexbox!important;
        display: flex!important
    }

    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display:-ms-flexbox!important;
        display: flex!important
    }

    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.justify-content-evenly {
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        -ms-flex-pack:start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        -ms-flex-pack:start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        -ms-flex-pack:start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }
}

@media (min-width: 1200px) {
    .justify-content-xl-start {
        -ms-flex-pack:start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

@media (min-width: 576px) {
    .align-items-sm-start {
        -ms-flex-align:start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

@media (min-width: 768px) {
    .align-items-md-start {
        -ms-flex-align:start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

@media (min-width: 992px) {
    .align-items-lg-start {
        -ms-flex-align:start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

@media (min-width: 1200px) {
    .align-items-xl-start {
        -ms-flex-align:start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

@media (min-width: 576px) {
    .align-content-sm-start {
        -ms-flex-line-pack:start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
}

@media (min-width: 768px) {
    .align-content-md-start {
        -ms-flex-line-pack:start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
}

@media (min-width: 992px) {
    .align-content-lg-start {
        -ms-flex-line-pack:start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
}

@media (min-width: 1200px) {
    .align-content-xl-start {
        -ms-flex-line-pack:start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .align-self-sm-auto {
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .align-self-md-auto {
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .align-self-lg-auto {
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .align-self-xl-auto {
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.order-first {
    -ms-flex-order: -1!important;
    order: -1!important
}

.order-last {
    -ms-flex-order: 13!important;
    order: 13!important
}

.order-0 {
    -ms-flex-order: 0!important;
    order: 0!important
}

.order-1 {
    -ms-flex-order: 1!important;
    order: 1!important
}

.order-2 {
    -ms-flex-order: 2!important;
    order: 2!important
}

.order-3 {
    -ms-flex-order: 3!important;
    order: 3!important
}

.order-4 {
    -ms-flex-order: 4!important;
    order: 4!important
}

.order-5 {
    -ms-flex-order: 5!important;
    order: 5!important
}

.order-6 {
    -ms-flex-order: 6!important;
    order: 6!important
}

.order-7 {
    -ms-flex-order: 7!important;
    order: 7!important
}

.order-8 {
    -ms-flex-order: 8!important;
    order: 8!important
}

.order-9 {
    -ms-flex-order: 9!important;
    order: 9!important
}

.order-10 {
    -ms-flex-order: 10!important;
    order: 10!important
}

.order-11 {
    -ms-flex-order: 11!important;
    order: 11!important
}

.order-12 {
    -ms-flex-order: 12!important;
    order: 12!important
}

@media (min-width: 576px) {
    .order-sm-first {
        -ms-flex-order:-1!important;
        order: -1!important
    }

    .order-sm-last {
        -ms-flex-order: 13!important;
        order: 13!important
    }

    .order-sm-0 {
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-sm-1 {
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-sm-2 {
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-sm-3 {
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-sm-4 {
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-sm-5 {
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-sm-6 {
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .order-sm-7 {
        -ms-flex-order: 7!important;
        order: 7!important
    }

    .order-sm-8 {
        -ms-flex-order: 8!important;
        order: 8!important
    }

    .order-sm-9 {
        -ms-flex-order: 9!important;
        order: 9!important
    }

    .order-sm-10 {
        -ms-flex-order: 10!important;
        order: 10!important
    }

    .order-sm-11 {
        -ms-flex-order: 11!important;
        order: 11!important
    }

    .order-sm-12 {
        -ms-flex-order: 12!important;
        order: 12!important
    }
}

@media (min-width: 768px) {
    .order-md-first {
        -ms-flex-order:-1!important;
        order: -1!important
    }

    .order-md-last {
        -ms-flex-order: 13!important;
        order: 13!important
    }

    .order-md-0 {
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-md-1 {
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-md-2 {
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-md-3 {
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-md-4 {
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-md-5 {
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-md-6 {
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .order-md-7 {
        -ms-flex-order: 7!important;
        order: 7!important
    }

    .order-md-8 {
        -ms-flex-order: 8!important;
        order: 8!important
    }

    .order-md-9 {
        -ms-flex-order: 9!important;
        order: 9!important
    }

    .order-md-10 {
        -ms-flex-order: 10!important;
        order: 10!important
    }

    .order-md-11 {
        -ms-flex-order: 11!important;
        order: 11!important
    }

    .order-md-12 {
        -ms-flex-order: 12!important;
        order: 12!important
    }
}

@media (min-width: 992px) {
    .order-lg-first {
        -ms-flex-order:-1!important;
        order: -1!important
    }

    .order-lg-last {
        -ms-flex-order: 13!important;
        order: 13!important
    }

    .order-lg-0 {
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-lg-1 {
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-lg-2 {
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-lg-3 {
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-lg-4 {
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-lg-5 {
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-lg-6 {
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .order-lg-7 {
        -ms-flex-order: 7!important;
        order: 7!important
    }

    .order-lg-8 {
        -ms-flex-order: 8!important;
        order: 8!important
    }

    .order-lg-9 {
        -ms-flex-order: 9!important;
        order: 9!important
    }

    .order-lg-10 {
        -ms-flex-order: 10!important;
        order: 10!important
    }

    .order-lg-11 {
        -ms-flex-order: 11!important;
        order: 11!important
    }

    .order-lg-12 {
        -ms-flex-order: 12!important;
        order: 12!important
    }
}

@media (min-width: 1200px) {
    .order-xl-first {
        -ms-flex-order:-1!important;
        order: -1!important
    }

    .order-xl-last {
        -ms-flex-order: 13!important;
        order: 13!important
    }

    .order-xl-0 {
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xl-1 {
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xl-2 {
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xl-3 {
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xl-4 {
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xl-5 {
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xl-6 {
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .order-xl-7 {
        -ms-flex-order: 7!important;
        order: 7!important
    }

    .order-xl-8 {
        -ms-flex-order: 8!important;
        order: 8!important
    }

    .order-xl-9 {
        -ms-flex-order: 9!important;
        order: 9!important
    }

    .order-xl-10 {
        -ms-flex-order: 10!important;
        order: 10!important
    }

    .order-xl-11 {
        -ms-flex-order: 11!important;
        order: 11!important
    }

    .order-xl-12 {
        -ms-flex-order: 12!important;
        order: 12!important
    }
}

.tbclub__fs-14 {
    font-size: 14px!important
}

.tbclub__fs-16 {
    font-size: 16px!important
}

.tbclub__mt-10 {
    margin-top: 10px!important
}

.tbclub__mt-15 {
    margin-top: 15px!important
}

.tbclub__mt-20 {
    margin-top: 20px!important
}

.tbclub__mb-20 {
    margin-bottom: 20px!important
}

.tbclub__border {
    border: 1px solid #cfd4da
}

.tbclub__radius__lg {
    border-radius: 13px
}

.tbclub__radius__sm {
    border-radius: 6px
}

.tbclub__radius__xl {
    border-radius: 15px
}

.tbclub__wide-banner {
    position: relative;
    margin-bottom: 20px
}

.tbclub__wide-banner img {
    width: 100%;
    height: auto
}

.tbclub__wide-banner a,.tbclub__wide-banner button {
    padding: 6px 14px 7px 13px;
    border-radius: 15px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

.tbclub__wide-bannerLogin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: url(../../../tbcom/assets/images/tb-club-login-banner.webp);
    background-size: cover;
    border-radius: 13px;
    padding: 10px;
    margin-bottom: 20px
}

.tbclub__wide-bannerLogin>div {
    max-width: 280px
}

.tbclub__wide-bannerLogin>div h5 {
    font-size: 20px!important;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-bottom: 4px
}

.tbclub__wide-bannerLogin>div p {
    font-size: 14px!important;
    color: #fff;
    text-align: center;
    font-weight: 300
}

.tbclub__wide-bannerLogin b {
    font-weight: 600
}

.tbclub__wide-bannerLogin img {
    width: 80px
}

.tbclub__wide-bannerLogin a,.tbclub__wide-bannerLogin button {
    padding: 6px 14px 7px 13px;
    border-radius: 15px;
    background-color: #fff;
    margin: 0
}

.tbclub__wide-bannerLoginMobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: url(../../../tbcom/assets/images/tb-club-login-banner-mobil.png);
    background-size: cover;
    border-radius: 13px;
    padding: 10px;
    margin-bottom: 20px;
    aspect-ratio: 1.26415094;
    min-width: 335px
}

.tbclub__wide-bannerLoginMobile>div {
    width: 90%;
    margin-left: 0 5%
}

.tbclub__wide-bannerLoginMobile>div h5 {
    font-size: 24px!important;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-bottom: 4px
}

.tbclub__wide-bannerLoginMobile>div p {
    font-size: 16px!important;
    color: #fff;
    text-align: center;
    font-weight: 300
}

.tbclub__wide-bannerLoginMobile>div a {
    color: #1f254a
}

.tbclub__wide-bannerLoginMobile b {
    font-weight: 600
}

.tbclub__wide-bannerLoginMobile img {
    width: 130px
}

.tbclub__wide-bannerLoginMobile a,.tbclub__wide-bannerLoginMobile button {
    padding: 6px 14px 7px 13px;
    border-radius: 15px;
    background-color: #fff;
    margin: 0
}

.tbclub .horizontal-list {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #6f7e8f4d
}

.tbclub .horizontal-list li {
    margin-right: 20px;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.tbclub__button,.tbclub__list-numberlabel {
    -ms-flex-align: center
}

.tbclub .horizontal-list li a {
    opacity: 70%;
    color: #3f536c
}

@media screen and (max-width: 991px) {
    .tbclub .horizontal-list li {
        text-align:center
    }
}

.tbclub .horizontal-list li.active {
    border-bottom: 1px solid #115bb9
}

.tbclub .horizontal-list li.active a {
    font-weight: 600;
    opacity: 100%
}

.tbclub .horizontal-list li:last-child {
    margin-right: 0
}

.tbclub__color-white {
    color: #fff!important
}

.tbclub__color-blue {
    color: #2a5ab3!important
}

.tbclub__color-dusk {
    color: #3f536c!important
}

.tbclub__color-dark {
    color: #000!important
}

.tbclub__color-success {
    color: #009154
}

.tbclub__color-danger {
    color: #e92d1a
}

.tbclub__bannerWithButton {
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
    border-radius: 13px;
    background: url(../../../tbcom/assets/images/tb-club-campaigns.webp);
    background-size: cover!important;
    background-position-x: right!important;
    background-position-y: bottom!important;
    background-repeat: no-repeat!important
}

.tbclub__bannerWithButton__h5 {
    font-size: 26px!important;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38
}

.tbclub__bannerWithButton__h4 {
    font-size: 32px!important;
    font-weight: 700;
    font-stretch: normal
}

.tbclub__bannerWithButton__a {
    padding: 7.5px 13px 7.5px 10.9px;
    border-radius: 6px;
    margin-top: 10px;
    border: 1px solid #115bb9;
    background-color: #fff
}

.tbclub__accountSummary {
    margin: 24px 0
}

.tbclub__accountSummary__select {
    height: 30px;
    padding: 6px 14.3px 7px 11px;
    border-radius: 6px;
    border: 1px solid #cfd4da;
    font-size: 12px;
    font-weight: 600;
    color: #6f7e90
}

.tbclub__accountSummary__h6 {
    font-size: 18px!important;
    font-weight: 600;
    padding: 0
}

.tbclub__accountSummary__list ul {
    width: 100%;
    padding: 0 10px
}

.tbclub__accountSummary__list ul li {
    padding: 12px 24px;
    border-bottom: 1px solid #cfd4da
}

.tbclub__accountSummary__list ul li span {
    font-size: 12px;
    font-weight: 500
}

.tbclub__accountSummary__list ul li:last-child {
    border-bottom: 0
}

.tbclub__accountSummary p {
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

.tbclub__accountSummary p span {
    margin-right: 10px;
    max-width: 70vw
}

.tbclub__button {
    height: 36px;
    margin: 20px 23px 0 0;
    padding: 25px 50px;
    border-radius: 18px;
    background-color: #1f254a;
    color: #fff;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1f254a
}

.tbclub__button:hover {
    color: #1f254a;
    background-color: #fff
}

.tbclub__list-numberlabel {
    border: 1px solid #3f536c;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600
}

.tbclub__collapse {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.tbclub__collapse__header {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 24px;
    width: 100%;
    position: relative
}

.tbclub__collapse__header:after {
    content: ">";
    right: 24px;
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: ease-in-out transform .2s
}

.tbclub__collapse__body {
    display: none;
    font-weight: 500;
    padding: 18px 24px;
    background: url(../../../tbcom/assets/images/tb-club-puan-summary-bg.webp);
    background-size: cover!important;
    background-position-x: right!important;
    background-position-y: bottom!important;
    background-repeat: no-repeat!important
}

.tbclub__collapse__body span {
    font-size: 12px;
    font-weight: 200
}

.tbclub__collapse__active>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px
}

.tbclub__collapse__active>a:after {
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg)
}

.tbclub__widget {
    height: 170px;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 13px;
    background-color: #cfd4da;
    color: #3f536c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tbclub__svgwrapper {
    aspect-ratio: 1;
    border-radius: 10px;
    height: 32px;
    width: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tbclub__svgwrapper svg {
    color: #fff;
    fill: #fff
}

.tbclub__svgwrapper-1 {
    background-color: #5dafe6
}

.tbclub__svgwrapper-2 {
    background-color: #4e8cbf
}

.tbclub__svgwrapper-3 {
    background-color: #3e6a98
}

.tbclub__svgwrapper-4 {
    background-color: #004094
}

.tbclub__svgwrapper-5 {
    background-color: #2f4871
}

.tbclub__checkout_banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../../tbcom/assets/images/tb-club-checkout-banner.webp);
    background-color: #d1d1d18f;
    background-size: cover;
    border-radius: 13px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 160px;
    gap: 10px
}

.tbclub__checkout_banner .img {
    max-width: 100px;
    margin-left: 30%
}

.tbclub__checkout_banner .content-half {
    width: 35%;
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.tbclub__checkout_banner .content-full {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.tbclub__checkout_banner .p {
    text-align: left;
    font-size: 12px
}

.tbclub__checkout_banner .fs-16,html {
    font-size: 16px
}

.tbclub__checkout_banner .h4 {
    font-size: 16px;
    font-weight: 400
}

.tbclub__checkout_banner .b {
    font-weight: 700
}

.tbclub__checkout_banner .color {
    color: #fad593!important
}

.tbclub__checkout_banner .color-white {
    color: #fff!important
}

.tb-club-footer-bar {
    position: fixed;
    min-height: 62px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    border-top: 1px solid #d1d1d1;
    background: url(../../../tbcom/assets/images/tb-club-footer-bar-bg.webp) no-repeat;
    background-size: cover;
    z-index: 1070;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

a,a:hover {
    color: unset
}

.tb-club-footer-bar img {
    width: 102px;
    height: auto
}

.tb-club-footer-bar p {
    max-width: 1170px
}

@media screen and (max-width: 762px) {
    .tb-club-footer-bar {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-align: start;
        align-items: start;
        padding-top: 10px;
        padding-bottom: 10px;
        background-size: 100% 100%
    }

    .tb-club-footer-bar p {
        margin: 5px!important;
        max-width: 270px
    }
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0
}

:root {
    --color-gray: #3f536c;
    --color-gray-03: #6f7e90;
    --color-gray-02: #9fa9b5;
    --color-gray-01: #cfd4da;
    --color-primary: #115bb9;
    --color-primary-03: #4c84ca;
    --color-primary-02: #88addc;
    --color-primary-01: #c3d6ed;
    --color-midblue: #2a5ab3;
    --color-mediumblue: #1758B6;
    --color-secondary: #ea5a0e;
    --color-secondary-03: #ef834a;
    --color-secondary-02: #f4ac86;
    --color-secondary-01: #f9d5c2;
    --color-success: #55ad33;
    --color-success-03: #7fc166;
    --color-success-02: #aad699;
    --color-success-01: #d4eacc;
    --color-warning: #faca2e;
    --color-warning-03: #fbd762;
    --color-warning-02: #fce496;
    --color-warning-01: #fdf1ca;
    --color-danger: #d80939;
    --color-danger-03: #e1466a;
    --color-danger-02: #eb849c;
    --color-danger-01: #f5c1cd;
    --color-white: #fff;
    --color-black: #000;
    --color-transparent: transparent;
    --color-pale-gray: #edf4fd;
    --color-light-gray: #f6f5f8;
    --color-sandyellow: #fff9e0;
    --color-light-peach: #f9d5c2;
    --color-light-pink: #fdf2ed;
    --color-ice: #e2f2fa;
    --color-footer: #f8f4f0;
    --color-multi-border: linear-gradient(to right, #9c2a66 25%, #edbd40 25%, #edbd40 50%, #90c061 50%, #90c061 75%, var(--color-primary) 75%) 5
}

a {
    cursor: pointer
}

a:focus,a:hover {
    text-decoration: none
}

.cultural-tours-seo__content__item>a,.list-content-container .list-content-content .item .more-close:hover,.list-content-container .list-content-content .item .more-show:hover {
    text-decoration: underline
}

h1 {
    font-size: 30px!important
}

h2 {
    font-size: 24px!important
}

h3 {
    font-size: 20px!important
}

h4 {
    font-size: 16px!important
}

h5 {
    font-size: 14px!important
}

h6 {
    font-size: 12px!important
}

@media screen and (max-width: 992px) {
    h1 {
        font-size:24px!important
    }

    h2 {
        font-size: 20px!important
    }
}

#form-error,#newsletter_email-error {
    position: absolute;
    font-size: 14px;
    color: red
}

@media screen and (min-width: 992px) {
    .u-mg-t-lg-35 {
        margin-top:35px
    }
}

.cursor-pointer {
    cursor: pointer
}

#newsletter_email-error {
    left: 0;
    top: -20px;
    -ms-transform: none!important;
    transform: none!important
}

#form-error {
    top: -21px;
    left: 11px
}

#form-error .success {
    color: #1d9a20
}

#footerSubscribeform {
    position: relative
}

.newsletterSubmit:disabled,.newsletterSubmit[disabled] {
    background-color: #999;
    cursor: progress
}

@media screen and (max-width: 768px) {
    .u-pd-20-sm {
        padding-left:20px;
        padding-right: 20px
    }

    .u-pd-0-sm {
        padding: 0!important
    }

    .owl-stage-outer {
        max-height: 438px!important
    }
}

.c-banner__card-desc p {
    margin: 2px!important
}

.login-content .c-modal__form__group__item {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.login-content .c-modal__form__group__item .help-block {
    color: red
}

.c-modal__form__group__item .error {
    color: red;
    margin-top: 5px
}

#searchFormHotel .c-button {
    font-weight: 700;
    font-family: Poppins-Bold,sans-serif
}

.pl-20 {
    padding-left: 20px!important
}

.loading-icon {
    width: 15px!important;
    height: 15px!important;
    color: #3f536c;
    vertical-align: sub;
    margin-right: 5px;
    margin-top: 15px
}

.loading ul {
    -webkit-margin-before: 0;
    margin-block-start:0;-webkit-margin-after: 0;
    margin-block-end:0;-webkit-margin-start: 0;
    margin-inline-start:0;-webkit-margin-end: 0;
    margin-inline-end:0;-webkit-padding-start: 0;
    padding-inline-start:0}

@media (max-width: 991px) {
    .c-tab__pills,.mobile-pd-20 {
        padding-left:20px
    }

    .mobile-pd-20 {
        padding-right: 20px
    }

    .sm-margin-0 {
        margin: 0
    }

    .sm-pr-0 {
        padding-right: 0
    }

    .sm-pl-0 {
        padding-left: 0
    }

    .mobile-pb-15 {
        padding-bottom: 15px
    }

    .mobile-pb-0 {
        padding-bottom: 0
    }

    .mobile-pr-5 {
        padding-right: 5px!important
    }
}

.arrow-hidden::-webkit-inner-spin-button,.arrow-hidden::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.arrow-hidden {
    -moz-appearance: textfield
}

.single .daterangepicker__head {
    display: none!important;
    visibility: hidden!important
}

form {
    -webkit-margin-after: 0!important;
    margin-block-end:0!important}

.noUi-target,.noUi-target * {
    -webkit-touch-action: pan-y!important;
    -ms-touch-action: pan-y!important;
    touch-action: pan-y!important
}

.mobileDatepickerButton:hover {
    color: var(--color-white)!important;
    background-color: var(--color-primary-03)!important;
    border-color: var(--color-primary-03)!important
}

.text-primary {
    color: #337ab7
}

.text-success {
    color: #3c763d
}

.text-info {
    color: #31708f
}

.text-warning {
    color: #8a6d3b
}

.text-danger {
    color: #a94442
}

body {
    font-family: Poppins;
    background-color: #fff
}

@media screen and (max-width: 991px) {
    body {
        background-color:#fff!important
    }
}

.background--list {
    background-color: #f6f7f8;
    padding-bottom: 20px
}

.list-content-container h4 {
    margin: 42px 25px 35px 90px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #3f526b
}

.list-content-container .list-content-item .list-content-content {
    margin: 42px 20px 10.5px 25px;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #3f526b
}

.list-content-container .list-content-content .item .more-close,.list-content-container .list-content-content .item .more-show {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #1758b6;
    font-weight: 400
}

.list-content-container .list-content-item {
    border-radius: 13px;
    border: 1px solid #d0d4d9;
    padding: 10px;
    background-color: #fff
}

.list-content-container .list-content-item .list-content-item-title {
    border-bottom: 1px solid #d0d4d9
}

.list-content-container .list-content-item .list-content-item-title:last-child {
    border-bottom: none
}

.list-content-container .list-content-content .item .active .more-close {
    position: relative;
    display: block
}

.list-content-container .list-content-content .item .active .more-show {
    position: relative;
    display: none
}

.list-content-container .list-content-content .item .active .seo-content {
    position: absolute;
    height: auto;
    display: block;
    z-index: 999999;
    background: #fff;
    white-space: unset
}

.list-content-container .list-content-content .item .seo-content {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding: 10px
}

.list-content-container .list-content-content .item .seo-content .unset-text-decoration {
    white-space: unset
}

.list-content-container .list-content-content .item .more-show {
    position: relative
}

.list-content-container .list-content-content .item .more-show:after {
    content: " >";
    display: inline-block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list-content-container .list-content-content .item .more-close {
    position: relative;
    display: none
}

.cultural-tours-discount,.cultural-tours-text {
    position: relative;
    -ms-flex-direction: column;
    color: #fff
}

.c-list-header-box {
    height: 75px
}

.cultural-tours {
    background-color: #eb4a1c;
    border-radius: 13px;
    overflow: hidden
}

.cultural-tours img {
    width: 100%;
    height: 120px;
    object-fit: none;
    object-position: 0 -80px
}

.cultural-tours-discount:before,.cultural-tours-text:before {
    right: 100%;
    width: 50px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    content: "";
    top: 0;
    bottom: 0
}

.cultural-tours-text {
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.cultural-tours-text b {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 4px
}

.cultural-tours-text span {
    font-size: 12px;
    font-weight: 400
}

.cultural-tours-text:before {
    position: absolute;
    background-color: #eb4a1c
}

.cultural-tours-discount {
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e12d0e
}

.cultural-tours-discount b {
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 4px
}

.campaigns__seo,.cultural-tours-seo {
    border-bottom: 1px solid #d0d4d9;
    padding: 30px 0;
    margin-bottom: -1px
}

.cultural-tours-discount span {
    font-size: 12px;
    font-weight: 500
}

.cultural-tours-discount:before {
    position: absolute;
    background-color: #e12d0e
}

.cultural-tours-seo {
    color: #3f536c
}

.cultural-tours-seo__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.cultural-tours-seo__content__image {
    margin-bottom: 15px
}

.cultural-tours-seo__content__image>img {
    max-height: 30px
}

.cultural-tours-seo__content>b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.cultural-tours-seo__content>p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px
}

.cultural-tours-seo__content>p>a {
    color: #115bb9
}

.cultural-tours-seo__content__item {
    position: relative
}

.cultural-tours-seo__content__item>b {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.cultural-tours-seo__content__item>p {
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0 10px;
    line-height: 20px;
    height: 97px;
    overflow: hidden
}

.cultural-tours-seo__content__item>p a {
    color: #1758b6
}

.cultural-tours-seo__content__item>a {
    display: inline-block;
    color: #1758b6;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 40px
}

.cultural-tours-seo__content__item>a>svg {
    font-size: 9px;
    margin-left: 4px
}

.cultural-tours-seo__content__item.active>p {
    height: auto
}

@media screen and (max-width: 992px) {
    .cultural-tours-seo {
        padding:10px 0 0
    }

    .cultural-tours-seo__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.c-section--border {
    border: 1px solid #d0d4d9;
    border-radius: 13px;
    overflow: hidden
}

.c-section.background--white {
    background-color: #FFF
}

.c-section.background--gray {
    background-color: #f6f5f8;
    margin-bottom: 40px
}

.c-section.background--blue {
    background-color: #edf4fd
}

.c-section--no-margin-top {
    margin-top: 0
}

.c-section--xlg {
    padding: 95px 0
}

@media (max-width: 992px) {
    .c-section--xlg {
        padding:30px 0
    }
}

.c-card__price--text {
    font-size: 10px;
    font-weight: 400
}

.c-card__current-price {
    color: #3f536c
}

.c-card__private__price {
    text-align: right
}

.c-card__private__price__title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    background-color: rgba(132,55,188,.1);
    border-radius: 50px;
    padding: 2px 8px;
    margin: 5px 0
}

.c-card__private__price__title svg {
    margin-right: 4px
}

.c-card__private__price__subtitle {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 5px
}

.c-card__other__dates {
    background-color: #ddecfe;
    padding: 10px;
    border-radius: 13px;
    margin-left: 30px
}

.c-card__other__dates__title {
    font-size: 12px;
    font-weight: 500;
    color: #115bb9;
    margin-bottom: 12px
}

.c-card__other__dates__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-card__other__dates__content>div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.c-card__other__dates__content>div:first-child a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    color: #516379;
    margin-right: 10px;
    transition: all .4s ease-in-out
}

.c-card__other__dates__content>div:first-child a span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 1px
}

.c-card__other__dates__content>div:first-child a b {
    font-size: 16px;
    font-weight: 600
}

.c-card__other__dates__content>div:first-child a:last-child {
    margin-right: 0
}

.c-card__other__dates__content>div:first-child a:hover {
    color: #115bb9
}

.c-card__other__dates__content>div:last-child {
    padding-left: 10px
}

.c-card__other__dates__content>div:last-child a {
    color: #115bb9;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline
}

.c-card__footer {
    padding: 12px 15px
}

.c-card__body.row .col-xs-24.c-card__content {
    padding: 20px 20px 5px 5px
}

.c-card__body.row .col-xs-24.c-card__img {
    padding-right: 0
}

.c-card__body.row .col-xs-24.c-card__img img {
    max-height: 190px
}

.c-card__features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-card__features svg {
    margin-right: 5px
}

.c-card .color-purple {
    color: #8437bc
}

@media (max-width: 992px) {
    .c-card__footer {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .c-card__footer-left {
        -ms-flex-order: 1;
        order: 1
    }

    .c-card__footer-center {
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .c-card__footer-center .c-card__other__dates {
        margin-left: 0;
        width: 100%;
        margin-top: 10px
    }

    .c-card__footer-center .c-card__other__dates__content>div:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-card__footer-center .c-card__other__dates__content>div:first-child a {
        display: block;
        -ms-flex: 0 0 48.6%;
        flex: 0 0 48.6%;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 9px
    }

    .c-card__footer-center .c-card__other__dates__content>div:first-child a b {
        font-size: 12px;
        font-weight: 500
    }

    .c-card__footer-center .c-card__other__dates__content>div:first-child a:nth-child(2),.c-card__footer-center .c-card__other__dates__content>div:first-child a:nth-child(4) {
        margin-right: 0
    }

    .c-card__footer-center .c-card__other__dates__content>div:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-left: 0
    }

    .c-card__footer-right {
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width: 991px) {
    .c-card__body.row .col-xs-24.c-card__content {
        padding:20px 11px 5px 5px
    }

    .c-card__content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-card__footer {
        padding: 5px!important
    }

    .c-card__body.row .col-xs-24.c-card__img {
        padding-right: 8px;
        padding-left: 9px
    }
}

.priceInput {
    width: 100%;
    background-color: transparent;
    border: none
}

.priceInput:focus,.priceInput:focus-visible,.priceInput:hover {
    background-color: transparent;
    border: none;
    outline-width: 0
}

.c-list__banner {
    height: 120px
}

.cultural__tours__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cultural__tours__title h3 {
    font-size: 24px!important;
    font-weight: 500;
    color: #3f536c
}

.cultural__tours__title a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #2a5ab3;
    font-weight: 400
}

.cultural__tours__title a span {
    margin-right: 10px
}

.cultural__tours__main img {
    width: 100%
}

.cultural__tours__main a {
    display: block;
    position: relative;
    border-radius: 13px;
    overflow: hidden
}

.cultural__tours__main a>span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 60px 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    z-index: 1
}

.cultural__tours__main a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(53,73,116,.3)
}

.cultural__tours__main__badge {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

.cultural__tours__main__badge span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px
}

@media (max-width: 992px) {
    .cultural__tours__main {
        margin-bottom:30px
    }

    .cultural__tours__main a>span {
        font-size: 20px;
        font-weight: 600;
        padding: 0 20px 20px
    }

    .cultural__tours__main__badge {
        right: 10px;
        top: 10px;
        width: 90px;
        height: 90px
    }

    .cultural__tours__main__badge img {
        width: 100%
    }

    .cultural__tours__main__badge span {
        font-size: 10px;
        font-weight: 500
    }
}

.cultural__tours__item {
    margin-bottom: 25px
}

.cultural__tours__item a {
    display: block;
    background-color: #FFF;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #cfd4da
}

.cultural__tours__item__content {
    padding: 10px
}

.cultural__tours__item__content__title {
    color: #3f536c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    height: 40px;
    overflow: hidden
}

.cultural__tours__item__content__price {
    display: block;
    text-align: right;
    line-height: 17px;
    color: #757473;
    font-size: 12px;
}

.cultural__tours__item__content__price b {
    font-size: 18px;
    font-weight: 600;
    color: #115bb9
}

.cultural__tours__item__content__price span {
    font-size: 10px;
    font-weight: 500;
    color: #3f536c;
    opacity: .7
}

.cultural__tours__carousel h3 {
    font-size: 24px!important;
    font-weight: 500;
    color: #3f536c;
    margin-bottom: 37px
}

.cultural__tours__carousel__content__item a {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.cultural__tours__carousel__content__item a:focus {
    outline: unset
}

.cultural__tours__carousel__content__item__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.cultural__tours__carousel .slick-prev {
    left: -40px
}

.cultural__tours__carousel .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3f536c
}

.cultural__tours__carousel .slick-next {
    right: -35px
}

.cultural__tours__carousel .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3f536c
}

.campaigns__seo__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.campaigns__seo__content__image {
    margin-bottom: 15px
}

.campaigns__seo__content__image img {
    max-height: 30px
}

.campaigns__seo__content b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.campaigns__seo__content p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px
}

.campaigns__seo__content p a {
    color: #115bb9
}

@media screen and (max-width: 992px) {
    .campaigns__seo {
        padding:10px 0 0
    }

    .campaigns__seo__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.tours__questions h3 {
    font-size: 20px!important;
    font-weight: 600;
    color: #3f526b;
    margin-bottom: 26px
}

.tours__questions .accordion {
    position: relative;
    background-color: transparent;
    color: #3f526b;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    transition: .4s;
    border: 1px solid rgba(111,126,143,.3);
    border-radius: 0;
    margin-top: -1px
}

.tours__questions .accordion:first-child {
    border-radius: 12px 12px 0 0
}

.tours__questions .accordion:last-child {
    border-radius: 0 0 12px 12px
}

.tours__questions .accordion:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 20px;
    transition: all .4s ease-in-out
}

@media (min-width: 992px) {
    .tours__questions .accordion {
        padding-left:90px
    }

    .tours__questions .accordion:after {
        right: 90px
    }
}

.tours__questions .active {
    border-bottom: 0
}

.tours__questions .active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tours__questions .panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(111,126,143,.3);
    border-top: 0;
    margin-bottom: 0
}

.tours__questions .panel p {
    margin-top: 0!important
}

@media (min-width: 992px) {
    .tours__questions .panel {
        padding-right:150px;
        padding-left: 90px
    }
}

.c-list__sort.active {
    border: 1px solid #cfd4da!important
}

.c-section,.c-section--lg {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.carousel__dots,.fancybox__image,.fancybox__thumbs .carousel__slide>* {
    -moz-user-select: none;
    -ms-user-select: none
}

.carousel__slide,.fancybox__slide {
    overscroll-behavior: contain;
    max-width: 100%
}

.carousel {
    position: relative
}

.carousel *,.carousel :after,.carousel :before {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: -ms-flexbox;
    display: flex
}

.carousel__slide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.has-dots {
    margin-bottom: calc(22.5rem)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100.5%);
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs,.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.carousel__button {
    padding: 0;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    transition: opacity .15s
}

.carousel__button.is-next,.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    fill: none;
    stroke: currentColor;
    stroke-linejoin: bevel;
    stroke-linecap: round;
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden!important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: 0
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.fancybox__carousel {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(22.5rem)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.fancybox__slide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 48px 8px 8px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::after,.fancybox__slide::before {
    content: "";
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    padding: 36px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: dotted thin;
    box-shadow: none
}

.fancybox__caption {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0;
    line-height: 1.375;
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 40
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0
}

.fancybox__no-click,.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: 2s linear infinite fancybox-rotate;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: 1.5s ease-in-out infinite fancybox-dash;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    animation: .15s backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav {
    animation: .15s both fancybox-fadeOut
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs,.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox-fadeIn {
    animation: .15s both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(.97) translate3d(0,16px,0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(.97) translate3d(0,16px,0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0,-30%,0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0,30%,0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0,0,0,.2)
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content,.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content,.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__image {
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0,0,0,0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain],.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24,24,27,.9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px
}

.fancybox__thumbs .carousel__slide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    opacity: 0;
    transition: opacity .15s
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,.1);
    background-repeat: no-repeat
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }

    .fancybox__slide {
        padding: 64px 100px
    }

    .carousel__button.is-close,.fancybox__nav .carousel__button.is-next {
        right: 40px
    }

    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }

    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__toolbar__items {
    display: -ms-flexbox;
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display:none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-moz-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}
