html,
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: 'Raleway', sans-serif;

    font-feature-settings: "lnum", "dlig";
    font-variant-ligatures: common-ligatures;
    width: 100%;
    display: flex;
}

.page {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    opacity: 0;
    animation: fadeIn normal forwards ease-out 1s;
}

h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding: 0rem 0 0.5rem 0;
    letter-spacing: 0.03rem;
    margin: 0;
    color: #ff4200;
    /*text-transform: uppercase;*/
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
    margin: 0 0 .5rem 0;
    letter-spacing: 0.03rem;
    color: #ff4200;
    /*text-transform: uppercase;*/
}

h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 700;
    margin: 0.8rem 0 .8rem;
    letter-spacing: 0.03rem;
}

h4 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0 0 0.4rem;
}

h5 {

    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem 0;
    letter-spacing: 0.03rem;
}

p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin: 0.5rem 0 1rem 0;
    text-align: justify;
    letter-spacing: 0.03rem;
}

b {
    font-weight: 600;
}

::selection {
    background: #ff4200;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0.5rem 0 1rem 0;
    letter-spacing: 0.03rem;
    color: #ff4200;
    font-weight: 700;
}

p a {
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #ff4200;
}

.language {
    display: block;
    margin-top: 2rem;
    position: absolute;
    bottom: 4rem;
}

.button,
input[type=submit] {
    -webkit-appearance: none;
    color: #fff;
    background: #ff4200;
    padding: 0.4rem 0.8rem;
    margin-left: -0.4rem;
    width: fit-content;
    width: -moz-fit-content;
    background-size: cover;
    min-width: 3.2rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.03rem;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    margin-top: 2rem;
    border-radius: 0.3rem;
}

.page .button,
.page input[type=submit] {
    margin-left: 0;
}

.second-button {
    margin-left: -0.4rem;
    -webkit-appearance: none;
    color: #ff4200;
    width: fit-content;
    width: -moz-fit-content;
    border: 0.1rem solid #ff4200;
    padding: 0.3rem 0.7rem;
    min-width: 3.2rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.03rem;
    cursor: pointer;
    margin-top: 2rem;
    margin-right: 2rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}

#cookie .col {
    padding-right: 0rem;
}

#cookie .button,
#cookie .second-button {
    display: inline-block;
    margin-top: 0;
}

.language a,
.language p,
.aboutlink {
    display: inline-block !important;
    font-weight: 800;
    font-size: 1.5rem !important;
    padding: 0.2rem 0.4rem;
    text-align: center;
    line-height: 3rem;
    margin: 0 auto;
    border-radius: 0.3rem;
}

.language p {
    color: #e2e2e2;
    cursor: default;
}

.aboutlink {
    padding: 0 0.8rem;
    margin: 0 0.4rem 0 0;
    background: #ff4200;
    color: #fff;
}

.shadow {
    margin-bottom: -3.2rem;
    text-transform: uppercase;
    max-width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    z-index: 0;
    display: block;
}

.shadow text {
    font-size: 2.5rem;
    font-family: Raleway-Black, Raleway;
    font-weight: 800;
    letter-spacing: -0.075rem;
    fill: #e2e2e2;
}

#pathfinder {
    background: #fff;
    position: sticky;
    top: 0;
    height: 100vh;
    min-width: fit-content;
    min-width: -moz-fit-content;
    padding: 4rem;
    padding-left: calc(10%);
    margin: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

#pathfinder a {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8rem;

}

#pathfinder .button {
    margin-top: 4rem;
}

.brandmark {
    height: 12rem;
    margin: 0 0 -1.5rem -4.05rem;
}

.price {
    background: #f5f5f5;
    margin: 2rem -2rem;
    padding: 2rem;
    border-radius: 0.3rem;
}


.logo {
    width: fit-content;
    width: -moz-fit-content;
    text-align: justify;
    margin-bottom: 8rem;
}

.burn {
    display: block;
}

.animate .edgeanim {

    animation: edgeanim 4s normal forwards ease-out !important;
    stroke-dasharray: 200 !important;


}

.logo h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    vertical-align: top;
    letter-spacing: 0.04rem;
    margin: 0.5rem 0 0 0;
    opacity: 0;
    color: #ff4200;
    animation: fadeIn normal forwards ease-out 0.5s 0.5s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


.tagline {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    vertical-align: top;
    margin: 0.3rem 0 0.2rem 0;
    color: #000000;
    opacity: 0;
    animation: fadeIn normal forwards ease-out 0.5s 3.8s;
}

svg path,
svg polygon,
svg polyline,
svg line,
svg circle,
svg rect {
    fill: none;
    stroke: #ff4200;
    stroke-width: 0.4rem;
    stroke-linecap: square;
    stroke-miterlimit: 10;
}

