[class^=lcc-] {
    box-sizing: border-box !important;
    color: #111;
    font-size: 22px;
    line-height: 22px
}

[class^=lcc-]:first-child {
    margin-top: 0
}

[class^=lcc-]:last-child {
    margin-bottom: 0
}

[class^=lcc-][inert] {
    cursor: default;
    pointer-events: none
}

[class^=lcc-][inert],
[class^=lcc-][inert] * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.lcc-text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.lcc-button {
    background: none;
    background-color: #00B9DE;
    border: 1px solid #00B9DE;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    margin: 1px 0;
    outline: none;
    padding: 6px 15px;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

/*.lcc-button:focus,
.lcc-button:hover {
    background: #777;
    border-color: #777
}*/

.lcc-button.lcc-button--link {
    background: transparent;
    border-color: transparent;
    color: inherit;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline
}

.lcc-button.lcc-button--link:focus,
.lcc-button.lcc-button--link:hover {
    background: transparent;
    border-color: transparent;
    text-decoration: none
}

.lcc-button.lcc-button--link+.lcc-button.lcc-button--link {
    margin-top: 0
}

.lcc-label {
    align-items: baseline;
    display: flex;
    margin-bottom: 5px
}

.lcc-label[for] {
    cursor: pointer
}

.lcc-label>* {
    margin-right: 10px
}

input[id^=lcc-]:disabled {
    color: #777;
    cursor: default;
    opacity: .55
}

input[id^=lcc-]:disabled+span {
    cursor: default;
    opacity: .6
}

.lcc-backdrop {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in-out;
    z-index: 10000
}

.lcc-modal {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    left: 50%;
    max-height: 90%;
    max-width: 90%;
    overflow: auto;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1060px;
    z-index: 10001
}
.lcc-modal.lcc-modal--alert.js-lcc-modal.js-lcc-modal-alert{
    top: inherit;
    bottom: 0;
    left: 0%;
    transform:inherit;
    max-width: 100%;
}




.lcc-modal .lcc-modal__close {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.25;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .2s ease;
    width: 30px
}

.lcc-modal .lcc-modal__close:focus,
.lcc-modal .lcc-modal__close:hover {
    color: #777
}

.lcc-modal .lcc-modal__title {
    font-size:30px;
    margin-bottom: 1em
}

.lcc-modal .lcc-modal__section {
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px;
}
#lcc-modal-settings-desc a{
    color: #111;
}
.lcc-modal .lcc-modal__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.lcc-modal .lcc-modal__actions>* {
    display: block;
    /*margin-top: 8px*/
}

.lcc-modal.lcc-modal--settings {
    z-index: 10002
}

.lcc-u-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.lcc-u-text-center {
    text-align: center !important
}
label.lcc-label input{
    width: 20px;
    height: 16px;
}
.lcc-modal__content .lcc-modal__section.lcc-u-text-center {
    background: transparent;
}

@media(min-width: 1025px){
label.lcc-label input{
   width: 1.042vw;
    height:0.833vw;
    }
[class^=lcc-]{
        font-size: 0.938vw;
    line-height: 1.45vw;
}
.lcc-modal{
    max-width: 55.208vw;
    padding: 1.563vw;
}
.lcc-modal .lcc-modal__title {
    font-size: 1.563vw;
    margin-bottom: 1.563vw;
}
.lcc-modal .lcc-modal__actions {
    margin-top: 1.563vw;
}
.lcc-button {
    border: 0.052vw solid #00B9DE;
    margin: 0.052vw 0;
    padding: 0.313vw 0.781vw;
    font-size: 0.938vw;
    line-height: 1.45vw;
}
.lcc-text {
    font-size: 0.938vw;
    line-height: 1.45vw;
    margin-bottom: 1.083vw;
}
.lcc-modal .lcc-modal__section {
    margin-bottom: 1.042vw;    
    padding: 1.042vw;
}

}


@media(max-width: 1090px){
    .lcc-modal.lcc-modal--alert.js-lcc-modal.js-lcc-modal-alert{
        width: 100%;
    }
    .lcc-modal{
      width:90%;
    }
}

@media(max-width: 1024px){
.lcc-modal .lcc-modal__title {
    font-size: 24px;
 }
.lcc-text,
.lcc-button{
    font-size: 18px;
    line-height: 30px;
}


}







