.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none}
.owl-carousel.owl-loaded {
    display: block}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block}
.owl-carousel.owl-hidden {
    opacity: 0}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab}
.owl-carousel.owl-rtl {
    direction: rtl}
.owl-carousel.owl-rtl .owl-item {
    float: right}
.no-js .owl-carousel {
    display: block}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both}
.owl-carousel .owl-animated-in {
    z-index: 0}
.owl-carousel .owl-animated-out {
    z-index: 1}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1}
100% {
    opacity: 0}
}
@keyframes fadeOut {
    0% {
    opacity: 1}
100% {
    opacity: 0}
}
.owl-height {
    transition: height 500ms ease-in-out}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/themes/custom/dalet/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent}
.owl-theme .owl-nav {
    margin-top: 10px}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.si-float-wrapper {
    position: absolute;
    width: 100%}
.si-float-wrapper,.si-float-wrapper * {
    box-sizing: border-box}
[class*='si-wrapper'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: default}
.si-wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    margin-left: 0px;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%)}
.si-wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)}
.si-wrapper-left {
    margin-top: -20px;
    margin-left: -11px;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%)}
.si-wrapper-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)}
[class*='si-shadow-wrapper'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.29804;
    z-index: 1}
.si-shadow-wrapper-top,.si-shadow-wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column}
.si-shadow-pointer-bottom,.si-shadow-pointer-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1}
.si-shadow-frame {
    box-shadow: 0 1px 3px 0 #000}
[class*='si-shadow-pointer'] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto}
[class*='si-shadow-inner-pointer'] {
    position: absolute;
    width: 141%;
    height: 141%;
    box-shadow: -0.70711px 0.70711px 3px 0 #000}
.si-shadow-inner-pointer-top {
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)}
.si-shadow-inner-pointer-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,50%) rotate(-45deg);
    transform: translate(-50%,50%) rotate(-45deg)}
.si-shadow-inner-pointer-left {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)}
.si-shadow-inner-pointer-right {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%) rotate(-45deg);
    transform: translate(50%,-50%) rotate(-45deg)}
.si-frame {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2}
.si-content-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
    background-color: #fff}
.si-has-border .si-content-wrapper {
    border: 1px solid #bbb}
.si-content {
    overflow: auto}
.si-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    color: inherit;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none}
.si-close-button:hover,.si-close-button:focus {
    opacity: 0.7}
[class*='si-pointer-border'] {
    position: absolute;
    border: 15px solid transparent;
    z-index: 3}
[class*='si-pointer-bg'] {
    position: relative;
    border: 15px solid transparent;
    z-index: 4}
.si-has-border [class*='si-pointer-bg'] {
    border-width: 15px}
.si-pointer-border-top,.si-pointer-border-bottom {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)}
.si-pointer-border-left,.si-pointer-border-right {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)}
.si-pointer-top {
    border-bottom: 0}
.si-pointer-border-top {
    bottom: 0;
    border-top-color: #bbb}
.si-pointer-bg-top {
    border-top-color: #fff}
.si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0px}
.si-pointer-bottom {
    border-top: 0}
.si-pointer-border-bottom {
    top: 0;
    border-bottom-color: #bbb}
.si-pointer-bg-bottom {
    border-bottom-color: #fff}
.si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0px}
.si-pointer-left {
    border-right: 0}
.si-pointer-border-left {
    right: 0;
    border-left-color: #bbb}
.si-pointer-bg-left {
    border-left-color: #fff}
.si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0px}
.si-pointer-right {
    border-left: 0}
.si-pointer-border-right {
    left: 0;
    border-right-color: #bbb}
.si-pointer-bg-right {
    border-right-color: #fff}
.si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0px}

button.trigger {
    display: none}
div#block-dalet-local-tasks {
    display: none}
div#block-dalet-page-title {
    display: none}
div#block-dalet-branding {
    display: none}
h2#block-dalet-main-menu-menu {
    display: none}
h2#block-menuextends-menu {
    display: none}
body.menuExtend-opened {
    overflow: hidden}
body.menuExtend-opened .hero--body,body.menuExtend-opened .hero .header-arrow,body.menuExtend-opened .hero .CTA__hero {
    opacity: 0;
    visibility: hidden}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box}
.block__container {
    margin: 0px 55px}
@media only screen and (max-width: 1024px) {
    .block__container {
    margin: 0px 0px}
}
.block__container--vh100 {
    height: 100vh}
@media only screen and (max-width: 1024px) {
    .block__container--vh100 {
    height: 100%}
}
.block__container--mb30 {
    margin-bottom: 30px}
.block__container--mb90 {
    margin-bottom: 90px}
.no-hero {
    margin-top: 74px}
@media screen and (max-width: 1024px) {
    .no-hero {
    margin-top: 80px}
}
.mb0 {
    margin-bottom: 0px !important}
.mb50 {
    margin-bottom: 50px !important}
.mt30 {
    margin-top: 30px !important}
@media only screen and (min-width: 1025px) {
    .vh70 {
    height: 70vh !important}
.vh80 {
    height: 80vh !important}
.vh90 {
    height: 90vh !important}
.vh100 {
    height: 100vh !important;
    min-height: 700px}
}
.btn__border {
    color: #f06a39;
    text-decoration: none;
    padding: 8px 12px;
    border: 2px solid #f06a39;
    border-radius: 2px;
    font-weight: 300;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase}
.btn__border:hover {
    border: 2px solid #d15b30;
    color: #d15b30}
.btn__border__bottom {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: #f06a39;
    border-bottom: 1px solid #f06a39}
.btn__border__bottom__white {
    color: white;
    border-bottom: 1px solid white}
@media only screen and (min-width: 1025px) {
    .full-height-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 100px);
    margin: 0;
    padding: 30px 0 30px}
}
@media only screen and (min-width: 1025px) {
    .full-height-section .titleBlock__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start}
}
@media only screen and (min-width: 1025px) {
    .full-height-section .titleBlock__title {
    margin-bottom: 30px}
}
@media only screen and (min-width: 1025px) {
    .full-height-section .titleBlock__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1}
}
@media only screen and (min-width: 1025px) {
    .full-height-section.carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100vh}
}
@media only screen and (min-width: 1025px) {
    .full-height-section.carousel-container .titleBlock__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1}
}
@media only screen and (min-width: 1025px) {
    .full-height-section.carousel-container .titleBlock__content .owl-carousel,.full-height-section.carousel-container .titleBlock__content .owl-carousel .owl-stage-outer,.full-height-section.carousel-container .titleBlock__content .owl-carousel .owl-stage,.full-height-section.carousel-container .titleBlock__content .owl-carousel .owl-item,.full-height-section.carousel-container .titleBlock__content .owl-carousel .item {
    height: auto}
}
@media only screen and (min-width: 1025px) {
    .full-height-section.carousel-container .titleBlock__content .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    height: 100%}
}
.full-height-section.carousel-container .titleBlock__content .owl-carousel.customCarousel .customCarousel__item__image {
    bottom: 0;
    height: auto}
