/* #region - reset */

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button {
    color: inherit;
    background-color: transparent;
    border-width: 0;
    padding: 0;
    cursor: pointer;
}

figure {
    margin: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

ul,
ol,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

p {
    margin: 0;
}

cite {
    font-style: normal;
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0;
}

/* #endregion */
/* #region - global */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    background-color: #141C21;
    /* #1A2228; */
    color: #E5E5E5;
}

::selection {
    background-color: rgba(191, 178, 145, .5);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    pointer-events: none;
}

a {
    color: #BFB291;
    transition: all .3s cubic-bezier(0.4, 0.31, 0.13, 0.95);
    transition-property: color, background;
}

a:hover {
    color: #BFB291;
}

a,
[role='button'],
[type='button'],
[type='submit'] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.preload * {
    transition: none !important;
}

.site {
    padding-top: 10rem;
}

.site__main {
    overflow: hidden;
}

.site__main:before {
    content: '';
    background-color: #141C21;
    position: absolute;
    top: 0;
    width: 100%;
    height: 10rem;
}

.is-ie .main__container {
    display: flex;
    flex-direction: column;
}

.main__full-height {
    min-height: calc(100vh - 10rem);
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 168rem;
    width: 100%;
    padding: 0 8rem;
    margin: auto;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity .4s .1s;
}

.is-locked .site {
    pointer-events: none;
}

.is-ie [src*='.svg'] {
    opacity: 1;
}

/* #endregion */
/* #region - header */

.site__header {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    padding: 0;
    z-index: 99;
    transition: all .5s ease;
    transform: translate3d(0, 0, 0);
}

