#rc_page-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#rc_page-wrapper *,
#rc_page-wrapper *::before,
#rc_page-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#rc_page-wrapper ul {
    list-style-type: none;
}

#rc_page-wrapper button {
    border: none;
    outline: transparent;
    cursor: pointer;
}

#rc_page-wrapper .rc-list-elem {
    position: relative;
    padding-left: 20px;
}

#rc_page-wrapper .rc-list-elem::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #ec001a;
    border-radius: 50%;
}

#rc_page-wrapper img {
    width: 100%;
    height: auto;
}

#rc_page-wrapper .rc-top-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#rc_page-wrapper .rc-top-curve path {
    fill: #dfb56c;
}

#rc_page-wrapper .rc-main-section {
    width: 100%;
}

#rc_page-wrapper .rc-col-left {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-col-left {
        width: 50%;
    }
}

#rc_page-wrapper .rc-col-right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 30px;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-col-right {
        padding-top: 0;
        width: auto;
    }
}

#rc_page-wrapper .rc-section-row {
    width: 100%;
}

#rc_page-wrapper .rc-section-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 35px;
    font-size: 2.1875rem;
    color: #ec001a;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 700px) {
    #rc_page-wrapper .rc-section-title {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-title {
        text-align: left;
    }
}

@media only screen and (min-width: 1930px) {
    #rc_page-wrapper .rc-section-title {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

@media only screen and (min-width: 1999px) {
    #rc_page-wrapper .rc-section-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

#rc_page-wrapper .rc-section-subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 700px) {
    #rc_page-wrapper .rc-section-subtitle {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-subtitle {
        text-align: left;
    }
}

@media only screen and (min-width: 1930px) {
    #rc_page-wrapper .rc-section-subtitle {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media only screen and (min-width: 1999px) {
    #rc_page-wrapper .rc-section-subtitle {
        font-size: 38px;
        font-size: 2.375rem;
    }
}

#rc_page-wrapper .rc-row-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#rc_page-wrapper .rc-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#rc_page-wrapper .rc-title-wrap::before,
#rc_page-wrapper .rc-title-wrap::after {
    content: '';
    position: relative;
    background-color: #ec001a;
    height: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#rc_page-wrapper .rc-title-wrap .rc-section-title {
    line-height: 1.1;
    max-width: 85%;
    padding: 0 20px;
    text-align: center;
}

@media only screen and (min-width: 700px) {
    #rc_page-wrapper .rc-title-wrap .rc-section-title {
        padding: 0 40px;
    }
}

#rc_page-wrapper .rc-slider .slick-prev,
#rc_page-wrapper .rc-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

#rc_page-wrapper .rc-slider .slick-prev::before,
#rc_page-wrapper .rc-slider .slick-next::before {
    display: none;
}

#rc_page-wrapper .rc-slider .slick-prev::after,
#rc_page-wrapper .rc-slider .slick-next::after {
    content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 13px;
}

#rc_page-wrapper .rc-slider .slick-prev {
    left: -10px;
}

#rc_page-wrapper .rc-slider .slick-prev::after {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#rc_page-wrapper .rc-slider .slick-next {
    right: -10px;
}

#rc_page-wrapper .rc-slider .slick-next::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#rc_page-wrapper .rc-slider .slick-dots li {
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 3px solid black;
    border-radius: 50%;
    margin: 0 5px;
}

#rc_page-wrapper .rc-slider .slick-dots li.slick-active {
    background-color: #f8a602;
}

#rc_page-wrapper .rc-slider .slick-dots li button:before {
    display: none;
}

#rc_page-wrapper .rc-section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px 40px 20px;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-1 {
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 140px 0 50px 50px;
    }
}

#rc_page-wrapper .rc-section-1 .rc-col-left {
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-1 .rc-col-left {
        width: 45%;
    }
}

#rc_page-wrapper .rc-section-1 .rc-sign {
    position: relative;
    width: 190px;
    height: auto;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-1 .rc-sign {
        position: absolute;
        top: -210px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 0;
    }
}

#rc_page-wrapper .rc-section-1 .rc-section-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-1 .rc-section-title {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

#rc_page-wrapper .rc-section-1 .rc-section-subtitle {
    color: #ec001a;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-1 .rc-section-subtitle {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

#rc_page-wrapper .rc-section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 40px 0;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-2 {
        padding: 0 0 40px 0;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-2 {
        padding: 0 0 50px 0;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#rc_page-wrapper .rc-section-2 .rc-col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-2 .rc-col-right {
        padding-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-2 .rc-col-right .rc-text-wrap {
        max-width: 560px;
    }
}