.full-height-section.carousel-container .titleBlock__content .owl-carousel.customCarousel .customCarousel__item__image img {
    height: 100%}
.“layout-content” {
    overflow-x: hidden}
@media only screen and (max-height: 850px) {
    #rc-imageselect,.g-recaptcha {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0}
}
img[data-align=center] {
    display: block;
    margin: 0 auto}
img[data-align=right] {
    display: block;
    margin: 0 0 0 auto}
.owl-nav-force-display {
    display: block !important}
.sitemap h2 {
    display: none}
.form-display-none {
    display: none !important}
.item-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important}

.videoCarousel {
    width: 100%}
.videoCarousel__main {
    margin-bottom: 20px;
    max-height: 610px;
    opacity: 0}
@media only screen and (max-width: 768px) {
    .videoCarousel__main {
    display: none}
}
.videoCarousel__main__video {
    position: relative;
    width: 100%;
    height: 610px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 1200px) {
    .videoCarousel__main__video {
    padding-bottom: 56.25%;
    display: block;
    height: 0}
}
.videoCarousel__main__video--videoPage {
    position: relative;
    width: 100%;
    height: 610px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 1920px) {
    .videoCarousel__main__video--videoPage {
    padding-bottom: 56.25%;
    display: block;
    height: 0}
}
.videoCarousel__main__video iframe {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 610px}
@media only screen and (max-width: 1200px) {
    .videoCarousel__main__video iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    min-height: 100%}
}
.videoCarousel__main__video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 610px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 25;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible}
.videoCarousel__main__video__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 610px;
    background: rgba(0,0,0,0.7);
    z-index: 35;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    display: block;
    left: 0;
    top: 0}
.videoCarousel__main__video__overlay__title {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 20px;
    padding-right: 40px;
    opacity: 0.95}
.videoCarousel__main__video__overlay__content {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    top: 80px;
    left: 40px;
    padding-right: 40px;
    color: #fff;
    opacity: 0.75}
.videoCarousel__main__video__overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 45;
    height: 90px !important;
    width: 90px !important;
    opacity: 0.6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer}
.videoCarousel__main__video__overlay img:hover {
    opacity: 0.9}
.videoCarousel__main__video .hideVideo {
    opacity: 0;
    visibility: hidden;
    z-index: -20}
.videoCarousel__thumbs__item__title {
    display: none}
.videoCarousel__thumbs__item__content {
    display: none}
.videoCarousel__thumbs__item__thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    cursor: pointer}
@media only screen and (max-width: 768px) {
    .videoCarousel__thumbs__item__thumbnail {
    display: none}
}
.videoCarousel__thumbs__item__thumbnail__title {
    position: absolute;
    color: white;
    top: 25px;
    left: 25px;
    z-index: 40;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    padding-right: 25px}
.videoCarousel__thumbs__item__thumbnail__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 35;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible}
.videoCarousel__thumbs__item__thumbnail__overlay::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    border: 5px solid #f06a39;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s}
.videoCarousel__thumbs__item__thumbnail__overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 40;
    height: 70px !important;
    width: 70px !important;
    opacity: 0.35;
    -webkit-transition: 0.2s;
    transition: 0.2s}
.videoCarousel__thumbs__item__thumbnail__overlay img:hover {
    opacity: 0.75}
.videoCarousel__thumbs__item__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover}
.videoCarousel__thumbs__item .hideMobileVideo {
    opacity: 0;
    visibility: hidden;
    z-index: -20}
.videoCarousel__thumbs__item__mobile {
    position: relative;
    display: block}
@media only screen and (min-width: 769px) {
    .videoCarousel__thumbs__item__mobile {
    display: none}
}
.videoCarousel__thumbs__item__mobile__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 35;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    display: block}
@media screen and (max-width: 768px) {
    .videoCarousel__thumbs__item__mobile__overlay {
    display: none}
}
.videoCarousel__thumbs__item__mobile__overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 45;
    height: 90px !important;
    width: 90px !important;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer}
.videoCarousel__thumbs__item__mobile__overlay img:hover {
    opacity: 0.9}
.videoCarousel__thumbs__item__mobile__video {
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 1200px) {
    .videoCarousel__thumbs__item__mobile__video {
    padding-bottom: 56.25%;
    display: block;
    height: 0}
}
.videoCarousel__thumbs__item__mobile__video iframe {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 585px}
@media only screen and (max-width: 1200px) {
    .videoCarousel__thumbs__item__mobile__video iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    min-height: 100%}
}
.videoCarousel__thumbs__item__mobile__video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 25;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    display: block}
@media screen and (max-width: 768px) {
    .videoCarousel__thumbs__item__mobile__video img {
    display: none !important}
}
.videoCarousel__thumbs__item__mobile__info {
    display: block;
    text-align: left}
@media only screen and (min-width: 769px) {
    .videoCarousel__thumbs__item__mobile__info {
    display: none;
    opacity: 0}
}
.videoCarousel__thumbs__item__mobile__info__title {
    padding: 0px 20px;
    color: #000;
    font-size: 15px;
    opacity: 0.95;
    margin-top: 15px}
@media only screen and (max-width: 1024px) {
    .videoCarousel__thumbs__item__mobile__info__title {
    margin-top: 50px}
}
.videoCarousel__thumbs__item__mobile__info__content {
    padding: 0px 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    opacity: 0.75;
    margin-top: 10px}
.videoCarousel__thumbs--hide {
    opacity: 0;
    visibility: hidden;
    height: 0}
.videoCarousel__thumbs>.owl-nav {
    position: absolute;
    width: 100%;
    top: 90px}
@media only screen and (max-width: 769px) {
    .videoCarousel__thumbs>.owl-nav {
    top: 60vw}
}
.videoCarousel__thumbs>.owl-nav .owl-prev {
    position: absolute;
    left: -37px;
    opacity: 0.75}
.videoCarousel__thumbs>.owl-nav .owl-prev img {
    opacity: 0.95;
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain}
@media only screen and (max-width: 1024px) {
    .videoCarousel__thumbs>.owl-nav .owl-prev {
    left: 15px}
.videoCarousel__thumbs>.owl-nav .owl-prev i {
    color: #fff;
    opacity: 0.95}
.videoCarousel__thumbs>.owl-nav .owl-prev img {
    opacity: 0.95;
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain}
}
@media only screen and (max-width: 768px) {
    .videoCarousel__thumbs>.owl-nav .owl-prev {
    left: 37.5%}
}
@media only screen and (max-width: 500px) {
    .videoCarousel__thumbs>.owl-nav .owl-prev {
    left: 32.5%}
}
.videoCarousel__thumbs>.owl-nav .owl-next {
    position: absolute;
    right: -37px;
    opacity: 0.75}