.icon path,
.icon polygon,
.icon polyline,
.icon line,
.icon circle,
.icon rect,
.headericon path,
.headericon polygon,
.headericon polyline,
.headericon line,
.headericon circle,
.headericon rect {
    fill: none;
    stroke: #ff4200;
    stroke-width: 0.4rem;
    stroke-linecap: square;
    stroke-miterlimit: 10;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
}

#portrait {
    height: 25rem;
    margin-bottom: -4rem;
}

#portrait path,
#portrait polygon,
#portrait polyline,
#portrait line,
#portrait circle,
#portrait rect {
    stroke-width: 0.15rem;
    stroke: #e2e2e2;
    stroke-dashoffset: 600;
    stroke-dasharray: 600;
}

.animate#portrait path,
.animate#portrait polygon,
.animate#portrait polyline,
.animate#portrait line,
.animate#portrait circle,
.animate#portrait rect {
    fill: none;
    stroke-linecap: square;
    stroke-miterlimit: 10;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: portrait 3s normal forwards ease-out;
}

path.dark,
polyline.dark,
line.dark,
circle.dark,
polygon.dark,
rect.dark {
    stroke: #000000;
}

.logoline1 {
    animation: dash 1.3s 2.1s normal forwards ease-in-out;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
}

.logoline2 {
    animation: slash 1.1s 2.5s normal forwards ease-in-out;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
}

.logoline3 {
    animation: dash 1.8s 0.5s normal forwards ease-in-out;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
}

.animate line,
.animate path,
.animate polyline,
.animate polygon,
.animate circle,
.animate rect {
    animation: iconrepeat 3s normal forwards ease-out;
    animation-delay: 0s;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
}

.animate .eye {
    animation: blinky 2s 2s alternate infinite ease-out, iconrepeat 3s normal forwards ease-out !important;
}

.animate .winky {
    animation: winky 2s 2s alternate infinite ease-out, iconrepeat 3s normal forwards ease-out !important;
    stroke-dasharray: 200 !important;
}

.grid {
    display: inline-grid;
    max-width: 136rem;
    grid-template-columns: auto auto;
}

.nobreak {
    white-space: nowrap;
    display: inline-block;
}

#cookie {
    position: fixed;
    z-index: 1000;
    border: 4rem rgba(255, 255, 255, 0.76);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(135deg, rgba(250, 250, 250, 0.99) 0%, rgba(240, 240, 240, 0.9) 100%);
    background: -webkit-linear-gradient(135deg, rgba(250, 250, 250, 0.99) 0%, rgba(240, 240, 240, 0.9) 100%);
    background: linear-gradient(135deg, rgba(250, 250, 250, 0.99) 0%, rgba(240, 240, 240, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fbfbfb", GradientType=1);
    display: block;
    overflow: hidden;
    padding: 10vh 4rem 8rem 4rem;
    padding-left: calc(10%);
    display: none;

}

#cookie .icon {
    width: 20rem;
    max-width: 100%;
    margin: 0rem 0rem 0rem -4.5rem;
    display: block;
    margin-top: 0rem;
}

#cookie path,
#cookie polygon,
#cookie polyline,
#cookie line,
#cookie circle,
#cookie rect {
    stroke-width: 0.3rem;
}

@keyframes dash {
    to {
        stroke-dashoffset: 300;
    }
}

@keyframes slash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes iconrepeat {
    5% {
        stroke-dasharray: 300;
        stroke-dashoffset: 300;
    }


    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 300;
    }
}

@keyframes portrait {
    5% {
        stroke-dasharray: 600;
        stroke-dashoffset: 600;
    }


    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 600;
    }
}

@keyframes blinky {

    15% {
        d: path("M60,40c17.67,0,36,20,36,20S77.67,82,60,82,24,60,24,60,42.33,40,60,40");
    }

    20% {
        d: path("M60,40c17.67,0,36,20,36,20S77.67,82,60,82,24,60,24,60,42.33,40,60,40");
    }

    95% {
        d: path("M60,40c17.67,0,36,20,36,20S77.67,82,60,82,24,60,24,60,42.33,40,60,40");
    }

    100% {
        d: path("M60,48c17.67,0,36,12,36,12S77.67,74,60,74,24,60,24,60,42.33,48,60,48")
    }
}

@keyframes edgeanim {
    0% {
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
    }

    30% {
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
    }

    35% {
        stroke-dashoffset: 400;
    }

    100% {
        stroke-dashoffset: 400;
    }
}

@keyframes winky {
    0% {

        stroke-dashoffset: 200;
    }

    15% {
        stroke-dashoffset: 200;
    }

    20% {

        stroke-dashoffset: 400;
    }

    55% {

        stroke-dashoffset: 400;
    }

    65% {
        stroke-dashoffset: 580;
    }

    100% {
        stroke-dashoffset: 400;
    }
}

