/* Reset Browser Styles  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
img {
    vertical-align: middle;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}

/* Bricks Main Styles */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 { font-size: 41px; }
h2 { font-size: 34px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
.bricks--page {
    width: 100%;
}
.bricks--section {
    width: 100%;
}
.bricks--section > div {
    margin-left: auto;
    margin-right: auto;
}
.bricks--row {
    display: flex;
    flex-flow: column nowrap;
}
.bricks--column > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bricks--component-box {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .bricks--row {
        flex-flow: row nowrap;
    }
}

/* Bricks Component Form Styles */
.bricks-form {
    height: auto;
    width: 100%;
}
.bricks-form__fieldset {
    display: flex;
}
.bricks-form__field {
    width: 100%;
    flex-grow: 1;
}
/* Hide generated jQuery validator label */
.bricks-form__field label.error {
    display: none !important;
}
.bricks-form__label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    line-height: 1.42857;
}
.bricks-form__input {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 1.42857;
}
.bricks-form__input.error {
    border: 1px solid red !important;
}
.bricks-form__field__option {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bricks-form__field__option + .bricks-form__field__option {
    margin-top: -5px;
}
.bricks-form__submit {
    position: relative;
}

/* Bricks Static Shared Styles */
.bricks--component-video div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    line-height: 0;
    box-sizing: border-box;
}
.bricks--component-video div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Bricks Static Text Styles */

.bricks--component-text {
    color: #333;
    line-height: 1.42;
    overflow: hidden;
    word-wrap: break-word;
}
.bricks--component-text a {
    color: #31a2ff;
    text-decoration: none;
}
.bricks--component-text sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.bricks--component-text sub {
    bottom: -0.25em;
}
.bricks--component-text sup {
    top: -0.5em;
}
.bricks--component-text ol,
.bricks--component-text ul {
    padding-left: 1.5em;
}
.bricks--component-text ol > li,
.bricks--component-text ul > li {
    list-style-type: none;
}
.bricks--component-text ul > li::before {
    content: '\2022';
}
.bricks--component-text li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
.bricks--component-text li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
.bricks--component-text li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}
.bricks--component-text ol li:not(.ql-direction-rtl),
.bricks--component-text ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
.bricks--component-text ol li.ql-direction-rtl,
.bricks--component-text ul li.ql-direction-rtl {
    padding-right: 1.5em;
}
.bricks--component-text ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}
.bricks--component-text ol li:before {
    content: counter(list-0, decimal) '. ';
}
.bricks--component-text ol li.ql-indent-1 {
    counter-increment: list-1;
}
.bricks--component-text ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}
.bricks--component-text ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-2 {
    counter-increment: list-2;
}
.bricks--component-text ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
}
.bricks--component-text ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-3 {
    counter-increment: list-3;
}
.bricks--component-text ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
}
.bricks--component-text ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-4 {
    counter-increment: list-4;
}
.bricks--component-text ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
}
.bricks--component-text ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-5 {
    counter-increment: list-5;
}
.bricks--component-text ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
}
.bricks--component-text ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-6 {
    counter-increment: list-6;
}
.bricks--component-text ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
}
.bricks--component-text ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-7 {
    counter-increment: list-7;
}
.bricks--component-text ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
}
.bricks--component-text ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
.bricks--component-text ol li.ql-indent-8 {
    counter-increment: list-8;
}
.bricks--component-text ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
}
.bricks--component-text ol li.ql-indent-8 {
    counter-reset: list-9;
}
.bricks--component-text ol li.ql-indent-9 {
    counter-increment: list-9;
}
.bricks--component-text ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
}
.bricks--component-text .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}
.bricks--component-text li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}
.bricks--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}
.bricks--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}
.bricks--component-text .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}
.bricks--component-text li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}
.bricks--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}
.bricks--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}
.bricks--component-text .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}
.bricks--component-text li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}
.bricks--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}
.bricks--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}
.bricks--component-text .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}
.bricks--component-text li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}
.bricks--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}
.bricks--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}
.bricks--component-text .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}
.bricks--component-text li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}
.bricks--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}
.bricks--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}
.bricks--component-text .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}
.bricks--component-text li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}
.bricks--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}
.bricks--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}
.bricks--component-text .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}
.bricks--component-text li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}
.bricks--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}
.bricks--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}
.bricks--component-text .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}
.bricks--component-text li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}
.bricks--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}
.bricks--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}
.bricks--component-text .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}
.bricks--component-text li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}
.bricks--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}
.bricks--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}
.bricks--component-text .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

/* Defines page width style to row components */
.bricks--section > div {
    max-width: 990px;
}