.videoCarousel__thumbs>.owl-nav .owl-next img {
    opacity: 0.95;
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain}
@media only screen and (max-width: 1024px) {
    .videoCarousel__thumbs>.owl-nav .owl-next {
    right: 15px}
.videoCarousel__thumbs>.owl-nav .owl-next i {
    color: #fff;
    opacity: 0.95}
.videoCarousel__thumbs>.owl-nav .owl-next img {
    opacity: 0.95;
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain}
}
@media only screen and (max-width: 768px) {
    .videoCarousel__thumbs>.owl-nav .owl-next {
    right: 37.5%}
}
@media only screen and (max-width: 500px) {
    .videoCarousel__thumbs>.owl-nav .owl-next {
    right: 32.5%}
}
.vimeoVideoInfo,.vimeoImageInfo,.vimeoVideoInfoMobile,.vimeoImageInfoMobile {
    display: none}

@media screen and (max-width: 768px) {
    .owl-carousel-header .owl-nav {
    display: none !important}
}
.owl-carousel-header .owl-nav.disabled+.owl-dots {
    margin-top: 10px}
.owl-carousel-header .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-tap-highlight-color: transparent}
@media screen and (max-width: 1024px) {
    .owl-carousel-header .owl-dots {
    bottom: 75px}
}
.owl-carousel-header .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline}
.owl-carousel-header .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px}
.owl-carousel-header .owl-dots .owl-dot.active span,.owl-carousel-header .owl-dots .owl-dot:hover span {
    background: #f06a39}
.owl-carousel-header .disabled.owl-nav-force-display {
    display: none !important}
.customCarousel {
    display: block}
.customCarousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 25px}
@media only screen and (min-width: 1025px) {
    .customCarousel__item {
    height: 400px}
}
.customCarousel__item__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -15}
@media only screen and (min-width: 1025px) {
    .customCarousel__item__image {
    height: 400px}
}
.customCarousel__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -15;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%)}
.customCarousel__item__content {
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative}
.customCarousel__item__content__share {
    display: block;
    width: 25px;
    height: 25px}
@media only screen and (min-width: 769px) {
    .customCarousel__item__content__share {
    position: absolute;
    top: 0;
    right: 0px}
}
@media only screen and (min-width: 1025px) {
    .customCarousel__item__content__share {
    right: -50px}
}
.customCarousel__item__content__share img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s all;
    transition: .3s all}
.customCarousel__item__content__share a {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s}
.customCarousel__item__content__share:hover>img,.customCarousel__item__content__share:hover>img:hover {
    opacity: 0.5}
.customCarousel__item__content__share:hover .customCarousel__item__content__share__hover a {
    opacity: 1;
    visibility: visible}
.customCarousel__item__content__share__hover {
    position: absolute;
    width: 25px}
.customCarousel__item__content__share__hover a:nth-child(1) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s}
.customCarousel__item__content__share__hover a:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s}
.customCarousel__item__content__share__hover a:nth-child(3) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s}
.customCarousel__item__content__share__hover a:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s}
.customCarousel__item__content__share__hover img {
    height: 100%;
    width: 100%;
    padding-top: 10px}
.customCarousel__item__content__share__hover img:hover {
    opacity: 0.5}
.customCarousel__item__content__share .icons-card-carousel {
    display: block}
.customCarousel__item__content__title {
    font-size: 1.5em;
    margin-bottom: 3px;
    height: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis}
.customCarousel__item__content__title--mb {
    margin-bottom: 10px;
    text-transform: uppercase}
.customCarousel__item__content__date {
    font-size: 1em;
    margin-bottom: 15px;
    height: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.7}
.customCarousel__item__content__date--academy {
    margin-top: 15px}
.customCarousel__item__content__text {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 25px;
    overflow: hidden;
    opacity: 0.75}
.customCarousel__item__content__startDate,.customCarousel__item__content__location,.customCarousel__item__content__stand,.customCarousel__item__content__website {
    font-size: 1em;
    margin-bottom: 5px;
    height: 15px;
    width: 100%}
.customCarousel__item__content__startDate span,.customCarousel__item__content__location span,.customCarousel__item__content__stand span,.customCarousel__item__content__website span {
    font-weight: 700;
    opacity: 0.75;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -10px}
.customCarousel__item__content__stand,.customCarousel__item__content__website {
    display: none}
.customCarousel__item__content .btn__border {
    font-size: 0.8em}
@media only screen and (max-width: 1100px) {
    .customCarousel__item__content .btn__border {
    font-size: 0.8em;
    padding: 6px 8px}
}
.customCarousel__item__content .btn__border--mt {
    margin-top: 15px}
.customCarousel__item__content--vCenter {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important}
.customCarousel .center .customCarousel__item__content__startDate,.customCarousel .center .customCarousel__item__content__location,.customCarousel .center .customCarousel__item__content__stand,.customCarousel .center .customCarousel__item__content__website {
    overflow: visible}