#rc_page-wrapper .rc-section-2 .rc-col-right .rc-title {
    font-size: 25px;
    font-size: 1.5625rem;
    padding-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-2 .rc-col-right .rc-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-2 .rc-col-right .rc-title {
        max-width: 380px;
        font-size: 30px;
        font-size: 1.875rem;
    }
}

#rc_page-wrapper .rc-section-2 .rc-col-right .rc-desc {
    padding-top: 20px;
}

#rc_page-wrapper .rc-section-2 .rc-col-right .rc-list-elem {
    margin-top: 20px;
}

#rc_page-wrapper .rc-section-3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 40px 0;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-3 {
        padding: 0 0 40px 0;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-3 {
        padding: 0 0 50px 0;
    }
}

#rc_page-wrapper .rc-section-3 .rc-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-3 .rc-row-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 50px;
    }
}

#rc_page-wrapper .rc-section-3 .rc-benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-3 .rc-benefits-list {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

#rc_page-wrapper .rc-section-3 .rc-benefits-list .rc-benefits-list-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-3 .rc-benefits-list .rc-benefits-list-elem {
        padding-right: 30px;
    }
}

#rc_page-wrapper .rc-section-3 .rc-benefits-list .rc-benefits-list-elem:last-of-type {
    padding-bottom: 0;
}

#rc_page-wrapper .rc-section-3 .rc-benefits-list .rc-image {
    width: 100px;
    margin-right: 30px;
}

#rc_page-wrapper .rc-section-3 .rc-benefits-list .rc-title {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #dfb56c;
    text-align: left;
    text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-3 .rc-benefits-list .rc-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

