
@font-face {
	font-family: 'GE';
	src:    url('../fonts/GEInspiraSans-Regular-v01.woff2') format('woff2'),
	        url('../fonts/GEInspiraSans-Regular-v01.woff') format('woff');
}

@font-face {
	font-family: 'GE-italic';
	font-style: italic;
	src:    url('../fonts/GEInspiraSans-Italic-v01.woff2') format('woff2'),
	        url('../fonts/GEInspiraSans-Italic-v01.woff') format('woff');
}

@font-face {
	font-family: 'GE';
	font-weight: 700;
	src:        url('../fonts/GEInspiraSans-Bold-v01.woff2') format('woff2'),
	            url('../fonts/GEInspiraSans-Bold-v01.woff') format('woff');
}

@font-face {
	font-family: 'GE';
	font-weight: 700;
	font-style: italic;
	src:        url('../fonts/GEInspiraSans-BoldItalic-v01.woff2') format('woff2'),
	            url('../fonts/GEInspiraSans-BoldItalic-v01.woff') format('woff');
}

body .main {
    font-family: GE;
    position: relative;
    overflow: hidden;
}

body * {
    transition: all 0.3s ease;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.start_page {

    background-color: #0070ff;
    background: url('../images/image3.png');
    background-size: cover;
    background-position: -200px 0px;
    height: 100vh;
    /* min-height: 25rem; */
    /*width: 100%;*/
    /*overflow: hidden;*/
    color: white;
    /* height: 100%; */
}

.start_page video {
    position: absolute;
    top: 39%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.start_page .container {
    position: relative;
    z-index: 2;
}

.start_page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .start_page {
        /* background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll; */
    }
    .start_page video {
        /* display: none; */
    }
}

.main-info {
    color: white;
    min-height: 500px;
    margin-top: -20p;
}

.main-info .text {
    padding-right: 10%;
}

.main-info .text h1 {
    margin-bottom: 30px;
    font-family: GE;
}

.main-info .text p {
    font-size: 1.3em;
}

.bottom-links > div {

font-family: GE;
}

.bottom-links > div.p1, .bottom-links > div.p1 span {
    background-color: #139fd2;
    color: #139fd2;
}

.bottom-links > div.p2, .bottom-links > div.p2 span {
    background-color: #3b495b;
    color: #3b495b;
}

.bottom-links > div.p3, .bottom-links > div.p3 span {
    background-color: #135da5;
    color: #135da5;
}

.bottom-links a {
    color: inherit;
}

.bottom-links > div > div {
    margin: 30px auto 45px;
    background-color: white;
    border-radius: 99px;
    padding: 10px 8px 9px;
    cursor: pointer;
    max-width: 17em;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: bold;
}

.bottom-links > div > div:hover {
    background-color: #cddef9;
}

.bottom-links > div > div span {
    /* padding: 2px 9px 2px; */
    color: white !important;
    border-radius: 99px;
    margin-right: 11px;
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
}

.socials {
    padding: 15px 0;
    position: relative;
    z-index: 2;
}
.socials > div {
    padding: 0px 5px;
}

.socials > div.mail {
    padding-left: 13px;
    color: white;
}

.socials > .disclipine { align-self: center; padding-left: 13px; text-transform: uppercase; }
@media (max-width: 991px) { .socials > .disclipine { display: none; } }

.socials > div > div {
    background: url("../images/icons.png");
    background-size: 350px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.socials > div > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.socials > div.fb > div {
    background-position: -40px 1px;
}
.socials > div.tw > div {
    background-position: -81px 1px;
}
.socials > div.in > div {
    background-position: -127px -50px;
}
.socials > div.mail > div, .modal div.mail {
    background: url("../images/letter.png") no-repeat left center #fd6500;
    background-position-x: 13px;
    background-size: 25px;
    padding: 5px 26px 5px 25px;
    border-radius: 999px;
    width: auto;
    font-family: GE;
    font-size: 0.9em;
}
.socials > div.mail .request {
    display: none;
    visibility: hidden;
}
.socials > div.mail.full div {
    background-position: left center;
    background-position-x: 13px;
    padding-left: 52px;
}
.socials > div.mail.full .request {
    visibility: visible;
    display: block;
}
.socials > div.logo > div, .modal-body div.logo {
    background: url("../images/logo.png") no-repeat center;
    background-size: cover;
    width: 62px;
    height: 62px;
    position: absolute;
    left: -81px;
    top: 12px;
}
@media (max-width: 991px) { .socials > div.logo > div, .modal-body div.logo { width: 38px; height: 38px; left: -52px; top: 0; } }

.more-details {
    background-color: #ffffffba;
    padding: 6px;
    text-align: center;
}

.more-details a {
    color: #002673;
    font-size: 1.1em;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-black {
    display: none;
    height: 10px;
    background: black;
}

.details_page .socials {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.details_page .socials .logo div {
    background: url(../images/logo-dark.png) no-repeat center;
    width: 62px;
    height: 62px;
    background-size: cover;
    z-index: 999999999;
}
@media (max-width: 991px) { .details_page .socials .logo div { width: 38px; height: 38px; left: -52px; top: 0; } }

.blocks > div {
    margin: 0;
    padding: 0;
}

.blocks > div > div {
    /* padding-bottom: 100%; */
    /* border: 1px solid; */
    /* background-color: #f4eff6; */
}

.blocks > div > div > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.socials .back {
    border-radius: 14px;
    background: url("../images/caret.png") no-repeat center white;
    margin-left: 20px;
    /* padding: 0px 14px; */
}

.col-auto.back a {
    color: #ffffff00;
    padding: 10px;
}

.col-auto.back span {
    position: absolute;
    top: 35px;
    left: 1px;
    color: #3b495b;
    font-size: 0.9em;
}

.blocks .block {
    background-size: cover, cover  !important;
    background-repeat: no-repeat, no-repeat !important;
    width: 100%;
    background-position: center center;
}

.blocks .b1 {
    
}

.blocks .b2 {
    background-color: #3B495B;
}

.blocks .b3 {
    background-color: #000; background-size: contain !important; background-position: right bottom;
}

.blocks .b4 {
    background-color: #11b8ef; background-size: contain !important; background-position: right top;
}

.blocks .b6 {
    background-color: #155ea4;
}
.blocks .b3 .text, .blocks .b4 .text { width: 50%; }


.blocks .block .button {
    margin: 0 auto;
    cursor: pointer;
}

.button-cont {
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 100%;
}

.blocks .block .button {
    display: inline-block;
    padding: 16px 30px;
    color: white;
    border-radius: 99px;
    margin-bottom: 30px;
    font-size: 2vh;
    font-family: GE;
}

.blocks .block .button.read-more {
    color: #005eb8;
    background: white;
    transition: background-image 2.5s linear;
    background-image: none;
}
.blocks .block .button.read-more.grey { color: #3B495B; }
.blocks .block .button.read-more.lightblue { color: #00B0F0; }
.blocks .block .button.read-more.white { color: rgba(19,41,75); background: #fff; }
.blocks .block .button.read-more.darkblue { background: rgba(19,41,75,0.8); color: #fff; border: 1px solid #fff; }


.blocks .block.b2 .button { color: #3B495B; }
.blocks .block.b4 .button { color: #11b8ef; }
.blocks .block.b6 .button { color: #155ea4; }

.blocks .block .heading {
    color: white;
    font-size: 2vh;
    padding: 15% 7% 0 7%;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 991px) {.blocks .block .heading { padding: 35px 7% 0; } }

.blocks .block .text {
    color: white;
    font-size: 2.5vh;
    padding: 4% 6% 0 7%;
    text-align: left;
}
@media (max-width:620px) { .blocks .block .text { line-height: 1.2; } }

.button-primary { font-size: 1em; display: inline-block; padding: 10px 25px; color: #fff; background: #00B0F0; border-radius: 999px; margin: 20px 0;  cursor: pointer; font-weight: 700; }
@media (max-width:620px) { .button-primary { margin: 20px; font-size: 0.8em; } }

.button-resources { max-width: 100px; border: 0; text-align: center;  }
.modal-dialog {
    width: 100%;
    max-width: inherit;
    height: 100vh;
    background: white;
    margin: 0;
}

.modal-dialog .modal-content {
    border: none;
    height: 100%;
    overflow: hidden;
}

.modal-dialog .modal-header {
    border: none;
    position: absolute;
    right: 0;
    z-index: 999999999999;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 0;
}

.modal-body div.logo {
    background: url("../images/logo-dark.png") no-repeat center;
    background-size: cover;
    right: 70px;
    top: 23px;
    left: inherit;
    z-index: 99;
}

.modal-body .right {
    padding-right: 5%;
    padding-left: 3%;
    background: white;
}

.modal-body .left, .modal-content .footer .left {
   background-color: #3b495b;
   color: white;
   padding: 0;
   border-bottom: 0 none;
}

.modal-body .left .text {
    font-size: 1.6em;
    padding: 4% 6%;
    line-height: 1.2;
}

.modal-body .left video {
    width: 100%;
}

.modal-body .right h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #3e3e3e;
    font-family: GE;
    font-size: 2rem;
    margin-right: 40px;
}

.modal-body .right h1 > .testimonials {
    font-size: 1.5rem;
}

.modal-body .right h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3e3e3e;
    font-family: GE;
    font-size: 1.5rem;
    margin-right: 40px;
}

.modal-body .right-resources {
    margin-top: 40px;
}

@media (max-width: 676px) { .modal-body .right-resources { padding-left: 8%; padding-right: 5%; } }

.modal-body .right strong {
    color: #11b8ef;
}

.modal-body .right-resources strong {
    color: #11b8ef;
}

.modal-dialog {
    font-family: GE;
}

.modal-body .right-resources .text-resources {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    color: #3e3e3e;
}

.modal-body .right-resources .text-resources p {
margin-bottom: 0;
}

.modal-body .right .text {
    font-size: 1em;
    line-height: 1.4;
    color: #3e3e3e;
}

.modal {
    padding: 0 !important;
}

.modal .close { 
    z-index: 99999; background: rgba(0,0,0,0.3); border-radius: 99px; padding: 5px 16px; color: #000; margin: 10px; text-shadow: none; opacity: 1; outline: 0 none;
}
.modal .close:hover { background: rgba(0,0,0,0.5); }
.modal .close span  { font-size: 32px; }

.modal div.mail {
}

.modal div.mail {
    background: #fd6500;
    color: white !important;
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    font-size: 1.1em;
}

.modal-content .footer {
    border: none;
    padding: 0;
}

.modal-content .footer > div > div {
    position: relative;
    padding: 0;
    display: block;
    width: 45px;
    margin-bottom: 42px;
}

.modal-content .footer .back {
    border-radius: 14px;
    background: url(../images/caret.png) no-repeat center white;
    margin-left: 45px;
    padding: 0;
    cursor: pointer;
}

.modal-content .footer .back span {
    position: absolute;
    top: 35px;
    left: 5px;
    color: white;
    font-size: 0.9em;
}

.modal-content .footer .next {
    border-radius: 14px;
    background: url(../images/caretr.png) no-repeat center white;
    margin-right: 35px;
    padding: 0;
    cursor: pointer;
}

.modal-content .footer .next a {
    color: #ffffff00;
}

.modal-content .footer .next span {
    position: absolute;
    top: 35px;
    left: 7px;
    color: #3b495b;
    font-size: 0.9em;
}

sup {
    cursor: pointer;
}

.default-tooltip {
    font-size: 12px;
    position: relative;
    top: -8px;
}

.tooltip {
    opacity: 1;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .tooltip-inner {
    opacity: 1;
    padding: 15px 10px;
    background: white;
    color: #555555;
    box-shadow: 0 0 7px;
    text-align: left;
}

.tooltip .tooltip-arrow, .tooltip .arrow {
    display: none !important;
}

.modal-body .graph {
    height: 420px;
    width: 100%;
}

.modal-content.video .close {
    background: white;
    border-radius: 99px;
    margin: 10px;
    padding: 5px 16px;
}

.modal-content.video {
    background: rgba(39, 39, 39, 0.8509803921568627);
}

.modal-content.video .modal-body .full-video {
    position: relative;
}

.modal-content.video .modal-body .full-video > div {
    margin-top: 100px;
    margin: 5% auto;
    width: 70%;
}

#b1Modal .modal-dialog, #b3Modal .modal-dialog {
    background: none !important;
}

.row.blocks {
    min-height: 100vh;
}

.modal-content .footer > div {
    margin: 0 !important;
    padding: 20px;
}

.modal-content .footer .right {
    padding: 0;
    margin: 0;
}

.modal.left .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal .footer .col-auto a {
    padding: 20px;
}

.modal .graph-cont {
    width: 100%;
    overflow: hidden;
}

.graph > * {
    
}
.graph img { max-width: 100%; }

.graph p {
    z-index: 9;
}

p.s1, p.s5 {
    color: #3e3e3e;
    font-size: 16px;
}

p.s2, p.s3 {
    color: #139fd2;
}

p.s5 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #565656;
}

p.s6 {
    font-size: 24px;
    font-weight: bold;
}

p.s6 span {
    font-size: 37px;
}

p.t2 {
    top: 75px;
    left: 63px;
    z-index: 10;
}

p.t3 {
    top: 44px;
    left: 30px;
    font-size: 24px;
    font-weight: bold;
}

p.t4 {
    top: 151px;
    left: 131px;
    font-size: 18px;
    font-weight: bold;
}

p.t1 {
    top: 23px;
    left: 30px;
}

p.t5 {
    top: 96px;
    left: 157px;
    z-index: 9;
    font-size: 28px;
    font-weight: bold;
}

p.t6 {
    top: 131px;
    left: 520px;
    width: 200px;
}

p.t7 {
    top: 242px;
    left: 143px;
    width: 200px;
}

p.t8 {
    top: 239px;
    left: 335px;
    width: 200px;
}

p.t9 {
    top: 239px;
    left: 519px;
}

.graph .img.i1 {
    width: 100px;
    height: 100px;
    top: 80px;
    left: 41px;
    background: url("../images/graph1.png") no-repeat;
}

.graph .img.i2 {
    width: 285px;
    height: 62px;
    top: 87px;
    left: 102px;
    background: url("../images/graph2.png") no-repeat;
}

.graph .img.i3 {
    width: 176px;
    height: 272px;
    top: 111px;
    left: 297px;
    background: url("../images/graph3.png") no-repeat;
}

.graph .img.i4 {
    width: 208px;
    height: 166px;
    top: 218px;
    left: 490px;
    background: url("../images/graph4.png") no-repeat;
}

.blocks video {
    height: 100%;
    display: table;
}
@media (max-width: 991px) { .blocks video { position: absolute; left: 50%; transform: translate(-50%,0); } }

.highlighted {
    color: #fd6500;
    font-weight: bold;
}

/** mobile **/
@media (max-width: 700px) {
    .bottom {
        position: relative;
    }

    body .main {
        overflow: inherit;
        overflow-x: hidden;
    }

    .row.blocks > div {
    height: 350px;
    }
    
    #b1Modal .modal-content .footer { background-color: #002448;}
    #b3Modal .modal-content .footer { background-color: #000;}
    #b4Modal .modal-content .footer { background-color: #11b8ef;}
    
    .modal-content .footer {
        padding-top: 20px;
        background: #3b495b;
    }
    .modal-content .footer.lightblue {
        background: #00B0F0;
    }
    .modal-content .footer.blue {
        background: #005EB8;
    }

    .modal-content .footer .next span {
        color: white;
    }
}

@media (min-width: 700px) and (max-width: 1050px) {
    .row.bottom-links {
        width: 100%;
    }

    .row.blocks .button-cont {
        /* position: relative; */
        bottom: 0;
        display: block;
    }

    .blocks .block .text {
        padding: 35px 7% 0;
        position: relative;
        display: block;
    }

    body .main {
        overflow: hidden;
    }

    .blocks > div {
        min-height: 300px;
    }

    .blocks .b1 .button-cont, .blocks .b3 .button-cont {
         margin-top: 83px;
    }

    .modal-content .footer .right {
        background: white;
    }
}

@media (max-width: 876px) {
    .row.main-info .col-sm-4 {
        display: none;
    }

    .main-info {
        margin-top: 30px;
    }

    .footer-black {
        display: none;
    }

    .socials > div.mail.full .request {
        /* display: none; */
    }

    .socials > div.mail.full div {
        /* padding-left: 25px; */
    }

    .socials > div.mail.full div a {
        pointer-events: none;
    }

    .socials > div.mail.full.clickable div a {
        pointer-events: inherit;
    }

    .modal-dialog .modal-content {
        overflow: inherit;
    }

    .modal-body div.logo {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 30px auto;
        display: none;
    }

    .modal-body .right h1, .modal-body .right .text {
        margin: 20px;
    }

    .modal-body .left .text {
        font-size: 1.5em;
        padding: 6% 9%;
    }

    .modal-body .col-auto.mail.full {
         margin: 20px 20px 50px;
    }

    .modal-dialog .modal-header {
        position: relative;
    }

    .modal {
        overflow-y:auto;
    }

    .modal-content .footer .back {
        margin-left: 35px;
    }

    .modal-content.video .modal-body .full-video > div {
        width: 100%;
    }

    .bottom-links > div > div {
        margin: 30px auto 30px;
    }

    .modal-dialog .modal-content {
        height: auto;
    }

    .modal .graph-cont {
        overflow: hidden;
    }

    .modal-body .graph {
        margin: 0 auto 0;
        width: auto;
        overflow: hidden;
        left: 5px;
        height: auto
    }

    .modal-content .footer > div > div {
        margin-bottom: 52px;
    }

    .graph .img {
        background-size: 100% !important;
    }

    .graph .img.i1 {
        width: 50px;
    }

    .graph .img.i2 {
        width: 190px;
        height: 100px;
        top: 90px;
        left: 91px;
    }

    .graph .img.i3 {
        width: 132px;
        height: 360px;
        top: 107px;
        left: 214px;
    }

    .graph .img.i4 {
        width: 133px;
        height: 200px;
        top: 328px;
        left: 214px;
    }

    p.s1, p.s5 {
        color: #3e3e3e;
        font-size: 18px;
    }

    p.s2, p.s3 {
        color: #139fd2;
    }

    p.s5 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        color: #565656;
    }

    p.s6 {
        font-size: 16px;
        font-weight: bold;
    }

    p.s6 span {
        font-size: 28px;
    }

    p.t2 {
        top: 75px;
        left: 58px;
        z-index: 10;
    }

    p.t3 {
        top: 45px;
        left: 25px;
        font-size: 21px;
        font-weight: bold;
    }

    p.t4 {
        top: 135px;
        left: 81px;
        font-size: 16px;
        /* font-weight: bold; */
    }

    p.t1 {
        top: 19px;
        left: 25px;
    }

    p.t5 {
        top: 95px;
        left: 115px;
        z-index: 9;
        font-size: 22px;
        font-weight: bold;
    }

    p.t6 {
        top: 350px;
        left: 100px;
        width: 130px;
    }

    p.t7 {
        top: 206px;
        left: 100px;
        width: 130px;
    }

    p.t8 {
        top: 202px;
        left: 247px;
        width: 200px;
    }

    p.t9 {
        top: 333px;
        left: 229px;
    }
    
    .related { margin: 30px 20px 0 !important; }
}

@media (min-width: 1650px) {
    .main-info .text h1 {
        font-size: 3em;
    }

    .main-info .text p {
        font-size: 1.6em;
    }

    .main-info .text {
        padding-right: 20%;
    }

    /*.socials > div.mail > div, .modal div.mail {*/
        /*font-size: 1em;*/
        /*padding: 7px 26px 9px 25px;*/
    /*}*/

    /*.socials > div > div {*/
        /*height: 35px;*/
    /*}*/

    .blocks .block .text {
        font-size: 3vh;
    }

    .modal-body .right .text {
        font-size: 1.4em;
    }

    .modal-body .right h1 {
        font-size: 3.2em;
    }

    .modal-body .right h1.testimonials {
        font-size: 2.5em;
    }

    .modal div.mail {
        font-size: 1.3rem;
    }

    .modal-body .left .text {
        font-size: 2em;
    }

    .modal .graph-cont {
        min-height: 550px;
    }

    .modal-body .graph {
        margin: 30px auto 0;
        width: 1000px;
        height: 530px;
        overflow: hidden;
    }

    .modal-content .footer > div > div {
        margin-bottom: 52px;
    }

    .graph .img {
        background-size: 100% !important;
    }

    .graph .img.i1 {
        width: 90px;
    }

    .graph .img.i2 {
        width: 330px;
        height: 100px;
        top: 97px;
        left: 132px;
    }

    .graph .img.i3 {
        width: 230px;
        height: 360px;
        top: 125px;
        left: 344px;
    }

    .graph .img.i4 {
        width: 269px;
        height: 300px;
        top: 266px;
        left: 601px;
    }

    p.s1, p.s5 {
        color: #3e3e3e;
        font-size: 22px;
    }

    p.s2, p.s3 {
        color: #139fd2;
    }

    p.s5 {
        font-size: 42px;
        line-height: 52px;
        font-weight: bold;
        color: #565656;
    }

    p.s6 {
        font-size: 32px;
        font-weight: bold;
    }

    p.s6 span {
        font-size: 50px;
    }

    p.t2 {
        top: 75px;
        left: 65px;
        z-index: 10;
    }

    p.t3 {
        top: 35px;
        left: 25px;
        font-size: 32px;
        font-weight: bold;
    }

    p.t4 {
        top: 170px;
        left: 143px;
        font-size: 24px;
        font-weight: bold;
    }

    p.t1 {
        top: 7px;
        left: 25px;
    }

    p.t5 {
        top: 105px;
        left: 174px;
        z-index: 9;
        font-size: 38px;
        font-weight: bold;
    }

    p.t6 {
        top: 138px;
        left: 649px;
        width: 200px;
    }

    p.t7 {
        top: 292px;
        left: 143px;
        width: 200px;
    }

    p.t8 {
        top: 278px;
        left: 396px;
        width: 200px;
    }

    p.t9 {
        top: 279px;
        left: 640px;
    }
}

@media (max-width: 991px) {
    #b1 { order: 1; }
    #b2 { order: 2; }
    #b3 { order: 3; }
    #b4 { order: 4; }
    #b5 { order: 5; }
    #b6 { order: 6; }
}

@media all and (-ms-high-contrast:none)
{
    _:-ms-fullscreen, :root .row.blocks {
        height: 100vh;
    }

    .modal.fade .modal-dialog {
        transition: none !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .modal-content.video .modal-body .full-video {
        background: rgba(39, 39, 39, 0.8509803921568627);
    }

    .modal-content .footer .next a {
        color: rgba(255, 255, 255, 0);
    }

    .col-auto.back a {
        color: rgba(255, 255, 255, 0);
    }

    .more-details {
        background-color: rgba(255, 255, 255, 0.7294117647058823);
    }

}

.home                                   { display: flex; flex-direction: column; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.home-video                             { flex: 1; position: relative; }
.home-video__container                  { position: relative; overflow: hidden; height: 100%;  }
.home-video__container  video           { min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.home-video__content                    { position: absolute; bottom: 144px; right: 100px; width: 50%; }
@media (max-width:620px) { .home-video__content { width: auto; left: 20px; right: 20px; bottom: 54px; } }
.home-video__content h1                 { font-family: 'GE'; color: #fff; }
@media (max-width:620px) { .home-video__content h1 { font-size: 22px; } }
.home-video__content p                  { font-family: 'GE'; color: #fff; font-size: 20px; margin: 0; }
@media (max-width:620px) { .home-video__content p { font-size: 14px; } }
.home-video__details                    { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px; background: rgba(255,255,255,0.68); text-align: center; }
@media (max-width:620px) { .home-video__details { padding: 5px; font-size: 13px;  } }
.home-video__details span               { color: #0A246A; text-decoration: none; }
@media (max-width:620px) { .home-video__details a { font-size: 12px; } }
.home-footer                            { }
.home-footer ul                         { display: flex; width: 100%; list-style: none; padding: 0; margin: 0; }
@media (max-width:620px) { .home-footer ul { flex-direction: column; } }
.home-footer li                         { padding: 80px 50px; flex: 1; }
@media (max-width:1050px) { .home-footer li { padding: 30px; } }
@media (max-width:900px) { .home-footer li { padding: 15px; } }
.home-footer li:nth-child(1)            { background: #139fd2; }
.home-footer li:nth-child(1) a          { color: #139fd2; }
.home-footer li:nth-child(1) span       { background: #139fd2; }
.home-footer li:nth-child(2)            { background: #3b495b; }
.home-footer li:nth-child(2) a          { color: #3b495b; }
.home-footer li:nth-child(2) span       { background: #3b495b; }
.home-footer li:nth-child(3)            { background: #135da5; }
.home-footer li:nth-child(3) a          { color: #135da5; }
.home-footer li:nth-child(3) span       { background: #135da5; }
.home-footer a                          { padding: 10px 20px 10px 10px; background: #fff; display: block; font-size: 20px; white-space: nowrap; border-radius: 100px; transition: all 0.3s; font-weight: bold; }
@media (max-width:900px) { .home-footer a { font-size: 14px; padding: 7px 14px 7px 7px; } }
.home-footer a:hover                    { background: #cddef9; }
.home-footer span                       { background: #333; display: inline-block; width: 30px; height: 30px; border-radius: 50%; text-align: center; margin: 0 10px 0 0; color: #fff; }
@media (max-width:900px) { .home-footer span { width: 22px; height: 22px; } }


.related                                { margin: 30px 0 0; }
.related h2                             { font-size: 19px; text-transform: uppercase; padding: 0 0 5px; border-bottom: 1px solid rgb(62,62,62); margin: 0 0 20px; }
.related ul                             { list-style: none; padding: 0; margin: 0; }
.related li                             { padding: 0; margin: 0 0 20px; }
.related a                              { display: flex; }
.related__icon                          { width: 45px; padding: 0 15px 0 0; }
.related__content                       { flex: 1;  }
.related__content h3                    { color: #00B0F0; text-transform: uppercase; margin: 0; font-size: 16px; font-weight: bold; }
.related__content p                     { text-transform: uppercase; font-size: 14px; margin: 0; }

.tooltip                                { position: static !important; display: inline !important; font-size: 0.65rem !important; }
.tooltipster-content                    { font-size: 14px; }

.video-overlay-text                     { background: rgba(255,255,255,0.75); padding: 10px 100px; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; color: #333; }
@media (max-width:620px) { .video-overlay-text { padding: 5px 10px; font-size: 12px; } }

.block-overlay-text                     { background: rgba(255,255,255,0.75); padding: 10px 100px; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; color: #333; }
@media (max-width:620px) { .block-overlay-text { padding: 5px 10px; font-size: 12px; } }               

.embed-responsive                       { background: black; }

@media (max-width:620px) { 
    .embed-responsive { display: flex !important; flex-direction: column; }
    .embed-responsive::before { display: none !important; }
    .embed-responsive-item { position: static !important; }
    .video-overlay-text { position: static; padding: 5px 20px; font-size: 11px; line-height: 1.2; }
}

.full-gallery                           { margin: 0 -20px; }
@media (max-width: 876px) { .full-gallery { margin: 0; } }
.full-gallery ul                        { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.full-gallery li                        { width: 25%; padding: 0 10px 30px; position: relative; }
.full-gallery li .icon                  { width: 25px; padding: 0 10px 10px;  position:absolute; right: 40px; bottom: 20px; z-index: 999;}
@media (max-width: 1024px) { .full-gallery li .icon { right: 15px;} }
.full-gallery li .icon img              { width: 35px;}
@media (max-width: 1024px) { .full-gallery li .icon img { width: 22px;} }
.full-gallery--two                      { padding: 8%; margin:0; }
.full-gallery--two li                   { width: 50%; }
.full-gallery a                         { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.full-gallery__img                      { border: 1px solid #999; background: #000; display: flex; height: 100%; align-items: center; position: relative; }
.full-gallery__img--circle              { border: 0 none; background: #d5d5d5; border-radius: 999px; overflow: hidden; }
.full-gallery__img img                  { display: block; max-width: 100%; }
.full-gallery__title                    { display: block; font-size: 12px; text-align: center; margin: 5px 0 0; }
.gallery-item-resources span { font-size: 0.9rem; }
@media (max-width: 1024px) { .gallery-item-resources span { font-size: 0.8rem; } }
.resources { padding-top: 8%; }
@media (max-width: 995px) { .resources { padding-top: 0%; padding-bottom: 30%; } }
.mfp-bg                                 { z-index: 1051; }
.mfp-wrap                               { z-index: 1052; }

.video-button                           { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); cursor: pointer;}

.mfp-bg { background: #0b0b0b !important; opacity: 1.0 !important; }
.white-popup                            { position: relative; background: #000; width: auto;  margin: 20px auto; text-align: center; }
.white-popup img                        { width: 858px; height: 715px; display: block; margin: 0 auto; }
@media (max-width:1050px), (max-height:900px) { .white-popup img { width: 568px; height: 473px; } }
@media (max-width:720px), (max-height:650px) { .white-popup img { width: 240px; height: 221px; } } 

.gallery-ba                             { display: block; width: 858px; height: 715px; margin: 0 auto; }
@media (max-width:1050px), (max-height:900px) { .gallery-ba { width: 568px; height: 473px; } }
@media (max-width:720px), (max-height:650px) { .gallery-ba { width: 240px; height: 200px; } }

.infographic                            { background: url(../images/infographic/imag.jpg) no-repeat #000 center center; background-size: cover; position: relative; padding: 50px; height: 100%; }
@media (max-width:1023px) { .infographic { background: none; } }
.infographic__overlay                   { position: fixed; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 2; visibility: hidden; opacity: 0; transition: all 1s; }
.infographic__overlay.active            { display: block; visibility: visible; opacity: 1; }
.infographic__inner                     { width: 100%; text-align: center; position: relative; height: 100%; }
.infographic__inner:after               { content: ""; display: block; background: rgba(0,0,0,0.7); position: absolute; top: 0; left: 50%; right: 0; bottom: 0; width: 50%; height: 100%; z-index: 1; opacity: 0; transition: all 0.3s; }
.infographic__inner--active:after       { opacity: 1; }
.infographic__title                     { background: url(../images/infographic/icon-radiologist.svg) no-repeat; padding: 0 0 0 60px; color: #11b8ef; display: inline-block; margin: 0 0 50px; position: relative; z-index: 3; }
@media (max-width:1023px) { .infographic__title { font-size: 24px; padding: 0 0 0 40px; } }

.infographic__content                   { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); display: flex; justify-content: space-between; align-items: flex-start; z-index: 2; }
@media (max-width:1023px) { .infographic__content { position: static; transform: none; display: block; } }

.infographic__exam                      { width: 320px; position: relative; padding: 0 20px 0 0; z-index: 3; }
@media (max-width:1023px) { .infographic__exam { width: auto; } }

.infographic__exam h2                   { color: #11b8ef; font-size: 22px; text-align: left; margin: 0 0 30px; opacity: 0; visibility: hidden; transition: all 0.5s; }
@media (max-width:1023px) { .infographic__exam h2 { visibility: visible; opacity: 1; } }
.infographic__exam h2.active            { visibility: visible; opacity: 1; }
.infographic__exam ul                   { list-style: none; padding: 0; margin: 0;  display: flex;  }
.infographic__exam__content             { position: absolute; top: 0; left: 100%; opacity: 0; visibility: hidden; transition: all 1s; }
@media (max-width:1023px) { .infographic__exam ul { display: block; } }
.infographic__exam li                   { padding: 0 50px 0 0; margin: 0; text-align: left; }
.infographic__exam__img                 { height: 120px; display: block; margin: 0 0 10px; }
@media (max-width:1023px) { .infographic__exam__img { display: none; } }
.infographic__exam button               { border: 0 none; margin: 0; line-height: 1; background: transparent; color: #11b8ef; outline: none; background: url(../images/infographic/icon-open.svg) no-repeat; background-size: 30px; padding: 0 0 0 40px; text-align: left; text-transform: uppercase; }
@media (max-width:1023px) { .infographic__exam button { background: none; padding: 0; margin: 0 0 5px; } }
@media (max-width:1023px) { .infographic__exam button br { display: none; } } 
.infographic__exam button.active        { color: #fff; background: url(../images/infographic/icon-close.svg) no-repeat; }
.infographic__exam .footnote            { color: #11b8ef; font-size: 16px; text-align: left; margin: 30px 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; }
@media (max-width:1023px) { .infographic__exam .footnote { visibility: visible; opacity: 1; font-size: 12px; margin: 0 0 30px; } }
.infographic__exam .footnote.active     { visibility: visible; opacity: 1; }

.infographic__exam__content             { position: absolute; top: 0; left: 100%; opacity: 0; visibility: hidden; transition: all 1s; }
@media (max-width:1023px) { .infographic__exam__content  { position: static; opacity: 1; visibility: visible; } }
.infographic__exam__content--active     { opacity: 1; z-index: 1; visibility: visible; }
.infographic__exam__content ul          { display: flex; list-style: none; padding: 0; margin: 0; }
.infographic__exam__content li          { padding: 0 20px 0 0; }
.infographic__exam__content__img        { border: 1px solid #fff; width: 260px; }
@media (max-width:1260px) { .infographic__exam__content__img { width: 180px; } }
@media (max-width:1023px) { .infographic__exam__content__img { width: 80px; } }
.infographic__exam__content__img img    { max-width: 100%; }
.infographic__exam__content p           { padding: 10px; text-align: center; color: #fff; }
@media (max-width:1023px) { .infographic__exam__content p { font-size: 12px; } }
.infographic__exam__content p strong    { color: #11b8ef; }

.infographic__data                      { width: 50%; display: flex; justify-content: flex-end; opacity: 1; position: relative; transition: all 1s; }
@media (max-width:1023px) { .infographic__data { display: block; width: auto; } }
.infographic__data--active              { justify-content: flex-start; }
.infographic__data--hide                { opacity: 0; }
.infographic__data ul                   { list-style: none; padding: 0; margin: 0; width: 50%; position: absolute; top: 0; left: 50%; transition: left 0.5s; }
@media (max-width:1023px) { .infographic__data ul { position: static; width: auto; } }
.infographic__data--active ul           { left: 0; }
.infographic__data li                   { padding: 0 0 0 20px; margin: 0 0 20px; text-align: left; position: relative; }
@media (max-width:1023px) { .infographic__data li { padding: 0; } }
.infographic__data li.active button     { background: url(../images/infographic/icon-close.svg) no-repeat; color: #fff; }
.infographic__data button               { border: 0 none; margin: 0; line-height: 30px; background: transparent; color: #11b8ef; outline: none; background: url(../images/infographic/icon-open.svg) no-repeat; background-size: 30px;  padding: 0 0 0 40px; text-align: left; text-transform: uppercase; white-space: nowrap; }
@media (max-width:1260px) { .infographic__data button { background-size: 25px; line-height: 25px; font-size: 14px; padding: 0 0 0 30px; } }
@media (max-width:1023px) { .infographic__data button { background: none; padding: 0; } }
.infographic__data__content             { width: 100%; position: absolute; top: 0; right: -100%; visibility: hidden; opacity: 0; transition: all 0.3s; }
@media (max-width:1023px) { .infographic__data__content { position: static; visibility: visible; opacity: 1; } }
.infographic__data__content--active     { visibility: visible; opacity: 1; }
.infographic__data__content h2          { background: no-repeat; padding: 0 0 0 60px; font-size: 50px; color: #11b8ef; font-weight: 700; line-height: 50px; padding: 0 0 0 55px; }
@media (max-width:1023px) { .infographic__data__content h2 { font-size: 20px; line-height: 20px; margin: 5px 0; padding: 0 0 0 25px;  } }
.infographic__data__content p           { color: #fff; font-size: 18px; }
@media (max-width:1023px) { .infographic__data__content p { font-size: 12px; } }
.infographic__data img                  { width: 100px; }

.infographic__disclaimer                { position: absolute; bottom: 0; left: 0; color: #7c7c7c; font-size: 12px; text-align: left; max-width: 530px; }
@media (max-width:1023px) { .infographic__disclaimer { position: static; } }

.twentytwenty-wrapper                   { position: relative; padding: 70px 50px;  }
@media (max-width:620px) { .twentytwenty-wrapper { padding: 40px 50px 70px; } }
.twentytwenty-container__title          { font-size: 22px; color: #fff; position: relative; top: 10px; left: 20px; width: 100%; text-align: left; }
@media (max-width:620px) { .twentytwenty-container__title { font-size: 14px; top: 10px; } }
.twentytwenty-container__left           { position: absolute; bottom: 40px; left: 50%; padding: 0 100px 0 0; transform: translate(-100%,0); color: #fff; font-size: 14px; }
@media (max-width:620px) { .twentytwenty-container__left { padding: 0 50px 0 0; font-size: 12px;  } }
.twentytwenty-container__right          { position: absolute; bottom: 40px; left: 50%; padding: 0 0 0 100px; color: #fff; font-size: 14px; }
@media (max-width:620px) { .twentytwenty-container__right { padding: 0 0 0 50px; font-size: 12px; } }
.twentytwenty-container__disclaimer     { position: absolute; bottom: 10px; text-align: center; left: 0; width: 100%; font-size: 12px; color: rgba(255,255,255,0.8);}
@media (max-width:620px) { .twentytwenty-container__disclaimer { font-size: 8px; } }
.twentytwenty-container__right strong   { color: #11b8ef; font-weight: normal; }

.white-popup .mfp-close { color: #fff; }

.modal-launch                           { cursor: pointer; }

.details-contact                        { position: absolute; bottom: 20px; left: 30px; }
.details-contact a                      { background: url(../images/letter.png) no-repeat left center #fd6500; background-position-x: 13px; background-size: 25px; padding: 8px 25px 8px 25px; border-radius: 999px; font-family: GE; font-size: 14px; display: block; overflow: hidden; width: 50px; transition: all 0.3s; }
.details-contact a:hover                { width: 245px; }
.details-contact .request               { padding-left: 25px; color: #fff; white-space: nowrap; }