.owl-carousel.customCarousel {
    position: relative;
    width: 99.8%}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel {
    width: 100%}
}
.owl-carousel.customCarousel .owl-stage-outer {
    padding: 70px 0px}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer {
    padding: 0px}
}
@media only screen and (min-width: 1025px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item {
    width: 100%;
    padding: 0px;
    background-size: cover}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content {
    padding-right: 45%;
    padding-left: 25px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner {
    width: 100%;
    position: relative}
@media only screen and (max-width: 768px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__title,.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__share {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
    position: relative}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__share__hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -3px;
    left: 35px}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__share__hover a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__share__hover a img {
    padding-top: 0;
    padding-right: 10px}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__text,.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content .content-inner .customCarousel__item__content__link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__share {
    display: none}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__title {
    font-size: 16px;
    overflow: hidden}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__title {
    font-size: 20px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__date {
    font-size: 13px;
    overflow: hidden}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__date {
    font-size: 15px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__text {
    font-size: 13px;
    overflow: hidden}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__text {
    font-size: 15px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__startDate,.owl-carousel.customCarousel .owl-stage-outer .owl-item.active .customCarousel__item__content__location {
    font-size: 0.85em}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center {
    z-index: 100;
    width: 100%;
    position: relative;
    -webkit-transform: scale(1.35,1.35);
    transform: scale(1.35,1.35);
    -webkit-transition: 0.3s;
    transition: 0.3s}
@media only screen and (max-width: 1500px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center {
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)}
}
@media only screen and (max-width: 1350px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center {
    -webkit-transform: scale(1.35,1.35);
    transform: scale(1.35,1.35)}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    margin: 0;
    padding: 50px 25px;
    width: 132.5%}
@media only screen and (min-width: 1025px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 450px}
}
@media only screen and (max-width: 1500px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    width: 140%}
}
@media only screen and (max-width: 1350px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    width: 130%}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    margin: 0;
    width: 100%;
    padding: 50px 50px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content {
    padding-right: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto}
@media only screen and (min-width: 1025px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content--socialIcon {
    padding-right: 70px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__share {
    display: block;
    cursor: pointer}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__title {
    font-size: 16px;
    white-space: normal;
    height: auto;
    text-align: left;
    margin-bottom: 15px}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__title {
    padding-right: 50px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__date {
    font-size: 13px;
    overflow: hidden;
    text-align: left}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__date {
    padding-right: 50px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__date--academy {
    margin-top: 0px}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__stand,.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__website {
    display: block}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__startDate,.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__location {
    font-size: 1em}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__text {
    font-size: 1em;
    line-height: 1.5em;
    overflow: hidden}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__text {
    font-size: 1em}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content__text {
    padding-right: 50px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content .btn__border {
    display: inline-block}
@media only screen and (max-width: 1100px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__content .btn__border {
    font-size: 1em;
    padding: 8px 12px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__image {
    margin: -30px -120px -50px -120px}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__image {
    margin: 0;
    width: 100%}
}
@media only screen and (min-width: 1025px) {
    .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item__image img {
    height: 450px}
}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center ~ .owl-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center ~ .owl-item.active .customCarousel__item {
    width: 100%;
    padding: 0px}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center ~ .owl-item.active .customCarousel__item__content {
    padding-right: 25px;
    padding-left: 45%}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__startDate,.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__location {
    font-size: 0.85em}
.owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__text {
    max-height: 160px;
    overflow: hidden}
.owl-carousel.customCarousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -12px;
    width: 100%}
.owl-carousel.customCarousel .owl-nav .owl-prev {
    position: absolute;
    left: -40px}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-nav .owl-prev {
    left: 12px}
}
.owl-carousel.customCarousel .owl-nav .owl-prev img {
    width: 20px}
.owl-carousel.customCarousel .owl-nav .owl-next {
    position: absolute;
    right: -40px}
@media only screen and (max-width: 1024px) {
    .owl-carousel.customCarousel .owl-nav .owl-next {
    right: 12px}
}
.owl-carousel.customCarousel .owl-nav .owl-next img {
    width: 20px}
.customCarousel--customerStory {
    display: block}
.customCarousel--customerStory .customCarousel__item--thin {
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 50px;
    position: relative;
    background-size: cover}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .customCarousel__item--thin {
    height: 375px}
}
.customCarousel--customerStory .customCarousel__item--thin .customCarousel__item__image--thin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 375px;
    z-index: -15}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .customCarousel__item--thin .customCarousel__item__image--thin {
    height: 375px}
}
.customCarousel--customerStory .customCarousel__item--thin .customCarousel__item__image--thin img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -15}
.customCarousel--customerStory .customCarousel__item__content--thin {
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative}
.customCarousel--customerStory .customCarousel__item__content--thin .customCarousel__item__content__title--thin {
    font-size: 1.5em;
    margin-bottom: 15px;
    height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis}
.customCarousel--customerStory .customCarousel__item__content--thin .customCarousel__item__content__title--thin a {
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff}
.customCarousel--customerStory .customCarousel__item__content--thin .customCarousel__item__content__text--thin {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    height: auto;
    max-height: 110px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    opacity: 0.75}
.customCarousel--customerStory .customCarousel__item__content--thin .customCarousel__item__content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%}
.customCarousel--customerStory .customCarousel__item__content--thin .customCarousel__item__content__bottom__logo {
    height: 30px;
    width: 30px}
.customCarousel--customerStory .customCarousel__item__content--thin .customCarousel__item__content__bottom__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain}
.customCarousel--customerStory .owl-stage-outer {
    height: 375px}
.customCarousel--customerStory .owl-stage {
    height: 375px}
.customCarousel--customerStory .owl-item {
    border: 1px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent}
.customCarousel--customerStory .owl-item.active {
    height: 375px !important;
    width: 54vw !important;
    border: 1px solid transparent;
    border-right: 5px solid transparent}
@media only screen and (max-width: 1850px) {
    .customCarousel--customerStory .owl-item.active {
    width: 53.75vw !important}
}
@media only screen and (max-width: 1750px) {
    .customCarousel--customerStory .owl-item.active {
    width: 53.4vw !important}
}
@media only screen and (max-width: 1650px) {
    .customCarousel--customerStory .owl-item.active {
    width: 53.05vw !important}
}
@media only screen and (max-width: 1400px) {
    .customCarousel--customerStory .owl-item.active {
    width: 52.75vw !important}
}
@media only screen and (max-width: 1350px) {
    .customCarousel--customerStory .owl-item.active {
    width: 53.25vw !important}
}
@media only screen and (max-width: 1200px) {
    .customCarousel--customerStory .owl-item.active {
    width: 51.85vw !important}
}
@media only screen and (max-width: 1150px) {
    .customCarousel--customerStory .owl-item.active {
    width: 51.3vw !important}
}
@media only screen and (max-width: 1085px) {
    .customCarousel--customerStory .owl-item.active {
    width: 50.75vw !important}
}
.customCarousel--customerStory .owl-item.active .customCarousel__item--thin {
    padding-right: 35%}
.customCarousel--customerStory .owl-item.active .btn__border {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
.customCarousel--customerStory .owl-item.active.center {
    border: 1px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 20vw !important}
@media only screen and (max-width: 1600px) {
    .customCarousel--customerStory .owl-item.active.center {
    width: 19.85vw !important}
}
@media only screen and (max-width: 1525px) {
    .customCarousel--customerStory .owl-item.active.center {
    width: 19.675vw !important}
}
@media only screen and (max-width: 1465px) {
    .customCarousel--customerStory .owl-item.active.center {
    width: 19.5vw !important}
}
@media only screen and (max-width: 1265px) {
    .customCarousel--customerStory .owl-item.active.center {
    width: 19.25vw !important}
}
@media only screen and (min-width: 1025px) {
    .customCarousel--customerStory .owl-item.active.center {
    height: 400px !important}
}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-item.active.center {
    width: 100vw !important;
    border: none}
}
.customCarousel--customerStory .owl-item.active.center .customCarousel__item--thin {
    padding: 0px}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-item.active.center .customCarousel__item--thin {
    padding: 50px}
}
.customCarousel--customerStory .owl-item.active.center .customCarousel__item__content__title--thin {
    margin-bottom: 20px}
.customCarousel--customerStory .owl-item.active.center .customCarousel__item__content__text--thin {
    display: none}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-item.active.center .customCarousel__item__content__text--thin {
    display: block}
}
.customCarousel--customerStory .owl-item.active.center .customCarousel__item__content__bottom__logo {
    display: none}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-item.active.center .customCarousel__item__content__bottom__logo {
    display: block}
}
.customCarousel--customerStory .owl-item.active.center ~ .owl-item.active {
    border: 1px solid transparent;
    border-left: 5px solid transparent;
    width: 20vw !important}
