/* SVG
    /* ---------------------------------- */
.cls-1, .orange-circle, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12, .cls-13 {
    fill: none;
}

.orange-circle {
    isolation: isolate;
    opacity: .4;
}

.orange-circle, .cls-4 {
    stroke: #ff6b00;
}

.orange-circle, .cls-4, .cls-7, .cls-8, .cls-9 {
    stroke-width: 1.5px;
}


.cls-3, .cls-10 {
    stroke-width: 1.5px;
}

.cls-14 {
    clip-path: url(#clippath);
}

.cls-15 {
    fill: #fff;
}

.orange-dot {
    fill: #ff6b00;
}

.orange-dot-bottom {
    fill: rgba(255, 107, 0, .2);
}

.cls-17 {
    fill: #121e28;
    transition: all 0.3s ease-in-out;
}

.cls-5 {
    stroke: url(#linear-gradient-5);
    stroke-dasharray: 0 0 7.29 7.29;
}

.cls-5, .cls-6, .cls-11, .cls-12, .cls-13 {
    stroke-width: 2px;
}

/*.cls-3 {stroke: url(#button-stick);}*/
/*.cls-6 {stroke: url(#button-stick);}*/
/*.cls-7 {stroke: url(#button-stick);}*/
/*.cls-8 {stroke: url(#button-stick);}*/
/*.cls-9 {stroke: url(#button-stick);}*/
/*.cls-10 {stroke: url(#button-stick);}*/

.cls-3 {
    stroke: url(#gradient-10);
}

.cls-6 {
    stroke: #999999;
}

.cls-7 {
    stroke: url(#gradient-7);
}

.cls-8 {
    stroke: url(#gradient-6);
}

.cls-9 {
    stroke: url(#gradient-8);
}

.cls-10 {
    stroke: url(#gradient-9);
}

.stage-btn:hover {
    cursor: pointer;
}

.cls-18 {
    fill: rgba(232, 221, 216, .8);
    transition: all 0.3s ease-in-out;
}

.stage-btn:hover .cls-18 {
    fill: #FF6B00;
    transition: all 0.3s ease-in-out;
}

.stage-btn:hover .cls-17 {
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
}

/*.stage-btn:hover .cls-16 {*/
/*    transform: scale(2);*/
/*    transform-origin: center;*/
/*}*/
.cls-11 {
    stroke: url(#linear-gradient-2);
}

.cls-12 {
    stroke: url(#linear-gradient-3);
}

.cls-13 {
    stroke: url(#linear-gradient-4);
}

.ss {
    color: #b6aea8;
}


/* Defaults
/* ---------------------------------------- */
html, body, .site, .site-inner, .site-content, .gi-desktop, .guardian, .gi-mobile, .m-guardian, .masterWrap {
    height: 100%;
}

.site {
    padding-top: 0 !important;
    font-family: "dinPro", "Open Sans", sans-serif;
    height: calc(100% + 10px);
    background: linear-gradient(93.88deg, #E5E7E9 22.44%, #ffffff 93.02%);
}

.top-banner {
    display: none !important;
}

.gi-width-auto {
    width: auto;
}
.gi-orange {
    color: #d85d27;
}
/*.h-main {*/
/*    display: none;*/
/*}*/
.gi-button {
    padding: 8px 40px 10px;
    background-color: #FF6B00;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: "dinPro", "Open Sans", sans-serif;
    font-weight: 600;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.gi-button:hover {
    background-color: #D95B00;
    text-decoration: none;
    color: #fff;
}

.gi-desktop {
    display: none;
}

.gi-mobile {
    position: relative;
}

.gi-cb-icon {
    height: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.m-guardian {
    padding-top: 80px;
    overflow: scroll;
}

.guardian-logo {
    width: 130px;
    margin: 10px auto 20px;
    display: block;
}

.gim-form-intro {
    color: #FF6B00;
}
.doesnt {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.doesnt2 {
    display: none;
}

.gi-intro {
    font-size: 14px;
    text-align: center;
    margin-bottom: 1.5em;
    padding: 0 20px;
}

.what-role-text {
    font-size: 16px;
    color: #FF6B00;
    margin-bottom: 1em;
    text-align: center;
    padding: 0 15px;
}

.m-gi-roles {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px 50px;
}

.m-gi-role {
    width: calc(50% - 10px);
    background: rgba(160, 165, 169, 0.2);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    max-width: 200px;
    min-height: 155px;
}

.m-gi-role:hover {
    text-decoration: none;
    background-color: rgba(160, 165, 169, 0.4);
    transition: all 0.3s ease-in-out;
}

.m-gi-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
}

.m-gi-inner img {
    height: 90px;
    display: block;
    margin-bottom: 10px;
    width: auto;
}

.m-gi-inner > div {
    font-size: 14px;
    font-weight: 600;
    color: #2A353E;
    width: 100%;
}

.m-stages-modal {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: scroll;
}

.m-di-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.m-gi-cb-icon {
    width: 40px;
}

.m-gi-cb-icon img {
    width: 100%;
}

.guardian-icon {
    width: 40px;
    padding-left: 3px;
    display: block;
}

.guardian-icon img {
    width: 100%;
}

.doesnt-stages {
    width: calc(100% - 120px);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.m-click-here {
    padding: 0 20px;
    color: #FF6B00;
    font-weight: 600;
}

.m-click-here p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.m-gi-stages {
    height: 600px;
    width: 100%;
    overflow-x: scroll;
}

.m-svg-wrap {
    height: 500px;
    width: 870px;
    position: relative;
    padding: 0 12%;
}

.m-svg-wrap .stages-svg {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: relative;
}

.stg-mob-image {
    z-index: 25;
}

.submit-img {
    position: absolute;
    height: 17%;
    top: 12%;
    left: 6%;
    transition: all 1s ease-in-out;
}

.examine-img {
    position: absolute;
    height: 25%;
    top: 0;
    left: 45%;
    transition: all 1s ease-in-out;
}

.manage-img {
    position: absolute;
    height: 25%;
    top: 39%;
    left: 49%;
    transition: all 1s ease-in-out;
}

.share-img {
    position: absolute;
    height: 24%;
    top: 69%;
    right: 7%;
    transition: all 1s ease-in-out;
}

.review-img {
    position: absolute;
    height: 28%;
    top: 66%;
    left: 21%;
    transition: all 1s ease-in-out;
}

.m-stages-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 300;
    background-color: rgba(200,200,200,.2);
    padding: 10px 5px;
}
.m-stages-bottom .gi-button {
    width: 50%;
    position: relative;
}
/*.m-stages-bottom .gi-email-input {*/
/*    width: 50%;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*    border-right-width: 0;*/
/*}*/
.m-back {
    background: rgba(160, 165, 169, 0.2);
    border-radius: 4px;
    color: #878787;
    margin-right: 15px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    width: 46px;
    height: 40px;
}
.m-back span {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    line-height: 36px;
}

.m-clue {
    position: fixed;
    bottom: 70px;
    left: 13%;
    width: 46px;
}

.m-swipe-clue {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 310;
    background-color: rgba(400, 400, 400, .6);
}

.m-swipe-clue-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-swipe-clue img {
    width: 120px;
}

.m-swipe-clue span {
    font-size: 12px;
    font-weight: 600;
}

.m-stages-modal-inner {
    transition: all .4s ease-in-out;
}
.gim-text-note {
    color: #5A6269;
    font-size: 14px;
}

.gim-copy-line {
    width: 53px;
    height: 1px;
    background-color: #B7BBBE;
    margin: 40px 0 15px;
}

/* Single Stage Modal */
/* ------------------------------------- */
.m-gi-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    z-index: 400;
    padding: 20px;
}

.m-gim-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;

}

.di-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #FAFBFB;
    padding: 10px;
    display: block;
    z-index: 150;
}

.di-close-bar {
    background-color: #222;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.di-close-first {
    transform: rotate(45deg);
}

.di-close-second {
    transform: rotate(-45deg);
}

.di-close:hover {
    background: #E7E8E9;
    transition: all 0.5s ease-in-out;
}

.gim-tabs {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.gim-tab-btn {
    width: calc(50% - 5px);
    padding: 7px 10px 9px;
    color: #2A353E;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    background-color: #FAFBFB;
    position: relative;
}

.gim-tab-btn:hover {
    color: #FF6B00;
    text-decoration: none;
}

.gim-tab-btn:hover .gim-tab-circle {
    background-color: #FF6B00;
}

.gim-tab-btn.active {
    color: #FF6B00;
}

.gim-tab-circle {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    background-color: #E7E8E9;
    margin: auto;
    z-index: 10;
}

.gim-tab-btn.active .gim-tab-circle {
    background-color: #FF6B00;
}

.gim-tab-btn-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 107, 0, 0.05);
    z-index: 5;
    transition: all .4s ease-in-out;
}

.gim-tab-btn.active .gim-tab-btn-bg {
    width: 100%;
    transition: all .4s ease-in-out;
}

#mGimSolution {
    display: none;
}

.m-gim-images {
    position: relative;
    width: 110%;
    margin: -50px -5% 8px;
}

.m-gim-img-issue {
    width: 100%;
    transition: all 1s ease-in-out;
}

.m-gim-img-solution {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.m-gim-fade {
    position: fixed;
    width: 100%;
    height: 103px;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 15;
}

.m-gim-show-form-wrap {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 300;
}

.m-gim-next {
    background-color: #eee;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 12px;
}

.m-gim-next:hover {
    color: #e75204;
    text-decoration: none;
}

.m-gim-copy {
    padding-bottom: 200px;
}


/*.m-gi-form-modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    background-color: rgba(400,400,400,.4);*/
/*    padding-left: 30px;*/
/*    z-index: 400;*/
/*    overflow-y: scroll;*/
/*}*/
/*.m-gi-modal-inn {*/
/*    padding: 20px 30px 20px 20px;*/
/*    background-color: #FAFBFB;*/
/*    min-height: 100vh;*/
/*}*/
/*.m-gim-form-logo {*/
/*    width: 111px;*/
/*    margin: 20px 0;*/

/*}*/
.gi-modal-right {
    width: 100%;
}

.gi-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    z-index: 100;
}

/* Form */
.gi-form-modal {
    position: fixed;
    z-index: 400;
    width: 100%;
    min-height: 100vh;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
}

.gi-form-modal.active {
    right: 0;
}

.gi-modal-inn {
    display: flex;
    height: 100%;

}

.gi-form-modal .gi-modal-left {
    width: 0;
    /*background-color: rgba(400, 400, 400, .4);*/
}

.gi-form-modal .gi-modal-right {
    width: 100%;
    background-color: #FAFBFB;
}

/*.gi-form-modal .gi-modal-right {*/
/*    */
/*}*/
.gim-form-wrap {
    padding: 40px;
    height: 100%;
    width: 100%;
    overflow: scroll;
    position: relative;
    transition: all .7s ease-in-out;
}

.gim-form-wrap.gim-thanks {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gim-form-logo {
    width: 144px;
    margin-bottom: 40px;
}

.gim-form {
    margin: 0 auto;
    padding-bottom: 100px;
}

.gim-form .gf-w-50.gfield,
.gim-form .gf-w-33.gfield {
    width: 100% !important;
}

.gim-form .gf-w-100.gfield {
    width: 100% !important;
}

.gim-form .gform_legacy_markup_wrapper .gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gim-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

body .gim-form .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 20px;
}

.gim-form .gform_legacy_markup_wrapper .top_label .gfield_label {
    font-size: 12px;
    color: #2A353E;
    font-weight: 400;
    font-family: "dinPro", "Open Sans", sans-serif;
}

body .gim-form .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 5px;
}

.gim-form .gform_legacy_markup_wrapper .gfield_required {
    margin-left: 0;
}

.gim-form input.medium {
    height: 32px;
    border-radius: 5px;
    border: 1px solid #777;
    font-size: 15px;
}

.gim-form select.medium {
    height: 32px;
    font-size: 15px;
}

.gim-form .gtf-check-single .gchoice {
    margin-bottom: 0 !important;
}

.gim-form .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    background: #FF6B00;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "dinPro", "Open Sans", sans-serif;
    text-align: center;
    padding: 13px 40px;
    width: auto;
    max-width: calc(100% - 20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.gim-form .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #D95B00;
}

.gim-form .gform_legacy_markup_wrapper .gform_footer {
    margin-top: 0;
}


.gim-thank {
    display: none;
}

.gim-thank-text {
    font-size: 40px;
    font-weight: 600;
    font-family: "dinPro", "Open Sans", sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

.gim-thank p {
    font-family: "dinPro", "Open Sans", sans-serif;
    font-size: 14px;
    color: #2A353E;
    margin-bottom: 24px;
}


/* Simple Map */

.stage-btn-simple {
    height: 5%;
    border-radius: 4px;
    /*line-height: 158%;*/
    border: 1px solid #FF6B00;
    /*background-color: rgba(255, 107, 0, 0.1);*/
    background-color: rgba(232, 221, 216, .8);
    color: #121E28;
    font-size: 72%;
    padding: 0 2%;
    position: absolute;
    left: 18%;
    top: 10%;
    z-index: 20;
}

.stage-btn-simple:hover {
    background-color: #FF6B00;
    color: #fff;
    text-decoration: none;
}

.stage-btn-inner {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gi-bat {
    height: 150%;
    width: 1px;
    background: #FF6B00;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 107, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -150%;
    margin: 0 auto;
}

.stage-btn-submit {
    left: 8%;
    top: 4%;
}

.stage-btn-examine {
    left: 56%;
    top: 1%;
}

.stage-btn-manage {
    left: 48%;
    top: 33%;
}

.stage-btn-share {
    left: 87%;
    top: 63%;
}

.stage-btn-review {
    left: 22%;
    top: 65%;
}

@media (max-width: 800px) {
    .gi-captcha {
        margin-left: -82px;
        transform: scale(.8);
    }
}
@media (min-width: 380px) {
    .m-clue {
        left: 16%;
    }
}

@media (min-width: 1025px) {

    .gim-text-note {
        font-size: 16px;
    }
    html, body, .site, .site-inner, .site-content, .gi-desktop, .guardian, .gi-mobile {
        min-height: 650px;
    }

    .di-close {
        right: 20px;
        top: 20px;
    }

    .cls-3 {
        stroke: url(#linear-gradient-10);
    }

    .cls-6 {
        stroke: url(#linear-gradient);
    }

    .cls-7 {
        stroke: url(#linear-gradient-7);
    }

    .cls-8 {
        stroke: url(#linear-gradient-6);
    }

    .cls-9 {
        stroke: url(#linear-gradient-8);
    }

    .cls-10 {
        stroke: url(#linear-gradient-9);
    }


    .stage-btn-submit {
        left: 4%;
        top: 4%;
    }

    .stage-btn-examine {
        left: 49%;
        top: -8%;
    }

    .stage-btn-manage {
        left: 48%;
        top: 33%;
    }

    .stage-btn-share {
        left: 87%;
        top: 63%;
    }

    .stage-btn-review {
        left: 22%;
        top: 65%;
    }

    .gi-desktop {
        display: block;
    }

    .guardian {
        width: calc(100% - 100px);
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .gi-cb-logo {
        position: absolute;
        top: 5%;
        left: -1%;
        width: 169px;
        z-index: 50;
        transition: all 0.5s ease-in-out;
        opacity: 0;
    }

    .guardian-logo {
        position: absolute;
        top: 20%;
        right: 0;
        width: 169px;
        transition: all 0.5s ease-in-out;
        z-index: 40;
    }

    .guardian-logo-top {
        top: 5%;
        right: -1%;
        transition: all 0.5s ease-in-out;
    }

    /*#logo1 {*/
    /*    position: absolute;*/
    /*    top: 22%;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: 0 auto;*/
    /*    width: 200px;*/
    /*}*/

    .doesnt {
        top: 23%;
        font-weight: 700;
        font-size: 32px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        transition: all 1s ease-in-out;
        z-index: 20;
    }
    .doesnt2 {
        top: 24%;
        font-weight: 700;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        transition: all 1s ease-in-out;
        z-index: 20;
        opacity: 0;
    }

    .doesnt-top {
        top: 6%;
        opacity: 0;
        transition: top 1s ease-in-out, opacity 0.7s ease-in-out;
    }
    .doesnt-top2 {
        top: 6%;
        transition: all 1s ease-in-out;
        opacity: 1;
    }

    .gi-intro,
    .gi-intro-stages {
        top: 31%;
        font-weight: 300;
        font-size: 18px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        max-width: 976px;
        transition: all 1s ease-in-out;
        opacity: 1;
    }
    .gi-intro p {
        margin-bottom: 1em;
    }

    .gi-intro-stages {
        opacity: 0;
        color: #FF6B00;
        font-weight: 600;
        font-size: 18px;
    }
    .gi-intro-top {
        top: 13%;
        opacity: 0;
        transition: all 1s ease-in-out;
    }
    .gi-modal-left-logo {
        width: 140px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .gi-intro-stages-first-up {
        top: 12%;
        opacity: 1;
        transition: all 1s ease-in-out;
    }
    .gi-intro-stages-up {
        top: -4%;
        transition: all 1s ease-in-out;
        opacity: 0;
    }

    #who_are_you_text {
        top: 50%;
        font-weight: 700;
        font-size: 20px;
        color: #FF6B00;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        max-width: 980px;
    }

    .gi-role {
        width: 224px;
        height: 224px;
        background-color: rgba(160, 165, 169, 0.2);
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 1s ease-in-out, margin-top 0.3s ease-in-out, opacity 1s ease-in-out;
        position: absolute;
        top: 56%;
        z-index: 4;
    }

    #investigator {
        left: calc(50% - 468px);
    }

    #examiner {
        left: calc(50% - 234px);
    }

    #prosecutor {
        left: calc(50%);
    }

    #commandStaff {
        left: calc(50% + 234px);
    }

    .gi-role:hover {
        text-decoration: none;
        background-color: rgba(160, 165, 169, 0.4);
        margin-top: -10px;
        transition: all 0.3s ease-in-out;
    }

    .gi-role-fadeout {
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .back-btn {
        position: absolute;
        left: 0 !important;
        top: calc(100% - 130px);
        width: 85px;
        height: 85px;
        min-height: auto;
        z-index: 15;
    }

    .back-btn:hover {
        margin-top: 0;
    }

    .gi-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        position: relative;
    }

    .gi-inner img {
        height: 104px;
        width: auto;
        display: block;
        margin-bottom: 20px;
    }

    .gi-inner > div {
        font-size: 24px;
        font-weight: 300;
        color: #2A353E;
        width: 100%;
    }

    .gi-inner > span {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: 0;
        opacity: 0;
        width: 30px;
        height: 20px;
        display: inline-block;
    }

    .back-btn .gi-inner {
        width: 100%;
        height: 100%;
    }

    .back-btn .gi-inner > span {
        opacity: 1;
    }

    .back-btn .gi-inner > div {
        opacity: 0;
        height: 0;
    }

    .back-btn .gi-inner > img {
        opacity: 0;
        height: 0;
        margin-bottom: 0;
    }

    .gi-header-hide {
        top: -130px;
        transition: all 0.5s ease-in-out;
    }

    /*.gi-here-bottom {*/
    /*    display: none;*/
    /*    */
    /*    */
    /*    width: 200px;*/
    /*    text-align: center;*/
    /*}*/
    .gi-cta {
        text-align: center;
        width: 100%;
        border-radius: 5px;
        background-color: #FF6B00;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px 12px;
        transition: all .5s ease-in-out;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .gi-cta .btn-loader {
        right: 13px;
        top: 8px;
    }
    #e_error {display: none}
    .here-top {
        top: 11.5%;
        opacity: 1;
        transition: all 1s ease-in-out, background-color .3s ease-in-out;
    }
    .gi-cta:hover {
        text-decoration: none;
        background-color: #D95B00;
        color: #fff;
    }

    .top-elems-up {
        top: -10%;
        transition: all 1s ease-in-out;
        opacity: 0;
    }

    .bottom-elems-down {
        bottom: -10%;
        transition: all 1s ease-in-out;
        opacity: 0;
    }

    .bottom-elems-top {
        top: 100%;
        transition: all .5s ease-in-out;
        opacity: 0;
    }

    /* Stages
    /* ---------------------------------- */
    .gi-stages {
        height: 68%;
        width: 100%;
        top: 35%;
        left: 5%;
        position: relative;
        text-align: center;
        z-index: 0;
        transition: all .5s ease-in-out;
        opacity: 0;
    }

    .gi-stages-show {
        opacity: 1;
        transition: all 1.5s ease-in-out;
        z-index: 5;
        top: 22%;
        left: 0;
    }

    .gi-get-info {
        position: absolute;
        right: -5%;
        top: 31%;
        background-color: #efefef;
        border-radius: 10px;
        padding: 20px;
        opacity: 0;
        transition: all 1.5s ease-in-out;
        z-index: 6;
        width: 280px;
    }
    .gi-get-text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .gi-get-text b {
        font-size: 18px;
    }
    .gi-email-input {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .gi-get-info-top {
        top: 28%;
        right: 0;
        opacity: 1;
    }
    .gi-get-info .gi-cta {
        font-weight: 700;
    }
    .gi-stages-zoomin {
        height: 180%;
        width: 270%;
        transition: all 1.5s ease-in-out;

        /*transition: height 2s ease-in-out, left 1s ease-in-out 2s;*/
    }

    .gi-stages-submit, .gi-stages-enviar {
        top: 13%;
        left: -28%;
    }

    .gi-stages-examine, .gi-stages-examinar {
        top: 27%;
        left: -116%;
    }

    .gi-stages-manage, .gi-stages-gerenciar {
        top: -40%;
        left: -127%;
    }

    .gi-stages-share, .gi-stages-compartilhar  {
        top: -105%;
        left: -196%;
    }

    .gi-stages-review, .gi-stages-analisar  {
        top: -89%;
        left: -65%;
    }

    .svg-wrap {
        display: inline-block;
        height: 100%;
        position: relative;
    }

    .stages-svg {
        height: 100%;
        z-index: 10;
        position: relative;
    }

    .stg-image {
        z-index: 25;
    }

    .stg-image:hover {
        cursor: pointer;
    }

    .submit-img {
        position: absolute;
        height: 17%;
        top: 12%;
        left: 2%;
        transition: all 1s ease-in-out;
    }

    /*#submitImg:hover {*/
    /*    transform: scale(2);*/
    /*}*/
    .examine-img {
        position: absolute;
        height: 25%;
        top: -2%;
        left: 44.5%;
        transition: all 1s ease-in-out;
    }

    .manage-img {
        position: absolute;
        height: 23%;
        top: 40%;
        left: 49%;
        transition: all 1s ease-in-out;
    }

    .share-img {
        position: absolute;
        height: 23%;
        top: 70%;
        right: 3%;
        transition: all 1s ease-in-out;
    }

    .review-img {
        position: absolute;
        height: 29%;
        top: 66%;
        left: 18%;
        transition: all 1s ease-in-out;
    }

    .stg-img-hover {
        transform: scale(1.1);
        transition: all 0.4s ease-in-out;
    }

    .submit-img-in, .enviar-img-in {
        height: 2.5%;
        top: 17.75%;
        left: 16.1%;
        transition: all 1.5s ease-in-out, z-index 1ms;
        z-index: 20;
    }

    .submit-ill, .enviar-ill {
        position: absolute;
        height: 50%;
        top: -7%;
        left: -2%;
        z-index: 15;
    }

    .examine-img-in, .examinar-img-in {
        height: 6.4%;
        top: 7.4%;
        left: 57.1%;
        transition: all 1.5s ease-in-out, z-index 1ms;
        z-index: 20;
    }

    .manage-img-in, .gerenciar-img-in {
        height: 3.5%;
        top: 42.1%;
        left: 54.9%;
        transition: all 1.5s ease-in-out, z-index 1ms;
        z-index: 20;
    }

    .share-img-in, .compartilhar-img-in {
        height: 4%;
        top: 76.8%;
        right: 1.65%;
        transition: all 1.5s ease-in-out, z-index 1ms;
        z-index: 20;
    }

    .review-img-in, .analisar-img-in {
        height: 4.3%;
        top: 64.8%;
        left: 25.75%;
        transition: all 1.5s ease-in-out, z-index 1ms;
        z-index: 20;
    }

    .hidden-ill {
        position: absolute;
        display: none;
    }

    .examine-ill, .examinar-ill {
        position: absolute;
        height: 50%;
        top: -13%;
        left: 39%;
        z-index: 15;
    }

    .manage-ill, .gerenciar-ill {
        position: absolute;
        height: 50%;
        top: 24%;
        left: 43%;
        z-index: 15;
    }

    .share-ill, .compartilhar-ill {
        position: absolute;
        height: 50%;
        top: 58%;
        right: -7%;
        z-index: 15;
    }

    .review-ill, .analisar-ill {
        position: absolute;
        height: 50%;
        top: 51%;
        left: 12%;
        z-index: 15;
    }

    /* Modal
    /* ----------------------------- */
    .gi-modal {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: none;
        z-index: 100;
    }

    .gi-modal-inner {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .gi-modal-left, .gi-modal-right {
        flex: 1;
    }

    .gi-modal-left:hover {
        cursor: pointer;
    }

    .gi-modal-right {
        background-color: #fff;
        position: relative;
    }

    .safari-ill {
        position: absolute;
        width: 90%;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }


    /* Modal Right Side
    /* ----------------------------------- */
    .gim-inner {
        padding: 40px;
        height: 100%;
        position: relative;
        z-index: 10;
    }

    .gim-title {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 25px;
        text-transform: uppercase;
        padding-left: 20px;
    }

    .gim-goals {
        margin-bottom: 20px;
        /*display: flex;*/
        flex-wrap: wrap;
        display: none;
    }

    .gim-goal {
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: #71787E;
        line-height: 41px;
        border-radius: 100px;
        background-color: rgba(250, 251, 251, 0.9);
        padding: 0 23px;
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .gim-tabs {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

    .gim-tab-btn {
        width: calc(50% - 5px);
        padding: 14px 20px 15px;
        color: #2A353E;
        font-weight: 600;
        font-size: 24px;
        border-radius: 6px;
        background-color: #FAFBFB;
        position: relative;
    }

    .gim-tab-btn:hover {
        color: #FF6B00;
        text-decoration: none;
    }

    .gim-tab-btn:hover .gim-tab-circle {
        background-color: #FF6B00;
    }

    .gim-tab-btn.active {
        color: #FF6B00;
    }

    .gim-tab-circle {
        position: absolute;
        bottom: 0;
        top: 0;
        right: 15px;
        width: 14px;
        height: 14px;
        border-radius: 20px;
        background-color: #E7E8E9;
        margin: auto;
        z-index: 10;
    }

    .gim-tab-btn.active .gim-tab-circle {
        background-color: #FF6B00;
    }

    .gim-tab-btn-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(255, 107, 0, 0.05);
        z-index: 5;
        transition: all .4s ease-in-out;
    }

    .gim-tab-btn.active .gim-tab-btn-bg {
        width: 100%;
        transition: all .4s ease-in-out;
    }

    .gim-copy {
        height: 75%;
        overflow-y: auto;
        font-size: 18px;
        color: #2A353E;
        padding: 0 20px 300px;
        transition: opacity .4s ease-in-out;
    }

    .gim-copy > div {
        transition: opacity .6s ease-in-out;
        /*min-height: 100%;*/
        /*min-height: 50vh;*/
    }

    .zero-opacity {
        opacity: 0;
        transition: opacity .6s ease-in-out;
        /*min-height: 0;*/
    }

    .gim-fade {
        position: absolute;
        width: 100%;
        height: 150px;
        bottom: 0;
        left: 0;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 15;
    }

    .gim-show-form-wrap {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 20px;
        text-align: center;
        z-index: 20;
        display: flex;
        justify-content: space-between;
        padding: 0 40px;
    }

    .gim-show-form {
        padding: 12px 40px 8px;
        border-radius: 4px;
        background-color: #FF6B00;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        transition: all .2s ease-in-out;
    }

    .gim-show-form:hover {
        text-decoration: none;
        background-color: #D95B00;
        color: #fff;
        transition: all .2s ease-in-out;
    }

    #gimSolution {
        display: none;
    }

    .gim-next {
        height: 47px;
        width: 60px;
        border-radius: 6px;
        border: 1px solid #D95B00;
        display: flex;
        align-items: center;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        color: #FF6B00;;
        font-weight: 600;
        transition: background-color .2s ease-in-out, right .4s ease-in-out, opacity .5s ease-in-out, color .2s ease-in-out;
    }

    .gim-next:hover {
        text-decoration: none;
        background-color: #ebebeb;
        transition: background-color .2s ease-in-out, color .2s ease-in-out;
        color: #FF6B00;
    }

    .gim-next.active {
        right: 0;
        opacity: 1;
        transition: right .4s ease-in-out, opacity .5s ease-in-out;
    }

    .gim-next span {
        margin-bottom: 5px;
    }

    /* Form */
    .gi-form-modal {
        position: fixed;
        display: none;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 100;
    }

    .gi-modal-inn {
        display: flex;
        height: 100%;
    }

    .gi-form-modal .gi-modal-left {
        background-color: rgba(400, 400, 400, .6);
    }

    /*.gi-form-modal .gi-modal-right {*/
    /*    */
    /*}*/
    .gim-form-wrap {
        padding: 40px;
        height: 100%;
        width: 100%;
        overflow: scroll;
        position: relative;
        top: 90%;
        transition: all .7s ease-in-out;
        opacity: 0;
    }

    .gim-form-wrap.active {
        top: 0;
        opacity: 1;
    }

    .gim-form-wrap.gim-thanks {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .gim-form-logo {
        width: 144px;
        margin-bottom: 40px;
    }

    .gim-form .gf-w-50.gfield,
    .gim-form .gf-w-33.gfield {
        width: calc(50% - 10px) !important;
    }

    .gim-form .gf-w-100.gfield {
        width: 100% !important;
    }

    .gim-form .gform_legacy_markup_wrapper .gform_fields {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .gim-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }

    body .gim-form .gform_legacy_markup_wrapper ul li.gfield {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .gim-form .gform_legacy_markup_wrapper .top_label .gfield_label {
        font-size: 12px;
        color: #2A353E;
        font-weight: 400;
        font-family: "dinPro", "Open Sans", sans-serif;
    }

    body .gim-form .gform_legacy_markup_wrapper .top_label div.ginput_container {
        margin-top: 5px;
    }

    .gim-form .gform_legacy_markup_wrapper .gfield_required {
        margin-left: 0;
    }

    .gim-form input.medium {
        height: 32px;
        border-radius: 5px;
        border: 1px solid #777;
        font-size: 15px;
    }

    .gim-form select.medium {
        height: 32px;
        font-size: 15px;
    }

    .gim-form .gtf-check-single .gchoice {
        margin-bottom: 0 !important;
    }

    .gim-form .gform_wrapper .gform_footer input[type=submit] {
        display: inline-block;
        background: #FF6B00;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        font-family: "dinPro", "Open Sans", sans-serif;
        text-align: center;
        padding: 13px 40px;
        min-width: 200px;
        max-width: calc(100% - 20px);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

    .gim-form .gform_wrapper .gform_footer input[type=submit]:hover {
        background: #D95B00;
    }

    .gim-form .gform_legacy_markup_wrapper .gform_footer {
        margin-top: 0;
    }


    .gim-thank {
        display: none;
    }

    .gim-thank-text {
        font-size: 40px;
        font-weight: 600;
        font-family: "dinPro", "Open Sans", sans-serif;
        text-transform: uppercase;
        display: block;
        margin-bottom: 24px;
    }

    .gim-thank p {
        font-family: "dinPro", "Open Sans", sans-serif;
        font-size: 14px;
        color: #2A353E;
        margin-bottom: 24px;
    }
}

@media (min-width: 1100px) {
    .gi-stages-submit {
        left: -40%;
    }

    .gi-stages-examine {
        left: -116%;
    }

    .gi-stages-manage {
        left: -127%;
    }

    .gi-stages-share {
        left: -174%;
    }

    .gi-stages-review {
        left: -74%;
    }
}

@media (min-width: 1200px) {
    .gim-inner {
        padding: 40px 88px;
    }

    .gim-form-wrap {
        padding: 40px 130px;
    }

    .gi-stages-submit {
        left: -45%;
    }

    .gi-stages-examine {
        left: -116%;
    }

    .gi-stages-manage {
        left: -127%;
    }

    .gi-stages-share {
        left: -188%;
    }

    .gi-stages-review {
        left: -74%;
    }

    .gim-show-form-wrap {
        padding: 0 88px;
    }
}

@media (min-width: 1300px) {
    .gi-stages-submit {
        left: -52%;
    }

    .gi-stages-examine {
        left: -116%;
    }

    .gi-stages-manage {
        left: -127%;
    }

    .gi-stages-share {
        left: -176%;
    }

    .gi-stages-review {
        left: -74%;
    }
}


@media (min-width: 1600px) {
    .gi-mobile {
        display: none;
    }
    .custom-container .site-content {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #13161e;
    }

    .masterWrap {
        width: 1440px;
        max-height: 800px;
        position: relative;
        background: linear-gradient(93.88deg, #E5E7E9 22.44%, #ffffff 93.02%);
        overflow: hidden;
    }
    .gi-desktop {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .gi-modal {
        position: absolute;
    }
    .gi-form-modal {
        position: absolute;
    }
    .gim-form-wrap {
        height: 800px;
    }
}

@media (min-width: 1900px) {
    .guardian-logo {
        top: 5%;
        right: -1%;
    }
    /*.guardian-logo-top {*/
    /*    top: 5%;*/
    /*    right: -1%;*/
    /*    transition: all 0.5s ease-in-out;*/
    /*}*/
    .doesnt {
        top: 20%;
    }
    .gi-intro {
        top: 28%;
    }
    .back-btn {
        top: calc(100% - 130px);
    }
}
.footer {
    display: none;
}