/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

@-webkit-keyframes a {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes a {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes b {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes b {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.animation--shrink,
.animation--shrink:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.animation--shrink:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    filter: alpha(opacity=70);
    filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=70);
    -o-opacity: .7;
    -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: .7;
    opacity: .7
}

.animation--grow {
    transition: -webkit-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.animation--grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.animation--swing {
    -webkit-animation: a 1s ease 1s infinite;
    animation: a 1s ease 1s infinite
}

.animation--btn-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .5s ease-out;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.animation--btn-bg:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
    transition-timing-function: cubic-bezier(.45, 1.64, .47, .66)
}

.animation--bounce {
    -webkit-animation: b 1s ease infinite;
    animation: b 1s ease infinite
}

@font-face {
    font-family: InterstateCE;
    src: url(../fonts/subset-InterstateCE-Black.eot);
    src: local("InterstateCE-Black"), url(../fonts/subset-InterstateCE-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-InterstateCE-Black.woff) format("woff"), url(../fonts/subset-InterstateCE-Black.ttf) format("truetype"), url(../fonts/subset-InterstateCE-Black.svg#InterstateCE-Black) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: InterstateCE;
    src: url(../fonts/subset-InterstateCE-Light.eot);
    src: local("InterstateCE-Light"), url(../fonts/subset-InterstateCE-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-InterstateCE-Light.woff) format("woff"), url(../fonts/subset-InterstateCE-Light.ttf) format("truetype"), url(../fonts/subset-InterstateCE-Light.svg#InterstateCE-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: InterstateCE;
    src: url(../fonts/subset-InterstateCE-Regular.eot);
    src: local("InterstateCE-Regular"), url(../fonts/subset-InterstateCE-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-InterstateCE-Regular.woff) format("woff"), url(../fonts/subset-InterstateCE-Regular.ttf) format("truetype"), url(../fonts/subset-InterstateCE-Regular.svg#InterstateCE-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: InterstateCE;
    src: url(../fonts/subset-InterstateCE-Bold.eot);
    src: local("InterstateCE-Bold"), url(../fonts/subset-InterstateCE-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-InterstateCE-Bold.woff) format("woff"), url(../fonts/subset-InterstateCE-Bold.ttf) format("truetype"), url(../fonts/subset-InterstateCE-Bold.svg#InterstateCE-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

.f-family--black,
.m-profit-dividend__number {
    font-family: InterstateCE, Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal
}

.c-info-box__headtitle,
.c-menubar__con>ul>li,
.f-family--light,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: InterstateCE, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal
}

.f-family--regular {
    font-weight: 400
}

.f-family--Bold,
.f-family--regular {
    font-family: InterstateCE, Arial, Helvetica, sans-serif;
    font-style: normal
}

.f-family--Bold {
    font-weight: 700
}

.c-info-box__headtitle,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.c-info-box__headtitle,
.h1,
.h2 {
    font-size: 60px;
    font-size: 6rem
}

@media (min-width:1025px) and (max-width:1366px) {

    .c-info-box__headtitle,
    .h1,
    .h2 {
        font-size: 48px;
        font-size: 4.8rem
    }
}

@media (max-width:1024px) {

    .c-info-box__headtitle,
    .h1,
    .h2 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media (max-width:768px) {

    .c-info-box__headtitle,
    .h1,
    .h2 {
        font-size: 28px;
        font-size: 2.8rem
    }
}

.h3 {
    font-size: 24px;
    font-size: 2.4rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (max-width:1024px) {
    .h3 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

a {
    color: #042e70
}

p {
    line-height: 1.2em
}

@media (max-width:1024px) {
    p {
        line-height: 1.5em
    }
}

p.p {
    font-size: 16px;
    font-size: 1.6rem
}

hr.sep {
    width: 55px;
    border: none;
    border-bottom: 6px solid #fff;
    margin: 10px auto;
    display: block
}

.txt-upp {
    text-transform: uppercase
}

b,
strong {
    font-weight: 700
}

ol,
ul {
    padding-left: 15px
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.grid__container {
    width: 1366px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto
}

@media (min-width:1025px) and (max-width:1366px) {
    .grid__container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:1024px) {
    .grid__container {
        width: 768px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:768px) {
    .grid__container {
        width: 480px
    }
}

.grid__container--white-bg {
    background-color: #fff;
    margin-top: -260px;
}

@media (max-width:1440px) {
    .grid__container--white-bg {
        margin-top: -60px;
    }
}

@media (max-width:1024px) {
    .grid__container--white-bg {
        margin-top: 0;
    }
}

.grid-graph-container {
    padding: 64px;
}

@media (max-width:1024px) {
    .grid-graph-container {
        padding: 40px 20px;
    }
}

@media (max-width:768px) {
    .grid-graph-container {
        padding: 20px;
    }
}

.grid-graph-elem {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    padding: 46px 0 76px;
}

@media (max-width:1024px) {
    .grid-graph-elem {
        padding: 20px 0 30px;
    }
}

@media (max-width:768px) {
    .grid-graph-elem {
        padding: 0;
        padding-bottom: 30px;
    }
}

.grid-graph-elem:last-child {
    border-bottom: none;
}

.grid-graph-elem:nth-child(2) figure {
    order: 2;
}

.grid-graph-elem figure {
    padding: 0 42px 0 62px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width:1024px) {
    .grid-graph-elem figure {
        padding: 0 12px 0 32px
    }
}

@media (max-width:768px) {
    .grid-graph-elem figure {
        width: 100%;
        padding: 20px 0 0;
    }
}

.grid-graph-elem figure img {
    max-width: 100%;
    margin: 30px auto 0px;
}

@media (max-width:1024px) {
    .grid-graph-elem figure img {
        margin-bottom: 30px;
    }
}

.grid-graph-details {
    padding: 0 0px 0 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width:1024px) {
    .grid-graph-details {
        padding: 0 0px 0 35px;
    }
}

@media (max-width:768px) {
    .grid-graph-details {
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
}

.grid-graph-details .hdr {
    color: #00bdf4;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: -0.02em;
}

@media (max-width:1024px) {
    .grid-graph-details .hdr {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .grid-graph-details .hdr {
        font-size: 26px;
    }
}

.grid-graph-details .desc {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.03em;
        margin-top: 5rem;
}


@media (max-width:1024px) {
    .grid-graph-details .desc {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .grid-graph-details .desc {
        font-size: 18px;
    }
}

.grid-graph-details .desc .desc-dist {
    font-size: 30px;
    color: #023867;
}

@media (max-width:1024px) {
    .grid-graph-details .desc .desc-dist{
        font-size: 24px;
    }
}

.grid-graph-details ul li {
    font-size: 24px;
    margin-top: 15px;
}

@media (max-width:1024px) {
    .grid-graph-details ul li {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .grid-graph-details ul li {
        font-size: 20px;
    }
}

.grid-graph-details ul li span {
    display: inline-block;
    position: relative;
    padding-left: 0.85em;
}
.grid-graph-details ul li span:before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: '';
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: #00bdf4;
}

.list-hdr {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
}

@media (max-width:1024px) {
    .list-hdr {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .list-hdr {
        font-size: 20px;
    }
}

.c-info-box__headtitle--centered {
    text-align: center;
    max-width: 60%;
    margin: 0px auto 0;
    padding-top: 85px;
}

.grid__half {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
    max-height: 550px;

}

.grid__half--txt-right {
    width: 50%;
    float: right;
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media (max-width:1024px) {
    .grid__half {
        width: 100%;
        height: auto;
    }
}

@media (min-width:1025px) {
    .flexbox {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch
    }
}

.align-vertical {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff
}

body,
html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

a,
a:hover {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.txt-align--center {
    text-align: center
}

.txt-align--left {
    text-align: left
}

.txt-align--right {
    text-align: right
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    visibility: hidden !important
}

.visible {
    visibility: visible !important
}

.btn {
    position: relative;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    background-size: 100% 200%;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in
}

.btn,
.btn>span {
    display: inline-block
}

.btn__txt {
    color: #042e70
}

.btn__ico {
    color: #ed8b00;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .btn__ico {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:1024px) {
    .btn__ico {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.btn:hover {
    background-position: -100% 0
}

a.btn {
    text-decoration: none
}

a.btn:hover .btn__txt:after {
    width: 0
}

a.btn .btn__txt:after {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 3px;
    height: 1px;
    background: #042e70;
    -webkit-transition: width .3s;
    transition: width .3s
}

a.btn .btn__txt--white:after {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 3px;
    height: 1px;
    background: #fff;
    -webkit-transition: width .3s;
    transition: width .3s
}

button.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

span.btn {
    cursor: default
}

span.btn[role=button] {
    cursor: pointer
}

button.btn,
span.btn {
    overflow: hidden;
    padding: 15px 40px
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons/icons.eot);
    src: url(../fonts/icons/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons/icons.woff) format("woff"), url(../fonts/icons/icons.ttf) format("truetype"), url(../fonts/icons/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" custom-icon--"]:before,
[class^=custom-icon--]:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    display: inline-block
}

.custom-icon--loupe:before {
    content: "\EA01"
}

.custom-icon--youtube:before {
    content: "\EA02"
}

.custom-icon--twitter:before {
    content: "\EA03"
}

.c-award {
    padding: 15px;
    width: 25%
}

@media (max-width:1024px) {
    .c-award {
        width: 50%
    }
}

@media (max-width:768px) {
    .c-award {
        width: 100%
    }
}

.c-award__inner {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    height: 100%
}

.c-award__img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100px;
}

.c-award__title {
    color: #00bdf4;
    line-height: 1.2em
}

.c-award__desc {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .c-award__desc {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (max-width:1024px) {
    .c-award__desc {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (max-width:768px) {
    .c-award__desc {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.c-banner {
    position: relative;
    height: 546px;
    overflow: hidden
}

.c-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.5));
}

.c-banner__layer {
    background-color: rgba(5, 40, 96, .8);
    padding: 25px 40px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 900px;
    margin-left: -450px;
    z-index: 1;
}

@media (min-width:1025px) and (max-width:1366px) {
    .c-banner__layer {
        width: 700px;
        margin-left: -350px
    }
}

@media (max-width:1024px) {
    .c-banner__layer {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 100px
    }
}

@media (max-width:768px) {
    .c-banner__layer {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.c-banner__btn {
    bottom: 50px;
    width: 240px;
    z-index: 1;
}

.c-banner__btn,
.c-banner img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-banner .h1 {
    font-size: 48px;
    font-size: 4.8rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .c-banner .h1 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media (max-width:1024px) {
    .c-banner .h1 {
        font-size: 32px;
        font-size: 3.2rem
    }
}

@media (max-width:768px) {
    .c-banner .h1 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.c-banner .btn {
    margin: 0 auto;
    display: block
}

.c-banner .btn__txt {
    font-size: 24px;
    font-size: 2.4rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .c-banner .btn__txt {
        font-size: 21px;
        font-size: 2.1rem
    }
}

@media (max-width:1024px) {
    .c-banner .btn__txt {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (max-width:768px) {
    .c-banner .btn__txt {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.c-info-box--txt-left {
    text-align: left
}

.c-info-box--txt-right {
    text-align: right
}

@media (max-width:1024px) {
    .c-info-box--txt-right {
        text-align: left
    }
}

.c-info-box>a,
.c-info-box__desc {
    font-size: 21px;
    font-size: 2.1rem
}

@media (min-width:1025px) and (max-width:1366px) {

    .c-info-box>a,
    .c-info-box__desc {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (max-width:1024px) {

    .c-info-box>a,
    .c-info-box__desc {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (max-width:768px) {

    .c-info-box>a,
    .c-info-box__desc {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.c-topbar {
    width: 100%;
    background-color: #004988;
    color: #fff;
    height: 34px;
    line-height: 34px
}

@media screen and (max-width:1024px) {
    .c-topbar {
        display: none
    }
}

.c-topbar__con {
    margin: 0 auto;
    max-width: 1366px
}

.c-topbar__con ul li {
    float: left;
    margin-left: 20px
}

.c-topbar__con ul li a,
.c-topbar__english {
    color: #fff;
    text-decoration: none
}

.c-topbar__english {
    float: right;
    margin-right: 20px
}

.c-logobar {
    background: #00bdf2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwYjNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwNjZiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00bdf2), color-stop(20%, #00b3f0), color-stop(80%, #0066b3), to(#004785));
    background: linear-gradient(180deg, #00bdf2 0, #00b3f0 20%, #0066b3 80%, #004785);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bdf2", endColorstr="#004785", GradientType=0);
    color: #fff;
    height: 65px;
    clear: both
}

.c-logobar__con {
    margin: 0 auto;
    max-width: 1366px;
    /*logo zmiana start*/
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /*logo zmiana end*/
}

/*logo zmiana start*/
.c-logobar__img {
    height: 36px;
    width: auto;
    margin-right: 20px;
}

/*logo zmiana end*/

.c-logobar__con h3 {
    font-size: 16px;
    float: right;
    margin-right: 20px;
    line-height: 65px;
    display: none
}

@media screen and (min-width:768px) {
    .c-logobar__con h3 {
        display: block
    }
}

.c-logobar__logo img {
    margin-top: 15px;
    margin-left: 20px;
    max-width: 100%;
    width: 200px
}

.c-menubar {
    position: relative;
    z-index: 100
}

@media (max-width:1024px) {
    .c-menubar {
        display: none
    }
}

.c-menubar__con {
    margin: 0 auto;
    max-width: 1366px
}

.c-menubar__con a {
    text-decoration: none;
    color: #004988;
    font-size: 18px;
    font-size: 1.7rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .c-menubar__con a {
        font-size: 15px;
    }
}

.c-menubar__con>ul>li {
    float: left;
    margin-left: 10px;
    line-height: 50px;
    position: relative;
    z-index: 101;
    padding: 0 15px;
    border-bottom: 5px solid transparent
}

.c-menubar__con>ul>li:hover {
    border-bottom: 5px solid #042e70
}

.c-menubar__con>ul>li:hover a+ul {
    display: block
}

.c-menubar__con>ul>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    padding: 15px;
    z-index: 102;
    background: hsla(0, 0%, 100%, .9);
    width: 600px
}

@media (min-width:1025px) and (max-width:1366px) {
    .c-menubar__con>ul>li>ul {
        width: 500px
    }
}

@media (max-width:1024px) {
    .c-menubar__con>ul>li>ul {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.c-menubar__con>ul>li>ul>li {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em
}

.c-menubar__con>ul>li>ul>li a {
    padding-right: 25px;
    position: relative;
    display: inline-block;
    width: 100%
}

.c-menubar__con>ul>li>ul>li a:hover {
    color: #00bdf4
}

.c-menubar__con>ul>li>ul>li a>span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 24px;
    font-size: 2.4rem
}

.search-form {
    float: right;
    margin-right: 20px;
    margin-top: 15px
}

@media (max-width:1024px) {
    .search-form {
        margin-right: 0;
        margin-top: 0;
        width: 70px;
        height: 50px;
        -o-box-shadow: -12px 0 20px -7px #e5e5e5;
        -webkit-box-shadow: -12px 0 20px -7px #e5e5e5;
        box-shadow: -12px 0 20px -7px #e5e5e5
    }
}

.search-form .search-btn {
    border: 0;
    float: left;
    background: transparent;
    color: #fff;
    height: 34px;
    color: #004988
}

@media (max-width:1024px) {
    .search-form .search-btn {
        margin-left: 21px;
        margin-top: 12px;
        font-size: 24px;
        font-size: 2.4rem
    }
}

.search-form .search-btn:before {
    margin-right: 8px;
    position: relative;
    top: 4px
}

@media (max-width:1024px) {
    .search-form .search-btn:before {
        top: 0;
        margin-right: 0
    }
}

@media (max-width:1024px) {
    .search-form .search-btn span {
        display: none
    }
}

.c-mobilebar {
    background-color: #fff;
    width: 100%;
    display: none
}

@media screen and (max-width:1024px) {
    .c-mobilebar {
        display: block
    }
}

.c-mobilebar__menubut {
    float: right;
    width: 70px;
    height: 50px;
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #fff
}

.c-mobilebar__menubut span {
    display: block;
    background-color: #004988;
    width: 24px;
    height: 2px;
    position: relative
}

.c-mobilebar__menubut span:nth-child(2) {
    top: 7px
}

.c-mobilebar__menubut span:nth-child(3) {
    top: 14px
}

.c-mobilebar__menubutcon {
    margin: 14px 0;
    padding: 0 0 0 20px;
    height: 22px;
    border-left: 1px solid #53565a;
    overflow: hidden
}

.c-mobilebar__menu {
    position: fixed;
    overflow: auto;
    top: 0;
    z-index: 100;
    right: -100%;
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 100%;
    height: 100%;
    background-color: #004988
}

.c-mobilebar__menu.open {
    right: 0
}

.c-mobilebar__menu ul {
    padding: 0 20px
}

.c-mobilebar__menu ul#primary-menu {
    background-color: #fff
}

.c-mobilebar__menu ul#primary-menu li {
    border-bottom: 1px solid #ddd
}

.c-mobilebar__menu ul#primary-menu li:last-child {
    border-bottom: none
}

.c-mobilebar__menu ul#primary-menu li a {
    color: #000;
    text-decoration: none
}

.c-mobilebar__menu ul li {
    line-height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #056dae
}

.c-mobilebar__menu ul li a {
    color: #fff;
    text-decoration: none
}

.c-mobilebar__menu ul+a {
    margin: 20px
}

.c-mobilebar__menu-header {
    color: #fff;
    background-color: #056dae;
    line-height: 60px;
    padding: 0 20px;
    font-size: 22px
}

.c-mobilebar__menu-close {
    float: right;
    border-left: 1px solid #fff;
    height: 30px;
    padding: 14px 0 0 20px;
    margin: 16px 0 0;
    cursor: pointer
}

.c-mobilebar__menu-close span {
    width: 21px;
    height: 2px;
    display: block;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative
}

.c-mobilebar__menu-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px
}

.section {
    width: 100%;
    float: left
}

.section--full-img {
    background-color: transparent
}

.section--full-img .btn__txt,
.section--full-img .c-info-box__desc,
.section--full-img .c-info-box__headtitle,
.section--full-img .h1,
.section--full-img .h2,
.section--full-img a {
    color: #fff
}

.section--full-img a.btn .btn__txt:after {
    background: #fff
}

.section--white {
    background-color: #fff
}

.section--white .c-info-box__headtitle,
.section--white .h1,
.section--white .h2 {
    color: #00bdf4
}

.section--white .c-info-box__desc {
    color: #000
}

.section--grey {
    background-color: #f1f1f1
}

.section--grey .c-info-box__headtitle,
.section--grey .h1,
.section--grey .h2 {
    color: #00bdf4
}

.section--grey .c-info-box__desc {
    color: #000
}

.m-header__bottom,
.m-header__top {
    padding: 5px 0
}

.m-header__top {
    background-color: #042e70;
    padding: 5px 0
}

.m-header__middle {
    background: #00bdf4;
    background: -webkit-gradient(linear, left top, left bottom, from(#00bdf4), to(#004988));
    background: linear-gradient(180deg, #00bdf4, #004988);
    height: 85px
}

.m-header__bottom {
    background-color: #fff;
    padding: 5px 0
}

footer {
    width: 100%;
    background-color: #042e70;
    color: #fff;
    clear: both;
    overflow: hidden
}

footer .footer_con ul li {
    float: left;
    margin-right: 15px
}

footer .footer_con ul li:after {
    content: "|";
    margin-left: 15px
}

footer .footer_con ul li:last-of-type:after {
    content: ""
}

footer .footer_con ul li a {
    color: #fff;
    text-decoration: none
}

footer .footer_con__social {
    float: right;
    padding-bottom: 20px
}

footer .footer_con__social>span {
    display: inline-block;
    line-height: 1
}

footer .footer_con__social>a {
    text-decoration: none;
    margin-left: 15px;
    font-size: 18px;
    font-size: 1.8rem
}

footer .footer_con__social>a,
footer .footer_con__social span {
    color: #fff
}

footer .footer_con__social [class*=" custom-icon--"]:before,
footer .footer_con__social [class^=custom-icon--]:before {
    top: 3px;
    position: relative
}

footer .footer_con__top {
    border-bottom: 1px solid #fff;
    margin: 20px;
    overflow: hidden;
    font-size: 16px
}

@media screen and (max-width:1024px) {
    footer .footer_con__top {
        border-bottom: 0;
        padding: 0;
        margin: 10px 20px 20px
    }
}

footer .footer_con__top ul {
    float: left;
    margin-bottom: 20px
}

@media screen and (max-width:1024px) {
    footer .footer_con__top ul {
        float: none
    }

    footer .footer_con__top ul li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        padding: 12px 0
    }

    footer .footer_con__top ul li:after {
        content: ">";
        float: right;
        font-size: 10px
    }

    footer .footer_con__top ul li:last-of-type:after {
        content: ">"
    }
}

footer .footer_con__bottom {
    clear: both;
    padding: 10px 20px 30px;
    overflow: hidden;
    font-size: 14px
}

footer .footer_con__bottom ul {
    margin-top: 10px
}

footer .footer_con__bottom ul li a {
    text-decoration: underline;
    font-weight: 100
}

@media screen and (max-width:1024px) {
    footer .footer_con__bottom ul li {
        float: none
    }

    footer .footer_con__bottom ul li:after {
        content: ""
    }
}

@media screen and (max-width:1024px) {
    footer .footer_con__bottom {
        font-size: 11px;
        line-height: 15px
    }
}

footer .footer_con__logo {
    float: left;
    margin-right: 20px;
    margin-bottom: 60px
}

@media screen and (max-width:1024px) {
    footer .footer_con__logo {
        margin-right: 10px;
        width: 40px
    }
}

footer .footer_con .i-tw,
footer .footer_con .i-yt {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-left: 20px
}

footer .footer_con .i-yt {
    background: url(../images/youtube.png) 50% no-repeat;
    height: 13px
}

footer .footer_con .i-tw {
    background: url(../images/twitter.png) 50% no-repeat
}

.m-stage {
    height: 546px
}

.m-letter-boss {
    padding: 60px 0;
    width: 100%;
    float: left
}

.m-letter-boss__poster {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: url(../../content/prezes.jpg) no-repeat 50%;
    float: right;
    margin-right: 75px
}

@media (max-width:1024px) {
    .m-letter-boss__poster {
        margin-left: calc(50% - 180px);
        margin-right: calc(50% - 180px);
    }
}

.m-letter-boss__info {
    margin-top: 20px
}
@media (min-width:1025px) and (max-width:1366px) {
    .m-letter-boss__info {
        margin-top: 0px
    }
}

.m-smart-ecosystem {
    padding-bottom: 40px;
    background-size: cover;
    background-image: url(../../content/bg-smart-ecosystem.png);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 650px
}

@media (min-width:1025px) and (max-width:1366px) {
    .m-smart-ecosystem {
        height: 450px
    }
}

@media (max-width:1024px) {
    .m-smart-ecosystem {
        height: 350px
    }
}

@media (max-width:768px) {
    .m-smart-ecosystem {
        height: 250px
    }
}

.m-smart-ecosystem .grid__container {
    position: relative;
    height: inherit
}

.m-smart-ecosystem__info {
    position: absolute;
    bottom: 25px;
    left: 25px
}

@media (max-width:1024px) {
    .m-smart-ecosystem__info {
        bottom: 25px;
        left: 0;
        padding: 0 15px
    }
}

.m-profit-dividend {
    background-size: cover;
    background-image: url(../../content/bg1-min.jpg);
    background-repeat: no-repeat;
    height: 546px;

}

.m-profit-dividend__info {
    margin-left: auto;
    margin-right: 0;
}

@media (min-width:1367px) and (max-width:1680px) {
    .m-profit-dividend {
        background-position: 50%
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    .m-profit-dividend {
        height: 350px;
    }
}

@media (max-width:1024px) {
    .m-profit-dividend {
        height: 300px
    }

    .m-profit-dividend .c-info-box__desc {
        width: 75%
    }

    .m-profit-dividend__info {
        margin-left: 0;
        margin-right: auto;
    }

}

@media (max-width:768px) {
    .m-profit-dividend {
        height: 280px;
        background-position: 50%;
        background-size: cover;
    }

    .m-profit-dividend .c-info-box__desc {
        width: 90%
    }

}

@media (min-width:1025px) and (max-width:1366px) {
    .m-profit-dividend__info {

        padding-right: 75px
    }
}

@media (max-width:1024px) {
    .m-profit-dividend__info {
        padding-top: 40px;
        padding-right: 50px
    }
}



.m-profit-dividend__img {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-profit-dividend__number {
    display: block;
    margin-left: 60px;
    margin-top: 80px;
    font-size: 194px;
    font-size: 19.4rem;
    color: #fff;
    line-height: 1em
}

@media (min-width:1025px) and (max-width:1366px) {
    .m-profit-dividend__number {
        font-size: 160px;
        font-size: 16rem;
        margin-left: 0
    }
}

@media (max-width:1024px) {
    .m-profit-dividend__number {
        font-size: 120px;
        font-size: 12rem;
        margin-left: 0;
        margin-top: 0
    }
}

@media (max-width:768px) {
    .m-profit-dividend__number {
        font-size: 60px;
        font-size: 6rem
    }
}

.m-profit-dividend__number sup {
    top: -.75em;
    left: -.75em;
    font-size: 50%
}

.m-profit-dividend .grid__container {
    height: inherit
}

@media (max-width:1024px) {
    .m-profit-dividend .grid__container {
        height: auto
    }
}

.m-profit-dividend .grid__half.align-vertical {
    height: inherit
}

@media (max-width:1024px) {
    .m-profit-dividend .grid__half.align-vertical {
        height: 100%;
    }
}

/* csr */

.m-csr {
    width: 100%;
    float: right;
    background-size: cover;
    background-image: url(../../content/bg-csr.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 650px
}

@media (min-width:1025px) and (max-width:1366px) {
    .m-csr {
        height: 450px
    }
}

@media (max-width:1024px) {
    .m-csr {
        height: 350px
    }
}

@media (max-width:768px) {

    .grid__half--txt-right {
        width: 60%;
    }

    /* .m-csr {
        height: 250px
    } */
}

.m-csr .grid__container {
    position: relative;
    height: inherit
}

.m-csr__info {
    position: absolute;
    bottom: 25px;
    left: 25px
}

@media (max-width:1024px) {
    .m-csr__info {
        bottom: 25px;
        left: 0;
        padding: 0 15px
    }
}

.m-awards {
    padding: 40px 0
}

.m-awards__list {
    margin: 40px -15px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1024px) {
    .m-awards__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.m-awards .btn {
    font-size: 21px;
    font-size: 2.1rem
}

@media (min-width:1025px) and (max-width:1366px) {
    .m-awards .btn {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (max-width:1024px) {
    .m-awards .btn {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (max-width:768px) {
    .m-awards .btn {
        font-size: 16px;
        font-size: 1.6rem
    }
}


.m-awards>span {
    display: block
}

.m-grow-credits {
    width: 100%;
    float: left;
    height: 550px
}

@media (min-width:1025px) and (max-width:1366px) {
    .m-grow-credits {
        height: 500px
    }

    .m-csr .m-grow-credits {
        height: 100%;
    }
}

@media (max-width:1024px) {
    .m-grow-credits {
        height: auto
    }

    .m-csr .m-grow-credits {
        height: 100%;
    }
}

.m-grow-credits__img {
    padding: 40px 0;
    padding-right: 75px;
}

.m-grow-credits__img img {
    max-width: 100%
}

@media (max-width:1024px) {
    .m-grow-credits__info {
        padding-bottom: 60px
    }
}

.m-grow-credits .grid__container {
    height: inherit
}

@media (max-width:1024px) {
    .m-grow-credits .grid__container {
        height: auto
    }
}

.m-grow-credits .grid__half.align-vertical {
    height: inherit
}

@media (max-width:1024px) {
    .m-grow-credits .grid__half.align-vertical {
        height: 100%;
    }
}

.m-digitization {
    width: 100%;
    float: left;
    height: 550px
}


@media (max-width:1024px) {
    .m-digitization {
        height: auto
    }

}

.m-digitization__img {
    height: 550px;
    position: relative;


}

.m-digitization__img img {
    margin: auto;
    width: 460px;
    height: 460px;
    border-radius: 100%;
    position: absolute;
    left: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:768px) {
    .m-digitization__img img {
        margin-left: 0px;
        width: 360px;
        height: 360px;
    }
}


@media (max-width:1024px) {
    .m-digitization__info {
        padding-top: 60px
    }

    .m-digitization__img img {

        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

.m-digitization .grid__container {
    height: inherit
}

@media (max-width:1024px) {
    .m-digitization .grid__container {
        height: auto
    }
}

.m-digitization .grid__half.align-vertical {
    height: inherit
}

@media (max-width:1024px) {
    .m-digitization .grid__half.align-vertical {
        height: auto
    }
}

/* RAPORT 2019 */

/* modyfikatory */
.c-info-box__headtitle--blue {
    color: #00bdf4;
}

.section__wrapper {
    max-width: 100%;
    width: 1366px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

/* flex */
.flex {
    display: flex;
}

.flex__half {
    width: 50%;

    align-self: center;
}

.flex__half:first-child {
    display: flex;
    justify-content: space-around;
}

.img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.img-box__image:first-child {
    margin-right: 40px;
}


.m-bullets-bg {
    background-image: url(../../content/bg2-min.jpg);
    height: 616px;
}

@media (max-width:1440px) {
    .m-bullets-bg {
        background-position: -461px top;
    }
}

@media (max-width:1024px) {
    .m-bullets-bg {
        height: 300px;
        background-position: 0 0;
    }
}

@media (max-width:768px) {
    .m-bullets-bg {
        height: 416px;
    }
}

.m-bullets-bg .grid__container {
    height: 100%;
    position: relative;
}

.m-bullets-bg--long {
    height: 100%;
    padding: 7rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width:1024px) {
    .m-bullets-bg.m-bullets-bg--long{
        padding: 5rem 0;
    }
}

.m-bullets__container {
    margin-right: 50%;
    padding-right: 50px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    align-content: center;
    justify-content: end;
    color: #fff;
    font-size: 24px;
}

@media (max-width:1024px) {
    .m-bullets__container {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 18px;
    }
}

.m-bullets__container--right {
    margin-right: 0;
    margin-right: 40%;
    justify-content: flex-start;
}

.m-bullets__container ul {
    float: right;
    width: 100%;
    text-align: right;
}

.m-bullets__container ul li {
    position: relative;
    text-align: right;
    color: #00bdf4;
    /*list-style: disc;*/
}

@media (max-width:1024px) {
    .m-bullets__container ul li {
        float: none;
        margin-bottom: 5px;
    }
}

.m-bullets__container ul li span {
    position: relative;
    display: inline-block;
    padding-left: 0.85em;
}

.m-bullets__container ul li span:before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: '';
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: #00bdf4;
}

.m-bullets__container ul li span {
    color: white;
}

.m-bullets__container .desc {
    width: 100%;
}

.m-bullets-bg--alternate {
    background-image: url(../../content/bg3-min.jpg);
}

@media (max-width: 1680px) {
    .m-bullets-bg--alternate {
        background-position: -240px top;
    }
}
@media (max-width: 1680px) {
    .m-bullets-bg--alternate.m-bullets-bg--long {
        background-position: 40% top;
    }
}
@media (max-width: 1440px) {
    .m-bullets-bg--alternate {
        background-position: -355px top;
    }
}

@media (max-width: 1024px) {
    .m-bullets-bg--alternate {
        height: 445px;
        background-position: 0 0;
    }
}
@media (max-width: 1024px) {
    .m-bullets-bg--alternate.m-bullets-bg--long {
        height: 100%;
        background-position: 100% 0;
    }
}

@media (max-width: 768px) {
    .m-bullets-bg--alternate {
        height: 575px;
    }
}
@media (max-width: 768px) {
    .m-bullets-bg--alternate.m-bullets-bg--long {
        height:100%;
    }
}

.m-bullets-bg--alternate .m-bullets__container{
    margin-right: 40%;
    padding-right: 0;
    text-align: left;
}
.m-bullets-bg--alternate .m-bullets__container--right{
    margin-right: 0%;
    margin-left: 50%;
    text-align: left;
}
@media (max-width:1024px) {
    .m-bullets-bg--alternate .m-bullets__container {
        margin: 0;
    }
}

.m-bullets-bg--alternate .c-info-box__headtitle{
    text-align: center;
}

.m-bullets-bg--alternate ul{
    margin-top: 15px;
    text-align: left;
}

.m-bullets-bg--alternate ul li{
    text-align: left;
}

.bullets-arro-sep {
    margin: 20px 60px 20px 0;
    clear: both;
    max-width: 60px;
    float: right;
}

.arrow-sep {
    width: 100%;
}

.fc-black {
    color: #000;
}

.fc-black ul li {
    color: #000;
}
.fc-black ul li span{
    color: #000;
}
.fc-black h2{
    color: #000;
}
.fc-black h2.c-info-box__headtitle{
    color: #000;
}
.fc-black p a{
    color: #000;
}
.fc-black p a span.btn__txt{
    color: #000;
}
.fc-black p a.btn span.btn__txt::after{
    background: #000;
}
.fc-black p{
    color: #000;
}

.img-caption {
    position: absolute;
    bottom: 0;
    left: 35%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .img-caption {
        display: none;
    }
}