.site__header>.container {
    max-width: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.is-scrolled-down .site__header,
.is-scrolled-down .site__main:before {
    height: 10rem;
}

.is-ie .site__header,
.is-microsoft-edge .site__header {
    transition: none;
}

.site__header-desktop,
.site__header-mobile {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site__logo,
.site__logo a {
    height: 6rem;
    display: block;
}

.site__logo {
    margin-right: 8rem;
    flex: 0 0 auto;
}

.site__logo img {
    height: 100%;
}

.site__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.site__nav>ul {
    margin: 0 -1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site__nav>ul>li {
    border: .1rem solid transparent;
    border-bottom: 0;
    position: relative;
    margin: 0 .5rem;
}

.site__nav>ul>li.has-children:hover {
    z-index: 1;
    transition: border .3s ease;
}

.site__nav ul>li>a {
    color: #E5E5E5;
    position: relative;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site__nav ul>li>a:hover {
    color: #BFB291;
}

.site__nav ul>li.has-children>a,
.site__nav ul.sub-menu>li>a {
    padding-right: 3rem;
}

.site__nav ul>li.active>a,
.site__nav ul>li.active-child>a {
    color: #BFB291;
    display: flex;
    align-items: center;
}

.site__nav ul>li.has-children>a:after,
.site__nav ul.sub-menu>li.active>a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    line-height: .8;
    position: relative;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
}

.site__nav ul>li.has-children>a:after {
    content: '\f107';
    font-size: 1.4rem;
    margin: 0 -2rem 0 1rem;
}

.site__nav ul.sub-menu>li.has-children>a:after {
    content: '\f105';
}

.site__nav ul.sub-menu {
    text-align: left;
    white-space: nowrap;
    background-color: #1C1C1C;
    border: .1rem solid transparent;
    position: absolute;
    top: 100%;
    left: -.1rem;
    min-width: calc(100% + .2rem);
    padding: .5rem 0;
    opacity: 0;
    pointer-events: none;
}

.site__nav ul.sub-menu ul.sub-menu {
    top: calc(-.5rem + -.1rem);
    left: 100%;
    min-width: 100%;
}

.site__nav ul>li:hover>ul.sub-menu {
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease;
}

.site__nav ul.sub-menu>li {
    position: relative;
}

.site__nav ul.sub-menu>li>a:hover {
    background-color: #2B2B2B;
}

/**/

.site__language {
    position: relative;
    margin-left: 4rem;
}

.site__language>ul>li {
    display: none;
}

.site__language>ul>li.active {
    display: block;
}

.site__language>ul>li.active a {
    color: #BFB291;
}

/**/

.site__header-mobile {
    display: none;
}

.site__nav-drawer-btn {
    position: relative;
    width: 1.8rem;
    height: 1.4rem;
    margin-left: auto;
    z-index: 2;
    display: block;
    cursor: pointer;
    transform: rotate(0deg);
    transition: rotate 0.5s ease-in-out;
}

.site__nav-drawer-btn span {
    background-color: #E5E5E5;
    border-radius: .3rem;
    position: absolute;
    left: 0;
    width: 100%;
    height: .2rem;
    display: block;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    pointer-events: none;
}

.site__nav-drawer-btn span:nth-child(1) {
    top: 0;
}

.site__nav-drawer-btn span:nth-child(2),
.site__nav-drawer-btn span:nth-child(3) {
    top: .6rem;
}

.site__nav-drawer-btn span:nth-child(4) {
    top: 1.2rem;
}

.site__nav-drawer-btn:hover span {
    background-color: #BFB291;
}

.nav--is-active .site__nav-drawer-btn span {
    background-color: #BFB291;
}

.nav--is-active .site__nav-drawer-btn span:nth-child(1),
.nav--is-active .site__nav-drawer-btn span:nth-child(4) {
    top: .6rem;
    left: 50%;
    width: 0;
}

.nav--is-active .site__nav-drawer-btn span:nth-child(2) {
    transform: rotate(45deg);
}

.nav--is-active .site__nav-drawer-btn span:nth-child(3) {
    transform: rotate(-45deg);
}

.site__nav-drawer {
    text-align: center;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 42rem;
    width: 100%;
    height: 100vh;
    z-index: 1;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s ease;
    transition-property: opacity transform;
    will-change: opacity transform;
    pointer-events: none;
}

.site__nav-drawer:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    top: 0;
    left: -100vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.site__nav-drawer-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 8rem 4rem;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.site__nav-drawer .site__links {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: left;
    border: 0;
    width: 100%;
    margin: 6rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.site__nav-drawer .site__links a {
    color: #E5E5E5;
}

.site__nav-drawer .site__nav {
    width: 100%;
    margin-bottom: 6rem;
}

.site__nav-drawer .site__nav>ul {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
}

.site__nav-drawer .site__nav>ul>li {
    border: 0;
    border-bottom: .1rem solid #141C21;
    padding: 1rem 0;
    margin: 0;
    width: 100%;
}

.site__nav-drawer .site__nav ul>li>a {
    padding-left: 0;
}

.site__nav-drawer .site__nav ul>li>a:hover {
    background: none;
}

.site__nav-drawer .site__nav ul.sub-menu {
    white-space: normal;
    background: none;
    border: 0;
    position: relative;
    top: 0;
    left: 0;
    min-width: auto;
    padding: .5rem 0;
    opacity: 1;
    pointer-events: all;
}

.site__nav-drawer .site__nav ul.sub-menu ul.sub-menu {
    top: 0;
    left: 0;
    min-width: auto;
    padding-bottom: 0;
    margin-bottom: -.5rem;
}

.site__nav-drawer .site__nav ul.sub-menu>li {
    border-left: .1rem solid #141C21;
    padding: .5rem 0 .5rem 3rem;
}

.site__nav-drawer .site__nav ul.sub-menu>li.has-children>a:after {
    content: '\f107';
}

.site__nav-drawer .site__language {
    margin: auto 0 0;
}

.nav--is-active>* {
    pointer-events: none;
}

.nav--is-active .site__nav-drawer {
    opacity: 1;
    transform: translateX(0);
}

.nav--is-active .site__nav-drawer,
.nav--is-active .site__nav-drawer-btn {
    pointer-events: all;
}

.nav--is-active .site__nav-drawer:before {
    opacity: .5;
}

/**/

.site__nav-drawer .site__nav [data-accordion],
.site__nav-drawer .site__nav [data-accordion-group]>[data-accordion] {
    border: 0;
    border-bottom: .1rem solid #141C21;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}

.site__nav-drawer .site__nav [data-accordion]:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.site__nav-drawer .site__nav [data-accordion]>[data-control] {
    cursor: default;
}

.site__nav-drawer .site__nav [data-accordion]>[data-control]:after {
    display: none;
}

.site__nav-drawer .site__nav [data-accordion].has-children>[data-control]:after {
    display: block;
}

.site__nav-drawer .site__nav [data-accordion]>[data-control]>a {
    display: inline;
}

.site__nav-drawer .site__nav [data-accordion]>[data-content]>* {
    padding-left: 2rem;
}

.site__nav-drawer [data-accordion]>[data-control]:after {
    content: '\f107';
}

.site__nav-drawer [data-accordion].open>[data-control]:after {
    content: '\f106';
}

/* #endregion */
/* #region - footer */

.site__footer {
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 4rem 0;
}

.is-ie .site__footer {
    display: flex;
    flex-direction: column;
}

.footer__row {
    position: relative;
    margin: 0 -1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__row:before {
    content: '';
    border-top: .1rem solid #BFB291;
    position: relative;
    left: 50%;
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
    transform: translate(-50%, -50%);
}

.footer__row>* {
    display: flex;
    flex-wrap: wrap;
}

.footer__row>div>div {
    margin: 0 1rem;
    display: flex;
    flex-wrap: wrap;
}

.footer__links-left a {
    color: #E5E5E5;
    margin: 0 1rem;
}

.footer__links-left a:hover {
    color: #BFB291;
}

.footer__links-left a:before {
    content: '//';
    color: #E5E5E5;
    margin: 0 1rem 0 -1rem;
    pointer-events: none;
}

.footer__links-right a:hover {
    color: #E5E5E5;
}

.site__svg {
    display: none;
}

/* #endregion */
/* #region - page-formatted */

.page-formatted h1,
.page-formatted h2,
.page-formatted h3,
.page-formatted h4,
.page-formatted h5,
.page-formatted h6 {
    margin-bottom: 3rem;
}

.page-formatted h1 {
    font-size: 4.8rem;
    line-height: 1.2;
}

.page-formatted h2 {
    font-size: 3.6rem;
    line-height: 1.4;
}

.page-formatted h3 {
    font-size: 2.4rem;
    line-height: 1.4;
}

.page-formatted h4 {
    font-size: 2.1rem;
    line-height: 1.6;
}

.page-formatted h5 {
    font-size: 1.8rem;
    line-height: 1.6;
}

.page-formatted h6 {
    font-size: 1.6rem;
    line-height: 1.6;
}

.page-formatted p,
.page-formatted ul,
.page-formatted ol,
.page-formatted dd {
    margin-bottom: 3rem;
}

.page-formatted strong {
    font-weight: 700;
}

/* #endregion */
/* #region - post-formatted */

.post-formatted {
    display: flex;
    flex-direction: column;
}

.is-ie .post-formatted>* {
    min-height: .1rem;
}

.post-formatted>*:last-child {
    margin-bottom: 0;
}

.post-formatted br {
    content: '';
    margin-bottom: 4rem;
    display: table;
}

.post-formatted br+br {
    margin-bottom: 0;
}

.post-formatted h1,
.post-formatted h2,
.post-formatted h3,
.post-formatted h4,
.post-formatted h5,
.post-formatted h6 {
    font-weight: 700;
    margin-bottom: calc(4rem - 1rem);
}

.post-formatted h1 {
    font-size: 4.8rem;
    line-height: 1.2;
}

.post-formatted h2 {
    font-size: 3.6rem;
    line-height: 1.4;
}

.post-formatted h3 {
    font-size: 2.4rem;
    line-height: 1.4;
}

.post-formatted h4 {
    font-size: 2.1rem;
    line-height: 1.6;
}

.post-formatted h5 {
    font-size: 1.8rem;
    line-height: 1.6;
}

.post-formatted h6 {
    font-size: 1.6rem;
    line-height: 1.6;
}

.post-formatted p,
.post-formatted ul,
.post-formatted ol,
.post-formatted dd {
    margin-bottom: calc(4rem - 1rem);
}

.post-formatted ul {
    list-style-type: disc;
    padding-left: 2em;
}

.post-formatted ol {
    list-style-type: decimal;
    padding-left: 2em;
}

.post-formatted ul li,
.post-formatted ol li {
    margin-bottom: 2rem;
}

.post-formatted ul li:last-child,
.post-formatted ol li:last-child {
    margin-bottom: 0;
}

.post-formatted dl {
    margin: 0;
}

.post-formatted dt {
    font-weight: 700;
    margin-bottom: .5rem;
}

.post-formatted blockquote,
.post-formatted pre,
.post-formatted figure {
    margin: calc(1.8rem * 1.5 / 2) 0 4rem;
}

.post-formatted img {
    margin: calc(1.8rem * 1.5 / 2) 0 1rem;
}

.post-formatted figure img {
    margin: 0;
}

.post-formatted blockquote {
    font-weight: 500;
    position: relative;
    padding-left: 8rem;
}

.is-ie .post-formatted blockquote {
    min-height: 5.4rem;
}

.post-formatted blockquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    color: #BFB291;
    position: absolute;
    top: 0;
    left: 0;
}

.post-formatted blockquote>*:last-child {
    margin-bottom: 0;
}

.post-formatted pre {
    white-space: pre-wrap;
}

.post-formatted figure {
    max-width: 100%;
    width: auto;
    background-color: #E5E5E5;
    position: relative;
}

.post-formatted figure>figcaption {
    font-weight: 500;
    color: #BFB291;
    background-color: #1A2228;
    top: auto;
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    z-index: 1;
}

.page-formatted strong {
    font-weight: 700;
}

/* #endregion */
/* #region - template */

.t__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.parallax {
    min-height: 100vh;
    transform: scale(1);
}

.t__background img,
.t__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.t__title {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 4.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #BFB291;
    border-bottom: .1rem solid #BFB291;
    position: relative;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.t__title:before {
    content: '';
    background-color: #BFB291;
    width: 5rem;
    height: .5rem;
    position: absolute;
    bottom: 0;
    right: -.45rem;
    transform: skewX(-45deg);
}

.t__title:after {
    content: '';
    background-size: 1rem 1rem;
    background-image: radial-gradient(circle, #BFB291 .1rem, rgba(0, 0, 0, 0) .1rem);
    position: relative;
    top: -.25rem;
    height: 3rem;
    margin: 1rem 0 1rem 1rem;
    flex: 1;
}

.is-ie .t__title:after {
    background-image: radial-gradient(circle, #BFB291 20%, rgba(0, 0, 0, 0) 20%);
}

.t__text {
    font-size: 2rem;
    line-height: 2;
}

[class*='-text']>*:last-child {
    margin-bottom: 0;
}

a.t__btn,
a.t__link {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    color: #BFB291;
    border: .1rem solid #BFB291;
    position: relative;
    padding: 1.25rem 3rem;
    margin: 1rem 0;
    display: inline-block;
    outline: none;
    transition-duration: .5s;
}

a.t__link {
    border: 0;
    padding: 0;
    margin: 0;
}

a.t__btn:hover,
a.t__link:hover {
    color: #E5E5E5;
}

a.t__btn:after,
a.t__link:after {
    content: '';
    background-image: url('../images/svg-arrow-colored.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: .1rem;
    width: 1rem;
    height: 1.25rem;
    margin-left: 1rem;
    display: inline-block;
    transition: all .5s cubic-bezier(0.4, 0.31, 0.13, 0.95);
    transition-property: background, transform;
}

a.t__btn:hover:after,
a.t__link:hover:after {
    background-image: url('../images/svg-arrow.svg');
    transform: translateX(.5rem);
}

a.t__btn .t__btn-border:before {
    content: '';
    border: .1rem solid #FFF;
    border-right-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: -.1rem;
    right: -.1rem;
    bottom: -.1rem;
    left: -.1rem;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .3s cubic-bezier(.645, .045, .355, 1) .1s;
}

a.t__btn .t__btn-border span:nth-child(1) {
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.1rem;
    width: .1rem;
    transform: scaleY(0);
    transition: all .15s cubic-bezier(0.4, 0.31, 0.13, 0.95) .3s;
}

a.t__btn .t__btn-border span:nth-child(2) {
    position: absolute;
    top: 0;
    right: -.1rem;
    bottom: 0;
    width: .1rem;
    background-color: transparent;
    transition: background-color .15s cubic-bezier(0.4, 0.31, 0.13, 0.95) 0s;
}

a.t__btn:hover .t__btn-border:before {
    transform: scaleX(1);
}

a.t__btn:hover .t__btn-border span:nth-child(1) {
    transform: scaleY(1);
    transition-delay: 0s;
}

a.t__btn:hover .t__btn-border span:nth-child(2) {
    background-color: #FFF;
    transition-delay: .3s;
}

a.t__play {
    color: #E5E5E5;
}

a.t__play:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-size: 4.8rem;
    font-weight: 700;
    text-indent: 10%;
    border: .2rem solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 12rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all .25s cubic-bezier(0.44, 0.57, 0, 1.01);
    transition-property: transform, opacity;
}

.t__form .cf__head {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}

.t__form ::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #5C6670;
}

.t__form ::-moz-placeholder {
    text-transform: uppercase;
    color: #5C6670;
}

.t__form :-ms-input-placeholder {
    text-transform: uppercase;
    color: #5C6670 !important;
}

.t__form :-moz-placeholder {
    text-transform: uppercase;
    color: #5C6670;
}

.t__form input,
.t__form textarea {
    font-size: 2.1rem;
    line-height: 1.3;
    color: #E5E5E5;
    background: none;
    border: 0;
    border-bottom: .1rem solid #FFF;
    width: 100%;
    padding: 0 0 2rem;
    outline: none;
    resize: none;
    display: block;
}

.t__form textarea {
    border: .1rem solid #FFF;
    padding: 1rem;
}

.t__form .cf__file {
    position: relative;
}

.t__form .cf__file-bn {
    font-size: 2.1rem;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.t__form .cf__file .cf__file-button,
.t__form .cf__file .cf__file-name {
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.t__form .cf__file .cf__file-button {
    text-transform: uppercase;
    color: #5C6670;
    border: .1rem solid #FFF;
    padding: .5rem 1rem;
    flex: 0 0 auto;
}

.t__form .cf__file .cf__file-name {
    color: #5C6670;
    white-space: nowrap;
}

.t__form .cf__file .cf__file-input input {
    opacity: 0;
}

.t__form .cf__file.active .cf__file-name {
    color: #E5E5E5;
}

.t__form .cf__footer {
    display: flex;
    justify-content: flex-end;
}

.t__form a.t__btn {
    position: relative;
    margin: 0;
    pointer-events: none;
}

.t__form a.t__btn>input[type='submit'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: all;
}

.t__form form .ajax-loader {
    font-size: 2rem;
    background: none;
    position: absolute;
    top: 50%;
    right: calc(100% + 1rem);
    width: 2rem;
    height: 2rem;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 auto;
    transform: translate(-50%, -50%);
}

.t__form form .ajax-loader:before {
    content: '\f110';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    line-height: 1;
    color: #BFB291;
    animation: loading 1.2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.t__form form input.wpcf7-not-valid,
.t__form form textarea.wpcf7-not-valid {
    border-color: #BFB291;
}

.t__form form .wpcf7-not-valid .wpcf7-list-item-label {
    color: #BFB291;
}

.t__form form .wpcf7-not-valid-tip {
    color: #BFB291;
    margin: .5rem 0 0;
}

.t__form form .wpcf7-response-output {
    font-size: 1.8rem;
    color: #BFB291;
    border: 0;
    padding: 0;
    margin: 2rem 0 0;
}

.t__form form .wpcf7-validation-errors,
.t__form form .wpcf7-acceptance-missing {
    color: #BFB291;
    text-align: right;
}

.t__form form .wpcf7-mail-sent-ng,
.t__form form .wpcf7-aborted {
    color: #BFB291;
}

.t__loader {
    content: '';
    background-color: rgba(20, 28, 33, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.4, 0.31, 0.13, 0.95);
    pointer-events: none;
}

.t__loader:before {
    content: '';
    border: .5rem solid #BFB291;
    border-top: .5rem solid rgba(191, 178, 145, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 2s linear infinite;
}

.is-loading .t__loader {
    opacity: 1;
    pointer-events: all;
}

.t__hero-scroll {
    font-weight: 700;
    text-transform: uppercase;
    color: #BFB291;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t__hero-scroll>span {
    position: relative;
    width: .1rem;
    height: 10rem;
    margin-top: 2rem;
    overflow: hidden;
    display: block;
}

.t__hero-scroll>span:before,
.t__hero-scroll>span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    animation: hero-scroll 2s cubic-bezier(.5, 0, 0, 1) infinite;
}

.t__hero-scroll>span:before {
    background-color: #FFF;
}

.t__hero-scroll>span:after {
    background-color: #BFB291;
    animation-delay: .25s;
}

@keyframes hero-scroll {
    0% {
        transform: translateY(-100%);
    }

    80%,
    100% {
        transform: translateY(101%);
    }
}

.t__hero-scroll a:hover {
    color: #E5E5E5;
}

/* #endregion */
/* #region - accordion */

[data-accordion-group] {
    width: 100%;
    margin-bottom: -2rem;
}

[data-accordion] {
    border-bottom: .3rem solid #EAEAEA;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

[data-accordion]:last-child {
    border: 0;
    padding-bottom: 0;
}

[data-accordion]>[data-control] {
    position: relative;
    padding-right: 4rem;
    cursor: pointer;
    transition: all .3s cubic-bezier(0, 0, .2, 1);
}

[data-accordion].open>[data-control] {
    color: #EAEAEA;
}

[data-accordion]>[data-control]:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #EAEAEA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.2rem;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: all .3s cubic-bezier(0, 0, .2, 1);
}

[data-accordion].open>[data-control]:after {
    content: '\f068';
}

[data-accordion]>[data-content] {
    overflow: hidden;
    max-height: 0;
}

[data-accordion]>[data-content]>* {
    padding: 3rem 0 1rem;
}

[data-accordion]>[data-content]>*>*:last-child {
    margin-bottom: 0;
}

/* #endregion */
/* #region - home */

/* hero */

.home__hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 10rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.home__hero>.container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.home__hero-background {
    background-color: #000;
    top: auto;
    bottom: 0;
}

.home__hero-background img,
.home__hero-background video {
    opacity: .25;
}

.home__hero-background img {
    object-position: bottom;
}

.home__hero-content {
    padding: 12rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
}

.is-ie .home__hero-content>*{
    max-width: 100%;
    margin-top: 0;
}

.home__hero-title {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 9.2rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

/* company */

.home__company {
    padding: 12rem 0;
}

/* human capital */

.home__hc {
    padding: 12rem 0;
    margin-top: -12rem;
}

.home__hc-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.home__hc-row>* {
    margin: 2rem 3rem;
}

.home__hc-title {
    margin-bottom: 6rem;
}

.home__hc-image {
    background-color: #1A2228;
    position: relative;
    flex: 1;
}

.home__hc-image:after {
    content: '';
    padding-top: 62.5%;
    display: block;
}

.home__hc-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.home__hc-text {
    flex: 1;
}

.is-ie .home__hc-text>* {
    max-width: 100%;
}

/* businesses */

.home__businesses {
    padding: 12rem 0;
    margin-top: -12rem;
}

.home__businesses-title {
    margin-bottom: 6rem;
}

.home__businesses-items {
    margin: -3rem;
    display: flex;
    flex-wrap: wrap;
}

.home__businesses-item {
    position: relative;
    margin: 3rem;
    flex: 1;
}

.home__businesses-item:after {
    content: '';
    padding-top: 100%;
    display: block;
}

.home__businesses-container {
    color: #BFB291;
    background-size: 1rem 1rem;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .2) .1rem, rgba(0, 0, 0, 0) .1rem);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s cubic-bezier(0.4, 0.31, 0.13, 0.95);
    transition-property: color, background;
}

.is-ie .home__businesses-container {
    background-image: radial-gradient(circle, rgba(255, 255, 255, .2) 20%, rgba(0, 0, 0, 0) 20%);
}

.home__businesses-item:hover .home__businesses-container {
    color: #444139;
    background-color: #BFB291;
    background-image: none;
}

.home__businesses-item-icon {
    font-size: 10.8rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.home__businesses-item-label {
    font-size: 3.6rem;
    line-height: 1.2;
    text-align: center;
    max-width: 28rem;
}

.home__businesses-item-more {
    text-transform: uppercase;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.home__businesses-item-more i {
    margin-left: 1rem;
}

/* media center */

.home__mc {
    padding: 12rem 0;
    margin-top: -12rem;
}

.home__mc.is-loading {
    pointer-events: none;
}

.home__mc-title {
    justify-content: space-between;
    margin-bottom: 6rem;
}

.home__mc-slider-fni {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    position: relative;
    margin: -4rem 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home__mc-slider-filter {
    margin-left: -1rem;
    display: flex;
}

.home__mc-slider-filter a {
    text-transform: uppercase;
    color: #BFB291;
    margin: 0 1rem;
}

.home__mc-slider-filter a.active {}

.home__mc-slider-filter a:hover {
    color: #E5E5E5;
}

.home__mc-slider-nav {
    margin: 0 4rem;
}

.home__mc-slider-nav a.t__btn {
    font-size: inherit;
    line-height: inherit;
    min-width: 12rem;
    padding: 1.25rem 1.25rem 1rem;
}

.home__mc-slider-nav a.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.home__mc-slider-nav a:hover {
    color: #141C21;
    background-color: #BFB291;
}

.home__mc-slider-nav a:hover:after {
    background-image: url('../images/svg-arrow-dark.svg');
}

.home__mc-slider-nav a:hover .t__btn-border {
    display: none;
}

.home__mc-slider-nav a.is-prev {
    direction: rtl;
}

.home__mc-slider-nav a.is-prev:after {
    margin: 0 1rem 0 0;
    transform: scaleX(-1);
}

.home__mc-slider-nav a.is-prev:hover:after {
    transform: scaleX(-1) translateX(.5rem);
}

.home__mc-slider-pagination {
    text-align: right;
    color: #BFB291;
    min-width: 6rem;
    width: auto;
}

.home__mc-slider-pagination span:last-child {
    color: #E5E5E5;
}

.home__mc-group:before,
.home__mc-group:after {
    content: '';
    clear: both;
    display: table;
}

.home__mc-item {
    background-color: #1A2228;
    position: relative;
   /* width: 30%; */
   width: 33.3%;
    overflow: hidden;
    float: left;
}

.home__mc-item:after {
    content: '';
    padding-top: 90%;
    display: block;
}

.home__mc-item-front,
.home__mc-item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home__mc-item-back {
    background-color: rgba(0, 0, 0, .8);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(0.4, 0.31, 0.13, 0.95);
}

.home__mc-item:hover .home__mc-item-back {
    opacity: 1;
    pointer-events: all;
}

.home__mc-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.home__mc-item-title {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: auto 0 .5rem;
}

.home__mc-item-date {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.home__mc-item-date:after {
    content: '';
    width: 3rem;
    border-top: .1rem solid #BFB291;
    margin-top: 2rem;
    display: block;
}

.home__mc-item-text {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 3rem;
    max-height: calc(2.1rem * 1.3 * 2);
    overflow: hidden;
}

.home__mc-item-link a {
    margin: 0;
}

.home__mc-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__mc-item-video a.t__play:before {
    font-size: 3.6rem;
    width: 9rem;
    height: 9rem;
}

/**/

.home__mc-item:nth-child(1) {
   /* width: 40%; */
}

.home__mc-item:nth-child(1):after {
    padding-top: calc(180% - 45%);
}

.home__mc-item:nth-child(1) .home__mc-item-text {
    max-height: calc(2.1rem * 1.3 * 4);
}

/* careers */

.home__careers {
    position: relative;
    padding: 12rem 0;
    overflow: hidden;
}

.home__careers-background {
    background-color: #000;
}

.home__careers-text {
    max-width: 102.4rem;
    margin: auto;
}

/* contact us */

.home__cu {
    background-color: #1A2228;
    padding: 12rem 0;
}

.home__cu-form .cf__head {
    max-width: calc(50% - 4rem);
}

.home__cu-form .cf__body {
    margin: -4rem -3rem -1rem;
    display: flex;
}

.home__cu-form .cf__col {
    margin: 3rem 1rem;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.home__cu-form .cf__col>div {
    width: 100%;
    margin: 2rem;
}

.home__cu-form .cf__col:nth-child(2)>div {
    height: 100%;
}

.home__cu-form .cf__col>.cf__half {
    width: calc(50% - 4rem);
}

.home__cu-form input {
    padding-top: 1.1rem;
}

.home__cu-form textarea {
    height: calc(100% - 4rem);
}

/* universal links */

.home__ul {
    position: relative;
    padding: 12rem 0 24rem;
}

.home__ul-background {
    max-height: 108rem;
    top: auto;
    bottom: 0;
    z-index: 0;
}

.home__ul-background img {
    object-position: bottom;
    opacity: 0.6;
}

.home__ul-title {
    margin-bottom: 6rem;
}

.home__ul-row {
    margin: -2rem -3rem;
    display: flex;
}

.home__ul-items {
    margin: calc(2rem - 1rem) calc(3rem - 1rem);
    display: flex;
    flex-wrap: wrap;
    flex: 1.5;
}

.home__ul-item {
    background-color: #1A2228;
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    position: relative;
    width: calc(33.33% - 2rem);
    margin: 1rem;
}

.home__ul-item:after {
    content: '';
    padding-top: 100%;
    display: block;
}

.home__ul-investors {
    margin: 2rem 3rem;
    flex: 1;
}

.home__ul-investors-title {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.home__ul-investors-title:after {
    content: '';
    width: 3rem;
    border-top: .1rem solid #BFB291;
    margin-top: 2rem;
    display: block;
}

.home__ul-investors-text {
    margin-bottom: 2rem;
}

.home__ul-investors-files {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home__ul-investors-files a {
    border-bottom: .1rem solid #BFB291;
    padding: 1rem 0;
}

.home__ul-investors-files a:hover {
    color: #E5E5E5;
}

.home__ul-investors-files a i {
    margin-right: 1rem;
}

.home__ul-investors-files a:last-child {
    border: 0;
}

.home__ul-item {
    position: relative;
}

.home__ul-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.home__ul-item-title {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    text-transform: uppercase;
    color: #BFB291;
    margin-bottom: 1rem;
}

.home__ul-item-title:after {
    content: '';
    width: 3rem;
    border-top: .1rem solid #BFB291;
    margin-top: 1rem;
    display: block;
}

.home__ul-item-text {
    margin-bottom: 2rem;
    max-height: calc(1.6rem * 1.6 * 3);
    overflow: hidden;
}

.home__ul-item-link {
    margin-top: auto;
    display: flex;
}

.home__ul-item-link a {
    font-weight: 700;
}

.home__ul-item-background {
    z-index: 0;
}

.home__ul-item-slider {
    margin-bottom: 2rem;
}

.home__ul-item-slider,
.home__ul-item-slider .swiper-container {
    height: 100%;
}

.home__ul-item-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain';
}

.home__ul-item-slider-nav {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__ul-item-slider-nav a {
    border: 0;
    padding: 0;
    margin: 0;
}

.home__ul-item-slider-nav a:after {
    margin: 0;
}

.home__ul-item-slider-nav a.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.home__ul-item-slider-nav a:hover:after {
    transform: none;
}

.home__ul-item-slider-nav a.is-prev {
    direction: rtl;
}

.home__ul-item-slider-nav a.is-prev:after {
    transform: scaleX(-1);
}

.home__ul-item-slider-nav a:hover {
    color: #E5E5E5;
}

.home__ul-item-slider-pagination {
    line-height: 1;
    text-align: center;
    color: #BFB291;
    width: auto;
    margin: 0 1rem;
    flex: 1 0 auto;
}

.home__ul-item-slider-pagination span:last-child {
    color: #E5E5E5;
}

.home__ul-item-affliates .home__ul-item-title {
    margin-bottom: 1.5rem;
}

.home__ul-item-affliates .home__ul-item-title:after {
    display: none;
}

.home__ul-item-cu .home__ul-item-title {
    color: #E5E5E5;
}

.home__ul-item-cu .home__ul-item-title:after {
    display: none;
}

.home__ul-item-cu .home__ul-item-text {
    max-height: calc(1.6rem * 1.6 * 3);
    margin: auto 0 -.4rem
}

.home__ul-item-cu .home__ul-item-link {
    margin-top: 1rem;
}

.home__ul-item-careers a {
    color: #E5E5E5;
    border-bottom: .1rem solid #BFB291;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home__ul-item-careers a:hover {
    color: #BFB291;
}

.home__ul-item-careers a i {
    font-size: 1.4rem;
}

.home__ul-item-careers-link {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.home__ul-item-careers-link a {
    font-weight: 700;
}

/* about qatar */

.home__aq {
    background-color: #1A2228;
    padding: 12rem 0;
}

.home__aq-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.home__aq-row>* {
    margin: 2rem 3rem;
    flex: 1;
}

.home__aq-content {
    display: flex;
    flex-direction: column;
}

.is-ie .home__aq-content>* {
    max-width: 100%;
}

.home__aq-image {
    background-color: #141C21;
    position: relative;
    top: -24rem;
}

.home__aq-image:after {
    content: '';
    padding-top: 75%;
    display: block;
}

.home__aq-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

/* #endregion */
/* #region - about */

/* company */

.about__company {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 10rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.about__company>.container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.about__company-background {
    top: auto;
    bottom: 0;
}

.about__company-background img {
    object-position: bottom;
    opacity: 0.6;
}

.about__company-content {
    padding: 12rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 auto;
}

.is-ie .about__company-content>* {
    max-width: 100%;
}

/* vision, mission */

.about__vision,
.about__mission {
    background-color: #1A2228;
    padding: 12rem 0;
}

.about__mission {
    margin-top: -12rem;
}

.about__vision-row,
.about__mission-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.about__vision-row>*,
.about__mission-row>* {
    margin: 2rem 3rem;
}

.about__vision-title,
.about__mission-title {
    margin-bottom: 6rem;
}

.about__vision-image,
.about__mission-image {
    background-color: #1A2228;
    position: relative;
    flex: .5;
}

.about__vision-image:after,
.about__mission-image:after {
    content: '';
    padding-top: 125%;
    display: block;
}

.about__vision-image img,
.about__mission-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.about__vision-text,
.about__mission-text {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-self:stretch;
}

.about__vision-quote,
.about__mission-quote {
    /*font-family: 'Bahij Sultannahia', sans-serif;*/
    font-size: 2.8rem;
    line-height: 1.8;
    text-transform: uppercase;
    color: #BFB291;
    margin-top: 4rem;
    max-width: 80rem;
}

.is-ie .about__vision-text>*,
.is-ie .about__mission-text>* {
    max-width: 100%;
}

/* values */

.about__values {
    background-color: #1A2228;
    position: relative;
    padding: 12rem 0;
    margin-top: 24rem;
}

.about__values-background {
    max-height: 108rem;
    top: auto;
    bottom: 0;
    z-index: 0;
}

.about__values-background img {
    object-position: bottom;
    opacity: 0.6;
}

.about__values-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.about__values-row>* {
    margin: 2rem 3rem;
    flex: 1;
}

.about__values-image {
    background-color: #141C21;
    position: relative;
    top: -24rem;
}

.about__values-image:after {
    content: '';
    padding-top: 75%;
    display: block;
}

.about__values-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.about__values-content {
    display: flex;
    flex-direction: column;
}

.about__values-content .highlight {
    /*font-family: 'Bahij Sultannahia', sans-serif;*/
    font-size: 3rem;
    line-height: 1.6;
    color: #BFB291;
    padding-bottom: 6em;
}

.is-ie .about__values-content>* {
    max-width: 100%;
}

/* #endregion */
/* #region - human capital */

/* qatar national vision */

.hc__qnv {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 10rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hc__qnv>.container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.hc__qnv-background {
    top: auto;
    bottom: 0;
}

.hc__qnv-background img {
    object-position: bottom;
}

.hc__qnv-content {
    padding: 12rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 auto;
}

.is-ie .hc__qnv-content>* {
    max-width: 100%;
}

/* people, safety & ethics */

.hc__people,
.hc__se {
    background-color: #1A2228;
    padding: 12rem 0;
}

.hc__se {
    margin-top: -12rem;
}

.hc__people-row,
.hc__se-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.hc__people-row>*,
.hc__se-row>* {
    margin: 2rem 3rem;
}

.hc__people-title,
.hc__se-title {
    margin-bottom: 6rem;
}

.hc__people-image,
.hc__se-image {
    background-color: #1A2228;
    position: relative;
    flex: .5;
}

.hc__people-image:after,
.hc__se-image:after {
    content: '';
    padding-top: 125%;
    display: block;
}

.hc__people-image img,
.hc__se-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.hc__people-text,
.hc__se-text {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-self:stretch;
}

.is-ie .hc__people-text>*,
.is-ie .hc__se-text>* {
    max-width: 100%;
}

/* national development */

.hc__nd {
    background-color: #1A2228;
    position: relative;
    padding: 12rem 0;
    margin-top: 24rem;
}

.hc__nd-background {
    max-height: 108rem;
    top: auto;
    bottom: 0;
    z-index: 0;
}

.hc__nd-background img {
    object-position: bottom;
    opacity: 0.6;
}

.hc__nd-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.hc__nd-row>* {
    margin: 2rem 3rem;
    flex: 1;
}

.hc__nd-image {
    background-color: #141C21;
    position: relative;
    top: -24rem;
}

.hc__nd-image:after {
    content: '';
    padding-top: 75%;
    display: block;
}

.hc__nd-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.hc__nd-content {
    display: flex;
    flex-direction: column;
}

.hc__nd-content .highlight {
    /*font-family: 'Bahij Sultannahia', sans-serif;*/
    font-size: 2.8rem;
    line-height: 1.8;
    color: #BFB291;
    margin-bottom: 3rem;
}

.is-ie .hc__nd-content>* {
    max-width: 100%;
}

/* join us */

.hc__ju {
    background-color: #1A2228;
    padding: 12rem 0;
}

.hc__ju-form {
    max-width: 102.4rem;
    margin: auto;
}

.hc__ju-title {
    margin-bottom: 6rem;
}

.hc__ju-form .cf__body {
    margin: -2rem -2rem .5rem;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.hc__ju-form .cf__body>div {
    width: 100%;
    margin: 2rem;
}

.hc__ju-form .cf__body>.cf__half {
    width: calc(50% - 4rem);
}

.hc__ju-form textarea {
    margin: .5rem 0;
}

/* #endregion */
/* #region - businesses */

/* hero */

.businesses__wwd {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 10rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.businesses__wwd>.container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.businesses__wwd-background {
    top: auto;
    bottom: 0;
}

.businesses__wwd-background img {
    object-position: bottom;
}

.businesses__wwd-content {
    padding: 12rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 auto;
}

.is-ie .businesses__wwd-content>* {
    max-width: 100%;
}

/* items */

.businesses__item {
    margin-top: -12rem;
    padding: 12rem 0;
}

.businesses__item:first-child {
    margin-top: 0;
}

.businesses__item:last-child {
    margin-bottom: -4rem;
}

.businesses__item-row {
    margin: -2rem -3rem;
    display: flex;
    align-items: flex-start;
}

.businesses__item-row>* {
    margin: 2rem 3rem;
}

.businesses__item-title {
    padding-bottom: 0;
    margin-bottom: 6rem;
}

.businesses__item-title i {
    font-size: 6rem;
    background-color: rgba(191, 178, 145, .15);
    width: 10rem;
    height: 10rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.businesses__item-image {
    background-color: #1A2228;
    position: relative;
    margin-bottom: 6rem;
    flex: .5;
}

.businesses__item:nth-child(2) .businesses__item-image {
    order: 2;
}

.businesses__item-image:after {
    content: '';
    padding-top: 125%;
    display: block;
}

.businesses__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.businesses__item-image:before {
    content: '';
    background-size: 1rem 1rem;
    background-image: radial-gradient(circle, #BFB291 .1rem, rgba(0, 0, 0, 0) .1rem);
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 100%;
    height: 3rem;
}

.is-ie .businesses__item-image:before {
    background-image: radial-gradient(circle, #BFB291 20%, rgba(0, 0, 0, 0) 20%);
}

.businesses__item-text {
    flex: 1;
     align-items: center;
    display: flex;
    flex-direction: row;
    align-self:stretch;
}

.is-ie .businesses__item-text>* {
    max-width: 100%;
}

/* #endregion */
/* #region - media center */

/* media relation */

.mc__mr {
    padding: 12rem 0;
}

.mc__mr.is-loading {
    pointer-events: none;
}

.mc__mr-title {
    justify-content: space-between;
    margin-bottom: 6rem;
}

.mc__mr-slider-fni {
    font-family: 'Bahij Sultannahia', sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    position: relative;
    margin: -4rem 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mc__mr-slider-filter {
    margin-left: -1rem;
}

.mc__mr-slider-filter a {
    text-transform: uppercase;
    color: #BFB291;
    margin: 0 1rem;
}

.mc__mr-slider-filter a.active {}

.mc__mr-slider-filter a:hover {
    color: #E5E5E5;
}

.mc__mr-slider-nav {
    margin: 0 4rem;
}

.mc__mr-slider-nav a.t__btn {
    font-size: inherit;
    line-height: inherit;
    min-width: 12rem;
    padding: 1.25rem 1.25rem 1rem;
}

.mc__mr-slider-nav a.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.mc__mr-slider-nav a:hover {
    color: #141C21;
    background-color: #BFB291;
}

.mc__mr-slider-nav a:hover:after {
    background-image: url('../images/svg-arrow-dark.svg');
}

.mc__mr-slider-nav a:hover .t__btn-border {
    display: none;
}

.mc__mr-slider-nav a.is-prev {
    direction: rtl;
}

.mc__mr-slider-nav a.is-prev:after {
    margin: 0 1rem 0 0;
    transform: scaleX(-1);
}

.mc__mr-slider-nav a.is-prev:hover:after {
    transform: scaleX(-1) translateX(.5rem);
}

.mc__mr-slider-pagination {
    text-align: right;
    color: #BFB291;
    min-width: 6rem;
    width: auto;
}

.mc__mr-slider-pagination span:last-child {
    color: #E5E5E5;
}

.mc__mr-group {
    margin: -1rem;
}

.mc__mr-item {
    background-color: #1A2228;
    position: relative;
    width: calc(50% - 2rem);
    margin: 1rem;
    overflow: hidden;
    float: left;
}

.mc__mr-item:after {
    content: '';
    padding-top: 75%;
    display: block;
}

.mc__mr-item-front,
.mc__mr-item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mc__mr-item-back {
    background-color: rgba(0, 0, 0, .8);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(0.4, 0.31, 0.13, 0.95);
}

.mc__mr-item:hover .mc__mr-item-back {
    opacity: 1;
    pointer-events: all;
}

.mc__mr-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.mc__mr-item-date {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.mc__mr-item-title {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.mc__mr-item-title:after {
    content: '';
    width: 3rem;
    border-top: .1rem solid #BFB291;
    margin-top: 2rem;
    display: block;
}

.mc__mr-item-text {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 3rem;
    max-height: calc(2.1rem * 1.3 * 3);
    overflow: hidden;
}

.mc__mr-item-link {
    margin-top: auto;
}

.mc__mr-item-link a {
    margin: 0;
}

.mc__mr-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc__mr-item a.t__play:before {
    font-size: 3.6rem;
    width: 9rem;
    height: 9rem;
}

/* corporate video */

.mc__cv {
    padding: 12rem 0;
    margin-top: -12rem;
}

.mc__cv-video {
    background-color: #000;
    position: relative;
    cursor: pointer;
}

.mc__cv-video:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-size: 4.8rem;
    font-weight: 700;
    text-indent: 10%;
    border: .2rem solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 12rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all .25s cubic-bezier(0.44, 0.57, 0, 1.01);
    transition-property: transform, opacity;
    pointer-events: none;
}

.mc__cv-video.played:before {
    content: '\f04c';
    text-indent: 0;
}

.mc__cv-video.playing:before {
    opacity: 0;
}

.mc__cv-video.playing:hover:before {
    content: '\f04c';
    text-indent: 0;
    opacity: 1;
}

.mc__cv-video.paused:before {
    content: '\f04b';
    text-indent: 10%;
}

.mc__cv-video.clicked:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.mc__cv-video:after {
    content: '';
    padding-top: 56.25%;
    display: block;
}

.mc__cv-video-btn-label {
    font-size: 6.4rem;
    white-space: nowrap;
    position: absolute;
    top: calc(50% + 14rem);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .25s cubic-bezier(0.44, 0.57, 0, 1.01);
    pointer-events: none;
}

.mc__cv-video.playing .mc__cv-video-btn-label {
    opacity: 0;
}

.mc__cv-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
    opacity: .25;
    transition: opacity .2s cubic-bezier(0.44, 0.57, 0, 1.01);
}

.mc__cv-video.playing video {
    opacity: 1;
}

/* corporate brochure */

.mc__cb {
    padding: 12rem 0;
    margin: -12rem 0 -4rem;
}

.mc__cb-title {
    margin-bottom: 6rem;
}

.mc__cb-brochure {
    max-width: 102.4rem;
    margin: auto;
}

.mc__cb-brochure-row {
    margin: -2rem -3rem;
    display: flex;
}

.mc__cb-brochure-row>* {
    margin: 2rem 3rem;
}

.mc__cb-brochure-image {
    background-color: #1A2228;
    position: relative;
    min-width: 18rem;
    flex: 1;
}

.mc__cb-brochure-image:after {
    content: '';
    padding-top: 130%;
    display: block;
}

.mc__cb-brochure-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.mc__cb-brochure-text {
    font-size: 1.8rem;
    line-height: 1.8;
    flex: 3;
}

.mc__cb-brochure-text>* {
    max-width: 100%;
}

.mc__cb-brochure-text>span {
    color: #BFB291;
    margin: -1rem 0 2rem;
    display: block;
}

/* #endregion */
/* #region - single media center */

.smc__post {
    max-width: 102.4rem;
    padding: 4rem 0;
    margin: auto;
    align-self: center;
}

.smc__post>div>*:last-child {
    margin-bottom: 0;
}

.smc__close {
    margin-bottom: 4rem;
}

.smc__close a.t__btn {
    direction: rtl;
}

.smc__close a.t__btn:after {
    background-image: url('../images/svg-close-colored.svg');
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 1rem 0 0;
}

.smc__close a.t__btn:hover:after {
    background-image: url('../images/svg-close.svg');
    transform: translateX(0);
}

.smc__date {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.smc__title {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.6;
    color: #BFB291;
    border-bottom: .1rem solid #BFB291;
    position: relative;
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
    overflow: hidden;
}

.smc__title:before {
    content: '';
    background-color: #BFB291;
    width: 5rem;
    height: .5rem;
    position: absolute;
    bottom: 0;
    right: -.45rem;
    transform: skewX(-45deg);
}

.smc__image {
    background-color: #1A2228;
    position: relative;
    margin-bottom: 4rem;
}

.smc__image:after {
    content: '';
    padding-top: 56.25%;
    display: block;
}

.smc__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover';
}

.smc__video {
    background-color: #1A2228;
    position: relative;
    margin-bottom: 4rem;
}

.smc__video video {
    width: 100%;
    display: block;
}

.smc__content {
    font-size: 1.8rem;
    line-height: 1.8;
}

/* #endregion */
/* #region - swipebox */

.swipebox--is-active {
    overflow: hidden;
}

#swipebox-overlay {
    background-color: rgb(20, 28, 33, .9);
}

.swipebox__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    margin: 6rem;
}

#swipebox-slider {
    cursor: initial;
}

#swipebox-slider .slide {
    position: relative;
}

.page-press #swipebox-slider .slide {
    overflow: auto;
}

.page-press #swipebox-slider img {
    max-height: none;
}

#swipebox-slider .slide .swipebox-video-container {
    padding: 0;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: calc(16 / 9 * (100vh - 12rem));
    width: calc(100vw - 12rem);
    max-height: calc(100vh - 12rem);
    height: calc(9 / 16 * (100vw - 12rem));
    padding: 0;
    margin: auto;
}

#swipebox-top-bar,
#swipebox-bottom-bar {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-shadow: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    transition: none;
}

#swipebox-top-bar {
    top: 0;
    height: 100%;
    transform: translate3d(0, -100%, 0);
}

#swipebox-top-bar.visible-bars {
    transform: translate3d(0, 0, 0);
}

#swipebox-title {
    text-align: center;
    color: #E5E5E5;
    background-color: #141C21;
    max-width: 64rem;
    width: auto;
    padding: 1rem 2rem;
    margin: 2rem 2rem 10rem;
    align-self: flex-end;
    pointer-events: all;
    display: none;
}

#swipebox-bottom-bar {
    bottom: 0;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: none;
}

#swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, 0, 0);
}

#swipebox-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    width: calc(100% - 2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, -50%);
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    color: #E5E5E5;
    background: none;
    width: 4rem;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all .3s cubic-bezier(0, 0, .2, 1);
}

#swipebox-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover {
    color: #BFB291;
}

#swipebox-prev:before,
#swipebox-next:before,
#swipebox-close:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.8rem;
    font-weight: 300;
    display: table;
}

#swipebox-prev:before {
    content: '\f104';
}

#swipebox-next:before {
    content: '\f105';
}

#swipebox-close:before {
    font-size: 2rem;
    content: '\f00d';
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: 0;
    pointer-events: none;
}

#swipebox-slider .slide-loading {
    background: none;
    position: relative;
}

#swipebox-slider .slide-loading:after {
    content: '';
    border: .5rem solid #BFB291;
    border-top: .5rem solid rgba(191, 178, 145, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* #endregion */
/* #region - error */

.error__section {
    margin: auto;
}

.error__text {
    font-size: 2.1rem;
    text-align: center;
    position: relative;
}

/* #endregion */
/* #region - animation */

.revealer .animate.fade-in {
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.54, 0.24, 0.25, 0.7);
}

.revealed .animate.fade-in {
    opacity: 1;
}

.revealer .animate.fade-up {
    opacity: 0;
    transform: translateY(10rem);
    transition: transform 1s cubic-bezier(0.25, 0.21, 0.17, 0.96), opacity 1s cubic-bezier(0.54, 0.24, 0.25, 0.7);
}

.revealed .animate.fade-up {
    opacity: 1;
    transform: translateY(0);
}

.revealer .animate.fade-left,
.revealer .animate.fade-right {
    opacity: 0;
    transform: translateX(10rem);
    transition: transform 1s cubic-bezier(0.25, 0.21, 0.17, 0.96), opacity 1s cubic-bezier(0.54, 0.24, 0.25, 0.7);
}

.revealer .animate.fade-right {
    transform: translateX(-10rem);
}

.revealed .animate.fade-left,
.revealed .animate.fade-right {
    opacity: 1;
    transform: translateX(0);
}

/**/

.no-inview [class*="reveal"] .animate {
    opacity: 1;
    transform: translate(0, 0);
    transition: none;
}
.setWidth {
    max-width: 40%;
}
@media(max-width: 992px){
    .setWidth {
    max-width: 100%;
}
}

/* #endregion */