/* body */
#rd-section-k8hg01h6 {
    background-color: transparent;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-k8hg01h6 > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-row-k8hg01h7 {
    min-height: 50px;
}
#rd-row-k8hg01h7 .bricks--column > div {
    min-height: 50px;
}
#rd-column-k8hg01h8 {
    flex: 12 0 0;
}
#rd-column-k8hg01h8 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-image-k8hg0d74 {
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: flex-start;
    max-width: 150px;
}
#rd-image-k8hg0d74 a,
#rd-image-k8hg0d74 img {
    width: 150px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-jvp9vkrd {
    /*background-image: url('/img/renewal/background_site_1.jpg'), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);*/
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-jvp9vkrd > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-row-jvp9vkre {
    min-height: 382px;
}
#rd-row-jvp9vkre .bricks--column > div {
    min-height: 382px;
}
#rd-column-k8etwczn {
    flex: 6 0 0;
}
#rd-column-k8etwczn > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}
#rd-image-k8ft0yzb {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
    max-width: 436px;
}
#rd-image-k8ft0yzb a,
#rd-image-k8ft0yzb img {
    width: 436px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-column-k8etwl7b {
    flex: 6 0 0;
}
#rd-column-k8etwl7b > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}
#rd-text-k8etwl7c {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 475px;
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: flex-start;
    width: 100%;
    word-break: break-word;
}
#rd-text-k8etwl7d {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 475px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
    width: 100%;
    word-break: break-word;
}
#rd-button-k8etwl7e {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-items: center;
    align-self: flex-start;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 270px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#rd-section-jvpa0w1e {
    /* background-color: rgba(223,236,188,1); */
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-jvpa0w1e > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-row-k8hg2g1u {
    min-height: 50px;
}
#rd-row-k8hg2g1u .bricks--column > div {
    min-height: 50px;
}
#rd-column-k8hg2g1v {
    flex: 12 0 0;
}
#rd-column-k8hg2g1v > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#comprar {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 930px;
    margin-top: 50px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-row-k8hg2g1x {
    min-height: 383px;
    text-align: center;
}
#rd-row-k8hg2g1x .bricks--column > div {
    min-height: 383px;
}
#rd-column-k8hg2g1y {
    flex: 4 0 0;
}
#rd-column-k8hg2g1y > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-text-k8hg6fnt {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: 0px;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-image-k8hg2g1z {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 200px;
}
#rd-image-k8hg2g1z a,
#rd-image-k8hg2g1z img {
    width: 200px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-k8hg2g20 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: -1px;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-button-k8hgfdvx {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-items: center;
    align-self: center;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    color: #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 50px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
    text-align: center;
    text-decoration: none;
    width: 250px;
}
#rd-column-k8hg2g21 {
    flex: 4 0 0;
}
#rd-column-k8hg2g21 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-text-k8hg95t2 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: 0px;
    max-width: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-image-k8hg2g22 {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: inherit;
}
#rd-image-k8hg2g22 a,
#rd-image-k8hg2g22 img {
    width: 200px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-k8hg2g23 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: -1px;
    max-width: inherit;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-button-k8hgi65o {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-items: center;
    align-self: center;
    background-color: #a7be3a;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    color: #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 50px;
    margin-top: 0px;
    max-width: 254px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#rd-column-k8hg2g24 {
    flex: 4 0 0;
}
#rd-column-k8hg2g24 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

