@charset "UTF-8";
body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #0c1b44;
}

body::-webkit-scrollbar-thumb {
    background-color: #fab600;
}

.blisce-delay-150 {
    animation-delay: 150ms!important;
    -webkit-animation-delay: 150ms!important;
}

.blisce-delay-250 {
    animation-delay: 250ms!important;
    -webkit-animation-delay: 250ms!important;
}

.blisce-delay-500 {
    animation-delay: 500ms!important;
    -webkit-animation-delay: 500ms!important;
}

.blisce-delay-650 {
    animation-delay: 650ms!important;
    -webkit-animation-delay: 650ms!important;
}

section {
    width: 100vw!important;
    max-width: 100vw!important;
}

body {
    width: 100vw!important;
    max-width: 100vw!important;
    overflow-x: hidden!important;
}

@-webkit-keyframes bliscefadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes bliscefadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.blisce_fadeIn {
    animation: bliscefadeIn;
    -webkit-animation: bliscefadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.blisce_fadeInUp {
    animation: bliscefadeInUp;
    -webkit-animation: bliscefadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.blisce_fadeInLeft {
    animation: bliscefadeInLeft;
    -webkit-animation: bliscefadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.blisce_fadeInRight {
    animation: bliscefadeInRight;
    -webkit-animation: bliscefadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.blisce_fadeInDown {
    animation: bliscefadeInDown;
    -webkit-animation: bliscefadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bliscefadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bliscefadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes bliscefadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bliscefadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60px 0, 0);
        transform: translate3d(-60px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes bliscefadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bliscefadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes bliscefadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        -moz-transform: translate3d(0, 60px, 0);
        -ms-transform: translate3d(0, 60px, 0);
        -o-transform: translate3d(0, 60px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bliscefadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        -moz-transform: translate3d(0, 60px, 0);
        -ms-transform: translate3d(0, 60px, 0);
        -o-transform: translate3d(0, 60px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.font-open {
    font-family: 'Open Sans', sans-serif;
}

.font-other {
    font-family: 'PT Sans', sans-serif;
}

.font-weight-light {
    font-weight: 100;
}

header,
footer {
    overflow: hidden;
}

section {
    height: 100vh;
    overflow: hidden;
}

.yellow {
    color: #FBB315;
}

.blue {
    color: #25408D;
}

.golden {
    color: #FBAE17;
}

.white {
    color: white;
}

.bottom-separator {
    border-bottom: solid 8px #25408D;
}

.extra-bold {
    font-weight: 800;
}

.semi-bold {
    font-weight: 600;
}

.download-link {
    text-decoration: none;
}

.download-link:hover,
.download-link:focus {
    text-decoration: none;
}

.download-link img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.download-link p {
    margin: auto;
    font-size: 14px;
    line-height: 15px;
    font-style: italic;
}

.separator-title {
    font-size: 40px;
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.select-box {
    z-index: 8;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
    font-size: 18px;
    color: #60666d;
}

@media (min-width: 768px) {
    .select-box {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .select-box {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .select-box {
        width: 50%;
    }
}

.select-box__current {
    position: relative;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
    height: 100px;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    background: white;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.impact-arrow {
    height: auto;
    margin: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 35px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.select-box__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.status {
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.max-height-0 {
    max-height: 0;
    overflow: hidden;
}

body {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

body.loaded {
    opacity: 1;
}

#square-block {
    background-image: url(../assets/images/)
}

.square-block a {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    height: 50%;
    cursor: pointer;
}

.square-block a h2 {
    font-family: "Open Sans";
    font-size: 27px;
}

.square-block .square.blue-bg {
    background-color: #3ab5e5a1;
}

.square-block .square.dark-blue-bg {
    background-color: #2d708ba1;
}

.square-block .square.yellow-bg {
    background-color: #f0b11fa1;
}

.square-block .square .read-more {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.ripple {
    width: 290px;
    height: 290px;
}

.ripple span.big {
    font-size: 19px;
}

.ripple.big {
    width: 450px;
    height: 450px;
}

.ripple.big .ripple-wrapper {
    width: 100%;
    height: 100%;
}

.ripple.big .ripple-wrapper .ripple-text {
    width: 100%;
}

.ripple.medium {
    width: 300px;
    height: 300px;
}

.ripple.small {
    width: 180px;
    height: 180px;
}

.ripple.extra-small {
    width: 60px;
    height: 60px;
}

.ripple.extra-small .ripple-text {
    padding: 10px !important;
}

.ripple .ripple-wrapper {
    width: 100%;
    height: 100%;
}

.ripple .ripple-wrapper .ripple-text {
    /*  top:50%;
          left:50%;


                  -webkit-transform:translate(-50%,-50%);


                          transform:translate(-50%,-50%);*/
    background-color: #FBB315;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    color: white;
    padding: 40px;
}

.ripple .ripple-wrapper .ripple-text.blue-background {
    background-color: #25408D;
}

.ripple .ripple-wrapper .ripple-text.white-background {
    background-color: white;
}

.ripple .ripple-wrapper .ripple-text.transparent-background {
    background-color: transparent;
}

.ripple .ripple-wrapper .ripple-text .pre-title {
    text-transform: uppercase;
    font-size: 13px;
}

.ripple .ripple-wrapper .ripple-text .title {
    text-transform: uppercase;
    font-size: 38px;
}

.ripple .ripple-wrapper .ripple-text .title .motto {
    text-transform: none !important;
    font-style: italic;
    font-size: 28px;
}

.ripple .ripple-transparent,
.ripple .ripple-white,
.ripple .ripple-yellow,
.ripple .ripple-blue {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ripple .ripple-white {
    width: 60%;
}

.ripple .ripple-yellow {
    width: 90%;
}

.ripple .ripple-blue {
    width: 100%;
}

.ripple-white {
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
}

.ripple-yellow {
    -webkit-animation: ripple 2.5s linear infinite;
    animation: ripple 2.5s linear infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ripple-blue {
    -webkit-animation: ripple 1.8s linear infinite;
    animation: ripple 1.8s linear infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.slide-in-blurred-right {
    -webkit-animation: slide-in-blurred-right 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-right 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes ripple {
    0% {
        width: 290px;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        width: 150%;
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        width: 100%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        width: 150%;
        opacity: 0;
    }
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


/* ----------------------------------------------
* Generated by Animista on 2019-7-5 17:38:19
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */


/**
* ----------------------------------------
* animation scale-in-center
* ----------------------------------------
*/

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.slide-in-blurred-left {
    -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}


/* ----------------------------------------------
* Generated by Animista on 2019-7-5 17:39:6
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */


/**
* ----------------------------------------
* animation slide-in-blurred-left
* ----------------------------------------
*/

@-webkit-keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}


/* ----------------------------------------------
* Generated by Animista on 2019-7-5 18:20:49
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */


/**
* ----------------------------------------
* animation slide-in-blurred-right
* ----------------------------------------
*/

@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slide-in-blurred-left {
    -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}


/* ----------------------------------------------
* Generated by Animista on 2019-7-5 18:22:40
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */


/**
* ----------------------------------------
* animation slide-in-blurred-left
* ----------------------------------------
*/

@-webkit-keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.background-gray {
    background-color: #3b4149;
}

.background-dark-gray {
    background-color: #2d3640;
}

body,
html {
    font-family: 'PT Sans', sans-serif;
}

header {
    height: 184px;
}

header .mpp-logo {
    max-width: 100%;
    max-height: 100%;
}

.page-wrapper {
    background-image: url(../assets/symbols/page-wrapper.svg);
    background-size: 100%;
    /*background-position: center 0;*/
    background-repeat: no-repeat;
}

#intro {
    height: auto;
    width: 100vw;
}

#intro .content {
    height: 100vh;
    width: 100vw;
    background-image: url("../assets/images/capa.png");
    background-size: cover;
    background-position: center;
    background-color: #97CACA;
}

#intro .background-decoration,
#intro .content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#intro .background-decoration {
    z-index: 0;
}

#intro .content {
    z-index: 1;
}

#intro .background-decoration .blue-decorator {
    width: 100%;
    /* left: -50%; */
    height: 100%;
    padding-top: 7%;
    padding-left: 7%;
}

#intro .background-decoration .blue-decorator img {
    width: 170%;
    height: 90;
    position: absolute;
    left: -75%;
}

#intro .background-decoration .blue-decorator:before {
    content: '';
}

#intro .background-decoration .golden-line {
    width: 100%;
    /* left: -50%; */
    height: 100%;
    padding-top: 7%;
    padding-left: 7%;
    position: absolute;
    top: 0;
}

#intro .background-decoration .golden-line img {
    width: 170%;
    height: 90;
    position: absolute;
    left: -72%;
    top: 18%;
}

#intro .background-decoration .golden-line:before {
    content: '';
}

#icons-section {}

.square-title {
    top: 10%;
    color: #ffffff;
    font-family: "Josefin Sans";
    font-weight: 700;
    left: 0;
    /* Text style for "Who we are" */
    text-transform: uppercase;
}

.icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.icon-wrapper .icon {
    width: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.icon-wrapper .white {
    font-size: 14px;
    line-height: 16px;
}

#impact-section {
    height: auto;
    background-color: #F0F0F0;
    padding-bottom: 60px;
    min-height: 900px;
}

#impact-section .header {
    height: 184px;
    margin-bottom: 60px;
}

#impact-section #map-animation-one .ripple .ripple-wrapper .ripple-text {
    padding: 10px;
}

#impact-section #map-animation-one .ripple .content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#impact-section #map-animation-one .ripple .content p {
    font-size: 12px;
}

#impact-section #map-animation-one .animation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#impact-section #map-animation-one .animation-wrapper .north-america {
    width: 45%;
    height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .north-america .ripples-position {
    right: 0;
}

#impact-section #map-animation-one .animation-wrapper .north-america .ripples-size {
    width: 450px;
    height: 300px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .first {
    top: 0;
    left: 30%;
}

#impact-section #map-animation-one .animation-wrapper .north-america .first h2 {
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 0;
}

#impact-section #map-animation-one .animation-wrapper .north-america .first p {
    font-size: 14px;
    line-height: 16px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .second {
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .north-america .second .ripple-text {
    padding: 15px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .second .arrow {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: relative;
    top: 90%;
    left: 30%;
    height: 45px;
    width: 20px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .third {
    right: 5%;
    top: 100px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 130px;
    height: 130px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .third h2 {
    font-size: 51px;
    margin-bottom: 0;
    font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .north-america .third p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

#impact-section #map-animation-one .animation-wrapper .europe {
    width: 55%;
    height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .europe .ripples-size {
    width: 640px;
    height: 320px;
}

#impact-section #map-animation-one .animation-wrapper .europe .first {
    top: 10%;
    left: 36%;
    width: 175px;
    height: 175px;
}

#impact-section #map-animation-one .animation-wrapper .europe .first h2 {
    font-size: 39px;
    font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .europe .first p {
    font-size: 12px;
    font-weight: 600;
}

#impact-section #map-animation-one .animation-wrapper .europe .first .ripple-text .content {
    padding-left: 10px;
    padding-right: 50px;
}

#impact-section #map-animation-one .animation-wrapper .europe .second {
    left: 55%;
    top: 0;
    z-index: 2;
    width: 130px;
    height: 130px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text {
    padding: 5px;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text .margin-fix {
    margin-top: -10px !important;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text h2 {
    font-size: 39px;
    line-height: 34px;
    font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text p {
    font-size: 12px;
    font-weight: 600;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .arrow {
    position: relative;
    top: 90%;
    left: 30%;
    height: 45px;
    width: 20px;
}

#impact-section #map-animation-one .animation-wrapper .europe .third {
    left: 55%;
    top: 35%;
    width: 130px;
    height: 130px;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .europe .third .ripple-text {
    padding: 5px;
}

#impact-section #map-animation-one .animation-wrapper .europe .third .ripple-text h2 {
    font-size: 39px;
    line-height: 34px;
    font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .europe .third .ripple-text p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

#impact-section #map-animation-one .animation-wrapper .europe .fourth {
    left: calc(50% - 14px);
    top: calc(100% - 42px);
    width: 28px;
    height: 28px;
    z-index: 2;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .europe .fourth p {
    font-size: 12px !important;
    font-weight: 600 !important;
}

#impact-section #map-animation-one .animation-wrapper .south-america {
    width: 33.33333%;
    height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .south-america .first {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .south-america .ripple {
    right: 0;
    width: 156px;
    height: 156px;
}

#impact-section #map-animation-one .animation-wrapper .south-america h2 {
    font-size: 51px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .south-america p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

#impact-section #map-animation-one .animation-wrapper .asia {
    width: 33.33333%;
    height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .asia .ripples-position {
    right: 10%;
}

#impact-section #map-animation-one .animation-wrapper .asia .ripples-size {
    width: 320px;
    height: 320px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first {
    top: 0;
    left: 30%;
    width: 200px;
    height: 200px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first p .big {
    font-size: 14px;
    line-height: 16px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first p .super {
    font-size: 19px;
    line-height: 22px;
}

#impact-section #map-animation-one .animation-wrapper .asia .second {
    top: 53%;
    left: calc(50% - 30px);
    width: 120px;
    height: 120px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .asia .second p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
}

#impact-section #map-animation-one .animation-wrapper .asia .second p .extra-bold {
    font-size: 19px;
    line-height: 20px;
}

#impact-section #map-animation-one .animation-wrapper .africa {
    width: 33.33333%;
    height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .africa .first {
    top: 0;
    left: 30%;
    width: 195px;
    height: 195px;
}

#mission-vision-section {
    background-image: url("../assets/images/imagem_mission_value_colour.png");
    background-size: auto 122%;
    background-position: center center;
    background-color: #97CACA;
    height: calc(800px);
}

#mission-vision-section .download-link {
    right: 15px;
    top: 30px;
}

#mission-vision-section #mission-block {
    top: 20%;
    left: 0%;
}

#mission-vision-section #mission-block .ripple {
    width: 319px;
    height: 319px;
}

#mission-vision-section #mission-block .ripple h2 {
    font-size: 33px;
    line-height: 40px;
}

#mission-vision-section #mission-block .ripple p {
    font-size: 14px;
    line-height: 17px;
}

#mission-vision-section #vision-block {
    top: 50%;
    left: 300px;
}

#mission-vision-section #vision-block .ripple {
    width: 237px;
    height: 237px;
}

#mission-vision-section #vision-block .ripple h2 {
    font-size: 33px;
    line-height: 40px;
}

#mission-vision-section #vision-block .ripple p {
    font-size: 14px;
    line-height: 17px;
}

#strategy-section {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #25408D;
}

#strategy-section p {
    font-size: 18px;
    line-height: 32px;
}

