content,
content div,
content li,
content p {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

section .target {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.align-center {
    text-align: center;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft,
.floatleft {
    float: left !important;
}

.floatRight,
.floatright {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    margin-right: 0px;
}

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #F39200;
    border-left: 14px solid #F39200;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 14px solid #F39200;
    border-right: 14px solid #F39200;
}


/************************************************************/

.orange {
    color: #F39200;
}

a.orange {
    text-decoration: underline;
}

.hero[data-v-c06df174] {
    border-bottom: 3px solid #F39200
}

.hero__img[data-v-c06df174] {
    min-height: 202px;
    min-width: 365px;
    background-image: url("../image/hero.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.hero__heading[data-v-c06df174] {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    color: #F39200
}

@media screen and (min-width:901px) {
    .hero[data-v-c06df174] {
        display: flex;
        justify-content: center
    }
    .hero__img[data-v-c06df174] {
        display: flex;
        align-self: center;
        max-height: 450px;
        max-width: 715px;
        margin-right: 40px
    }
    .hero__heading[data-v-c06df174] {
        display: flex;
        align-self: center;
        font-size: 32px;
        line-height: 48px
    }
    .hero__heading--bracket-container[data-v-c06df174] {
        position: relative;
        max-width: 530px;
        height: 50%;
        padding: 20px 25px;
        margin-right: 12px
    }
    .hero__heading--bracket-container[data-v-c06df174]:after,
    .hero__heading--bracket-container[data-v-c06df174]:before {
        width: 32px;
        height: 32px;
        content: "";
        position: absolute
    }
    .hero__heading--bracket-container[data-v-c06df174]:before {
        top: -5px;
        left: -5px;
        border-top: 12px solid #F39200;
        border-left: 12px solid #F39200
    }
    .hero__heading--bracket-container[data-v-c06df174]:after {
        bottom: -5px;
        right: -5px;
        border-bottom: 12px solid #F39200;
        border-right: 12px solid #F39200
    }
}

@media screen and (min-width:1200px) {
    .hero[data-v-c06df174] {
        display: flex;
        align-items: center
    }
    .hero__img[data-v-c06df174] {
        min-height: 398px;
        min-width: 715px;
        margin-right: 50px
    }
}

.app {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left
}

.app>div {
    background-color: #f2f2f2
}

.app h2,
.app h3,
.app p {
    margin: 0
}

.app h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px
}

.app h3 {
    margin: 16px 0 8px
}

.app h3,
.app ol {
    font-size: 18px;
    line-height: 27px
}

.app h2,
.app h3,
.app ol {
    font-weight: 700;
    color: #F39200
}

.app p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #0a0a0a
}

.app p a {
    color: #0693de;
    transition: .3s
}

.app p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.app ol {
    margin: 0 0 0 20px;
    padding: 0
}

.app ol li:first-of-type h3 {
    margin-top: 0
}

.app .container {
    padding: 24px 0;
    margin: 0 auto
}

.app .container section {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 12px 16px;
    padding: 16px 12px
}

.app .desktop {
    display: none
}

@media screen and (min-width:901px) {
    .app h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px
    }
    .app h3 {
        margin-top: 24px
    }
    .app .container {
        max-width: 1200px;
        display: flex;
        justify-content: center;
        padding: 40px 0
    }
    .app .container>div {
        flex-basis: 40%;
        margin-right: 16px
    }
    .app .container>div+section {
        flex-basis: calc(60% - 16px)
    }
    .app .container section {
        margin: 0;
        padding: 24px
    }
    .app .container section.desktop {
        margin-top: 24px
    }
    .app .mobile {
        display: none
    }
    .app .desktop {
        display: block
    }
}