@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: height,-o-transform;
    -moz-transition-property: transform,height,-moz-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform,-moz-transform,-o-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    -moz-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size)/44*27);
    width: -moz-calc(var(--swiper-navigation-size)/44*27);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - var(--swiper-navigation-size)/2);
    margin-top: -moz-calc(0px - var(--swiper-navigation-size)/2);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform,.2s top;
    -o-transition: .2s transform,.2s top;
    -moz-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s left;
    -o-transition: .2s transform,.2s left;
    -moz-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s right;
    -o-transition: .2s transform,.2s right;
    -moz-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top-color: rgba(0,0,0,0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    -moz-animation: swiper-preloader-spin 1s infinite linear;
    -o-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes swiper-preloader-spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes swiper-preloader-spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity,height,-webkit-transform;
    transition-property: opacity,height,-webkit-transform;
    -o-transition-property: opacity,height,-o-transform;
    -moz-transition-property: transform,opacity,height,-moz-transform;
    transition-property: transform,opacity,height;
    transition-property: transform,opacity,height,-webkit-transform,-moz-transform,-o-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,.carousel *:before,.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,.carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding:64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right:40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left:40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right:40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0,0,0,.2)
}

.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0,0,0,0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24,24,27,.9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding:8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display:none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

@font-face {
    font-family: "Mutually Beneficial";
    src: local("Mutually Beneficial"),local("Mutually_Beneficial"),url("../font/mutually-beneficial/Mutually_Beneficial.woff2") format("woff2"),url("font/Mutually_Beneficial.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    ascent-override:50%}

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

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-ExtraboldItalic.eot");
    src: local("Gilroy Extrabold Italic"),local("Gilroy-ExtraboldItalic"),url("../font/gilroy/Gilroy-ExtraboldItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-ExtraboldItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-ExtraboldItalic.woff") format("woff"),url("../font/gilroy/Gilroy-ExtraboldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-Bold.eot");
    src: local("Gilroy Bold"),local("Gilroy-Bold"),url("../font/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-Bold.woff2") format("woff2"),url("../font/gilroy/Gilroy-Bold.woff") format("woff"),url("../font/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

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

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

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-Semibold.eot");
    src: local("Gilroy Semibold"),local("Gilroy-Semibold"),url("../font/gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-Semibold.woff2") format("woff2"),url("../font/gilroy/Gilroy-Semibold.woff") format("woff"),url("../font/gilroy/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-Medium.eot");
    src: local("Gilroy Medium"),local("Gilroy-Medium"),url("../font/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-Medium.woff2") format("woff2"),url("../font/gilroy/Gilroy-Medium.woff") format("woff"),url("../font/gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-MediumItalic.eot");
    src: local("Gilroy Medium Italic"),local("Gilroy-MediumItalic"),url("../font/gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-MediumItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-MediumItalic.woff") format("woff"),url("../font/gilroy/Gilroy-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-BlackItalic.eot");
    src: local("Gilroy Black Italic"),local("Gilroy-BlackItalic"),url("../font/gilroy/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-BlackItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-BlackItalic.woff") format("woff"),url("../font/gilroy/Gilroy-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-UltraLight.eot");
    src: local("Gilroy UltraLight"),local("Gilroy-UltraLight"),url("../font/gilroy/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-UltraLight.woff2") format("woff2"),url("../font/gilroy/Gilroy-UltraLight.woff") format("woff"),url("../font/gilroy/Gilroy-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-RegularItalic.eot");
    src: local("Gilroy Regular Italic"),local("Gilroy-RegularItalic"),url("../font/gilroy/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-RegularItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-RegularItalic.woff") format("woff"),url("../font/gilroy/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-SemiboldItalic.eot");
    src: local("Gilroy Semibold Italic"),local("Gilroy-SemiboldItalic"),url("../font/gilroy/Gilroy-SemiboldItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-SemiboldItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-SemiboldItalic.woff") format("woff"),url("../font/gilroy/Gilroy-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-HeavyItalic.eot");
    src: local("Gilroy Heavy Italic"),local("Gilroy-HeavyItalic"),url("../font/gilroy/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-HeavyItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-HeavyItalic.woff") format("woff"),url("../font/gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-Extrabold.eot");
    src: local("Gilroy Extrabold"),local("Gilroy-Extrabold"),url("../font/gilroy/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-Extrabold.woff2") format("woff2"),url("../font/gilroy/Gilroy-Extrabold.woff") format("woff"),url("../font/gilroy/Gilroy-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-BoldItalic.eot");
    src: local("Gilroy Bold Italic"),local("Gilroy-BoldItalic"),url("../font/gilroy/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-BoldItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-BoldItalic.woff") format("woff"),url("../font/gilroy/Gilroy-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-UltraLightItalic.eot");
    src: local("Gilroy UltraLight Italic"),local("Gilroy-UltraLightItalic"),url("../font/gilroy/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-UltraLightItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-UltraLightItalic.woff") format("woff"),url("../font/gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-LightItalic.eot");
    src: local("Gilroy Light Italic"),local("Gilroy-LightItalic"),url("../font/gilroy/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-LightItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-LightItalic.woff") format("woff"),url("../font/gilroy/Gilroy-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-Heavy.eot");
    src: local("Gilroy Heavy"),local("Gilroy-Heavy"),url("../font/gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-Heavy.woff2") format("woff2"),url("../font/gilroy/Gilroy-Heavy.woff") format("woff"),url("../font/gilroy/Gilroy-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-Thin.eot");
    src: local("Gilroy Thin"),local("Gilroy-Thin"),url("../font/gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-Thin.woff2") format("woff2"),url("../font/gilroy/Gilroy-Thin.woff") format("woff"),url("../font/gilroy/Gilroy-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../font/gilroy/Gilroy-ThinItalic.eot");
    src: local("Gilroy Thin Italic"),local("Gilroy-ThinItalic"),url("../font/gilroy/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"),url("../font/gilroy/Gilroy-ThinItalic.woff2") format("woff2"),url("../font/gilroy/Gilroy-ThinItalic.woff") format("woff"),url("../font/gilroy/Gilroy-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic
}

.penta-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 105px;
    line-height: 1
}

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

.penta-logo .penta-logo-brand .penta-logo-img {
    position: relative;
    width: 26px;
    height: 24px
}

.penta-logo .penta-logo-brand .penta-logo-img .penta-logo-p {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    image-rendering: optimizequality
}

.penta-logo .penta-logo-brand .penta-logo-img .penta-logo-y {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    position: absolute;
    left: 8px;
    top: 10px;
    -webkit-animation: penta-animation 2s linear infinite;
    -moz-animation: penta-animation 2s linear infinite;
    -o-animation: penta-animation 2s linear infinite;
    animation: penta-animation 2s linear infinite;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    image-rendering: optimizequality
}

.penta-logo .penta-logo-text {
    font-weight: 500;
    max-width: 82px;
    font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
    font-size: .875rem;
    -webkit-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    -moz-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    text-align: right;
    -webkit-transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    -o-transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    -moz-transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    will-change: max-width
}

.penta-logo .penta-logo-brand strong {
    font-weight: 500;
    overflow: hidden;
    font-size: .875rem;
    max-width: 0;
    display: block;
    font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    -webkit-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    -moz-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    -webkit-transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    -o-transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    -moz-transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: .6s cubic-bezier(0.77, 0, 0.175, 1) all;
    will-change: max-width
}

.penta-logo.dark .penta-logo-text {
    color: #fff
}

.penta-logo.dark .penta-logo-brand strong {
    color: #fff
}

.penta-logo.light .penta-logo-text {
    color: #000
}

.penta-logo.light .penta-logo-brand strong {
    color: #000
}

.penta-logo:hover .penta-logo-brand strong {
    max-width: 60px !important
}

.penta-logo:hover .penta-logo-text {
    opacity: 0 !important;
    max-width: 0 !important
}

@-webkit-keyframes penta-animation {
    from {
        -webkit-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }

    to {
        -webkit-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }
}

@-moz-keyframes penta-animation {
    from {
        -moz-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }

    to {
        -moz-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }
}

@-o-keyframes penta-animation {
    from {
        transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }

    to {
        transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }
}

@keyframes penta-animation {
    from {
        -webkit-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        -moz-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }

    to {
        -webkit-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        -moz-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
        transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
    }
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: unset !important
}

html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-family: "Gilroy",sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f7f7f7
}

*,*:focus,*:hover,*:active,*::before,*::after {
    outline: unset !important
}

input,form,table,select,textarea,button {
    font-family: "Gilroy",sans-serif;
    font-size: 16px;
    outline: unset;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

input::-webkit-search-decoration,input::-webkit-search-cancel-button,input::-webkit-search-results-button,input::-webkit-search-results-decoration,form::-webkit-search-decoration,form::-webkit-search-cancel-button,form::-webkit-search-results-button,form::-webkit-search-results-decoration,table::-webkit-search-decoration,table::-webkit-search-cancel-button,table::-webkit-search-results-button,table::-webkit-search-results-decoration,select::-webkit-search-decoration,select::-webkit-search-cancel-button,select::-webkit-search-results-button,select::-webkit-search-results-decoration,textarea::-webkit-search-decoration,textarea::-webkit-search-cancel-button,textarea::-webkit-search-results-button,textarea::-webkit-search-results-decoration,button::-webkit-search-decoration,button::-webkit-search-cancel-button,button::-webkit-search-results-button,button::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

input::-webkit-inner-spin-button,input::-webkit-calendar-picker-indicator,form::-webkit-inner-spin-button,form::-webkit-calendar-picker-indicator,table::-webkit-inner-spin-button,table::-webkit-calendar-picker-indicator,select::-webkit-inner-spin-button,select::-webkit-calendar-picker-indicator,textarea::-webkit-inner-spin-button,textarea::-webkit-calendar-picker-indicator,button::-webkit-inner-spin-button,button::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

input::-ms-expand,form::-ms-expand,table::-ms-expand,select::-ms-expand,textarea::-ms-expand,button::-ms-expand {
    display: none
}

footer,header,nav,section,main {
    display: block
}

a,a:hover,a:active,a:focus,a:visited {
    text-decoration: none
}

ol,ul,menu {
    list-style: none !important;
    margin: 0;
    padding: 0
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

svg {
    overflow: visible;
    display: block
}

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

@media only screen and (max-width: 1024px) {
    .md\:items-start {
        -webkit-box-align:start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .md\:items-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 768px) {
    .sm\:items-start {
        -webkit-box-align:start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width: 1280px) {
    .lg\:flex-col {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 1024px) {
    .md\:flex-col {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 768px) {
    .sm\:flex-col {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gap-30 {
    gap: 30px
}

.gap-45 {
    gap: 45px
}

.gap-60 {
    gap: 60px
}

.gap-x-60 {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.gap-75 {
    gap: 75px
}

.gap-90 {
    gap: 90px
}

.gap-150 {
    gap: 150px
}

@media only screen and (max-width: 1440px) {
    .ct\:gap-45 {
        gap:45px
    }

    .ct\:gap-60 {
        gap: 60px
    }

    .ct\:gap-120 {
        gap: 120px
    }
}

@media only screen and (max-width: 1280px) {
    .lg\:gap-15 {
        gap:15px
    }

    .lg\:gap-30 {
        gap: 30px
    }

    .lg\:gap-60 {
        gap: 60px
    }

    .lg\:gap-90 {
        gap: 90px
    }
}

@media only screen and (max-width: 1024px) {
    .md\:gap-20 {
        gap:20px
    }

    .md\:gap-30 {
        gap: 30px
    }

    .md\:gap-60 {
        gap: 60px
    }
}

@media only screen and (max-width: 768px) {
    .sm\:gap-20 {
        gap:20px
    }

    .sm\:gap-30 {
        gap: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .md\:row-start-1 {
        grid-row-start:1
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4-8 {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
}

.grid-cols-5-7 {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr)
}

.grid-cols-7-5 {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr)
}

.grid-cols-8-4 {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
}

@media only screen and (max-width: 1280px) {
    .lg\:grid-cols-4-8 {
        grid-template-columns:minmax(0, 4fr) minmax(0, 8fr)
    }

    .lg\:grid-cols-7-5 {
        grid-template-columns: minmax(0, 7fr) minmax(0, 5fr)
    }
}

@media only screen and (max-width: 1024px) {
    .md\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width: 768px) {
    .sm\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    .sm\:justify-center {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.justify-self-end {
    justify-self: end
}

.container {
    max-width: 100%;
    width: 100%
}

.ct\:container {
    max-width: 1440px;
    width: 100%
}

.lg\:container {
    max-width: 1280px;
    width: 100%
}

.sm\:container {
    max-width: 768px;
    width: 100%
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.table {
    display: table
}

.table-caption {
    display: table-caption
}

.table-cell {
    display: table-cell
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.inline-grid {
    display: inline-grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.isolate {
    isolation: isolate
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.top-0 {
    top: 0px
}

.bottom-0 {
    bottom: 0px
}

.left-0 {
    left: 0px
}

.right-20 {
    right: 20px
}

.bottom-20 {
    bottom: 20px
}

.left-20 {
    left: 20px
}

.bottom-60 {
    bottom: 60px
}

.left-1\/2 {
    left: 50%
}

@media only screen and (max-width: 480px) {
    .xs\:right-0 {
        right:0px
    }

    .xs\:bottom-0 {
        bottom: 0px
    }

    .xs\:left-0 {
        left: 0px
    }
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-8 {
    z-index: 8
}

.z-90 {
    z-index: 90
}

.z-95 {
    z-index: 95
}

.after::after {
    content: "";
    position: absolute
}

.before::before {
    content: "";
    position: absolute
}

.h-1 {
    height: 1px
}

.h-2 {
    height: 2px
}

.h-3 {
    height: 3px
}

.h-6 {
    height: 6px
}

.h-10 {
    height: 10px
}

.h-30 {
    height: 30px
}

.h-93 {
    height: 93px
}

.h-125 {
    height: 125px
}

.h-140 {
    height: 140px
}

.h-150 {
    height: 150px
}

.h-350 {
    height: 350px
}

.h-400 {
    height: 400px
}

.h-425 {
    height: 425px
}

.h-450 {
    height: 450px
}

.h-500 {
    height: 500px
}

.h-525 {
    height: 525px
}

.h-700 {
    height: 700px
}

.h-750 {
    height: 671px
}

.h-full {
    height: 100%
}

@media only screen and (max-width: 1440px) {
    .ct\:h-400 {
        height:400px
    }

    .ct\:h-475 {
        height: 475px
    }

    .ct\:h-550 {
        height: 550px
    }
}

@media only screen and (max-width: 1280px) {
    .lg\:h-100 {
        height:100px
    }

    .lg\:h-300 {
        height: 300px
    }

    .lg\:h-350 {
        height: 350px
    }

    .lg\:h-400 {
        height: 400px
    }

    .lg\:h-425 {
        height: 425px
    }

    .lg\:h-450 {
        height: 450px
    }
}

@media only screen and (max-width: 1024px) {
    .md\:h-75 {
        height:75px
    }

    .md\:h-90 {
        height: 90px
    }

    .md\:h-100 {
        height: 100px
    }

    .md\:h-250 {
        height: 250px
    }

    .md\:h-300 {
        height: 300px
    }

    .md\:h-350 {
        height: 350px
    }

    .md\:h-400 {
        height: 400px
    }
}

@media only screen and (max-width: 768px) {
    .sm\:h-250 {
        height:250px
    }

    .sm\:h-300 {
        height: 300px
    }

    .sm\:h-350 {
        height: 350px
    }

    .sm\:h-full {
        height: 100%
    }
}

@media only screen and (max-width: 480px) {
    .xs\:h-75 {
        height:75px
    }

    .xs\:h-250 {
        height: 250px
    }

    .xs\:h-275 {
        height: 275px
    }
}

.w-1 {
    width: 1px
}

.w-2 {
    width: 2px
}

.w-3 {
    width: 3px
}

.w-8 {
    width: 8px
}

.w-30 {
    width: 30px
}

.w-90 {
    width: 90px
}

.w-120 {
    width: 120px
}

.w-full {
    width: 100%
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media only screen and (max-width: 1440px) {
    .ct\:w-100 {
        width:100px
    }
}

@media only screen and (max-width: 1024px) {
    .md\:w-60 {
        width:60px
    }
}

@media only screen and (max-width: 768px) {
    .sm\:w-full {
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .xs\:w-full {
        width:100%
    }
}

@media only screen and (max-width: 1024px) {
    .md\:max-h-300 {
        max-height:300px
    }
}

@media only screen and (max-width: 768px) {
    .sm\:max-h-300 {
        max-height:300px
    }
}

@media only screen and (max-width: 480px) {
    .xs\:max-h-250 {
        max-height:250px
    }
}

.max-w-full {
    max-width: 100%
}

.max-w-full {
    max-width: 100%
}

.max-w-300 {
    max-width: 300px
}

@media only screen and (max-width: 768px) {
    .sm\:max-w-full {
        max-width:100%
    }

    .sm\:max-w-full {
        max-width: 100%
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.m-1 {
    margin: 1px
}

.m-2 {
    margin: 2px
}

.m-4 {
    margin: 4px
}

.m-5 {
    margin: 5px
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.m-6 {
    margin: 6px
}

.m-7 {
    margin: 7px
}

.m-8 {
    margin: 8px
}

.m-9 {
    margin: 9px
}

.ml-10 {
    margin-left: 10px
}

.mr-15 {
    margin-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-25 {
    margin-top: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-45 {
    margin-bottom: 45px
}

.m-48 {
    margin: 48px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.m-65 {
    margin: 65px
}

.mt-75 {
    margin-top: 75px
}

.mt-90 {
    margin-top: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.m-97 {
    margin: 97px
}

.mt-120 {
    margin-top: 120px
}

.mb-120 {
    margin-bottom: 120px
}

@media only screen and (max-width: 1440px) {
    .ct\:mt-60 {
        margin-top:60px
    }

    .ct\:mb-60 {
        margin-bottom: 60px
    }

    .ct\:mt-90 {
        margin-top: 90px
    }

    .ct\:mb-90 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 1280px) {
    .lg\:mt-30 {
        margin-top:30px
    }

    .lg\:mb-30 {
        margin-bottom: 30px
    }

    .lg\:mt-45 {
        margin-top: 45px
    }

    .lg\:mb-45 {
        margin-bottom: 45px
    }

    .lg\:mt-60 {
        margin-top: 60px
    }

    .lg\:mb-60 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 1024px) {
    .md\:mt-30 {
        margin-top:30px
    }

    .md\:mb-30 {
        margin-bottom: 30px
    }

    .md\:mt-45 {
        margin-top: 45px
    }

    .md\:mb-45 {
        margin-bottom: 45px
    }

    .md\:mt-60 {
        margin-top: 60px
    }
}

@media only screen and (max-width: 768px) {
    .sm\:mr-0 {
        margin-right:0px
    }

    .sm\:mb-0 {
        margin-bottom: 0px
    }

    .sm\:mt-20 {
        margin-top: 20px
    }

    .sm\:mt-30 {
        margin-top: 30px
    }

    .sm\:mb-30 {
        margin-bottom: 30px
    }
}

.p-0 {
    padding: 0px
}

.p-1 {
    padding: 1px
}

.p-2 {
    padding: 2px
}

.p-3 {
    padding: 3px
}

.p-7 {
    padding: 7px
}

.p-20 {
    padding: 20px
}

.pr-20 {
    padding-right: 20px
}

.pl-20 {
    padding-left: 20px
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-30 {
    padding-left: 30px
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px
}

.pt-45 {
    padding-top: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.p-48 {
    padding: 48px
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-75 {
    padding-top: 75px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.p-97 {
    padding: 97px
}

.pt-120 {
    padding-top: 120px
}

.pr-120 {
    padding-right: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-140 {
    padding-top: 140px
}

.pb-180 {
    padding-bottom: 180px
}

@media only screen and (max-width: 1440px) {
    .ct\:pt-45 {
        padding-top:45px
    }
}

@media only screen and (max-width: 1280px) {
    .lg\:px-30 {
        padding-left:30px;
        padding-right: 30px
    }

    .lg\:pt-30 {
        padding-top: 30px
    }

    .lg\:pb-30 {
        padding-bottom: 30px
    }

    .lg\:pt-45 {
        padding-top: 45px
    }

    .lg\:pb-45 {
        padding-bottom: 45px
    }

    .lg\:pt-60 {
        padding-top: 60px
    }

    .lg\:pb-60 {
        padding-bottom: 60px
    }

    .lg\:pt-90 {
        padding-top: 90px
    }

    .lg\:pb-90 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 1024px) {
    .md\:pb-30 {
        padding-bottom:30px
    }

    .md\:pt-45 {
        padding-top: 45px
    }

    .md\:pt-60 {
        padding-top: 60px
    }

    .md\:pb-60 {
        padding-bottom: 60px
    }

    .md\:pt-90 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 768px) {
    .sm\:pb-3 {
        padding-bottom:3px
    }

    .sm\:pt-30 {
        padding-top: 30px
    }

    .sm\:pr-30 {
        padding-right: 30px
    }

    .sm\:pb-30 {
        padding-bottom: 30px
    }

    .sm\:pt-45 {
        padding-top: 45px
    }

    .sm\:pb-45 {
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 480px) {
    .xs\:pb-40 {
        padding-bottom:40px
    }
}

.space-x-15>*+* {
    margin-left: 15px
}

.space-y-45>*+* {
    margin-top: 45px
}

.text-12 {
    font-size: .75rem
}

.text-14 {
    font-size: .875rem
}

.text-16 {
    font-size: 1rem
}

.text-18 {
    font-size: 1.125rem
}

.text-20 {
    font-size: 1.25rem
}

.text-22 {
    font-size: 1.375rem
}

.text-24 {
    font-size: 1.5rem
}

.text-26 {
    font-size: 1.625rem
}

.text-30 {
    font-size: 1.875rem
}

.text-32 {
    font-size: 2rem
}

.text-36 {
    font-size: 2.25rem
}

.text-40 {
    font-size: 2.5rem
}

.text-44 {
    font-size: 2.75rem
}

.text-46 {
    font-size: 2.875rem
}

.text-50 {
    font-size: 3.125rem
}

.text-54 {
    font-size: 3.375rem
}

.text-60 {
    font-size: 3.75rem
}

@media only screen and (max-width: 1440px) {
    .ct\:text-18 {
        font-size:1.125rem
    }

    .ct\:text-20 {
        font-size: 1.25rem
    }

    .ct\:text-22 {
        font-size: 1.375rem
    }

    .ct\:text-26 {
        font-size: 1.625rem
    }

    .ct\:text-28 {
        font-size: 1.75rem
    }

    .ct\:text-30 {
        font-size: 1.875rem
    }

    .ct\:text-32 {
        font-size: 2rem
    }

    .ct\:text-36 {
        font-size: 2.25rem
    }

    .ct\:text-40 {
        font-size: 2.5rem
    }

    .ct\:text-44 {
        font-size: 2.75rem
    }

    .ct\:text-46 {
        font-size: 2.875rem
    }

    .ct\:text-48 {
        font-size: 3rem
    }
}

@media only screen and (max-width: 1280px) {
    .lg\:text-16 {
        font-size:1rem
    }

    .lg\:text-18 {
        font-size: 1.125rem
    }

    .lg\:text-20 {
        font-size: 1.25rem
    }

    .lg\:text-22 {
        font-size: 1.375rem
    }

    .lg\:text-24 {
        font-size: 1.5rem
    }

    .lg\:text-26 {
        font-size: 1.625rem
    }

    .lg\:text-28 {
        font-size: 1.75rem
    }

    .lg\:text-30 {
        font-size: 1.875rem
    }

    .lg\:text-32 {
        font-size: 2rem
    }

    .lg\:text-36 {
        font-size: 2.25rem
    }

    .lg\:text-40 {
        font-size: 2.5rem
    }

    .lg\:text-42 {
        font-size: 2.625rem
    }
}

@media only screen and (max-width: 1024px) {
    .md\:text-16 {
        font-size:1rem
    }

    .md\:text-18 {
        font-size: 1.125rem
    }

    .md\:text-20 {
        font-size: 1.25rem
    }

    .md\:text-22 {
        font-size: 1.375rem
    }

    .md\:text-24 {
        font-size: 1.5rem
    }

    .md\:text-26 {
        font-size: 1.625rem
    }

    .md\:text-28 {
        font-size: 1.75rem
    }

    .md\:text-30 {
        font-size: 1.875rem
    }

    .md\:text-32 {
        font-size: 2rem
    }

    .md\:text-34 {
        font-size: 2.125rem
    }

    .md\:text-36 {
        font-size: 2.25rem
    }
}

@media only screen and (max-width: 768px) {
    .sm\:text-14 {
        font-size:.875rem
    }

    .sm\:text-16 {
        font-size: 1rem
    }

    .sm\:text-18 {
        font-size: 1.125rem
    }

    .sm\:text-20 {
        font-size: 1.25rem
    }

    .sm\:text-24 {
        font-size: 1.5rem
    }

    .sm\:text-26 {
        font-size: 1.625rem
    }

    .sm\:text-28 {
        font-size: 1.75rem
    }

    .sm\:text-30 {
        font-size: 1.875rem
    }
}

@media only screen and (max-width: 480px) {
    .xs\:text-14 {
        font-size:.875rem
    }

    .xs\:text-16 {
        font-size: 1rem
    }

    .xs\:text-18 {
        font-size: 1.125rem
    }

    .xs\:text-20 {
        font-size: 1.25rem
    }

    .xs\:text-26 {
        font-size: 1.625rem
    }

    .xs\:text-28 {
        font-size: 1.75rem
    }
}

.italic {
    font-style: italic
}

.ordinal {
    font-variant-numeric: ordinal
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media only screen and (max-width: 1024px) {
    .md\:text-center {
        text-align:center
    }
}

@media only screen and (max-width: 768px) {
    .sm\:text-center {
        text-align:center
    }
}

.text-black {
    color: #000
}

.text-white {
    color: #fff
}

.text-tango {
    color: #f36f21
}

.text-emperor {
    color: #535353
}

.text-atoll {
    color: #095574
}

.text-astronaout-blue {
    color: #00425c
}

.underline {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

.overline {
    -webkit-text-decoration-line: overline;
    -moz-text-decoration-line: overline;
    text-decoration-line: overline
}

.line-through {
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.whitespace-nowrap {
    white-space: nowrap
}

.bg-black {
    background-color: #000
}

.bg-alabaster {
    background-color: #f7f7f7
}

.bg-mercury {
    background-color: #e8e8e8
}

.rounded-16 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.rounded-tr-20 {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px
}

@media only screen and (max-width: 480px) {
    .xs\:rounded-none {
        -webkit-border-radius:0px;
        -moz-border-radius: 0px;
        border-radius: 0px
    }
}

.border {
    border-width: 1px
}

.outline {
    outline-style: solid
}

.outline {
    outline-width: 1px
}

.shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)
}

.opacity-60 {
    opacity: .6
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

.opacity-100 {
    opacity: 1
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.border-collapse {
    border-collapse: collapse
}

.duration-450 {
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms
}

.ease {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}

.ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
    }
}

@-moz-keyframes bounce {
    0%,100% {
        -moz-transform: translateY(-25%);
        transform: translateY(-25%);
        -moz-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
    }

    50% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        -moz-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
    }
}

@-o-keyframes bounce {
    0%,100% {
        -o-transform: translateY(-25%);
        transform: translateY(-25%);
        -o-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
    }

    50% {
        -o-transform: translateY(0);
        transform: translateY(0);
        -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: translateY(-25%);
        -moz-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        -moz-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        -o-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        -moz-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@-moz-keyframes pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@-o-keyframes pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@-webkit-keyframes ping {
    75%,100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-moz-keyframes ping {
    75%,100% {
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-o-keyframes ping {
    75%,100% {
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    5% {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    50% {
        opacity: .5;
        -webkit-transform: scale(1.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1.9) translateZ(0) translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(2.9) translateZ(0) translate3d(0, 0, 0)
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    5% {
        opacity: 1;
        -moz-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    50% {
        opacity: .5;
        -moz-transform: scale(1.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1.9) translateZ(0) translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(2.9) translateZ(0) translate3d(0, 0, 0)
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    5% {
        opacity: 1;
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    50% {
        opacity: .5;
        transform: scale(1.9) translateZ(0) translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: scale(2.9) translateZ(0) translate3d(0, 0, 0)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    5% {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    50% {
        opacity: .5;
        -webkit-transform: scale(1.9) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(1.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1.9) translateZ(0) translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.9) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(2.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(2.9) translateZ(0) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes copied {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 0
    }

    20% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    80% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
        opacity: 0
    }
}

@-moz-keyframes copied {
    0% {
        -moz-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 0
    }

    20% {
        -moz-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    80% {
        -moz-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    100% {
        -moz-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
        opacity: 0
    }
}

@-o-keyframes copied {
    0% {
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 0
    }

    20% {
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    80% {
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    100% {
        -o-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
        opacity: 0
    }
}

@keyframes copied {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 0
    }

    20% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    80% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        -moz-transform: translateX(-50%) translateY(-15px);
        -o-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
        opacity: 0
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -moz-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -moz-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -moz-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -moz-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -moz-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -moz-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -moz-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -moz-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -moz-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes ring {
    0% {
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -o-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -o-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -o-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -moz-transform: rotate(-22deg);
        -o-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -moz-transform: rotate(22deg);
        -o-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.resize {
    resize: both
}

.fill-tango {
    fill: #f36f21
}

.fill-emperor {
    fill: #535353
}

.header-space {
    padding-top: var(--header-height)
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 45px;
    -webkit-transition: .45s ease all !important;
    -o-transition: .45s ease all !important;
    -moz-transition: .45s ease all !important;
    transition: .45s ease all !important
}

.split-lines,.split-words,.split-chars {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.height-dynamic-viewport {
    height: 100vh
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #f36f21 !important
}

.image-popup {
    overflow: hidden;
    isolation: isolate
}

.image-popup::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    z-index: 1
}

.image-popup::before {
    z-index: 2;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    width: 60px;
    height: 60px;
    border: 1px solid #f36f21;
    background-color: rgba(243,111,33,.75);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDguOTIgNDA5LjAyIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iZCIgZD0iTTEwMi4yLDBWMjUuNDNINDQuODZjMzkuMzIsMzkuMzMsNzguNTQsNzguNTYsMTE3LjUxLDExNy41NC02LjcsNi42Ny0xMi42LDEyLjUzLTE4LjU5LDE4LjQ5QzEwNS4wMSwxMjIuNjgsNjUuNzcsODMuNDIsMjUuNzUsNDMuMzl2NTguODNIMFY5LjU4QzEuOTEsNS4xMSw1LjExLDEuOTEsOS41OCwwSDEwMi4yWm0yMDQuNCwwVjI1Ljc3aDU3LjY5bC41MSwuOTNjLTM5LjI1LDM5LjI2LTc4LjUsNzguNTItMTE3LjU1LDExNy41Nyw1LjgsNS44MiwxMS42MSwxMS42NSwxNy44MSwxNy44NywzOS4xMy0zOS4xNCw3OC4zOC03OC40LDExOC4yOC0xMTguMzF2NTguMTdoMjUuNDZ2LTQuNTFjMC0yNi44OC0uMTgtNTMuNzYsLjExLTgwLjYzLC4wOS03LjkyLTIuMjItMTMuNjctOS43LTE2Ljg2aC05Mi42MlpNMCwzOTkuMzJjMy4xOSw3LjQ4LDguOTUsOS43OCwxNi44Nyw5LjcsMjcuMDEtLjMsNTQuMDItLjExLDgxLjAzLS4xMWg0LjA3di0yNS42NEg0My42M2MzOS45My0zOS45NCw3OS4xOS03OS4yLDExOC4zMS0xMTguMzMtNi4yMi02LjA5LTEyLjE4LTExLjkzLTE4LjcxLTE4LjMyLTM5LjA2LDM4Ljk0LTc4LjM4LDc4LjEzLTExNy43OCwxMTcuNDF2LTU3LjMzSDB2OTIuNjRaTTI2NS4yOSwyNDYuODdjLTYuMzMsNi4zNC0xMi4yMywxMi4yNC0xOC44NywxOC44OSwzOS4wMSwzOS4wMiw3OC4yNiw3OC4yOCwxMTcuNjcsMTE3LjdoLTU3LjJ2MjUuNDVoMy44NWMyNy42NywwLDU1LjM0LDAsODMuMDEsMCwxMC4yNSwwLDE1LjA0LTQuODYsMTUuMDUtMTUuMjIsMC0yNy41NCwwLTU1LjA5LDAtODIuNjN2LTQuMTZoLTI1LjU4djU3Ljk2Yy0zOS43My0zOS43NC03OC45OC03OS0xMTcuOTQtMTE3Ljk3WiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    background-position: center center;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0
}

.image-popup img {
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.image-popup:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.image-popup:hover::after {
    opacity: 1
}

.image-popup:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1
}

.circle-arrow {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 0 0 1px #000;
    -moz-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.circle-arrow svg {
    width: 16px;
    height: 16px;
    fill: #000;
    stroke: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.circle-arrow:hover {
    background-color: #000
}

.circle-arrow:hover svg {
    fill: #fff;
    stroke: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.no-content {
    border: 1px solid #f36f21;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.no-content .wrapper {
    border: 1px solid rgba(232,232,232,.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px
}

.no-content .wrapper span {
    color: #535353;
    font-weight: 500
}

.no-content .wrapper svg {
    width: 24px;
    height: 24px;
    fill: #f36f21;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.breadcrumb.black-shadow .background::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(66%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 66%);
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 66%);
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 66%);
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 66%);
    opacity: .9
}

.breadcrumb .background::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00425C), color-stop(66%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #00425C 0%, rgba(0, 0, 0, 0) 66%);
    background: -moz-linear-gradient(top, #00425C 0%, rgba(0, 0, 0, 0) 66%);
    background: -o-linear-gradient(top, #00425C 0%, rgba(0, 0, 0, 0) 66%);
    background: linear-gradient(180deg, #00425C 0%, rgba(0, 0, 0, 0) 66%);
    opacity: .9
}

.breadcrumb .content .inner::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 300%;
    background-color: #f7f7f7
}

.breadcrumb .content .inner::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxkZWZzPjxzdHlsZT4uZHtmaWxsOiNGN0Y3Rjc7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjAsMjBIMFYwQzAsMTEuMDQsOC45NSwyMCwyMCwyMFoiLz48L3N2Zz4=");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.breadcrumb .content .inner .roadmap .item {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.breadcrumb .content .inner .roadmap .item:hover {
    color: #f36f21
}

.carousel__button.is-close svg {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.carousel__button.is-close:hover svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.kvkk-popup {
    width: 100%;
    height: 100%;
    max-width: 550px;
    max-height: 90%;
    padding: 45px 0;
    margin: 0;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.kvkk-popup .wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 45px
}

.kvkk-popup .wrapper .inner {
    width: 100%;
    height: 100%;
    text-align: justify
}

.search-field {
    overflow: visible;
    background-color: rgba(0,0,0,0);
    max-width: 600px;
    width: 100%;
    padding: 0
}

.search-field .fancybox-close-small {
    display: none !important
}

.search-field .wrapper {
    width: 100%
}

.search-field .wrapper form {
    width: 100%
}

.search-field .wrapper .inner {
    width: 100%;
    position: relative
}

.search-field .wrapper .inner .search-bar {
    width: 100%;
    position: relative
}

.search-field .wrapper .inner .search-bar::before {
    pointer-events: none;
    content: "";
    position: absolute;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: -webkit-calc(100% + 10px);
    height: -moz-calc(100% + 10px);
    height: calc(100% + 10px);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.search-field .wrapper .inner .search-bar input {
    width: 100%;
    height: 70px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 75px 0 30px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#DE5301), to(#F36F21));
    background: -webkit-linear-gradient(top, #DE5301 0%, #F36F21 100%);
    background: -moz-linear-gradient(top, #DE5301 0%, #F36F21 100%);
    background: -o-linear-gradient(top, #DE5301 0%, #F36F21 100%);
    background: linear-gradient(180deg, #DE5301 0%, #F36F21 100%);
    -webkit-background-size: 200% 200%;
    -moz-background-size: 200% 200%;
    background-size: 200% 200%;
    background-position: center center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: unset;
    resize: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.search-field .wrapper .inner .search-bar input::-webkit-search-decoration,.search-field .wrapper .inner .search-bar input::-webkit-search-cancel-button,.search-field .wrapper .inner .search-bar input::-webkit-search-results-button,.search-field .wrapper .inner .search-bar input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.search-field .wrapper .inner .search-bar input::-webkit-inner-spin-button,.search-field .wrapper .inner .search-bar input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

.search-field .wrapper .inner .search-bar input::-ms-expand {
    display: none
}

.search-field .wrapper .inner .search-bar input::-webkit-input-placeholder {
    color: rgba(255,255,255,.5)
}

.search-field .wrapper .inner .search-bar input:-moz-placeholder {
    color: rgba(255,255,255,.5)
}

.search-field .wrapper .inner .search-bar input::-moz-placeholder {
    color: rgba(255,255,255,.5)
}

.search-field .wrapper .inner .search-bar input:-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.search-field .wrapper .inner .search-bar input::-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.search-field .wrapper .inner .search-bar input::placeholder {
    color: rgba(255,255,255,.5)
}

.search-field .wrapper .inner .search-bar input:hover {
    -webkit-box-shadow: inset 0 0 0 1px #f36f21;
    -moz-box-shadow: inset 0 0 0 1px #f36f21;
    box-shadow: inset 0 0 0 1px #f36f21
}

.search-field .wrapper .inner .search-bar input:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

.search-field .wrapper .inner button {
    position: absolute;
    top: 50%;
    right: 10px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    border: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0);
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.search-field .wrapper .inner button svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

header {
    z-index: 100;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    border-bottom: 1px solid rgba(255,255,255,.25)
}

header.no-scroll {
    position: absolute;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important
}

header.white,header.has-child-hovered {
    background-color: #fff
}

header.white .main-menu>li>a,header.has-child-hovered .main-menu>li>a {
    color: rgba(0,0,0,.7)
}

header.white .main-menu>li:hover>a,header.has-child-hovered .main-menu>li:hover>a {
    color: #f36f21
}

header.white .wrapper .tools .search .trigger,header.has-child-hovered .wrapper .tools .search .trigger {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

header.white .wrapper .tools .search .trigger svg,header.has-child-hovered .wrapper .tools .search .trigger svg {
    fill: #000
}

header.white .wrapper .tools .search .trigger:hover,header.has-child-hovered .wrapper .tools .search .trigger:hover {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset
}

header.white .wrapper .tools .search .trigger:hover svg,header.has-child-hovered .wrapper .tools .search .trigger:hover svg {
    fill: #fff
}

header.white .wrapper .tools .search,header.has-child-hovered .wrapper .tools .search {
    border-left: 1px solid rgba(0,0,0,.05)
}

header.white .wrapper .tools .mobile-menu-trigger .wrap,header.has-child-hovered .wrapper .tools .mobile-menu-trigger .wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

header.white .wrapper .tools .mobile-menu-trigger .wrap span,header.has-child-hovered .wrapper .tools .mobile-menu-trigger .wrap span {
    background-color: #000
}

header.white .wrapper .tools .language .field,header.has-child-hovered .wrapper .tools .language .field {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

header.white .wrapper .tools .language .field .item span,header.has-child-hovered .wrapper .tools .language .field .item span {
    color: rgba(0,0,0,.7)
}

header.has-child-hovered {
    border-color: #dbdbdb
}

header.is-fixed {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    background-color: #fff;
    -webkit-box-shadow: 0 30px 60px -30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 30px 60px -30px rgba(0,0,0,.1);
    box-shadow: 0 30px 60px -30px rgba(0,0,0,.1)
}

header.is-fixed .main-menu>li>a {
    color: rgba(0,0,0,.7)
}

header.is-fixed .main-menu>li:hover>a {
    color: #f36f21
}

header.is-fixed .wrapper .tools .search .trigger {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

header.is-fixed .wrapper .tools .search .trigger svg {
    fill: #000
}

header.is-fixed .wrapper .tools .search .trigger:hover {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset
}

header.is-fixed .wrapper .tools .search .trigger:hover svg {
    fill: #fff
}

header.is-fixed .wrapper .tools .search {
    border-left: 1px solid rgba(0,0,0,.05)
}

header.is-fixed .wrapper .tools .mobile-menu-trigger .wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

header.is-fixed .wrapper .tools .mobile-menu-trigger .wrap span {
    background-color: #000
}

header.is-fixed .wrapper .tools .language .field {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25)
}

header.is-fixed .wrapper .tools .language .field .item span {
    color: rgba(0,0,0,.7)
}

header.hide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset
}

header .wrapper {
    height: 100%
}

header .wrapper .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

header .wrapper .tools {
    height: 100%
}

header .wrapper .tools .mobile-menu-trigger {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

header .wrapper .tools .mobile-menu-trigger .wrap {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    padding: 12px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

header .wrapper .tools .mobile-menu-trigger .wrap span {
    background-color: #fff;
    width: 100%;
    height: 1px;
    display: block;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

header .wrapper .tools .mobile-menu-trigger.active .wrap {
    background-color: #f36f21 !important;
    -webkit-box-shadow: inset 0 0 0 1px #f36f21 !important;
    -moz-box-shadow: inset 0 0 0 1px #f36f21 !important;
    box-shadow: inset 0 0 0 1px #f36f21 !important
}

header .wrapper .tools .mobile-menu-trigger.active .wrap span {
    background-color: #fff !important
}

header .wrapper .tools .mobile-menu-trigger.active .wrap span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

header .wrapper .tools .mobile-menu-trigger.active .wrap span:nth-child(2) {
    width: 0
}

header .wrapper .tools .mobile-menu-trigger.active .wrap span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

header .wrapper .tools .search {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,.25)
}

header .wrapper .tools .search .trigger {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

header .wrapper .tools .search .trigger svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

header .wrapper .tools .search .trigger:hover {
    -webkit-box-shadow: inset 0 0 0 1px #f36f21 !important;
    -moz-box-shadow: inset 0 0 0 1px #f36f21 !important;
    box-shadow: inset 0 0 0 1px #f36f21 !important;
    background-color: #f36f21 !important
}

header .wrapper .tools .language {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .wrapper .tools .language .field {
    padding: 0 15px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

header .wrapper .tools .language .field .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

header .wrapper .tools .language .field .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

header .wrapper .tools .language .field .item img {
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block
}

header .wrapper .tools .language .field .item span {
    color: #fff;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

footer {
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    -moz-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0)
}

footer .wrapper {
    max-width: 1680px
}

footer .wrapper .info-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

footer .wrapper .info-bar .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

footer .wrapper .info-bar .content .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .wrapper .info-bar .content .text .expo {
    max-width: 325px;
    color: rgba(0,0,0,.5);
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(0,0,0,.1)
}

footer .wrapper .info-bar .content .text .link {
    margin-left: 30px
}

footer .wrapper .info-bar .content .certificates .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .wrapper .info-bar .content .certificates .list .split {
    height: 60px;
    width: 1px;
    margin: 0 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: rgba(0,0,0,.1)
}

footer .wrapper .info-bar .content .certificates .list .item {
    display: block;
    width: 75px;
    height: 75px
}

footer .wrapper .info-bar .content .certificates .list .item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

footer .wrapper .info-bar .content .certificates .list .item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

footer .wrapper .content-bar {
    background: -webkit-linear-gradient(340deg, #00425C 0%, #095574 20%, #000D12 100%);
    background: -moz-linear-gradient(340deg, #00425C 0%, #095574 20%, #000D12 100%);
    background: -o-linear-gradient(340deg, #00425C 0%, #095574 20%, #000D12 100%);
    background: linear-gradient(110deg, #00425C 0%, #095574 20%, #000D12 100%);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
    isolation: isolate;
    position: relative
}

footer .wrapper .content-bar .image {
    height: 900px;
    width: 550px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-10%) rotate(55deg);
    -moz-transform: translateY(-50%) translateX(-10%) rotate(55deg);
    -ms-transform: translateY(-50%) translateX(-10%) rotate(55deg);
    -o-transform: translateY(-50%) translateX(-10%) rotate(55deg);
    transform: translateY(-50%) translateX(-10%) rotate(55deg);
    -webkit-mask-image: url("../svg/path-1.svg");
    mask-image: url("../svg/path-1.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    opacity: .1
}

footer .wrapper .content-bar .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

footer .wrapper .content-bar .content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, -webkit-max-content));
    grid-template-columns: repeat(6, minmax(0, max-content));
    grid-gap: 60px
}

footer .wrapper .content-bar .content .logo-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

footer .wrapper .content-bar .content .contacts {
    max-width: 275px
}

footer .wrapper .content-bar .content .contacts .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .wrapper .content-bar .content .contacts .list .item+.item {
    margin-top: 20px
}

footer .wrapper .content-bar .content .contacts .list .item .opacity {
    opacity: .5
}

footer .wrapper .content-bar .content .contacts .list .item svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #fff;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .content-bar .content .contacts .list .item span {
    display: block;
    margin-left: 15px;
    color: #fff;
    line-height: 1.5;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .content-bar .content .contacts .list .item span strong {
    font-weight: bold
}

footer .wrapper .content-bar .content .contacts .list .item:hover svg {
    fill: #de5301
}

footer .wrapper .content-bar .content .contacts .list .item:hover span {
    color: #f36f21;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px)
}

footer .wrapper .content-bar .content .split {
    height: 100%;
    background-color: #fff;
    width: 1px;
    opacity: .33;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

footer .wrapper .content-bar .content .menu .item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    padding-right: 60px
}

footer .wrapper .content-bar .content .menu .item span {
    display: block;
    color: rgba(255,255,255,.6);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .content-bar .content .menu .item+.item {
    margin-top: 20px
}

footer .wrapper .content-bar .content .menu .item:hover span {
    color: #f36f21;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
}

footer .wrapper .content-bar .content .menu .item:hover::before {
    width: 15px
}

footer .wrapper .content-bar .content .menu .item:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .wrapper .content-bar .content .menu .item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f36f21;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .content-bar .content .menu .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(25%) translateX(-75%);
    -moz-transform: translateY(25%) translateX(-75%);
    -ms-transform: translateY(25%) translateX(-75%);
    -o-transform: translateY(25%) translateX(-75%);
    transform: translateY(25%) translateX(-75%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4wOSAxNC44OSI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6I2YzNmYyNDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImQiIGQ9Ik0xNS4wOSwxVjE0LjQ3aC0yVjMuNzNMMS4zOCwxNC44OWwtMS4zOC0xLjQ1TDEyLjAxLDJILjQxVjBIMTQuMDljLjU1LDAsMSwuNDUsMSwxWiIvPjwvc3ZnPg==");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

footer .wrapper .content-bar .content .group-menu .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px 40px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

footer .wrapper .content-bar .content .group-menu .list .item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    padding-right: 30px;
    color: #fff
}

footer .wrapper .content-bar .content .group-menu .list .item:hover {
    color: #f36f21
}

footer .wrapper .content-bar .content .group-menu .list .item:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .wrapper .content-bar .content .group-menu .list .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(25%) translateX(-75%);
    -moz-transform: translateY(25%) translateX(-75%);
    -ms-transform: translateY(25%) translateX(-75%);
    -o-transform: translateY(25%) translateX(-75%);
    transform: translateY(25%) translateX(-75%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4wOSAxNC44OSI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6I2YzNmYyNDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImQiIGQ9Ik0xNS4wOSwxVjE0LjQ3aC0yVjMuNzNMMS4zOCwxNC44OWwtMS4zOC0xLjQ1TDEyLjAxLDJILjQxVjBIMTQuMDljLjU1LDAsMSwuNDUsMSwxWiIvPjwvc3ZnPg==");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

footer .wrapper .content-bar .content .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

footer .wrapper .content-bar .content .social a {
    display: block;
    width: 20px;
    height: 20px
}

footer .wrapper .content-bar .content .social a svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .content-bar .content .social a:hover svg {
    fill: #f36f21;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

footer .wrapper .copyright-bar .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .wrapper .copyright-bar .content .text {
    color: #535353;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

footer .wrapper .copyright-bar .content .text a {
    color: #535353;
    font-weight: 600;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .copyright-bar .content .text a:hover {
    color: #f36f21
}

footer .wrapper .copyright-bar .content .text .brand-logo {
    display: inline-block
}

footer .wrapper .copyright-bar .content .text .brand-logo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

footer .wrapper .copyright-bar .content .text .brand-logo img {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

footer .wrapper .copyright-bar .content .group .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

footer .wrapper .copyright-bar .content .group .links a {
    color: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

footer .wrapper .copyright-bar .content .group .links a:hover {
    color: #f36f21
}

.cookie-bar {
    margin: 0 0 0 auto
}

.cookie-bar.hide-cookie {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.logo {
    display: block;
    will-change: transform,opacity,height,width,top;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.logo svg {
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 1
}

.logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: optimizeQuality
}

.logo.white .color {
    fill: #fff
}

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.main-menu>li {
    padding: 0 30px;
    height: 100%
}

.main-menu>li.menu-center {
    padding-right: 90px
}

.main-menu>li.menu-center+li {
    padding-left: 90px
}

.main-menu>li.menu-before {
    padding-right: 90px
}

.main-menu>li.menu-after {
    padding-left: 90px
}

.main-menu>li.active>a {
    color: #f36f21 !important;
    font-weight: 600 !important
}

.main-menu>li.active>a::before {
    width: 100% !important;
    left: 0 !important;
    right: unset !important
}

.main-menu>li:hover>a {
    color: #f36f21
}

.main-menu>li:hover>a::before {
    width: 100%;
    left: 0;
    right: unset
}

.main-menu>li>a {
    height: 100%;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.main-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #f36f21;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.main-menu>li.has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    top: 100%
}

.main-menu>li.has-child .sub-menu {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    width: 100vw;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    will-change: opacity,top,visibility;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-menu>li.has-child .sub-menu .list a {
    display: block;
    color: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.main-menu>li.has-child .sub-menu .list a::after {
    content: "";
    position: absolute;
    left: -webkit-calc(100% + 15px);
    left: -moz-calc(100% + 15px);
    left: calc(100% + 15px);
    top: 50%;
    height: 2px;
    width: 0;
    background-color: #f36f21;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.main-menu>li.has-child .sub-menu .list a+a {
    margin-top: 30px
}

.main-menu>li.has-child .sub-menu .list a+a::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb
}

.main-menu>li.has-child .sub-menu .list a:hover {
    color: #f36f21
}

.main-menu>li.has-child .sub-menu .list a:hover::after {
    width: 30px
}

.main-menu>li.has-child .sub-menu .image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.health-and-safety-content img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.health-and-safety-content video {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.index-hero {
    background-color: #000;
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.index-hero .background {
    overflow: hidden;
    isolation: isolate;
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%
}

.index-hero .background .item {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    -moz-transition: .6s ease all;
    transition: .6s ease all
}

.index-hero .background .item.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.index-hero .background::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -moz-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 2
}

.index-hero .background::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 25%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 25%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 25%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 25%);
    z-index: 1
}

.index-hero .hero-carousel {
    height: 100%
}

.index-hero .hero-carousel .swiper-wrapper {
    height: 100%
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide {
    height: 100%
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #288ab3), color-stop(85%, rgb(255 255 255 / 35%)));
    background: -webkit-linear-gradient(bottom, #288ab3 15%, rgb(255 255 255 / 35%) 85%);
    background: -moz-linear-gradient(bottom, #288ab3 15%, rgb(255 255 255 / 35%) 85%);
    background: -o-linear-gradient(bottom, #288ab3 15%, rgb(255 255 255 / 35%) 85%);
    background: linear-gradient(0deg, #288ab3 15%, rgb(255 255 255 / 35%) 85%);
    opacity: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .slogan {
    color: #fff;
    line-height: 1.25;
    opacity: 0;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .slogan .small {
    opacity: .5;
    margin-bottom: 10px
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .slogan .big {
    line-height: 1
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    -moz-transition: .6s ease all;
    transition: .6s ease all;
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px)
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .shown .image {
    width: 90px;
    height: 70px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    opacity: .9;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .shown .image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .shown .title {
    color: #fff;
    line-height: 1.1;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .expo {
    position: relative;
    line-height: 1.25;
    color: #fff;
    font-weight: 300;
    padding-left: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .expo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background-color: #fff;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active::before,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover::before {
    opacity: 1
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .slogan,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .slogan {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .info .shown,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .info .shown {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .info .shown .title,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .info .shown .title {
    opacity: 0;
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%)
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .info .shown .image,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .info .shown .image {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .info .expo,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .info .expo {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .info .expo::before,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .info .expo::before {
    height: 100%;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.index-hero .scroll-down {
    position: absolute;
    display: block;
    right: 30px;
    z-index: 10;
    bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding: 10px 10px 5px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    cursor: pointer
}

.index-hero .scroll-down svg {
    width: 20px;
    fill: #000;
    margin: 0 auto;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.index-hero .scroll-down span {
    color: #000;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.index-hero .scroll-down:hover {
    background-color: #00425c
}

.index-hero .scroll-down:hover svg {
    fill: #fff
}

.index-hero .scroll-down:hover span {
    color: #fff
}

.index-about {
    background-color: #e8e8e8
}

.index-about .image {
    
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    opacity: .8
}

.index-about .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.index-about .play-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-about .play-video svg {
    width: 60px;
    height: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    -webkit-transition: .45s ease transform;
    -o-transition: .45s ease transform;
    -moz-transition: .45s ease transform;
    transition: .45s ease transform
}

.index-about .play-video svg .fill {
    fill: #cfcfcf
}

.index-about .play-video svg .stroke {
    fill: none;
    stroke: #f36f21;
    stroke-width: 2
}

.index-about .play-video svg .triangle {
    fill: #f36f21
}

.index-about .play-video span {
    color: #f36f21
}

.index-about .play-video:hover svg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.index-projects {
    overflow: hidden;
    isolation: isolate
}

.index-projects .heading {
    margin: 0 0 0 auto;
    width: -webkit-calc(60% - 30px);
    width: -moz-calc(60% - 30px);
    width: calc(60% - 30px);
    position: relative;
    z-index: 4
}

.index-projects .heading .title {
    line-height: 1.25;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.index-projects .heading .split {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin: 0 30px
}

.index-projects .heading .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.index-projects .heading .navigation .prev,.index-projects .heading .navigation .next {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.index-projects .heading .navigation .prev svg,.index-projects .heading .navigation .next svg {
    width: 20px;
    height: 20px;
    fill: #000;
    stroke: #000;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.index-projects .heading .navigation .prev:hover,.index-projects .heading .navigation .next:hover {
    background-color: #f36f21
}

.index-projects .heading .navigation .prev:hover svg,.index-projects .heading .navigation .next:hover svg {
    fill: #fff;
    stroke: #fff
}

.index-projects .heading .navigation .prev.swiper-button-disabled,.index-projects .heading .navigation .next.swiper-button-disabled {
    opacity: .25;
    pointer-events: none
}

.index-projects .index-projects-carousel {
    overflow: visible;
    height: 600px;
    margin-top: -46px;
    position: relative
}

.index-projects .index-projects-carousel::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    left: unset;
    right: 100%;
    background-color: #f7f7f7;
    z-index: 5
}

.index-projects .index-projects-carousel .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.index-projects .index-projects-carousel .swiper-slide {
    height: 475px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.index-projects .index-projects-carousel .swiper-slide-active,.index-projects .index-projects-carousel .swiper-slide-duplicate-active {
    height: 600px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.index-blogs {
    overflow: hidden;
    isolation: isolate;
    position: relative
}

.index-blogs .related-blog-carousel {
    overflow: visible;
    position: relative
}

.index-blogs .related-blog-carousel::before,.index-blogs .related-blog-carousel::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    height: -webkit-calc(100% + 45px);
    height: -moz-calc(100% + 45px);
    height: calc(100% + 45px);
    background-color: #f7f7f7;
    z-index: 5
}

.index-blogs .related-blog-carousel::after {
    right: 100%;
    left: unset
}

.index-blogs .related-blog-carousel::before {
    left: 100%
}

.index-blogs .related-blog-carousel .swiper-slide:nth-child(odd) {
    margin-top: 60px
}

.index-statistics {
    position: relative
}

.index-statistics::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: #00425c;
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px)
}

.index-statistics .wrapper {
    position: relative
}

.index-statistics .wrapper .background {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.index-statistics .wrapper .background img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.index-statistics .wrapper .heading .expo,.index-statistics .wrapper .heading .expo * {
    color: #fff
}

.index-statistics .wrapper .statistics .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-statistics .wrapper .statistics .item .image {
    width: 80px;
    height: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.index-statistics .wrapper .statistics .item .image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.index-statistics .wrapper .statistics .item .text {
    color: #fff
}

.index-statistics .wrapper .statistics .item .text .value {
    font-weight: 800
}

.index-statistics .wrapper .card {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
    position: relative;
    padding: 45px 60px
}

.index-statistics .wrapper .card .background {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%
}

.index-statistics .wrapper .card .background img,.index-statistics .wrapper .card .background video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.index-statistics .wrapper .card .background::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%)
}

.index-statistics .wrapper .card .content {
    position: relative;
    z-index: 1;
    max-width: 500px
}

.index-statistics .wrapper .card .content .expo,.index-statistics .wrapper .card .content .expo * {
    color: #fff
}

.blog-el {
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px -15px rgba(0,0,0,.1)
}

.blog-el:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-el:hover .content .text::before {
    height: 0 !important
}

.blog-el:hover .content .text {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

.blog-el:hover .content .text .title {
    color: #f36f21
}

.blog-el:hover .content .more svg {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    fill: #f36f21;
    stroke: #f36f21
}

.blog-el .image {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.blog-el .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.blog-el .image::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%)
}

.blog-el .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 45px 30px;
    width: 100%
}

.blog-el .content .text {
    padding-left: 4px;
    position: relative;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.blog-el .content .text::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    height: 100%;
    width: 4px;
    background-color: #f36f21;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.blog-el .content .text .title {
    color: #535353;
    font-weight: 500;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.blog-el .content .text .date {
    color: #f36f21
}

.blog-el .content .more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 45px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.blog-el .content .more svg {
    width: 30px;
    height: 30px;
    fill: rgba(0,0,0,.25);
    stroke: rgba(0,0,0,.25);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-list .blog-el:first-child {
    grid-column: span 2;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset
}

.blog-list .blog-el:first-child:hover .content .text {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px)
}

.blog-list .blog-el:first-child:hover .content .more {
    background-color: #de5301
}

.blog-list .blog-el:first-child:hover .content .more svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.blog-list .blog-el:first-child .image {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%
}

.blog-list .blog-el:first-child .content {
    position: absolute;
    padding: 60px;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0)
}

.blog-list .blog-el:first-child .content .text {
    max-width: 720px;
    padding-left: 30px
}

.blog-list .blog-el:first-child .content .text::before {
    height: -webkit-calc(100% - 37.5px);
    height: -moz-calc(100% - 37.5px);
    height: calc(100% - 37.5px);
    left: 0
}

.blog-list .blog-el:first-child .content .text .title {
    color: #fff;
    font-weight: bold
}

.blog-list .blog-el:first-child .content .text .date {
    color: #fff
}

.blog-list .blog-el:first-child .content .more {
    width: 60px;
    height: 60px;
    background-color: #f36f21;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.blog-list .blog-el:first-child .content .more svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    stroke: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.blog-thumbnail {
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.blog-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.blog-return {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.blog-return svg {
    width: 24px;
    height: 16px;
    fill: #000;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.blog-return span {
    color: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.blog-return:hover {
    background-color: #f36f21;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset
}

.blog-return:hover svg {
    fill: #fff
}

.blog-return:hover span {
    color: #fff
}

.blog-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-options .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    gap: 15px
}

.blog-options .date svg {
    width: 14px;
    height: 14px;
    fill: #000
}

.blog-options .date span {
    color: #000
}

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

.blog-options .share a {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: relative
}

.blog-options .share a::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    width: 18px;
    height: 18px;
    left: unset;
    right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.blog-options .share a svg {
    width: 18px;
    height: 18px;
    fill: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.blog-options .share a+a {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0,.1)
}

.blog-options .share a:hover::before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
    background-color: #f36f21
}

.blog-options .share a:hover svg {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    fill: #fff
}

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

.blog-options .actions .item {
    display: block;
    cursor: pointer
}

.blog-options .actions .item.link-copy {
    position: relative
}

.blog-options .actions .item.link-copy span {
    font-size: .625rem;
    color: #fff;
    display: block;
    background-color: #f36f21;
    position: absolute;
    bottom: -webkit-calc(100% + 15px);
    bottom: -moz-calc(100% + 15px);
    bottom: calc(100% + 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 6px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    font-weight: 500;
    visibility: hidden
}

.blog-options .actions .item.link-copy.copied span {
    -webkit-animation: copied 1s forwards;
    -moz-animation: copied 1s forwards;
    -o-animation: copied 1s forwards;
    animation: copied 1s forwards
}

.blog-options .actions .item.text-size svg {
    width: 36px
}

.blog-options .actions .item+.item {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0,.1)
}

.blog-options .actions .item svg {
    fill: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    width: 18px;
    height: 18px;
    display: block
}

.blog-options .actions .item:hover svg {
    fill: #f36f21
}

.blog-title {
    padding-left: 30px;
    border-left: 4px solid #f36f21
}

.blog-related .title {
    line-height: 1.25;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog-related .split {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin: 0 30px
}

.blog-related .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.blog-related .navigation .prev,.blog-related .navigation .next {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.blog-related .navigation .prev svg,.blog-related .navigation .next svg {
    width: 20px;
    height: 20px;
    fill: #000;
    stroke: #000;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.blog-related .navigation .prev:hover,.blog-related .navigation .next:hover {
    background-color: #f36f21
}

.blog-related .navigation .prev:hover svg,.blog-related .navigation .next:hover svg {
    fill: #fff;
    stroke: #fff
}

.blog-related .navigation .prev.swiper-button-disabled,.blog-related .navigation .next.swiper-button-disabled {
    opacity: .25;
    pointer-events: none
}

.blog-related .blog-el .content {
    padding: 30px
}

.blog-related .blog-el .content .more svg {
    width: 20px;
    height: 20px
}

.career-content .info .image {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate
}

.career-content .info .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.career-content .info .expo {
    padding-left: 30px;
    border-left: 4px solid #f36f21
}

.career-content .info .open-positions {
    padding: 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff
}

.career-content .info .open-positions .item {
    color: #535353;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.career-content .info .open-positions .item:hover {
    color: #f36f21
}

.career-content .info .open-positions .item:hover svg {
    fill: #f36f21;
    stroke: #f36f21
}

.career-content .info .open-positions .item svg {
    width: 16px;
    height: 16px;
    fill: rgba(83,83,83,.5);
    stroke: rgba(83,83,83,.5);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.career-content .info .open-positions .accordion+.accordion {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8
}

.career-content .info .open-positions .accordion.active .item {
    color: #f36f21
}

.career-content .info .open-positions .accordion.active .item svg {
    fill: #f36f21;
    stroke: #f36f21;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.career-content .form-field .wrapper {
    padding: 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff
}

.career-content .form-field .file-field {
    position: relative;
    cursor: pointer
}

.career-content .form-field .file-field::-webkit-file-upload-button {
    cursor: pointer
}

.career-content .form-field .file-field input {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: pointer
}

.career-content .form-field .file-field input::-webkit-file-upload-button {
    cursor: pointer
}

.career-content .form-field .file-field input:hover+.box {
    border-color: #cfcfcf
}

.career-content .form-field .file-field input:focus+.box {
    border-color: #f36f21
}

.career-content .form-field .file-field .box {
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px dashed #e0e0e0;
    padding: 20px 30px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.career-content .form-field .file-field .box .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.career-content .form-field .file-field .box .text svg {
    fill: #f36f21;
    width: 18px;
    height: 18px
}

.career-content .form-field .file-field .box .text span {
    color: #f36f21;
    font-weight: bold
}

.career-content .form-field .file-field .box .info {
    color: #535353;
    text-align: center
}

.project-filter {
    height: 80px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 30px
}

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

.project-filter .list .item {
    height: 60px;
    white-space: nowrap;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-filter .list .item:hover {
    color: #f36f21
}

.project-filter .list .item.active {
    pointer-events: none;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    background-color: #00425c
}

.project-filter .list .split {
    width: 20px;
    height: 1px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px;
    background-color: #e0e0e0
}

.breadcrumb .project-filter {
    position: absolute;
    right: 30px;
    bottom: 20px
}

.project-el {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate;
    position: relative
}

.project-el:hover .shown .background img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.project-el:hover .shown .naming {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0
}

.project-el:hover .hide .image {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible
}

.project-el:hover .hide .detail {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible
}

.project-el .shown {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    z-index: 1
}

.project-el .shown .background {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%
}

.project-el .shown .background img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.project-el .shown .background::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: -webkit-gradient(linear, left top, right top, color-stop(-25%, black), color-stop(25%, #003A51), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, black -25%, #003A51 25%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, black -25%, #003A51 25%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, black -25%, #003A51 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, black -25%, #003A51 25%, rgba(0, 0, 0, 0) 100%);
    z-index: 2
}

.project-el .shown .background::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 1
}

.project-el .shown .naming {
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    z-index: 3
}

.project-el .shown .naming .image {
    height: 250px;
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    opacity: .3
}

.project-el .shown .naming .title {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 15px;
    border-left: 4px solid #fff
}

.project-el .hide {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    z-index: 2
}

.project-el .hide .image {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.project-el .hide .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.project-el .hide .detail {
    background: -webkit-linear-gradient(280deg, #023B51 0%, #10536E 50%, #000202 100%);
    background: -moz-linear-gradient(280deg, #023B51 0%, #10536E 50%, #000202 100%);
    background: -o-linear-gradient(280deg, #023B51 0%, #10536E 50%, #000202 100%);
    background: linear-gradient(170deg, #023B51 0%, #10536E 50%, #000202 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.project-el .hide .detail .title {
    padding-left: 15px;
    border-left: 4px solid #f36f21
}

.project-el .hide .detail .expo-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%
}

.project-el .hide .detail .expo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.project-info {
    position: relative;
    width: 100%
}

.project-info .background {
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%
}

.project-info .background img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .05
}

.project-info .content {
    position: relative;
    z-index: 1
}

.project-info .content .text .headline .category {
    border-left: 1px solid #cfcfcf;
    padding-left: 30px;
    margin-left: 30px
}

.project-info .content .text .headline .tag {
    background-color: #f36f21;
    padding: 7.5px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.project-info .content .text .info-list .row+.row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dbdbdb
}

.project-info .content .text .service-list .item {
    font-weight: 500;
    color: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .content .text .service-list .item+.item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dbdbdb
}

.project-info .content .text .service-list .item.active {
    color: #f36f21
}

.project-info .content .text .project-return {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .content .text .project-return svg {
    width: 24px;
    height: 16px;
    fill: #000;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .content .text .project-return span {
    color: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .content .text .project-return:hover {
    background-color: #f36f21;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset
}

.project-info .content .text .project-return:hover svg {
    fill: #fff
}

.project-info .content .text .project-return:hover span {
    color: #fff
}

.project-info .content .carousel .project-big-carousel {
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.project-info .content .carousel .project-big-carousel .tag {
    position: absolute;
    z-index: 4;
    right: 30px;
    bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #f36f21;
    background-color: #fff;
    font-weight: bold;
    line-height: 1.25;
    padding: 8px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    pointer-events: none
}

.project-info .content .carousel .project-big-carousel .image {
    position: relative;
    display: block;
    overflow: hidden;
    isolation: isolate
}

.project-info .content .carousel .project-big-carousel .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.project-info .content .carousel .project-thumbs-navigation .prev,.project-info .content .carousel .project-thumbs-navigation .next {
    position: absolute;
    width: 45px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    z-index: 4;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .content .carousel .project-thumbs-navigation .prev svg,.project-info .content .carousel .project-thumbs-navigation .next svg {
    height: 15px;
    width: 15px;
    fill: #535353;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .content .carousel .project-thumbs-navigation .prev:hover,.project-info .content .carousel .project-thumbs-navigation .next:hover {
    background-color: #f36f21
}

.project-info .content .carousel .project-thumbs-navigation .prev:hover svg,.project-info .content .carousel .project-thumbs-navigation .next:hover svg {
    fill: #fff
}

.project-info .content .carousel .project-thumbs-navigation .prev {
    left: 30px
}

.project-info .content .carousel .project-thumbs-navigation .next {
    right: 30px
}

.project-info .content .carousel .project-thumbs-carousel .swiper-slide-active .image {
    border-color: #f36f21;
    pointer-events: none
}

.project-info .content .carousel .project-thumbs-carousel .image {
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    border: 4px solid rgba(0,0,0,0);
    cursor: pointer
}

.project-info .content .carousel .project-thumbs-carousel .image:hover {
    border-color: #f36f21
}

.project-info .content .carousel .project-thumbs-carousel .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.project-info .scroll-down {
    position: absolute;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.project-info .scroll-down:hover svg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.project-info .scroll-down:hover span {
    color: #f36f21
}

.project-info .scroll-down svg {
    width: 24px;
    height: 40px;
    fill: #f36f21;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-info .scroll-down span {
    text-align: center;
    color: #535353;
    font-weight: 600;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.project-detail {
    background-color: #fff
}

.project-detail .detail-box {
    background-color: #f7f7f7;
    padding: 45px 90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.project-detail .detail-box+.detail-box {
    margin-top: 60px
}

.project-detail .detail-box .heading {
    position: relative
}

.project-detail .detail-box .heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e0e0e0
}

.project-detail .detail-box .heading span {
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 30px;
    background-color: #f7f7f7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.related-projects .heading .title {
    line-height: 1.25;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.related-projects .heading .split {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin: 0 30px
}

.related-projects .heading .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.related-projects .heading .navigation .prev,.related-projects .heading .navigation .next {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.related-projects .heading .navigation .prev svg,.related-projects .heading .navigation .next svg {
    width: 20px;
    height: 20px;
    fill: #000;
    stroke: #000;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.related-projects .heading .navigation .prev:hover,.related-projects .heading .navigation .next:hover {
    background-color: #f36f21
}

.related-projects .heading .navigation .prev:hover svg,.related-projects .heading .navigation .next:hover svg {
    fill: #fff;
    stroke: #fff
}

.related-projects .heading .navigation .prev.swiper-button-disabled,.related-projects .heading .navigation .next.swiper-button-disabled {
    opacity: .25;
    pointer-events: none
}

.related-project {
    position: relative;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate
}

.related-project:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.related-project:hover .content::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.related-project:hover .content .title {
    padding-left: 0
}

.related-project:hover .content .title::before {
    height: 0
}

.related-project:hover .content .circle-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%) rotate(0deg);
    -moz-transform: translateX(0%) rotate(0deg);
    -ms-transform: translateX(0%) rotate(0deg);
    -o-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg)
}

.related-project .image {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%
}

.related-project .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.related-project .image:after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35)
}

.related-project .content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 20px 45px
}

.related-project .content::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: #f36f21;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.related-project .content .title {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.related-project .content .title::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.related-project .content .circle-arrow {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    position: relative;
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50%) rotate(45deg);
    -moz-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    -o-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg)
}

.related-project .content .circle-arrow svg {
    fill: #f36f21;
    stroke: #f36f21
}

.contact-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: -90px
}

.contact-wrapper #map {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    width: 140%
}

.contact-wrapper #map-marker {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.contact-wrapper #map-marker:hover .marker::before {
    background-color: #de5301;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact-wrapper #map-marker:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.contact-wrapper #map-marker .tooltip {
    position: absolute;
    bottom: -webkit-calc(100% + 30px);
    bottom: -moz-calc(100% + 30px);
    bottom: calc(100% + 30px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-15px);
    -moz-transform: translateX(-50%) translateY(-15px);
    -ms-transform: translateX(-50%) translateY(-15px);
    -o-transform: translateX(-50%) translateY(-15px);
    transform: translateX(-50%) translateY(-15px);
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    padding: 5px 10px;
    color: #f36f21;
    white-space: nowrap;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    font-size: 12px !important
}

.contact-wrapper #map-marker .marker {
    width: 55px;
    height: 55px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-wrapper #map-marker .marker::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: #f36f21;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    -webkit-box-shadow: 0 0 30px -10px #de5301;
    -moz-box-shadow: 0 0 30px -10px #de5301;
    box-shadow: 0 0 30px -10px #de5301;
    pointer-events: none
}

.contact-wrapper #map-marker .marker svg {
    fill: #fff;
    height: 30px;
    position: relative;
    z-index: 1
}

.contact-wrapper .content {
    padding: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    background-color: #fff;
    position: relative;
    z-index: 2;
    max-width: 575px
}

.contact-wrapper .content .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-wrapper .content .contact .item+.item {
    margin-top: 20px
}

.contact-wrapper .content .contact .item .opacity {
    fill: rgba(0,0,0,.4)
}

.contact-wrapper .content .contact .item svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #f36f21;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.contact-wrapper .content .contact .item span {
    display: block;
    margin-left: 15px;
    color: #535353;
    line-height: 1.5;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.contact-wrapper .content .contact .item span strong {
    font-weight: bold
}

.contact-wrapper .content .contact .item:hover span {
    color: #f36f21;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px)
}

.spot-point {
    overflow: visible !important
}

.about-prolog {
    width: 100%;
    overflow: hidden;
    position: relative
}

.about-prolog .clip {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    -webkit-mask-image: url("../svg/path-1.svg");
    mask-image: url("../svg/path-1.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    opacity: .15
}

.about-prolog .clip img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.about-prolog .image {
   
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    opacity: .8
}

.about-prolog .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.about-map {
    background-color: #e8e8e8
}

.about-map .heading {
    color: #535353;
    line-height: 1.25;
    text-align: center
}

.about-map .heading strong {
    font-weight: 800;
    color: #f36f21
}

.about-map .map-wrapper {
    position: relative
}

.about-map .map-wrapper .map-image {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.about-map .map-wrapper .point {
    position: absolute;
    width: 20px
}

.about-map .map-wrapper .point img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.about-map .info {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #535353;
    padding: 15px 60px;
    background-color: #f7f7f7;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0
}

.about-map .info strong {
    font-weight: 800;
    color: #f36f21
}

.about-princibles {
    width: 100%;
    overflow: hidden;
    position: relative
}

.about-princibles .clip {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-mask-image: url("../svg/path-1.svg");
    mask-image: url("../svg/path-1.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    opacity: .15
}

.about-princibles .clip img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.about-princibles .image {
    overflow: hidden;
    isolation: isolate;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.about-princibles .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.about-princibles .text .item {
    position: relative;
    padding-left: 30px
}

.about-princibles .text .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0%;
    background-color: #f36f21;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.about-princibles .text .item.active::before {
    height: 100%
}

.about-princibles .text .item.active .title {
    color: #f36f21
}

.about-princibles .text .item .title {
    font-weight: bold;
    color: #535353;
    margin-bottom: 15px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.facility-statistics {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.facility-statistics .lines {
    position: absolute;
    left: 50%;
    top: 75%;
    width: 120%;
    stroke: #e8e8e8;
    fill: none;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.facility-statistics .heading {
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#006187));
    background: -webkit-linear-gradient(top, black 0%, #006187 100%);
    background: -moz-linear-gradient(top, black 0%, #006187 100%);
    background: -o-linear-gradient(top, black 0%, #006187 100%);
    background: linear-gradient(180deg, black 0%, #006187 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0,0,0,0)
}

.facility-statistics .statistics {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px -15px rgba(0,0,0,.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 45px
}

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

.facility-statistics .statistics .item .image {
    width: 80px;
    height: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.facility-statistics .statistics .item .image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.facility-statistics .statistics .item .text {
    color: #f36f21
}

.facility-statistics .statistics .item .text .value {
    font-weight: 800
}

.facility-statistics .scroll-down {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10
}

.facility-statistics .scroll-down:hover svg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    fill: #f36f21
}

.facility-statistics .scroll-down:hover span {
    color: #f36f21
}

.facility-statistics .scroll-down svg {
    width: 24px;
    height: 40px;
    fill: #000;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.facility-statistics .scroll-down span {
    text-align: center;
    color: #535353;
    font-weight: 600;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.facility-field {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.facility-field .background {
    width: 100%;
    height: auto;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
    -webkit-mask-image: -webkit-linear-gradient(bottom, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
    mask-image: linear-gradient(0deg, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.facility-field .fields {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    left: 50.2%;
    top: 49.8%
}

.facility-field .fields path {
    fill: rgba(255,255,255,.25);
    opacity: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    cursor: pointer
}

.facility-field .fields path:hover {
    opacity: 1
}

.facility-field .info-box {
    position: absolute;
    z-index: 1;
    max-width: 450px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all;
    will-change: transform,opacity,visibility;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.facility-field .info-box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.facility-field .info-box::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 22px 0 22px;
    border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.facility-field .info-box.corner-bottom-left::before {
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg)
}

.facility-field .info-box.corner-bottom-right::before {
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -moz-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -ms-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -o-transform: translateX(50%) translateY(50%) rotate(-45deg);
    transform: translateX(50%) translateY(50%) rotate(-45deg)
}

.facility-field .info-box .close {
    position: absolute;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #f36f21;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.facility-field .info-box .close svg {
    fill: #fff;
    width: 16px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.facility-field .info-box .close:hover {
    background-color: #de5301
}

.facility-field .info-box .close:hover svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.facility-field .info-box .wrapper {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
    background-color: #fff
}

.facility-field .info-box .wrapper .images .item {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    display: block
}

.facility-field .info-box .wrapper .images .item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.facility-field .info-box .wrapper .text {
    text-align: center;
    padding: 30px 45px
}

.facility-field .info-box .wrapper .text .name {
    color: #f36f21;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px
}

.facility-field .info-box .wrapper .text .expo {
    color: #535353;
    line-height: 1.25
}

.facility-gallery {
    overflow: hidden;
    isolation: isolate;
    position: relative
}

.facility-gallery .heading .title {
    line-height: 1.25;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.facility-gallery .heading .split {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin: 0 30px
}

.facility-gallery .heading .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.facility-gallery .heading .navigation .prev,.facility-gallery .heading .navigation .next {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.facility-gallery .heading .navigation .prev svg,.facility-gallery .heading .navigation .next svg {
    width: 20px;
    height: 20px;
    fill: #000;
    stroke: #000;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.facility-gallery .heading .navigation .prev:hover,.facility-gallery .heading .navigation .next:hover {
    background-color: #f36f21
}

.facility-gallery .heading .navigation .prev:hover svg,.facility-gallery .heading .navigation .next:hover svg {
    fill: #fff;
    stroke: #fff
}

.facility-gallery .heading .navigation .prev.swiper-button-disabled,.facility-gallery .heading .navigation .next.swiper-button-disabled {
    opacity: .25;
    pointer-events: none
}

.facility-gallery .facility-gallery-carousel {
    overflow: visible;
    height: 380px
}

.facility-gallery .facility-gallery-carousel::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    left: unset;
    right: 100%;
    background-color: #f7f7f7;
    z-index: 5
}

.facility-gallery .facility-gallery-carousel .image {
    display: block;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 350px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.facility-gallery .facility-gallery-carousel .image:hover {
    height: 380px;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.facility-gallery .facility-gallery-carousel .image:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.facility-gallery .facility-gallery-carousel .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.editor {
    color: #535353;
    font-size: 1rem;
    line-height: 1.75
}

.editor:not(.no-space)>*:not(:last-child) {
    margin-bottom: 22.5px
}

.editor.bigger-paragraph p {
    font-size: 1.25rem
}

.editor.bigger-paragraph em {
    font-size: 1.5rem
}

.editor.bigger-paragraph ul>li,.editor.bigger-paragraph ol>li {
    font-size: 1.25rem
}

.editor h1,.editor h2,.editor h3,.editor h4 {
    line-height: 1.3125;
    color: #3a3a3a
}

.editor h1 {
    font-size: 3rem
}

.editor h2 {
    font-size: 2.625rem
}

.editor h3 {
    font-size: 2.25rem
}

.editor h4 {
    font-size: 1.75rem
}

.editor h5 {
    font-size: 1.625rem
}

.editor h6 {
    font-size: 1.375rem
}

.editor strong,.editor b {
    font-weight: bold
}

.editor u {
    text-decoration: none;
    border-bottom: 1px solid #f36f21
}

.editor i {
    font-style: italic
}

.editor p {
    font-size: 1rem;
    color: #535353
}

.editor em {
    display: block;
    font-size: 1.25rem;
    color: #535353
}

.editor a {
    color: #f36f21;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.editor a:hover {
    color: #bd4d0a
}

.editor blockquote {
    position: relative;
    font-style: italic;
    padding-top: 30px
}

.editor blockquote::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC41NyAxOS40MSI+PHBhdGggZD0iTTguMDEsMy41Yy0zLjA1LC40My00LjQ2LDQuODQtNC4wNiw3Ljc5aDQuMDZ2OC4xMkguMDdDLS4wMiwxMi4zMy0uOTYsMS4wNSw4LjAxLDBWMy41Wm0xMi41NiwwYy0zLjM5LC41Ni00LjUxLDQuODMtNC4wNiw3Ljc5aDQuMDZ2OC4xMmgtNy45N2MtLjAyLTYuNjgtMS4xNC0xOC40NCw3Ljk3LTE5LjQxVjMuNVoiLz48L3N2Zz4=");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(30%) sepia(100%) saturate(2714%) hue-rotate(218deg) brightness(74%) contrast(114%);
    filter: invert(30%) sepia(100%) saturate(2714%) hue-rotate(218deg) brightness(74%) contrast(114%)
}

.editor ul li,.editor ol li {
    font-size: 1rem;
    line-height: 1.75;
    color: #535353;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px
}

.editor ul li::before,.editor ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
    width: 6px;
    height: 6px;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    background-color: #f36f21;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.editor img {
    max-width: 100%
}

.editor.center {
    text-align: center
}

@media only screen and (max-width: 1366px) {
    .editor {
        font-size:1.125rem;
        line-height: 1.5
    }

    .editor>*:not(:last-child) {
        margin-bottom: 20px
    }

    .editor h1,.editor h2,.editor h3,.editor h4 {
        line-height: 1.125
    }

    .editor h1 {
        font-size: 2.625rem
    }

    .editor h2 {
        font-size: 2.375rem
    }

    .editor h3 {
        font-size: 1.875rem
    }

    .editor h4 {
        font-size: 1.625rem
    }

    .editor h5 {
        font-size: 1.375rem
    }

    .editor h6 {
        font-size: 1.25rem
    }

    .editor p {
        font-size: 1.125rem
    }

    .editor em {
        font-size: 1.375rem
    }

    .editor ul li,.editor ol li {
        font-size: 1.125rem;
        margin-bottom: 10px
    }

    .editor ul li::before,.editor ol li::before {
        -webkit-transform: translateY(1.125rem);
        -moz-transform: translateY(1.125rem);
        -ms-transform: translateY(1.125rem);
        -o-transform: translateY(1.125rem);
        transform: translateY(1.125rem)
    }

    .editor.bigger-paragraph p {
        font-size: 1.125rem
    }

    .editor.bigger-paragraph em {
        font-size: 1.375rem
    }

    .editor.bigger-paragraph ul>li,.editor.bigger-paragraph ol>li {
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 1024px) {
    .editor {
        font-size:1rem;
        line-height: 1.5
    }

    .editor>*:not(:last-child) {
        margin-bottom: 20px
    }

    .editor h1,.editor h2,.editor h3,.editor h4 {
        line-height: 1.125
    }

    .editor h1 {
        font-size: 2.25rem
    }

    .editor h2 {
        font-size: 2.125rem
    }

    .editor h3 {
        font-size: 1.625rem
    }

    .editor h4 {
        font-size: 1.5rem
    }

    .editor h5 {
        font-size: 1.25rem
    }

    .editor h6 {
        font-size: 1.125rem
    }

    .editor p {
        font-size: 1rem
    }

    .editor em {
        font-size: 1.25rem
    }

    .editor ul li,.editor ol li {
        font-size: 1rem;
        margin-bottom: 10px
    }

    .editor ul li::before,.editor ol li::before {
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        -o-transform: translateY(1rem);
        transform: translateY(1rem)
    }

    .editor.bigger-paragraph p {
        font-size: 1rem
    }

    .editor.bigger-paragraph em {
        font-size: 1.25rem
    }

    .editor.bigger-paragraph ul>li,.editor.bigger-paragraph ol>li {
        font-size: 1rem
    }
}

@media only screen and (max-width: 600px) {
    .editor>*:not(:last-child) {
        margin-bottom:15px
    }

    .editor h1 {
        font-size: 1.875rem
    }

    .editor h2 {
        font-size: 1.75rem
    }

    .editor h3 {
        font-size: 1.375rem
    }

    .editor h4 {
        font-size: 1.125rem
    }

    .editor h5 {
        font-size: 1rem
    }

    .editor h6 {
        font-size: 1rem
    }

    .editor em {
        font-size: 1.125rem
    }

    .editor ul li,.editor ol li {
        font-size: .875rem;
        margin-bottom: 7.5px
    }

    .editor ul li::before,.editor ol li::before {
        -webkit-transform: translateY(0.875rem);
        -moz-transform: translateY(0.875rem);
        -ms-transform: translateY(0.875rem);
        -o-transform: translateY(0.875rem);
        transform: translateY(0.875rem)
    }

    .editor.bigger-paragraph p {
        font-size: 1rem
    }

    .editor.bigger-paragraph em {
        font-size: 1.125rem
    }

    .editor.bigger-paragraph ul>li,.editor.bigger-paragraph ol>li {
        font-size: .875rem
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    5% {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(1) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1) translateZ(0) translate3d(0, 0, 0)
    }

    50% {
        opacity: .5;
        -webkit-transform: scale(1.9) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(1.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(1.9) translateZ(0) translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.9) translateZ(0) translate3d(0, 0, 0);
        -moz-transform: scale(2.9) translateZ(0) translate3d(0, 0, 0);
        transform: scale(2.9) translateZ(0) translate3d(0, 0, 0)
    }
}

@keyframes copied {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 0
    }

    20% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    80% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        -moz-transform: translateX(-50%) translateY(-15px);
        -o-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
        opacity: 0
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -moz-transform: rotate(-22deg);
        -o-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -moz-transform: rotate(22deg);
        -o-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px
}

.form .item {
    position: relative
}

.form .item input:not([type=checkbox]),.form .item textarea,.form .item select {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 60px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    font-size: 1rem;
    color: #535353;
    background-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 1px #e0e0e0;
    -moz-box-shadow: 0 0 0 1px #e0e0e0;
    box-shadow: 0 0 0 1px #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.form .item input:not([type=checkbox])::-webkit-search-decoration,.form .item input:not([type=checkbox])::-webkit-search-cancel-button,.form .item input:not([type=checkbox])::-webkit-search-results-button,.form .item input:not([type=checkbox])::-webkit-search-results-decoration,.form .item textarea::-webkit-search-decoration,.form .item textarea::-webkit-search-cancel-button,.form .item textarea::-webkit-search-results-button,.form .item textarea::-webkit-search-results-decoration,.form .item select::-webkit-search-decoration,.form .item select::-webkit-search-cancel-button,.form .item select::-webkit-search-results-button,.form .item select::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.form .item input:not([type=checkbox])::-webkit-inner-spin-button,.form .item input:not([type=checkbox])::-webkit-calendar-picker-indicator,.form .item textarea::-webkit-inner-spin-button,.form .item textarea::-webkit-calendar-picker-indicator,.form .item select::-webkit-inner-spin-button,.form .item select::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

.form .item input:not([type=checkbox])::-ms-expand,.form .item textarea::-ms-expand,.form .item select::-ms-expand {
    display: none
}

.form .item input:not([type=checkbox])::-webkit-input-placeholder, .form .item textarea::-webkit-input-placeholder, .form .item select::-webkit-input-placeholder {
    color: rgba(83,83,83,.5)
}

.form .item input:not([type=checkbox]):-moz-placeholder, .form .item textarea:-moz-placeholder, .form .item select:-moz-placeholder {
    color: rgba(83,83,83,.5)
}

.form .item input:not([type=checkbox])::-moz-placeholder, .form .item textarea::-moz-placeholder, .form .item select::-moz-placeholder {
    color: rgba(83,83,83,.5)
}

.form .item input:not([type=checkbox]):-ms-input-placeholder, .form .item textarea:-ms-input-placeholder, .form .item select:-ms-input-placeholder {
    color: rgba(83,83,83,.5)
}

.form .item input:not([type=checkbox])::-ms-input-placeholder, .form .item textarea::-ms-input-placeholder, .form .item select::-ms-input-placeholder {
    color: rgba(83,83,83,.5)
}

.form .item input:not([type=checkbox])::placeholder,.form .item textarea::placeholder,.form .item select::placeholder {
    color: rgba(83,83,83,.5)
}

.form .item input:not([type=checkbox]):hover,.form .item textarea:hover,.form .item select:hover {
    -webkit-box-shadow: 0 0 0 1px #cfcfcf;
    -moz-box-shadow: 0 0 0 1px #cfcfcf;
    box-shadow: 0 0 0 1px #cfcfcf
}

.form .item input:not([type=checkbox]):focus,.form .item textarea:focus,.form .item select:focus {
    -webkit-box-shadow: 0 0 0 1px #f36f21;
    -moz-box-shadow: 0 0 0 1px #f36f21;
    box-shadow: 0 0 0 1px #f36f21
}

.form .item.error input:not([type=checkbox]),.form .item.error textarea,.form .item.error select {
    -webkit-box-shadow: 0 0 0 1px #bd0a0a !important;
    -moz-box-shadow: 0 0 0 1px #bd0a0a !important;
    box-shadow: 0 0 0 1px #bd0a0a !important
}

.form .item.error .tooltip {
    color: #e91010;
    margin: 10px 0 0 10px;
    font-size: .875rem
}

.form .item textarea {
    padding: 20px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.form .item.size--1 {
    grid-column: span 1
}

.form .item.size--2 {
    grid-column: span 2
}

.form .item.size--3 {
    grid-column: span 3
}

.form .item.size--4 {
    grid-column: span 4
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    -webkit-box-shadow: inset 0 0 0 1px #f36f21;
    -moz-box-shadow: inset 0 0 0 1px #f36f21;
    box-shadow: inset 0 0 0 1px #f36f21
}

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

.custom-acceptance-input.error .box input+.checkbox {
    -webkit-box-shadow: inset 0 0 0 1px red !important;
    -moz-box-shadow: inset 0 0 0 1px red !important;
    box-shadow: inset 0 0 0 1px red !important
}

.custom-acceptance-input .box {
    position: relative;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.custom-acceptance-input .box input {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.custom-acceptance-input .box input:hover+.checkbox {
    -webkit-box-shadow: inset 0 0 0 1px #cfcfcf;
    -moz-box-shadow: inset 0 0 0 1px #cfcfcf;
    box-shadow: inset 0 0 0 1px #cfcfcf
}

.custom-acceptance-input .box input:checked+.checkbox {
    -webkit-box-shadow: inset 0 0 0 1px #f36f21;
    -moz-box-shadow: inset 0 0 0 1px #f36f21;
    box-shadow: inset 0 0 0 1px #f36f21
}

.custom-acceptance-input .box input:checked+.checkbox::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.custom-acceptance-input .box .checkbox {
    background-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    width: 24px;
    height: 24px;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0);
    transition: .3s ease all
}

.custom-acceptance-input .box .checkbox::after {
    content: "";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    width: 9.6px;
    height: 9.6px;
    background-color: #f36f21;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.custom-acceptance-input .text {
    color: rgba(83,83,83,.75)
}

.custom-acceptance-input .text a {
    color: rgba(83,83,83,.75);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    font-weight: 600
}

.custom-acceptance-input .text a:hover {
    color: #f36f21
}

.custom-select {
    position: relative
}

.custom-select svg {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 14px;
    fill: #707070
}

.custom-select select {
    padding-right: 45px
}

@media only screen and (max-width: 600px) {
    .form {
        grid-template-columns:minmax(0, 1fr) !important
    }

    .form .item.size--1,.form .item.size--2,.form .item.size--3,.form .item.size--4 {
        grid-column: unset !important
    }
}

.form-result {
    padding: 10px 15px 10px 50px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.form-result::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain
}

.form-result.error {
    -webkit-box-shadow: inset 0 0 0 1px #bd0a0a;
    -moz-box-shadow: inset 0 0 0 1px #bd0a0a;
    box-shadow: inset 0 0 0 1px #bd0a0a;
    color: #e91010
}

.form-result.error::before {
    -webkit-filter: invert(13%) sepia(91%) saturate(7452%) hue-rotate(357deg) brightness(96%) contrast(94%);
    filter: invert(13%) sepia(91%) saturate(7452%) hue-rotate(357deg) brightness(96%) contrast(94%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODcuMTUgMzU0LjEzIj48cGF0aCBkPSJNMCwyNzkuMmMxLjkyLTE3LjYxLDExLjI2LTMyLjA3LDE5Ljg4LTQ2Ljg1LDcuMjktMTIuNTEsMTQuNS0yNS4wNywyMS43NS0zNy42MSwzMC40Mi01Mi42Nyw2MC44OS0xMDUuMzEsOTEuMjQtMTU4LjAyLDExLjA3LTE5LjIyLDI3LjAzLTMxLjMyLDQ5LjAxLTM1LjYxLDI0LjkyLTQuODYsNTQuMyw2LjU0LDY3LjY3LDI4LjEsMTQuMzMsMjMuMTEsMjcuNjQsNDYuODUsNDEuMjYsNzAuMzksMjguNyw0OS41OSw1Ny4yOCw5OS4yNSw4NS45NywxNDguODQsOS4yNywxNi4wMywxMi43LDMyLjkzLDguNzYsNTEuMjItNi44NywzMS44Ny0zNC45Nyw1NC4zLTY4LjY4LDU0LjQxLTM2LjU2LC4xMi03My4xMiwuMDMtMTA5LjY3LC4wMy00NS41MSwwLTkxLjAyLC4wMi0xMzYuNTIsMC0yMi4wNS0uMDEtNDAuNTMtNy45Ny01NC43My0yNS4wOC04LjQtMTAuMTItMTMuMzctMjEuODEtMTUuMjctMzQuODItLjE0LS45Ny0uNDQtMS45Mi0uNjctMi44OHYtMTIuMVptMTkyLjk2LDQzLjY3YzQwLjgzLDAsODEuNjYtLjAyLDEyMi40OSwuMDEsMTEuNjEsLjAxLDIxLjg1LTMuMjksMjkuOTQtMTEuOTUsMTIuMS0xMi45NSwxMy44Ni0zMC4zOSw0LjYzLTQ2LjM4LTMyLjU4LTU2LjQ5LTY1LjE5LTExMi45Ni05Ny44Mi0xNjkuNDItOS4xMy0xNS44LTE3LjkyLTMxLjgzLTI3LjY2LTQ3LjI1LTcuODYtMTIuNDUtMjAuMDQtMTcuNjQtMzQuNjgtMTYuMjgtMTMuNjQsMS4yNi0yMy4xMSw4Ljc1LTI5Ljg0LDIwLjQ1LTMyLjEsNTUuNzUtNjQuMzQsMTExLjQxLTk2LjUxLDE2Ny4xMi05LjUsMTYuNDYtMTkuMzUsMzIuNzQtMjguMjQsNDkuNTMtNi42NSwxMi41NS01LjMyLDI1LjQxLDIuNDMsMzcuMyw3Ljg0LDEyLjAzLDE5LjQ4LDE2Ljg4LDMzLjUyLDE2Ljg3LDQwLjU4LS4wMyw4MS4xNi0uMDEsMTIxLjc0LS4wMVptOC44My0yMTIuMzljLTE0LjQzLTYuNzEtMjkuNTMsNS4yNi0yOC40MSwyMi4xOSwxLjM0LDIwLjIyLDIuNDcsNDAuNDYsMy43Myw2MC42OSwuNjIsOS45MiwuOTcsMTkuODgsMi4wOSwyOS43NCwuODIsNy4yNiw2Ljk4LDEyLjAzLDE0LjE4LDEyLjE0LDcuMiwuMTEsMTMuNDYtNC44OCwxNC42OC0xMi4xNCwuNi0zLjU3LC40My03LjI3LC42NC0xMC45LDEuNTQtMjYuNTIsMy4wOC01My4wNCw0LjYyLTc5LjU2LC42MS05LjctMi4xNy0xNy44LTExLjU0LTIyLjE2Wm0xMS4yOSwxNTkuMDhjLjM2LTExLjI2LTguMDktMjAuNDItMTkuMDMtMjAuNjMtMTAuNzUtLjIxLTE5LjkxLDguNTEtMjAuMTksMTkuMjEtLjI4LDExLjAyLDguMzQsMjAuMTIsMTkuMzMsMjAuNDEsMTAuNiwuMjcsMTkuNTQtOC4yNiwxOS44OC0xOC45OVoiLz48L3N2Zz4=")
}

.form-result.success {
    -webkit-box-shadow: inset 0 0 0 1px #0abd55;
    -moz-box-shadow: inset 0 0 0 1px #0abd55;
    box-shadow: inset 0 0 0 1px #0abd55;
    color: #0abd55
}

.form-result.success::before {
    -webkit-filter: invert(64%) sepia(19%) saturate(5627%) hue-rotate(99deg) brightness(89%) contrast(92%);
    filter: invert(64%) sepia(19%) saturate(5627%) hue-rotate(99deg) brightness(89%) contrast(92%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDguNjggNDA4Ljg4Ij48cGF0aCBkPSJNNDA4LjY4LDE5Mi40NXYyMy45NmMtLjMzLDIuODctLjY2LDUuNzUtLjk4LDguNjItNC44OSw0NC0yMS43LDgyLjgtNTEuMzQsMTE1LjcxLTMxLjQ3LDM0Ljk0LTcwLjQ4LDU2Ljc1LTExNi44OCw2NC45Ni03LjY5LDEuMzYtMTUuNDksMi4xMy0yMy4yMywzLjE4aC0yMy45NmMtNi44NC0uODYtMTMuNzItMS40OC0yMC41MS0yLjYxLTQyLjY5LTcuMTMtNzkuOS0yNS41MS0xMTAuNTItNTYuMTFDMTUuMzMsMzA0LjI2LTQuODgsMjQ4LjQ3LC45OSwxODMuODdjMy45NC00My4zNiwyMC45MS04MS42OSw0OS45LTExNC4yNkM4OS40LDI2LjM3LDEzNy44NSwzLjA3LDE5NS42OCwuMjVjNDAuMzItMS45Niw3OC4yMyw3LjQ0LDExMi43NSwyOC40OSw1My4wNiwzMi4zNiw4NS42MSw3OS4yNiw5Ny4wOCwxNDAuNSwxLjQzLDcuNjcsMi4xNCwxNS40NywzLjE4LDIzLjIxWk0yMDQuMSwzMS43NGMtOTUuMzcsLjIyLTE3Mi41OSw3Ny41Ni0xNzIuNSwxNzIuNzYsLjA5LDk1LjMzLDc3LjM2LDE3Mi41OSwxNzIuNjQsMTcyLjYzLDk1LjMzLC4wNCwxNzMuMDUtNzcuOCwxNzIuNy0xNzIuOTYtLjM1LTk1LjQyLTc3Ljc2LTE3Mi42NS0xNzIuODQtMTcyLjQzWm0tMjguMzIsMjA1LjY0Yy0xNC4yNy0xNC41Mi0yOC40OC0yOS4xLTQyLjg2LTQzLjUtNi45Mi02LjkzLTE2LjM3LTcuMDQtMjIuODMtLjY4LTYuNDQsNi4zNC02LjQ5LDE1Ljg1LC4zMiwyMi44NCwxOS4wNCwxOS41MywzOC4yMywzOC45Miw1Ny4zNiw1OC4zNiw0LjIzLDQuMyw5LjQ5LDYuNTMsMTUuMiw0LjY4LDMuNy0xLjE5LDcuMzktMy43NiwxMC4wNS02LjY2LDIzLjk1LTI2LjA1LDQ3LjY4LTUyLjMyLDcxLjQ2LTc4LjUyLDExLjE4LTEyLjMxLDIyLjM0LTI0LjY1LDMzLjU0LTM2Ljk0LDMuNzgtNC4xNCw2LjAzLTguODEsNC45My0xNC41MS0xLjI0LTYuNDMtNS4wNC0xMC43OS0xMS40MS0xMi41NC02Ljc1LTEuODYtMTIuMjQsLjUtMTYuODEsNS41My0xNi4wOSwxNy43NC0zMi4xOCwzNS40Ny00OC4yOCw1My4yLTE1LjY1LDE3LjIzLTMxLjMsMzQuNDYtNDcuNTcsNTIuMzgtMS4yMS0xLjQyLTIuMDktMi42LTMuMTEtMy42NFoiLz48L3N2Zz4=")
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    position: relative;
    cursor: pointer;
    height: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    padding: 0 45px;
    background-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.button .text,.button .icon,.button .icon svg {
    position: relative;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.button .text {
    display: block;
    white-space: nowrap;
    line-height: 1
}

.button .icon svg {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%
}

.button::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-webkit-calc(-100% - 5px));
    -moz-transform: translateX(-moz-calc(-100% - 5px));
    -ms-transform: translateX(calc(-100% - 5px));
    -o-transform: translateX(calc(-100% - 5px));
    transform: translateX(calc(-100% - 5px));
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    -moz-transition: .45s ease all;
    transition: .45s ease all
}

.button.loading {
    pointer-events: none
}

.button.loading .text,.button.loading .icon {
    opacity: 0
}

.button.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-bottom-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg)
    }
}

.button-icon-size--10 .icon svg {
    width: 10px !important;
    height: 10px !important
}

.button-icon-size--14 .icon svg {
    width: 14px !important;
    height: 14px !important
}

.button-icon-position-right--15 .icon {
    margin-left: 15px !important
}

.button-style-bg-tango {
    background-color: #f36f21
}

.button-style-bg-tango .text {
    color: #fff
}

.button-style-bg-tango .icon svg {
    fill: #fff
}

.button-style-bg-tango:hover {
    background-color: #000
}

.button-style-bg-white {
    background-color: #fff
}

.button-style-bg-white .text {
    color: #535353
}

.button-style-bg-white .icon svg {
    fill: #535353
}

.button-style-bg-white:hover {
    background-color: #f36f21
}

.button-style-bg-white:hover .text {
    color: #fff
}

.button-style-bg-white:hover .icon svg {
    fill: #fff
}

.button-style-br-tango {
    -webkit-box-shadow: inset 0 0 0 2px #f36f21;
    -moz-box-shadow: inset 0 0 0 2px #f36f21;
    box-shadow: inset 0 0 0 2px #f36f21
}

.button-style-br-tango .text {
    color: #f36f21
}

.button-style-br-tango .icon svg {
    fill: #f36f21
}

.button-style-br-tango:hover {
    background-color: #f36f21
}

.button-style-br-tango:hover .text {
    color: #fff
}

.button-style-br-tango:hover .icon svg {
    fill: #fff
}

.button-style-br-black {
    -webkit-box-shadow: inset 0 0 0 2px #a8a8a8;
    -moz-box-shadow: inset 0 0 0 2px #a8a8a8;
    box-shadow: inset 0 0 0 2px #a8a8a8
}

.button-style-br-black .text {
    color: #000
}

.button-style-br-black .icon svg {
    fill: #000
}

.button-style-br-black:hover {
    -webkit-box-shadow: inset 0 0 0 2px #f36f21;
    -moz-box-shadow: inset 0 0 0 2px #f36f21;
    box-shadow: inset 0 0 0 2px #f36f21
}

.button-style-br-black:hover .text {
    color: #f36f21
}

.button-style-br-black:hover .icon svg {
    fill: #f36f21
}

@media only screen and (max-width: 1440px) {
    footer .wrapper .content-bar .content {
        grid-gap:30px
    }

    .contact-wrapper .content {
        padding: 30px
    }

    .career-content .form-field .wrapper,.career-content .info .open-positions {
        padding: 45px
    }

    .about-map .map-wrapper .point {
        width: 12px
    }

    .index-projects .index-projects-carousel {
        height: 450px
    }

    .index-projects .index-projects-carousel .swiper-slide {
        height: 400px
    }

    .index-projects .index-projects-carousel .swiper-slide-active,.index-projects .index-projects-carousel .swiper-slide-duplicate-active {
        height: 450px
    }
}

@media only screen and (max-width: 1280px) {
    .career-content .form-field .wrapper,.career-content .info .open-positions {
        padding:30px
    }

    footer .wrapper .content-bar .content .split {
        display: none
    }

    footer .wrapper .content-bar .content .group-menu .list {
        grid-gap: 15px 30px
    }

    footer .wrapper .content-bar .content {
        grid-template-columns: minmax(0, 1fr)
    }

    .button {
        height: 50px;
        padding: 0 20px
    }

    .button .text {
        font-size: 16px !important
    }

    footer .wrapper .content-bar .content .logo-wrapper {
        margin: 0 auto
    }

    footer .wrapper .content-bar .content .contacts {
        max-width: 350px;
        width: 100%;
        margin: 0 auto
    }

    footer .wrapper .content-bar .content>.menu,footer .wrapper .content-bar .content>.group-menu {
        display: none
    }

    footer .wrapper .content-bar .content .social {
        margin: 0 auto;
        max-width: 350px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header .wrapper .tools {
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
        transform: unset !important
    }

    header .wrapper .logo {
        position: relative;
        left: unset;
        top: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .main-menu>li.menu-center,.main-menu>li.menu-center+li,.main-menu>li.menu-before,.main-menu>li.menu-after {
        padding-right: 30px;
        padding-left: 30px
    }

    header .wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .wrapper .tools .mobile-menu-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    header .wrapper .tools .search .trigger {
        width: 40px;
        height: 40px
    }

    header .wrapper .tools .search .trigger svg {
        width: 16px;
        height: 16px
    }

    header .wrapper .tools .search {
        padding-left: 0;
        border-left: 0 !important
    }

    header .wrapper .tools .language {
        padding-left: 0
    }

    header .wrapper .tools {
        gap: 20px
    }

    header .wrapper .tools .language .field {
        height: 40px
    }

    .main-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: auto;
        max-height: -webkit-calc(100vh - 140px);
        max-height: -moz-calc(100vh - 140px);
        max-height: calc(100vh - 140px);
        background-color: #fff;
        border-top: 1px solid #e8e8e8;
        padding: 15px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: hidden;
        overflow-y: auto
    }

    .main-menu span.trigger {
        position: absolute;
        right: 0;
        top: 20px;
        height: 30px;
        width: 30px;
        background-color: #f36f21;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        -moz-transition: .3s ease all;
        transition: .3s ease all;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        z-index: 5
    }

    .main-menu span.trigger::before {
        content: "";
        position: absolute;
        right: -30px;
        top: -20px;
        width: 90px;
        height: 66px
    }

    .main-menu span.trigger svg {
        width: 10px;
        height: 10px;
        fill: #fff;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        -moz-transition: .3s ease all;
        transition: .3s ease all
    }

    .main-menu span.trigger.active {
        background-color: #f36f21
    }

    .main-menu span.trigger.active svg {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .main-menu>li {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative
    }

    .main-menu>li+li {
        border-top: 1px solid #e8e8e8
    }

    .main-menu>li>a {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-menu>li>a {
        color: #535353 !important
    }

    .main-menu>li:hover>a {
        color: #f36f21 !important
    }

    .main-menu>li>a::before {
        content: unset;
        display: none
    }

    .main-menu>li.has-child .sub-menu {
        display: none;
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
        transform: unset !important;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
        opacity: 1;
        visibility: visible;
        pointer-events: visible
    }

    .main-menu>li.has-child .sub-menu .image {
        display: none
    }

    .main-menu>li.has-child .sub-menu .list {
        font-size: 16px !important
    }

    .main-menu>li.has-child .sub-menu>* {
        padding: 0 !important;
        padding-bottom: 30px !important;
        grid-template-columns: unset
    }

    .main-menu>li.has-child .sub-menu .list a {
        display: block;
        width: 100%
    }

    .main-menu>li.has-child .sub-menu .list a+a::before,.main-menu>li.has-child .sub-menu .list a::after {
        display: none;
        content: unset
    }

    .main-menu>li.has-child .sub-menu .list a+a {
        margin-top: 10px
    }

    .project-detail .detail-box {
        padding: 30px 45px
    }

    .contact-wrapper #map {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        height: 450px
    }

    .contact-wrapper .content {
        max-width: unset
    }

    .contact-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 0
    }

    .contact-wrapper #map-marker .marker {
        width: 60px;
        height: 60px
    }

    .contact-wrapper #map-marker .marker svg {
        height: 35px
    }

    .blog-list .blog-el:first-child .content {
        padding: 45px
    }

    .facility-gallery .facility-gallery-carousel .image,.facility-gallery .facility-gallery-carousel {
        height: 300px
    }

    .facility-gallery .facility-gallery-carousel .image:hover {
        height: 300px;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .facility-statistics .statistics .item .image,.index-statistics .wrapper .statistics .item .image {
        width: 60px;
        height: 60px
    }

    .index-blogs .related-blog-carousel .swiper-slide:nth-child(odd) {
        margin-top: 0
    }

    .index-statistics .wrapper .card {
        padding: 45px
    }

    .index-projects .index-projects-carousel {
        margin-top: unset;
        height: 400px
    }

    .index-projects .index-projects-carousel .swiper-slide,.index-projects .index-projects-carousel .swiper-slide-active,.index-projects .index-projects-carousel .swiper-slide-duplicate-active {
        height: 400px
    }

    .index-projects .heading {
        margin-bottom: 45px;
        width: 100%
    }

    .index-hero .scroll-down {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    footer .wrapper .copyright-bar .content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    footer .wrapper .info-bar .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-prolog .clip,.about-princibles .clip {
        display: none
    }

    .breadcrumb .project-filter {
        display: none
    }

    .project-filter-mobile {
        display: block !important
    }

    .project-detail .detail-box {
        padding: 30px
    }

    .project-info .content .text .project-return {
        display: none
    }

    .project-info .scroll-down {
        display: none
    }

    .blog-list .blog-el:first-child {
        grid-column: unset
    }

    .blog-list .blog-el:first-child .content {
        padding: 30px
    }

    .blog-el .content {
        padding: 30px
    }

    .blog-return {
        display: none
    }

    .blog-options .date {
        height: 45px;
        padding: 0 15px
    }

    .facility-gallery .facility-gallery-carousel .image,.facility-gallery .facility-gallery-carousel {
        height: 250px
    }

    .facility-gallery .facility-gallery-carousel .image:hover {
        height: 250px;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .facility-field .info-box::before {
        display: none;
        content: unset
    }

    .facility-field .info-box {
        left: 50% !important;
        top: 50% !important;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.9);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.9);
        transform: translateX(-50%) translateY(-50%) scale(0.9);
        max-width: 80%;
        width: 100%
    }

    .facility-field .info-box.active {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1)
    }

    .facility-field .info-box .wrapper .text {
        padding: 30px
    }

    .facility-field .info-box .wrapper .text {
        max-height: 150px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .facility-field .info-box .close {
        width: 35px;
        height: 35px
    }

    .facility-field .info-box .close svg {
        width: 14px
    }

    .index-statistics .wrapper .card {
        padding: 30px
    }

    .index-statistics .wrapper .statistics .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px)
    }

    .index-statistics .wrapper .statistics {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-projects .index-projects-carousel,.index-projects .index-projects-carousel .swiper-slide,.index-projects .index-projects-carousel .swiper-slide-active,.index-projects .index-projects-carousel .swiper-slide-duplicate-active {
        height: 350px
    }

    .index-about .image {
        display: none
    }

    .index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .shown .image {
        width: 60px;
        height: 45px
    }

    .index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide .info .shown {
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        transform: translateY(80px)
    }

    .index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide.active .info .shown .title,.index-hero .hero-carousel .swiper-wrapper .swiper-slide .slide:hover .info .shown .title {
        opacity: 1;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumb .roadmap {
        display:none
    }

    footer .wrapper .info-bar .content .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .wrapper .info-bar .content .text .expo {
        max-width: unset;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
        border-left: 0;
        text-align: center
    }

    footer .wrapper .info-bar .content .text .heading {
        text-align: center
    }

    footer .wrapper .info-bar .content .text .link {
        display: none
    }

    .breadcrumb .content .inner::after,.breadcrumb .content .inner::before {
        display: none;
        content: unset
    }

    .about-map .info {
        padding: 15px 30px;
        line-height: 1.25
    }

    .project-el .shown {
        display: none
    }

    .project-el .hide {
        position: relative;
        left: unset;
        top: unset
    }

    .project-el .hide .image {
        opacity: 1;
        visibility: visible;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }

    .project-el .hide .detail {
        opacity: 1;
        visibility: visible;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        padding: 30px
    }

    .project-filter .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .project-filter {
        height: unset;
        width: 100%;
        padding: 20px
    }

    .project-filter .list .item {
        height: 45px;
        width: 100%
    }

    .project-filter .list .split {
        margin: 10px 0
    }

    .project-filter .list .item {
        background-color: #e8e8e8
    }

    .project-info .content .text .headline .category {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

    .project-info .content .carousel .project-thumbs-navigation .prev,.project-info .content .carousel .project-thumbs-navigation .next {
        height: 25px;
        width: 30px
    }

    .project-info .content .carousel .project-thumbs-navigation .prev svg,.project-info .content .carousel .project-thumbs-navigation .next svg {
        height: 10px;
        width: 10px
    }

    .related-projects .heading .split,.blog-related .split,.facility-gallery .heading .split,.index-projects .heading .split {
        display: none
    }

    .related-project .content {
        padding: 20px 30px
    }

    .blog-options .share a svg {
        width: 15px;
        height: 15px
    }

    .blog-options .actions .item svg {
        width: 15px;
        height: 15px
    }

    .facility-statistics .statistics .item .image,.index-statistics .wrapper .statistics .item .image {
        width: 45px;
        height: 45px
    }

    .facility-statistics .statistics {
        width: 100%
    }

    .facility-statistics .statistics .item {
        margin: 0 auto
    }

    .blog-el .content .more {
        margin-left: 20px
    }

    .blog-el .content .more svg {
        width: 15px;
        height: 15px
    }

    .index-projects .index-projects-carousel,.index-projects .index-projects-carousel .swiper-slide,.index-projects .index-projects-carousel .swiper-slide-active,.index-projects .index-projects-carousel .swiper-slide-duplicate-active {
        height: 300px
    }

    .index-projects .heading {
        margin-bottom: 30px
    }

    .index-about .play-video svg {
        width: 45px;
        height: 45px
    }
}

@media only screen and (max-width: 480px) {
    footer .wrapper .info-bar .content .certificates .list .item {
        width:60px;
        height: 60px
    }

    footer .wrapper .info-bar .content .certificates .list .split {
        height: 45px;
        margin: 0 15px
    }

    footer .wrapper .copyright-bar .content .group .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px
    }

    footer .wrapper .copyright-bar .content .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    header .wrapper .tools {
        gap: 15px
    }

    .facility-field .info-box .wrapper .text {
        padding: 20px
    }

    .index-projects .index-projects-carousel,.index-projects .index-projects-carousel .swiper-slide,.index-projects .index-projects-carousel .swiper-slide-active,.index-projects .index-projects-carousel .swiper-slide-duplicate-active {
        height: 250px
    }
}

.spot-point, [title="spot0"], [title="spot1"] {
    overflow: visible !important;
}
