@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Work+Sans:wght@300;400&display=swap');

body, html {
    font-family: 'Newsreader', sans-serif;
    position: relative;
    font-size: calc(0.75 * (0.5vh + 1.05vw));
}

/* BASIC */
.container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
}
.row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.row div[class^='col'] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.btn.btn-outline-primary {
    background: transparent;
    border: 0.1rem solid #000;
    color: #000;
    border-radius: 5rem;
    padding: 1.35rem 5.5rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
    transition: 0.15s ease all;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    color: #fff;
    border-color: #c6a366;
    background: #c6a366;
    box-shadow: rgba(10,10,10,0.25) 0 0.25rem 1.5rem;
}
.btn.btn-outline-primary:active {
    color: #fff !important;
    border-color: #cfb17d !important;
    background: #cfb17d !important;
    box-shadow: rgba(10,10,10,0.25) 0 0.25rem 1.5rem !important;
}
.btn.btn-outline-secondary {
    background: transparent;
    border: 0.1rem solid #c6a366;
    color: #c6a366;
    border-radius: 5rem;
    padding: 1.35rem 5.5rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
    transition: 0.15s ease all;
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus {
    color: #fff;
    border-color: #c6a366;
    background: #c6a366;
    box-shadow: rgba(10,10,10,0.45) 0 0.25rem 1.5rem;
}
.btn.btn-outline-secondary:active {
    color: #fff !important;
    border-color: #333 !important;
    background: #333 !important;
    box-shadow: rgba(10,10,10,0.45) 0 0.25rem 1.5rem !important;
}

/* NAVIGATION */
.navbar-dark {
    padding: 3rem 0;
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.navbar .navbar-brand {
    padding: 0;
}
.navbar .navbar-brand img {
    height: 1.75rem;
}
.navbar-dark .language-picker {
    list-style: none;
    margin: 0 2.5rem 0 auto;
    padding: 0;
    display: block;
    position: relative;
    z-index: 1;
}
.navbar-dark .language-picker li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5rem;
}
.navbar-dark .language-picker li a {
    display: block;
    color: #fff;
    padding: 0.1rem 0.15rem;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    transition: 0.15s ease all;
}
.navbar-dark .language-picker.active li a {
    color: #000000;
}
.navbar-dark .language-picker li a:hover {
    color: #c6a366;
}
.navbar-dark .language-picker li.active a {
    font-weight: 700;
}
.navbar-dark .language-picker li.active a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: ' ';
}
.navbar-dark .language-picker.active li.active a:after {
    background: #c6a366;
}
.navbar-dark .navbar-toggler {
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    width: 2rem;
    position: relative;
    z-index: 1;
}
.navbar-dark .navbar-toggler span {
    width: 100%;
    height: 0.135rem;
    background: #fff;
    display: block;
    transition: 0.2s ease all;
}
.navbar-dark .navbar-toggler:hover span {
    background: #c6a366;
}
.navbar-dark .navbar-toggler span + span {
    margin-top: 0.45rem;
}
.navbar-dark .navbar-toggler.active span:nth-child(1) {
    transform-origin: center;
    transform: translateY(0.575rem) rotate(45deg);
    background: #000000;
}
.navbar-dark .navbar-toggler.active span:nth-child(2) {
    opacity: 0;
}
.navbar-dark .navbar-toggler.active span:nth-child(3) {
    transform-origin: center;
    transform: translateY(-0.575rem) rotate(-45deg);
    background: #000000;
}
.navbar-dark .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 30rem;
    height: 100%;
    z-index: 0;
    background: #fff;
    padding: 3rem 4rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}