#strategy-section h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
}

#targets-section {
    padding-top: 90px;
    padding-bottom: 90px;
    height: auto;
    background-color: #25408D;
    color: white;
}

#targets-section .header-title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 60px;
}

#targets-section .target {
    margin-bottom: 30px;
}

#targets-section p.target-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

#targets-section .target-icon {
    width: 60px;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.decease-block {
    height: auto;
}

.decease-block .map-block {
    background: #fff;
}

.decease-block .decease-title {}

.decease-block .decease-symbol {
    width: 7vw;
}

.hiv-visuals-wrapper {
    width: 12vw;
    max-width: 15vw;
    border: 1px white solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 5vh;
    left: 10vw;
}

.hiv-visuals-wrapper .hiv-visuals-1 {
    width: 80%;
    margin: auto;
    margin-top: -40px;
    margin-bottom: 10%;
    height: 40%;
}

.hiv-visuals-wrapper .hiv-visuals-2 {
    margin: auto;
    width: 80%;
    margin-bottom: 10%;
    height: 10%;
}

.hiv-visuals-wrapper .hiv-visuals-4 {
    height: 50%;
    display: flex;
    width: 300%;
    margin-left: -14%;
    margin-bottom: -15%;
}

@media screen and (max-width:768px) {
    .hiv-visuals-wrapper {
        width: 50vw;
        max-width: 100%;
        border: 1px white solid;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        display: flex;
        flex-direction: column;
        /* position: absolute; */
        bottom: 0;
    }
    .hiv-visuals-wrapper .hiv-visuals-1 {
        width: 80%;
        margin: auto;
        margin-top: -40px;
        margin-bottom: 10%;
        height: 40%;
    }
    .hiv-visuals-wrapper .hiv-visuals-2 {
        margin: auto;
        width: 60%;
        margin-bottom: 10%;
        height: 10%;
    }
    .hiv-visuals-wrapper .hiv-visuals-4 {
        height: 100%;
        display: flex;
        width: 175%;
        margin-left: -35%;
        margin-bottom: 10%;
    }
}

.hiv-visuals-wrapper {}

.half-page-wrapper {
    background-image: url(../assets/symbols/half-page-wrapper.svg);
    background-position: right 0;
    background-size: auto 100%;
}

.decease-block#hiv {
    background-image: url(../assets/images/hiv_background.jpg);
}

.decease-block#hepatitis {
    background-image: url(../assets/images/hepatitis-background.jpg);
}

.hepatitis-visuals-wrapper {
    transform: scale(0.55);
    transform-origin: bottom;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 10vw;
    max-width: 300px;
    margin: auto;
}

.hepatitis-visuals-wrapper .hepatitis-visuals-1 {
    background-image: url(../assets/images/arrow-down-bg.svg);
    padding: 30px;
}

.hepatitis-visuals-wrapper .hepatitis-visuals-2 {
    margin-left: -70px;
    margin-right: -70px;
    width: 150%;
}

.hepatitis-visuals-wrapper .hepatitis-visuals-1-1,
.hepatitis-visuals-wrapper .hepatitis-visuals-1-3 {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}