ul {
    font-size: 1.5rem;
    line-height: 3rem;
    list-style: none;
    padding: 0;
    width: calc(49% - 2rem);
    margin: 2rem 2rem 0rem 0;
    vertical-align: top;
    display: inline-block;
}

li {
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-left: 2rem;
}

li:before {
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url('./c.svg');
    background-size: 1rem;
    background-repeat: no-repeat;
    margin-left: -2rem;
    padding-left: 1rem;

}

.chapter {
    min-height: 90vh;
    padding: 12vh 0 8rem 4rem;
    box-sizing: border-box;
    display: block;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(135deg, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fbfbfb", GradientType=1);
}


.col .paragraph {
    margin: 0 0 4rem 0;
}

.clientcol {
    max-width: 60rem;
    vertical-align: top;
    padding-right: 4rem;
    padding-bottom: 4rem;
}

.clientcol a {
    color: transparent;
    font-size: 0;
}

.product,
.card {
    max-width: 100%;
    padding: 0 8rem 0 0;
    display: inline-block;
    vertical-align: top;
    max-width: 64rem;
}

.product .header {
    min-height: 6rem;
    position: relative;
    margin-top: -1.4rem;
}

.product h4 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.col {
    max-width: 60rem;
    vertical-align: top;
    padding-right: 4rem;
    padding-bottom: 4rem;
}

.icon {
    width: 10rem;
    max-width: 100%;
    vertical-align: top;
    margin-left: -2.5rem;
    margin-top: 4rem;
}

.headericon {
    width: 20rem;
    max-width: 100%;
    vertical-align: top;
    margin-left: -4.25rem;
}

.client {
    width: 16.6rem;
    min-height: 16.6rem;
    max-width: 100%;
    margin: -2rem 4rem 2rem -1rem;
    vertical-align: top;
}

.animate.headericon line,
.animate.headericon path,
.animate.headericon polyline,
.animate.headericon polygon,
.animate.headericon circle,
.animate.headericon rect {
    stroke-width: 0.3rem;
    animation: iconrepeat 3s normal forwards ease-out;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
}

.point {
    line-height: 8rem;
    display: inline-block;
    max-width: 64rem;
    width: 100%;
    padding-right: 4rem;
    vertical-align: top;
    box-sizing: border-box;
}

.pointers {
    max-width: 138rem;
}

.pointers .shadow {
    margin-bottom: -7.5rem;
}

.point .icon {
    margin-top: 0rem;
    width: 7.5rem;
    margin-left: -1.25rem;
}

.point .icon svg path,
.point .icon svg polygon,
.point .icon svg polyline,
.point .icon svg line,
.point .icon svg circle,
.point .icon svg rect {
    stroke-width: 0.3rem;
}

.point img {
    width: 1.5rem;
    display: block;
    float: right;
    height: 2.7rem;
    transform: rotate(270deg);
}

.point a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    font-weight: inherit;
    font-size: inherit;
}

.point h3 {
    display: inline-block;
    width: calc(100% - 7.5rem);
    padding-left: 0.4rem;
    font-weight: 600;
}


form {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

textarea,
input,
select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding: 0.8rem;
    outline: none;
    margin: 1rem 0;
}

textarea {
    resize: vertical;
    font-family: 'Raleway', sans-serif;
}

label {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0.5rem 0 0 0;
    text-align: justify;
    letter-spacing: 0.03rem;
    display: inline-block;
}

fieldset {
    border: #ff4200;
}

.form-field {
    margin-bottom: 1rem;
    width: 100%;
    display: inline-block;
}

.form-field-50 {
    width: 48%;
    float: left;
}

.form-field-50:nth-child(even) {
    float: right;
}


#bsCaptcha {
    width: calc(100% - 48px);
    display: inline-block;
    vertical-align: middle;
}

.captchaupdate {
    width: 32px;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: transparent;
}

.captchaupdate svg path,
.captchaupdate svg line {
    stroke-width: 0.5rem;
    stroke: #000000;
}

#nav1,
#nav2 {
    display: none;
}

.logotag {
    display: none;
    padding: 2rem;
}

#success-form {
    display: none;
}

@media screen and (max-width: 1024px) {
    .col {
        max-width: 100%;
    }

    .point {
        max-width: 100%;
    }

    #pathfinder {
        padding-left: 4rem;
    }

    .product {
        padding: 0 4rem 0 0;
    }

    .chapter {
        padding: 4rem 0 0 4rem;
    }
}