.navbar-dark .sidebar h4 {
    margin: 0;
    line-height: 1.85rem;
    font-size: 1.15rem;
    font-family: 'Work Sans', sans-serif;
    color: #000000;
}
.navbar-dark .sidebar.active {
    opacity: 1;
    visibility: visible;
}
.navbar-dark .sidebar .navbar-nav {
    padding: 5rem 0;
    flex-direction: column;
}
.navbar-dark .sidebar .navbar-nav li {
    display: block;
}
.navbar-dark .sidebar .navbar-nav li a.nav-link {
    font-size: 3.75rem;
    line-height: 1;
    color: #000;
    padding: 0.15rem 0;
    display: block;
    transition: 0.15s ease all;
}
.navbar-dark .sidebar .navbar-nav li a.nav-link:hover {
    color: #c6a366;
}
.navbar-dark .sidebar .navbar-nav li.dropdown a.nav-link:after {
    display: none;
}
.navbar-dark .sidebar .navbar-nav li.dropdown.show a.nav-link {
    font-style: italic;
    display: inline-block;
    position: relative;
}
.navbar-dark .sidebar .navbar-nav li.dropdown.show a.nav-link:before {
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 90%;
    height: 1px;
    background: #c6a366;
    content: ' ';
    z-index: -1;
}
.navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-menu {
    position: relative;
    border: none;
    border-radius: 0;
    padding: 1.5rem 0 2.5rem 0;
    margin: 0;
    background: none;
}
.navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-item {
    font-size: 1.1rem;
    color: #000;
    display: block;
    padding: 0 1.5rem;
    background: none;
    transition: 0.3s ease all;
    position: relative;
}
.navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    width: 0.1rem;
    height: 1px;
    background: #c6a366;
    content: ' ';
    margin: auto;
    opacity: 0;
    transition: 0.5s ease all;
}
.navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-item:hover {
    color: #000;
    padding-left: 2.5rem;
    font-weight: bold;
}
.navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-item:hover:before {
    width: 0.75rem;
    opacity: 1;
}

/* MAIN */
.main {
    /*background: url('../img/main-bg.jpg') center top no-repeat;*/
    background-size: cover;
    min-height: 100vh;
    height: auto;
    padding: 7rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 0;
}
.main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: ' ';
    background: #111;
    opacity: 0.25;
}
.main:after {
    position: absolute;
    top: 10rem;
    /*bottom: 30rem;*/
    bottom: 33rem;
    left: 5rem;
    margin: auto;
    width: 1px;
    height: auto;
    content: ' ';
    background: #c6a366;
}
.main h1 {
    display: inline-block;
    /*font-size: 6.5rem;*/
    font-size: 4.55rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    width: 20rem;
    transform-origin: left top;
    /*transform: translateX(-1.65rem) translateY(100%) rotate(-90deg);*/
    transform: translateX(-1.65rem) translateY(50%) rotate(-90deg);
}
.main h1 span {
    display: block;
}
.main .container-fluid {
    position: relative;
    z-index: 2;
}

/* SECTIONS */
section {
    position: relative;
    padding: 5rem 0 6.5rem 0;
}
section .title {
    position: absolute;
    left: 4.6rem;
    top: 5rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
    text-align: right;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
}
section .title:after {
    position: absolute;
    bottom: -1.1rem;
    right: 0;
    width: 200px;
    height: 1px;
    background: #c6a366;
    content: ' ';
}
section h1 {
    /*font-size: 5.5rem;*/
    font-size: 3.5rem;
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 1.05;
}
section h1 span {
    color: #c6a366;
    position: relative;
    padding-left: 2.5rem;
    font-weight: bold;
    display: block;
}
section h1 span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 5px;
    background: #c6a366;
    content: ' ';
    margin: auto;
}
section h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 3rem 0 1rem 0;
    line-height: 1.1;
}
section h5 {
    font-size: 2rem;
    font-weight: 400;
    margin: 2.45rem 0 0 0;
    line-height: 1.15;
}

/* PRESENTATION */
.presentation {
    background: #000;
}
.presentation h2 {
    color: #c6a366;
}
.presentation h5 {
    color: #fff;
}

/* REVIEW */
.review {
    padding: 5rem 0;
}
.review h2 {
    font-style: italic;
    color: #000;
    margin: 0 0 1.5rem 0;
}
.review h2:before {
    content: '« ';
}
.review h2:after {
    content: ' »';
    white-space: nowrap;
}
.review p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
    margin: 0;
    color: #c6a366;
}
.review p span {
    font-weight: 300;
}