.blue-box {
    background-color: #283683d3;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.yellow-box {
    padding: 10px;
    background-color: #FBAE17;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.yellow-border-box {
    border: 1px solid #FBAE17;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.text-style-1 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 51px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-style-2 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.text-style-3 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-style-4 {
    color: #283583;
    font-family: "Josefin Sans";
    font-size: 15px;
    /* Text style for "e" */
    letter-spacing: -0.21px;
    /* Text style for "v" */
    letter-spacing: -0.15px;
}

.text-style-5 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.text-style-6 {
    color: #303e47;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
}

#hepatitis .text-style-6 {
    margin-bottom: 0;
}

.liver-symbol {
    width: 51px;
    margin: auto;
    display: flex;
}

.text-style-7 {
    color: #fab600;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-style-8 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 700;
}

.text-style-9 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 700;
}

.text-style-10 {
    color: #303e47;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
}

.text-style-11 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
}

.text-style-11-1 {
    color: #2a3280;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 700;
}

.text-style-12 {
    color: #2a3280;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.text-style-13 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 51px;
    font-weight: 700;
    /* Style for "13%" */
}

.text-style-14 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.text-style-15 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-style-16 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    /* Text style for "World Heal" */
    font-family: "Open Sans";
    font-weight: 400;
}

.decease-block#tuberculosis {
    background-image: url(../assets/images/tub-background.jpg);
}

.tub-text-1 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 700;
}

.tub-text-2 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 39px;
    font-weight: 700;
}

.tub-text-3 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.tub-text-4 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.tub-text-5 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 72px;
    font-weight: 800;
    line-height: 0.9;
}

.tub-text-5-1 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
}

.tub-text-6 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.9;
}

.tub-text-7 {
    color: #d4dce1;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
}

.tub-text-8 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9;
}

.tub-text-9 {
    color: #ffffff;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.tub-text-10 {
    color: #2a3280;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.tub-text-11 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 39px;
    font-weight: 700;
    line-height: 0.9;
}

.tub-text-12 {
    color: #ffffff;
    font-family: Raleway;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.tub-text-13 {
    color: #ffffff;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
}

.tub-text-14 {
    color: #2a3280;
    font-family: "Open Sans";
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
}

.tub-text-15 {
    color: #303e47;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.9;
}

.tub-text-16 {
    /* Style for "INCLUDING" */
    color: #303e47;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.tub-text-17 {
    color: #2a3280;
    font-family: "Open Sans";
    font-size: 29px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30%!important;
}

.tub-text-18 {
    color: #6c7e8f;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.tub-text-19 {
    color: #303e47;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.tub-text-20 {
    color: #ffffff;
    font-family: Raleway;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.tub-text-21 {
    color: #fab600;
    font-family: Raleway;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.tub-text-22 {
    color: #fab600;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.53px;
}

.white-box {
    background-color: rgba(255, 255, 255, 0.76);
    padding: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.yellow-shape {
    background-size: cover;
    background-image: url(../assets/images/yellow-shape.svg);
    background-size: cover;
    /* width: 150%; */
    margin-left: -50px;
    margin-right: -50px;
    padding-bottom: 133%;
    position: relative;
}

.decease-block#tuberculosis .black-border-box {
    border: 1px solid black;
    margin-top: -70%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.yellow-shape {
    z-index: 0;
}

.yellow-shape .position-absolute {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    top: 60px;
}

.tuberculosis-visuals-wrapper {
    flex-wrap: nowrap;
    transform-origin: bottom;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    bottom: 10%;
    position: absolute;
}

.tuberculosis-visuals-2 {
    margin-right: 100px;
}

.tuberculosis-visuals-2 .blue-box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

.dark-blue-box {
    background-color: #6c7e8fbd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dark-blue-box-solid {
    background-color: #6c7e8f;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tuberculosis-visuals-2 .dark-blue-box {
    width: 250%;
    margin-left: -135%;
}

.gray-blue-box {
    margin-right: -50px;
    margin-left: -50px;
}

.pathology-block {
    height: auto;
}

.pathology-block .ripple {
    cursor: pointer;
}

#timeline-section.background-image {
    background-image: url('../assets/images/timeline-background.jpg');
}

.timeline-bottom,
.timeline-top {
    position: relative;
    z-index: 1;
}

.timeline-title {
    color: #283a8a;
    font-family: Arial;
    font-size: 50px;
    font-weight: 700;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    transform: translate(-120%, 100%);
}


/* Style for "At a glanc" */

.timeline-subtitle {
    color: #ffffff;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    display: block;
    ;
}

.timeline-top {
    margin-right: 12%;
}

.timeline-bottom {
    margin-right: -5%;
    margin-left: 13%;
}

.timeline-top>div {
    display: inline-flex;
}

.timeline-bar {
    position: relative;
    z-index: 0;
}

.timeline-bar {
    background: #283a8a;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0.25em;
    height: 60px;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 22px;
    font-weight: 700;
    /* Text style for "JUly" */
    text-transform: uppercase;
}

.timeline-item .yellow-timeline {
    background-image: linear-gradient(-36deg, #fcb51491 0%, #ffffff91 100%);
    color: #283a8a;
    font-family: Arial;
    font-weight: 400;
}

.timeline-item .gray-timeline {
    background-color: #b8b8bda8;
    color: white
}

.timeline-item {
    max-width: 300px;
    border: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    border-radius: 20px;
    /* float: left; */
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px;
    /* margin-bottom: -20px; */
    /* bottom: 0; */
    /* flex: 1; */
    margin: auto;
    margin-bottom: -20px;
    /* margin: auto; */
    display: inline-block;
    /* vertical-align: bottom; */
    position: relative;
}

.timeline-item .text {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px;
}

.timeline-item::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    border-right: 1px solid #fff;
    /* border-top: 1px solid black; */
    position: absolute;
    height: 50%;
    margin-left: -19px;
    top: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.timeline-bottom .timeline-item {
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-radius: 20px;
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    padding: 20px;
    margin: auto;
    margin-top: -20px;
    display: inline-block;
    position: relative;
}

.timeline-bottom .timeline-item .text {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px;
}

.timeline-bottom .timeline-item::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    height: 50%;
    margin-left: -19px;
    top: 100%;
    transform: translateY(-100%);
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-radius: 20px;
    border-top-right-radius: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.triangle::after {
    content: '';
    display: block;
    height: 44px;
    width: 44px;
    background-color: inherit;
    border: inherit;
    position: absolute;
    bottom: 0;
    left: calc(100% - 22px);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(225deg);
    border-radius: 0.25em;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    top: 8px;
}

.timeline-item::after {
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 100%;
    /* Change this to whatever width you want. */
    padding-top: 20px;
    /* This creates some space between the element and the border. */
    border-left: none;
}

.timeline-item.black-timeline {
    background: rgba(0, 0, 0, 0.507);
}

.pathology-block .header-block .content h2 {
    font-size: 60px;
    line-height: 72px;
    font-style: italic;
}

.pathology-block .header-block .content p {
    font-size: 18px;
    line-height: 28px;
}

.pathology-block .download-wrapper {
    height: 100px;
}

.pathology-block .download-wrapper .download-link {
    right: 15px;
    top: 30px;
}

.pathology-block .content-block {
    height: 70vh;
    min-height: 750px;
}

.pathology-block#hiv {
    padding-bottom: 10px;
    border-bottom: 15px solid #FBB315;
}

.pathology-block#hiv .header-block {
    color: white;
    background-color: #FBB315;
}

.pathology-block#hiv .background-image {
    background-image: url("../assets/images/Imagem_HIV.png");
    background-size: cover;
}

.pathology-block#hiv .bottom-text {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    text-align: right;
}

.pathology-block#hiv .content-block .graphic-position {
    left: 40%;
    top: 35%;
}

.pathology-block#hiv .content-block .graphic-size {
    width: 800px;
    height: 600px;
}

.pathology-block#hiv .content-block .first {
    left: 0%;
    top: 100px;
    width: 236px;
    height: 236px;
}

.pathology-block#hiv .content-block .first .title {
    font-size: 60px;
}

.pathology-block#hiv .content-block .first p {
    font-size: 19px;
}

.pathology-block#hiv .content-block .second {
    left: 200px;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 220px;
    height: 220px;
}

.pathology-block#hiv .content-block .second .title {
    font-size: 52px;
}

.pathology-block#hiv .content-block .second p {
    font-size: 18px;
}

.pathology-block#hiv .content-block .arrow {
    left: 430px;
    top: 80px;
    height: 40px;
    width: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#hiv .content-block .pathology-text {
    left: 460px;
    top: 40px;
    font-size: 21px;
    line-height: 25px;
    opacity: 0;
}

.pathology-block#hep {
    padding-bottom: 10px;
    border-bottom: 15px solid #FBB315;
}

.pathology-block#hep .header-block {
    color: #25408D;
    background-color: white;
}

.pathology-block#hep .background-image {
    background-image: url("../assets/images/image_hep_c.png");
    background-size: cover;
}

