.text-black {
    color: #000
}

.bg-black {
    background-color: #000
}

.text-dark-blue {
    color: #30354a
}

.bg-dark-blue {
    background-color: #30354a
}

.text-mid-blue {
    color: #454a60
}

.bg-mid-blue {
    background-color: #454a60
}

.text-red {
    color: #e13000
}

.bg-red {
    background-color: #e13000
}

.text-orange {
    color: #f76100
}

.bg-orange {
    background-color: #f76100
}

.text-blue {
    color: #0268b8
}

.bg-blue {
    background-color: #0268b8
}

.text-dark-teal {
    color: #149f9d
}

.bg-dark-teal {
    background-color: #149f9d
}

.text-teal {
    color: #18c7c5
}

.bg-teal {
    background-color: #18c7c5
}

.text-light-red {
    color: #ffe7ea
}

.bg-light-red {
    background-color: #ffe7ea
}

.text-dark-red {
    color: #eb0000
}

.bg-dark-red {
    background-color: #eb0000
}

.text-light-orange {
    color: #f78f53
}

.bg-light-orange {
    background-color: #f78f53
}

.text-dark-orange {
    color: #de3200
}

.bg-dark-orange {
    background-color: #de3200
}

.text-faded-orange {
    color: #c2330c
}

.bg-faded-orange {
    background-color: #c2330c
}

.text-gray-50 {
    color: #fafafa
}

.bg-gray-50 {
    background-color: #fafafa
}

.text-gray-100 {
    color: #f5f5f5
}

.bg-gray-100 {
    background-color: #f5f5f5
}

.text-gray-200 {
    color: #f2f2f2
}

.bg-gray-200 {
    background-color: #f2f2f2
}

.text-gray-300 {
    color: #e0e0e0
}

.bg-gray-300 {
    background-color: #e0e0e0
}

.text-gray-400 {
    color: #bdbdbd
}

.bg-gray-400 {
    background-color: #bdbdbd
}

.text-gray-500 {
    color: #9e9e9e
}

.bg-gray-500 {
    background-color: #9e9e9e
}

.text-gray-600 {
    color: #757575
}

.bg-gray-600 {
    background-color: #757575
}

.text-gray-700 {
    color: #616161
}

.bg-gray-700 {
    background-color: #616161
}

.text-gray-800 {
    color: #424242
}

.bg-gray-800 {
    background-color: #424242
}

.text-gray-900 {
    color: #212121
}

.bg-gray-900 {
    background-color: #212121
}

.home-banner__wrapper {
    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;
    position: relative
}