#rc_page-wrapper .rc-section-4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 40px 0;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-4 {
        padding: 0 0 40px 0;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-4 {
        padding: 0 0 50px 0;
    }
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom {
    position: relative;
    padding-top: 30px;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-image-wrap {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem {
    position: absolute;
    width: 40px;
    height: 40px;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-1 {
    bottom: 20%;
    left: 25%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-1 .rc-desc {
    left: calc(100% + 10px);
    max-width: 56vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-1 .rc-desc::before {
    left: -11px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-2 {
    bottom: 60%;
    left: 50%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-2 .rc-desc {
    left: calc(100% + 10px);
    max-width: 34vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-2 .rc-desc::before {
    left: -11px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-3 {
    bottom: 30%;
    left: 65%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-3 .rc-desc {
    right: calc(100% + 10px);
    max-width: 60vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-3 .rc-desc::before {
    right: -11px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-4 {
    bottom: 70%;
    left: 85%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-4 .rc-desc {
    right: calc(100% + 10px);
    max-width: 77vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem.rc-dots-elem-4 .rc-desc::before {
    right: -11px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-1 {
    bottom: 20%;
    left: 25%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-1 .desc {
    left: calc(100% + 10px);
    max-width: 56vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-1 .desc::before {
    left: -11px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-2 {
    bottom: 70%;
    left: 45%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-2 .desc {
    left: calc(100% + 10px);
    max-width: 38vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-2 .desc::before {
    left: -11px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-3 {
    bottom: 30%;
    left: 60%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-3 .desc {
    right: calc(100% + 10px);
    max-width: 55vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-3 .desc::before {
    right: -11px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-4 {
    bottom: 70%;
    left: 85%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-4 .desc {
    right: calc(100% + 10px);
    max-width: 77vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-2 .rc-dots-elem.rc-dots-elem-4 .desc::before {
    right: -11px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-1 {
    bottom: 30%;
    left: 20%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-1 .desc {
    left: calc(100% + 10px);
    max-width: 56vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-1 .desc::before {
    left: -11px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-2 {
    bottom: 60%;
    left: 50%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-2 .desc {
    left: calc(100% + 10px);
    max-width: 34vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-2 .desc::before {
    left: -11px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-3 {
    bottom: 30%;
    left: 65%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-3 .desc {
    right: calc(100% + 10px);
    max-width: 60vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-3 .desc::before {
    right: -11px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-4 {
    bottom: 70%;
    left: 85%;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-4 .desc {
    right: calc(100% + 10px);
    max-width: 77vw;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-option-3 .rc-dots-elem.rc-dots-elem-4 .desc::before {
    right: -11px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    background-color: black;
    border-radius: 50%;
    border: 2px solid white;
    opacity: 0.6;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem .rc-desc {
    display: none;
    position: absolute;
    top: 50%;
    padding: 20px;
    background-color: white;
    border: 1px solid grey;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
    width: 315px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem .rc-desc::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    background-color: white;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-dots-elem:hover .rc-desc {
    display: block;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-btn-start-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 125px;
    height: 125px;
    background-color: transparent;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.3));
    transition: transform 0.5s, filter 0.5s;
}

#rc_page-wrapper .rc-section-4 .rc-row-bottom .rc-btn-start-video:hover {
    transform: translate(-50%, -50%) scale(1.1);
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}

#rc_page-wrapper .rc-section-5 {
    position: relative;
    padding: 0 0 40px 0;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 {
        padding: 0 0 40px 0;
    }
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-5 {
        padding: 0 0 50px 0;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slider {
    width: 100%;
}

#rc_page-wrapper .rc-section-5 .rc-slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#rc_page-wrapper .rc-section-5 .rc-row-bottom {
    padding-top: 30px;
}

#rc_page-wrapper .rc-section-5 .rc-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem {
        padding: 0 20px;
        width: 40%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-col-55 {
    max-width: none;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-col-55 {
        width: 55%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-col-45 {
    max-width: none;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-col-45 {
        width: 45%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign {
        width: 20%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::before,
#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::after {
    content: '';
    position: absolute;
    width: 35%;
    height: 20%;
    background: transparent url(".rc-.rc-/img/arrow.rc-svg") center no-repeat;
    z-index: 1;
}

@media only screen and (min-width: 1999px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::before,
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::after {
        width: 40%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::before {
    bottom: 10%;
    right: -50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::before {
        bottom: 20%;
        right: auto;
        left: -20%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 1999px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::before {
        bottom: 15%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::after {
    top: 10%;
    left: -50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::after {
        top: 20%;
        right: -20%;
        left: auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 1999px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-slide-list-elem.rc-slide-list-sign::after {
        top: 15%;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-title {
    display: block;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.1;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
    #rc_page-wrapper .rc-section-5 .rc-slide-list .rc-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

#rc_page-wrapper .rc-section-5 .rc-slide-list .rc-sign {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

#rc_page-wrapper .rc-section-6 {
    position: relative;
    padding-bottom: 30px;
}

#rc_page-wrapper .rc-section-6.rc-option-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-6.rc-option-2 {
        display: block;
    }
}

#rc_page-wrapper .rc-section-6 .rc-products-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#rc_page-wrapper .rc-section-6 .rc-products-list.rc-desktop {
    display: none;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-6 .rc-products-list.rc-desktop {
        display: block;
    }
}

#rc_page-wrapper .rc-section-6 .rc-products-list.rc-mobile {
    display: block;
    border-bottom: 1px solid black;
}

#rc_page-wrapper .rc-section-6 .rc-products-list.rc-mobile .rc-wrap:first-of-type {
    border-right: 1px solid black;
}

#rc_page-wrapper .rc-section-6 .rc-products-list.rc-mobile .rc-wrap:first-of-type p {
    padding-left: 10px;
}

#rc_page-wrapper .rc-section-6.rc-option-2 .rc-products-list.rc-mobile {
    width: 230px;
    border-bottom: none;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-6 .rc-products-list.rc-mobile {
        display: none;
    }
}

#rc_page-wrapper .rc-section-6 .rc-products-elem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-size: 0.75rem;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem:nth-of-type(even) p {
    background-color: #f6f6f6;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem .rc-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid black;
    text-align: center;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem .rc-wrap:first-of-type,
#rc_page-wrapper .rc-section-6 .rc-products-elem .rc-wrap:last-of-type {
    border-right: none;
}

#rc_page-wrapper .rc-section-6.rc-option-2 .rc-products-elem .rc-wrap:first-of-type {
    border-right: none;
}

@media only screen and (min-width: 1024px) {
    #rc_page-wrapper .rc-section-6.rc-option-2 .rc-products-elem .rc-wrap {
        border-right: none;
        max-width: 300px;
        margin: 0 auto;
    }
}

#rc_page-wrapper .rc-section-6 .rc-products-elem .rc-wrap:first-of-type p {
    padding-left: 33%;
    text-align: left;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem img {
    width: 80%;
    padding-top: 5%;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem h6 {
    display: block;
    padding: 8px;
    background-color: #808285;
    text-align: center;
    width: 80%;
    height: 100%;
    min-height: 50px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0 auto;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem .rc-wrap-child h6 {
    display: block;
    padding: 8px;
    background-color: #f6f6f6;
    text-align: center;
    width: 80%;
    height: 100%;
    min-height: 50px;
    color: Black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0 auto;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem a {
    display: block;
    width: 80%;
    height: 100%;
    min-height: 50px;
    padding: 18px 10px;
    line-height: 14px;
    text-align: center;
    color: #4b7db9;
    text-decoration: none;
    margin: 0 auto;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem a:hover {
    font-weight: bold;
}

#rc_page-wrapper .rc-section-6 .rc-products-elem p {
    display: block;
    padding: 18px 10px;
    line-height: 14px;
    min-height: 50px;
    background-color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 50px;
}


/*# sourceMappingURL=style.css.map */