.pathology-block#hep .graphic-position {
    left: 50%;
    top: 0%;
}

.pathology-block#hep .graphic-size {
    width: 800px;
    height: 600px;
}

.pathology-block#hep .first {
    left: 0%;
    top: 10%;
    height: 220px;
    width: 220px;
}

.pathology-block#hep .first h2 {
    font-size: 60px;
    margin: 0;
}

.pathology-block#hep .first p {
    font-size: 20px;
    line-height: 24px;
}

.pathology-block#hep .first .extra-size {
    font-size: 22px;
    line-height: 26px;
}

.pathology-block#hep .second {
    left: 280px;
    top: 18%;
    height: 170px;
    width: 170px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#hep .second .extra-size {
    font-size: 35px;
    line-height: 40px;
}

.pathology-block#hep .second .ripple-text {
    background-color: #FFECCD;
}

.pathology-block#hep .third {
    width: 145px;
    height: 145px;
    left: 400px;
    top: 200px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#hep .third .small {
    font-size: 12px;
    line-height: 14px;
}

.pathology-block#hep .third .extra-size {
    font-size: 39px;
    line-height: 47px;
}

.pathology-block#hep .third p {
    font-size: 15px;
    line-height: 18px;
}

.pathology-block#hep .fourth {
    left: 230px;
    top: 280px;
    width: 230px;
    height: 230px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#hep .fourth p {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

.pathology-block#hep .arrow {
    width: 142px;
    height: 46px;
    left: 200px;
    top: 10%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#hep .bottom-text {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    text-align: right;
}

.pathology-block#tub {
    padding-bottom: 10px;
    border-bottom: 15px solid #25408D;
}

.pathology-block#tub .graphic-position {
    left: calc(100% - 530px);
    top: 10%;
}

.pathology-block#tub .graphic-size {
    width: 530px;
    height: 500px;
}

.pathology-block#tub .header-block {
    color: #25408D;
    background-color: white;
}

.pathology-block#tub .background-image {
    background-image: url("../assets/images/image_tub.png");
    background-size: cover;
}

.text-style-01 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 45px;
    font-weight: 300;
    line-height: 54px;
    text-transform: uppercase;
}

.text-style-02 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

.text-style-03 {
    color: #00aeef;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.pathology-block#tub .first {
    left: 0;
    top: 0;
    width: 192px;
    height: 192px;
}

.pathology-block#tub .first h2 {
    font-size: 60px;
    line-height: 30px;
}

.pathology-block#tub .first h2 .small {
    font-size: 28px;
    line-height: 26px;
}

.pathology-block#tub .first p {
    font-size: 18px;
    line-height: 20px;
}

.pathology-block#tub .second {
    left: 340px;
    top: 90px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#tub .second p {
    font-size: 13px;
    line-height: 16px;
}

.pathology-block#tub .second .extra-size {
    font-size: 35px;
    line-height: 42px;
}

.pathology-block#tub .second .small {
    font-size: 19px;
    line-height: 25px;
}

.pathology-block#tub .third {
    left: 180px;
    top: 180px;
    width: 230px;
    height: 230px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#tub .third h2 {
    margin: 0;
}

.pathology-block#tub .third p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 100;
    color: black;
}

.pathology-block#tub .third .extra-size {
    font-size: 51px;
    line-height: 0px;
}

.pathology-block#tub .third .small-extra-size {
    font-size: 30px;
    line-height: 35px;
}

.pathology-block#tub .arrow {
    width: 125px;
    height: 102px;
    left: 170px;
    top: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#tub .pathology-text {
    left: 5%;
    top: 60%;
    font-size: 21px;
    line-height: 25px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pathology-block#tub .bottom-text {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    text-align: right;
}

.pathology-block .pathology-logo {
    height: 110px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pathology-block .content {
    padding-bottom: 30px;
}

.decease-block .map-block .trigger,
.pathology-block .map-block .trigger {
    cursor: pointer;
    background: #635F5F;
    color: white;
}

.decease-block .map-block .trigger:before,
.pathology-block .map-block .trigger:before {
    content: '';
    cursor: pointer;
    display: block;
    position: absolute;
    width: 66px;
    height: 79px;
    background-repeat: no-repeat;
    left: 90%;
    top: 0px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-image: url("../assets/symbols/map-marker.svg");
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
}

.decease-block .map-block .trigger p,
.pathology-block .map-block .trigger p {
    margin: 10px;
}

.filters {
    position: absolute;
    right: -30px;
}

.decease-block .map-block .maps-wrapper img,
.pathology-block .map-block .maps-wrapper img {
    top: 0;
    left: 10%;
    width: 100%;
    height: auto;
}

.decease-block .map-block .map,
.pathology-block .map-block .map {
    height: 0;
    overflow: hidden;
    -webkit-transition: height ease-in-out 1s;
    transition: height ease-in-out 1s;
}

.decease-block .map-block .map .map-container,
.pathology-block .map-block .map .map-container {
    opacity: 0;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.decease-block .map-block .map .map-container .maps-wrapper,
.decease-block .map-block .map .map-container .utils-area,
.pathology-block .map-block .map .map-container .maps-wrapper,
.pathology-block .map-block .map .map-container .utils-area {
    opacity: 0;
    -webkit-transition: all ease-in-out 1.4s;
    transition: all ease-in-out 1.4s;
}

.decease-block .map-block .map .map-picker,
.pathology-block .map-block .map .map-picker {
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.decease-block .map-block .map.active,
.pathology-block .map-block .map.active {
    -webkit-transition: height ease-in-out 1s;
    transition: height ease-in-out 1s;
    height: 100vh;
    min-height: 800px;
}

.decease-block .map-block .map.active .map-container,
.pathology-block .map-block .map.active .map-container {
    opacity: 1;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.decease-block .map-block .map.active .map-container .maps-wrapper,
.decease-block .map-block .map.active .map-container .utils-area,
.pathology-block .map-block .map.active .map-container .maps-wrapper,
.pathology-block .map-block .map.active .map-container .utils-area {
    opacity: 1;
    -webkit-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.decease-block .map-block .map.active .map-picker,
.pathology-block .map-block .map.active .map-picker {
    opacity: 1;
    -webkit-transition: all ease-in-out 1.4s;
    transition: all ease-in-out 1.4s;
}

.decease-block .map-block .map .map-container>*,
.pathology-block .map-block .map .map-container>* {
    display: none;
}

.decease-block .map-block .map .map-container>*.active,
.pathology-block .map-block .map .map-container>*.active {
    display: flex;
}

.decease-block .map-block .map .map-container .status,
.pathology-block .map-block .map .map-container .status {
    width: 100%;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px!important;
    transform-origin: right;
    transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
}

.decease-block .map-block .map .map-container .status.activated {
    width: calc(100% + 40px);
    transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
}

.cover-triangle {
    position: absolute;
    height: 85px;
    width: 40px;
    overflow: hidden;
    left: -25px;
}

.arrow-left-triangle {
    position: absolute;
    width: 65px;
    height: 66px;
    left: 10px;
    top: 9px;
    background: black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
}

.decease-block .map-block .map .map-container .status p,
.pathology-block .map-block .map .map-container .status p {
    text-align: center;
    color: white;
    margin: auto;
    font-size: 10px;
    line-height: 12px;
}

.decease-block .map-block .map .map-container .status p .number,
.pathology-block .map-block .map .map-container .status p .number {
    font-size: 27px;
    line-height: 32px;
}

.arrow-left-triangle.approved,
.decease-block .map-block .map .map-container .status.approved,
.pathology-block .map-block .map .map-container .status.approved {
    background-color: #27A9E0;
}

.arrow-left-triangle.filled,
.decease-block .map-block .map .map-container .status.filled,
.pathology-block .map-block .map .map-container .status.filled {
    background-color: #25408E;
}

.arrow-left-triangle.covered,
.decease-block .map-block .map .map-container .status.covered,
.pathology-block .map-block .map .map-container .status.covered {
    background-color: #666666;
}

.arrow-left-triangle.sold,
.decease-block .map-block .map .map-container .status.sold,
.pathology-block .map-block .map .map-container .status.sold {
    background-color: #FCB415;
}

.decease-block .map-block .map .map-picker,
.pathology-block .map-block .map .map-picker {
    padding-top: 30px;
    padding-bottom: 30px;
}

.decease-block .map-block .map .map-picker .instructions,
.pathology-block .map-block .map .map-picker .instructions {
    font-size: 16px;
    line-height: 29px;
    font-style: italic;
    color: #635F5F;
    margin: 0;
}

.decease-block .map-block .map .map-picker .select-box__current,
.pathology-block .map-block .map .map-picker .select-box__current {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.decease-block .map-block .map .map-picker .select-box__input-text,
.pathology-block .map-block .map .map-picker .select-box__input-text {
    font-size: 24px;
    line-height: 35px;
    font-style: italic;
    text-align: center;
    color: #283a8a;
    font-family: Arial;
}

.decease-block .map-block .map .map-picker .separator-top,
.pathology-block .map-block .map .map-picker .separator-top {
    border-top: none;
    padding-top: 30px;
}

#technical-section {
    background-color: #F0F0F0;
    height: auto;
}

#technical-section .expertise-wrapper {
    margin-top: 60px;
    height: auto;
}

#technical-section .download-link {
    right: 15px;
    top: 30px;
}

#technical-section .holder {
    margin-bottom: 40px;
}

#technical-section .holder p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

#technical-section .holder .ripple-text {
    padding: 20px;
}

#technical-section .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.bg-fixed {
    background-attachment: fixed;
}