/* CONCEPTS */
.three-concepts {
    padding: 5rem 5rem;
    position: relative;
}
.three-concepts:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #e2e2e2;
    content: ' ';
    z-index: 0;
}
.three-concepts .title {
    color: #000;
    z-index: 2;
}
.three-concepts .container-fluid {
    position: relative;
    z-index: 2;
}
.three-concepts h2 {
    color: #c6a366;
    margin-bottom: 0;
}
.three-concepts p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    margin: 0;
    color: #000;
}
.three-concepts .concept-item {
    text-align: center;
}
.three-concepts .concept-item .concept-number {
    padding-top: 6rem;
    position: relative;
}
.three-concepts .concept-item .concept-number:before {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    width: 0.08rem;
    height: 4rem;
    background: #000;
    content: ' ';
    margin: auto;
}
.three-concepts .col-md-4:nth-child(1) .concept-item .concept-number:before,
.three-concepts .col-md-4:nth-child(3) .concept-item .concept-number:before {
    top: -4rem;
    height: 10rem;
}
.three-concepts .concept-item .concept-number span {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    font-size: 3.5rem;
    font-weight: 400;
    color: #000;
    line-height: 6.5rem;
}
.three-concepts .concept-item h5.concept-title {
    margin-bottom: 2rem;
    white-space: nowrap;
    text-align: center;
}
.three-concepts .concept-item .concept-image {
    width: 100%;
    background: #000;
    padding-top: 90%;
}
.three-concepts .concept-item .concept-description {
    line-height: 1.25;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    margin: 2.5rem 0;
    padding: 0 1rem;
}
.three-concepts .concept-item .concept-action {
    padding: 0 1rem;
    display: block;
    text-decoration: none;
}
.three-concepts .concept-item .concept-action span {
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    color: #000;
    background: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin: auto auto -0.5rem auto;
    transition: 0.15s ease all;
}
.three-concepts .concept-item .concept-action:hover span {
    color: #c6a366;
    border-color: #c6a366;
}
.three-concepts .concept-item .concept-action .btn.btn-outline-primary {
    padding: 1.5rem;
}

/* OBJECTIVES */
.objectives {
    padding: 5rem 5rem;
    background: #000;
}
.objectives h2 {
    color: #fff;
}
.objectives .objective-item {
    text-align: center;
}
.objectives .objective-item .objective-icon {
    display: inline-block;
    margin: auto;
    padding: 1.5rem;
    background: #1d1d1d;
}
.objectives .objective-item .objective-icon img {
    width: 3rem;
}
.objectives .objective-item h5.objective-title {
    color: #fff;
    font-size: 2rem;
    margin: 2rem 0;
}
.objectives .objective-item .objective-description {
    position: relative;
    padding-top: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.25;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
}
.objectives .objective-item .objective-description:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 1px;
    background: #c6a366;
    content: ' ';
}

/* PARTNERS */
.partners {
    background: #000;
    padding: 5rem 0;
    border-top: 1px solid #c6a366;
    border-bottom: 1px solid #c6a366;
}
.partners img.partner-logo {
    max-width: 60%;
    max-height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
}

/* FOOTER */
footer {
    background: #000;
    padding: 5rem 0;
}
footer .logo {
    display: inline-block;
}
footer .logo img {
    height: 1.75rem;
}
footer .links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .links li {
    display: block;
}
footer .links li a,
footer a.link,
footer .address {
    display: block;
    font-size: 1.35rem;
    color: #fff;
    text-decoration: none;
    transition: 0.15s ease all;
    line-height: 1.25;
}
footer .links li a:hover,
footer a.link:hover {
    color: #c6a366;
}
footer a.link {
    position: relative;
    display: inline-block;
}
footer a.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #887046;
    content: ' ';
}
footer .address {
    line-height: 1.25;
    margin: 1rem 0 0 0;
}
footer .basic-link,
footer .copyright {
    font-size: 1.35rem;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
}
footer .basic-link {
    max-width: 60%;
    line-height: 1.25;
    display: block;
}
footer .copyright {
    margin: 1.5rem 0 0 0;
    line-height: 1.25;
}