@media (min-width:768px) {
    .home-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-banner__tabs {
    width: 100%;
    overflow-x: auto
}

@media (min-width:768px) {
    .home-banner__tabs {
        overflow-y: visible;
        overflow-x: visible
    }
}

.home-banner__tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

@media (min-width:768px) {
    .home-banner__tabs-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-banner__tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: -1px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

@media (min-width:768px) {
    .home-banner__tab {
        width: 25%;
        max-width: 18.75rem
    }
}

.home-banner__tab.home-banner__tab--active {
    background-color: #f2f2f2
}

    .home-banner__tab.home-banner__tab--active .button__link {
        font-family: SourceSansPro-SemiBold, SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
    }

@media (min-width:768px) {
    .home-banner__tab.home-banner__tab--active .home-banner__button--tab:after,
    .home-banner__tab.home-banner__tab--active .home-banner__button--tab:before {
        position: absolute;
        content: " ";
        z-index: 11;
        height: 1.25rem;
        width: 1.25rem
    }

    .home-banner__tab.home-banner__tab--active .home-banner__button--tab:before {
        content: " ";
        background-size: contain;
        background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='12' viewBox='0 0 47 12'%3E%3Cpath fill='%23e0e0e0' fill-rule='evenodd' d='M47.34 11.932H0l.54-.02a19 19 0 0 0 12.176-4.98l5.27-4.83A8 8 0 0 1 28.794 2.1l5.237 4.795a19 19 0 0 0 11.832 4.96l1.477.078z'/%3E%3C/svg%3E") no-repeat 50%;
        top: -.6875rem;
        left: 2.4375rem
    }

    .home-banner__tab.home-banner__tab--active .home-banner__button--tab:after {
        content: " ";
        background-size: contain;
        background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='12' viewBox='0 0 47 12'%3E%3Cpath fill='%23f2f2f2' fill-rule='evenodd' d='M47.34 11.932H0l.54-.02a19 19 0 0 0 12.176-4.98l5.27-4.83A8 8 0 0 1 28.794 2.1l5.237 4.795a19 19 0 0 0 11.832 4.96l1.477.078z'/%3E%3C/svg%3E") no-repeat 50%;
        top: -.625rem;
        left: 2.4375rem
    }
}

.home-banner__icon--tab {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e
}

.home-banner__tab--active .home-banner__icon--tab {
    color: #30354a
}

@media (min-width:768px) {
    .home-banner__icon--tab {
        width: 2.5rem;
        height: 2.5rem
    }
}

.home-banner__button--tab {
    cursor: pointer;
    background: transparent;
    border-width: 0;
    border-radius: 0;
    height: 3.75rem;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width:768px) {
    .home-banner__button--tab {
        height: 5rem;
        padding: 1rem
    }
}

.home-banner__button--tab .button__link {
    color: #30354a;
    margin: 0 0 0 1rem;
    font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .home-banner__button--tab .button__link {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.home-banner__button--tab:focus,
.home-banner__button--tab:hover {
    background-color: #f2f2f2
}

.home-banner__button--icon {
    position: relative
}

    .home-banner__button--icon .button__link:before {
        position: absolute;
        content: " ";
        top: 50%;
        left: -1.25rem;
        -webkit-transform: translate(2.5rem, -50%);
        transform: translate(2.5rem, -50%);
        height: 2.625rem;
        width: 2.625rem
    }

.home-banner__button--download .button__link:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82'%3E%3Cpath d='M24.1 27.6v32.7c0 .6.4 1 1 1h32.7c.6 0 1-.4 1-1V27.6c0-.6-.4-1-1-1h-10c-1.4 0-1.4 2.1 0 2.1h9.1v30.7H26.2V28.6h9.5c1.2 0 1.2-2.1 0-2.1H25.1c-.6 0-1 .4-1 1.1' fill='%2330354a'/%3E%3Cpath mask='url(%23b)' d='M41.2 0c-.6 0-1 .4-1 1V48.2L33 40.5c-.4-.4-1-.4-1.3 0-.4.4-.4 1 0 1.4l9.6 10.2 9.6-10.2c.6-.4.6-1 .2-1.4-.4-.4-1-.4-1.3 0l-7.5 7.8V2c17.2.4 31.9 12.1 36.4 29 5.6 20.6-6.8 42-27.6 47.6C30.4 84 9 71.8 3.4 51-2.2 30.2 10.2 8.8 31 3.4c.4-.2.8-.8.6-1.2-.2-.6-.6-1-1.2-.8-6.8 1.8-13 5.4-18 10.2C4.5 19.3 0 29.9 0 41c0 22.6 18.4 41 41 41s41-18.4 41-41c.2-22.6-18.2-41-40.8-41' fill='%2330354a'/%3E%3C/svg%3E")
}

.home-banner__panels {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .home-banner__panels[data-home-banner-panel-count="1"] {
        width: 100%
    }

    .home-banner__panels[data-home-banner-panel-count="2"] {
        width: 200%
    }

    .home-banner__panels[data-home-banner-panel-count="3"] {
        width: 300%
    }

    .home-banner__panels[data-home-banner-panel-count="4"] {
        width: 400%
    }

.home-banner__panel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.5rem 1.25rem 0;
    position: relative;
    width: calc(25% - 10px);
    min-height: 400px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in, -webkit-transform 0ms linear;
    transition: opacity .3s ease-in, -webkit-transform 0ms linear;
    transition: transform 0ms linear, opacity .3s ease-in;
    transition: transform 0ms linear, opacity .3s ease-in, -webkit-transform 0ms linear;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 5rem;
}

@media (min-width:768px) {
    .home-banner__panel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
}

.home-banner__panel--light {
    background-color: #ffffff
}

.home-banner__panel--dark {
    background-color: #000
}

[data-home-banner-active-panel="1"] .home-banner__panel {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

[data-home-banner-active-panel="2"] .home-banner__panel {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

[data-home-banner-active-panel="3"] .home-banner__panel {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
}

[data-home-banner-active-panel="4"] .home-banner__panel {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}

.home-banner__header {
    text-align: center;
    color: #212121;
    margin: 0 auto 18.75rem;
    max-width: 25rem;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity .5s ease-out, -webkit-transform .75s ease-out;
    transition: opacity .5s ease-out, -webkit-transform .75s ease-out;
    transition: transform .75s ease-out, opacity .5s ease-out;
    transition: transform .75s ease-out, opacity .5s ease-out, -webkit-transform .75s ease-out;
    z-index: 5;
}

@media (min-width:576px) {
    .home-banner__header {
        margin: 0;
        width: 50%;
        max-width: 50%;
        text-align: left;
        -webkit-transform: translate(200px);
        transform: translate(200px)
    }
}

@media (min-width:768px) {
    .home-banner__header {
        width: 40%;
        min-width: 23.75rem;
        margin: 0 0 0 8%
    }
}

.home-banner__panel--dark .home-banner__header {
    color: #fff
}

.home-banner__header .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto
}

@media (min-width:576px) {
    .home-banner__header .button {
        margin: 0
    }
}

.home-banner__title {
    font-size: 2.125rem;
    line-height: 2.625rem
}

@media (min-width:768px) {
    .home-banner__title {
        font-size: 2.25rem;
        line-height: 2.8125rem
    }
}

@media (min-width:992px) {
    .home-banner__title {
        font-size: 2.625rem;
        line-height: 3.25rem
    }
}

@media (min-width:1200px) {
    .home-banner__title {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

.home-banner__description {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width:768px) {
    .home-banner__description {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.home-banner__links-list {
    list-style: none;
    margin: .5rem 0 0;
    padding: 0
}

.home-banner__link {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .home-banner__link {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin-bottom: 1.5rem
    }
}

.home-banner__scroll-button-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 2rem;
    width: 4.5rem;
    overflow: hidden;
    display: block;
    -webkit-animation: 3s ease-in-out infinite bounce;
    animation: 3s ease-in-out infinite bounce;
    bottom: 0
}

@media (min-width:768px) {
    .home-banner__scroll-button-wrapper {
        bottom: 5.125rem
    }
}

.home-banner__button--scroll {
    background-color: #30354a;
    height: 6rem;
    width: 4.5rem;
    border-radius: 2.25rem 2.25rem 0 0;
    border-width: 0;
    position: absolute;
    top: 0;
    cursor: pointer
}

    .home-banner__button--scroll:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1 9l4-3.964L1 1'/%3E%3C/svg%3E");
        top: 1.25rem;
        left: 50%;
        position: absolute;
        display: block;
        height: .9375rem;
        width: .625rem;
        margin: 0 auto;
        -webkit-transform: rotate(90deg) translate(-50%, .125rem);
        transform: rotate(90deg) translate(-50%, .125rem);
        -webkit-transform-origin: .3125rem .3125rem;
        transform-origin: .3125rem .3125rem
    }

@media (max-width:991.98px) {
    .home-banner__tabs {
        overflow: -moz-hidden-scrollable;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .home-banner__tabs::-webkit-scrollbar {
            display: none
        }

    @-moz-document url-prefix() {
        @media (max-width: 767.98px) {
            .home-banner__tabs {
                margin-bottom: -14px !important
            }
        }
    }
}

.home-banner__background {
    z-index: 0
}

.home-banner__background-inner {
    overflow: hidden
}

.home-banner__background picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.home-banner__background--default {
    background-color: #000;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33.33%
}

    .home-banner__background--default .content__picture--default {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: opacity .5s ease-out, -webkit-transform .75s ease-out;
        transition: opacity .5s ease-out, -webkit-transform .75s ease-out;
        transition: transform .75s ease-out, opacity .5s ease-out;
        transition: transform .75s ease-out, opacity .5s ease-out, -webkit-transform .75s ease-out
    }

@media (min-width:576px) {
    .home-banner__background--default .content__picture--default {
        -webkit-transform: translate(100px);
        transform: translate(100px)
    }
}

.home-banner__background--default picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:576px) {
    .home-banner__background--default picture {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-banner__background--default picture img {
    height: auto;
    width: 100%
}

@media (min-width:768px) {
    .home-banner__background--default picture img {
        height: 100%;
        width: auto
    }
}

@media (min-width:992px) {
    .home-banner__background--default picture img {
        height: auto;
        width: 100%
    }
}

.home-banner__background--parallax {
    background-color: #e13000;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33.33%
}

    .home-banner__background--parallax picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

@media (min-width:576px) {
    .home-banner__background--parallax picture {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-banner__background--parallax picture img {
    height: auto;
    width: 100%
}

@media (min-width:576px) {
    .home-banner__background--parallax picture img {
        height: 100%;
        width: auto
    }
}

@media (min-width:992px) {
    .home-banner__background--parallax picture img {
        height: auto;
        width: 100%
    }
}

.home-banner__background--parallax .content__picture {
    position: absolute
}

.home-banner__background--parallax .content__picture--foreground {
    z-index: 4;
    -webkit-transform: translate(125px);
    transform: translate(125px)
}

.home-banner__background--parallax .content__picture--foreground,
.home-banner__background--parallax .content__picture--icon {
    -webkit-transition: -webkit-transform .75s ease-out;
    transition: -webkit-transform .75s ease-out;
    transition: transform .75s ease-out;
    transition: transform .75s ease-out, -webkit-transform .75s ease-out
}

.home-banner__background--parallax .content__picture--icon {
    z-index: 3;
    -webkit-transform: translate(-75px);
    transform: translate(-75px)
}

.home-banner__background--parallax .content__picture--background {
    z-index: 2;
    -webkit-transform: translate(250px);
    transform: translate(250px);
    -webkit-transition: -webkit-transform .75s ease-out;
    transition: -webkit-transform .75s ease-out;
    transition: transform .75s ease-out;
    transition: transform .75s ease-out, -webkit-transform .75s ease-out
}

.home-banner__panel--current {
    opacity: 1
}

    .home-banner__panel--current .home-banner__header {
        opacity: 1
    }

    .home-banner__panel--current .content__picture--background,
    .home-banner__panel--current .content__picture--default,
    .home-banner__panel--current .content__picture--foreground,
    .home-banner__panel--current .content__picture--icon,
    .home-banner__panel--current .home-banner__header {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, to {
        height: 2rem
    }

    40% {
        height: 3rem
    }

    60% {
        height: 2.75rem
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, to {
        height: 2rem
    }

    40% {
        height: 3rem
    }

    60% {
        height: 2.75rem
    }
}

@media (min-width:768px) {
    .what-service {
        margin: 4rem auto 0;
        padding-top: 5.625rem
    }

        .what-service:before {
            content: " ";
            background-size: contain;
            background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490 294'%3E%3Cpath fill='%23f78f53' d='M414.2 114.5c9-8.8 14.6-21 14.6-34.5 0-26.6-21.6-48.2-48.2-48.2-20.7 0-38.4 13.2-45.2 31.5-1.7-.3-3.5-.6-5.2-.8-.1-33.8-27.6-61.3-61.4-61.3-33.9 0-61.4 27.6-61.4 61.4 0 21.4 11 40.3 27.7 51.3-19.4 4.9-34.1 21.5-36.2 41.8-7.8-5-16.9-8.4-26.6-9.4v-1.4c13.6-8.5 22.6-23.6 22.6-40.8 0-26.6-21.6-48.2-48.2-48.2-20 0-37.2 12.3-44.5 29.7-29.8 4.2-52.8 29.9-52.8 60.8 0 21.4 11 40.3 27.7 51.3-20.9 5.3-36.4 24.2-36.4 46.7 0 26.6 21.6 48.2 48.2 48.2 21 0 39-13.6 45.5-32.4 9.2 5.4 19.9 8.6 31.3 8.6 33.9 0 61.4-27.6 61.4-61.4 0-1 0-1.9-.1-2.8 6 2.7 12.7 4.2 19.7 4.2 21 0 39-13.6 45.5-32.4 9.2 5.4 19.9 8.6 31.3 8.6 1.5 0 3-.1 4.5-.2 6.7 26.7 30.9 46.5 59.6 46.5 33.9 0 61.4-27.6 61.4-61.4.1-24.4-14.2-45.5-34.8-55.4zm-33.5-81.7c26 0 47.2 21.2 47.2 47.2 0 13.4-5.6 25.5-14.6 34.1-7.8-3.6-16.4-5.6-25.5-5.6-1.5 0-3 .1-4.5.2-5.7-22.6-23.9-40.2-46.8-45.1 6.6-18 23.9-30.8 44.2-30.8zm0 94.3c-9.6 0-18.5-2.9-25.9-7.8 8.1-5.3 17.5-8.7 27.7-9.6 1.1 4.5 1.6 9.1 1.6 13.9 0 1.1 0 2.2-.1 3.4-1.1.1-2.2.1-3.3.1zm3.2.9c-2.1 29.5-25.6 53.2-55 55.8-1.1-4.5-1.6-9.1-1.6-13.9 0-20.8 10.5-39.1 26.5-50 7.7 5.2 16.9 8.2 26.8 8.2 1.1 0 2.2 0 3.3-.1zm-30.1-9.3c-12.3-8.5-20.3-22.7-20.3-38.8 0-5.4.9-10.6 2.6-15.5 22.5 4.8 40.4 22.1 46.1 44.3-10.4 1-20.1 4.5-28.4 10zm29.6-9c1.4-.1 2.8-.2 4.3-.2 8.8 0 17.2 1.9 24.7 5.3-7.4 6.7-16.9 11.2-27.4 12.1.1-1.1.1-2.2.1-3.3 0-4.8-.6-9.4-1.7-13.9zm-145.7 4.8c3-.6 6-.9 9.2-.9 5.5 0 10.9 1 15.8 2.7-.3 2.1-.4 4.3-.4 6.5-9-1-17.3-3.9-24.6-8.3zm31.1 8.6c-1.9 0-3.7-.1-5.6-.3 0-2.1.2-4.2.4-6.2 4 1.5 7.8 3.6 11.3 6.2-2 .2-4 .3-6.1.3zm7.2.6c11 8.6 18 22 18 37 0 5-.8 9.7-2.2 14.2-17.1-10.6-28.5-29.6-28.6-51.1 1.8.2 3.7.3 5.6.3 2.4 0 4.8-.1 7.2-.4zm-12.2-8.1c3.9-29.6 29.3-52.4 59.9-52.4 1.9 0 3.7.1 5.6.3-.4 30.4-23.4 55.5-52.9 59.2-3.9-3-8.1-5.4-12.6-7.1zm-55.4-52.9c0-33.3 27.1-60.4 60.4-60.4 33.2 0 60.3 27 60.4 60.2-1.8-.2-3.7-.3-5.6-.3-31 0-56.8 23.1-60.8 53.1-5-1.8-10.3-2.7-15.9-2.7-3.6 0-7 .4-10.4 1.1-16.9-10.7-28.1-29.6-28.1-51zm-61.6-5.6c26 0 47.2 21.2 47.2 47.2 0 16.6-8.6 31.2-21.6 39.6C171 111.3 144 85.2 111 85.2c-2.5 0-5 .2-7.5.5 7.2-16.9 23.9-28.6 43.3-28.6zM111 207c-1.9 0-3.7-.1-5.6-.3 0-2.1.2-4.2.4-6.2 4 1.5 7.8 3.6 11.3 6.2-2.1.2-4.1.3-6.1.3zm7.2.5c11 8.6 18 22 18 37 0 5-.8 9.7-2.2 14.2-17.1-10.6-28.5-29.6-28.6-51.1 1.8.2 3.7.3 5.6.3 2.4.1 4.8-.1 7.2-.4zm-12.3-8c2.8-21.3 16.7-39.1 35.7-47.4 1.7.2 3.4.3 5.2.3 7.9 0 15.3-1.9 21.9-5.3.9 0 1.8.1 2.7.2-.4 30.4-23.4 55.5-52.9 59.2-3.8-2.9-8-5.3-12.6-7zm37.7-48.2c6.9-2.7 14.3-4.2 22.2-4.2h.7c-6 2.8-12.7 4.3-19.7 4.3-1.1 0-2.1-.1-3.2-.1zm26.7-5.1c.3-.2.7-.4 1-.6v.7c-.3 0-.6 0-1-.1zm-67.2-59.5c2.6-.3 5.2-.5 7.9-.5 32.6 0 59.3 26 60.4 58.4-.9.6-1.9 1.1-2.9 1.6-.9 0-1.8-.1-2.6-.1-8.6 0-16.9 1.8-24.3 5-23.5-2.7-41.8-22.6-41.8-46.8-.2-6.3 1.1-12.2 3.3-17.6zm-52.6 59.8c0-30.2 22.3-55.4 51.4-59.7-2.1 5.4-3.3 11.3-3.3 17.4 0 24.1 17.9 44.2 41.1 47.6-18.5 8.7-31.9 26.3-34.8 47.3-5-1.8-10.3-2.7-15.9-2.7-3.6 0-7.1.4-10.4 1.1-16.9-10.7-28.1-29.5-28.1-51zm54.3 53.6c-.3 2.1-.4 4.3-.4 6.5-8.9-1-17.2-3.9-24.5-8.3 3-.6 6-.9 9.2-.9 5.5 0 10.8 1 15.7 2.7zM89 291.7c-26 0-47.2-21.2-47.2-47.2 0-22.4 15.7-41.1 36.6-45.9 7.7 4.8 16.5 8 25.9 9 .1 22 11.8 41.4 29.3 52.2-6.3 18.5-23.9 31.9-44.6 31.9zm137.2-84.2c0 33.3-27.1 60.4-60.4 60.4-11.3 0-21.9-3.1-30.9-8.5 1.5-4.7 2.3-9.6 2.3-14.8 0-15-6.9-28.4-17.6-37.2 29.5-4.2 52.4-29.4 52.8-59.9 9.7 1.1 18.7 4.4 26.5 9.5-.1 1.2-.2 2.5-.2 3.8 0 19.1 11.2 35.7 27.4 43.4.1 1.1.1 2.2.1 3.3zm-26.4-49.9c14.8 10.1 24.8 26.6 26.2 45.4-15.6-7.7-26.3-23.8-26.3-42.3 0-1 .1-2.1.1-3.1zm47.1 50.3c-7.1 0-13.8-1.6-19.8-4.4-1.3-19.6-11.7-36.7-27.1-47 1.8-20.5 16.8-37.2 36.4-41.7 7.7 4.8 16.5 8 25.9 9 .1 22 11.8 41.4 29.3 52.2-6.5 18.5-24.1 31.9-44.7 31.9zm76.7-23.9c-11.3 0-21.9-3.1-30.9-8.5 1.5-4.7 2.3-9.6 2.3-14.8 0-15-6.9-28.4-17.6-37.2 29.5-4.2 52.4-29.4 52.8-59.9 1.7.2 3.3.4 4.9.7-1.7 4.9-2.6 10.2-2.6 15.7 0 16.2 8.1 30.6 20.5 39.4-16.1 11.1-26.7 29.6-26.7 50.6 0 4.8.6 9.5 1.6 14h-4.3zm64.1 46.4c-28.2 0-51.9-19.4-58.6-45.6 29.9-2.7 53.7-26.8 55.8-56.9 11-1 20.9-5.6 28.5-12.7 20.5 9.7 34.7 30.5 34.7 54.7 0 33.3-27.1 60.5-60.4 60.5z'/%3E%3C/svg%3E") no-repeat 50%;
            height: calc(100% - 97px);
            max-height: 43.75rem;
            opacity: .5;
            overflow: hidden;
            position: absolute;
            right: -45%;
            top: -20%;
            width: 150%
        }
}

.what-service__back {
    color: #212121;
    display: inline-block;
    height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 1.375rem;
    position: relative;
    text-decoration: none
}

    .what-service__back:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.86'%3E%3Cpath d='M6.44 7.86L.29 1.71A1 1 0 0 1 1.71.29L6.46 5 11.3.29a1 1 0 1 1 1.4 1.43z' fill='%23f76100'/%3E%3C/svg%3E");
        height: .625rem;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        width: 1rem
    }

.what-service__outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    -webkit-box-shadow: inset 0 -.3125rem 0 0 #e0e0e0;
    box-shadow: inset 0 -.3125rem 0 0 #e0e0e0;
    float: right;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    width: 100%;
    will-change: height
}

@media (min-width:768px) {
    .what-service__outer {
        border-top: .0625rem solid #e0e0e0;
        border-left: .0625rem solid #e0e0e0;
        width: calc(50% - 12px)
    }
}

.what-service__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5625rem
}

@media (min-width:768px) {
    .what-service__inner {
        padding: 3.5625rem 7.1875rem 3.5625rem 4.875rem
    }
}

.what-service__inner--initial {
    margin-left: 0;
    -webkit-transition: margin-left .5s ease-in-out;
    transition: margin-left .5s ease-in-out;
    width: 100%;
    will-change: margin-left
}

    .what-service__inner--initial.out-of-view {
        margin-left: -120%
    }

.what-service__inner--secondary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 120%;
    position: absolute;
    top: 0;
    -webkit-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
    width: 100%;
    will-change: left
}

@media (min-width:768px) {
    .what-service__inner--secondary {
        left: 48.5rem
    }
}

.what-service__inner--secondary.in-view {
    left: 0
}

.what-service__heading--large {
    font-size: 1.875rem;
    line-height: 2.375rem
}

@media (min-width:768px) {
    .what-service__heading--large {
        font-size: 2.25rem;
        line-height: 2.8125rem
    }
}

.what-service__heading--small {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    .what-service__heading--small {
        font-size: 1.5rem;
        line-height: 1.9375rem
    }
}

.what-service__sub-heading {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    .what-service__sub-heading {
        font-size: 1.5rem;
        line-height: 1.9375rem
    }
}

.what-service__intro {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .what-service__intro {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.what-service__list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.what-service__list-item {
    color: #f76100;
    display: inline-block;
    font-size: 18px;
    padding: .75rem 0
}

.what-service__link-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1.5625rem;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .what-service__link-content {
        padding: 3.5625rem 7.1875rem 3.5625rem 4.875rem
    }
}

.what-service__link-content--visible {
    display: block;
    top: 1.25rem
}

.powercut-box .contact,
.powercut-box .text-updates,
.powercut-box__copy,
.powercut-box__map-button,
.powercut-box__postcode-search,
.powercut-box__title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1200px) {
    .powercut-box .contact,
    .powercut-box .text-updates,
    .powercut-box__copy,
    .powercut-box__map-button,
    .powercut-box__postcode-search,
    .powercut-box__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.powercut-box {
    background-color: #30354a;
    color: #fff;
    padding: 1.25rem
}

@media (min-width:768px) {
    .powercut-box {
        display: inline-block;
        margin: -1px;
        padding-left: .625rem;
        padding-right: .625rem;
        padding-top: 3rem;
        width: calc(50% - 12px);
        position: absolute;
        top: 3.375rem;
        z-index: 20
    }
}

.powercut-box__container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .powercut-box__container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .powercut-box__container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .powercut-box__container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .powercut-box__container {
        max-width: 1180px
    }
}

@media (min-width:768px) {
    .powercut-box__container {
        padding-left: .9375rem;
        padding-right: .9375rem;
        position: relative;
        max-width: 35.625rem;
        z-index: 20
    }

    .powercut-box__container--left {
        margin-right: 0
    }

    .powercut-box__container--right {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .powercut-box__container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-left: 0
    }
}

@media (max-width:991.98px) and (min-width:576px) {
    .powercut-box__container {
        max-width: 540px
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .powercut-box__container {
        max-width: 720px
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    .powercut-box__container {
        max-width: 960px
    }
}

@media (max-width:991.98px) and (min-width:1200px) {
    .powercut-box__container {
        max-width: 1180px
    }
}

.powercut-box__title {
    font-size: 1.875rem;
    line-height: 2.375rem
}

@media (min-width:768px) {
    .powercut-box__title {
        font-size: 2.25rem;
        line-height: 2.8125rem
    }
}

.powercut-box__copy {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .powercut-box__copy {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.powercut-box__map-button {
    margin-bottom: .5rem
}

.powercut-box .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem
}

.powercut-box .contact,
.powercut-box .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.powercut-box .contact__info {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: top
}

.powercut-box .contact__title {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.3125rem
}

@media (min-width:768px) {
    .powercut-box .contact__title {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.powercut-box .contact__number {
    font-size: 1.5rem;
    line-height: 2rem
}

    .powercut-box .contact__number a {
        color: #fff
    }

@media (min-width:768px) {
    .powercut-box .contact__number {
        font-size: 1.875rem;
        line-height: 2.5rem
    }
}

.powercut-box .contact__logo {
    max-width: 30%
}

.powercut-box .text-updates {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.powercut-box .text-updates__copy {
    margin: 0;
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .powercut-box .text-updates__copy {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.powercut-box__icon-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.powercut-box__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #202528;
    border-radius: 50%;
    bottom: -2.1875rem;
    color: #30354a;
    display: none;
    height: 15.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .9375rem;
    position: absolute;
    right: -3.125rem;
    width: 15.625rem;
    z-index: 1
}

    .powercut-box__icon svg {
        stroke-width: .025rem
    }

@media (min-width:768px) {
    .powercut-box__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.powercut-box__list {
    list-style-type: none;
    margin-bottom: 4rem;
    margin-left: .625rem;
    margin-right: .625rem;
    padding-left: 0;
    width: 75%
}

@media (min-width:576px) {
    .powercut-box__list {
        width: 65%
    }
}

@media (min-width:768px) {
    .powercut-box__list {
        width: 80%
    }
}

@media (min-width:992px) {
    .powercut-box__list {
        width: 75%
    }
}

@media (min-width:1200px) {
    .powercut-box__list {
        width: 65%
    }
}

.powercut-box__list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1.5rem;
    padding: 0 2rem 0 2.875rem;
    position: relative
}

    .powercut-box__list-item:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.43 12.36'%3E%3Cpath d='M15.27 6.67H.5a.5.5 0 0 1 0-1h14.77a.5.5 0 0 1 0 1z' fill='%23fff'/%3E%3Cpath d='M10 12.36a.5.5 0 0 1-.35-.85L15 6.17 9.66.85a.5.5 0 1 1 .71-.71l6.07 6-6.05 6.05a.5.5 0 0 1-.39.17z' fill='%23fff'/%3E%3C/svg%3E");
        height: .875rem;
        right: 0;
        width: 1.25rem
    }

    .powercut-box__list-icon,
    .powercut-box__list-item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.powercut-box__list-icon {
    height: 2rem;
    left: 0;
    width: 2rem
}

.powercut-box__list-link {
    color: #fff;
    text-decoration: none
}


/*# sourceMappingURL=home.css.map*/