@media only screen and (max-width: 1600px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active {
    width: 19.85vw !important}
}
@media only screen and (max-width: 1525px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active {
    width: 19.675vw !important}
}
@media only screen and (max-width: 1465px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active {
    width: 19.5vw !important}
}
@media only screen and (max-width: 1265px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active {
    width: 19.25vw !important}
}
@media only screen and (min-width: 1025px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active {
    height: 450px !important}
}
.customCarousel--customerStory .owl-item.active.center ~ .owl-item.active .customCarousel__item--thin {
    padding: 0px}
.customCarousel--customerStory .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__text--thin {
    display: none}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__text--thin {
    display: block}
}
.customCarousel--customerStory .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__bottom__logo {
    display: none}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-item.active.center ~ .owl-item.active .customCarousel__item__content__bottom__logo {
    display: block}
}
.customCarousel--customerStory .owl-nav {
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 0px;
    width: 100%}
.customCarousel--customerStory .owl-nav .owl-prev {
    position: absolute;
    left: -40px}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-nav .owl-prev {
    left: 12px}
}
.customCarousel--customerStory .owl-nav .owl-prev img {
    width: 20px}
.customCarousel--customerStory .owl-nav .owl-next {
    position: absolute;
    right: -40px}
@media only screen and (max-width: 1024px) {
    .customCarousel--customerStory .owl-nav .owl-next {
    right: 12px}
}
.customCarousel--customerStory .owl-nav .owl-next img {
    width: 20px}



.owl-carousel-team,.owl-carousel-teamOneItem {
    height: 100%;
    min-height: 600px}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team,.owl-carousel-teamOneItem {
    height: auto}
}
.owl-carousel-team .block__author,.owl-carousel-teamOneItem .block__author {
    margin-top: 35px;
    height: 100%;
    min-height: 550px}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team .block__author,.owl-carousel-teamOneItem .block__author {
    margin-top: 0px;
    min-height: 0;
    height: auto}
}
.owl-carousel-team .block__author__image,.owl-carousel-teamOneItem .block__author__image {
    width: 70%}
@media only screen and (max-width: 1500px) {
    .owl-carousel-team .block__author__image,.owl-carousel-teamOneItem .block__author__image {
    width: 67.5%}
}
@media only screen and (max-width: 1250px) {
    .owl-carousel-team .block__author__image,.owl-carousel-teamOneItem .block__author__image {
    width: 65%}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team .block__author__image,.owl-carousel-teamOneItem .block__author__image {
    width: 100%;
    height: 350px}
}
.owl-carousel-team .block__author__title,.owl-carousel-teamOneItem .block__author__title {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 410px;
    width: 370px;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 10px solid #f06a39;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-weight: 700;
    position: absolute;
    right: 24vw;
    padding: 0;
    margin: 0}
@media only screen and (max-width: 1500px) {
    .owl-carousel-team .block__author__title,.owl-carousel-teamOneItem .block__author__title {
    right: 25.5vw}
}
@media only screen and (max-width: 1250px) {
    .owl-carousel-team .block__author__title,.owl-carousel-teamOneItem .block__author__title {
    right: 27vw}
}
@media screen and (max-width: 1024px) {
    .owl-carousel-team .block__author__title,.owl-carousel-teamOneItem .block__author__title {
    color: black;
    right: auto}
}
.owl-carousel-team .owl-nav,.owl-carousel-teamOneItem .owl-nav {
    position: absolute;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team .owl-nav,.owl-carousel-teamOneItem .owl-nav {
    top: 175px}
}
.owl-carousel-team .owl-nav img,.owl-carousel-teamOneItem .owl-nav img {
    width: 18px}
.owl-carousel-team .owl-next,.owl-carousel-teamOneItem .owl-next {
    position: absolute;
    right: -34px}
@media screen and (max-width: 1024px) {
    .owl-carousel-team .owl-next,.owl-carousel-teamOneItem .owl-next {
    margin-right: 25px;
    color: white;
    right: 0px}
}
.owl-carousel-team .owl-prev,.owl-carousel-teamOneItem .owl-prev {
    position: absolute;
    left: -34px}
@media screen and (max-width: 1024px) {
    .owl-carousel-team .owl-prev,.owl-carousel-teamOneItem .owl-prev {
    margin-left: 25px;
    color: white;
    left: 0px}
}

.owl-carousel-financial {
    height: 100%}
.owl-carousel-financial .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex}
@media only screen and (max-width: 1024px) {
    .owl-carousel-financial .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel-financial .item .titleBlock__content__img {
    height: 350px;
    width: 100%}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel-financial .item .titleBlock__content__textBox {
    width: 100%;
    height: auto}
}
.owl-carousel-financial .owl-nav {
    width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px}
@media only screen and (max-width: 1024px) {
    .owl-carousel-financial .owl-nav {
    top: 200px;
    width: 100%}
}
@media only screen and (min-width: 350px) and (max-width: 1024px) {
    .owl-carousel-financial .owl-nav {
    width: 100%}
}
.owl-carousel-financial .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px}
.owl-carousel-financial .owl-nav .owl-prev img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain}
.owl-carousel-financial .owl-nav .owl-next {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px}
.owl-carousel-financial .owl-nav .owl-next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain}
@media only screen and (max-width: 1024px) {
    .financial.ourTeam {
    margin-top: 0}
}
@media only screen and (max-width: 1024px) {
    .financial.ourTeam .owl-carousel-financial .item .titleBlock__content__textBox {
    height: 250px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team {
    min-height: 0;
    height: auto}
}
.owl-carousel-team .item .block__author {
    margin-top: 11vh}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team .item .block__author {
    margin-top: auto}
}
@media only screen and (max-width: 1024px) {
    .owl-carousel-team .item .block__author .block__founder__text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 250px}
}
.owl-carousel-team .item .block__author .block__founder__text .block__founder__text__container {
    margin: 0;
    padding: 20px;
    text-align: left}
.owl-carousel-team .item .block__author .block__founder__text .block__founder__text__container p {
    margin-top: auto}
@media only screen and (max-width: 1024px) {
    .financial__textBox {
    height: auto}
}

.articleCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 100%}
.article .articleCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    min-height: 360px}
@media only screen and (min-width: 1025px) {
    .article .articleCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    margin: 0}
}
.article .articleCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item .customCarousel__item__image {
    bottom: 0;
    margin: 0;
    height: auto}
.article .articleCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item .customCarousel__item__image img {
    height: 100%}

.video__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0px}
@media only screen and (max-width: 1024px) {
    .video__container {
    margin-bottom: 0px}
}
.video__container .videoCarousel__main__video {
    max-height: 610px}
.video__container .video__container__box iframe {
    max-height: 610px}
.video__container__info {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px 125px 0px 25px;
    text-align: right}