#rd-text-k8hg98xu {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: 0px;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-image-k8hg2g25 {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 200px;
}
#rd-image-k8hg2g25 a,
#rd-image-k8hg2g25 img {
    width: 200px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-k8hg2g26 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: -1px;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-button-k8hgi8ml {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-items: center;
    align-self: center;
    background-color: #a7be3a;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    color: #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 50px;
    margin-top: 0px;
    max-width: 254px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#rd-row-jvpa0w1f {
    min-height: 50px;
}
#rd-row-jvpa0w1f .bricks--column > div {
    min-height: 50px;
}
#rd-column-jvpa0w1g {
    flex: 12 0 0;
}
#rd-column-jvpa0w1g > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#rd-text-jvpa37sd {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 930px;
    margin-top: 50px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-row-jvpa62lc {
    min-height: 50px;
}
#rd-row-jvpa62lc .bricks--column > div {
    min-height: 50px;
}
#rd-column-jvpa71wp {
    flex: 4 0 0;
}
#rd-column-jvpa71wp > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-image-joq3m2mf {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 150px;
}
#rd-image-joq3m2mf a,
#rd-image-joq3m2mf img {
    width: 150px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-joq3m2mg {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto22px;
    max-width: 244px;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-column-jvpa6zkq {
    flex: 4 0 0;
}
#rd-column-jvpa6zkq > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-image-jsc31vg8 {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 150px;
}
#rd-image-jsc31vg8 a,
#rd-image-jsc31vg8 img {
    width: 150px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-jvpa95mr {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-66px;
    max-width: 245px;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-column-jvpa64jq {
    flex: 4 0 0;
}
#rd-column-jvpa64jq > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-image-jsc322hy {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 150px;
}
#rd-image-jsc322hy a,
#rd-image-jsc322hy img {
    width: 150px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-jvpa98n4 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto91px;
    max-width: 263px;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-column-jvpa62ld {
    flex: 3 0 0;
}
#rd-column-jvpa62ld > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-image-jsc35178 {
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 150px;
}
#rd-image-jsc35178 a,
#rd-image-jsc35178 img {
    width: 150px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-text-jvpa9ay0 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: -1px;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-row-jvpa5x0k {
    min-height: 66px;
}
#rd-row-jvpa5x0k .bricks--column > div {
    min-height: 66px;
}
#rd-column-jvpa5x0l {
    flex: 12 0 0;
}
#rd-column-jvpa5x0l > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#rd-text-k8evi24q {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 930px;
    margin-top: 0px;
    margin-bottom: 50px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-section-joq3m2mw {
    background-image: url('/img/renewal/background_site_2.png'), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-joq3m2mw > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-row-jvpawh1v {
    min-height: 301px;
}
#rd-row-jvpawh1v .bricks--column > div {
    min-height: 301px;
}
#rd-column-jvpawh1w {
    flex: 12 0 0;
}
#rd-column-jvpawh1w > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#rd-video-jvp9xfx8 {
    margin-top: 30px;
    margin-bottom: 30px;
    align-self: center;
    width: 640px;
    max-width: 100%;
}
#rd-video-jvp9xfx8 iframe {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-row-jsc3kz0y {
    min-height: 50px;
}
#rd-row-jsc3kz0y .bricks--column > div {
    min-height: 50px;
}
#rd-column-jsc3kz0z {
    flex: 12 0 0;
}
#rd-column-jsc3kz0z > div {
    background-color: transparent;
    justify-content: flex-end;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}
#rd-text-jsc3l3ns {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 894px;
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-text-k8fzu21i {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-22px;
    max-width: 891px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-section-k8hg2g1t {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-k8hg2g1t > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-section-k8hgjbt2 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-section-k8hgjbt2 > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-row-k8hgjbt3 {
    min-height: 165px;
}
#rd-row-k8hgjbt3 .bricks--column > div {
    min-height: 165px;
}
#rd-column-k8hgjbt4 {
    flex: 6 0 0;
}
#rd-column-k8hgjbt4 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-image-k8hgkzg5 {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 211px;
}
#rd-image-k8hgkzg5 a,
#rd-image-k8hgkzg5 img {
    width: 211px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}
#rd-column-k8hgkqny {
    flex: 6 0 0;
    color: rgb(35, 41, 96);
}
#rd-column-k8hgkqny > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#rd-text-k8hgm2s7 {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 339px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}
#rd-section-jsc3dnf3 {
    background-color: #a7be3a;
    border-bottom-style: none;
    border-color: transparent;
    border-left-style: none;
    border-radius: 1px;
    border-right-style: none;
    border-top-style: none;
    border-width: 110px;
}
#rd-section-jsc3dnf3 > div:not(.bricks--row) {
    min-height: 0px;
}
#rd-row-jsc3dnf4 {
    min-height: 365px;
}
#rd-row-jsc3dnf4 .bricks--column > div {
    min-height: 365px;
}

#lk-calendar {
    width: 100%;
    border-right: 1px solid rgba(0,0,0,.125);
    padding: 1.25rem;
}

#lk-calendar .datepicker {
    width: 100%;
}

.buttons-width {
    min-width: 180px!important;
}

#lk-calendar .datepicker .table-condensed {
    width: 100%;
}

.datepicker table tr td, .datepicker table tr th {
    height: 46px;
    vertical-align: middle;
}

.datepicker table tr td.day {
    color: #17a2b8;
    font-weight: bold;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #d6d6d6;
    font-weight: normal;
}

.datepicker table tr td, .datepicker table tr th {
    color: #000;
}
.datepicker table tr td.old {
    color: #d6d6d6;
}

#lk-available-times {
    text-align: center;
    padding-top: 0;
    font-size: 16px;
}

#lk-available-times div.choice {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 2rem;
    padding-top: 24px;
}

#lk-available-times ul {
    overflow: auto;
    height: 285px;
}

#lk-available-times li {
    padding-bottom: 0.5rem;
}

#lk-available-times button.time {
    width: 80%;
    font-weight: bold;
}

#lk-calendar .datepicker table tr td.active, .datepicker table tr td.active.active:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

*, :after, :before {
    box-sizing: border-box;
}

#lk-available-times ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

#lk-available-times ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #17a2b8;
    -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5);
}

.swal2-icon.swal2-question {
    font-size: 1.50rem;
}

.swal2-confirm {
    margin-left: 1rem;
}
