@font-face {
    font-family: proxima-nova-bold;
    src: url(../fonts/proxima-nova/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova-thin;
    src: url(../fonts/proxima-nova/Mark%20Simonson%20-%20Proxima%20Nova%20Thin.otf);
    font-style: normal;
}

@font-face {
    font-family: proxima-nova-light;
    src: url(../fonts/proxima-nova/Mark%20Simonson%20-%20Proxima%20Nova%20Light.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova-semibold;
    src: url(../fonts/proxima-nova/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova-normal;
    src: url(../fonts/proxima-nova/Mark%20Simonson%20-%20Proxima%20Nova%20Black.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: proxima-nova-regular;
    src: url(../fonts/proxima-nova/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.otf);
    font-weight: normal;
    font-style: normal;
}

a:hover {
    color: #99B53c;
    text-decoration: none;
}

.proxima-nova-bold {
    font-family: proxima-nova-bold !important;
}

.proxima-nova-thin {
    font-family: proxima-nova-thin !important;
}

.proxima-nova-semibold {
    font-family: proxima-nova-semibold !important;
}

.proxima-nova-normal {
    font-family: proxima-nova-normal !important;
}

.proxima-nova-regular {
    font-family: proxima-nova-regular !important;
}

.proxima-nova-light {
    font-family: proxima-nova-light;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.align-justify {
    text-align: justify !important;
}

.upperCase {
    text-transform: uppercase !important;
}

.delete-padding-col>div {
    padding-right: 0px;
    padding-left: 0px;
}

.font-size-normal {
    font-size: 1em !important;
}

.font-size-general {
    font-size: 14px !important;
}

.font-size-title {
    font-size: 1.9em !important;
}

.font-size-title-big {
    font-size: 55px !important;
}

.font-text-highlighted {
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    line-height: 30px;
}

.font-bold {
    font-weight: bold !important;
}

.title-subpage {
    font-size: 1.4em !important;
    margin-left: 30px;
}

.color-text-gainsboro {
    color: #d7d9d9 !important;
}

.color-text-lightslategray {
    color: #898c8f !important;
}

.color-text-green {
    color: #99B53c !important;
}

.color-text-white {
    color: #ffffff !important;
}

.color-text-dimgray {
    color: #585858 !important;
}

.color-text-bgreen {
    color: #00aa90 !important;
}

.color-text-news {
    color: #58585a !important;
}

.color-dgreen {
    background-color: #7baf64;
}

.color-text-dgreen {
    color: #7baf64;
}

.color-text-cblue {
    color: #66aa77;
}

.color-cblue {
    background-color: #66aa77;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#download-wrapper a {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}

#download-wrapper a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

#download-wrapper a img {
    width: 30px;
    margin-bottom: 0px !important;
}

#download-wrapper a span {
    color: #858587;
    font-size: 12px;
}

.header-black {
    width: 100%;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3em 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-item.caption {
    background: #99B53c;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 3em;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.header-item.caption::before {
    position: absolute;
    content: '';
    background: url(../img/sheet.png) no-repeat center bottom / cover;
    right: -15%;
    bottom: -35%;
    width: 53%;
    height: 150%;
    -webkit-transform: rotateZ(140deg) rotateY(170deg);
    transform: rotateZ(140deg) rotateY(170deg);
}

.header-item.caption * {
    position: relative;
    margin: 0;
}

.header-item.caption strong {
    color: #000;
    font-weight: bold;
}

.header-item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    margin-left: 5em;
}

.black-content {
    background: #000;
    overflow: hidden;
}

.flex-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.flex-contain::before, .flex-contain::after {
    position: absolute;
    content: '';
    background: url(../img/sheet.png) no-repeat center bottom;
    background-size: cover;
    width: 30%;
    height: 80%;
}

.flex-contain::before {
    top: -25%;
    left: 20%;
}

.flex-contain::after {
    bottom: -30%;
    -webkit-transform: rotate(-170deg);
    -ms-transform: rotate(-170deg);
    transform: rotate(-170deg)
}

.flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 6em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 100;
}

.iso-text {
    color: #fff;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: justify;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
}

.iso-text>p {
    padding-right: 90px;
}

.iso-text p:last-child {
    font-weight: bold;
    font-size: 20px;
}

.iso-text::before {
    content: '';
    position: absolute;
    left: 3em;
    bottom: 5em;
    width: 50px;
    height: 7px;
    background: #b3c65e;
}

.carousel-inner .policies>.item {
    display: block;
}

.policies-arrows {
    position: absolute;
    top: 50%;
    z-index: 500;
}

.policies-arrows__l {
    left: 5%;
}

.policies-arrows__r {
    right: 5%;
}

@media (max-width: 768px) {
    .header-black {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-contain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-item {
        padding: 2em 3em;
    }
    .header-item__flex {
        margin-left: 0;
    }
    .iso-text::before {
        bottom: 1.5em;
    }
    .iso-text>p {
        padding-right: 10px;
        padding-left: 10px;
    }
    .flex-contain::before {
        display: none;
    }
    .flex-contain::after {
        display: none;
    }
}