/** BUTTONS  */
.raf-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    min-width: 150px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50px;
    color: #FFFFFF;
}

.raf-btn:hover {
    color: #DAA520;
}

.raf-btn:focus {
    color: #fff;
}

.raf-btn.btn-black {
    border: 1px solid #000;
    color: #000;
}

.raf-btn.btn-black:hover {
    color: #fff;
}

.raf-btn.btn-full-black {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.raf-btn.btn-full-black:hover {
    color: #DAA520;
}

.raf-link {
    padding: 0 1px 4px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.raf-link:hover {
    color: #DAA520;
}

.raf-link:focus {
    color: #fff;
}

/** LIST */
ul.raf-list {
    list-style: none;
    margin: 0;
}

ul.raf-list li {
    display: flex;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #0F0F0F;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

ul.raf-list li:last-child {
    margin: 0;
}

ul.raf-list li:before {
    content: url("/img/maintenance/raf-list.svg");
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
}

/** ACCORDION */
.accordion {
    background-color: transparent;
    border-bottom: 1px solid #0F0F0F;
}

.accordion-item {
    position: relative;
    border-top: 1px solid #0F0F0F;
}

.accordion-item:after {
    content: url("/img/maintenance/accordion-arrow.svg");
    width: 21px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 0;
    transition: all 0.3s;
}

.accordion-item.is-active:after {
    transform: rotate(180deg);
}

.vaccordion>li:hover {
    background-color: transparent;
}

.accordion-item .accordion-title {
    width: 100%;
    padding: 19px 0;
}

.accordion-item:last-child:not(.is-active)>.accordion-title {
    padding: 19px 0;
}

.accordion-item .accordion-title h5 {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #0F0F0F;
}

.accordion-content {
    background-color: transparent;
    padding: 0;
}

/** SECTIONS */
.raf-section {
    display: flex;
    justify-content: center;
    padding: 0 42px;
}

.raf-section-inner {
    max-width: 1144px;
    width: 100%;
}

/** HERO SECTION */
.raf-section-hero {
    background-image: url('/img/maintenance/hero_bg_l.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 200px);
}

.raf-section-hero .raf-section-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.raf-section-hero .raf-hero {

}

.raf-section-hero .raf-hero-title-1 {
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 400;
}

.raf-section-hero .raf-hero-title-2 {
    font-size: 72px;
    line-height: 110%;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}

/** NOTE SECTION*/

.raf-section-note .raf-section-inner {
    display: flex;
    justify-content: center;
    padding: 114px 0 87px;
}

.raf-section-note .raf-section-inner p {
    max-width: 912px;
    font-size: 36px;
    line-height: 135%;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
}

/** TIPS SECTION */
.raf-section-tips {

}

.raf-section-tips .raf-section-inner {
    padding: 0 0 112px; /* (128px - 16px) */
}

.raf-section-tips .tips-title-1 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.raf-section-tips .tips-title-2 {
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 135%;
    font-weight: 500;
    letter-spacing: 0;
}

.raf-section-tips .tips {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.raf-section-tips .tip {
    display: flex;
    width: calc(100% / 3);
    padding: 0 8px 16px;
}

.raf-section-tips .tip-inner {
    padding: 50px 25px 20px 40px;
    background: #F2F2F2;

}

.raf-section-tips .tip-num {
    margin: 0 0 33px;
    font-size: 72px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #DAA520;
}

.raf-section-tips .tip-desc {
    font-size: 24px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #0F0F0F;
}

/** VIDEO SECTION */
.raf-section-video {
    position: relative;
}

.raf-section-video::before {
    content: "";
    position: absolute;
    top: 138px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EDEDED;
}

.raf-section-video .raf-section-inner {
    padding: 0 0 144px;
}

.raf-section-video .video-panel {
    background: #fff;
    filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.14));
}

.raf-section-video .video-panel-inner {
    display: flex;
}

.raf-section-video .video-cover {
    width: 50%;
    height: 552px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.raf-section-video .video-play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #000;
    transition: all 0.3s;
}

.raf-section-video .video-play-btn svg {
    width: 43px;
    height: 40px;
    fill: #fff;
    transition: fill 0.1s;
}

.raf-section-video .video-cover:hover .video-play-btn {
    width: 150px;
    height: 150px;
    background-color: rgba(0,0,0,0.8);
}

.raf-section-video .video-cover:hover .video-play-btn svg {
    fill: #DAA520;
}

.raf-section-video .video-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 20px 64px;
}

.raf-section-video .video-desc-inner {
    max-width: 372px;
}

.raf-section-video .video-desc h3 {
    margin: 0 0 35px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #DAA520;
}

.raf-section-video .video-desc h2 {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0;
    color: #0F0F0F;
}

.raf-section-video .video-desc p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #0A0A0A;
}



/** DOWNLOAD SECTION */
.raf-section-download {
    background: #0F0F0F;
}

.raf-section-download .raf-section-inner {
    padding: 96px 0 84px;
}

.raf-section-download .raf-section-title {
    margin: 0 0 27px;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #DAA520;
}

.raf-section-download .raf-downloads {
    display: flex;
}

.raf-section-download .download-item {
    width: 50%;
}

.raf-section-download .download-item h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 0;
    color: #F2F2F2;
}