@media only screen and (max-width: 1024px) {
    .video__container__info {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    text-align: center}
}
.video__container__info--singleProduct {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 40%}
@media only screen and (max-width: 1024px) {
    .video__container__info--singleProduct {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
}
.video__container__info__title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #616467;
    font-weight: 400}
.video__container__info__title--singleProduct {
    width: 100%;
    position: relative;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 1024px) {
    .video__container__info__title--singleProduct {
    text-align: center;
    font-size: 1.35em}
}
.video__container__info__title--singleProduct:after {
    position: absolute;
    content: '';
    width: 60px;
    background: #f06a39;
    height: 1px;
    top: 15px;
    right: -80px}
@media only screen and (max-width: 1024px) {
    .video__container__info__title--singleProduct:after {
    content: none}
}
.video__container__info__content {
    font-size: 15px;
    margin: 0 0 20px;
    font-weight: 300;
    max-height: 160px;
    width: 100%;
    overflow: hidden}
@media only screen and (max-width: 1024px) {
    .video__container__info__content {
    text-align: center;
    max-height: 80px;
    width: 90%}
}
.video__container__info i {
    font-size: 30px;
    color: #616467}
@media only screen and (min-width: 1025px) {
    .video__container__info i:hover {
    opacity: .5;
    cursor: pointer}
}
.video__container__info__social {
    display: block;
    position: relative;
    padding: 0px 125px 0px 25px}
@media only screen and (max-width: 1024px) {
    .video__container__info__social {
    width: 100%;
    padding: 0;
    margin: 0}
}
.video__container__info__social__icons {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s}
@media only screen and (max-width: 1024px) {
    .video__container__info__social__icons {
    height: 30px;
    width: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto}
}
.video__container__info__social__icons__social {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    right: 0px;
    top: 0px;
    cursor: pointer}
@media only screen and (max-width: 1024px) {
    .video__container__info__social__icons__social {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto}
}
.video__container__info__social__icons__social img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain}
.video__container__info__social__icons__fb,.video__container__info__social__icons__twit,.video__container__info__social__icons__insta,.video__container__info__social__icons__yt {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 30px;
    width: 30px;
    right: -40px;
    -webkit-transition: opacity 0.3s,visibility 0.3s;
    transition: opacity 0.3s,visibility 0.3s}
.video__container__info__social__icons__fb img,.video__container__info__social__icons__twit img,.video__container__info__social__icons__insta img,.video__container__info__social__icons__yt img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s}
.video__container__info__social__icons__fb img:hover,.video__container__info__social__icons__twit img:hover,.video__container__info__social__icons__insta img:hover,.video__container__info__social__icons__yt img:hover {
    opacity: 0.5}
.video__container__info__social__icons__fb {
    top: 0px}
@media only screen and (max-width: 1024px) {
    .video__container__info__social__icons__fb {
    top: 0px;
    left: -85px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s}
}
.video__container__info__social__icons__twit {
    top: -40px;
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s}
@media only screen and (max-width: 1024px) {
    .video__container__info__social__icons__twit {
    top: 0px;
    left: -45px;
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s}
}
.video__container__info__social__icons__insta {
    top: -80px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s}
@media only screen and (max-width: 1024px) {
    .video__container__info__social__icons__insta {
    top: 0px;
    right: -45px;
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s}
}
.video__container__info__social__icons__yt {
    top: -120px;
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s}
@media only screen and (max-width: 1024px) {
    .video__container__info__social__icons__yt {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    top: 0px;
    right: -85px}
}
.video__container__info__social .icons-hover {
    -webkit-transition: opacity 0.3s,visibility 0.3s;
    transition: opacity 0.3s,visibility 0.3s;
    height: 150px;
    width: 70px;
    top: -120px;
    right: -40px;
    text-align: right}
@media only screen and (max-width: 1024px) {
    .video__container__info__social .icons-hover {
    height: 30px;
    width: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto}
}
.video__container__info__social .opacity {
    opacity: 0.5}
.video__container__info__social .social-stay {
    top: 120px;
    right: 40px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s}
@media only screen and (max-width: 1024px) {
    .video__container__info__social .social-stay {
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto}
}
.video__container__info__social .fb-move {
    right: 0px;
    top: 120px;
    opacity: 1;
    visibility: visible}
@media only screen and (max-width: 1024px) {
    .video__container__info__social .fb-move {
    top: 0px;
    left: 0px}
}
.video__container__info__social .twit-move {
    opacity: 1;
    visibility: visible;
    right: 0px;
    top: 80px}
@media only screen and (max-width: 1024px) {
    .video__container__info__social .twit-move {
    top: 0px;
    left: 40px}
}
.video__container__info__social .insta-move {
    opacity: 1;
    visibility: visible;
    right: 0px;
    top: 40px}
@media only screen and (max-width: 1024px) {
    .video__container__info__social .insta-move {
    top: 0px;
    right: 40px}
}
.video__container__info__social .yt-move {
    opacity: 1;
    visibility: visible;
    right: 0px;
    top: 0px}
@media only screen and (max-width: 1024px) {
    .video__container__info__social .yt-move {
    top: 0px;
    right: 0px}
}
.video__container__box {
    position: relative;
    width: 60%}
@media only screen and (max-width: 1024px) {
    .video__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column}
.video__container__box {
    width: 100%}
}
.video-page {
    opacity: 1 !important}
@media only screen and (max-width: 768px) {
    .video-page {
    display: block}
}
.financial {
    /*min-height: 700px*/
}
.financial .titleBlock__content {
    min-height: 550px;
    height: 100%}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content {
    margin-top: 0px;
    height: auto}
}
@media screen and (min-width: 769px) {
    .financial .titleBlock__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
}
.financial .titleBlock__content__textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    width: 100%;
    min-height: 550px;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    padding: 30px;
    font-weight: 300;
    width: 30%}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__textBox {
    min-height: 0;
    height: 450px;
    width: 100%;
    padding: 20px}
}
@media only screen and (max-width: 768px) {
    .financial .titleBlock__content__textBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 250px}
}
.financial .titleBlock__content__textBox--flip {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.financial .titleBlock__content__textBox--flip:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    height: 1px;
    background: #f06a39;
    width: 30px;
    display: block}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__textBox--flip:before {
    display: none}
}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__textBox--flip {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
}
.financial .titleBlock__content__textBox--vh {
    height: 74vh;
    min-height: 200px}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__textBox--vh {
    height: auto;
    width: 100%;
    padding: 40px 20px}
}
.financial .titleBlock__content__textBox--half {
    width: 50%}
.financial .titleBlock__content__img {
    width: 70%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-height: 550px;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__img {
    height: 450px;
    width: 100%;
    min-height: 0}
}
@media only screen and (max-width: 768px) {
    .financial .titleBlock__content__img {
    height: 350px;
    width: 100%}
}
.financial .titleBlock__content__img--half {
    width: 50%}