.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.paroller {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

#intro .intro-main:before {
    background-size: cover;
    background-image: url(../assets/images/capa.jpg);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
}

@media only screen and (max-width: 900px) {
    .paroller {
        background-attachment: scroll;
    }
    .background-image {
        background-size: cover;
    }
    .text-style-15,
    .text-style-16 {
        color: #283683;
    }
}

#finantial-section {
    background-image: url("../assets/images/Imagem_FINANCIAL.png");
    background-size: auto 122%;
    background-position: center;
    background-color: #97CACA;
    min-height: calc(600px - 184px);
    height: 100vh;
    color: white;
    font-style: italic;
}

#finantial-section .download-link {
    right: 15px;
    top: 30px;
}

.utils-area {
    font-size: 12px;
    bottom: 0;
}

.utils-area .legend .legend-ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 10px;
}

.utils-area .legend .legend-ball.low {
    background: #F0F0F0;
}

.utils-area .legend .legend-ball.high {
    background: #d4d0d0;
}

.utils-area .warning {
    line-height: 12px;
}

footer {
    height: 300px;
}

footer img {
    height: 150px;
}

footer p.disclamer {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    font-style: italic;
}

header .mpp-logo {
    width: 200px !important;
    height: auto !important;
}

.intro-text {
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 10%;
    text-align: right;
    z-index: 2;
}

.message-header {
    padding-top: 100px;
    padding-bottom: 100px;
}

.message-header .title {
    color: #fcb514;
    font-family: "Arial";
    font-size: 36px;
    font-weight: 700;
}

.message-header .subtitle {
    color: #fcb514;
    font-family: Arial;
    font-size: 22px;
}

.message-header .excerpt {
    color: #ffffff;
    font-family: "Arial";
    font-weight: 400;
    font-size: 22px;
}

.message-header .read-more {
    color: #fcb514;
    font-family: Arial;
    text-decoration: underline;
    font-size: 22px;
    appearance: none;
    outline: none;
    background: transparent;
    border: none;
}

.message-header figure figcaption .title {
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
}

.message-header figure figcaption .subtitle {
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
}

.message-block {}

.message-block .title {
    color: #283a8a;
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
}

.message-block .subtitle {
    color: #283a8a;
    font-family: Arial;
    font-size: 22px;
    line-height: 9px;
}

.message-block .introduction {
    font-family: Arial;
    font-weight: 700;
    color: #2d3640;
    font-size: 22px;
}

.message-block .text {
    color: #2d3640;
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
}

.message-block .text.white {
    color: #fff;
    font-family: Arial;
    font-weight: 400;
}

.message-block .small-title {
    color: #fcb514;
    font-family: Arial;
    font-weight: 700;
    text-transform: uppercase;
}

.message-block .close-button {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

.message-block .light-blue-wrapper {
    background-color: #eff4fa;
}

.message-block .blue-wrapper {
    background-color: #4f80bdc9;
}

#icons-section {}

#icons-section .icons-wrapper {
    padding-top: 180px;
    padding-bottom: 180px;
}

#icons-section .icon.small {
    height: 100px;
    margin-bottom: 35px;
}

#icons-section .icon.big {
    height: 125px;
    margin-bottom: 10px;
}

#icons-section .title {
    font-size: 22px;
    color: #fcb514;
    font-family: Arial;
    font-weight: 700;
}

#icons-section .text {
    color: #ffffff;
    font-family: Arial;
    font-weight: 400;
}

#impact-section .map-decoration {
    position: absolute;
    opacity: 0.4;
    right: 10%;
    top: 10%;
}

#impact-section .impact-visuals-1 {
    width: 730px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

#impact-section .blue-decoration {
    background-image: url(../assets/symbols/blue-arrow-up.svg);
    width: auto;
    /* position: absolute;*/
    padding: 20px;
    left: 50%;
    bottom: 50%;
    background-size: contain;
}

#impact-section .yellow-right-decoration {
    background-image: url(../assets/symbols/yellow-arrow-side.svg);
    width: auto;
    /* position: absolute; */
    /* padding: 20px; */
    padding-left: 10%;
    /* transform: translate(-80%, 100%); */
    background-size: 100% auto;
    position: relative;
}

#impact-section .position-fix {
    position: relative;
    height: auto;
    display: inline-table;
    margin: auto;
}

#impact-section .white-bottom-decoration {
    background-image: url(../assets/symbols/white-arrow-bottom.svg);
    width: auto;
    /* position: absolute;*/
    padding: 20px;
    /*margin-left: 37px;*/
    /* padding-left: 10%; */
    background-size: auto 100%;
    /* transform: translate(16%, 108%);**/
    position: relative;
    top: 17px;
    left: -20px;
}

#impact-section .arrow-outline-decoration {
    background-image: url(../assets/symbols/white-outline-arrow.svg);
    padding: 31px;
    background-size: contain;
    padding-right: 40px;
}

#impact-section .yellow-bottom-decoration {
    width: 45%;
    position: relative;
    /* right: 4%; */
    top: 20%;
    left: -40px;
}

#impact-section .yellow-bottom-decoration .decoration {
    background-image: url(../assets/symbols/yellow-arrow-down.svg);
    padding: 20px;
    z-index: 2;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    background-size: auto;
}

#impact-section .yellow-bottom-decoration .white-border {
    border: 1px solid white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    text-align: center;
    padding-top: 80px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

#impact-section .text-style-1 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 57px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 30px;
    padding-bottom: 5px;
}

#impact-section .text-style-2 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 700;
}

#impact-section .text-style-3 {
    color: #303e47;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: lowercase;
    line-height: 11px;
}

#impact-section .text-style-4 {
    color: #303e47;
    font-family: "Josefin Sans";
    font-size: 57px;
    font-weight: 700;
    line-height: 47px;
    padding: 20px;
    padding-bottom: 0;
}

#impact-section .text-style-5 {
    color: #303e47;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 700;
}

#impact-section .text-style-6 {
    color: #303e47;
    font-family: "Josefin Sans";
    font-size: 57px;
    font-weight: 700;
    line-height: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}

#impact-section .text-style-7 {
    color: #283583;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 31px;
    text-transform: lowercase;
}

#impact-section .text-style-8 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 53px;
    font-weight: 700;
    line-height: 40px;
}

#impact-section .text-style-9 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

#impact-section .text-style-10 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 18px;
}

#impact-section .text-style-11 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#impact-section .text-style-01 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

#impact-section .text-style-02 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

#impact-section .text-style-03 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
}

#impact-section .text-style-04 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    text-transform: lowercase;
    margin-top: 10px;
}

#impact-section .text-style-05 {
    color: #fab600;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 700;
}

#impact-section .text-style-06 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 61px;
    font-weight: 700;
}

#impact-section .text-style-07 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 700;
}

.message-block.story .member-list figure figcaption .title strong {
    display: block;
}

.message-block.story .member-list figure figcaption .subtitle,
.message-block.story .member-list figure figcaption .title,
.message-block.story .member-list figure figcaption .title.yellow {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #000;
}

.message-block.story .member-list figure figcaption .subtitle {
    line-height: 16px;
    margin-top: 10px!important;
}

#impact-section .text-style-08 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 700;
}

#impact-section .text-style-09 {
    color: #ffffff;
    font-family: "Josefin Sans";
    font-size: 48px;
    font-weight: 700;
}

#impact-section .text-style-010 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 400;
}

.footer-block {}

.footer-block .buttons-wrapper>div {
    align-items: flex-end;
}

.footer-block .buttons-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    font-family: Arial;
}

.footer-block .buttons-wrapper .blue-button {
    text-decoration: underline;
    color: #4f81bd;
    font-weight: 700;
}

.footer-block .buttons-wrapper .yellow-button {
    text-decoration: underline;
    color: #fab600;
    font-weight: 700;
}

.footer-block {
    bottom: 0;
    /* right: 10%;*/
}