@media screen and (max-width: 992px) {
    .large .logo h2 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        transition: all 0.5s;
    }

    .large .tagline {
        font-size: 1rem;
        line-height: 1rem;
        transition: all 0.5s;
    }

    .mini .logo h2 {
        transform: scale(0.8);
        transition: transform 0.5s;
        margin: 0;
    }

    .mini .tagline {
        transform: scale(0.8);
        transition: all 0.5s;
        margin: 0rem 0 0.2rem 0;
        line-height: 0.6rem;
    }

    .large.logotag {
        padding: 2rem;
        transition: all 0.5s;
    }

    .mini.logotag {
        padding: 1.5rem 1rem;
        transition: all 0.5s;
    }

    .logotag {
        text-align: center;
        top: 0;
        left: 0;
        margin-left: 2rem;
        z-index: 1;
        position: fixed;
        display: block;
        background: rgba(255, 255, 255, .95);
    }

    #pathfinder {
        vertical-align: top;
        position: fixed;
        background: rgba(255, 255, 255, .95);
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.90) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.90) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.90) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
        bottom: 2rem;
        top: auto;
        right: 2rem;
        z-index: 1;
        padding: 2rem;
        height: 8rem;
        width: 8rem;

        border-radius: 100%;
    }

    #pathfinder.expand {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    .page {
        width: 100%;
        display: block;
    }

    .logo {
        margin: 4rem auto;
    }

    .logo h2 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 800;
        text-align: center;
    }

    .tagline {
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        font-weight: 800;
    }

    #pathfinder a,
    .language {
        display: none;
    }

    .brandmark {
        height: 6rem;
        margin: 0 0 0 0;
    }

    .brandmark path,
    .brandmark polygon,
    .brandmark polyline,
    .brandmark line,
    .brandmark circle,
    .brandmark rect {
        stroke-width: 0.5rem;
    }


    #nav1,
    #nav2 {
        width: 4rem;
        cursor: pointer;
    }

    #nav1 {
        display: block;
        margin: 0 auto;
    }

    .expand #nav1 {
        display: none;
    }

    .expand #nav2 {
        display: inline-block;
        bottom: 13rem;
        position: absolute;
        left: calc(50% - 2.5rem);
    }

    #nav2 {
        display: none;
    }

    #pathfinder .logo {
        display: none;
    }

    .expand#pathfinder a,
    .expand#pathfinder h2,
    .expand#pathfinder .tagline,
    .expand#pathfinder .language {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: initial;
    }

    .language {
        margin: 4rem auto;
    }

    .product {
        padding: 0 4rem 0 0;
        box-sizing: border-box;
        width: 100%;
    }

    .shadow {
        margin-bottom: -2rem;

    }

    .grid {
        display: inline-grid;
        grid-template-columns: auto;
    }

    .col p:last-of-type {
        margin-bottom: 2rem;
    }

    .point h3 {
        max-width: 100%;
    }

    .chapter {
        min-height: 90vh;
        padding: 20rem 0 8rem 4rem;
    }

    .icon {
        margin-top: 16rem;
    }

}

@media screen and (max-width: 750px) {

    .headericon line,
    .headericon path,
    .headericon polyline,
    .headericon polygon,
    .headericon circle,
    .headericon rect {
        stroke-width: 0.4rem !important;

    }

    #cookie {
        padding: 2vh 2rem 0rem 2rem;
    }

    #pathfinder {
        height: 7rem;
        width: 7rem;
    }

    #nav1,
    #nav2 {
        width: 3rem;
        left: calc(50% - 1.5rem) !important;
    }

    .headericon {
        width: 10rem;
        margin-left: -2.125rem;
    }

    ul {
        font-size: 1.5rem;
        line-height: 3rem;
        list-style: none;
        padding: 0;
        width: 100%;
        margin: 0rem 2rem 0rem 0;
        vertical-align: top;
    }

    .client {
        margin: 0.5rem auto;
        display: block;
        min-height: auto;
    }

    .product .header {
        min-height: 7rem;
    }
}

@media (max-height: 40rem) {
    .expand#pathfinder {
        padding: 0;
    }

    .expand#pathfinder a:not(:first-child),
    .expand#pathfinder .language {
        display: inline-block;
        min-width: 27%;
        width: fit-content;
        margin: 0 auto;
        padding: 0 3%;
    }

    .expand#pathfinder a.button {
        display: block;
        margin-top: 1rem;
    }

    .expand#pathfinder .language {
        margin: 0 auto;
        display: block;
    }

    .expand#pathfinder .language a {
        min-width: fit-content !important;
    }

    .expand#pathfinder .logo {
        margin: 0rem auto 2rem auto;
    }

    .expand#pathfinder #nav2 {
        bottom: 4rem;
        top: auto;
        right: 4rem;
        left: auto;
    }
}