/* PRODUCT DETAILS */
.product-details {
    padding: 10rem 0 10rem 5rem;
    background: #000;
}
.product-details .row {
    margin-left: -3rem;
    margin-right: -3rem;
}
.product-details .row.mt-10 {
    margin-top: 10rem;
}
.product-details .row div[class^='col'] {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}
.product-details .title {
    top: 10rem;
}
.product-details hr {
    margin: 5rem 0;
    border-color: #fff;
}
.product-details h1.bottom-line {
    padding-bottom: 2rem;
    position: relative;
}
.product-details h1.bottom-line:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 0.25rem;
    background: #000;
    content: ' ';
}
.product-details h1.dark {
    color: #000;
}
.product-details h2 {
    color: #fff;
}
.product-details h2.mt-5 {
    margin-top: 5rem !important;
}
.product-details h5 {
    color: #c6a366;
}
.product-details p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #fff;
}
.product-details .product-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 1rem;
}
.product-details .product-slider .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
}
.product-details .product-slider .owl-dots .owl-dot span {
    background: transparent;
    border: 0.1rem solid #e2e2e1;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    transition: 0.15s ease all;
}
.product-details .product-slider .owl-dots .owl-dot.active span,
.product-details .product-slider .owl-dots .owl-dot:hover span {
    background: #e2e2e1;
    border-color: #e2e2e1;
}
.product-details ul {
    list-style: none;
    margin: 0 0 5rem 0;
    padding: 0;
    display: block;
}
.product-details ul li {
    display: block;
    position: relative;
    padding-top: 0.7rem;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.25;
}
.product-details ul li + li {
    margin-top: 2rem;
}
.product-details ul li:before {
    position: absolute;
    top: 25px;
    left: -12px;
    width: 0.35rem;
    height: 0.35rem;
    background: #c6a366;
    border-radius: 50%;
    content: ' ';
}
.product-details ul li strong {
    display: block;
    font-weight: 400;
}
.product-details ul li span {
    display: block;
    font-weight: 300;
}
.product-details .btn {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
}
.product-details.light {
    background: #e2e2e2;
    padding-top: 5rem;
}
.product-details.light .title {
    top: 5rem;
    color: #000;
}
.product-details.light h1 {
    color: #000;
}
.product-details.light h2 {
    color: #000;
}
.product-details.light hr {
    border-color: #000;
}
.product-details.light ul li {
    color: #000;
}
.product-details.gold {
    background: #c6a366;
}
.product-details.gold .title:after {
    background: #000;
}
.product-details.gold hr {
    border-color: #000;
}
.product-details.gold .btn {
    padding-left: 4rem;
    padding-right: 4rem;
    display: inline-block;
    width: auto;
}
.product-details.gold .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.product-details.gold h5 {
    color: #000;
}
.product-details.grey {
    background: #e2e2e2;
}
.product-details.grey .title:after {
    background: #000;
}
.product-details.grey hr {
    border-color: #000;
}
.product-details.grey .btn {
    padding-left: 4rem;
    padding-right: 4rem;
    display: inline-block;
    width: auto;
}
.product-details.grey h2 {
    color: #000;
}
.product-details.grey h5 {
    color: #c6a366;
}
.product-details img.img-fluid {
    /*width: 100%;*/
    width: 80%;
}
.product-details.light.about h5 {
    color: #c6a366;
    margin-bottom: 5rem;
}
.product-details.about .team-member {
    margin-top: 5rem;
    position: relative;
}
.product-details.about .team-member img {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.product-details.about .team-member .team-info {
    display: inline-block;
    vertical-align: top;
    width: calc(55% - 5px);
    padding-left: 2rem;
}
.product-details.about .team-member .team-info h3 {
    font-size: 3.25rem;
    line-height: 1;
    color: #000;
    margin: 0;
}
.product-details.about .team-member .team-info span {
    font-size: 1.75rem;
    color: #c6a366;
    display: block;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
}
.product-details.about .team-member .team-info span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 0.15rem;
    background: #fff;
    content: ' ';
}
.product-details.about .team-member.large img {
    width: 70%;
    margin: auto;
    display: block;
}
.product-details.about .team-member.large .team-info {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 4rem;
    text-align: center;
}
.product-details.about .team-member.large .team-info h3 {
    max-width: 50%;
    margin: auto;
}
.product-details.about .team-member.large .team-info span {
    font-size: 2.5rem;
}
.product-details.about .team-member.large .team-info span:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.product-details.about .team-member.large .team-contact {
    text-align: center;
    padding-top: 2rem;
    max-width: 70%;
    margin: auto;
}
.product-details.about .team-member.large .team-contact .btn {
    width: 100%;
}