.hover_animate-bottom {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.hover_animate-bottom:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.hover_animate-left {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.hover_animate-left:hover {
    transform: translateX(10px);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.square-block .square {
    box-shadow: 0px 0px 0px 0px #08080800;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.square-block .square:hover {
    box-shadow: 0px 10px 20px 0px #080808b3;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

a:hover,
a:focus {
    outline: none!important;
    text-transform: none!important;
    text-decoration: none!important;
}

.maps-wrapper {
    margin-top: -5%;
}

.message-block.story .title {
    color: #4f81bd;
    font-family: "Josefin Sans";
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.message-block.story .small-title {
    font-size: 24px;
}

.message-block.story .subtitle {
    color: #4f81bd;
    font-family: Arial;
    font-size: 22px;
    font-weight: 400;
}

.message-block.story figure figcaption .title {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
}

.message-block .yellow-wrapper {
    background-color: #fdf3d6;
}

.message-block .dark-yellow-wrapper {
    background-color: #ffd65c;
}

.story-icon {
    width: 50%;
    max-width: 150px;
}

.message-block .title.yellow,
.message-block.story .yellow-wrapper .title,
.message-block.story .yellow-wrapper .subtitle {
    color: #FBB315;
}

[data-toggled] {
    display: none;
}

[data-toggled].active {
    display: block;
}

.message-block .subtitle.small {
    color: #fbfbfb;
    font-family: "Helvetica Neue";
    font-size: 22px;
    line-height: 20px;
    font-style: italic;
}

.background-dark-green {
    background-color: #597c8d;
}

.background-light-gray {
    background-color: #ededed;
}

hr.yellow {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #FBB315;
}

.blue-arrow-background {
    background-image: url(../assets/symbols/blue-arrow-bg.svg);
    background-size: auto 100%;
    padding: 20px 60px 20px 10px;
    background-position: left;
}

.anotation {
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
}

.decease-block .decease-title h2 {
    font-family: "Josefin Sans";
    font-weight: 100;
}

@media screen and (min-width:1680px) {
    .anotation {
        width: 80%;
    }
    .decease-block .decease-symbol {
        width: 5vw;
    }
}

@media screen and (min-width:1920px) {
    .anotation {
        width: 60%;
    }
    .hepatitis-visuals-wrapper {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

.text.text--blue {
    color: #95e2ff;
}

.title .thin {
    font-weight: 200;
}

.text--dark-blue {
    color: #283a8a;
}

.text--light-blue {
    color: #4f81bd;
}

.text--white {
    color: #fff;
}

ul.questions-list li {
    color: #4f81bd;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase;
}

.background-sky-blue {
    background-color: #afd3ff;
}

.team-decoration {
    width: 50%;
    max-width: 560px;
    position: relative;
}

.team-decoration .respect {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
}

.team-decoration .courage {
    position: absolute;
    right: 0;
    width: 40%;
}

.team-decoration .commitment {
    margin-top: 44%;
}

.team-decoration .generosity {
    position: absolute;
    bottom: 0;
    right: 0;
}

section {
    margin: auto!important;
}

.vw-100 {
    /*max-width: 1920px!important;*/
}

.lowercase {
    text-transform: none!important;
}

@media (min-width: 991px) {
    #hiv>.container-fluid {
        min-height: 800px;
    }
    #hepatitis>.container-fluid {
        min-height: 800px;
    }
    #tuberculosis>.container-fluid {
        min-height: 800px;
    }
    .special-padding {
        padding: 6rem!important;
    }
    .square {
        max-height: 600px;
    }
}

@media (max-width: 991px) {
    #mission-vision-section .ripple .ripple-wrapper .ripple-text {
        opacity: 0.8;
    }
    .pathology-block .content-block {
        min-height: 600px;
    }
    #intro .ripple-effect {
        top: 50%;
        left: -50%;
    }
    #impact-section {
        height: auto;
        padding-bottom: 90px;
    }
    #impact-section #map-animation-one .animation-wrapper {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    #impact-section #map-animation-one .animation-wrapper .africa .first {
        left: 0;
    }
    .pathology-block#hiv .background-image {
        background-size: auto 100%;
        background-position: 93% -61%;
    }
    #mission-vision-section {
        height: auto;
        background-size: cover;
    }
    #mission-vision-section #mission-block {
        top: 100px;
        left: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        width: 350px;
        height: 350px;
        position: relative !important;
    }
    #mission-vision-section #vision-block {
        top: 60px;
        left: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        width: 350px;
        height: 350px;
        position: relative !important;
    }
    .decease-block .map-block .map .map-picker,
    .pathology-block .map-block .map .map-picker {
        opacity: 0;
        -webkit-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
    .decease-block .map-block .map .map-container,
    .pathology-block .map-block .map .map-container {
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }
    .decease-block .map-block .map.active,
    .pathology-block .map-block .map.active {
        height: 760px;
    }
    .decease-block .map-block .map.active .map-picker,
    .decease-block .map-block .map.active .map-container,
    .pathology-block .map-block .map.active .map-picker,
    .pathology-block .map-block .map.active .map-container {
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
    .decease-block .map-block .map .map-picker .select-box__input-text,
    .pathology-block .map-block .map .map-picker .select-box__input-text {
        font-size: 18px;
        line-height: 25px;
    }
    .pathology-block .status {
        margin: auto;
        margin-bottom: 10px !important;
    }
    .decease-block .map-block .trigger:before,
    .pathology-block .map-block .trigger:before {
        content: '';
        cursor: pointer;
        display: block;
        position: absolute;
        width: 56px;
        height: 71px;
    }
    .decease-block .map-block .trigger p,
    .pathology-block .map-block .trigger p {
        font-size: 10px;
    }
    .decease-block .content-block,
    .pathology-block .content-block {
        height: auto;
    }
    .decease-block .graphic-position,
    .pathology-block .graphic-position {
        position: relative !important;
    }
    .decease-block .background-image,
    .pathology-block .background-image {
        background-size: cover !important;
    }
    .decease-block .header-block .content h2,
    .pathology-block .header-block .content h2 {
        font-size: 35px;
    }
    .decease-block .header-block .content p,
    .pathology-block .header-block .content p {
        margin-top: 1rem;
        font-size: 14px;
        line-height: 20px;
    }
    .decease-block .pathology-logo,
    .pathology-block .pathology-logo {
        height: 60px;
    }
    .pathology-block#hiv .content-block .graphic-position {
        left: -48px;
        top: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .pathology-block#hiv .content-block .first {
        left: 0%;
        top: 100px;
        width: 236px;
        height: 236px;
    }
    .pathology-block#hiv .content-block .pathology-text {
        left: 250px;
        top: 300px;
        width: 200px;
        font-size: 21px;
        line-height: 25px;
        opacity: 0;
    }
    .pathology-block#tub .content-block .graphic-position {
        left: -70px;
        top: -70px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .pathology-block#tub .content-block .first {
        left: 0%;
        top: 0px;
    }
    .pathology-block#tub .content-block .pathology-text {
        left: 0px;
        top: 300px;
        font-size: 16px;
        line-height: 22px;
        opacity: 0;
    }
    .pathology-block#tub .bottom-text {
        font-size: 8px;
        text-align: right;
        right: 5px;
    }
    .pathology-block#hep .pathology-logo {
        height: 50px;
    }
    .pathology-block#hep .content-block .graphic-position {
        left: -50px;
        top: -50px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .pathology-block#hep .content-block .first {
        left: 0%;
        top: 100px;
        width: 236px;
        height: 236px;
    }
    .pathology-block#hep .content-block .second {
        left: 210px;
        top: 240px;
    }
    .pathology-block#hep .content-block .third {
        width: 145px;
        height: 145px;
        left: 310px;
        top: 370px;
    }
    .pathology-block#hep .content-block .fourth {
        left: 40px;
        top: 360px;
    }
    .pathology-block#hep .content-block .pathology-text {
        left: 250px;
        top: 300px;
        width: 200px;
        font-size: 21px;
        line-height: 25px;
        opacity: 0;
    }
}

#intro {
    min-height: 600px;
}

@media (max-width: 767px) {
    .warning {
        text-align: left !important;
    }
    header {
        height: 110px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .logo-wrapper {
        padding-right: 0;
    }
    header h1 {
        font-size: 20px;
    }
    .download-link p {
        max-width: 100%;
        margin: auto;
        font-size: 8px !important;
        line-height: 9px !important;
    }
    .download-link img {
        height: 18px;
        width: 18px;
    }
    #intro .ripple-effect {
        top: 50%;
        left: 0;
    }
    #intro .ripple {
        width: 210px;
        height: 210px;
    }
    #intro .ripple .title {
        font-size: 29px;
    }
    #intro .ripple .title .motto {
        font-size: 23px;
        line-height: 28px;
    }
    #intro .ripple .pre-title {
        font-size: 10px;
    }
    .separator-title {
        font-size: 20px;
        font-style: italic;
    }
    #impact-section {
        height: auto;
    }
    #impact-section .header {
        height: auto;
        margin-bottom: 60px;
        margin-top: 60px;
    }
    #impact-section #map-animation-one .animation-wrapper {
        position: relative !important;
        height: auto !important;
    }
    #impact-section #map-animation-one .animation-wrapper .north-america {
        width: 100%;
        height: 250px;
    }
    #impact-section #map-animation-one .animation-wrapper .south-america {
        width: 100%;
        height: 150px;
    }
    #impact-section #map-animation-one .animation-wrapper .south-america .first {
        -webkit-transform: none;
        transform: none;
    }
    #impact-section #map-animation-one .animation-wrapper .africa {
        width: 100%;
        height: 250px;
    }
    #impact-section #map-animation-one .animation-wrapper .africa .first {
        left: 15px;
    }
    #impact-section #map-animation-one .animation-wrapper .europe {
        width: 100%;
        height: 260px;
    }
    #impact-section #map-animation-one .animation-wrapper .europe .first {
        left: 0;
    }
    #impact-section #map-animation-one .animation-wrapper .europe .second {
        left: 120px;
    }
    #impact-section #map-animation-one .animation-wrapper .europe .third {
        left: 120px;
    }
    #impact-section #map-animation-one .animation-wrapper .asia {
        width: 100%;
        height: 300px;
    }
    #strategy-section h2 {
        font-size: 20px;
        line-height: 24px;
    }
    #strategy-section p {
        font-size: 14px;
        line-height: 28px;
    }
    #targets-section .header-title h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 50px;
    }
    #targets-section p.target-text {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }
    #targets-section .target-icon {
        width: 45px;
    }
    #technical-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #technical-section p {
        font-size: 14px;
    }
    #finantial-section h2 {
        font-size: 20px;
    }
    footer img {
        height: auto;
        width: 80%;
    }
    footer p.disclamer {
        padding: 15px;
        font-size: 12px;
        line-height: 16px;
    }
}

