
@keyframes comp-g-right {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(180deg) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) rotate(180deg) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) rotate(180deg) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) rotate(180deg) scale(1);
    }
}

@keyframes comp-g-left {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

/* line 59, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* line 104, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
a.comp-link {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}
/* line 113, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
a.comp-link.comp-link__download {
    position: relative;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    margin-bottom: 10px;
}
/* line 119, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
a.comp-link.comp-link__download::before {
    content: "";
    width: 10px;
    height: 13px;
    position: absolute;
    background: url(/-/media/fabgroup/common/AR-Images/Full-Arrow-Down.svg) no-repeat;
    background-size: contain;
    top: 50%;
    left: 7px;
    background-position-y: 0px;
    z-index: 1;
    transform: translateY(-50%);
}

a.comp-link.comp-link__download::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/-/media/fabgroup/common/AR-Images/circle-gradient.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -3px;
    background-position-y: 0px;
}

a.comp-link.comp-link__download:hover::before {
    animation: arrow-down 1s 1;
}

@keyframes arrow-down {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: 30px;
    }
}
/* line 132, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a {
    position: relative;
    overflow: hidden;
}
/* line 135, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a h1 {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #003DA6;
    margin: 0;
}
/* line 143, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a label {
    font-family: "FSMatthew", "GESSTextBold-Bold";
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    color: #637488;
    mix-blend-mode: normal;
    opacity: 0.7;
}
/* line 149, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a label small {
    font-family: "FSMatthew-Light", "GESSTextMedium-Medium";
    font-size: 12px;
}
/* line 156, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a p, .comp-a ul li {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #202124;
    margin-top: 24px;
    mix-blend-mode: normal;
    opacity: 0.7;
}

.comp-a .box-link a {
    height: 64px;
    width: 64px;
    padding: 17px 20px 43px 19px;
    position: relative;
    display: inline-block;
}

.comp-a .box-link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(105.18deg, #003DA6 3.44%, #C12638 97.37%);
    content: "";
    transition: transform 0.2s, opacity 0.2s;
}

.comp-a .box-link a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.comp-a .box-link {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    /* line 170, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-a label {
        text-align: left;
        margin-top: 24px;
    }
}

/* line 177, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b {
    position: relative;
    overflow: hidden;
}
/* line 180, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b em {
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    line-height: 72px;
    background: -webkit-linear-gradient(#003DA6, #C12638);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
/* line 191, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b p {
    font-family: "FSMatthew-Light", "GESSTextMedium-Medium";
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #003DA6;
}
/* line 199, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b small, .comp-b ul li {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #637488;
    opacity: 0.7;
    margin-top: 40px;
}
/* line 211, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b label {
    font-family: "FSMatthew-Light", "GESSTextLight-Light";
    font-size: 22px;
    line-height: 28px;
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
/* line 222, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b .comp-b__value {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    padding: 40% 0;
    box-sizing: border-box;
    background: #ffffff;
    background-clip: padding-box;
    /* !importanté */
    border: solid 1px transparent;
    /* !importanté */
    border-radius: 50%;
}