/* VIDEO PLAYER */
.player {
    padding: 0;
    position: relative;
    cursor: pointer;
}
.player .video-thumb {
    width: 100%;
    user-select: none;
    pointer-events: none;
}
.player .container-fluid {
    position: absolute;
    height: 100%;
    padding-top: 2.5rem;
    top: 0;
    left: 5rem;
    right: 5rem;
    width: auto;
    z-index: 1;
}
.player .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: #fff;
}
.player .play-icon span {
    border-left: 1.25rem solid #c6a366;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0.25rem;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
}
.player h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}
.player .video-wrapper {
    position: absolute;
    max-width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease all;
    z-index: 2;
}
.player.active .video-wrapper {
    opacity: 1;
    visibility: visible;
}

    /* SECTION NAVIGATION */
.section-navigation {
    background: #000;
    padding: 5rem;
}
.section-navigation .border-right {
    border-color: #c6a366 !important;
}
.section-navigation .navigation-link {
    position: relative;
    display: block;
    padding: 0 5rem 0 5rem;
    text-decoration: none;
}
.section-navigation .navigation-link img.arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3.5rem;
    transition: 0.15s ease all;
}
.section-navigation .navigation-link:hover img.arrow {
    transform: translateX(-1rem);
}
.section-navigation .navigation-link img.arrow.arrow-right {
    left: auto;
    right: 0;
    transform-origin: center;
    transform: rotate(180deg);
}
.section-navigation .navigation-link:hover img.arrow.arrow-right {
    transform: translateX(1rem) rotate(180deg);
}
.section-navigation .navigation-link h2 {
    color: #fff;
    font-size: 3rem;
    margin: 0 0 1rem 0;
    transition: 0.15s ease all;
}
.section-navigation .navigation-link:hover h2 {
    color: #c6a366;
}
.section-navigation .navigation-link span {
    display: block;
    color: #c6a366;
    font-size: 1.75rem;
}

/* NEWS */
.news-item {
    margin-top: 7.5rem;
}
.news-item .news-details {
    border-top: 0.1rem solid #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #e2e2e2;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.35rem;
    position: relative;
}
.news-item .news-details span {
    display: block;
}
.news-item .news-details strong {
    font-weight: normal;
    display: block;
    margin-top: 0.5rem;
}
.news-item .news-details .btn {
    position: absolute;
    top: 1.75rem;
    right: 0;
    padding: 1rem;
    max-width: 8rem;
}
.news-item .news-thumb {
    display: block;
    width: 100%;
}
.news-item .news-title {
    max-width: 75%;
    display: block;
    text-decoration: none;

}
.news-item .news-title h2 {
    margin-bottom: 3rem;
    margin-top: 0;
    text-transform: uppercase;
}
.news-item .news-description {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
    font-family: 'Newsreader', serif;
}
.news-item.row {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
}
.news-item.row div[class^='col'] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.news-item a {
    color: #fff;
}
.news-item a:hover {
    color: #d7dce0;
}
.news-item .news-content h4{
    color: #000;
    font-size: 1rem;
}
.news-item .news-content p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.15;
    font-family: 'Newsreader', serif;
}

.news-item .news-content h6 {
    font-size: 2.75rem;
    color: #fff;
    margin: 3rem 0 0 0;
    font-style: italic;
    font-weight: 300;
    max-width: 80%;
    line-height: 1.15;
}