figure img {
    width: 100%;
}

@media screen and (min-width:1024px) {
    .intro-main,
    #intro .background-decoration {
        min-height: 900px;
    }
}

@media screen and (max-width:1680px) {
    .text-style-01 {
        font-size: 35px;
        line-height: 39px;
    }
    .text-style-02 {
        font-size: 35px;
        line-height: 39px;
    }
    .text-style-03 {
        font-size: 20px;
        line-height: 20px;
    }
    .message-header .title {
        font-size: 30px;
    }
    .message-header .subtitle {
        font-size: 18px;
    }
    .message-header .excerpt {
        font-size: 16px;
    }
    .message-header .read-more {
        font-size: 16px;
    }
    .message-block .title {
        font-size: 30px;
    }
    .message-block .text {
        font-size: 16px;
    }
    .message-block .introduction {
        font-size: 16px;
    }
    .message-block .subtitle {
        font-size: 16px;
        line-height: 9px;
    }
    #impact-section .text-style-01 {
        font-size: 35px;
        line-height: 42px;
    }
    #impact-section .text-style-02 {
        font-size: 35px;
        line-height: 42px;
    }
    #impact-section .text-style-08 {
        font-size: 16px;
        font-weight: 700;
    }
    #impact-section .text-style-09 {
        font-size: 38px;
        line-height: 38px;
    }
    #impact-section .text-style-010 {
        font-size: 16px;
        font-weight: 400;
    }
    #impact-section .text-style-05 {
        font-size: 16px;
    }
    #impact-section .text-style-06 {
        font-size: 41px;
    }
    #impact-section .text-style-07 {
        font-size: 16px;
    }
    #impact-section .impact-visuals-1 {
        top: 36vh;
        right: -10vw;
    }
    .timeline-item .text {
        font-size: 16px;
        line-height: 16px;
    }
    #timeline-section {
        min-height: 100vh;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .timeline-bar {
        font-size: 18px;
        line-height: 30px;
    }
    .timeline-title {
        font-size: 50px;
        line-height: 48px;
    }
    .timeline-subtitle {
        font-size: 30px;
        line-height: 38px;
    }
    .footer-block .buttons-wrapper p {
        font-size: 14px;
        line-height: 15px;
    }
    .message-block.story .title {
        font-size: 32px;
    }
    .message-block.story .subtitle {
        font-size: 16px;
    }
    .square-block a h2 {
        font-size: 24px;
    }
    ul.questions-list li {
        font-size: 16px;
        line-height: 37px;
    }
    #long-acting-message img {
        width: 100%;
    }
    .tuberculosis-visuals-wrapper {
        bottom: 0;
    }
}


/*@media screen and (max-width:1280px) {*/

@media screen and (max-width:1366px) {
    .decease-block .decease-title h2 {
        font-size: 1.2rem;
    }
    .tuberculosis-visuals-2 {
        margin-right: 150px;
    }
    .text-style-01 {
        font-size: 25px;
        line-height: 24px;
    }
    .text-style-02 {
        font-size: 25px;
        line-height: 24px;
    }
    .text-style-03 {
        font-size: 12px;
        line-height: 12px;
    }
    .message-header .title {
        font-size: 20px;
    }
    .message-header .subtitle {
        font-size: 12px;
    }
    .message-header .excerpt {
        font-size: 14px;
    }
    .message-header .read-more {
        font-size: 16px;
    }
    .message-block .title {
        font-size: 16px;
    }
    .message-block .text {
        font-size: 14px;
    }
    .message-block .introduction {
        font-size: 14px;
    }
    .message-block .subtitle {
        font-size: 14px;
        line-height: 9px;
    }
    #impact-section .text-style-01 {
        font-size: 25px;
        line-height: 32px;
    }
    #impact-section .text-style-02 {
        font-size: 25px;
        line-height: 32px;
    }
    #impact-section .text-style-08 {
        font-size: 12px;
        font-weight: 700;
    }
    #impact-section .text-style-09 {
        font-size: 28px;
        line-height: 28px;
    }
    #impact-section .text-style-010 {
        font-size: 12px;
        font-weight: 400;
    }
    #impact-section .text-style-05 {
        font-size: 12px;
    }
    #impact-section .text-style-06 {
        font-size: 31px;
    }
    #impact-section .text-style-07 {
        font-size: 12px;
    }
    #impact-section .impact-visuals-1 {
        top: 0vh;
        right: -15vw;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    .timeline-item .text {
        font-size: 12px;
        line-height: 12px;
    }
    #timeline-section {
        min-height: 100vh;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .timeline-bar {
        font-size: 14px;
        line-height: 20px;
    }
    .timeline-title {
        font-size: 40px;
        line-height: 38px;
    }
    .timeline-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .footer-block .buttons-wrapper p {
        font-size: 11px;
        line-height: 12px;
    }
    .message-block.story .title {
        font-size: 22px;
    }
    .message-block.story .subtitle {
        font-size: 14px;
    }
    .square-block a h2 {
        font-size: 20px;
    }
    ul.questions-list li {
        font-size: 16px;
        line-height: 20px;
    }
    #long-acting-message img {
        width: 100%;
    }
    .hepatitis-visuals-wrapper {
        transform: scale(0.48);
        -webkit-transform: scale(0.48);
        -moz-transform: scale(0.48);
        -ms-transform: scale(0.48);
        -o-transform: scale(0.48);
    }
    .tuberculosis-visuals-wrapper {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
    .footer-block img {
        max-width: 40px;
    }
}

.tuberculosis-visuals-wrapper {
    max-width: 700px;
}

