<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#type-button-container{
    display: block;
    overflow: auto;
}
#type-button-container .type-button{
    padding: 10px;
    border: 1px solid #235f9c;
    cursor: pointer;
    width: 100%;
    position: relative;
    min-width: 310px;
}
#type-button-container .type-button-parent-box{
    display: flex;
}
#type-button-container .type-button .fa-check{
    margin-top: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #b9b9b9;
}
#type-button-container .type-button.selected .fa-check {
    color: #28a745;
}
#type-button-container .type-button .blue_button, #type-button-container .type-button .offer-label-text{
    padding: 2px 10px;
    position: absolute;
    bottom: 10px;
}
#type-button-container .type-button .blue_button{
    right: 10px;
}
#type-button-container .type-button .offer-label-text{
    left: 10px;
    color: white;
}
.offer-label-text-middle{
    font-weight: bold;
    color:black;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 94%;
}
.offer-label-text-middle span{
    padding: 4px 10px;
}
#type-button-container .type-button ul{
    height: auto;
    margin-bottom: 90px;
    padding-left: 20px;
}
#type-button-container .type-button.selected{
    padding: 8px;
    border: 3px solid #E66E8F;
    border-radius: 3px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3)!important;
}
#type-button-container .type-button:nth-child(2){
    margin-left: 25px;
    margin-right: 25px;
}
#type-button-container .type-button .type-button-label{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

#type-content-container .type-content{
    display: none;
    overflow:auto;
}
#type-content-container .type-content-cards{
    border: 1px solid #E66E8F;
    padding: 15px;
    display: grid;
    min-height: 470px;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2)!important;
    background-color: white;
}
#type-content-container .type-content-cards:nth-child(2){
    margin-right: 25px;
    margin-left: 25px;
}
#type-content-container .type-content-cards .type-name{
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 25px;
}
#type-content-container .type-content-cards .type-price{
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    display: grid;
}
#type-content-container .type-content-cards .type-price s{
    font-size: 22px;
}
#type-content-container .type-content-cards .type-price .default-price{
    font-size: 30px;
    font-weight: bold;
    text-decoration: line-through;
}
#type-content-container .type-content-cards .type-price .discount-price,.type-price{
    color: #af2f53;
}
#type-content-container .type-content-cards .type-day{
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 20px;
}
#type-content-container .type-content-cards .type-discount-label{
    width: max-content;
    margin: auto;
    margin-top: -16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 16px;
    background-color: #4173A6;
    color: white;
    display: grid;
    text-align: center;
}
#type-content-container .type-content-cards .compare-button-div{
    width: 100%;
    display: flex;
}
#type-content-container .type-content-cards .compare-button-div span,#type-content-container .type-content-cards .compare-button-div a{
    margin: auto auto 0px auto;
    width: 100%;
}
#type-content-container .type-content-cards .compare-button-div span:first-child{
    margin-right: 15px;
}
#type-content-container .type-content-cards ul{
    padding-left: 20px;
}
#company-select-container #company-select{
    width: max-content;
}
#company-select-container .form-group.clearfix{
    margin: 0px;
}
#company-select-container .label{
    display: flex;
}
#company-select-container .label p{
    margin: auto 0px auto auto;
}
#type-content-container .type-content.selected{
    display: block!important;
}

#compare-container-div{
    width: 100%;
    display: flex;
}
#compare-container{
    width: auto;
    margin: auto;
    background-color: white;
}
#compare-container table{
    width: 100%;
}
#compare-container table td,#compare-modal table td{
    width: 212px;
    height: 100%;
    border: 1px solid black;
    padding: 5px 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
#compare-modal table{
    background-color: white;
}
.open-compare-modal,.open-compare-modal:focus{
    color:white;
}
.open-compare-modal{
    outline: 0!important;
    border-radius: 0;
    border: 0;
    padding: 8px 15px 10px 15px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #c44a6b;
    vertical-align: middle!important;
}
.open-compare-modal:hover{
    color: white;
    background-color: #af2f53;
}
.compare-delete{
    float: right;
    cursor: pointer;
    width: 20px;
    height: 100%;
    text-align: right;
}
.compare-delete:hover{
    color: red;
}

#compare-modal .modal-body table tbody .fa-check{
    color: #5480AE;
    font-size: 20px;
}
#compare-modal .modal-body table tbody .fa-times{
    color: #bf617b;
    font-size: 25px;
}


.compare-fade{
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: none;
}

.min-size{
    font-size: 15px;
}
#compare-container .min-size{
    font-size: 15px;
    margin-left: 15px;
    margin-top: -25px;
}
.open-sites-modal{
    cursor: pointer;
}
.breadcrumb{
	display: none;
}
@media only screen AND (max-width: 768px){
    #compare-container table tr{
        display: grid;
    }
}
body{
    background-image: url(/theme/default/img/541.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
</pre></body></html>