.raf-section-download .download-item p {
    margin: 0 0 33px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #fff;
}

.raf-section-download .download-item .btn-holder {
    display: flex;
    align-items: center;
    margin: 26px 0 0;
}

.raf-section-download .download-item .btn-holder .raf-btn {
    margin: 0 32px 0 0;
}

.raf-section-guides .download-item {
    width: calc(100% / 3);
}

/** LIST SECTION */
.raf-section-list {

}

.raf-section-list .raf-section-inner {
    padding: 118px 0 0;
}

.raf-section-list .raf-list-block {
    display: flex;
    width: 100%;
    margin: 0 0 104px;
}

.raf-section-list .raf-list-image {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.raf-section-list .raf-list-content {
    width: 50%;
    padding: 0 0 0 80px;
}

.raf-section-list .raf-list-block.image-on-right .raf-list-image {
    order: 1;
}

.raf-section-list .raf-list-block.image-on-right .raf-list-content {
    padding: 0 80px 0 0;
}

.raf-section-list .raf-list-content h3 {
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0F0F0F;
}

.raf-section-list .raf-list-content h2 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 135%;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}

.raf-section-list .raf-list-content p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000;
}

.raf-section-list .raf-list {

}

/** COMMERCIAL ACCORDION SECTION */
.raf-section-com {
    background-color: #EDEDED;
}

.raf-section-com .raf-section-inner {
    padding: 92px 0 114px;
}

.raf-section-com .raf-section-title-1 {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #0F0F0F;
}

.raf-section-com .raf-section-title-2 {
    margin: 0 0 50px;
    font-size: 36px;
    line-height: 135%;
    font-weight: 500;
    color: #0F0F0F;
    text-align: center;
    letter-spacing: 0;
}

/** CTA SECTION */
.raf-section-cta {
    background-color: #DAA520;
}

.raf-section-cta .raf-section-inner {
    padding: 103px 0;
}

.raf-section-cta .raf-section-title-1 {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 135%;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    color: #0F0F0F;
}

.raf-section-cta .raf-section-title-2 {
    margin: 0 0 27px;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    color: #0F0F0F;
}

.raf-section-cta .btn-holder {
    display: flex;
    justify-content: center;
}

.raf-section-cta .btn-holder .raf-btn {
    min-width: 226px;
    margin: 0 10px;
}