@media screen and (max-width:991px) {
    .square-block a h2 {
        font-size: 16px;
    }
    .square-block .square .read-more {
        font-size: 12px;
    }
    #impact-section {
        height: auto!important;
        min-height: 100vh;
        padding-bottom: 90px;
    }
    #impact-section .impact-visuals-1 {
        position: relative;
    }
    .reverse-content-wrapper {
        flex-direction: column-reverse;
    }
    .timeline {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    .decease-block#hiv {
        min-height: 100vh;
        height: auto;
    }
    .decease-block#hiv .vh-100 {
        height: auto!important;
        min-height: 100vh;
    }
    .hiv-visuals-wrapper {
        position: relative;
        bottom: 0vh;
        left: 10vw;
        max-width: 18vw;
        width: 100vw;
    }
    .decease-block#hep {
        min-height: 100vh;
        height: auto;
    }
    .decease-block#hep .vh-100 {
        height: auto!important;
        min-height: 100vh;
    }
    .hepatitis-visuals-wrapper {
        position: relative;
        top: 0;
        bottom: auto;
        transform-origin: top;
    }
    .decease-block#tuberculosis {
        position: relative;
        min-height: 100vh;
        height: auto;
    }
    .decease-block#tuberculosis .vh-100 {
        height: auto!important;
        min-height: 100vh;
    }
    .tuberculosis-visuals-wrapper {
        transform-origin: top;
        position: relative;
    }
    .tuberculosis-visuals-wrapper {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        bottom: 0;
    }
    .half-page-wrapper,
    .page-wrapper {
        background: none;
    }
    #icons-section .icon.small {
        height: 60px;
        margin-bottom: 35px;
    }
    #icons-section .icon.big {
        height: 105px;
        margin-bottom: 20px;
    }
    .tablet-hide {
        display: none;
    }
    .icon-wrapper .icon {
        width: 20px;
        margin: auto;
    }
    .icon-wrapper .white {
        font-size: 10px;
        line-height: 10px;
        padding-top: 10px;
    }
    #impact-section .text-style-01 {
        font-size: 19px;
        line-height: 22px;
    }
    #impact-section .text-style-02 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width:768px) {
    .square-title {
        top: 50px;
        color: #ffffff;
        font-family: "Josefin Sans";
        font-weight: 700;
        left: 0;
        /* Text style for "Who we are" */
        text-transform: uppercase;
    }
    .message-header figure figcaption .title {
        font-size: 14px;
    }
    .message-header .read-more {
        font-size: 12px;
        padding: 0;
    }
    #icons-section .text {
        font-size: 14px;
    }
    #icons-section .title {
        font-size: 20px;
    }
    .message-header figure figcaption .subtitle {
        font-size: 12px;
    }
    #intro>div {
        position: relative;
    }
    #timeline-section .scrolled-2 {
        overflow: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: auto !important;
    }
    #timeline-section .scrolled-2:hover::-webkit-scrollbar-track,
    #timeline-section .scrolled-2::-webkit-scrollbar-track {
        background-color: transparent;
    }
    #timeline-section .scrolled-2:hover::-webkit-scrollbar,
    #timeline-section .scrolled-2::-webkit-scrollbar {
        width: 1px;
        height: 2px;
        background-color: #2549aa;
        display: block;
        overflow: visible;
        -webkit-overflow-scrolling: auto !important;
    }
    #timeline-section .scrolled-2::-webkit-scrollbar-thumb {
        background-color: #ffffff;
    }
    #timeline-section .scrolled-2 .scrolled-content {
        min-width: 900px;
    }
    .decease-block .decease-title {
        margin-right: -30px!important;
    }
    .icon-wrapper .icon {
        width: 20px;
        margin: auto;
    }
    .icon-wrapper .white {
        font-size: 10px;
        line-height: 10px;
        padding-top: 10px;
    }
    #impact-section .yellow-right-decoration {
        padding: 20px;
    }
    #impact-section {
        height: auto!important;
        min-height: 100vh;
        padding-bottom: 90px;
    }
    #impact-section .white-bottom-decoration {
        left: -60px;
    }
    #impact-section .impact-visuals-1 {
        position: relative;
    }
    .reverse-content-wrapper {
        flex-direction: column-reverse;
    }
    .timeline {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    .decease-block#hiv {
        min-height: 100vh;
        height: auto;
    }
    .decease-block#hiv .vh-100 {
        height: auto!important;
        min-height: 100vh;
    }
    .hiv-visuals-wrapper {
        position: relative;
        bottom: 0vh;
        left: 0vw;
        top: 80px;
        max-width: 38vw;
        width: 100vw;
        margin: auto;
        margin-bottom: 150px;
    }
    .decease-block#hep {
        min-height: 100vh;
        height: auto;
    }
    .decease-block#hep .vh-100 {
        height: auto!important;
        min-height: 100vh;
    }
    .decease-block#hepatitis .vh-100 {
        height: auto!important;
        min-height: 100vh;
    }
    .hepatitis-visuals-wrapper {
        position: relative;
        top: 80px;
        bottom: auto;
        transform-origin: top;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        left: 0;
        margin: auto;
        margin-bottom: 0px;
    }
    .decease-block#tuberculosis {
        position: relative;
        min-height: 100vh;
        height: auto;
    }
    .decease-block#tuberculosis .vh-100 {
        height: auto!important;
        min-height: 1500px;
    }
    .tuberculosis-visuals-wrapper {
        transform-origin: top;
        position: relative;
    }
    .tuberculosis-visuals-wrapper {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    .half-page-wrapper {
        background: none;
    }
    .tuberculosis-visuals-2 {
        left: 60%;
        /*   transform: translate(111%, 0px)!important;*/
    }
    .tuberculosis-visuals-3 {
        transform: scale(1.1);
        top: 0px;
    }
    section.square-block {
        height: auto!important;
        padding-top: 5em;
        padding-bottom: 5em;
    }
    section.square-block .square .h-50 {
        height: auto!important;
        flex-direction: column;
        display: block!important;
    }
    section.square-block .col-12.col-md-4 {
        height: 50vh;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #impact-section .arrow-outline-decoration {
        padding: 10px;
        padding-right: 20px;
    }
    #impact-section .text-style-08 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    #impact-section .text-style-09 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #impact-section .text-style-010 {
        font-size: 10px;
        font-weight: 400;
    }
    #impact-section .text-style-03 {
        font-size: 16px;
        line-height: 17px;
    }
    #impact-section .text-style-04 {
        display: block;
        font-size: 46px;
        line-height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .half-page-wrapper,
    .page-wrapper {
        margin: 0;
    }
    #impact-section .yellow-bottom-decoration {
        width: 45%;
        position: relative;
        /* right: 4%; */
        top: 7%;
        left: 14%;
    }
    .hepatitis-visuals-wrapper .hepatitis-visuals-2 {
        width: 160%;
    }
    #intro .background-decoration .blue-decorator img {
        width: 350%;
        position: absolute;
        left: -200%;
        top: 10%;
    }
    #intro {
        z-index: 0;
        position: relative;
    }
    .intro-text {
        display: inline-block;
        position: absolute;
        bottom: 50%;
        right: 30px;
        transform: translateY(65%);
        text-align: right;
        -webkit-transform: translateY(65%);
        -moz-transform: translateY(65%);
        -ms-transform: translateY(65%);
        -o-transform: translateY(65%);
    }
    .intro-text img {
        width: 200px;
    }
    #intro .text-style-01 {
        font-size: 18px;
        line-height: 24px;
    }
    #intro .text-style-02 {
        font-size: 18px;
        line-height: 24px;
    }
    #intro .text-style-03 {
        font-size: 10px;
        line-height: 12px;
    }
    .intro-text img.mr-4 {
        width: 30px;
    }
    #intro .background-decoration .golden-line img {
        width: 300%;
        height: 90;
        position: absolute;
        left: -159%;
        top: 15%;
    }
    #intro .golden-wrapper .background-decoration {
        transform: translateY(-100vh);
        -webkit-transform: translateY(-100vh);
        -moz-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        -o-transform: translateY(-100vh);
    }
    #icons-section .icon.small {
        height: 60px;
        margin-bottom: 35px;
    }
    #impact-section .yellow-right-decoration {
        padding: 20px;
        padding-right: 0px;
    }
    .timeline-title {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .square-block .square .read-more {
        font-size: 14px;
    }
    .square-block .square {
        max-height: 300px;
    }
    .message-block .subtitle {
        line-height: 14px;
    }
    #icons-section .icons-wrapper {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .team-decoration {
        width: 100%;
    }
    .team-decoration .commitment {
        width: 40%;
    }
    .team-decoration .generosity {
        width: 60%;
    }
    .filters {
        position: relative;
        right: 0;
    }
    .decease-block .map-block .map .map-container>*.active,
    .pathology-block .map-block .map .map-container>*.active {
        display: flex;
        flex-direction: column;
    }
    .decease-block .map-block .map.active .map-container .maps-wrapper {
        order: 1;
    }
    .decease-block .map-block .map .map-container .status {
        opacity: 0.8;
    }
    .decease-block .map-block .map .map-container .status.activated {
        width: 100%;
        opacity: 1;
    }
    .cover-triangle {
        display: none;
    }
    .status {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: opacity 1s ease-in-out;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
    }
    .decease-block .map-block .maps-wrapper img,
    .pathology-block .map-block .maps-wrapper img {
        left: 0;
    }
}

@media screen and (max-width:576px) {
    .hiv-visuals-wrapper {
        max-width: 160px;
    }
    #impact-section .text-style-03 {
        font-size: 14px;
        line-height: 17px;
    }
    #impact-section .text-style-04 {
        font-size: 36px;
    }
    #impact-section .arrow-outline-decoration {
        width: auto;
    }
    #impact-section .impact-visuals-1 {
        right: 60px;
    }
    #impact-section .text-style-8 {
        font-size: 40px;
    }
    #impact-section .text-style-7,
    #impact-section .text-style-9,
    #impact-section .text-style-11 {
        font-size: 14px;
    }
    #impact-section .impact-visuals-1 {
        top: -10vh;
    }
    .square-block .square .read-more {
        font-size: 14px;
    }
    .message-block .close-button {
        font-size: 14px;
    }
    .tuberculosis-visuals-wrapper {
        margin-bottom: -70vh;
    }
    .decease-block .decease-symbol {
        width: 40px;
        padding: 0!important;
        transform: translateY(-25%);
        /* top: 51%; */
        position: relative;
    }
    .decease-block .decease-title {
        padding-right: 0!important;
        position: relative;
        display: flex!important;
        flex-direction: row-reverse;
        right: 30px;
        top: 15px;
    }
    .decease-block .decease-title h2 {
        padding-right: 10px;
        font-size: 18px;
        text-align: right;
    }
}

.message-block .close-button.black {
    color: #000;
}

@media screen and (min-width: 2000px) {
    .hepatitis-visuals-wrapper {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .tuberculosis-visuals-wrapper {
        flex-wrap: nowrap;
        transform-origin: bottom;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        bottom: 10%;
        position: absolute;
    }
}