/* line 239, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b .comp-b__value:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to right, #003DA6, #C12638);
}
/* line 250, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b .comp-b__right {
    display: flex;
    flex-direction: column;
}

/* line 256, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-c {
    position: relative;
    overflow: hidden;
}
/* line 259, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-c img {
    width: 100%;
}

/* line 264, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d {
    position: relative;
    overflow: hidden;
}
/* line 267, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d h2 {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-size: 32px;
    line-height: 38px;
    background: -webkit-linear-gradient(left, #003DA6, #00102B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* line 272, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d h3 {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-size: 24px;
    line-height: 28px;
    color: #003DA6;
}
/* line 277, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d p {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 16px;
    line-height: 22px;
    color: #637488;
    margin-top: 16px;
}
/* line 283, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d ul {
    margin-left: 104px;
    margin-top: 32px;
}
/* line 286, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d ul li {
    position: relative;
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 18px;
    line-height: 26px;
    color: #003DA6;
    padding-top: 3px;
}
/* line 290, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d ul li::before {
    content: "";
    background: url(/-/media/fabgroup/common/AR-Images/yes-red.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -54px;
    top: 7px;
}
/* line 304, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d .comp-d__twoCol {
    display: flex;
    flex-direction: column;
}
/* line 309, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d .comp-d__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E7EBFF;
    padding-top: 16px;
    padding-bottom: 18px;
}
/* line 318, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d .comp-d__item:last-child {
    border-bottom: 1px solid #E7EBFF;
}
/* line 322, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d .comp-d__item label {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 16px;
    line-height: 22px;
    color: #2A5082;
    margin: 0;
}
/* line 328, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d .comp-d__item em {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-size: 16px;
    line-height: 24px;
    color: #003DA6;
    font-style: normal;
}
/* line 338, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d .comp-d__download {
    margin-top: 32px;
}

/* line 344, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies {
    background: #003DA6;
    min-height: 350px;
    padding: 50px 0 0;
    margin-bottom: 15px;
}
/* line 349, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .heading {
    color: #ffffff;
    padding: 0 100px 32px 0;
}
/* line 352, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .heading h2 {
    color: #ffffff;
    margin-bottom: 4px;
}
/* line 358, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies p {
    font-family: "FSMatthew-Light", "GESSTextLight-Light";
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
}
/* line 365, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container {
    position: relative;
    padding: 85px 0 60px;
    margin-top: -85px;
}
/* line 369, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
}
/* line 372, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide .accounts_slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    color: #ffffff;
}
/* line 379, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide .accounts_slide strong {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 0 16px;
    color: #ffffff;
}
/* line 390, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide .accounts_slide p {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
/* line 401, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide:nth-child(n+1) .accounts_slide {
    background: linear-gradient(0deg, rgba(0, 84, 229, 0.79), rgba(0, 84, 229, 0.79)), linear-gradient(0deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43));
    box-shadow: 0px 2px 0px #0993FF;
}
/* line 407, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide:nth-child(2n+2) .accounts_slide {
    background: linear-gradient(0deg, rgba(17, 88, 194, 0.7), rgba(17, 88, 194, 0.7)), linear-gradient(0deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43));
    box-shadow: 0px 2px 0px #259C9C;
}
/* line 413, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide:nth-child(3n+3) .accounts_slide {
    background: linear-gradient(0deg, rgba(60, 63, 208, 0.7), rgba(60, 63, 208, 0.7)), linear-gradient(0deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43));
    box-shadow: 0px 2px 0px #5A5EFF;
}
/* line 419, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-slide:nth-child(4n+4) .accounts_slide {
    background: linear-gradient(0deg, rgba(28, 109, 255, 0.7), rgba(28, 109, 255, 0.7)), linear-gradient(0deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43));
    box-shadow: 0px 2px 0px #7EACFF;
}
/* line 425, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"] {
    position: absolute;
    top: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #7EACFF;
    border-radius: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: none !important;
}
/* line 439, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"]::after {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
/* line 452, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"].swiper-button-prev {
    right: 45px;
    left: auto;
}
/* line 456, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"].swiper-button-next {
    right: 0;
}
/* line 458, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"].swiper-button-next::after {
    -webkit-transform: translate(-50%, -50%) scale(-1) !important;
    -moz-transform: translate(-50%, -50%) scale(-1) !important;
    -ms-transform: translate(-50%, -50%) scale(-1) !important;
    transform: translate(-50%, -50%) scale(-1) !important;
}
/* line 465, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"].swiper-button-disabled {
    opacity: .5;
}
/* line 468, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container [class*="swiper-button-"] .swiper-pagination.disabled {
    display: none;
}
/* line 472, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-pagination-bullets {
    bottom: 0;
}
/* line 475, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies .swiper-container .swiper-pagination-bullet:only-child {
    display: none;
}

.productServies .swiper-button::before {
    background: url(/-/media/fabgroup/dev/AnnualReports/Full-Arrow-Left.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 11px;
    display: block;
    transform: rotate( 180deg );
}

.productServies .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #fff;
    padding: 4px;
    border: none;
}

.productServies .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    outline: none !important;
}
/* line 483, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f {
    position: relative;
    overflow: hidden;
    background: #F5F9FF;
}
/* line 488, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f h2 {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-size: 32px;
    line-height: 38px;
    color: #003DA6;
    padding-top: 40px;
}
/* line 494, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f h4 {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-size: 22px;
    line-height: 26px;
    color: #003DA6;
}
/* line 499, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f p {
    font-family: "FSMatthew-Light","GESSTextMedium-Medium";
    font-size: 18px;
    line-height: 26px;
    color: #2A5082;
}
/* line 504, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f ul {
    margin-left: 104px;
    margin-top: 32px;
}
/* line 507, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f ul li {
    position: relative;
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 18px;
    line-height: 26px;
    color: #003DA6;
    margin-top: 12px;
    padding-top: 4px;
    margin-bottom: 8px;
}
/* line 512, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f ul li::before {
    content: "";
    background: url(/-/media/fabgroup/common/AR-Images/checked-grad.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -54px;
    top: 7px;
}
/* line 527, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f figure img {
    width: 100%;
    padding-top: 16px;
}
/* line 532, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f .comp-f__items {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* line 539, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f .comp-f__item {
    flex: 0 0 33%;
    max-width: 33%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
/* line 547, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f .comp-f__item figure {
    width: 64px;
    height: 64px;
    background: linear-gradient(105.18deg, #003DA6 3.44%, #2669DC 97.48%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-f .comp-f__item:nth-child(3) figure {
    background: linear-gradient( 258.97deg, #3CD0D0 -20.66%, #2178C0 60.23%);
}
/* line 555, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f .comp-f__item figure img {
    width: 28px;
    height: 24px;
    padding-top: 0;
}
/* line 561, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f .comp-f__item small {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 18px;
    line-height: 26px;
    color: #003DA6;
    text-align: center;
}
/* line 569, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f .comp-f__item:nth-child(even) figure {
    background: #002B74;
}

/* line 577, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g {
    position: relative;
    overflow: hidden;
}
/* line 580, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g a {
    position: relative;
    display: block;
}
/* line 591, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g a em {
    font-family: "FSMatthew-Light", "GESSTextLight-Light";
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.7;
}
/* line 614, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav a em {
    font-family: "FSMatthew-Light", "GESSTextLight-Light";
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.7;
    font-style: normal;
}
/* line 583, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g a p, .comp-g .comp-g__nav a p em {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    opacity: 1;
}

/* line 600, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g a:hover p, .comp-g a.hov p {
    text-decoration-line: underline;
    text-decoration-color: #ffffff;
}
/* line 608, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav {
    padding: 100px 0;
    position: relative;
}
/* line 625, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--left::before {
    content: "";
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(105.18deg, #003DA6 3.44%, #00102B 97.48%);
    mix-blend-mode: normal;
    position: absolute;
}
/* line 636, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--left::after {
    content: "";
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    mix-blend-mode: normal;
    position: absolute;
}
/* line 648, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--left a:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 12px;
    background: url(/-/media/fabgroup/common/AR-Images/arrow-white.svg);
    top: 50%;
    left: -90px;
}
/* line 661, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--left a:hover:after, .comp-g .comp-g__nav.comp-g__nav--left a.hov:after {
    animation-name: comp-g-left;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/* line 672, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--right::before {
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #003DA6;
    mix-blend-mode: normal;
    position: absolute;
}
/* line 683, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--right a:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 12px;
    background: url(/-/media/fabgroup/common/AR-Images/arrow-white.svg);
    top: 50%;
    transform: rotate(180deg);
    right: -90px;
}
/* line 696, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav.comp-g__nav--right a:hover:after, .comp-g .comp-g__nav.comp-g__nav--right a.hov:after {
    animation-name: comp-g-right;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/* line 707, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__container {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 767px) {
    /* line 717, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-g .comp-g__nav.comp-g__nav--left::before {
        right: 50%;
        transform: translateX(25%);
    }
    /* line 721, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-g .comp-g__nav.comp-g__nav--left::after {
        right: 50%;
        transform: translateX(50%);
        background-size: cover;
    }
    /* line 728, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-g .comp-g__nav.comp-g__nav--right::before {
        left: 50%;
        transform: translateX(-25%);
    }
}

/* line 737, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav {
    position: sticky;
    top: 0;
    z-index: 100;
}
/* line 742, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
}
/* line 750, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__left {
    height: 100%;
    flex: 0 0 11%;
    max-width: 11%;
    background-color: #003DA6;
    border-right: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* line 761, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__middle {
    height: 100%;
    flex: 0 0 78%;
    max-width: 78%;
    background-color: #002B74;
    display: flex;
    align-items: center;
    padding: 0 27px;
    border-right: 1px solid #ffffff;
}
/* line 773, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__middle ul {
    display: flex;
    flex-direction: row;
}
/* line 782, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__right {
    height: 100%;
    flex: 0 0 11%;
    max-width: 11%;
    display: flex;
    align-items: center;
}
/* line 791, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__direction {
    height: 100%;
    width: 50%;
    background: linear-gradient(105.18deg, #003DA6 3.44%, #002B74 97.48%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: none;
    cursor: pointer;
}
/* line 804, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__direction::before {
    content: "";
    background: url(/-/media/fabgroup/dev/AnnualReports/Full-Arrow-Left.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 11px;
    display: block;
    transform: rotate(-180deg);
}

.comp-lvl-3-nav .comp-lvl-3-nav__direction:hover::before {
    animation-name: nav-right;
    animation-duration: 1.4s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes nav-right {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(180deg) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) rotate(180deg) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) rotate(180deg) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) rotate(180deg) scale(1);
    }
}
/* line 814, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__direction.comp-lvl-3-nav__direction--right {
    transform: rotate(0);
    border-left: 1px solid #ffffff;
}
/* line 817, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__direction.comp-lvl-3-nav__direction--right::before {
    transform: rotate(180deg);
}
/* line 823, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__menu {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
/* line 839, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__menu:hover .comp-lvl-3-nav__menu-button .arrow-top {
    width: 12px;
    transform: rotateZ(-45deg) translate(-7px, -3px);
}
/* line 846, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__menu:hover .comp-lvl-3-nav__menu-button .arrow-middle {
    transform: translateX(2px);
}
/* line 852, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__menu:hover .comp-lvl-3-nav__menu-button .arrow-bottom {
    transform: rotateZ(45deg) translate(-6px, 3px);
    width: 12px;
}
/* line 860, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item {
    padding-left: 15px;
    margin-bottom: 0;
}
/* line 863, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item a {
    font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    color: #399DF2;
}
/* line 869, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item a em {
    display: none;
}
/* line 875, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item.comp-lvl-3-nav__item--active a {
    color: #ffffff;
}
/* line 877, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item.comp-lvl-3-nav__item--active a em {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    display: inline;
}
/* line 886, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item:hover a {
    color: #ffffff;
}
/* line 888, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__item:hover a em {
    font-family: "FSMatthew", "GESSTextMedium-Medium";
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    display: inline;
}
/* line 897, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .comp-lvl-3-nav__menu--button {
    margin: 120px auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
/* line 903, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-lvl-3-nav .bar {
    display: block;
    height: 3px;
    width: 19px;
    background: #ffffff;
    margin: 3px auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 200px;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    /* line 917, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav {
        position: fixed;
        top: unset;
        bottom: 0;
        width: 100vw;
    }
    /* line 922, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__container {
        padding: 0;
    }
    /* line 925, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__left {
        flex: 0 0 34%;
        max-width: 34%;
    }
    /* line 929, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__middle {
        flex: 0 0 33%;
        max-width: 33%;
        justify-content: center;
    }

    .darkblue-bg-half .comp-lvl-3-nav .comp-lvl-3-nav__middle {
        border-right: none;
    }
    /* line 935, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__right {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .darkblue-bg-half .comp-lvl-3-nav .comp-lvl-3-nav__right {
        background-color: #002B74;
    }
    /* line 940, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__item {
        display: none;
        padding: 0;
    }
    /* line 943, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__item.comp-lvl-3-nav__item--active {
        display: list-item;
    }
    /* line 946, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__item.comp-lvl-3-nav__item--active a em {
        display: none;
    }
    /* line 951, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__item.comp-lvl-3-nav__item--active::before {
        content: "...";
        font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
        font-weight: 900;
        font-size: 18px;
        line-height: 26px;
        color: #399DF2;
        display: inline;
    }
    /* line 961, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
    .comp-lvl-3-nav .comp-lvl-3-nav__item.comp-lvl-3-nav__item--active::after {
        content: "...";
        font-family: "FSMatthew-Bold", "GESSTextBold-Bold";
        font-weight: 900;
        font-size: 18px;
        line-height: 26px;
        color: #399DF2;
        display: inline;
    }
}

/* line 979, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a h1, .comp-a p, .comp-a label, .comp-a ul li {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: transform 1s, opacity 0.25s;
    -moz-transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s;
    opacity: 1;
    will-change: transform;
}

/* line 984, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-a[data-animation] h1, .comp-a[data-animation] p, .comp-a[data-animation] label {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

/* line 992, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b p, .comp-b small, .comp-b ul li {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: transform 1s, opacity 0.25s;
    -moz-transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s;
    opacity: 1;
    will-change: transform;
}

/* line 995, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b .comp-b__left {
    transform: scale(1);
    transition: transform 1s, scale .5s;
    will-change: transform;
}

/* line 1002, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b[data-animation] p, .comp-b[data-animation] small {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 1006, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-b[data-animation] .comp-b__left {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

/* line 1013, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d h2, .comp-d p, .comp-d li, .comp-d h3, .comp-d .comp-d__item, .comp-d .comp-d__download {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: transform 1s, opacity 0.25s;
    -moz-transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s;
    opacity: 1;
    will-change: transform;
}

/* line 1018, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d[data-animation] h2, .comp-d[data-animation] p, .comp-d[data-animation] li, .comp-d[data-animation] h3 {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 1023, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-d[data-animation] .comp-d__item, .comp-d[data-animation] .comp-d__download {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

/* line 1031, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f h2, .comp-f p, .comp-f li, .comp-f h4, .comp-f .comp-f__item, .comp-f figure {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: transform 1s, opacity 0.25s;
    -moz-transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s;
    opacity: 1;
    will-change: transform;
}

/* line 1036, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f[data-animation] h2, .comp-f[data-animation] p, .comp-f[data-animation] li, .comp-f[data-animation] h4 {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 1041, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f[data-animation] .comp-f__item {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

/* line 1046, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-f[data-animation] figure {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* line 1054, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g .comp-g__nav--left, .comp-g .comp-g__nav--right {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: transform 1s, opacity 0.25s;
    -moz-transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s;
    opacity: 1;
    will-change: transform;
}

/* line 1059, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g[data-animation] .comp-g__nav--right {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 1064, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.comp-g[data-animation] .comp-g__nav--left {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* line 1072, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies h2, .productServies p, .productServies .swiper-slide {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: transform 1s, opacity 0.25s;
    -moz-transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s;
    opacity: 1;
    will-change: transform;
}

.productServies h2 {
    font-size: 32px;
}
/* line 1077, needreplace/media/Project/FAB/common/sass/imports/_components-annual-report.scss */
.productServies[data-animation] h2, .productServies[data-animation] p, .productServies[data-animation] .swiper-slide {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.areports.ar-bgcolor.darkblue-bg-half {
    position: relative;
}

@font-face {
    font-family: 'Graphik-Bold';
    src: url("/content/fabgroup/Assets/fonts/Graphik-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.areports.ar-header {
    position: relative;
    min-height: 76px;
}

.ar-container {
    max-width: 1120px;
    margin: 0 auto;
}

.areports.ar-text {
    width: 352px;
    color: #2A5082;
    font-size: 16px;
    line-height: 22px;
    font-family: 'FSMatthew-Light';
}

.areports.ar-text a, .comp-b a {
    border-bottom: 1px solid;
}

.darkblue-bg-half .areports.ar-text a {
    color: #fff;
}

.areports.ar-text ul,
.comp-a ul, .comp-b ul, ul.bullet-style {
    margin: 20px 0;
}

.darkblue-bg-half .areports.ar-text ul li {
    color: #fff;
}

.areports.ar-text ul li,
.comp-a ul li, .comp-b ul li, ul.bullet-style li {
    padding-right: 0;
    padding-left: 25px;
    color: #2A5082;
}

.comp-b ul li {
    color: #637488;
    opacity: 1;
}

.areports.ar-text ul li:before,
.comp-a ul li:before, .comp-b ul li:before, ul.bullet-style li:before {
    content: "•";
    padding-right: 15px;
    padding-left: 0;
    margin-left: -25px;
    margin-right: 0;
}

a.areports.ar-textlink {
    color: #003DA6;
    margin-top: 21px;
    padding-right: 28px;
    display: inline-block;
}

a.areports.ar-textlink:before {
    content: "";
    background: url(/-/media/fabgroup/common/AR-Images/full-arrow-right.svg) no-repeat right 0 transparent;
    width: 28px;
    height: 25px;
    float: right;
    padding-left: 3px;
    padding-right: 3px;
    background-position-x: 3px;
    margin-top: 5px;
    margin-left: 5px;
}

a.areports.ar-textlink:hover::before {
    animation: arrow-run 1s 1;
}

@keyframes arrow-run {
    0% {
        background-position-x: 3px;
    }

    100% {
        background-position-x: 30px;
    }
}

.areports.ar-container {
    position: relative;
}

.areports .swiper-pagination {
    padding-top: 0;
    margin-top: 10px;
}

.areports.ar-colleft {
    float: left;
    width: 87px;
    margin-right: 8px;
    min-height: 76px;
}

.ar-footer .areports.ar-colleft {
    width: 110px;
    margin-top: 1%;
    margin-bottom: 57px;
}

.areports.ar-colmid {
    width: 352px;
    float: left;
}

.areports.ar-colright {
    float: right;
    max-width: 544px;
}

ul.areports.ar-mainnav.menu {
    display: flex;
    flex-wrap: nowrap;
    height: 76px;
    position: relative;
}

ul.areports.ar-mainnav.menu li a img {
    margin-left: 10px;
}

.clear {
    clear: both;
}

ul.areports.ar-mainnav.menu {
    background-color: #003DA6;
}

ul.areports.ar-mainnav.menu li {
    display: inline-block;
    margin: 0;
}

.container-maxwidth-1150.container,
.container-maxwidth-1150 > .container {
    max-width: 1150px;
}

ul.areports.ar-mainnav.menu li:after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #5A81C3;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.areports.ar-mainnav.menu li:first-child:after {
    display: none;
}

ul.areports.ar-mainnav.menu li a {
    color: #fff;
    text-decoration: none;
    padding: 28px 13px 27px 13px;
    display: flex;
    font-size: 13px;
}

.areports.ar-mobile-menu {
    width: 56px;
    height: 56px;
    background-color: #003DA6;
    background-image: url(/-/media/fabgroup/common/AR-Images/mobile-menu.svg);
    background-repeat: no-repeat;
    display: none;
    background-position: center;
    float: right;
}

body {
    margin: 0;
}

.areports.ar-navlogo.ar-colleft img {
    margin-top: 25px;
    position: relative;
}

.areports.ar-navlogotext {
    padding-top: 62px;
    color: #003DA6;
    width: 200px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'FSMATTHEW';
}

.areports.ar-navcontainer {
    position: absolute;
    left: 50%;
    min-width: 560px;
}

.areports.ar-navcontainer.ar-navcontainer--open .ar-mainnav {
    right: 0;
    position: absolute;
}

.areports.ar-navcontainer.ar-navcontainer--open .ar-mobile-menu {
    background-color: #002B74;
    background-image: url(/-/media/fabgroup/common/AR-Images/mobile-menu-open.svg);
}

h2.areports.main-heading {
    color: #003DA6;
    font-weight: 900;
    font-family: 'Graphik-Bold';
}

.areports.main-img.ar-colright img {
    float: right;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ar-imgcontaner {
    width: 540px;
    height: 560px;
    overflow: hidden;
    margin-top: 2%;
    height: 70vh;
}

span.areports.ar-currentpage {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 53px;
    color: #D1DEF3;
    float: left;
}

span.areports.ar-totalpage {
    font-weight: bold;
    font-size: 16px;
    color: #003DA6;
    float: left;
    margin-top: 5px;
    padding-left: 10px;
}

.areports.ar-pdficon {
    background-color: #003DA6;
    width: 66px;
}

.areports.ar-pdficon img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.areports.ar-docpdf {
    border: 1px solid #E7EBFF;
    width: 352px;
    float: right;
    display: flex;
}

.areports.ar-pdfcontent {
    padding: 16px;
    float: left;
    display: block;
    max-width: 80%;
}

.pdfheading {
    font-size: 16px;
    line-height: 22px;
    color: #003DA6;
}

.ar-footer .areports.ar-page.ar-colright {
    width: 480px;
    padding-top: 1%;
}

.areports.ar-mouse {
    float: left;
    margin-top: 1%;
}


/*.areports.ar-bgcolor:before,*/
.bluebg-noscroll:before,
.darkblue-bg-half:before {
    content: "";
    width: 60vw;
    background-color: #F5F9FF;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
}
/*.areports.ar-reports-links.ar-bgcolor:before,*/
.darkblue-bg-half:before {
    width: 61.8%;
    bottom: -5px;
}

@media (min-width: 1280px) {
    .darkblue-bg-half:before {
        width: 64.2%;
    }
}

@media (min-width: 1343px) {
    .darkblue-bg-half:before {
        width: 63.5%;
    }
}

@media (min-width: 1366px) {
    .darkblue-bg-half:before {
        width: 63.3%;
    }
}

@media (min-width: 1440px) {
    .darkblue-bg-half:before {
        width: 62.6%;
    }
}

@media (min-width: 1492px) {
    .darkblue-bg-half:before {
        width: 62.15%;
    }
}

@media (min-width: 1519px) {
    .darkblue-bg-half:before {
        width: 61.95%;
    }
}

@media (min-width: 1536px) {
    .darkblue-bg-half:before {
        width: 61.8%;
    }
}

@media (min-width: 1600px) {
    .darkblue-bg-half:before {
        width: 61.35%;
    }
}

@media (min-width: 1680px) {
    .darkblue-bg-half:before {
        width: 60.78%;
    }
}

@media (min-width: 1784px) {
    .darkblue-bg-half:before {
        width: 60.17%;
    }
}

@media (min-width: 1792px) {
    .darkblue-bg-half:before {
        width: 60.1%;
    }
}

@media (min-width: 1920px) {
    .darkblue-bg-half:before {
        width: 59.45%;
    }
}

@media (min-width: 2048px) {
    .darkblue-bg-half:before {
        width: 58.85%;
    }
}

@media (min-width: 2560px) {
    .darkblue-bg-half:before {
        width: 57.1%;
    }
}
/*.areports.ar-bgcolor.ar-reports-links:before,*/
.darkblue-bg-half:before {
    background: linear-gradient(105.18deg, #003DA6 3.44%, #2669DC 97.48%);
}



.ar-reports-links span.areports.ar-totalpage {
    color: #7EACFF;
}

.areports.main-img.ar-colright .ar-linkimg img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areports.main-img.ar-colright .ar-linkimg {
    float: left;
    width: 29.5%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.areports.main-img.ar-colright .ar-linkcontent {
    float: right;
    max-width: 70%;
    width: 70%;
    padding: 34px 28px 32px 32px;
}

h4.ar-linkhdr {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #003DA6;
    font-family: 'FSMatthew';
    margin-bottom: 4px;
}


.ar-linktxt .hlink {
    padding-left: 32px;
    color: #2A5082;
    display: inline-block;
}

a .ar-linksbox .ar-linktxt .hlink:before {
    background: no-repeat url(/-/media/fabgroup/common/AR-Images/full-arrow-right.svg);
    content: "";
    width: 24px;
    height: 16px;
    padding-left: 0;
    margin-right: 4px;
    display: inline-block;
    margin-left: -28px;
    background-position-x: 0px;
    background-position-y: 3px;
}

a:hover .ar-linksbox .ar-linktxt .hlink:before {
    animation: arrow-run2 2s infinite;
}

@keyframes arrow-run2 {
    0% {
        background-position-x: -3px;
    }

    50% {
        background-position-x: 28px;
    }

    50.01% {
        background-position-x: -3px;
    }

    100% {
        background-position-x: 28px;
    }
}

.ar-linksbox {
    background-color: #F5F9FF;
    margin-bottom: 8px;
    position: relative;
    min-height: 138px;
}

.ar-imgcontaner .ar-linksbox:last-child {
}

.ar-reports-links .ar-imgcontaner {
    height: auto;
    overflow: auto;
    max-height: none;
    margin-bottom: 30px;
}

.ar-reports-links .areports.ar-page {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 110px;
    font-family: 'Graphik-Bold';
}

.ar-reports-links .areports.inner {
    position: static;
    transform: none;
}

.ar-reports-links .small-menutxt {
    color: #fff;
    text-align: center;
}

.ar-reports-links .menu-arrow {
    margin: 40px auto 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.ar-reports-links .bar {
    display: block;
    height: 3px;
    width: 20px;
    background: #ffffff;
    margin: 4px auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.ar-reports-links .menu-arrow:hover .arrow-top {
    background: #fff;
    width: 16px;
    transform: rotateZ(-45deg) translateY(3px);
}

.ar-reports-links .menu-arrow:hover .arrow-middle {
    background: #fff;
    transform: translateX(10px);
}

.ar-reports-links .menu-arrow:hover .arrow-bottom {
    background: #fff;
    transform: rotateZ(45deg) translateY(-3px);
    width: 16px;
}

.link-effect-2 {
    overflow: hidden;
}

.link-effect-2 a {
    overflow: hidden;
    padding: 20px;
    height: 1em;
    color: #797878;
    font-weight: 400;
}

.link-effect-2 a span.nav-txt {
    font-family: 'FSMATTHEW';
}

.link-effect-2 a.lang span.nav-txt {
    font-family: "FSMatthew", "GESSTextLight-Light";
}

.link-effect-2 a span.nav-txt {
    position: relative;
    display: inline-block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-effect-2 a:hover span.nav-txt {
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    transform: translateY(-300%);
}

.link-effect-2 a span.nav-txt::before {
    color: white;
    position: absolute;
    top: 300%;
    content: attr(data-hover);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.areports.ar-pdficon img.pdf-download-icon {
    display: none;
}

a.pdf-anchor:hover .areports.ar-pdficon img.pdf-icon {
    display: none;
}

a.pdf-anchor:hover .areports.ar-pdficon img.pdf-download-icon {
    display: block;
}

a.pdf-anchor:hover .areports.ar-pdficon {
    background: linear-gradient(289.89deg, #0C4DBC 21.88%, #40A9FA 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.whitelogo {
    display: none;
}

@media(min-width: 1250px) {
    .comp-a ul li {
        color: #202124;
    }

    .areports.ar-text.ar-text-para {
        margin-left: 100px;
    }

    .lowOpacity {
        opacity: 0.5;
    }

    .fixed-scroll {
        z-index: 50;
    }

    .comp-a label {
        float: right;
    }

    h2.areports.main-heading {
        font-size: 48px;
    }

    h2 .areports.main-heading {
        font-size: 48px;
    }

    .areports.ar-pdfcontent .pdfsize {
        font-size: 14px;
        line-height: 19px;
        color: #2A5082;
    }

    .darkblue-bg-half .areports.ar-navlogotext,
    .ar-reports-links .areports.ar-navlogotext,
    .ar-reports-links h2.areports.main-heading,
    .ar-reports-links .areports.ar-text,
    .ar-reports-links span.areports.ar-currentpage {
        color: #fff;
    }

    .bluelogo {
        display: block;
    }

    .mobile-logo {
        display: none;
    }

    .darkblue-bg-half .comp-lvl-3-nav .comp-lvl-3-nav__left,
    .darkblue-bg-half .comp-lvl-3-nav .comp-lvl-3-nav__middle {
        background-color: transparent;
        border: none;
    }

    .darkblue-bg-half .comp-lvl-3-nav__left .comp-lvl-3-nav__menu-button {
        margin-left: -40px;
    }

    .darkblue-bg-half .ar-menutxt {
        margin-top: 50px;
        margin-left: -42px;
    }

    .darkblue-bg-half .ar-menutxt {
        display: block;
    }

    .darkblue-bg-half .bluelogo {
        display: none;
    }

    .darkblue-bg-half .whitelogo {
        display: block;
    }

    .areports .scroll-downs {
        width: 34px;
        height: 55px;
    }

    .areports .mousey {
        width: 3px;
        padding: 10px 15px;
        height: 35px;
        border: 2px solid #073DA1;
        border-radius: 25px;
        opacity: 0.75;
        box-sizing: content-box;
    }

    .ar-reports-links .ar-imgcontaner {
        overflow-y: hidden;
    }

    .bluebg-noscroll {
        max-height: calc(100vh - 81px);
        overflow: hidden;
    }

    .ar-linksbox {
        position: relative;
        animation: slide-linksbox 1s;
    }



    .ar-linksbox:nth-child(2) {
        animation: slide-linksbox2 1s;
    }


    .ar-linksbox:nth-child(3) {
        animation: slide-linksbox3 1.2s;
    }


    .ar-linksbox:nth-child(4) {
        animation: slide-linksbox4 1.4s;
    }

    .ar-linksbox:nth-child(5) {
        animation: slide-linksbox5 1.6s;
    }

    .ar-linksbox:nth-child(6) {
        animation: slide-linksbox6 1.8s;
    }

    .ar-linksbox:nth-child(7) {
        animation: slide-linksbox7 2s;
    }

    .ar-reports-links h2.areports.main-heading {
        animation: slide-mainheading 1.2s;
        position: relative;
    }



    .ar-reports-links .ar-articlewrapper {
        animation: slide-articlewrapper 1.4s;
        float: left;
        position: relative;
    }



    .areports .scroller {
        width: 3px;
        height: 10px;
        border-radius: 25%;
        background-color: #073DA1;
        animation-name: scroll;
        animation-duration: 2.2s;
        animation-timing-function: cubic-bezier(.15,.41,.69,.94);
        animation-iteration-count: infinite;
    }

    /*Mouse Animations*/

    span.mouseanim {
        display: block;
        width: 5px;
        height: 5px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        border-right: 2px solid #0A3CA0;
        border-bottom: 2px solid #0A3CA0;
        margin: 0 0 3px 6px;
    }

    .unu {
        margin-top: 6px;
    }

    .unu, .doi, .trei {
        -webkit-animation: mouse-scroll 1s infinite;
        -moz-animation: mouse-scroll 1s infinite;
    }

    .unu {
        -webkit-animation-delay: .1s;
        -moz-animation-delay: .1s;
        -webkit-animation-direction: alternate;
    }

    .doi {
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s;
        -webkit-animation-direction: alternate;
    }

    .trei {
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s;
        -webkit-animation-direction: alternate;
    }




    .mouse {
        height: 21px;
        width: 14px;
        border-radius: 10px;
        transform: none;
        border: 2px solid #0A3CA0;
        top: 170px;
        margin-left: 2px;
        margin-bottom: 2px;
    }

    .wheel {
        height: 5px;
        width: 2px;
        display: block;
        margin: 5px auto;
        background: #0A3CA0;
        position: relative;
    }

    .wheel {
        -webkit-animation: mouse-wheel 1.2s ease infinite;
        -moz-animation: mouse-wheel 1.2s ease infinite;
    }


    /*Mouse Animations END*/

    ul.areports.ar-mainnav.menu {
        padding-left: 10px;
    }

    ul.areports.ar-mainnav.menu li a {
        height: 76px;
    }

    .ar-reports-links .areports.ar-content {
        max-height: none;
    }

    .ar-reports-links .areports.ar-content .ar-colright, .ar-reports-links .areports.ar-content .ar-colmid {
        margin-top: 100px;
    }

    .ar-reports-links .areports.ar-content .ar-colmid {
    }
    /*Links page END*/
    .ar-container .swiper-wrapper {
        display: block;
    }

    body {
        position: relative;
        height: 100%;
    }

    .swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .swiper-container-vertical {
        max-height: 70%;
        overflow: hidden;
    }
    /*.areports.outer {
                display: table;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
            }

            .areports.middle {
                display: table-cell;
                vertical-align: middle;
            }

            .areports.inner {
                margin-left: auto;
                margin-right: auto;
                width: 352px;*/
    /*Whatever width you want*/
    /*}*/
    .areports.middle {
        height: 72vh;
    }

    .areports.inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2%;
    }

    /* Animations*/
    .swiper-slide-active h2.areports.main-heading {
        position: relative;
        animation: hdr-slidein 1s;
    }

    .swiper-slide-active .areports.ar-articlewrapper {
        position: relative;
        animation: animatebottom 1s;
    }


    .swiper-slide-active .ar-textlinkcontainer {
        position: relative;
        animation: animatebottomlink 1.5s;
    }


    .areports.ar-footer {
        position: relative;
    }

    .ar-footer .areports.ar-colleft.swiper-pagination {
        position: relative;
        font-family: 'Graphik-Bold';
        animation: animatepagination 1.8s;
    }

    .areports.ar-content {
        max-height: 72vh;
        overflow: hidden;
    }

    .swiper-slide-active .areports.main-img.ar-colright img {
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
        -o-animation: fadein 1s; /* Opera < 12.1 */
        animation: fadein 1s;
    }

    .swiper-slide-active .areports.ar-docpdf {
        -webkit-animation: pdf-slidein 1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: pdf-slidein 1s; /* Firefox < 16 */
        -ms-animation: pdf-slidein 1s; /* Internet Explorer */
        -o-animation: pdf-slidein 1s; /* Opera < 12.1 */
        animation: pdf-slidein 1s;
    }
}

@keyframes slide-linksbox {
    from {
        bottom: -200px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-linksbox2 {
    from {
        bottom: -600px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-linksbox3 {
    from {
        bottom: -800px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-linksbox4 {
    from {
        bottom: -1000px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-linksbox5 {
    from {
        bottom: -1200px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-linksbox6 {
    from {
        bottom: -1400px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-linksbox7 {
    from {
        bottom: -1600px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-mainheading {
    from {
        bottom: -400px;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-articlewrapper {
    from {
        bottom: -800px;
    }

    to {
        bottom: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    50% {
        top: 2px;
    }

    100% {
        top: 3px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hdr-slidein {
    from {
        bottom: -200px;
    }

    to {
        bottom: 0;
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottomlink {
    from {
        bottom: -200px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatepagination {
    from {
        bottom: -800px;
    }

    to {
        bottom: 0;
    }
}

@keyframes fadein {
    0% {
        transform: scale(1.5,1.5);
        margin-right: -101%;
    }

    50% {
        transform: scale(1.02,1.02);
        margin-right: 0%;
    }

    100% {
        transform: scale(1,1);
        margin-right: 0%;
    }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pdf-slidein {
    0% {
        margin-right: -101%;
    }

    10% {
        margin-right: -101%;
    }

    100% {
        margin-right: 0%;
    }
}
/* Firefox < 16 */
@-moz-keyframes pdf-slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes pdf-slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Internet Explorer */
@-ms-keyframes pdf-slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */
@-o-keyframes pdf-slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media(max-width: 1250px) and (min-width: 600px) {
    .productServies p {
        max-width: 90%;
    }
}

@media(max-width: 1250px) {
    .comp-g .comp-g__nav {
        padding: 24px 0 84px;
    }

    .ar-linksbox {
        min-height: 107px;
    }

    .areports.ar-mobile-menu {
        display: flex;
    }

    .container-nopadding {
        padding: 0;
        max-width: 100%;
    }

    .areports.ar-text.ar-text-para {
        display: none;
    }

    .ar-reports-links .ar-imgcontaner {
        margin-bottom: 70px;
    }

    a.areports.ar-textlink:before {
    }

    .desktop-logo {
        display: none;
    }

    .ar-text-para {
        padding-top: 0;
        margin-bottom: 76px;
    }

    .areports.main-img.ar-colright .ar-linkimg {
        max-width: 33.3%;
        width: 33.3%;
    }

    .areports.main-img.ar-colright .ar-linkcontent {
        max-width: 66%;
        width: 66%;
    }

    .ar-reports-links .ar-articlewrapper {
        position: relative;
    }

    .comp-g .container .row {
        flex-wrap: nowrap;
    }

    .comp-g .container .row .col-md-2 {
        display: none;
    }

    .areports .swiper-wrapper {
        align-items: flex-start;
    }

    .areports.main-img.ar-colright .ar-linkimg img {
        min-height: 107px;
    }

    .comp-d ul {
        margin-left: 30px;
    }

    .comp-d ul li::before {
        left: -30px;
    }

    .ar-banner-img img {
        max-width: 100%;
        height: auto;
    }

    .comp-a label {
        margin-top: 8px;
    }

    .comp-b label {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 34px;
    }

    .comp-a.margin-top-80, .comp-b.margin-top-80 {
        margin-top: 20px;
    }

    .comp-a p,
    .comp-b .d-flex small, .comp-b .d-flex small ul li {
        color: #2A5082;
    }

    .comp-a .box-link {
        display: none;
    }

    .comp-a h1, .comp-d h2, .productServies .heading h2,
    .comp-f h2 {
        font-size: 28px;
        font-family: "FSMatthew";
        padding-top: 16px;
    }

    .comp-f h3 {
        font-family: "FSMatthew";
    }

    .comp-g .comp-g__nav.comp-g__nav--left::after {
        background-size: cover !important;
        width: 50vw;
    }

    .productServies .heading {
        padding: 0;
    }

    .comp-b p,
    .comp-b .comp-b__left {
        font-family: "FSMatthew-Light";
    }

    .comp-b .comp-b__value {
        padding: 33% 0;
    }

    .comp-b .comp-b__left {
        max-width: 60%;
        margin: 0 auto;
        font-weight: normal;
    }

    .container-maxwidth-1150.container, .container-maxwidth-1150 > .container {
        padding: 0;
    }

    .productServies .container, .comp-padding, .comp-f .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .productServies .container.swiper-container {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 40px;
    }

    .productServies {
        min-height: 300px;
        padding-bottom: 0;
    }

    .productServies p {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .productServies .accounts_slide p {
        margin-bottom: 0;
    }

    .productServies .swiper-container .swiper-pagination-bullets {
        padding-top: 24px;
    }

    .productServies .heading h2 {
        margin-bottom: 8px;
        padding-top: 0;
    }

    .comp-a p {
        margin-top: 4px;
    }

    .comp-b em {
        font-size: 42px;
    }

    .comp-lvl-3-nav .comp-lvl-3-nav__item a {
        font-size: 16px;
    }

    .darkblue-bg-half .whitelogo {
        display: none;
    }

    .darkblue-bg-half.container {
        padding: 0;
        position: relative;
    }

    .bluebg-noscroll.container {
        padding: 0;
    }

    .darkblue-bg-half:before {
        content: none;
    }

    .darkbg-mobile:before {
        content: "";
        background: linear-gradient( 105.18deg,#003da6 3.44%,#2669dc 97.48%);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 36%;
        z-index: -1;
        top: -10px;
        height: 82vh;
        min-height: 110%;
        left: -10px;
    }

    .ar-linktxt {
        line-height: 19px;
    }

    h4.ar-linkhdr {
        line-height: initial;
        margin-bottom: 4px;
        font-size: 16px;
    }

    .areports.main-img.ar-colright .ar-linkcontent {
        padding: 10px;
        padding-bottom: 32px;
    }

    .ar-reports-links .whitelogo {
        display: none;
    }

    .ar-reports-links .bluelogo {
        display: block;
    }

    .areports.ar-bgcolor:before {
        content: none;
    }

    .bluebg-noscroll:before {
        content: none;
    }

    .ar-reports-links.areports.ar-bgcolor:before {
        content: "";
        top: 64px;
        width: 31.2%;
    }

    .ar-reports-links .ar-content .areports.ar-colleft {
        display: none;
    }

    .ar-swiper-content.swiper-slide:before {
        content: "";
        width: 80vw;
        top: 233px;
        position: absolute;
        bottom: -10px;
        z-index: -1;
    }

    .ar-content .areports.ar-colright {
        float: none;
        max-width: none;
        width: 100%;
        position: relative;
    }

    .areports.ar-colleft {
        width: auto;
        margin-right: 8px;
        min-height: unset;
    }

    .ar-content .areports.ar-colleft {
        float: none;
        width: 100%;
        margin: 0;
        min-height: 0;
    }

    .ar-content .areports.ar-colmid {
        float: none;
        width: 100%;
        padding-left: 22px;
        padding-right: 13px;
        position: relative;
    }

    .ar-content .areports.ar-colmid.darkbg-hdr {
        padding: 0;
    }

    .ar-content .areports.ar-colmid.darkbg-hdr h2 {
        font-size: 28px;
    }

    .areports.ar-articlewrapper {
        position: relative;
    }

    a.areports.ar-textlink {
        margin-top: 0;
    }

    .ar-textlinkcontainer {
        position: absolute;
        top: 0;
    }

    .areports.ar-header {
        padding-left: 11px;
    }

    ul.areports.ar-mainnav.menu {
        position: fixed;
        min-height: 100vh;
        height: unset;
        top: 56px;
        width: 245px;
        flex-direction: column;
        right: -301px;
        z-index: 101;
    }

    ul.areports.ar-mainnav.menu li a {
        /*padding: 17px;
        min-height: 55px;*/
        padding: 14px 16px;
        height: 100%;
        justify-content: end;
        margin-top: 21px;
    }

    ul.areports.ar-mainnav.menu li a .nav-txt,
    ul.areports.ar-mainnav.menu li a .nav-eng-img,
    ul.areports.ar-mainnav.menu li a.lang img {
        /*display: none;*/
        padding-right: 8px;
    }

    ul.areports.ar-mainnav.menu li a.lang .nav-txt {
        display: block;
    }

    ul.areports.ar-mainnav.menu li a .nav-txt.nav-txt-eng {
        display: inline-block;
    }

    ul.areports.ar-mainnav.menu li a img {
        margin: 0;
    }

    .areports.ar-navlogotext {
        max-width: 20%;
        padding-top: 12px;
        font-size: 11px;
    }

    .ar-imgcontaner {
        margin: 0;
        width: auto;
        height: auto;
    }

    h2.areports.main-heading {
        margin-top: 32px;
        margin-bottom: 32px;
        font-size: 28px;
    }

    .areports.ar-content {
        margin-top: 8px;
        padding: 0 10px;
    }

    .areports.main-img.ar-colright img {
        float: none;
        max-width: 100%;
        min-height: 303px;
        max-height: 303px;
    }

    .areports.ar-navlogo.ar-colleft img {
        margin-top: 12px;
        position: relative;
        height: 35px;
    }

    .areports.ar-text {
        max-width: 100%;
        font-size: 16px;
        padding-top: 30px;
    }



    .ar-footer .areports.ar-colleft {
        display: none;
    }

    .ar-footer .areports.ar-page.ar-colright {
        width: auto;
        float: none;
        padding-left: 33px;
        padding-right: 23px;
        padding-top: 24px;
    }

    .areports.ar-mouse {
        display: none;
    }

    .areports.ar-pdficon {
        display: block;
    }

    .areports.ar-docpdf {
        border: 1px solid #E7EBFF;
        max-width: 100%;
        float: none;
        background-color: #fff;
    }

    .areports.ar-pdfcontent {
        padding: 24px 16px;
        float: left;
        max-width: 74%;
    }

    .ar-swiper-content.swiper-slide {
        width: 80%;
        padding-bottom: 16px;
        background-color: #F5F9FF;
    }

    .areports.ar-navcontainer {
        right: 0;
        left: unset;
        min-width: unset;
    }
}

@media screen and (max-width: 767px) {
    ul.areports.ar-mainnav.menu {
        z-index: 2;
    }
}


@media (max-width: 1024px) and (min-width: 851px) {
    .darkbg-mobile:before {
        width: 34.4%;
    }
}

@media (max-width: 850px) and (min-width: 541px) {
    .darkbg-mobile:before {
        width: 34.8%;
    }
}

@media (max-width: 540px) and (min-width: 450px) {
    .darkbg-mobile:before {
        width: 35.3%;
    }
}

@media (max-width: 401px) and (min-width: 361px) {
    .darkbg-mobile:before {
        width: 36%;
    }
}

@media (max-width: 360px) and (min-width: 300px) {
    .darkbg-mobile:before {
        width: 36.35%;
    }
}

@media (max-width: 1250px) and (min-width: 1025px) {
    .darkbg-mobile:before {
        width: 36%;
    }
}