/* SMARTPHONES */
@media (max-width: 767px) {
    html, body {
        font-size: calc(0.75 * (2vh + 0.5vw));
        overflow-x: hidden;
    }
    .container-fluid {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .navbar-dark {
        padding: 2.5rem 2.5rem 2.5rem 1.5rem;
    }
    .navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-menu {
        top: 0;
    }
    .main:after {
        left: 4.5rem;
    }
    .main h1 {
        transform: translateX(0) translateY(100%) rotate(-90deg);
    }
    section .title {
        left: 1rem;
        top: 1rem;
    }
    section .title:after {
        width: 100px;
        bottom: -0.25rem;
    }
    section h1 {
        font-size: 3rem;
    }
    section h2 {
        font-size: 2rem;
    }
    section h5 {
        font-size: 1.5rem;
    }
    .review .title {
        display: none;
    }
    .three-concepts {
        padding: 5rem 0;
    }
    .three-concepts:before {
        height: 100%;
    }
    .three-concepts .concept-item {
        margin-top: 3rem;
    }
    .three-concepts .concept-item .concept-number {
        padding-top: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .three-concepts .concept-item .concept-number span {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.75rem;
        font-size: 1.5rem;
    }
    .three-concepts .concept-item .concept-number:before {
        display: none;
    }
    .three-concepts .concept-item h5.concept-title {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding-left: 1rem;
    }
    .three-concepts .concept-item .concept-image {
        margin: 1rem auto;
        border-radius: 0.5rem;
        max-width: 70%;
        padding-top: 70%;
    }
    .three-concepts .concept-item .concept-description {
        margin: 1rem 0;
    }
    .three-concepts .concept-item .concept-action span {
        background: #e2e2e2;
    }
    .objectives .objective-item {
        margin-top: 4rem;
    }
    .objectives .col-md-3:first-child .objective-item {
        margin-top: 0;
    }
    .partners {
        padding: 2.5rem 0;
    }
    .partners img.partner-logo {
        margin: 1.5rem auto;
    }
    footer .logo {
        margin-bottom: 2.5rem;
    }
    footer .links li a, footer a.link, footer .address {
        margin-bottom: 1rem;
    }
    footer .address {
        margin-top: 0;
    }
    .product-details {
        padding-left: 2.5rem;
        padding-bottom: 5rem;
    }
    .product-details .product-slider,
    .product-details .main-image {
        margin-bottom: 2.5rem;
    }
    .product-details hr {
        margin: 2.5rem 0 !important;
    }
    .product-details.grey .title {
        color: #000;
    }
    .product-details.grey h1 {
        color: #000;
    }
    .product-details.grey h2 {
        color: #000;
    }
    .product-details.grey h5 {
        margin-bottom: 2.5rem;
    }
    .product-details ul {
        margin: 2.5rem 0;
    }
    .player .container-fluid {
        left: 0;
        right: 0;
    }
    .section-navigation {
        padding: 2.5rem 0;
    }
    .section-navigation .navigation-link {
        padding: 0 0 0 2rem;
    }
    .section-navigation .navigation-link.text-left {
        padding: 0 2rem 0 0;
    }
    .section-navigation .navigation-link h2 {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .section-navigation .navigation-link span {
        font-size: 1rem;
    }
    .section-navigation .navigation-link img.arrow {
        width: 2rem;
    }
    .product-details .row.mt-10 {
        margin-top: 2.5rem;
    }
    .product-details.light.about h5 {
        margin-bottom: 0;
        color: #000;
    }
    .product-details.about .team-member img {
        width: 30%;
    }
    .product-details.about .team-member .team-info {
        width: calc(70% - 5px);
    }
    .news-item {
        margin-top: 5rem;
    }
    .news-item .news-thumb {
        margin-bottom: 2.5rem;
    }
    .news-item .news-title {
        max-width: 100%;
    }
    .news-item .news-title h2 {
        margin-bottom: 1.5rem;
    }
    .news-item .news-details {
        padding-top: 2rem;
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
    .product-details.about .team-member.large img {
        width: 100%;
    }
    .product-details.about .team-member.large .team-info h3 {
        max-width: 100%;
    }
    .product-details.about .team-member.large .team-contact {
        max-width: 100%;
    }
    .player .video-wrapper {
        max-width: 100%;
    }
}



.vimeo-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-bg-video iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .main .vimeo-bg-video iframe {
        min-width: 600%;
    }

}

.product-details .embed-responsive {
    background: #000;
}