/* MEDIUM Breakpoint */
@media only screen and (max-width: 1024px) {

    .raf-section {
        padding: 0 32px;
    }

    .raf-section-hero .raf-hero-title-1 {
        font-size: 18px;
    }

    .raf-section-hero .raf-hero-title-2 {
        font-size: 48px;
    }

    .raf-section-note .raf-section-inner {
        padding: 70px 0 50px;
    }

    .raf-section-note .raf-section-inner p {
        font-size: 24px;
        line-height: 140%;
    }

    .raf-section-tips .raf-section-inner {
        padding: 0 0 70px;
    }

    .raf-section-tips .tips-title-1 {
        margin: 0 0 9px;
        font-size: 14px;
    }

    .raf-section-tips .tips-title-2 {
        margin: 0 0 20px;
        font-size: 28px;
    }

    .raf-section-tips .tip {
        width: 50%;
    }

    .raf-section-tips .tip-num {
        margin: 0 0 8px;
        font-size: 48px;
    }

    .raf-section-tips .tip-desc {
        font-size: 18px;
    }

    .raf-section-video .raf-section-inner {
        padding: 0 0 70px;
    }

    .raf-section-video .video-desc {
        padding: 20px 30px;
    }

    .raf-section-video .video-desc h3 {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .raf-section-video .video-desc h2 {
        font-size: 28px;
    }

    .raf-section-download .raf-section-title {
        font-size: 14px;
        text-align: center;
    }

    .raf-section-download .download-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .raf-section-download .download-item h2 {
        font-size: 28px;
        text-align: center;
    }

    .raf-section-download .download-item p {
        max-width: 300px;
        margin: 0 0 28px;
        text-align: center;
    }

    .raf-section-download .download-item .btn-holder {
        flex-direction: column;
        margin: 21px 0 0
    }

    .raf-section-download .download-item .btn-holder .raf-btn {
        margin: 0 0 24px;
    }

    .raf-section-list {
        padding: 0;
    }

    .raf-section-list .raf-section-inner {
        padding: 0;
    }

    .raf-section-list .raf-list-content,
    .raf-section-list .raf-list-block.image-on-right .raf-list-content {
        padding: 40px 30px 30px;
    }

    .raf-section-list .raf-list-block {
        margin: 0;
    }

    .raf-section-com .raf-section-inner {
        padding: 50px 0 70px;
    }

    .raf-section-com .raf-section-title-1 {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .raf-section-com .raf-section-title-2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .accordion-item .accordion-title {
        padding: 18px 0;
    }

}

/* SMALL Breakpoint */
@media only screen and (max-width: 640px) {

    .raf-section {
        padding: 0 24px;
    }

    .raf-section-note .raf-section-inner p {
        text-align: left;
    }

    .raf-section-note .raf-section-inner {
        padding: 60px 0 50px;
    }

    .raf-section-tips .tip {
        width: 100%;
    }

    .raf-section-tips .tip-inner {
        padding: 24px 36px 30px 36px;
    }

    .raf-section-video::before {
        display: none;
    }

    .raf-section-video .raf-section-inner {
        padding: 0 0 60px;
    }

    .raf-section-video .video-panel {
        filter: none;
    }

    .raf-section-video .video-panel-inner {
        flex-direction: column;
    }

    .raf-section-video .video-cover {
        width: 100%;
        height: 330px;
    }

    .raf-section-video .video-play-btn {
        width: 60px;
        height: 60px;
    }

    .raf-section-video .video-play-btn svg {
        width: 25px;
        height: 23px;
    }

    .raf-section-video .video-cover:hover .video-play-btn {
        width: 100px;
        height: 100px;
    }

    .raf-section-video .video-desc-inner {
        width: 100%;
    }

    .raf-section-video .video-desc {
        width: 100%;
        padding: 38px 0 0;
    }

    .raf-section-download .raf-section-inner {
        padding: 86px 0 0;
    }

    .raf-section-download .raf-section-title {
        margin: 0 0 33px;
    }

    .raf-section-download .raf-downloads {
        flex-direction: column;
        align-items: center;
    }

    .raf-section-download .download-item {
        width: 100%;
        margin: 0 0 90px;
    }

    .raf-section-download .download-item:last-child {
        margin: 0 0 74px;
    }

    .raf-section-list {
        padding: 0;
    }

    .raf-section-list .raf-section-inner {
        padding: 0 0 30px;
    }

    .raf-section-list .raf-list-block {
        flex-direction: column;
    }

    .raf-section-list .raf-list-image {
        width: 100%;
        height: 390px;
    }

    .raf-section-list .raf-list-block.image-on-right .raf-list-image {
        order: 0;
    }

    .raf-section-list .raf-list-content {
        width: 100%;
        padding: 45px 24px 54px;
    }

    .raf-section-com .raf-section-title-1,
    .raf-section-com .raf-section-title-2 {
        text-align: left;
    }

    .raf-section-cta .raf-section-inner {
        padding: 77px 0 38px;
    }

    .raf-section-cta .btn-holder {
        flex-direction: column;
        align-items: center;
    }

    .raf-section-cta .btn-holder .raf-btn {
        margin: 0 0 28px;
    }

}