.financial .titleBlock__content__img--flip {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__img--flip {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
}
.financial .titleBlock__content__img--vh {
    height: 74vh;
    min-height: 400px}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__img--vh {
    height: 100%;
    width: 100%}
}
.financial .titleBlock__content__title {
    font-size: 1.25em;
    margin-bottom: 20px}
.financial .titleBlock__content__title__nobar {
    font-size: 1.25em;
    margin-bottom: 20px}
.financial .titleBlock__content__title::before {
    content: "";
    border-top: solid 2px black;
    width: 30px;
    position: absolute;
    margin-top: 10px;
    left: -15px}
@media only screen and (max-width: 768px) {
    .financial .titleBlock__content__title::before {
    display: none}
}
.financial .titleBlock__content__title--half {
    width: 50%}
.financial .titleBlock__content__text {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1em}
.financial .titleBlock__content__CTA a {
    color: #f06a39;
    text-decoration: none;
    border-bottom: 1px solid #f06a39;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 1.25em}
@media only screen and (max-width: 1024px) {
    .financial .titleBlock__content__CTA a {
    font-size: 1em}
}
.financial .titleBlock__content__CTA--right {
    text-align: right}
@media only screen and (min-width: 1025px) {
    .financial .titleBlock__content .owl-carousel .titleBlock__content__img {
    height: auto}
}
@media only screen and (max-width: 1024px) {
    .financialBlock {
    margin: 25px 0px}
}




.showMore-fix {
    margin-top: calc(-20px - 1.5vw)}
@media only screen and (max-width: 1024px) {
    .showMore-fix {
    margin-top: -3vw}
}
.overview-section {
    min-height: 550px}
@media only screen and (max-width: 1024px) {
    .overview-section {
    min-height: 0;
    height: auto;
    margin: 25px 0px}
}
.overview-section .elementLearnMore__image__link {
    text-decoration: none;
    border-bottom: none;
    width: 120px;
    height: 120px}
@media only screen and (max-width: 768px) {
    .overview-section .elementLearnMore__image__link {
    width: 90px;
    height: 90px}
}
.overview-section .elementLearnMore__image__link img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain}
.overview-section .openPosition {
    margin-top: 25px}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .overview-section .openPosition {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center}
}
.overview-section .elementLearnMore {
    padding: 0 5%}
@media screen and (max-width: 1024px) {
    .overview-section .elementLearnMore {
    padding: 0 55px}
}
.overview-section .elementLearnMore a {
    font-size: 1.25em}
.overview-section .title-size {
    font-size: 1.25em}
.overview-section .title-upper {
    text-transform: uppercase}
@media only screen and (max-width: 1024px) {
    .overview-section .overview__text {
    margin: 0 20px}
}
.overview-section .overview__text__title {
    font-size: 1.25em;
    margin-bottom: 30px;
    color: #616467}
@media only screen and (max-width: 500px) {
    .overview-section .overview__text__title {
    font-size: 1em}
}
.overview-section .overview__text__paragraph {
    margin-bottom: 20px;
    font-weight: 300;
    color: #616467}
.overview-section .overview__text__paragraph img {
    max-height: 100%;
    max-width: 100%}
.overview-section .overview__text__paragraph p img {
    max-height: 100%;
    max-width: 100%}
.singleProductCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 30px}
.singleProductCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    min-height: 360px}
@media only screen and (min-width: 1025px) {
    .singleProductCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item {
    margin: 0}
}
.singleProductCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item .customCarousel__item__image {
    bottom: 0;
    margin: 0;
    height: auto}
.singleProductCarousel .owl-carousel.customCarousel .owl-stage-outer .owl-item.active.center .customCarousel__item .customCarousel__item__image img {
    height: 100%}
@media only screen and (min-width: 1025px) {
    .singleProductCarousel {
    margin-top: 25px}
}
.full-height-section.single-product {
    width: 100%}
.highlights {
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0}
@media only screen and (max-width: 1024px) {
    .highlights {
    height: auto}
}
.highlights .titleBlock__line {
    margin: 0 55px}
@media only screen and (max-width: 1024px) {
    .highlights .titleBlock__line {
    margin: 0 20px}
}
.highlights .titleBlock__title {
    margin: 0 55px}
@media only screen and (max-width: 1024px) {
    .highlights .titleBlock__title {
    margin: 0;
    height: auto;
    min-height: 0;
    margin-bottom: 0px}
}
.highlights .owl-nav img {
    width: 20px}
.highlights .owl-nav {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%}
@media only screen and (max-width: 1024px) {
    .highlights .owl-nav {
    top: 30vw}
}
.highlights .owl-next {
    position: absolute;
    right: 15px}
.highlights .owl-prev {
    position: absolute;
    left: 15px}
@media only screen and (min-width: 1025px) {
    .highlights .owl-carousel .owl-item img.hide-computer {
    width: auto;
    max-width: 100%;
    max-height: 100%}
}
.grey-background-owl-nav .owl-carousel .owl-nav {
    height: 60px !important}
.grey-background-owl-nav .owl-carousel .owl-nav .owl-next {
    background-color: rgba(192,192,192,0.3);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    height: 55px !important;
    width: 55px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 768px) {
    .grey-background-owl-nav .owl-carousel .owl-nav .owl-next {
    height: 40px !important;
    width: 40px !important}
}
.grey-background-owl-nav .owl-carousel .owl-nav .owl-next img {
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px}
.grey-background-owl-nav .owl-carousel .owl-nav .owl-prev {
    background-color: rgba(192,192,192,0.3);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    height: 55px !important;
    width: 55px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 768px) {
    .grey-background-owl-nav .owl-carousel .owl-nav .owl-prev {
    width: 40px !important;
    height: 40px !important}
}
.grey-background-owl-nav .owl-carousel .owl-nav .owl-prev img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px}
.galaxyCarousel {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
.galaxyCarousel .owl-carousel {
    position: relative;
    display: block}
@media only screen and (min-width: 1025px) {
    .galaxyCarousel .owl-carousel,.galaxyCarousel .owl-carousel .owl-stage-outer,.galaxyCarousel .owl-carousel .owl-stage,.galaxyCarousel .owl-carousel .owl-item,.galaxyCarousel .owl-carousel .item {
    min-height: 450px;
    /*height: 100%*/
	}
}
.galaxyCarousel .owl-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column}
}
.galaxyCarousel .owl-carousel .item .titleBlock__content__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65%}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .item .titleBlock__content__img {
    width: 100%;
    height: 400px}
}
.galaxyCarousel .owl-carousel .item .titleBlock__content__img img {
    height: 575px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .item .titleBlock__content__img img {
    height: 400px}
}
.galaxyCarousel .owl-carousel .item .titleBlock__content__textBox {
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 35%}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .item .titleBlock__content__textBox {
    padding: 35px 20px;
    width: 100%;
    height: 275px}
}
.galaxyCarousel .owl-carousel .item .titleBlock__content__textBox .titleBlock__content__title__nobar {
    margin-bottom: 0px;
    font-size: 1.5em;
    font-weight: 700}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .item .titleBlock__content__textBox .titleBlock__content__title__nobar {
    font-size: 1.25em}
}
.galaxyCarousel .owl-carousel .item .titleBlock__content__textBox .titleBlock__content__text {
    margin: 25px 0px;
    font-size: 1.25em;
    font-weight: 300;
    text-align: left;
    max-height: 300px;
    overflow: hidden}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .item .titleBlock__content__textBox .titleBlock__content__text {
    margin: 20px 0px;
    max-height: 140px;
    font-size: 1em}
}
.galaxyCarousel .owl-carousel .owl-nav {
    width: 65%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px}
@media only screen and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .owl-nav {
    top: 200px;
    width: 100%}
}
@media only screen and (min-width: 350px) and (max-width: 1024px) {
    .galaxyCarousel .owl-carousel .owl-nav {
    width: 100%}
}
.galaxyCarousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px}
.galaxyCarousel .owl-carousel .owl-nav .owl-prev img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain}
.galaxyCarousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px}
.galaxyCarousel .owl-carousel .owl-nav .owl-next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain}
.galaxy-section {
    min-height: 800px}
@media only screen and (max-width: 1024px) {
    .galaxy-section {
    margin: 25px 0px;
    min-height: 0;
    height: auto}
}
.galaxy-section .financial {
    min-height: 550px;
    margin-top: 45px}
@media only screen and (min-width: 1243px) {
    .galaxy-section .financial {
    margin-top: 2.5vw}
}
@media only screen and (max-width: 1024px) {
    .galaxy-section .financial {
    height: auto}
}
@media only screen and (max-width: 1024px) {
    .galaxy-section .titleBlock__content {
    margin-top: 30px}
}
@media only screen and (min-width: 1025px) {
    .galaxy-section .full-height-section .financial {
    height: 100%}
}
.owl-carousel-highlights {
    margin-top: -66px}
@media only screen and (max-width: 1024px) {
    .owl-carousel-highlights {
    margin-top: 0}
}
.owl-carousel-highlights .owl-stage-outer {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center}
@media only screen and (max-width: 1024px) {
    .owl-carousel-highlights .owl-stage-outer {
    height: auto;
    min-height: auto}
}
.highlightsContainer {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding: 0px 55px}
@media only screen and (max-width: 1024px) {
    .highlightsContainer {
    top: auto;
    -webkit-transform: none;
    transform: none;
    padding: 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse}
}
.highlightsNav {
    position: absolute;
    z-index: 200;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px}
@media only screen and (max-width: 1024px) {
    .highlightsNav {
    top: 30%}
}
@media only screen and (max-width: 768px) {
    .highlightsNav {
    top: 150px}
}
.highlightsNav__prev,.highlightsNav__next {
    height: 20px;
    width: 20px}
.highlightsNav__prev img,.highlightsNav__next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer}
.highlightsBg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100vw;
    height: 100%;
    max-height: 350px;
    z-index: -25}
@media only screen and (max-width: 1024px) {
    .highlightsBg {
    display: none}
}
.highlightsImage {
    width: 60%}
@media only screen and (max-width: 1024px) {
    .highlightsImage {
    width: 100%}
}
@media only screen and (max-width: 768px) {
    .highlightsImage {
    height: 300px}
}
.highlightsImage__screen {
    padding-top: 56.25%;
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden}
@media only screen and (max-width: 768px) {
    .highlightsImage__screen {
    padding-top: 0%}
}
.highlightsImage__screen img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain}
@media only screen and (max-width: 768px) {
    .highlightsImage__screen img {
    display: none}
}
.highlightsImage__screen__image {
    position: absolute;
    top: 7.4%;
    left: 14.45%;
    width: 70.7%;
    height: 79.3%}
@media only screen and (max-width: 1024px) {
    .highlightsImage__screen__image {
    top: 6.70%;
    left: 49.9%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 72.5%;
    height: 80.7%}
}
@media only screen and (max-width: 768px) {
    .highlightsImage__screen__image {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: none;
    transform: none}
}
.highlightsImage__screen__image__content {
    z-index: 50;
    height: 100%;
    width: 100%}
.highlightsImage__screen__image__content .owl-carousel-highlightsImage {
    height: 100%;
    width: 100%;
    z-index: 100}
.highlightsImage__screen__image__content .owl-carousel-highlightsImage .owl-stage-outer {
    height: 100%;
    width: 100%}
.highlightsImage__screen__image__content .owl-carousel-highlightsImage .owl-stage {
    height: 100%;
    width: 100%}
.highlightsImage__screen__image__content .owl-carousel-highlightsImage .owl-item {
    height: 100%;
    width: 100%}
.highlightsImage__screen__image__content .owl-carousel-highlightsImage .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -50;
    border: 0.5px solid black}
@media only screen and (max-width: 768px) {
    .highlightsImage__screen__image__content .owl-carousel-highlightsImage .owl-item img {
    border: none}
}
.highlightsImage__screen__image__content .owl-carousel-highlightsImage .owl-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px}
.highlightsText {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
@media only screen and (max-width: 1024px) {
    .highlightsText {
    width: 100%;
    min-height: 300px;
    background: #f6f6f6}
}
.highlightsText .owl-carousel-highlightsText .animated {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important}
.highlightsText__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 10px}
@media only screen and (max-width: 1024px) {
    .highlightsText__item {
    padding: 30px 20px}
}
.highlightsText__item__title {
    font-size: 1.25em;
	font-weight:bold;
    margin-bottom: 20px;
    height: 20px;
    width: calc(38vw - 40px)}
@media only screen and (max-width: 1024px) {
    .highlightsText__item__title {
    width: calc(100vw - 40px)}
}
.highlightsText__item__title__inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis}
.highlightsText__item__text {
    width: 100%;
    font-size: 1em;
    margin-bottom: 20px;
    font-weight: 300}
@media only screen and (max-width: 1024px) {
    .highlightsText__item__text {
    margin-bottom: 15px}
}
.highlightsText__item__cta {
    margin-bottom: 20px;
    z-index: 10;
    position: relative}
.highlightsText__item__cta a {
    font-size: 1.25em}
.highlightsText__item__thumb {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative}
.highlightsText__item__thumb__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content}
.highlightsText__item__thumb__images img {
    margin-right: 15px;
    margin-left: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 40px;
    width: 40px !important;
    margin-bottom: 10px;
    cursor: pointer}
.highlightsText__item__thumb__images img: first-of-type {
    margin-left: 0px}
.highlightsText__item__thumb .hover_div:hover .highlightsText__item__thumb__text {
    opacity: 1;
    visibility: visible}
.highlightsText__item__thumb__text {
    color: #f06a39;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
   /* max-width: 150px;*/
    position: absolute;
    left: 0;
    top: 30px}
.financial .owl-nav img {
    width: 20px}
