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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

.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: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

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

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027%2044'%3E%3Cpath%20d='M0%2022L22%200l2.1%202.1L4.2%2022l19.9%2019.9L22%2044%200%2022z'%20fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027%2044'%3E%3Cpath%20d='M27%2022L5%2044l-2.1-2.1L22.8%2022%202.9%202.1%205%200l22%2022z'%20fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027%2044'%3E%3Cpath%20d='M0%2022L22%200l2.1%202.1L4.2%2022l19.9%2019.9L22%2044%200%2022z'%20fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027%2044'%3E%3Cpath%20d='M27%2022L5%2044l-2.1-2.1L22.8%2022%202.9%202.1%205%200l22%2022z'%20fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027%2044'%3E%3Cpath%20d='M0%2022L22%200l2.1%202.1L4.2%2022l19.9%2019.9L22%2044%200%2022z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027%2044'%3E%3Cpath%20d='M27%2022L5%2044l-2.1-2.1L22.8%2022%202.9%202.1%205%200l22%2022z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.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(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

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

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

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-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-active {
    opacity: 1;
    background: #007aff
}

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

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

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

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

.swiper-container-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);
    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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%20120%20120'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath%20id='a'%20stroke='%236c6c6c'%20stroke-width='11'%20stroke-linecap='round'%20d='M60%207v20'/%3E%3C/defs%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(30%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(60%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(90%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(120%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(150%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.37'%20transform='rotate(180%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.46'%20transform='rotate(210%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.56'%20transform='rotate(240%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.66'%20transform='rotate(270%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.75'%20transform='rotate(300%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.85'%20transform='rotate(330%2060%2060)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%20120%20120'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath%20id='a'%20stroke='%23fff'%20stroke-width='11'%20stroke-linecap='round'%20d='M60%207v20'/%3E%3C/defs%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(30%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(60%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(90%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(120%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.27'%20transform='rotate(150%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.37'%20transform='rotate(180%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.46'%20transform='rotate(210%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.56'%20transform='rotate(240%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.66'%20transform='rotate(270%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.75'%20transform='rotate(300%2060%2060)'/%3E%3Cuse%20xlink:href='%23a'%20opacity='.85'%20transform='rotate(330%2060%2060)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slbOverlay,
.slbWrap,
.slbWrapOuter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slbOverlay {
    overflow: hidden;
    z-index: 2000;
    background-color: #000;
    opacity: .7;
    -webkit-animation: slbOverlay .5s;
    -moz-animation: slbOverlay .5s;
    animation: slbOverlay .5s
}

.slbWrapOuter {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2010
}

.slbWrap {
    position: absolute;
    text-align: center
}

.slbWrap:before {
    content: "";
    height: 100%
}

.slbContentOuter,
.slbWrap:before {
    display: inline-block;
    vertical-align: middle
}

.slbContentOuter {
    position: relative;
    margin: 0 auto;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2020;
    text-align: left;
    max-width: 100%
}

.slbContentEl .slbContentOuter {
    padding: 5em 1em
}

.slbContent {
    position: relative
}

.slbContentEl .slbContent {
    background-color: #fff;
    box-shadow: 0 .2em 1em rgba(0, 0, 0, .4)
}

.slbContentEl .slbContent,
.slbImageWrap {
    -webkit-animation: slbEnter .3s;
    -moz-animation: slbEnter .3s;
    animation: slbEnter .3s
}

.slbImageWrap {
    position: relative
}

.slbImageWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    box-shadow: 0 .2em 1em rgba(0, 0, 0, .6);
    background-color: #fff
}

.slbDirectionNext .slbImageWrap {
    -webkit-animation: slbEnterNext .4s;
    -moz-animation: slbEnterNext .4s;
    animation: slbEnterNext .4s
}

.slbDirectionPrev .slbImageWrap {
    -webkit-animation: slbEnterPrev .4s;
    -moz-animation: slbEnterPrev .4s;
    animation: slbEnterPrev .4s
}

.slbImage {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 5em 0;
    margin: 0 auto
}

.slbCaption {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .71429em 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .7);
    text-align: center
}

.slbArrow,
.slbCloseBtn {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none
}

.slbArrow::-moz-focus-inner,
.slbCloseBtn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.slbArrow:hover,
.slbCloseBtn:hover {
    opacity: .5
}

.slbArrow:active,
.slbCloseBtn:active {
    opacity: .8
}

.slbCloseBtn {
    -webkit-animation: slbEnter .3s;
    -moz-animation: slbEnter .3s;
    animation: slbEnter .3s;
    font-size: 3em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: absolute;
    right: -.33333em;
    top: 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .7);
    text-align: center
}

.slbLoading .slbCloseBtn {
    display: none
}

.slbLoadingText {
    font-size: 1.4em;
    color: #fff;
    color: hsla(0, 0%, 100%, .9)
}

.slbArrows {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0
}

.slbLoading .slbArrows {
    display: none
}

.slbArrow {
    position: absolute;
    top: 50%;
    margin-top: -5em;
    width: 5em;
    height: 10em;
    opacity: .7;
    text-indent: -999em;
    overflow: hidden
}

.slbArrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.8em 0 0 -.8em;
    border: .8em solid transparent
}

.slbArrow.next {
    right: 0
}

.slbArrow.next:before {
    border-left-color: #fff
}

.slbArrow.prev {
    left: 0
}

.slbArrow.prev:before {
    border-right-color: #fff
}

.slbIframeCont {
    width: 80em;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 5em 0
}

.slbIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 .2em 1em rgba(0, 0, 0, .6);
    background: #000
}

@-webkit-keyframes slbOverlay {
    0% {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@-moz-keyframes slbOverlay {
    0% {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@keyframes slbOverlay {
    0% {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes slbEnter {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes slbEnter {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@keyframes slbEnter {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        -moz-transform: translate3d(0, -1em, 0);
        -ms-transform: translate3d(0, -1em, 0);
        -o-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slbEnterNext {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(4em, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes slbEnterNext {
    0% {
        opacity: 0;
        -moz-transform: translate3d(4em, 0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@keyframes slbEnterNext {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(4em, 0, 0);
        -moz-transform: translate3d(4em, 0, 0);
        -ms-transform: translate3d(4em, 0, 0);
        -o-transform: translate3d(4em, 0, 0);
        transform: translate3d(4em, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slbEnterPrev {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-4em, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes slbEnterPrev {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-4em, 0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@keyframes slbEnterPrev {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-4em, 0, 0);
        -moz-transform: translate3d(-4em, 0, 0);
        -ms-transform: translate3d(-4em, 0, 0);
        -o-transform: translate3d(-4em, 0, 0);
        transform: translate3d(-4em, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 661px;
    --breakpoint-md: 769px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}
.frame-type-text a {
   text-decoration: underline;
}
a:hover {
    color: #00438c
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    padding-top: 0;
    margin-bottom: 20px; /*1.2rem*/
    font-weight: 500;
    line-height: 1.2
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
    padding-top: 0;
}


.h1,
h1 {
    /*font-size: 2.5rem;*/
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300;
   font-size: 68px;
}

.h2,
h2 {
/*    font-size: 2rem;*/
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300;
    font-size: 38px;
}

.h3,
h3 {
/*    font-size: 1.75rem;*/
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300;
    font-size: 28px;
}
@media(max-width:768.98px) {
    .h1,
    h1 {
        font-size: 46px;
    }
    .h2,
    h2 {
        font-size: 34px;
    }
    .h3,
    h3 {
        font-size: 28px;
    }
}


.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:661px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media(min-width:769px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%
    }
}

@media(min-width:1025px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 965px
    }
}

@media(min-width:1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

.no-gutters,
.row {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:661px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:769px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media(max-width:660.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:768.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1279.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%2328a745'%20d='M2.3%206.73L.6%204.53c-.4-1.04.46-1.4%201.1-.8l1.1%201.4%203.4-3.8c.6-.63%201.6-.27%201.2.7l-4%204.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='5'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23343a40'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%2328a745'%20d='M2.3%206.73L.6%204.53c-.4-1.04.46-1.4%201.1-.8l1.1%201.4%203.4-3.8c.6-.63%201.6-.27%201.2.7l-4%204.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20fill='none'%20stroke='%23dc3545'%20viewBox='0%200%2012%2012'%3E%3Ccircle%20cx='6'%20cy='6'%20r='4.5'/%3E%3Cpath%20stroke-linejoin='round'%20d='M5.8%203.6h.4L6%206.5z'/%3E%3Ccircle%20cx='6'%20cy='8.2'%20r='.6'%20fill='%23dc3545'%20stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='5'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23343a40'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20fill='none'%20stroke='%23dc3545'%20viewBox='0%200%2012%2012'%3E%3Ccircle%20cx='6'%20cy='6'%20r='4.5'/%3E%3Cpath%20stroke-linejoin='round'%20d='M5.8%203.6h.4L6%206.5z'/%3E%3Ccircle%20cx='6'%20cy='8.2'%20r='.6'%20fill='%23dc3545'%20stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:661px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:661px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:769px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1025px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1280px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='4'%20viewBox='0%200%204%204'%3E%3Cpath%20stroke='%23fff'%20d='M0%202h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='5'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23343a40'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width:660.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:661px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:768.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:769px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:1024.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1025px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1279.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1280px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3E%3Cpath%20stroke='rgba(0,0,0,0.5)'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3E%3Cpath%20stroke='rgba(255,255,255,0.5)'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 0
}

@media(min-width:661px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap
    }

    .card-deck,
    .card-deck .card {
        margin-right: 0;
        margin-left: 0
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
}

.card-group>.card {
    margin-bottom: 0
}

@media(min-width:661px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:661px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:661px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:661px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:769px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1025px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1280px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:661px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:1025px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1280px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5L4.25%204l2.5-2.5L5.25%200z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5L3.75%204l-2.5%202.5L2.75%208l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:661px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:769px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1280px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:661px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:769px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1280px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:661px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:769px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1280px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:661px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:769px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1280px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

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

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

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

@media(min-width:661px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media(min-width:769px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media(min-width:1025px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media(min-width:1280px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

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

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

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

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
/*
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/OpenSans-SemiBold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: OpenSans-ExtraBold;
    src: url(../fonts/OpenSans-ExtraBold.woff2) format("woff2"), url(../fonts/OpenSans-ExtraBold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: OpenSansCondensed-Bold;
    src: url(../fonts/OpenSans_Condensed-Bold.woff2) format("woff2"), url(../fonts/OpenSansCondensed-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff) format("woff")
}
*/

body,
html {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    scroll-padding-top: 80px
}

.font-loaded body,
.font-loaded html {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

h2:last-child,
h3:last-child,
h4:last-child,
p:last-child {
    margin-bottom: 0
}

p {
    line-height: 22px;
    margin: 0 0 20px
}

@media(max-width:768.98px) {
    p {
        font-size: 14px;
        line-height: 20px
    }
}

img {
    max-width: 100%;
    height: auto
}

.main-content {
    overflow: hidden;
    padding-top: 80px
}

.main-content--visible-overflow {
    overflow-y: visible
}

.main-content--overflow {
    overflow: visible
}

.main-content--embed {
    padding-top: 0 !important;
    overflow: visible !important
}

.main-content--embed .breadcrumbs {
    display: none
}

.main-content--embed .js-add-to-comparison,
.main-content--embed .js-compare-btn {
    visibility: hidden
}

.main-content--embed .js-create-anchor,
.main-content--embed .js-cta,
.main-content--embed .js-scroll-to,
.main-content--embed .kentico-form {
    display: none
}

p {
    font-size: 16px;
    line-height: 1.5
}

@media(max-width:1024.98px) {
    p {
        font-size: 14px
    }
}

a {
    color: #0062c2
}

a.inline,
a:hover {
    text-decoration: underline
}

.container {
    padding: 0 40px !important
}

@media(max-width:768.98px) {
    .container {
        padding: 0 20px !important
    }
}

.container--elevate {
    margin-top: -60px
}

@media(max-width:1024.98px) {
    .container--elevate {
        margin-top: 0
    }
}

.container--right {
    margin: 0 0 0 auto;
    max-width: 100%;
    padding: 0 0 0 40px !important;
    width: calc(100% - (100% - 1400px)/2)
}

@media(max-width:1279.98px) {
    .container--right {
        padding: 0 0 0 30px !important;
        width: calc(100% - (100% - 965px)/2)
    }
}

@media(max-width:1024.98px) {
    .container--right {
        padding: 0 0 0 20px !important;
        width: 100%
    }
}

.container>.container {
    padding: 0 !important;
    width: 100% !important;
    position: relative
}

.container>.container--padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media(max-width:768.98px) {
    .container>.container--padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

.container--padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media(max-width:768.98px) {
    .container--padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

.headings-1-blue h1 {
    color: #0062c2
}

.headings-1-magenta h1 {
    color: #c0167b
}

.headings-1-turquoise h1 {
    color: #009eb7
}

.headings-1-violet h1 {
    color: #826fb0
}

.headings-1-yellow h1 {
    color: #cea100
}

.headings-1-black h1 {
    color: #000
}

.headings-2-blue h2 {
    color: #0062c2
}

.headings-2-magenta h2 {
    color: #c0167b
}

.headings-2-turquoise h2 {
    color: #009eb7
}

.headings-2-violet h2 {
    color: #826fb0
}

.headings-2-yellow h2 {
    color: #cea100
}

.headings-2-white h2 {
    color: #fff
}

.headings-2-black h2 {
    color: #000
}

.headings-3-blue h3 {
    color: #0062c2
}

.headings-3-magenta h3 {
    color: #c0167b
}

.headings-3-turquoise h3 {
    color: #009eb7
}

.headings-3-violet h3 {
    color: #826fb0
}

.headings-3-yellow h3 {
    color: #cea100
}

.headings-3-black h3 {
    color: #000
}

.row {
    margin: 0 !important
}

.main-title {
    font-weight: 300;
    font-size: 68px
}

.font-loaded .main-title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.main-title--product-info {
    line-height: 1;
    color: #000
}

@media(max-width:660.98px) {
    .main-title--product-info {
        display: none
    }
}

@media(max-width:1024.98px) {
    .main-title {
        font-size: 50px
    }
}

@media(max-width:660.98px) {
    .main-title {
        font-size: 24px
    }
}

.main-title--product-info-mobile {
    margin-bottom: .5rem;
    line-height: 1;
    color: #000;
    display: none;
    padding: 20px 10px 0
}

@media(max-width:660.98px) {
    .main-title--product-info-mobile {
        display: block
    }
}

.mid-level-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.1
}

.font-loaded .mid-level-title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .mid-level-title {
        font-size: 32px
    }
}

@media(max-width:1024.98px) {
    .mid-level-title {
        font-size: 28px
    }
}

@media(max-width:768.98px) {
    .mid-level-title {
        font-size: 24px
    }
}

@media(max-width:660.98px) {
    .mid-level-title {
        font-size: 22px
    }
}

.mid-level-title--margin-top {
    margin: 15px 0 0
}

.animatable-icon--service {
    width: 64px;
    height: 64px
}

.animatable-icon--software {
    width: 66px;
    height: 64px
}

.animatable-icon--hardware {
    width: 54px;
    height: 64px
}

.icon-title {
    font-size: 18px
}

.back,
.more {
    font-weight: 700;
    font-size: 14px;
    color: #3385d6;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer
}

.font-loaded .back,
.font-loaded .more {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.back:hover,
.more:hover {
    text-decoration: none;
    color: #015ab4
}

.back:hover:after,
.more:hover:after {
    background-image: url(../../images/circle-arrow-blue-hover.svg)
}

.back:after,
.more:after {
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../images/circle-arrow-blue.svg) no-repeat 100%
}

.more--icon-only:after {
    margin-left: 0
}

.more--plus-icon:hover:after {
    background-image: url(../images/circle-more-blue-hover.svg)
}

.more--plus-icon:after {
    background-image: url(../images/circle-more-blue.svg)
}

.more--no-icon:after {
    display: none
}

.back:before {
    content: "";
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/circle-arrow-blue.svg) no-repeat 100%;
    transform: rotate(-180deg)
}

.back:hover:before {
    background-image: url(../images/circle-arrow-blue-hover.svg)
}

.back:after {
    display: none
}

.tag {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #0062c2;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 20px
}

.font-loaded .tag {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.tag p {
    font-size: 12px;
    margin: 0
}

.grey-text {
    font-weight: 700;
    font-size: 13px;
    color: #c5c5c5
}

.font-loaded .grey-text {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .grey-text {
        font-size: 11px
    }
}

.grey-text--xs {
    font-size: 12px
}

@media(max-width:768.98px) {
    .grey-text--xs {
        font-size: 11px
    }
}

.grey-text--xs-dropdown {
    margin-top: -6px
}

.grey-text--dark {
    color: #6e758f
}

.kentico-form .large-button,
.large-button {
    font-weight: 600;
    font-size: 14px;
    background-color: #0062c2;
    padding: 11.5px 29px 11.5px 16px;
    border: 1px solid #0062c2;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out
}

.font-loaded .kentico-form .large-button,
.font-loaded .large-button {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {

    .kentico-form .large-button,
    .large-button {
        padding: 8px 29px 8px 16px
    }
}

.kentico-form .large-button:after,
.kentico-form .large-button:before,
.large-button:after,
.large-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px
}

.kentico-form .large-button:after,
.large-button:after {
    transform: rotate(45deg)
}

.kentico-form .large-button:hover,
.large-button:hover {
    color: #0062c2;
    background-color: #fff;
    text-decoration: none
}

@media(-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .product-info__button-container .kentico-form .large-button,
    .product-info__button-container .large-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 320px
    }
}

.kentico-form .large-button--uppercase,
.large-button--uppercase {
    text-transform: uppercase
}

.kentico-form .large-button--solution-page,
.large-button--solution-page {
    padding: 15px 150px
}

@media(max-width:768.98px) {

    .kentico-form .large-button--solution-page,
    .large-button--solution-page {
        margin-top: 35px
    }
}

@media(max-width:660.98px) {

    .kentico-form .large-button--solution-page,
    .large-button--solution-page {
        padding: 15px 80px
    }
}

.kentico-form .large-button--back,
.large-button--back {
    padding: 11.5px 16px 11.5px 29px
}

@media(max-width:768.98px) {

    .kentico-form .large-button--back,
    .large-button--back {
        padding: 8px 16px 8px 29px
    }
}

.kentico-form .large-button--back:after,
.kentico-form .large-button--back:before,
.large-button--back:after,
.large-button--back:before {
    right: auto;
    left: 15px;
    transform: translateY(-50%) rotate(45deg)
}

.kentico-form .large-button--back:after,
.large-button--back:after {
    transform: rotate(-45deg)
}

.kentico-form .large-button--blue,
.large-button--blue {
    background-color: #3385d6;
    color: #fff !important;
    box-shadow: 3px 5px 10px rgba(4, 66, 127, .25)
}

.kentico-form .large-button--blue:hover,
.large-button--blue:hover {
    color: #fff !important;
    background-color: #015ab4
}

.kentico-form .large-button--blue:after,
.large-button--blue:after {
    content: none
}

.kentico-form .large-button--submit,
.large-button--submit {
    position: relative;
    padding: 0;
    border: none
}

.kentico-form .large-button--submit:after,
.kentico-form .large-button--submit:before,
.large-button--submit:after,
.large-button--submit:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid #fff;
    margin-top: -2px;
    z-index: 50
}

.kentico-form .large-button--submit:after,
.large-button--submit:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

.kentico-form .large-button--submit:hover:after,
.kentico-form .large-button--submit:hover:before,
.large-button--submit:hover:after,
.large-button--submit:hover:before {
    border-right: 2px solid #0062c2
}

.kentico-form .large-button--ext-link:before,
.large-button--ext-link:before {
    background: url(../images/external-link-white.svg);
    right: 8px;
    width: 15px;
    height: 15px;
    border-right: none;
    transform: translateY(-50%);
    margin-top: 0;
    transition: background .15s ease-in-out
}

@media(max-width:768.98px) {

    .kentico-form .large-button--ext-link:before,
    .large-button--ext-link:before {
        right: 8px !important
    }
}

@media(max-width:480px) {

    .kentico-form .large-button--ext-link:before,
    .large-button--ext-link:before {
        right: 16px !important
    }
}

.kentico-form .large-button--ext-link:hover:before,
.large-button--ext-link:hover:before {
    background: url(../images/external-link-magenta.svg)
}

.kentico-form .large-button--ext-link:after,
.large-button--ext-link:after {
    display: none
}

@media(max-width:660.98px) {

    .kentico-form .large-button,
    .large-button {
        font-size: 12px
    }
}

.kentico-form .large-button .FormButton.btn.btn-primary,
.large-button .FormButton.btn.btn-primary {
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent !important
}

.kentico-form .large-button.js-cta,
.large-button.js-cta {
    background-color: #c0167b;
    border: 1px solid #c0167b
}

.kentico-form .large-button.js-cta:hover,
.large-button.js-cta:hover {
    color: #c0167b;
    background-color: #fff;
    text-decoration: none
}

.kentico-form .large-button.js-cta:hover>span,
.large-button.js-cta:hover>span {
    color: #c0167b
}

.kentico-form .large-button[id*=Call_To_ActionButton],
.large-button[id*=Call_To_ActionButton] {
    background-color: #c0167b;
    border: 1px solid #c0167b
}

.kentico-form .large-button[id*=Call_To_ActionButton]:hover,
.large-button[id*=Call_To_ActionButton]:hover {
    color: #c0167b;
    background-color: #fff;
    text-decoration: none
}

a.large-button:not([href]):not([tabindex]) {
    color: #fff
}

a.large-button:not([href]):not([tabindex]):hover {
    color: #0062c2
}

.link-with-arrow,
.link-with-calendar,
.link-with-dl-icon {
    color: #3385d6;
    margin: 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.font-loaded .link-with-arrow,
.font-loaded .link-with-calendar,
.font-loaded .link-with-dl-icon {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.link-with-arrow:hover,
.link-with-calendar:hover,
.link-with-dl-icon:hover {
    text-decoration: none;
    color: #015ab4
}

.link-with-arrow:hover:after,
.link-with-calendar:hover:after,
.link-with-dl-icon:hover:after {
    background-image: url(../images/circle-arrow-blue-hover.svg)
}

.link-with-arrow:after,
.link-with-calendar:after,
.link-with-dl-icon:after {
    content: "";
    display: block;
    background: url(../images/circle-arrow-blue.svg) no-repeat 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: -20px
}

.link-with-arrow--solution-tabs {
    font-size: 16px
}

.link-with-arrow--larger-arrow:after,
.link-with-arrow--solution-tabs:after {
    width: 24px;
    height: 24px;
    top: -2px;
    right: -32px
}

.link-with-arrow--margin-right-45 {
    margin-right: 45px
}

@media(max-width:660.98px) {
    .link-with-arrow--margin-right-45 {
        margin-right: 25px
    }
}

@media(min-width:661px) {
    .link-with-arrow--margin-right-32 {
        margin-right: 32px
    }
}

@media(max-width:768.98px) {

    .link-with-arrow,
    .link-with-calendar,
    .link-with-dl-icon {
        font-size: 12px
    }

    .link-with-arrow:after,
    .link-with-calendar:after,
    .link-with-dl-icon:after {
        width: 14px;
        height: 14px;
        top: 2px;
        right: -18px
    }

    .link-with-arrow--solution-tabs {
        font-size: 13px
    }

    .link-with-arrow--solution-tabs:after {
        width: 16px;
        height: 16px;
        top: 2px;
        right: -25px
    }

    .link-with-arrow--larger-arrow:after {
        width: 16px;
        height: 16px;
        top: 1px;
        right: -20px
    }
}

@media(max-width:660.98px) {

    .link-with-arrow:after,
    .link-with-calendar:after,
    .link-with-dl-icon:after {
        top: inherit
    }
}

.link-with-calendar {
    display: inline-flex;
    align-items: center
}

.link-with-calendar:hover:after {
    background-image: url(../images/icon-save-date-hover.png)
}

.link-with-calendar:after {
    background: url(../images/icon-save-date.png) no-repeat 50%;
    display: inline-block;
    width: 21px;
    height: 24px;
    margin-left: 6px;
    position: static
}

.link-with-calendar--white-mobile,
.link-with-calendar--white-mobile:active,
.link-with-calendar--white-mobile:focus,
.link-with-calendar--white-mobile:hover {
    color: #fff
}

.link-with-calendar--white-mobile:after {
    background: url(../images/icon-save-date-white.png) no-repeat 50%;
    background-size: cover;
    width: 17px;
    height: 18px;
    margin-left: 8px
}

.link-with-calendar--agenda {
    margin-right: 54px
}

@media(max-width:1024.98px) {
    .link-with-calendar--agenda {
        margin-right: 30px
    }
}

@media(max-width:768.98px) {
    .link-with-calendar--agenda {
        font-size: 13px
    }
}

@media(max-width:660.98px) {
    .link-with-calendar--agenda {
        margin: 0
    }
}

.link-with-check-icon {
    align-items: center;
    color: #c5c5c5;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    position: relative
}

.font-loaded .link-with-check-icon {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.link-with-check-icon:before {
    content: "";
    display: block;
    background: url(../images/circle-checkbox-grey.svg) no-repeat 50%;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-right: 3px
}

.link-with-check-icon:hover {
    color: #3385d6;
    text-decoration: none
}

.link-with-check-icon:hover:before {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%
}

.link-with-check-icon--active {
    color: #3385d6
}

.link-with-check-icon--active:before {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%
}

.link-with-check-icon--active:hover {
    color: #015ab4
}

.link-with-check-icon--active:hover:before {
    background-image: url(../images/circle-checkbox-blue-hover.svg)
}

@media(max-width:660.98px) {
    .link-with-check-icon {
        font-size: 12px
    }

    .link-with-check-icon:before {
        width: 16px;
        height: 16px
    }
}

.link-with-check-icon--disabled {
    pointer-events: none
}

.link-with-dl-icon {
    display: inline-flex;
    align-items: center
}

.link-with-dl-icon:hover:after {
    background-image: url(../images/circle-download-blue-hover.svg)
}

.link-with-dl-icon:after {
    background: url(../images/circle-download-blue.svg) no-repeat 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    position: static
}

.link-with-dl-icon--white-mobile,
.link-with-dl-icon--white-mobile:active,
.link-with-dl-icon--white-mobile:focus,
.link-with-dl-icon--white-mobile:hover {
    color: #fff
}

.link-with-dl-icon--white-mobile:after {
    background: url(../images/circle-download-white.svg) no-repeat 50%
}

@media(max-width:660.98px) {
    .link-with-dl-icon--white-mobile:after {
        width: 20px;
        height: 20px;
        margin-left: 8px
    }
}

@media(min-width:661px) {
    .link-with-dl-icon--agenda {
        margin-right: 5px
    }
}

@media(max-width:768.98px) {
    .link-with-dl-icon--agenda {
        font-size: 13px
    }
}

.date-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px;
    background-color: #0062c2
}

.font-loaded .date-badge {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.foreground-blue .date-badge {
    background-color: #0062c2
}

.foreground-turquoise .date-badge {
    background-color: #009eb7
}

.foreground-yellow .date-badge {
    background-color: #cea100
}

.foreground-violet .date-badge {
    background-color: #826fb0
}

.foreground-magenta .date-badge {
    background-color: #c0167b
}

@media(max-width:480px) {
    .date-badge {
        width: 100%;
        justify-content: center;
        font-size: 18px;
        top: -35px
    }
}

.event--img-right .date-badge {
    left: 0;
    right: auto
}

@media(max-width:480px) {

    .event--img-left .date-badge,
    .event--img-right .date-badge {
        position: relative;
        left: auto;
        top: auto
    }
}

@media(max-width:768.98px) {
    .event-header__info--left .date-badge {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .event-header__info--left .date-badge span:not(:last-child):not(.date-badge__divider) {
        margin-right: 4px
    }
}

@media(max-width:360px) {
    .event-header__info--left .date-badge {
        font-size: 12px
    }
}

.home-events-swiper__item .date-badge {
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.home-events-swiper__item .date-badge span:not(:last-child):not(.date-badge__divider) {
    margin-right: 4px
}

.date-badge--range {
    flex-direction: row
}

@media(max-width:768.98px) {
    .event-header__info--left .date-badge--range {
        justify-content: center
    }
}

.home-events-swiper__item .date-badge--range {
    justify-content: center
}

.date-badge--left {
    top: 0;
    left: 0;
    right: auto
}

@media(max-width:660.98px) {
    .date-badge--left {
        flex-direction: row;
        align-items: center
    }
}

.date-badge__spacer {
    display: flex;
    flex-direction: column
}

@media(max-width:660.98px) {
    .date-badge__spacer {
        line-height: 1;
        margin-left: 6px
    }
}

.date-badge .big {
    font-size: 36px;
    line-height: 1
}

@media(max-width:480px) {
    .date-badge .big {
        font-size: 18px;
        line-height: 21px
    }
}

@media(max-width:360px) {
    .event-header__info--left .date-badge .big {
        font-size: 20px
    }
}

.home-events-swiper__item .date-badge .big {
    font-size: 14px;
    line-height: normal
}

.date-badge__range {
    display: flex;
    flex-direction: column
}

@media(max-width:480px) {
    .date-badge__range {
        flex-direction: row;
        justify-content: center
    }
}

@media(max-width:768.98px) {
    .event-header__info--left .date-badge__range {
        flex-direction: row;
        align-items: center
    }
}

.home-events-swiper__item .date-badge__range {
    flex-direction: row;
    align-items: center
}

.date-badge__range span {
    line-height: 21px
}

@media(max-width:480px) {
    .date-badge__range span {
        padding: 0 2px
    }
}

.date-badge__divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 12px
}

.date-badge__divider:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff
}

.home-events-swiper__item .date-badge__divider:before {
    width: 6px
}

.blue-badge {
    position: absolute;
    top: -13px;
    left: 15px;
    background-color: #0062c2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 25px
}

.blue-badge span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}

.font-loaded .blue-badge span {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(min-width:661px) and (max-width:1024.98px) {
    .blue-badge {
        position: relative;
        top: 0;
        display: inline;
        left: 0;
        padding-bottom: 2px
    }
}

.blue-badge--solution-tabs {
    position: absolute;
    left: 25px;
    top: inherit;
    bottom: -13px
}

.swiper-nav-button {
    background: #0062c2 url(../images/arrow-simple.svg) no-repeat 50%;
    background-size: 8px;
    box-shadow: 0 4px 9px 0 rgba(12, 66, 120, .46);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    right: -30px;
    top: 30%
}

.swiper-nav-button--prev {
    background: #0062c2 url(../images/arrow-simple-left.svg) no-repeat 50%;
    background-size: 8px;
    left: -30px;
    right: inherit
}

@media(max-width:768.98px) {
    .swiper-nav-button {
        display: none
    }
}

.swiper-nav-button--vertical-center {
    right: -12px;
    margin: 0;
    transform: translateY(-50%);
    top: 50%
}

@media(max-width:1024.98px) {
    .swiper-nav-button--vertical-center {
        right: 5px
    }
}

@media(max-width:768.98px) {
    .swiper-nav-button--vertical-center {
        display: block
    }
}

@media(max-width:660.98px) {
    .swiper-nav-button--vertical-center {
        width: 35px;
        height: 35px
    }
}

.swiper-nav-button--prev-vertical-center {
    left: -12px;
    transform: translateY(-50%)
}

@media(max-width:1024.98px) {
    .swiper-nav-button--prev-vertical-center {
        left: 5px
    }
}

.swiper-nav-button--full-slider {
    right: 20px;
    top: 50%
}

@media(max-width:768.98px) {
    .swiper-nav-button--full-slider {
        top: 45%;
        width: 36px;
        height: 36px;
        display: block
    }
}

.swiper-nav-button--prev-full-slider {
    left: 20px;
    top: 50%
}

@media(max-width:768.98px) {
    .swiper-nav-button--prev-full-slider {
        top: 45%;
        width: 36px;
        height: 36px;
        display: block
    }
}

.swiper-nav-button--product-services-next {
    right: -15px
}

@media(max-width:1024.98px) {
    .swiper-nav-button--product-services-next {
        right: -5px
    }
}

.swiper-nav-button--product-services-prev {
    left: -15px
}

@media(max-width:1024.98px) {
    .swiper-nav-button--product-services-prev {
        left: -5px
    }
}

.swiper-nav-button--intro {
    background-color: transparent;
    box-shadow: none;
    width: 20px;
    height: 100%;
    margin-top: 0;
    top: 50%
}

@media(max-width:768.98px) {
    .swiper-nav-button--intro {
        display: block
    }
}

.swiper-nav-button--intro-prev {
    left: 70px;
    transform: translateY(-50%) rotate(180deg)
}

@media(max-width:1279.98px) {
    .swiper-nav-button--intro-prev {
        left: 50px
    }
}

@media(max-width:1024.98px) {
    .swiper-nav-button--intro-prev {
        left: 0
    }
}

.swiper-nav-button--intro-next {
    right: 70px;
    transform: translateY(-50%)
}

@media(max-width:1279.98px) {
    .swiper-nav-button--intro-next {
        right: 50px
    }
}

@media(max-width:1024.98px) {
    .swiper-nav-button--intro-next {
        right: 0
    }
}

.swiper-nav-button--intro-tab {
    right: 0;
    background: transparent url(../images/circle-arrow-simple-white.svg) no-repeat 50%;
    width: 24px;
    height: 24px
}

@media(max-width:660.98px) {
    .swiper-nav-button--intro-tab {
        width: 16px;
        height: 16px
    }
}

.swiper-nav-button--intro-tab-next {
    top: 80px;
    transform: rotate(90deg)
}

@media(max-width:660.98px) {
    .swiper-nav-button--intro-tab-next {
        left: 45px;
        top: auto;
        bottom: 15px
    }
}

.swiper-nav-button--intro-tab-prev {
    top: 20px;
    left: auto;
    transform: rotate(-90deg)
}

@media(max-width:660.98px) {
    .swiper-nav-button--intro-tab-prev {
        left: 0;
        top: auto;
        bottom: 15px
    }
}

.swiper-nav-button--prod-detail {
    height: 40px;
    width: 40px
}

@media(max-width:1279.98px) {
    .swiper-nav-button--prod-detail {
        height: 25px;
        width: 25px
    }
}

.swiper-nav-button--prod-detail-next {
    right: 0
}

.swiper-nav-button--prod-detail-prev {
    left: 0
}

.swiper-nav-button.swiper-button-disabled {
    pointer-events: auto !important
}

@media(max-width:1024.98px) {
    .swiper-nav-buttons--top-30 .swiper-button-next {
        right: -5px
    }
}

@media(max-width:1024.98px) {
    .swiper-nav-buttons--top-30 .swiper-button-prev {
        left: -5px
    }
}

.swiper-nav-buttons--hide-mobile-only .swiper-nav-button {
    display: block
}

@media(max-width:660.98px) {
    .swiper-nav-buttons--hide-mobile-only .swiper-nav-button {
        display: none
    }
}

.swiper-bullet {
    background-color: #e1e1e1;
    display: block;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin-right: 10px
}

.swiper-bullet:last-child {
    margin-right: 0
}

.swiper-bullet--active {
    background-color: #0062c2
}

@media(max-width:660.98px) {
    .swiper-bullet {
        height: 10px;
        width: 10px
    }
}

.image-absolute {
    width: 535px;
    position: absolute;
    top: 25%
}

.image-absolute--left {
    left: -240px
}

.image-absolute--right {
    right: -220px
}

@media(max-width:1279.98px) {
    .image-absolute {
        display: none
    }
}

.show-more-arrow {
    margin: 0;
    position: relative;
    width: 16px;
    height: 16px
}

.show-more-arrow:hover {
    text-decoration: none
}

.show-more-arrow:hover:after {
    background-image: url(../images/circle-arrow-blue-hover.svg)
}

.show-more-arrow:after {
    content: "";
    display: block;
    background: url(../images/circle-arrow-blue.svg) no-repeat 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0
}

.show-more-arrow--large,
.show-more-arrow--large:after {
    width: 25px;
    height: 25px
}

.show-more-arrow--white:after {
    background: url(../images/circle-arrow-white.svg) no-repeat 50%
}

.link-download {
    margin: 0;
    position: relative;
    width: 23px;
    height: 23px
}

.link-download:hover {
    text-decoration: none
}

.link-download:after {
    content: "";
    display: block;
    background: url(../images/circle-download-blue.svg) no-repeat 50%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0
}

.link-download--product-box {
    position: absolute;
    right: 12px;
    bottom: 12px
}

.btn-blue {
    background-color: #0062c2;
    box-shadow: 0 4px 9px 0 rgba(12, 66, 120, .46);
    color: #fff !important;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center
}

.font-loaded .btn-blue {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.btn-blue img {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    margin-top: 4px
}

.btn-blue:hover {
    text-decoration: none;
    color: #fff
}

.accordion-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.accordion-toggler:after {
    content: url(../images/circle-arrow-simple-small-blue.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    transition: transform .3s ease-in-out
}

.accordion-toggler--border-with-dividers {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.accordion-toggler.collapsed:after {
    transform: rotate(90deg)
}

.img-bottom-gradient {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.img-bottom-gradient:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, .7))
}

.quotes__image .img-bottom-gradient:after {
    background: none
}

.image-swiper__container .img-bottom-gradient {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.img-bottom-gradient img {
    width: 100%
}

.image-swiper__container .img-bottom-gradient img {
    width: auto;
    max-height: 280px
}

.compare-btn {
    opacity: 1;
    pointer-events: all;
    transition: opacity .3s ease-in-out
}

.compare-btn--hidden {
    opacity: 0;
    pointer-events: none
}

@media(min-width:661px) {
    .modal-dialog-centered {
        height: calc(100% - 3.5rem)
    }
}

@media(max-width:660.98px) {
    .modal-dialog-centered {
        height: calc(100% - 1rem)
    }
}

.scrollable-menu {
    width: 100%;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: scroll
}

.scrollable-menu::-webkit-scrollbar {
    width: 6px
}

.scrollable-menu::-webkit-scrollbar-track {
    background-color: #73abe3;
    border-radius: 6px
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fff
}

.disable-scrolling {
    overflow: hidden;
    height: 100%
}

a,
button {
    cursor: pointer
}

a:active,
a:focus,
button:active,
button:focus {
    box-shadow: none !important;
    outline: none !important
}

.lp-content {
    overflow-x: hidden
}

.hidden {
    display: none !important
}

._nodivs .free-text td {
    border: 2px solid #e1e1e1;
    padding: 4px 18px
}

._nodivs .free-text .km-table td {
    border: none;
    padding: 7px
}

.free-text img.center-image {
    display: block;
    margin: 10px auto
}

div,
section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.dealer-locator .control-panel-wrapper .control-panel .control-panel-headline,
.dealer-locator .control-panel .collapse {
    padding-bottom: 23px;
    margin-bottom: 0
}

.dealer-locator .custom-form {
    text-align: center
}

.dealer-locator .custom-form .editing-form-label-cell {
    text-align: left
}

.dealer-locator .control-panel .form-group-submit {
    display: inline-block
}

.dealer-locator .control-panel .form-group-submit:after,
.dealer-locator .control-panel .form-group-submit:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid #fff;
    margin-top: -2px;
    z-index: 2
}

.dealer-locator .control-panel .form-group-submit:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

.dealer-locator .control-panel .form-group-submit:hover:after,
.dealer-locator .control-panel .form-group-submit:hover:before {
    border-color: #0062c2
}

@media(min-width:992px) {
    .hidden-desktop {
        display: none
    }
}

.show {
    opacity: 1
}

.free-text--grey-table table {
    background-color: #f2f3f5;
    border: none;
    width: 100% !important;
    margin-top: 24px
}

.free-text--grey-table table td {
    padding: 15px;
    border: none
}

.free-text--grey-box {
    padding: 40px;
    background-color: #f2f3f5
}

@media(max-width:768px) {
    .free-text--grey-box {
        padding: 20px
    }
}

.free-text img {
    margin: 10px;
    height: auto !important
}

@media(max-width:768.98px) {
    .free-text img {
        display: block;
        float: none !important
    }
}

@media(max-width:768.98px) {
    .free-text [style="text-align: center;"] img {
        display: inline-block
    }
}

.free-text p {
    margin: 0
}

.free-text h1 {
    font-size: 68px
}

@media(max-width:1279.98px) {
    .free-text h1 {
        font-size: 52px
    }
}

@media(max-width:1024.98px) {
    .free-text h1 {
        font-size: 44px
    }
}

@media(max-width:768.98px) {
    .free-text h1 {
        font-size: 34px
    }
}

@media(max-width:660.98px) {
    .free-text h1 {
        font-size: 22px
    }
}

.free-text h2 {
    font-size: 36px
}

@media(max-width:1279.98px) {
    .free-text h2 {
        font-size: 32px
    }
}

@media(max-width:1024.98px) {
    .free-text h2 {
        font-size: 28px
    }
}

@media(max-width:768.98px) {
    .free-text h2 {
        font-size: 24px
    }
}

@media(max-width:660.98px) {
    .free-text h2 {
        font-size: 18px
    }
}

.free-text h3 {
    font-size: 24px
}

@media(max-width:1279.98px) {
    .free-text h3 {
        font-size: 20px
    }
}

@media(max-width:1024.98px) {
    .free-text h3 {
        font-size: 18px
    }
}

@media(max-width:660.98px) {
    .free-text h3 {
        font-size: 16px
    }
}

.free-text h4 {
    font-size: 18px
}

@media(max-width:1279.98px) {
    .free-text h4 {
        font-size: 17px
    }
}

@media(max-width:768.98px) {
    .free-text h4 {
        font-size: 16px
    }
}

@media(max-width:660.98px) {
    .free-text h4 {
        font-size: 15px
    }
}

.free-text h5 {
    font-size: 16px
}

@media(max-width:1279.98px) {
    .free-text h5 {
        font-size: 15px
    }
}

@media(max-width:768.98px) {
    .free-text h5 {
        font-size: 14px
    }
}

.free-text h6 {
    font-size: 14px
}

@media(max-width:768.98px) {
    .free-text h6 {
        font-size: 13px
    }
}

.free-text--margin-left {
    margin-left: 35px
}

@media(max-width:660.98px) {
    .free-text--margin-left {
        margin-left: 0
    }
}

.free-text--margin-bottom {
    margin-bottom: 60px
}

@media(max-width:768.98px) {
    .free-text--margin-bottom {
        margin-bottom: 30px
    }
}

.free-text--border-bottom {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-bottom: 20px
}

.free-text--border-bottom:first-of-type {
    margin-top: 0
}

@media(max-width:1279.98px) {
    .free-text--border-bottom:first-of-type {
        margin-top: 20px
    }
}

.free-text--border-bottom:last-of-type {
    border-bottom: 0
}

.free-text--contact h1,
.free-text--contact h3 {
    color: #000;
    font-weight: 300;
    margin: 0
}

.font-loaded .free-text--contact h1,
.font-loaded .free-text--contact h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:768.98px) {

    .free-text--contact h1,
    .free-text--contact h3 {
        font-size: 28px
    }
}

.free-text--contact h2 {
    color: #000;
    font-weight: 300;
    margin-bottom: 20px
}

.font-loaded .free-text--contact h2 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.free-text--contact p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%
}

.font-loaded .free-text--contact p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .free-text--contact p {
        font-size: 12px
    }
}

.free-text--contact span {
    color: #c5c5c5;
    display: block;
    font-size: 13px;
    font-weight: 700
}

.font-loaded .free-text--contact span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.free-text--contact a {
    color: #0062c2;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none
}

.font-loaded .free-text--contact a {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.free-text--contact a:hover {
    text-decoration: none;
    color: #015ab4
}

@media(max-width:768.98px) {
    .free-text--contact a {
        font-size: 11px
    }
}

.free-text--contact a.large-button {
    text-decoration: none;
    color: #fff !important
}

.free-text--contact p.phone {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    margin: 0
}

.font-loaded .free-text--contact p.phone {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:768.98px) {
    .free-text--contact p.phone {
        font-size: 28px
    }
}

.free-text--phone p {
    color: #000;
    font-weight: 300;
    margin: 0;
    font-size: 28px
}

.font-loaded .free-text--phone p {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:768.98px) {
    .free-text--phone p {
        font-size: 28px
    }
}

.free-text--contact-aside {
    margin-top: 20px
}

.free-text--press-contact {
    line-height: 48px
}

@media(max-width:1279.98px) {
    .free-text--press-contact {
        line-height: 45px
    }
}

@media(max-width:1024.98px) {
    .free-text--press-contact {
        line-height: 45px
    }
}

@media(max-width:768.98px) {
    .free-text--press-contact {
        line-height: 38px
    }
}

@media(max-width:660.98px) {
    .free-text--press-contact {
        line-height: 28px
    }
}

.free-text--press-contact p {
    font-weight: 300;
    font-size: 36px
}

.font-loaded .free-text--press-contact p {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .free-text--press-contact p {
        font-size: 32px
    }
}

@media(max-width:1024.98px) {
    .free-text--press-contact p {
        font-size: 28px
    }
}

@media(max-width:768.98px) {
    .free-text--press-contact p {
        font-size: 24px
    }
}

@media(max-width:660.98px) {
    .free-text--press-contact p {
        font-size: 20px
    }
}

.free-text--press-contact a {
    color: #3385d6;
    font-weight: 300;
    font-size: 36px;
    cursor: pointer
}

.font-loaded .free-text--press-contact a {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.free-text--press-contact a:hover {
    text-decoration: none;
    color: #015ab4
}

@media(max-width:1279.98px) {
    .free-text--press-contact a {
        font-size: 32px
    }
}

@media(max-width:1024.98px) {
    .free-text--press-contact a {
        font-size: 28px
    }
}

@media(max-width:768.98px) {
    .free-text--press-contact a {
        font-size: 24px
    }
}

@media(max-width:660.98px) {
    .free-text--press-contact a {
        font-size: 20px
    }
}

.free-text--press-contact-centered {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px
}

@media(min-width:1025px) {
    .free-text--press-contact-centered {
        justify-content: center
    }
}

@media(max-width:1279.98px) {
    .free-text--press-contact-centered {
        font-size: 14px
    }
}

.free-text--press-contact-centered ol,
.free-text--press-contact-centered p:not(.quotes__quote-text),
.free-text--press-contact-centered ul {
    line-height: 145%;
    font-size: 16px;
    font-size: 12px
}

@media(max-width:1024.98px) {

    .free-text--press-contact-centered ol,
    .free-text--press-contact-centered p:not(.quotes__quote-text),
    .free-text--press-contact-centered ul {
        font-size: 14px
    }
}

@media(max-width:660.98px) {

    .free-text--press-contact-centered ol,
    .free-text--press-contact-centered p:not(.quotes__quote-text),
    .free-text--press-contact-centered ul {
        font-size: 12px
    }
}

.free-text--specifications {
    font-weight: 400;
    font-size: 13px;
    color: #000
}

.font-loaded .free-text--specifications {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.free-text--specifications p {
    margin-bottom: 10px
}

.free-text--detail h1,
.free-text--detail h2,
.free-text--detail h3,
.free-text--detail h4,
.free-text--detail h5,
.free-text--detail h6 {
    font-weight: 300
}

.font-loaded .free-text--detail h1,
.font-loaded .free-text--detail h2,
.font-loaded .free-text--detail h3,
.font-loaded .free-text--detail h4,
.font-loaded .free-text--detail h5,
.font-loaded .free-text--detail h6 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.free-text--detail h1 b,
.free-text--detail h1 strong,
.free-text--detail h2 b,
.free-text--detail h2 strong,
.free-text--detail h3 b,
.free-text--detail h3 strong,
.free-text--detail h4 b,
.free-text--detail h4 strong,
.free-text--detail h5 b,
.free-text--detail h5 strong,
.free-text--detail h6 b,
.free-text--detail h6 strong {
    font-weight: 700;
    line-height: 31px
}

.font-loaded .free-text--detail h1 b,
.font-loaded .free-text--detail h1 strong,
.font-loaded .free-text--detail h2 b,
.font-loaded .free-text--detail h2 strong,
.font-loaded .free-text--detail h3 b,
.font-loaded .free-text--detail h3 strong,
.font-loaded .free-text--detail h4 b,
.font-loaded .free-text--detail h4 strong,
.font-loaded .free-text--detail h5 b,
.font-loaded .free-text--detail h5 strong,
.font-loaded .free-text--detail h6 b,
.font-loaded .free-text--detail h6 strong {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.free-text--detail .heading-4 {
    font-weight: 400
}

.font-loaded .free-text--detail .heading-4 {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.free-text--detail ol,
.free-text--detail p:not(.quotes__quote-text),
.free-text--detail ul {
    line-height: 145%;
    font-size: 16px
}

@media(max-width:1024.98px) {

    .free-text--detail ol,
    .free-text--detail p:not(.quotes__quote-text),
    .free-text--detail ul {
        font-size: 14px
    }
}

@media(max-width:660.98px) {

    .free-text--detail ol,
    .free-text--detail p:not(.quotes__quote-text),
    .free-text--detail ul {
        font-size: 12px
    }
}

.free-text--detail a {
    color: #3385d6;
    text-decoration: underline
}

.free-text--detail a:hover {
    color: #015ab4
}

.free-text--detail a.large-button {
    text-decoration: none;
    color: #fff
}

.free-text--detail .km-table a {
    text-decoration: none;
    color: #0062c2
}

.free-text--detail .km-table a:hover {
    color: #0056b3;
    text-decoration: underline
}

.free-text--detail a.overview-subsection__item {
    text-decoration: none
}

@media(min-width:1025px) {

    .free-text--detail .details-list__wrapper,
    .free-text--detail .quotes {
        margin-right: -25%
    }
}

.free-text--detail .quotes__wrapper,
.free-text--detail .title {
    margin-left: -40px
}

@media(max-width:1024.98px) {

    .free-text--detail .quotes__wrapper,
    .free-text--detail .title {
        margin-left: -20px
    }
}

@media(max-width:660.98px) {

    .free-text--detail .quotes__wrapper,
    .free-text--detail .title {
        margin-left: -10px
    }
}

@media(min-width:1025px) {
    .free-text--detail .quotes__quote {
        padding-right: 15px
    }
}

.free-text--detail .video-player {
    width: 460px;
    height: 285px;
    float: right;
    margin: 0 -200px 25px 25px
}

@media(max-width:1279.98px) {
    .free-text--detail .video-player {
        margin: 0 -156px 20px 20px
    }
}

@media(max-width:1024.98px) {
    .free-text--detail .video-player {
        width: 400px;
        height: 240px;
        margin: 0 0 20px 20px
    }
}

@media(max-width:768.98px) {
    .free-text--detail .video-player {
        width: 350px;
        height: 220px
    }
}

@media(max-width:660.98px) {
    .free-text--detail .video-player {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 0 10px
    }
}

.free-text--uppercased {
    text-transform: uppercase
}

.free-text--padding-bottom-100 {
    padding-bottom: 100px
}

@media(max-width:660.98px) {
    .free-text--padding-bottom-100 {
        padding-bottom: 40px
    }
}

.free-text--product-features h1,
.free-text--product-features h2,
.free-text--product-features h3,
.free-text--product-features h4,
.free-text--product-features h5,
.free-text--product-features h6 {
    font-weight: 300
}

.font-loaded .free-text--product-features h1,
.font-loaded .free-text--product-features h2,
.font-loaded .free-text--product-features h3,
.font-loaded .free-text--product-features h4,
.font-loaded .free-text--product-features h5,
.font-loaded .free-text--product-features h6 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1024.98px) {
    .free-text--product-features {
        font-size: 14px
    }
}

.free-text .video-player iframe {
    height: 100%
}

.free-text__region-wrapper h1,
.free-text__region-wrapper h2,
.free-text__region-wrapper h3,
.free-text__region-wrapper h4,
.free-text__region-wrapper h5,
.free-text__region-wrapper h6 {
    font-weight: 300
}

.font-loaded .free-text__region-wrapper h1,
.font-loaded .free-text__region-wrapper h2,
.font-loaded .free-text__region-wrapper h3,
.font-loaded .free-text__region-wrapper h4,
.font-loaded .free-text__region-wrapper h5,
.font-loaded .free-text__region-wrapper h6 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(min-width:661px) {
    .free-text__region-wrapper {
        padding-right: 30px
    }
}

@media(max-width:660.98px) {
    .free-text__region-wrapper {
        margin-bottom: 20px
    }
}

.free-text img.margin-img-left {
    margin: 15px 30px 15px 0 !important
}

.free-text img.margin-img-right {
    margin: 15px 0 15px 30px !important
}

.free-text img.margin-img {
    margin: 15px 0 !important
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list--horizontal li {
    display: inline-block
}

.list--checked li {
    line-height: 1.3;
    margin: 10px 0;
    padding-left: 24px;
    position: relative
}

.list--checked li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 14px;
    background: url(../images/check-blue.svg) no-repeat 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.list--checked li span {
    vertical-align: middle
}

.list--product-info-nav,
.list--product-info-nav+.dropdown .custom-dropdown__toggle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.font-loaded .list--product-info-nav,
.font-loaded .list--product-info-nav+.dropdown .custom-dropdown__toggle {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.list--product-info-nav+.dropdown .custom-dropdown__toggle li,
.list--product-info-nav li {
    margin-right: 10px
}

.list--product-info-nav+.dropdown .custom-dropdown__toggle a,
.list--product-info-nav a {
    text-decoration: underline
}

@media(max-width:1024.98px) {

    .list--product-info-nav,
    .list--product-info-nav+.dropdown .custom-dropdown__toggle {
        font-size: 13px
    }
}

.list--social,
.list--social li {
    display: inline-block
}

.list--social li {
    margin: 0 5px
}

.list--social img {
    height: 22px
}

.list--product-functionalities li {
    margin-bottom: 10px
}

.list--product-features ul {
    list-style-type: disc
}

.list--intro-social {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0
}

@media(max-width:768.98px) {
    .list--intro-social {
        margin-bottom: 10px
    }
}

.list--intro-social li {
    margin-right: 10px
}

.list--intro-social li:last-child {
    margin-right: 0
}

.list--intro-social li a img {
    width: 24px;
    height: 24px
}

.list--news-detail {
    padding: 35px 40px 40px
}

@media(max-width:660.98px) {
    .list--news-detail {
        padding: 20px
    }
}

.list--news-detail li {
    padding-left: 18px;
    position: relative
}

.list--news-detail li:before {
    content: "-";
    color: #0062c2;
    line-height: 1px;
    font-size: 30px;
    position: absolute;
    top: 7px;
    left: 0
}

.list--news-detail li:not(:last-child) {
    margin-bottom: 25px
}

.list--event-options li {
    margin-bottom: 12px
}

@media(max-width:660.98px) {
    .list--event-options li a {
        font-size: 12px
    }
}

.list--404 li {
    margin-bottom: 15px
}

.list--center {
    text-align: center
}

.list--blue-box {
    display: flex;
    flex-wrap: wrap
}

.list--blue-box li {
    margin: 0 40px 15px 0;
    padding-right: 10px
}

@media(max-width:1024.98px) {
    .list--blue-box li {
        margin-right: 20px
    }
}

@media(max-width:660.98px) {
    .list--blue-box li {
        flex-basis: 100%;
        max-width: none;
        margin-bottom: 12px;
        padding-right: 10px
    }
}

.list--blue-box li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

@media(max-width:1279.98px) {
    .list--blue-box li a {
        font-size: 16px
    }
}

@media(max-width:768.98px) {
    .list--blue-box li a {
        font-size: 15px
    }
}

.list--blue-box li a:active,
.list--blue-box li a:focus,
.list--blue-box li a:hover {
    color: #fff;
    text-decoration: none
}

.list--blue-box li a.inactive {
    color: hsla(0, 0%, 100%, .4)
}

.section {
    position: relative
}

.section--divider-luxury {
    margin-bottom: 60px
}

@media(max-width:1279.98px) {
    .section--divider-luxury {
        margin-bottom: 50px
    }
}

@media(max-width:1024.98px) {
    .section--divider-luxury {
        margin-bottom: 40px
    }
}

@media(max-width:768.98px) {
    .section--divider-luxury {
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .section--divider-luxury {
        margin-bottom: 25px
    }
}

.section--divider-comfortable {
    margin-bottom: 60px
}

@media(max-width:1279.98px) {
    .section--divider-comfortable {
        margin-bottom: 50px
    }
}

@media(max-width:1024.98px) {
    .section--divider-comfortable {
        margin-bottom: 40px
    }
}

@media(max-width:768.98px) {
    .section--divider-comfortable {
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .section--divider-comfortable {
        margin-bottom: 25px
    }
}

.section--divider-cozy {
    margin-bottom: 60px
}

@media(max-width:768.98px) {
    .section--divider-cozy {
        margin-bottom: 30px
    }
}

.section--divider-compact {
    margin-bottom: 60px
}

@media(max-width:1279.98px) {
    .section--divider-compact {
        margin-bottom: 50px
    }
}

@media(max-width:1024.98px) {
    .section--divider-compact {
        margin-bottom: 40px
    }
}

@media(max-width:768.98px) {
    .section--divider-compact {
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .section--divider-compact {
        margin-bottom: 25px
    }
}

.section--divider-compact-small {
    margin-bottom: 40px
}

@media(max-width:1279.98px) {
    .section--divider-compact-small {
        margin-bottom: 30px
    }
}

@media(max-width:1024.98px) {
    .section--divider-compact-small {
        margin-bottom: 20px
    }
}

@media(max-width:768.98px) {
    .section--divider-compact-small {
        margin-bottom: 10px
    }
}

@media(max-width:660.98px) {
    .section--divider-compact-small {
        margin-bottom: 5px
    }
}

.section--divider-compact-top {
    margin-top: 60px
}

@media(max-width:1279.98px) {
    .section--divider-compact-top {
        margin-top: 50px
    }
}

@media(max-width:1024.98px) {
    .section--divider-compact-top {
        margin-top: 40px
    }
}

@media(max-width:768.98px) {
    .section--divider-compact-top {
        margin-top: 30px
    }
}

@media(max-width:660.98px) {
    .section--divider-compact-top {
        margin-top: 25px
    }
}

.section--divider-10 {
    margin-bottom: 10px
}

.section--divider-25 {
    margin-bottom: 25px
}

.section--divider-50 {
    margin-bottom: 50px
}

.section--divider-75 {
    margin-bottom: 75px
}

.section--divider-100 {
    margin-bottom: 100px
}

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

@media(max-width:768.98px) {
    .section--padding-top-60 {
        padding-top: 30px
    }
}

.section--padding-top-20 {
    padding-top: 20px
}

.section--padding-top-luxury {
    padding-top: 160px
}

@media(max-width:1279.98px) {
    .section--padding-top-luxury {
        padding-top: 140px
    }
}

@media(max-width:1024.98px) {
    .section--padding-top-luxury {
        padding-top: 120px
    }
}

@media(max-width:768.98px) {
    .section--padding-top-luxury {
        padding-top: 100px
    }
}

@media(max-width:660.98px) {
    .section--padding-top-luxury {
        padding-top: 80px
    }
}

.section--z-1 {
    z-index: 1
}

.section--centered {
    display: flex;
    align-items: center;
    justify-content: center
}

.section--right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.section--margin-auto {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

.section__product-overview div[class^=col]:first-child {
    padding-right: 15px
}

.section__product-overview div[class^=col]:last-child {
    padding-left: 15px
}

.section--blurred-bg {
    background-repeat: none;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: .6
}

.solution-page__highlighted-features {
    padding: 0 80px;
    width: 100%
}

@media(max-width:660.98px) {
    .solution-page__highlighted-features {
        padding: 0 15px
    }
}

.solution-page__note {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-top: -20px;
    margin-bottom: 15px
}

.font-loaded .solution-page__note {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.solution-page__note--grey {
    color: #c5c5c5
}

.jobs-page__job-counter {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 40px
}

.font-loaded .jobs-page__job-counter {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .jobs-page__job-counter {
        margin-bottom: 20px
    }
}

.jobs-page__joblist ul {
    list-style-type: none;
    padding: 0
}

.jobs-page__joblist li {
    border-bottom: 1px solid #73abe3;
    padding: 2px 0
}

.jobs-page__joblist li a {
    display: block;
    padding: 18px 0;
    text-decoration: none
}

.jobs-page__position {
    display: block;
    color: #0062c2;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px
}

.font-loaded .jobs-page__position {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.jobs-page__location {
    display: block;
    color: #c5c5c5;
    font-size: 13px;
    font-weight: 700
}

.font-loaded .jobs-page__location {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.km-table {
    width: 100%;
    table-layout: fixed
}

.km-table table {
    height: auto
}

.km-table tbody,
.km-table tbody p {
    font-size: 14px
}

.km-table tbody tr:nth-child(2n) {
    background-color: #fff
}

.km-table tbody tr:nth-child(odd) {
    background-color: hsla(0, 0%, 88%, .3)
}

.km-table tbody tr td,
.km-table tbody tr th {
    padding: 7px
}

.km-table tbody tr td:first-child,
.km-table tbody tr th:first-child {
    font-weight: 700
}

.font-loaded .km-table tbody tr td:first-child,
.font-loaded .km-table tbody tr th:first-child {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.km-table--blue tbody tr td {
    width: auto !important;
    border: 1px solid #d1d5dd;
    padding: 15px
}

.km-table--blue thead tr th {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #0062c2;
    background-color: #0062c2;
    color: #fff
}

.heading-1 {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0062c2;
    letter-spacing: -1.4px
}

.font-loaded .heading-1 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-1 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -.8px
    }
}

.heading-1-white {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1.4px
}

.font-loaded .heading-1-white {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-1-white {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -.8px
    }
}

.heading-1-blue {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0062c2;
    letter-spacing: -1.4px
}

.font-loaded .heading-1-blue {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-1-blue {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -.8px
    }
}

.heading-2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #0062c2
}

.font-loaded .heading-2 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2 {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-black {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #000
}

.font-loaded .heading-2-black {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-black {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-blue {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #0062c2
}

.font-loaded .heading-2-blue {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-blue {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-magenta {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #c0167b
}

.font-loaded .heading-2-magenta {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-magenta {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-turquoise {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #009eb7
}

.font-loaded .heading-2-turquoise {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-turquoise {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-violet {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #826fb0
}

.font-loaded .heading-2-violet {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-violet {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-yellow {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #cea100
}

.font-loaded .heading-2-yellow {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-yellow {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-2-white {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.font-loaded .heading-2-white {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-2-white {
        font-size: 15px;
        line-height: 20px
    }
}

.heading-3 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 400;
    color: #0062c2;
    margin: 20px 0
}

.font-loaded .heading-3 {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-3 {
        font-size: 22px;
        line-height: 28px
    }
}

.heading-3-black {
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    color: #000
}

.font-loaded .heading-3-black {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-3-black {
        line-height: 28px
    }
}

.heading-4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #0062c2;
    margin: 10px 0
}

.font-loaded .heading-4 {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .heading-4 {
        font-size: 22px;
        line-height: 28px
    }
}

.heading-widget {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px;
    max-width: 650px
}

@media(max-width:768.98px) {
    .heading-widget {
        margin-bottom: 30px
    }
}

.background-white {
    background-color: #fff
}

.background-light-grey {
    background-color: #f2f3f5
}

.background-light-blue {
    background-color: #d8ecf5
}

.background-light-green {
    background-color: #d6eae8
}

.background-black {
    background-color: #000;
    color: #fff
}

.foreground-blue.heading-1,
.foreground-blue .heading-1,
.foreground-blue.heading-2,
.foreground-blue .heading-2,
.foreground-blue.heading-3,
.foreground-blue .heading-3,
.foreground-blue.heading-4,
.foreground-blue .heading-4 {
    color: #0062c2 !important
}

.foreground-blue.large-button,
.foreground-blue .large-button,
.foreground-blue a.large-button:not([href]):not([tabindex]) {
    background-color: #0062c2;
    border-color: #0062c2
}

.foreground-blue.large-button:hover,
.foreground-blue .large-button:hover,
.foreground-blue.large-button:hover .FormButton.btn.btn-primary,
.foreground-blue .large-button:hover .FormButton.btn.btn-primary,
.foreground-blue a.large-button:not([href]):not([tabindex]):hover,
.foreground-blue a.large-button:not([href]):not([tabindex]):hover .FormButton.btn.btn-primary {
    background-color: #fff;
    color: #0062c2 !important
}

.foreground-blue .hover-overlay:after,
.foreground-blue .tag {
    background-color: #0062c2
}

.foreground-blue .mktoAttachmentInput {
    background-color: #0062c2;
    color: #fff
}

.foreground-turquoise.heading-1,
.foreground-turquoise .heading-1,
.foreground-turquoise.heading-2,
.foreground-turquoise .heading-2,
.foreground-turquoise.heading-3,
.foreground-turquoise .heading-3,
.foreground-turquoise.heading-4,
.foreground-turquoise .heading-4 {
    color: #009eb7 !important
}

.foreground-turquoise.large-button,
.foreground-turquoise .large-button,
.foreground-turquoise a.large-button:not([href]):not([tabindex]) {
    background-color: #009eb7;
    border-color: #009eb7
}

.foreground-turquoise.large-button:hover,
.foreground-turquoise .large-button:hover,
.foreground-turquoise.large-button:hover .FormButton.btn.btn-primary,
.foreground-turquoise .large-button:hover .FormButton.btn.btn-primary,
.foreground-turquoise a.large-button:not([href]):not([tabindex]):hover,
.foreground-turquoise a.large-button:not([href]):not([tabindex]):hover .FormButton.btn.btn-primary {
    background-color: #fff;
    border-color: #009eb7;
    color: #009eb7 !important
}

.foreground-turquoise .hover-overlay:after,
.foreground-turquoise .tag {
    background-color: #009eb7
}

.foreground-turquoise .mktoAttachmentInput {
    background-color: #009eb7;
    color: #fff
}

.foreground-yellow.heading-1,
.foreground-yellow .heading-1,
.foreground-yellow.heading-2,
.foreground-yellow .heading-2,
.foreground-yellow.heading-3,
.foreground-yellow .heading-3,
.foreground-yellow.heading-4,
.foreground-yellow .heading-4 {
    color: #cea100 !important
}

.foreground-yellow.large-button,
.foreground-yellow .large-button,
.foreground-yellow a.large-button:not([href]):not([tabindex]) {
    background-color: #cea100;
    border-color: #cea100
}

.foreground-yellow.large-button:hover,
.foreground-yellow .large-button:hover,
.foreground-yellow.large-button:hover .FormButton.btn.btn-primary,
.foreground-yellow .large-button:hover .FormButton.btn.btn-primary,
.foreground-yellow a.large-button:not([href]):not([tabindex]):hover,
.foreground-yellow a.large-button:not([href]):not([tabindex]):hover .FormButton.btn.btn-primary {
    background-color: #fff;
    border-color: #cea100;
    color: #cea100 !important
}

.foreground-yellow .hover-overlay:after,
.foreground-yellow .tag {
    background-color: #cea100
}

.foreground-yellow .mktoAttachmentInput {
    background-color: #cea100;
    color: #fff
}

.foreground-violet.heading-1,
.foreground-violet .heading-1,
.foreground-violet.heading-2,
.foreground-violet .heading-2,
.foreground-violet.heading-3,
.foreground-violet .heading-3,
.foreground-violet.heading-4,
.foreground-violet .heading-4 {
    color: #826fb0 !important
}

.foreground-violet.large-button,
.foreground-violet .large-button,
.foreground-violet a.large-button:not([href]):not([tabindex]) {
    background-color: #826fb0;
    border-color: #826fb0
}

.foreground-violet.large-button:hover,
.foreground-violet .large-button:hover,
.foreground-violet.large-button:hover .FormButton.btn.btn-primary,
.foreground-violet .large-button:hover .FormButton.btn.btn-primary,
.foreground-violet a.large-button:not([href]):not([tabindex]):hover,
.foreground-violet a.large-button:not([href]):not([tabindex]):hover .FormButton.btn.btn-primary {
    background-color: #fff;
    border-color: #826fb0;
    color: #826fb0 !important
}

.foreground-violet .hover-overlay:after,
.foreground-violet .tag {
    background-color: #826fb0
}

.foreground-violet .mktoAttachmentInput {
    background-color: #826fb0;
    color: #fff
}

.foreground-magenta.heading-1,
.foreground-magenta .heading-1,
.foreground-magenta.heading-2,
.foreground-magenta .heading-2,
.foreground-magenta.heading-3,
.foreground-magenta .heading-3,
.foreground-magenta.heading-4,
.foreground-magenta .heading-4 {
    color: #c0167b !important
}

.foreground-magenta.large-button,
.foreground-magenta .large-button,
.foreground-magenta a.large-button:not([href]):not([tabindex]) {
    background-color: #c0167b;
    border-color: #c0167b
}

.foreground-magenta.large-button:hover,
.foreground-magenta .large-button:hover,
.foreground-magenta.large-button:hover .FormButton.btn.btn-primary,
.foreground-magenta .large-button:hover .FormButton.btn.btn-primary,
.foreground-magenta a.large-button:not([href]):not([tabindex]):hover,
.foreground-magenta a.large-button:not([href]):not([tabindex]):hover .FormButton.btn.btn-primary {
    background-color: #fff;
    border-color: #c0167b;
    color: #c0167b !important
}

.foreground-magenta .hover-overlay:after,
.foreground-magenta .tag {
    background-color: #c0167b
}

.foreground-magenta .mktoAttachmentInput {
    background-color: #c0167b;
    color: #fff
}

.foreground-black.heading-1,
.foreground-black .heading-1,
.foreground-black.heading-2,
.foreground-black .heading-2,
.foreground-black.heading-3,
.foreground-black .heading-3,
.foreground-black.heading-4,
.foreground-black .heading-4 {
    color: #000 !important
}

.foreground-black .mktoAttachmentInput {
    background-color: #000;
    color: #fff
}

.foreground-white.heading-1,
.foreground-white.heading-2,
.foreground-white.heading-3,
.foreground-white.heading-4 {
    color: #fff !important
}

.foreground-white .mktoAttachmentInput {
    background-color: #000;
    color: #fff
}

.foreground-ipp-turquoise.heading-1,
.foreground-ipp-turquoise .heading-1,
.foreground-ipp-turquoise.heading-2,
.foreground-ipp-turquoise .heading-2,
.foreground-ipp-turquoise.heading-3,
.foreground-ipp-turquoise .heading-3,
.foreground-ipp-turquoise.heading-4,
.foreground-ipp-turquoise .heading-4 {
    color: #009eb7 !important
}

.foreground-ipp-turquoise .mktoAttachmentInput {
    background-color: #fff;
    color: #009eb7
}

.foreground-ipp-magenta.heading-1,
.foreground-ipp-magenta .heading-1,
.foreground-ipp-magenta.heading-2,
.foreground-ipp-magenta .heading-2,
.foreground-ipp-magenta.heading-3,
.foreground-ipp-magenta .heading-3,
.foreground-ipp-magenta.heading-4,
.foreground-ipp-magenta .heading-4 {
    color: #c0167b !important
}

.foreground-ipp-magenta .mktoAttachmentInput {
    background-color: #fff;
    color: #c0167b
}

.foreground-ipp-yellow.heading-1,
.foreground-ipp-yellow .heading-1,
.foreground-ipp-yellow.heading-2,
.foreground-ipp-yellow .heading-2,
.foreground-ipp-yellow.heading-3,
.foreground-ipp-yellow .heading-3,
.foreground-ipp-yellow.heading-4,
.foreground-ipp-yellow .heading-4 {
    color: #cea100 !important
}

.foreground-ipp-yellow .mktoAttachmentInput {
    background-color: #cea100;
    color: #fff
}

.foreground-ipp-purple.heading-1,
.foreground-ipp-purple .heading-1,
.foreground-ipp-purple.heading-2,
.foreground-ipp-purple .heading-2,
.foreground-ipp-purple.heading-3,
.foreground-ipp-purple .heading-3,
.foreground-ipp-purple.heading-4,
.foreground-ipp-purple .heading-4 {
    color: #826fb0 !important
}

.foreground-ipp-purple .mktoAttachmentInput {
    background-color: #826fb0;
    color: #fff
}

.foreground-ipp-blue.heading-1,
.foreground-ipp-blue .heading-1,
.foreground-ipp-blue.heading-2,
.foreground-ipp-blue .heading-2,
.foreground-ipp-blue.heading-3,
.foreground-ipp-blue .heading-3,
.foreground-ipp-blue.heading-4,
.foreground-ipp-blue .heading-4 {
    color: #0062c2 !important
}

.foreground-ipp-blue .mktoAttachmentInput {
    background-color: #0062c2;
    color: #fff
}

.foreground-ipp-pewter-blue.heading-1,
.foreground-ipp-pewter-blue .heading-1,
.foreground-ipp-pewter-blue.heading-2,
.foreground-ipp-pewter-blue .heading-2,
.foreground-ipp-pewter-blue.heading-3,
.foreground-ipp-pewter-blue .heading-3,
.foreground-ipp-pewter-blue.heading-4,
.foreground-ipp-pewter-blue .heading-4 {
    color: #87adb5 !important
}

.foreground-ipp-pewter-blue .mktoAttachmentInput {
    background-color: #87adb5;
    color: #fff
}

.foreground-ipp-light-blue.heading-1,
.foreground-ipp-light-blue .heading-1,
.foreground-ipp-light-blue.heading-2,
.foreground-ipp-light-blue .heading-2,
.foreground-ipp-light-blue.heading-3,
.foreground-ipp-light-blue .heading-3,
.foreground-ipp-light-blue.heading-4,
.foreground-ipp-light-blue .heading-4 {
    color: #a6d7f6 !important
}

.foreground-ipp-light-blue .mktoAttachmentInput {
    background-color: #a6d7f6;
    color: #fff
}

.foreground-ipp-light-gold.heading-1,
.foreground-ipp-light-gold .heading-1,
.foreground-ipp-light-gold.heading-2,
.foreground-ipp-light-gold .heading-2,
.foreground-ipp-light-gold.heading-3,
.foreground-ipp-light-gold .heading-3,
.foreground-ipp-light-gold.heading-4,
.foreground-ipp-light-gold .heading-4 {
    color: #d6c590 !important
}

.foreground-ipp-light-gold .mktoAttachmentInput {
    background-color: #d6c590;
    color: #fff
}

.foreground-ipp-lavender.heading-1,
.foreground-ipp-lavender .heading-1,
.foreground-ipp-lavender.heading-2,
.foreground-ipp-lavender .heading-2,
.foreground-ipp-lavender.heading-3,
.foreground-ipp-lavender .heading-3,
.foreground-ipp-lavender.heading-4,
.foreground-ipp-lavender .heading-4 {
    color: #bdb5da !important
}

.foreground-ipp-lavender .mktoAttachmentInput {
    background-color: #bdb5da;
    color: #fff
}

.foreground-ipp-light-green.heading-1,
.foreground-ipp-light-green .heading-1,
.foreground-ipp-light-green.heading-2,
.foreground-ipp-light-green .heading-2,
.foreground-ipp-light-green.heading-3,
.foreground-ipp-light-green .heading-3,
.foreground-ipp-light-green.heading-4,
.foreground-ipp-light-green .heading-4 {
    color: #d6e7e3 !important
}

.foreground-ipp-light-green .mktoAttachmentInput {
    background-color: #d6e7e3;
    color: #fff
}

.hover-overlay:before {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid #fff;
    border-width: 0 10px 10px 0;
    width: 35px;
    height: 35px;
    z-index: 1
}

.hover-overlay:after,
.hover-overlay:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out
}

.hover-overlay:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hover-overlay:hover:before {
    opacity: 1;
    visibility: visible
}

.hover-overlay:hover:after {
    opacity: .9;
    visibility: visible
}

@media(max-width:1024.98px) {

    .hover-overlay:after,
    .hover-overlay:before {
        display: none
    }
}

.CMSSiteMapList {
    list-style: none;
    padding-left: 0
}

.container>.CMSSiteMapList {
    margin-bottom: 60px
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList {
    column-count: 3;
    column-gap: 40px;
    padding-left: 20px
}

@media(max-width:1280px) {
    .container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList {
        column-count: 2
    }
}

@media(max-width:768px) {
    .container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList {
        column-count: 1
    }
}

.CMSSiteMapListItem {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px
}

@media(max-width:768px) {
    .CMSSiteMapListItem {
        line-height: 24px;
        margin: 10px 0
    }
}

.CMSSiteMapListItem a {
    color: #0062c2
}

.container>.CMSSiteMapList>.CMSSiteMapListItem {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    list-style: none
}

.font-loaded .container>.CMSSiteMapList>.CMSSiteMapListItem {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.container>.CMSSiteMapList>.CMSSiteMapListItem:not(:last-child) {
    border-bottom: 1px solid #e1e1e1
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>a {
    color: #000
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>a:hover {
    color: #0062c2
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList>.CMSSiteMapListItem {
    line-height: 34px;
    font-size: 14px;
    font-weight: 400
}

@media(max-width:768px) {
    .container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList>.CMSSiteMapListItem {
        line-height: 24px;
        margin: 10px 0
    }
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList>.CMSSiteMapListItem a {
    text-decoration: underline;
    position: relative
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList>.CMSSiteMapListItem a:after {
    content: "»";
    position: absolute;
    display: inline-block;
    left: -24px;
    top: 0;
    margin-left: 6px;
    line-height: 15px;
    font-size: 22px;
    opacity: 0;
    background-color: #fff;
    text-decoration: none
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList>.CMSSiteMapListItem a:hover {
    color: #0062c2
}

.container>.CMSSiteMapList>.CMSSiteMapListItem>.CMSSiteMapList>.CMSSiteMapListItem a:hover:after {
    opacity: 1
}

:root {
    --lg: 1320px;
    --w-main-content: 91.66667vw;
    --max-w-main-content: calc(var(--lg)* 11 / 12);
    --margin-gap: calc(100vw - (var(--max-w-main-content)))
}

@media(max-width:1279.98px) {
    :root {
        --lg: 965px
    }
}

@media(max-width:1024.98px) {
    :root {
        --lg: 768px
    }
}

@media(max-width:768.98px) {
    :root {
        --lg: 100vw
    }
}

.dock-left {
    margin-left: calc(var(--margin-gap)/2*-1)
}

.dock-right {
    margin-right: calc(var(--margin-gap)/2*-1)
}

a:not([href]) {
    display: inline-block;
    height: .1px;
    visibility: hidden
}

#CKToolbar a:not([href]),
.cke_inner a:not([href]),
.cms-bootstrap a:not([href]) {
    display: inline-block;
    height: auto;
    visibility: visible
}

.event-calendar-iframe {
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    margin: -250px auto 0;
    height: 1300px;
    width: 820px
}

.event-calendar-iframe__container {
    height: 100%;
    width: 100%;
    overflow-x: scroll
}

@media(max-width:1024.98px) {

    .static-html,
    .static-html>div {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
        margin: 0 10px
    }
}

@media(max-width:1024.98px) {

    .static-html>div>iframe,
    .static-html iframe {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        max-width: 1024px;
        max-height: 576px;
        margin: auto
    }
}

.custom-form__input-info {
    color: #c5c5c5;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px
}

.font-loaded .custom-form__input-info {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.custom-form__selected-item {
    margin-bottom: 10px
}

.custom-form__selected-item span:first-child {
    height: 16px;
    width: 16px;
    position: relative;
    padding-right: 25px
}

.custom-form__selected-item span:first-child:after {
    content: "";
    display: inline-block;
    background: url(../images/circle-close-small-grey.svg) no-repeat 50%;
    background-size: cover;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 4px
}

.custom-form__selected-item span:last-child {
    font-size: 14px;
    font-weight: 400
}

.font-loaded .custom-form__selected-item span:last-child {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.custom-form__selected-item:last-child {
    margin-bottom: 0
}

.custom-form .form-group {
    margin-bottom: 10px;
    position: relative
}

.custom-form .form-group .editing-form-label-cell {
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 0 2px;
    pointer-events: none;
    width: 90%;
    transition: top .2s ease-in-out, transform .2s ease-in-out
}

.font-loaded .custom-form .form-group .editing-form-label-cell {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.custom-form .form-group .editing-form-label-cell label {
    color: #000;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    padding: 0 2px 0 0;
    pointer-events: none;
    z-index: 1
}

.custom-form .form-group .editing-form-label-cell span {
    color: #cea100;
    vertical-align: top
}

.custom-form .form-group .editing-form-label-cell.label-cell--active {
    top: 0;
    transform: translateY(-10px);
    cursor: pointer;
    width: auto
}

@media(max-width:768.98px) {
    .custom-form .form-group .editing-form-label-cell {
        font-size: 12px
    }
}

.custom-form .form-group .editing-form-value-cell input,
.custom-form .form-group .editing-form-value-cell select,
.custom-form .form-group .editing-form-value-cell textarea {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 45px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    z-index: 2;
    width: 100%
}

.font-loaded .custom-form .form-group .editing-form-value-cell input,
.font-loaded .custom-form .form-group .editing-form-value-cell select,
.font-loaded .custom-form .form-group .editing-form-value-cell textarea {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.custom-form .form-group .editing-form-value-cell input:focus,
.custom-form .form-group .editing-form-value-cell select:focus,
.custom-form .form-group .editing-form-value-cell textarea:focus {
    box-shadow: none
}

.custom-form .form-group .editing-form-value-cell input[type=checkbox] {
    width: 15px;
    height: 15px
}

.custom-form .form-group .editing-form-value-cell textarea {
    padding-top: 10px;
    min-height: 90px
}

.custom-form .form-group .editing-form-value-cell .Error input,
.custom-form .form-group .editing-form-value-cell .Error select,
.custom-form .form-group .editing-form-value-cell .Error textarea {
    border-color: #e81123
}

.custom-form .form-group .editing-form-value-cell .checkbox-list-vertical label {
    height: 25px;
    margin-bottom: .5rem;
    margin-left: .5rem
}

.custom-form .form-group .editing-form-value-cell select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-form .form-group .EditingFormErrorLabel {
    font-size: 12px;
    color: #e81123;
    float: right
}

.custom-form .form-group.mb-0 .editing-form-control-nested-control {
    position: relative
}

.custom-form .form-group.mb-0 .editing-form-control-nested-control:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    border: solid #0062c2;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px
}

.custom-form .form-group-submit input[type=submit]:hover {
    text-decoration: none;
    color: #0062c2 !important
}

.custom-form .form-group-submit--center {
    justify-content: center;
    display: flex
}

.custom-form div.error-form-group-divider {
    margin-bottom: 25px
}

.custom-form div.error-form-group-divider .editing-form-label-cell .error-text {
    color: #e81123
}

.custom-form--blue .form-group {
    margin-bottom: 20px
}

.custom-form--blue .form-group:last-child {
    margin-bottom: 0
}

.custom-form--blue .form-group .editing-form-label-cell label {
    color: #0062c2;
    font-weight: 800
}

.font-loaded .custom-form--blue .form-group .editing-form-label-cell label {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

.custom-form--blue .form-group .editing-form-label-cell span {
    color: #cea100
}

.custom-form--blue .form-group .editing-form-value-cell input,
.custom-form--blue .form-group .editing-form-value-cell select,
.custom-form--blue .form-group .editing-form-value-cell textarea {
    border: 2px solid #0062c2
}

.custom-form--blue-with-black-label .form-group .editing-form-label-cell label {
    color: #000
}

.custom-form--centered {
    max-width: 660px;
    margin: 0 auto
}

@media(max-width:768.98px) {
    .custom-form--centered {
        padding: 0 10px
    }
}

.custom-form--margin-top {
    margin-top: 35px
}

@media(max-width:768.98px) {
    .custom-form--margin-top {
        margin-top: 10px
    }
}

.custom-form--product-filter {
    padding: 0 5px
}

.custom-form--product-filter .form-group {
    margin-bottom: 20px
}

.custom-form--product-filter .form-group .editing-form-label-cell {
    position: inherit;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px
}

.custom-form--product-filter .form-group .editing-form-label-cell label {
    white-space: pre-wrap
}

.custom-form--product-filter .form-group input[type=text] {
    max-width: 35px;
    border: 1px solid #c5c5c5
}

.custom-form--product-filter .form-group .checkbox {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    position: relative
}

.custom-form--product-filter .form-group .checkbox label {
    cursor: pointer;
    padding-left: 25px;
    position: relative
}

.custom-form--product-filter .form-group .checkbox label:before {
    background: url(../images/circle-checkbox-grey.svg) no-repeat 50%;
    background-size: cover
}

.custom-form--product-filter .form-group .checkbox label:after,
.custom-form--product-filter .form-group .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px
}

.custom-form--product-filter .form-group .checkbox label:hover:after {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%;
    z-index: 10
}

.custom-form--product-filter .form-group .checkbox label span {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.font-loaded .custom-form--product-filter .form-group .checkbox label span {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.custom-form--product-filter .form-group .checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    width: 16px;
    height: 16px
}

.custom-form--product-filter .form-group .checkbox input[type=checkbox]:disabled+label:hover {
    cursor: not-allowed
}

.custom-form--product-filter .form-group .checkbox input[type=checkbox]:disabled+label:hover:after {
    display: none
}

.custom-form--product-filter .form-group .checkbox input[type=checkbox]:checked+label:after {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%
}

@media(min-width:1280px) {
    .custom-form--contact-form {
        padding-right: 15%
    }
}

.custom-form--contact-form .checkbox {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    float: left
}

.custom-form--contact-form .checkbox label {
    cursor: pointer;
    padding-left: 9px;
    position: relative
}

.custom-form--contact-form .checkbox label:before {
    background: url(../images/circle-checkbox-grey.svg) no-repeat 50%;
    background-size: cover
}

.custom-form--contact-form .checkbox label:after,
.custom-form--contact-form .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 3px;
    width: 16px;
    height: 16px
}

.custom-form--contact-form .checkbox label:hover:after {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%
}

.custom-form--contact-form .checkbox label span {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 400
}

.font-loaded .custom-form--contact-form .checkbox label span {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.custom-form--contact-form .checkbox label span:hover {
    color: #000
}

.custom-form--contact-form .checkbox input[type=checkbox] {
    cursor: pointer;
    position: relative;
    top: 2px;
    left: -4px;
    margin: 0;
    opacity: 0
}

.custom-form--contact-form .checkbox input[type=checkbox]:disabled+label:hover {
    cursor: not-allowed
}

.custom-form--contact-form .checkbox input[type=checkbox]:disabled+label:hover:after {
    display: none
}

.custom-form--contact-form .checkbox input[type=checkbox]:checked+label:after {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%
}

.custom-form--contact-form .checkbox input[type=checkbox]:checked+label span {
    color: #000
}

.hide-control-panel {
    position: relative
}

.hide-control-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/circle-down-blue.svg) no-repeat 50%;
    background-size: 40px;
    width: 40px;
    height: 40px
}

.quotes--video {
    margin-bottom: 80px
}

@media(max-width:660.98px) {
    .quotes .video-player {
        width: 260px;
        height: 160px;
        padding-left: 15px
    }
}

.quotes__wrapper:not(:last-child) {
    margin-bottom: 80px
}

@media(max-width:660.98px) {
    .quotes__wrapper:not(:last-child) {
        margin-bottom: 35px
    }
}

@media(min-width:661px) {
    .quotes__wrapper--image-right .row.align-items-center {
        flex-direction: row-reverse
    }
}

.quotes__wrapper--image-right .row.align-items-center div[class^=col-]:first-child {
    padding-right: 0;
    padding-left: 15px
}

.quotes__wrapper--image-right .row.align-items-center div[class^=col-]:last-child {
    padding-left: 0;
    padding-right: 15px
}

.quotes__wrapper div[class^=col-]:first-child {
    padding-right: 15px
}

@media(max-width:660.98px) {
    .quotes__wrapper div[class^=col-]:first-child {
        padding: 0
    }
}

.quotes__wrapper div[class^=col-]:last-child {
    padding-left: 15px
}

@media(max-width:660.98px) {
    .quotes__wrapper div[class^=col-]:last-child {
        padding: 0
    }
}

.quotes__image {
    position: relative;
    overflow: hidden
}

.quotes__image img {
    max-width: 100%
}

.free-text .quotes__image img {
    margin: 0
}

.quotes__image .img-bottom-gradient .animatable-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1
}

@media(max-width:660.98px) {
    .quotes__image .img-bottom-gradient {
        max-width: 70%
    }
}

.quotes__image--slider {
    width: 260px;
    height: 260px;
    margin-left: 38px
}

@media(max-width:1279.98px) {
    .quotes__image--slider {
        width: 220px;
        height: 220px
    }
}

@media(max-width:1024.98px) {
    .quotes__image--slider {
        width: 175px;
        height: 175px
    }
}

@media(max-width:660.98px) {
    .quotes__image--slider {
        margin-left: 22px
    }
}

@media(max-width:660.98px) {
    .quotes__image--slider img {
        max-width: 100%
    }
}

.quotes .animatable-link {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.quotes__image-video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 10px;
    pointer-events: none
}

.font-loaded .quotes__image-video-info {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.quotes__image-video-info-duration {
    margin-left: 8px
}

.quotes__quote {
    position: relative;
    padding: 14px 0 0 35px
}

@media(max-width:660.98px) {
    .quotes__quote {
        padding: 14px 0 0 25px
    }
}

.quotes__quote img.quotes__quote-icon {
    position: absolute;
    top: 6px;
    left: 0;
    max-width: 22px;
    margin: 0
}

@media(max-width:768.98px) {
    .quotes__quote img.quotes__quote-icon {
        max-width: 14px
    }
}

@media(max-width:660.98px) {
    .quotes__quote img.quotes__quote-icon {
        top: 10px
    }
}

.quotes__quote-text {
    word-break: break-word;
    word-wrap: break-word
}

.quotes__quote-text--main {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 29px
}

.font-loaded .quotes__quote-text--main {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .quotes__quote-text--main {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 19px
    }
}

@media(max-width:1024.98px) {
    .quotes__quote-text--main {
        font-size: 28px;
        line-height: 33px
    }
}

@media(max-width:768.98px) {
    .quotes__quote-text--main {
        font-size: 24px;
        line-height: 28px
    }
}

@media(max-width:660.98px) {
    .quotes__quote-text--main {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }
}

.quotes__quote-text--minor {
    font-weight: 700;
    line-height: 18px
}

.font-loaded .quotes__quote-text--minor {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1279.98px) {
    .quotes__quote-text--minor {
        line-height: 16px
    }
}

@media(max-width:1024.98px) {
    .quotes__quote-text--minor {
        line-height: 15px
    }
}

.quotes__quote-text--name {
    font-size: 15px
}

@media(max-width:1279.98px) {
    .quotes__quote-text--name {
        font-size: 14px
    }
}

@media(max-width:660.98px) {
    .quotes__quote-text--name {
        font-size: 12px
    }
}

.quotes__quote-text--position {
    font-size: 13px;
    color: #c5c5c5
}

@media(max-width:660.98px) {
    .quotes__quote-text--position {
        font-size: 11px
    }
}

.custom-modal--centered-item .close {
    position: absolute;
    top: 0;
    right: 12px;
    color: #fff;
    opacity: 1;
    outline: 0;
    font-size: 2rem
}

.custom-modal--centered-item .modal-dialog {
    max-width: 90%
}

@media(max-width:768.98px) {
    .custom-modal--centered-item .modal-dialog {
        max-width: 95%
    }
}

@media(max-width:660.98px) {
    .custom-modal--centered-item .modal-dialog {
        max-width: 100%
    }
}

.custom-modal--centered-item .modal-dialog-centered {
    height: calc(100% - 3.5rem);
    justify-content: center
}

.custom-modal--centered-item .modal-content {
    width: auto;
    min-width: 1px;
    border: 0;
    background-color: transparent;
    overflow: hidden;
    max-height: 95%;
    justify-content: center
}

.custom-modal--centered-item .modal-content iframe,
.custom-modal--centered-item .modal-content img {
    max-width: 100%;
    flex-shrink: 0;
    align-self: center;
    max-height: 100%
}

.custom-modal--product-gallery .modal-content {
    background: transparent;
    border: none
}

.custom-modal--product-gallery .modal-content .swiper-nav-button--prod-detail-next {
    right: -12px
}

.custom-modal--product-gallery .modal-content .swiper-nav-button--prod-detail-prev {
    left: -12px
}

.custom-modal--product-gallery .modal-dialog {
    max-width: 900px
}

@media(max-width:1024.98px) {
    .custom-modal--product-gallery .modal-dialog {
        min-width: 89.9%;
        max-width: 90%;
        margin-left: 5%
    }
}

@media(max-width:768.98px) {
    .custom-modal--product-gallery .modal-dialog {
        max-width: 600px
    }
}

@media(max-width:660.98px) {
    .custom-modal--product-gallery .modal-dialog {
        max-width: 100%
    }
}

.custom-modal__body-iframe {
    height: 400px;
    width: 100%
}

.title {
    position: relative;
    display: flex;
    align-items: center
}

.title h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    color: #0062c2
}

.font-loaded .title h2 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.title h2:before {
    content: "/ "
}

.foreground-blue .title h2 {
    color: #0062c2
}

.foreground-turquoise .title h2 {
    color: #009eb7
}

.foreground-yellow .title h2 {
    color: #cea100
}

.foreground-violet .title h2 {
    color: #826fb0
}

.foreground-magenta .title h2 {
    color: #c0167b
}

.foreground-black .title h2 {
    color: #000
}

.foreground-white .title h2 {
    color: #fff
}

.title span {
    font-size: calc(32px + 10vw);
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, .05);
    text-transform: uppercase;
    white-space: nowrap
}

.font-loaded .title span {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .news--mobile-reversed-columns .row {
        flex-direction: column-reverse
    }
}

.news__image {
    position: relative;
    background-size: cover;
    height: 100%;
    min-height: 360px;
    background-position: 100%
}

@media(max-width:768.98px) {
    .news__image {
        min-height: auto;
        padding-top: 75%;
        background-size: cover
    }
}

@media(max-width:480px) {
    .news__image {
        padding-top: 100%
    }
}

.news__text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px
}

@media(max-width:480px) {
    .news__text {
        padding: 20px
    }
}

.news__text-date {
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.font-loaded .news__text-date {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.news-contact-box {
    padding: 40px;
    border: 1px solid #c7c7c7
}

@media(max-width:768px) {
    .news-contact-box {
        padding: 20px
    }
}

.news-contact-box__wrapper {
    display: flex
}

@media(max-width:640px) {
    .news-contact-box__wrapper {
        flex-direction: column;
        align-items: center
    }
}

.news-contact-box__img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px
}

.news-contact-box__info {
    padding-left: 40px
}

@media(max-width:640px) {
    .news-contact-box__info {
        padding-left: 0;
        padding-top: 20px;
        text-align: center
    }
}

.news-contact-box__info a,
.news-contact-box__info p {
    margin-bottom: 4px;
    display: block
}

@media(max-width:1024px) {
    .news-contact-box__info a {
        font-size: 14px
    }
}

.news-contact-box__name {
    color: #0062c2;
    margin-bottom: 16px
}

.homepage-solutions__image {
    position: relative
}

.homepage-solutions__image .bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 10%, transparent 90%)
}

.homepage-solutions__image-txt {
    position: absolute;
    bottom: 60px;
    max-width: 620px
}

@media(max-width:768.98px) {
    .homepage-solutions__image-txt {
        bottom: 40px
    }
}

.homepage-solutions__image-txt .heading-1 {
    margin-bottom: 0
}

.homepage-solutions__image-txt .heading-2 {
    text-transform: uppercase
}

.homepage-solutions__image-txt .large-button {
    margin-top: 20px
}

@media(max-width:768.98px) {
    .homepage-solutions__image-txt .large-button {
        margin-top: 10px
    }
}

.homepage-solutions__text {
    margin-top: 40px
}

.homepage-solutions__text div[class^=col-]:first-child {
    padding-right: 15px
}

@media(max-width:1024.98px) {
    .homepage-solutions__text div[class^=col-]:first-child {
        padding: 0
    }
}

.homepage-solutions__text div[class^=col-]:last-child {
    padding-left: 15px
}

@media(max-width:1024.98px) {
    .homepage-solutions__text div[class^=col-]:last-child {
        padding: 0
    }
}

.homepage-solutions .tag {
    position: absolute;
    bottom: -10px
}

.homepage-solutions__general-info .heading-3 {
    margin-top: 0
}

.homepage-solutions__solution-intro-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media(max-width:1024.98px) {
    .homepage-solutions__solution-intro-list {
        margin-top: 40px
    }
}

.homepage-solutions__solution-intro {
    position: relative;
    padding: 0 0 45px 40px;
    border-left: 2px solid #b2d1f0
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .homepage-solutions__solution-intro {
        border: none
    }
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro {
        border: none;
        padding: 0;
        margin: 40px 0
    }
}

.homepage-solutions__solution-intro:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 21px;
    top: -5px;
    left: -6px;
    background-color: #b2d1f0
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro:first-child:after {
        display: none
    }
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .homepage-solutions__solution-intro:first-child:after {
        display: none
    }
}

.homepage-solutions__solution-intro:last-child {
    border-color: #fff
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro:last-child {
        border: none
    }
}

.homepage-solutions__solution-intro:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 0;
    left: -2px;
    background-color: #b2d1f0
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro:last-child:after {
        display: none
    }
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .homepage-solutions__solution-intro:last-child:after {
        display: none
    }
}

.homepage-solutions__solution-intro-title-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.homepage-solutions__solution-intro-title-container:before {
    content: url(../images/circle-plus-lightblue.svg);
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    left: -59px;
    background-color: #fff;
    border-radius: 18px;
    border: 2px solid #fff
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro-title-container:before {
        display: none
    }
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .homepage-solutions__solution-intro-title-container:before {
        display: none
    }
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro-title-container p {
        display: inline-block
    }
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro-title-container {
        display: flex;
        justify-content: center
    }
}

.homepage-solutions__solution-intro-icon-container {
    display: flex;
    width: 110px
}

@media(max-width:660.98px) {
    .homepage-solutions__solution-intro-icon-container {
        display: inline-block
    }
}

.homepage-solutions__solution-intro-icon-container img {
    max-height: 65px
}

.homepage-solutions__solution-intro-icon-container .animatable-icon {
    display: inline-block
}

.homepage-solutions__button-area {
    padding: 0 0 0 40px
}

@media(max-width:1024.98px) {
    .homepage-solutions__button-area {
        text-align: center;
        padding: 0
    }
}

.event-swiper {
    position: relative;
    margin-top: 10px
}

.event-swiper .swiper-container {
    padding-top: 30px
}

.event-swiper__item {
    display: block
}

.event-swiper__item .heading-4 {
    transition: .25s ease-in-out
}

.event-swiper__item:hover {
    text-decoration: none
}

.event-swiper__item:hover .heading-4 {
    text-decoration: underline
}

.event-swiper__item:hover .hover-overlay:before {
    opacity: 1;
    visibility: visible
}

.event-swiper__item:hover .hover-overlay:after {
    opacity: .9;
    visibility: visible
}

.event-swiper__item-txt {
    padding-top: 15px
}

.event-swiper__item-txt-venue {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

.font-loaded .event-swiper__item-txt-venue {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.event-swiper__item-txt-date {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.font-loaded .event-swiper__item-txt-date {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.event-swiper__item-img {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding-top: 56.25%
}

.event-swiper__btn-next,
.event-swiper__btn-prev {
    width: 50px;
    height: 50px
}

@media(max-width:768.98px) {

    .event-swiper__btn-next,
    .event-swiper__btn-prev {
        width: 40px;
        height: 40px
    }
}

.foreground-blue .event-swiper__btn-next,
.foreground-blue .event-swiper__btn-prev {
    background-color: #0062c2
}

.foreground-turquoise .event-swiper__btn-next,
.foreground-turquoise .event-swiper__btn-prev {
    background-color: #009eb7
}

.foreground-yellow .event-swiper__btn-next,
.foreground-yellow .event-swiper__btn-prev {
    background-color: #cea100
}

.foreground-violet .event-swiper__btn-next,
.foreground-violet .event-swiper__btn-prev {
    background-color: #826fb0
}

.foreground-magenta .event-swiper__btn-next,
.foreground-magenta .event-swiper__btn-prev {
    background-color: #c0167b
}

.event-swiper__btn-next {
    right: -25px
}

@media(max-width:768.98px) {
    .event-swiper__btn-next {
        right: -15px
    }
}

.event-swiper__btn-prev {
    left: -25px
}

@media(max-width:768.98px) {
    .event-swiper__btn-prev {
        left: -15px
    }
}

.product-info {
    position: relative
}

.product-info__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 620px;
    display: flex;
    padding: 15px 25px 25px
}

@media(max-width:660.98px) {
    .product-info__wrapper {
        padding: 0;
        flex-direction: column;
        min-height: auto;
        background-color: #f2f3f5
    }
}

.product-info__main-img {
    position: relative;
    width: 45%;
    max-width: 620px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

@media(max-width:660.98px) {
    .product-info__main-img {
        width: 100%;
        height: 330px
    }
}

.product-info__main-img img {
    max-width: 100%;
    max-height: 100%
}

@media(max-width:660.98px) {
    .product-info__main-img img {
        max-width: 300px
    }
}

.product-info__main-img .swiper-slide {
    text-align: center
}

.product-info__content {
    width: 55%;
    padding: 40px 30px;
    background-color: #f2f3f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width:1279.98px) {
    .product-info__content {
        padding: 20px
    }
}

@media(max-width:660.98px) {
    .product-info__content {
        width: 100%;
        padding: 10px;
        display: block
    }
}

.product-info__gallery {
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 0
}

.product-info__swiper-wrapper {
    position: relative;
    width: 100%
}

.product-info__nav {
    margin: 0 0 0 auto;
    display: flex;
    width: 55%;
    padding-left: 30px
}

@media(max-width:660.98px) {
    .product-info__nav {
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px
    }
}

.product-info .custom-dropdown {
    display: inline-block;
    vertical-align: bottom
}

.product-info .custom-dropdown button {
    text-decoration: underline
}

.product-info .custom-dropdown button:hover {
    color: #015ab4
}

.product-info .custom-dropdown a {
    text-transform: none
}

.product-info__social {
    text-align: right
}

.product-info__title-subtitle-wrapper {
    margin: 0 0 20px
}

.product-info__button-container {
    margin: 20px 0
}

@media(max-width:1024.98px) {
    .product-info {
        font-size: 14px
    }
}

@media(max-width:660.98px) {
    .product-info {
        font-size: 13px
    }
}

.product-info__swiper {
    position: absolute;
    bottom: -20px;
    max-height: 120px;
    width: 45%
}

@media(max-width:1024.98px) {
    .product-info__swiper {
        width: 46%
    }
}

@media(max-width:660.98px) {
    .product-info__swiper {
        position: relative;
        width: 100%;
        padding: 10px 0;
        bottom: auto
    }
}

.product-info__preview-swiper {
    height: 100%;
    width: 100%;
    background-color: #fff
}

.product-info__preview-video-img {
    display: inline-block;
    position: relative
}

.product-info__preview-video-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.product-info__preview-swiper-slide,
.product-info__preview-video-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.product-info__awards {
    display: flex;
    width: 100%;
    margin-top: 10px
}

@media(max-width:1024.98px) {
    .product-info__awards {
        flex-direction: column
    }
}

.product-info__awards-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 80px
}

@media(max-width:1024.98px) {
    .product-info__awards-wrapper:not(:last-child) {
        margin-bottom: 20px
    }
}

.product-info__awards-wrapper p.grey-text {
    margin-bottom: 10px
}

.product-info__awards-image {
    display: flex;
    align-items: center;
    padding: 8px;
    height: 75px
}

.product-info__awards-image:not(:last-child) {
    margin-right: 10px
}

.product-info__awards-image--with-border {
    border: 1px solid #e1e1e1
}

.product-info__awards-image img {
    max-height: 100%
}

.product-features__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px
}

@media(max-width:1024.98px) {
    .product-features__wrapper {
        margin-top: 50px
    }
}

@media(max-width:660.98px) {
    .product-features__wrapper {
        flex-direction: column;
        margin: 30px 0 20px
    }
}

.product-features__list {
    flex: 0 1 29%;
    align-self: center
}

@media(max-width:1024.98px) {
    .product-features__list {
        flex: 0 1 34%
    }
}

@media(max-width:660.98px) {
    .product-features__list {
        order: 1;
        width: 100%
    }
}

.product-features__list img {
    max-width: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

@media(max-width:768.98px) {
    .product-features__list img {
        max-height: 25px;
        width: 45px;
        margin-right: 0
    }
}

@media(max-width:660.98px) {
    .product-features__list img {
        max-height: 30px;
        width: 50px;
        margin-right: 10px
    }
}

.product-features__list p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: calc(100% - 65px)
}

@media(max-width:1024.98px) {
    .product-features__list p {
        font-size: 13px;
        margin-bottom: 10px
    }
}

.product-features__list ol,
.product-features__list ul {
    font-size: 14px;
    margin-bottom: 10px
}

@media(max-width:1024.98px) {

    .product-features__list ol,
    .product-features__list ul {
        font-size: 13px
    }
}

.product-features__list span {
    display: block
}

.product-features__list .list>li {
    margin-top: 20px
}

.product-features__image {
    flex: 0 1 39%;
    align-self: center
}

@media(max-width:660.98px) {
    .product-features__image img {
        max-height: 300px
    }
}

@media(max-width:1024.98px) {
    .product-features__image {
        flex: 0 1 29%
    }
}

@media(max-width:660.98px) {
    .product-features__image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.product-functionalities__outer-wrapper {
    width: 100%
}

.product-functionalities__functionality {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    font-size: 14px
}

.product-functionalities__functionality>div:first-child {
    padding-right: 7px
}

@media(max-width:768.98px) {
    .product-functionalities__functionality>div:first-child {
        padding: 0
    }
}

.product-functionalities__functionality>div:last-child {
    padding-left: 7px
}

@media(max-width:768.98px) {
    .product-functionalities__functionality>div:last-child {
        padding: 0
    }
}

@media(max-width:1024.98px) {
    .product-functionalities__functionality {
        font-size: 13px
    }
}

@media(max-width:768.98px) {
    .product-functionalities__functionality {
        display: block;
        font-size: 12px;
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .product-functionalities__functionality {
        margin-bottom: 20px
    }
}

.product-functionalities h3 {
    font-weight: 300;
    font-size: 28px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.font-loaded .product-functionalities h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1024.98px) {
    .product-functionalities h3 {
        font-size: 20px
    }
}

@media(max-width:768.98px) {
    .product-functionalities h3 {
        font-size: 16px
    }
}

.product-functionalities__description {
    flex: 0 1 50%;
    align-self: stretch
}

@media(max-width:768.98px) {
    .product-functionalities__description {
        width: 100%
    }
}

.product-functionalities__image {
    flex: 0 1 50%;
    align-self: stretch
}

@media(max-width:768.98px) {
    .product-functionalities__image img {
        width: 50%
    }
}

@media(max-width:768.98px) {
    .product-functionalities__image {
        display: none
    }
}

.product-functionalities__description-image {
    display: none;
    margin-bottom: 10px
}

@media(max-width:768.98px) {
    .product-functionalities__description-image {
        display: block
    }
}

@media(max-width:768.98px) {
    .product-functionalities__description-image img {
        width: 50%
    }
}

.product-specifications {
    position: relative
}

.product-specifications h3 {
    font-weight: 300;
    font-size: 28px
}

.font-loaded .product-specifications h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.product-specifications h4.product-specifications_related-headline {
    margin-bottom: 1em;
    padding: 7px 10px
}

.product-specifications__outer-content-wrapper {
    width: 100%;
    margin-top: 40px
}

.product-specifications__inner-content-wrapper {
    width: 100%
}

.product-specifications__item .collapse:not(.show) {
    display: block;
    visibility: hidden;
    height: 0;
    pointer-events: none;
    overflow: hidden
}

.product-specifications__item .collapse.show {
    visibility: visible;
    pointer-events: all
}

.product-specifications__annotations {
    font-size: 13px
}

.product-specifications__list {
    position: relative;
    column-count: 2;
    list-style-type: none;
    font-size: 13px;
    padding: 0
}

@media(max-width:768.98px) {
    .product-specifications__list {
        column-count: 1
    }
}

.product-specifications__list li {
    position: relative;
    padding: 7px 10px;
    break-inside: avoid-column
}

.product-specifications__list strong {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

@media(max-width:660.98px) {
    .product-specifications__list strong {
        width: 100%
    }
}

.product-specifications__list span {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

@media(max-width:660.98px) {
    .product-specifications__list span {
        width: 100%
    }
}

.product-specifications__list .transparent-stripe {
    background-color: transparent
}

.product-specifications__list .first,
.product-specifications__list .grey-stripe {
    background-color: hsla(0, 0%, 88%, .3)
}

.product-specifications .nav {
    flex-wrap: nowrap;
    margin: 0 -15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.font-loaded .product-specifications .nav {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-specifications .nav-item {
    cursor: pointer;
    display: block
}

.product-specifications .nav-item--hidden {
    visibility: hidden
}

.product-specifications .nav+.dropdown {
    display: flex;
    padding: 0 16px;
    position: static
}

.product-specifications .horizontal-tabs {
    display: flex;
    position: relative
}

.product-specifications .nav-link {
    white-space: nowrap;
    font-size: 13px
}

.product-specifications .nav-link:not([href]):not([tabindex]) {
    color: rgba(51, 133, 214, .5)
}

.product-specifications .nav-link:not([href]):not([tabindex]).active,
.product-specifications .nav-link:not([href]):not([tabindex]):hover {
    color: #3385d6
}

.product-specifications .nav-link:not([href]):not([tabindex]).active span {
    border-bottom: 2px solid #3385d6
}

.product-specifications .nav-link--tabs-dropdown {
    border: none;
    color: #fff
}

.product-specifications .nav-link--tabs-dropdown.active {
    background-color: transparent;
    color: #fff;
    text-decoration: underline
}

.product-specifications .nav-link--tabs-dropdown.active span {
    border: none
}

.product-specifications .nav-link--tabs-dropdown:hover {
    text-decoration: underline
}

.product-specifications .custom-dropdown__toggle {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 0 1rem
}

.product-specifications__item {
    margin-bottom: 50px
}

@media(max-width:1024.98px) {
    .product-specifications__item {
        margin-bottom: 35px
    }
}

@media(max-width:660.98px) {
    .product-specifications__item {
        margin-bottom: 25px
    }
}

.product-specifications .collapse {
    width: 100%
}

.product-specifications .dropdown--hidden {
    visibility: hidden
}

.product-specifications .dropdown-menu {
    position: absolute;
    top: 100% !important;
    right: 0 !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important
}

.product-specifications .dropdown-item {
    display: none;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.font-loaded .product-specifications .dropdown-item {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-specifications .dropdown-item.active,
.product-specifications .dropdown-item:hover {
    color: #fff !important
}

.product-specifications .dropdown-item.active {
    background-color: transparent
}

.product-specifications .dropdown-item.active span {
    border-bottom: 2px solid #fff !important
}

.product-specifications .dropdown-item--visible {
    display: block
}

.product-specifications .tab {
    display: none
}

.product-specifications .tab.active {
    display: block
}

.product-comparison-view {
    margin-top: 30px
}

.product-comparison-view__outer-wrapper {
    border: 1px solid #e1e1e1
}

@media(max-width:768.98px) {
    .product-comparison-view__outer-wrapper {
        overflow-x: scroll;
        width: 100%
    }
}

@media(max-width:768.98px) {
    .product-comparison-view__inner-wrapper {
        width: 750px
    }
}

.product-comparison-view__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch
}

@media(max-width:768.98px) {
    .product-comparison-view__items {
        justify-content: flex-start
    }
}

.product-comparison-view .animatable-link {
    margin-bottom: 10px
}

.product-comparison-view__outer-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.product-comparison-view__outer-wrapper::-webkit-scrollbar {
    height: 2px;
    background-color: #f5f5f5;
    margin-top: 5px
}

.product-comparison-view__outer-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #3385d6
}

.product-comparison-item {
    flex: 0 1 25%;
    border: 1px solid #c5c5c5;
    padding: 10px 10px 40px;
    position: relative
}

.product-comparison-item h2 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 35px
}

.product-comparison-item__controls {
    width: calc(100% - 20px);
    overflow: hidden;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.product-comparison-item__controls>:first-child {
    float: left;
    display: inline-block
}

.product-comparison-item__controls>:last-child {
    float: right;
    display: inline-block
}

.product-comparison-item__controls .animatable-link {
    margin-bottom: 0
}

.product-comparison-item__remove-item {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    color: #c5c5c5
}

.font-loaded .product-comparison-item__remove-item {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-comparison-item__remove-item:active,
.product-comparison-item__remove-item:focus,
.product-comparison-item__remove-item:hover {
    color: #c5c5c5;
    text-decoration: none
}

.product-comparison-item__remove-item:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/circle-close-small-grey.svg) no-repeat 100%
}

.product-comparison-table {
    margin-top: 15px
}

.product-comparison-table__accordion {
    padding: 0 5px 5px
}

.product-comparison-table__accordion-card {
    border: none
}

.product-comparison-table__accordion-card:not(:last-child) {
    margin-bottom: 25px
}

.product-comparison-table__accordion-card:last-child .product-comparison-table__accordion-header {
    border: 0
}

.product-comparison-table__accordion-header {
    background-color: #fff;
    border-color: #e1e1e1;
    padding: 5px 0
}

.product-comparison-table__accordion-header h3 {
    font-size: 18px;
    font-weight: 400
}

.font-loaded .product-comparison-table__accordion-header h3 {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.product-comparison-table__accordion-header button {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #000;
    position: relative
}

@media(max-width:768.98px) {
    .product-comparison-table__accordion-header button {
        display: flex;
        align-items: center
    }
}

.product-comparison-table__accordion-header button:focus,
.product-comparison-table__accordion-header button:hover,
.product-comparison-table__accordion-header button a.focus,
.product-comparison-table__accordion-header button a:focus {
    text-decoration: none;
    color: inherit
}

.product-comparison-table__accordion-header button:hover:after {
    background-image: url(../images/circle-arrow-simple-small-blue-hover.svg)
}

.product-comparison-table__accordion-header button:after {
    content: url(../images/circle-arrow-simple-small-blue.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    vertical-align: middle;
    transform: rotate(-90deg);
    transition: transform .3s ease-in-out
}

@media(max-width:768.98px) {
    .product-comparison-table__accordion-header button:after {
        position: relative;
        margin-left: 10px
    }
}

.product-comparison-table__accordion-header button.collapsed:after {
    transform: rotate(90deg)
}

.product-comparison-table__accordion-content {
    padding: 10px 0 0
}

.product-comparison-table__accordion-content table {
    font-size: 12px;
    width: 100%
}

.product-comparison-table__accordion-content tr:nth-child(odd) {
    background-color: #f2f3f5
}

.product-comparison-table__accordion-content td,
.product-comparison-table__accordion-content th {
    padding: 10px 5px;
    width: 25%
}

.teaser {
    position: relative
}

.teaser--padding-top {
    padding-top: 80px
}

@media(max-width:768.98px) {
    .teaser--padding-top {
        padding-top: 0
    }
}

.teaser__items-wrapper {
    padding: 40px 0
}

@media(max-width:768.98px) {
    .teaser__items-wrapper {
        padding: 30px 0
    }
}

.teaser__items {
    display: flex;
    width: calc(100% + 20px);
    margin: -10px
}

@media(max-width:1024.98px) {
    .teaser__items {
        flex-wrap: wrap;
        margin: -15px -10px
    }
}

.teaser__item {
    width: 25%;
    display: block;
    padding: 10px
}

@media(max-width:1024.98px) {
    .teaser__item {
        width: 50%;
        padding: 15px 10px
    }
}

@media(max-width:600px) {
    .teaser__item {
        width: 100%
    }
}

.teaser__item .heading-4 {
    transition: .25s ease-in-out
}

.teaser__item:hover {
    text-decoration: none
}

.teaser__item:hover .heading-4 {
    text-decoration: underline
}

.teaser__item:hover .hover-overlay:before {
    opacity: 1;
    visibility: visible
}

.teaser__item:hover .hover-overlay:after {
    opacity: .9;
    visibility: visible
}

.teaser__item-img {
    position: relative;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 15px
}

.teaser__item-img--contain {
    padding-top: 0
}

.teaser__item-date {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.font-loaded .teaser__item-date {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.solution {
    padding-top: 125px
}

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

@media(max-width:768.98px) {
    .solution--margin-top {
        margin-top: 30px
    }
}

.solution--padding-top-small {
    padding-top: 125px
}

@media(max-width:1024.98px) {
    .solution--padding-top-small {
        padding-top: 10px
    }
}

.solution__border-wrapper {
    border: 4px solid #73abe3;
    width: 100%;
    padding: 15px 0
}

@media(max-width:1024.98px) {
    .solution__border-wrapper .col-lg-4:last-child .solution__item {
        border-bottom: none
    }

    .solution__border-wrapper .col-lg-4:first-child .solution__item {
        padding-top: 0
    }
}

@media(min-width:1025px) {
    .solution__border-wrapper .row div[class^=col-] {
        padding-right: 15px
    }

    .solution__border-wrapper .row div[class^=col-]:first-child {
        padding-left: 15px
    }
}

@media(max-width:1024.98px) {
    .solution__border-wrapper .row div[class^=col-] {
        padding: 0 15px
    }
}

.solution__item {
    margin-top: -125px
}

@media(max-width:1024.98px) {
    .solution__item {
        border-bottom: 1px solid #e1e1e1;
        margin-top: 0;
        display: flex;
        padding-bottom: 15px;
        padding-top: 40px
    }
}

@media(max-width:660.98px) {
    .solution__item {
        display: block
    }
}

.solution__item-img {
    height: 240px
}

@media(max-width:1024.98px) {
    .solution__item-img {
        margin-right: 20px;
        width: 50%
    }
}

@media(max-width:660.98px) {
    .solution__item-img {
        width: 100%
    }
}

.solution__item-content {
    position: relative;
    padding-top: 30px
}

.solution__item-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.font-loaded .solution__item-content p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:1024.98px) {
    .solution__item-content {
        width: 50%;
        padding-top: 0
    }
}

@media(max-width:660.98px) {
    .solution__item-content {
        padding-top: 15px;
        width: 100%
    }

    .solution__item-content p {
        font-size: 13px
    }
}

.solution__item-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.solution__item-title img {
    width: 100%;
    margin-right: 15px
}

.solution__item-title h2,
.solution__item-title span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    max-width: 250px;
    margin: 0
}

@media(max-width:1024.98px) {
    .solution__item-title {
        margin-top: 10px
    }

    .solution__item-title h2 {
        font-size: 17px
    }
}

@media(max-width:768.98px) {
    .solution__item-title h2 {
        font-size: 16px
    }
}

.solution__item-title .animatable-icon {
    height: 50px;
    margin-right: 15px
}

.solution__item-title .animatable-icon--service {
    width: 53px
}

.solution__item-title .animatable-icon--software {
    width: 59px
}

.solution__item-title .animatable-icon--hardware {
    width: 46px
}

.solution__item-list {
    list-style-type: none;
    margin: 25px 0 0;
    padding-left: 0
}

.solution__item-list li {
    margin-bottom: 10px
}

@media(max-width:768.98px) {
    .solution__item-list li a {
        font-size: 13px
    }
}

.headline {
    font-weight: 300;
    font-size: 72px
}

.font-loaded .headline {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.headline--smaller {
    font-size: 68px;
    line-height: 72px
}

@media(max-width:1279.98px) {
    .headline--smaller {
        font-size: 52px;
        line-height: 52px
    }
}

@media(max-width:1024.98px) {
    .headline--smaller {
        font-size: 44px;
        line-height: 44px
    }
}

@media(max-width:768.98px) {
    .headline--smaller {
        font-size: 34px;
        line-height: 40px
    }
}

@media(max-width:660.98px) {
    .headline--smaller {
        font-size: 22px;
        line-height: 24px
    }
}

.headline--blue {
    color: #0062c2
}

.headline--black {
    color: #000
}

.headline--center {
    text-align: center
}

.headline--capitalize {
    text-transform: lowercase
}

.headline--capitalize:first-letter {
    text-transform: capitalize
}

@media(min-width:1025px) {
    .headline--capitalize {
        margin-bottom: 15px
    }
}

.headline--basic {
    font-size: 38px;
    line-height: 1.05;
    text-transform: none;
    margin-bottom: 32px
}

@media(max-width:1024.98px) {
    .headline--basic {
        font-size: 36px
    }
}

@media(max-width:768.98px) {
    .headline--basic {
        font-size: 28px;
        margin-bottom: 22px
    }
}

.latest-news {
    overflow: hidden
}

.latest-news__container {
    display: flex;
    width: calc(100% + 30px);
    margin: -15px
}

@media(max-width:768.98px) {
    .latest-news__container {
        display: block;
        width: calc(100% + 20px);
        margin: -15px -10px
    }
}

.latest-news__item {
    display: block;
    padding: 15px;
    width: 100%
}

@media(max-width:768.98px) {
    .latest-news__item {
        padding: 15px 10px
    }
}

.latest-news__item:hover {
    text-decoration: none
}

.latest-news__item-image-wrapper {
    overflow: hidden;
    margin-bottom: 20px
}

.latest-news__item-image {
    text-align: center;
    padding-top: 75%;
    transition: transform .3s ease-in-out
}

.latest-news__item-image:hover {
    transform: scale(1.1)
}

.latest-news__item-text {
    margin-bottom: 20px
}

@media(max-width:768.98px) {
    .latest-news__item-text {
        padding: 0 20px
    }
}

.latest-news__item-text-info {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    line-height: 18px
}

.font-loaded .latest-news__item-text-info {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .latest-news__item-text-info {
        font-size: 14px
    }
}

@media(max-width:660.98px) {
    .latest-news__item-text-info {
        line-height: 14px
    }
}

.latest-news__short-description {
    color: #000
}

.latest-news .heading-4:hover {
    text-decoration: underline
}

.latest-news .row div[class^=col-]:first-child {
    padding-right: 15px
}

@media(max-width:768.98px) {
    .latest-news .row div[class^=col-]:first-child {
        padding: 0
    }
}

.latest-news .row div[class^=col-]:last-child {
    padding-left: 15px
}

@media(max-width:768.98px) {
    .latest-news .row div[class^=col-]:last-child {
        padding: 0
    }
}

.press-contact__social {
    margin-top: 24px
}

@media(max-width:1024.98px) {
    .press-contact__social {
        margin-top: 5px
    }
}

@media(max-width:660.98px) {
    .press-contact__social {
        margin-top: 8px
    }
}

.press-contact__social .row div[class^=col-]:first-child {
    padding-right: 15px
}

@media(max-width:660.98px) {
    .press-contact__social .row div[class^=col-]:first-child {
        padding: 0
    }
}

.press-contact__social .row div[class^=col-]:last-child {
    padding-left: 15px
}

@media(max-width:660.98px) {
    .press-contact__social .row div[class^=col-]:last-child {
        padding: 0
    }
}

.press-contact__social-text {
    font-weight: 700;
    font-size: 13px;
    color: #c5c5c5;
    margin-bottom: 10px
}

.font-loaded .press-contact__social-text {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.press-contact__social-links {
    justify-content: flex-start;
    margin: 0;
    display: flex;
    list-style: none;
    padding-left: 0
}

@media(max-width:660.98px) {
    .press-contact__social-links {
        margin-top: 10px
    }
}

.press-contact__social-links li {
    margin-right: 15px
}

.press-contact__social-links li a img {
    width: 30px;
    height: 30px
}

.press-contact .col-12 .row div[class^=col-]:first-child {
    padding-right: 15px
}

@media(max-width:1024.98px) {
    .press-contact .col-12 .row div[class^=col-]:first-child {
        padding-left: 15px
    }
}

@media(max-width:660.98px) {
    .press-contact .col-12 .row div[class^=col-]:first-child {
        padding-right: 0;
        padding-left: 0
    }
}

.press-contact .col-12 .row div[class^=col-]:last-child {
    padding-left: 15px
}

@media(max-width:660.98px) {
    .press-contact .col-12 .row div[class^=col-]:last-child {
        padding-left: 0
    }
}

.news-list__items--teasers {
    padding: 14px 40px 20px;
    background-color: #f2f3f5
}

@media(max-width:1279.98px) {
    .news-list__items--teasers {
        padding: 14px 30px 20px
    }
}

@media(max-width:1024.98px) {
    .news-list__items--teasers {
        padding: 14px 20px 20px
    }
}

@media(max-width:768.98px) {
    .news-list__items--teasers {
        padding: 14px 10px 20px
    }
}

.news-list__search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px
}

@media(max-width:1279.98px) {
    .news-list__search {
        margin-bottom: 13px
    }
}

@media(max-width:660.98px) {
    .news-list__search {
        position: relative;
        flex-direction: column
    }
}

.news-list__search .header__right,
.news-list__search .searchBox {
    margin-right: 0
}

@media(max-width:660.98px) {
    .news-list__search-input {
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.news-list__search-dropdowns {
    display: flex;
    flex-wrap: wrap
}

@media(max-width:480px) {
    .news-list__search-dropdowns {
        flex-direction: column
    }
}

.news-list__search-dropdowns .custom-dropdown__menu {
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    transform: none !important;
    min-width: 100%
}

.news-list__search-filter {
    display: inline-flex;
    margin: 5px 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 30px
}

@media(max-width:660.98px) {
    .news-list__search-filter {
        justify-content: flex-start
    }
}

@media(max-width:480px) {
    .news-list__search-filter {
        margin-right: 0
    }
}

.news-list__search-filter-label {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0
}

.font-loaded .news-list__search-filter-label {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .news-list__search-filter-label {
        font-size: 12px
    }
}

.news-list__teaser {
    display: flex
}

.news-list__teaser:not(:last-child) {
    margin-bottom: 40px
}

@media(max-width:1024.98px) {
    .news-list__teaser:not(:last-child) {
        margin-bottom: 34px
    }
}

@media(max-width:768.98px) {
    .news-list__teaser:not(:last-child) {
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .news-list__teaser:not(:last-child) {
        margin-bottom: 28px
    }
}

@media(max-width:660.98px) {
    .news-list__teaser {
        flex-direction: column
    }
}

.news-list__teaser:hover {
    text-decoration: none
}

.news-list__teaser-image {
    flex-basis: 32%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 18px;
    position: relative
}

@media(max-width:1279.98px) {
    .news-list__teaser-image {
        flex-basis: 35%
    }
}

@media(max-width:1024.98px) {
    .news-list__teaser-image {
        flex-basis: 42%;
        margin-right: 10px
    }
}

@media(max-width:768.98px) {
    .news-list__teaser-image {
        flex-basis: 38%;
        margin-right: 8px
    }
}

@media(max-width:660.98px) {
    .news-list__teaser-image {
        flex-basis: auto;
        margin: 0 0 6px
    }
}

.news-list__teaser-image-holder {
    background-size: cover;
    background-position: 100%;
    width: 100%;
    padding-top: 56.25%;
    transition: transform .3s ease-in-out;
    backface-visibility: hidden
}

.news-list__teaser-image-holder:hover {
    transform: scale(1.2)
}

.news-list__teaser-info {
    padding: 12px 50px 0 0
}

@media(max-width:1279.98px) {
    .news-list__teaser-info {
        padding: 12px 20px 0 0
    }
}

@media(max-width:1024.98px) {
    .news-list__teaser-info {
        padding: 0
    }
}

.news-list__teaser-info .grey-text {
    margin-bottom: 5px
}

.news-list__teaser-title {
    color: #000;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 2px
}

.font-loaded .news-list__teaser-title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .news-list__teaser-title {
        font-size: 24px
    }
}

@media(max-width:1024.98px) {
    .news-list__teaser-title {
        font-size: 20px
    }
}

@media(max-width:660.98px) {
    .news-list__teaser-title {
        font-size: 16px;
        margin-bottom: 2px
    }
}

.news-list__teaser-text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px
}

@media(max-width:1279.98px) {
    .news-list__teaser-text {
        font-size: 15px;
        line-height: 21px
    }
}

@media(max-width:768.98px) {
    .news-list__teaser-text {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:660.98px) {
    .news-list__teaser-text {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0
    }
}

.news-list__teaser-icon {
    width: 24px;
    height: 24px
}

@media(max-width:660.98px) {
    .news-list__teaser-icon {
        width: 16px;
        height: 16px
    }
}

.news-list__button {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px
}

.news-list__button .animatable-link {
    font-size: 15px
}

@media(max-width:1279.98px) {
    .news-list__button .animatable-link {
        font-size: 14px
    }
}

@media(max-width:768.98px) {
    .news-list__button .animatable-link {
        font-size: 13px
    }
}

@media(max-width:660.98px) {
    .news-list__button .animatable-link {
        font-size: 12px
    }
}

.news-list__button img {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

@media(max-width:660.98px) {
    .news-list__button img {
        width: 16px;
        height: 16px
    }
}

.custom-dropdown.show .custom-dropdown__toggle img {
    transform: rotate(-90deg)
}

.custom-dropdown__toggle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0
}

.font-loaded .custom-dropdown__toggle {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.custom-dropdown__toggle:hover {
    color: #015ab4
}

.custom-dropdown__toggle:focus {
    outline: none
}

.custom-dropdown__toggle img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out
}

@media(max-width:660.98px) {
    .custom-dropdown__toggle {
        font-size: 12px
    }
}

.custom-dropdown__toggle--transparent {
    color: #3385d6
}

.custom-dropdown__menu {
    border: 0;
    border-radius: 0;
    background: #0062c2;
    box-shadow: 2px 2px 10px 1px rgba(12, 66, 120, .5);
    padding: 12px 20px 10px;
    max-width: 279px;
    font-weight: 400;
    margin-top: 6px
}

.font-loaded .custom-dropdown__menu {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .custom-dropdown__menu--min-width-mobile {
        min-width: 250px
    }
}

.custom-dropdown__menu--with-scrollbar {
    max-height: 150px;
    overflow-y: scroll
}

.custom-dropdown__menu--with-scrollbar::-webkit-scrollbar {
    width: 6px
}

.custom-dropdown__menu--with-scrollbar::-webkit-scrollbar-track {
    background-color: #73abe3;
    border-radius: 6px
}

.custom-dropdown__menu--with-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fff
}

.custom-dropdown__menu--hardware .dropdown-item {
    white-space: pre-wrap
}

.custom-dropdown__menu .dropdown-item {
    color: #fff;
    padding: 0
}

.custom-dropdown__menu .dropdown-item:not(:last-child) {
    margin-bottom: 14px
}

.custom-dropdown__menu .dropdown-item:active,
.custom-dropdown__menu .dropdown-item:focus,
.custom-dropdown__menu .dropdown-item:hover {
    background-color: transparent;
    text-decoration: underline
}

.custom-dropdown--blue .custom-dropdown__toggle {
    background-color: #0062c2;
    box-shadow: 0 4px 9px 0 rgba(12, 66, 120, .46);
    color: #fff;
    padding: 20px
}

.custom-dropdown--blue .custom-dropdown__menu {
    margin-top: 0
}

.custom-dropdown--margin-bottom-25 {
    margin-bottom: 25px
}

.search--news.search .searchBox {
    position: relative;
    margin-right: 0;
    background-color: transparent;
    border: 1px solid transparent;
    transition: none;
    width: 280px
}

.search--news.search .searchBox input[type=submit] {
    background-color: transparent;
    background: #fff url(../images/icon-search.svg) no-repeat 50% !important;
    height: 22px
}

.search--news.search .searchBox input[type=text] {
    padding-right: 15px
}

.search--news.search .searchBox--open {
    background-color: #fff;
    border: 1px solid #c5c5c5
}

@media(max-width:768.98px) {
    .search--news.search .searchBox--open {
        right: 0;
        top: 0;
        width: 240px;
        transform: translateY(0)
    }
}

@media(max-width:480px) {
    .search--news.search .searchBox--open {
        width: 100%
    }
}

.search--limited {
    max-width: 660px;
    margin: 0 auto
}

.search--rethink {
    position: relative
}

.search--rethink .searchBox--open {
    border: none !important;
    padding-left: 0 !important;
    width: auto !important;
    transition: none !important
}

@media(max-width:660.98px) {
    .search--rethink .searchBox--open {
        position: static !important;
        top: auto !important;
        transform: none !important;
        right: auto !important;
        width: auto !important
    }
}

.search--rethink .searchBox--open:after {
    content: "";
    position: fixed;
    background-color: #fff;
    width: 300px;
    height: 58px;
    right: 0;
    top: 80px
}

@media(max-width:600px) {
    .search--rethink .searchBox--open:after {
        width: 100%
    }
}

.search--rethink .searchBox input[type=text] {
    position: fixed !important;
    right: 10px !important;
    top: 91px !important;
    height: 38px !important;
    width: 280px !important;
    padding: 6px 12px !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    pointer-events: none;
    z-index: 1
}

.search--rethink .searchBox input[type=text]:focus {
    border-color: #28ccbd !important
}

@media(max-width:600px) {
    .search--rethink .searchBox input[type=text] {
        width: calc(100% - 40px) !important;
        right: 20px !important
    }
}

.search--rethink .searchBox--open input[type=text] {
    pointer-events: all !important
}

.search--rethink input[type=submit] {
    background: #fff url(../images/icon-search.svg) no-repeat 50% !important;
    background-size: auto !important;
    transform: translateX(0) !important
}

.search .searchBox {
    background-color: #fff;
    display: flex;
    margin-right: 46px;
    padding: 7px 0;
    width: 24px;
    height: 38px
}

.nav-rethink .search .searchBox {
    margin-right: 0
}

.search .searchBox input[type=text] {
    padding: 0;
    border: 0;
    color: #000;
    font-weight: 300;
    font-size: 13px;
    outline: none;
    opacity: 0;
    width: 0;
    box-shadow: none
}

.font-loaded .search .searchBox input[type=text] {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.search .searchBox input[type=text]::placeholder {
    color: #c5c5c5;
    font-weight: 700;
    font-size: 13px
}

.font-loaded .search .searchBox input[type=text]::placeholder {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.search .searchBox input[type=text]:after {
    content: ""
}

.search .searchBox input[type=submit] {
    border: 0;
    background: #fff url(../images/icon-search.svg) no-repeat 50%;
    color: transparent;
    cursor: pointer;
    outline: none;
    transition: transform .3s, background .1s;
    position: relative;
    width: 24px;
    box-shadow: none
}

.search .searchBox--open {
    border: 1px solid #c5c5c5;
    padding-left: 10px;
    width: 480px;
    transition: width .3s
}

.search .searchBox--open input[type=text] {
    display: block;
    width: 100%;
    opacity: 1
}

.search .searchBox--open input[type=submit] {
    background: #fff url(../images/icon-close.svg) no-repeat 50%;
    background-size: 18px;
    right: 0;
    transform: translateX(-10px)
}

@media(max-width:1024.98px) {
    .search .searchBox--open {
        width: 300px
    }
}

@media(max-width:768.98px) {
    .search .searchBox {
        margin-right: 36px
    }

    .search .searchBox--open {
        width: 280px
    }
}

@media(max-width:660.98px) {
    .search .searchBox--open {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 150px;
        width: calc(100% - 200px)
    }
}

@media(max-width:480px) {
    .search .searchBox {
        margin-right: 21px
    }

    .search .searchBox--open {
        right: 135px;
        width: calc(100% - 170px)
    }
}

@media(max-width:360px) {
    .search .searchBox {
        margin-right: 16px
    }

    .search .searchBox--open {
        right: 125px;
        width: calc(100% - 150px)
    }
}

.search .searchBox__placeholder {
    position: absolute;
    color: #c5c5c5;
    display: flex;
    align-self: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    pointer-events: none;
    opacity: 0
}

.font-loaded .search .searchBox__placeholder {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.search .searchBox--open .searchBox__placeholder {
    pointer-events: all;
    opacity: 1
}

.search .searchBox--open .searchBox__placeholder--hidden {
    opacity: 0
}

.search--normal .searchBox {
    border: 1px solid #c5c5c5;
    padding: 13px 0 10px 13px;
    width: 100%
}

.search--normal .searchBox input[type=text] {
    opacity: 1;
    width: 95%;
    height: auto
}

.search--normal .searchBox input[type=submit] {
    right: 15px;
    width: 5%
}

@media(max-width:768.98px) {
    .search--normal .searchBox input[type=text] {
        width: 90%
    }

    .search--normal .searchBox input[type=submit] {
        width: 50px;
        right: 0
    }
}

.search--margin-top-35 {
    margin-top: 35px
}

.intro-header {
    margin-bottom: 40px;
    position: relative
}

@media(max-width:768.98px) {
    .intro-header {
        margin-bottom: 30px
    }
}

.intro-header__wrapper-inner--social-tags {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

@media(max-width:768.98px) {
    .intro-header__wrapper-inner--social-tags {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media(max-width:768.98px) {

    .intro-header__wrapper-inner--mobile .heading-1.foreground-white,
    .intro-header__wrapper-inner--mobile .heading-2.foreground-white {
        color: #0062c2 !important
    }
}

.intro-header__img-wrapper {
    position: relative
}

.intro-header__img-wrapper--spacing {
    margin-bottom: 35px
}

.intro-header__img-wrapper[data-header-overlay=True]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .7))
}

.intro-header__txt {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1
}

@media(max-width:460px) {
    .intro-header__txt {
        top: 30px;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media(max-width:600px) {
    .intro-header__txt--news {
        position: relative;
        top: auto !important;
        margin-top: 25px
    }
}

@media(max-width:600px) {
    .intro-header__txt--news .heading-1.foreground-white {
        color: #0062c2 !important
    }
}

@media(max-width:600px) {
    .intro-header__txt--news .heading-2.foreground-white {
        color: #c0167b !important
    }
}

.lp-content .intro-header__txt {
    top: 140px
}

@media(max-width:460px) {
    .lp-content .intro-header__txt {
        top: 110px
    }
}

.intro-header__txt h1 {
    margin-bottom: 0;
    max-width: 670px
}

.intro-header__txt .heading-2 {
    text-transform: uppercase;
    max-width: 670px
}

.intro-header__txt .large-button {
    margin-top: 20px
}

@media(max-width:768.98px) {
    .intro-header__txt .large-button {
        margin-top: 10px
    }
}

.intro-header__img-wrapper--no-media .intro-header__txt {
    position: relative;
    left: auto;
    top: auto
}

.event-header__info-actions-share,
.intro-header__flex-centered {
    display: flex;
    align-items: center
}

@media(min-width:661px) and (max-width:768.98px) {

    .event-header__info-actions-share:not(:last-child),
    .intro-header__flex-centered:not(:last-child) {
        margin-bottom: 10px
    }
}

@media(max-width:660.98px) {

    .event-header__info-actions-share,
    .intro-header__flex-centered {
        flex-direction: column;
        align-items: flex-start
    }
}

.event-header__info-actions-share .grey-text,
.intro-header__flex-centered .grey-text {
    margin: 0 10px 0 0
}

@media(max-width:660.98px) {

    .event-header__info-actions-share .grey-text,
    .intro-header__flex-centered .grey-text {
        margin: 0 0 8px
    }
}

@media(min-width:661px) and (max-width:768.98px) {

    .intro-header__wrapper-inner--social-tags .event-header__info-actions-share,
    .intro-header__wrapper-inner--social-tags .intro-header__flex-centered {
        flex-direction: column;
        align-items: center
    }
}

@media(max-width:660.98px) {

    .intro-header__wrapper-inner--social-tags .event-header__info-actions-share,
    .intro-header__wrapper-inner--social-tags .intro-header__flex-centered {
        align-items: center
    }
}

.intro-header__social-tags span {
    display: inline-block;
    background-color: #0062c2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px
}

.font-loaded .intro-header__social-tags span {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.intro-header__social-tags span:not(:last-child) {
    margin-right: 6px
}

@media(max-width:660.98px) {
    .intro-header__social-tags span {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.intro-header__icon {
    width: 24px;
    margin-right: 10px
}

@media(max-width:660.98px) {
    .intro-header__icon {
        margin: 0 0 10px
    }
}

.intro-header__button {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width:768.98px) {
    .lp-content .intro-header__button {
        position: relative;
        margin-top: 16px
    }
}

.bg-image {
    position: relative;
    overflow: hidden
}

.bg-image--video+.bg-image[img-src] {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -2
}

.bg-image--sm {
    height: 540px
}

.bg-image--md {
    height: 630px
}

@media(max-width:1279.98px) {
    .bg-image--md {
        height: 540px
    }
}

@media(max-width:1024.98px) {
    .bg-image--md {
        height: 450px
    }
}

@media(max-width:768.98px) {
    .bg-image--md {
        height: 380px;
        background-size: cover
    }
}

@media(max-width:660.98px) {
    .bg-image--md {
        height: 250px
    }
}

.bg-image--lg {
    height: 770px
}

@media(max-width:768.98px) {
    .bg-image--lg {
        height: 380px;
        background-size: cover
    }
}

.bg-image--header {
    padding-top: 28.125%;
    min-height: 340px
}

.lp-content .bg-image--header {
    height: 610px;
    padding-top: 0
}

.swiper-header .bg-image--header {
    height: 540px;
    padding-top: 0;
    align-items: flex-start
}

@media(max-width:767px) {
    .bg-image--header {
        height: calc(100vh - 80px);
        padding-top: 0
    }

    .lp-content .bg-image--header {
        height: 100vh;
        padding-top: 0
    }

    .swiper-header .bg-image--header {
        height: calc(100vh - 80px);
        padding-top: 0
    }
}

.bg-image--header-news {
    padding-top: 33%;
    min-height: 380px
}

@media(max-width:767px) {
    .bg-image--header-news {
        padding-top: 60.53%
    }
}

@media(max-width:600px) {
    .bg-image--header-news {
        min-height: auto
    }
}

.bg-image--center {
    background-position: 50%
}

.bg-image--top {
    background-position: top
}

.bg-image--bottom {
    background-position: bottom
}

.bg-image--left {
    background-position: 0
}

.bg-image--right {
    background-position: 100%
}

.bg-image--flex {
    display: flex
}

.bg-image--home-intro {
    position: relative
}

.bg-image--home-intro:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, .7));
    top: 0
}

.bg-image--no-cropping img {
    width: 100%
}

.bg-image__helper {
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, .7))
}

.bg-image--home-intro,
.bg-image__helper {
    height: 630px
}

@media(max-width:1279.98px) {

    .bg-image--home-intro,
    .bg-image__helper {
        height: 480px;
        padding: 0
    }
}

@media(max-width:1024.98px) {

    .bg-image--home-intro,
    .bg-image__helper {
        height: 855px
    }
}

@media(max-width:768.98px) {

    .bg-image--home-intro,
    .bg-image__helper {
        height: 480px
    }
}

.bg-image__helper {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.bg-image--active-bg {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.bg-image--video {
    position: relative;
    z-index: -1;
    overflow: hidden;
    display: flex;
    align-self: center;
    align-items: center
}

.bg-image--video video {
    display: block;
    position: absolute;
    z-index: -1;
    min-width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width:767px) {
    .bg-image--video video {
        display: none
    }
}

.bg-image[data-overlay=True]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .7))
}

.bg-video {
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .25s ease-in-out
}

.bg-video-wrapper .bg-video {
    position: absolute;
    opacity: 0
}

.bg-video-wrapper .bg-video--is-visible {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.bg-video-wrapper {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease-in-out
}

.bg-video--active-bg {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.details-list__wrapper {
    background-color: #f2f3f5;
    font-size: 16px
}

@media(max-width:1024.98px) {
    .details-list__wrapper {
        font-size: 14px
    }
}

.video-player {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex
}

@media(max-width:1279.98px) {
    .cta-image .video-player {
        height: auto
    }
}

@media(min-width:661px) {
    .video-player {
        align-items: center
    }
}

@media(max-width:660.98px) {
    .video-player {
        height: auto
    }
}

.video-player div {
    flex-basis: 100%
}

.video-player--local video {
    width: 620px;
    height: 340px;
    background-color: #000
}

@media(max-width:1279.98px) {
    .video-player--local video {
        width: 100%;
        height: 100%
    }
}

.video-player__info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 10px;
    pointer-events: none
}

.font-loaded .video-player__info {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.video-player__info-duration {
    margin-left: 8px
}

.video-player video {
    max-width: 100%
}

.video-player iframe {
    width: 100%
}

@media(max-width:1279.98px) {
    .video-player iframe {
        height: 100%
    }
}

@media(min-width:1025px) {
    .video-player--half[yt-video] {
        width: 640px;
        height: 360px
    }
}

@media(max-width:1279.98px) {
    .video-player--half[yt-video] {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        width: auto
    }

    .video-player--half[yt-video] iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.video-player--full {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: auto
}

.video-player--full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.solution-tabs__slider-container {
    padding-bottom: 60px
}

.solution-tabs__slide h3 {
    font-size: 14px;
    font-weight: 700
}

.font-loaded .solution-tabs__slide h3 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.solution-tabs__slide p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}

.font-loaded .solution-tabs__slide p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {

    .solution-tabs__slide h3,
    .solution-tabs__slide p {
        font-size: 12px
    }
}

.solution-tabs__slide-content {
    padding-left: 25px
}

.solution-tabs__slide-image {
    max-width: 420px;
    height: 260px;
    position: relative;
    margin-bottom: 30px
}

@media(max-width:660.98px) {
    .solution-tabs__slide-image {
        max-width: 180px;
        height: 120px
    }
}

.solution-tabs__slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0
}

.solution-tabs__list {
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.solution-tabs__list li {
    min-width: 200px;
    max-width: 200px;
    margin-right: 50px
}

.solution-tabs__list li:last-child {
    margin-right: 0
}

.solution-tabs__list li a {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #3385d6;
    transition: opacity .8s;
    opacity: .5;
    height: 80px
}

.solution-tabs__list li a.active,
.solution-tabs__list li a:hover {
    opacity: 1
}

.solution-tabs__list li a img {
    width: 55px;
    margin-right: 20px
}

.solution-tabs__list li a span {
    color: #3385d6;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.font-loaded .solution-tabs__list li a span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .solution-tabs__list {
        margin-bottom: 25px
    }

    .solution-tabs__list li {
        min-width: inherit;
        margin-right: 10px
    }

    .solution-tabs__list li a {
        flex-direction: column;
        justify-content: space-between;
        padding: 5px;
        height: 75px
    }

    .solution-tabs__list li a img {
        max-width: 40px;
        margin-right: 0
    }

    .solution-tabs__list li a span {
        font-size: 13px
    }
}

.image-swiper {
    padding: 60px 0
}

.image-swiper .heading-3 {
    text-align: center;
    margin-top: 0
}

@media(max-width:768.98px) {
    .image-swiper {
        padding-bottom: 60px
    }
}

.background-white .image-swiper {
    background-color: #fff
}

.background-light-grey .image-swiper {
    background-color: #f2f3f5
}

.background-light-blue .image-swiper {
    background-color: #d8ecf5
}

.background-light-green .image-swiper {
    background-color: #d6eae8
}

.image-swiper__container {
    position: relative
}

.image-swiper__item {
    display: block;
    overflow: hidden
}

.image-swiper__item-img {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding-top: 75%;
    transform: scale(1);
    transition: all .2s ease-out;
    backface-visibility: hidden;
    cursor: zoom-in
}

.image-swiper__item:hover .image-swiper__item-img {
    transform: scale(1.1)
}

.image-swiper__btn-next,
.image-swiper__btn-prev {
    width: 50px;
    height: 50px
}

@media(max-width:768.98px) {

    .image-swiper__btn-next,
    .image-swiper__btn-prev {
        width: 40px;
        height: 40px
    }
}

.foreground-blue .image-swiper__btn-next,
.foreground-blue .image-swiper__btn-prev {
    background-color: #0062c2
}

.foreground-turquoise .image-swiper__btn-next,
.foreground-turquoise .image-swiper__btn-prev {
    background-color: #009eb7
}

.foreground-yellow .image-swiper__btn-next,
.foreground-yellow .image-swiper__btn-prev {
    background-color: #cea100
}

.foreground-violet .image-swiper__btn-next,
.foreground-violet .image-swiper__btn-prev {
    background-color: #826fb0
}

.foreground-magenta .image-swiper__btn-next,
.foreground-magenta .image-swiper__btn-prev {
    background-color: #c0167b
}

.image-swiper__btn-next {
    right: -25px
}

@media(max-width:768.98px) {
    .image-swiper__btn-next {
        right: -15px
    }
}

.image-swiper__btn-prev {
    left: -25px
}

@media(max-width:768.98px) {
    .image-swiper__btn-prev {
        left: -15px
    }
}

.product-info-swiper {
    width: 85%;
    margin: 0 auto
}

@media(max-width:660.98px) {
    .product-info-swiper {
        width: 100%
    }
}

.product-info-swiper .activeSlide {
    border-color: #0062c2
}

.product-info-swiper__container {
    height: 120px
}

.product-info-swiper__slider {
    position: relative;
    border: 2px solid transparent;
    transition: border .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    max-height: 100%
}

.product-info-swiper__slider .animatable-link {
    position: absolute;
    bottom: 5px;
    left: 5px
}

.product-info-swiper__slider .animatable-link:hover {
    cursor: pointer
}

.product-info-swiper__slider img {
    max-height: 100%
}

.product-info-swiper__slider img:hover {
    cursor: pointer
}

.product-info-swiper__pagination {
    position: relative;
    bottom: -10px
}

.product-info-swiper__pagination,
.social-widget {
    display: flex;
    justify-content: center;
    align-items: center
}

.social-widget {
    height: 115px
}

@media(max-width:1279.98px) {
    .social-widget {
        height: 100px
    }
}

@media(max-width:768.98px) {
    .social-widget {
        flex-direction: column;
        height: 85px
    }
}

.social-widget--grey {
    background-color: #f2f3f5
}

.social-widget .grey-text {
    margin-bottom: 0
}

.social-widget .list--intro-social {
    margin-left: 15px
}

@media(max-width:768.98px) {
    .social-widget .list--intro-social {
        margin: 8px 0 0
    }
}

.social-widget .list--intro-social li {
    margin-right: 20px
}

@media(max-width:768.98px) {
    .social-widget .list--intro-social li {
        margin-right: 10px
    }
}

@media(max-width:768.98px) {
    .social-widget .list--intro-social li .animatable-link__element {
        width: 24px;
        height: 24px
    }
}

@media(max-width:768.98px) {
    .social-widget .list--intro-social li .animatable-link__element-icon {
        width: 10px;
        height: 10px
    }
}

.overlay-content__title-wrapper {
    position: relative;
    min-height: 100%;
    z-index: 1
}

.overlay-content .tab-content {
    position: relative
}

@media(max-width:768.98px) {
    .overlay-content .tab-content {
        padding: 0 10px
    }
}

.overlay-content__badge {
    position: relative;
    right: 20px;
    top: 0;
    max-width: 150px;
    max-height: 100px;
    z-index: 20
}

@media(max-width:768.98px) {
    .overlay-content__badge {
        top: 5px;
        max-width: 95px
    }
}

.overlay-content__image {
    height: 770px;
    padding-top: 240px;
    position: relative;
    background-size: cover;
    background-position: 50%
}

@media(max-width:1024.98px) {
    .overlay-content__image {
        height: 400px;
        padding-top: 115px
    }
}

@media(max-width:660.98px) {
    .overlay-content__image {
        height: 180px;
        padding-top: 70px
    }
}

.overlay-content__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .35) 40%, transparent 80%)
}

.overlay-content__title {
    color: #fff;
    margin-bottom: 130px;
    font-size: 68px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

.font-loaded .overlay-content__title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1024.98px) {
    .overlay-content__title {
        font-size: 44px;
        margin-bottom: 80px;
        font-size: 34px;
        font-size: 22px;
        margin-bottom: 70px
    }
}

.overlay-content__container {
    background-color: #e7e6e5
}

.overlay-content__fake-bg {
    position: relative;
    height: 130px;
    z-index: 10;
    top: 0;
    padding: 30px 0 0;
    text-align: right
}

@media(max-width:768.98px) {
    .overlay-content__fake-bg {
        padding: 0;
        height: auto
    }
}

.overlay-content__fake-bg:after {
    content: "";
    display: block;
    height: 130px;
    position: absolute;
    top: 0;
    background: #fff;
    width: calc(100% + 20px);
    left: -20px
}

@media(max-width:768.98px) {
    .overlay-content__fake-bg:after {
        display: none
    }
}

.overlay-content__fake-bg:before {
    content: "";
    display: block;
    width: 3px;
    height: 130px;
    background-color: #b2d1f0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

@media(max-width:768.98px) {
    .overlay-content__fake-bg:before {
        display: none
    }
}

.overlay-content__content-wrapper {
    background-color: #fff;
    padding: 0 0 20px 20px;
    position: relative;
    top: -200px
}

@media(max-width:1024.98px) {
    .overlay-content__content-wrapper {
        top: -55px
    }
}

@media(max-width:660.98px) {
    .overlay-content__content-wrapper {
        padding: 10px 0;
        top: -35px
    }
}

.overlay-content__border-wrapper {
    border-left: 3px solid #b2d1f0;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    z-index: 20
}

@media(max-width:768.98px) {
    .overlay-content__border-wrapper {
        border: 0
    }
}

.overlay-content__blue-line {
    width: 3px;
    height: 265px;
    background-color: #b2d1f0;
    position: absolute;
    top: -415px
}

@media(max-width:768.98px) {
    .overlay-content__blue-line {
        display: none
    }
}

.overlay-content__blue-line--title {
    width: 3px;
    height: calc(100% + 50px);
    background-color: #b2d1f0;
    position: absolute;
    bottom: 0;
    left: 60px;
    top: 60px
}

.overlay-content__blue-line--title:after {
    content: "";
    width: 11px;
    height: 10px;
    background: #b2d1f0;
    position: absolute;
    left: -4px
}

.overlay-content__blue-line span {
    width: 10px;
    height: 10px;
    display: block;
    background: #b2d1f0;
    position: absolute;
    left: -3px
}

@media(max-width:1279.98px) {
    .overlay-content__blue-line {
        left: 50px
    }
}

@media(max-width:1024.98px) {
    .overlay-content__blue-line {
        height: 100%;
        top: 0;
        left: 40px
    }
}

.overlay-content__padding-35 {
    padding: 0 35px
}

@media(max-width:660.98px) {
    .overlay-content__padding-35 {
        padding: 0
    }
}

.overlay-content__full-slider-wrapper {
    margin: 15px 0 0 -20px
}

@media(max-width:1024.98px) {
    .overlay-content__full-slider-wrapper {
        margin: 15px 0 0
    }
}

.overlay-content__margin-80 {
    margin: 80px 0
}

@media(max-width:1024.98px) {
    .overlay-content__margin-80 {
        margin: 40px 0
    }
}

.overlay-content__padding-100 {
    padding: 100px 0
}

.overlay-content__highlighted-features {
    margin: 0 110px
}

@media(max-width:1024.98px) {
    .overlay-content__highlighted-features {
        margin: 0 40px
    }
}

@media(max-width:768.98px) {
    .overlay-content__highlighted-features {
        margin: 0 20px
    }
}

.overlay-content__padding-bottom-70 {
    padding-bottom: 70px
}

@media(max-width:768.98px) {
    .overlay-content__padding-bottom-70 {
        padding-bottom: 40px
    }
}

.overlay-content__padding-bottom-100 {
    padding-bottom: 100px
}

@media(max-width:768.98px) {
    .overlay-content__padding-bottom-100 {
        padding-bottom: 60px
    }
}

.overlay-content__padding-bottom-20 {
    padding-bottom: 20px
}

.overlay-content__note {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-top: -20px;
    margin-bottom: 15px
}

.font-loaded .overlay-content__note {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.overlay-content__note--grey {
    color: #c5c5c5
}

.highlighted-features {
    width: 100%
}

@media(max-width:768.98px) {
    .highlighted-features {
        border-top: 1px solid #73abe3
    }
}

.highlighted-features__row {
    align-items: center;
    display: flex;
    padding: 25px 20px;
    border-top: 1px solid #73abe3
}

.highlighted-features__row:last-child {
    border-bottom: 1px solid #73abe3
}

@media(max-width:660.98px) {
    .highlighted-features__row {
        flex-direction: column;
        padding: 0;
        border: 0
    }

    .highlighted-features__row:last-child {
        border: 0
    }
}

.highlighted-features__row-item {
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: 50%
}

.highlighted-features__row-item:first-child {
    padding-right: 20px
}

@media(max-width:660.98px) {
    .highlighted-features__row-item {
        border-bottom: 1px solid #73abe3;
        padding: 15px 0;
        width: 100%
    }
}

.highlighted-features__row-item img {
    max-width: 55px;
    max-height: 55px;
    margin-right: 25px;
    flex-shrink: 0
}

.highlighted-features__row-item div,
.highlighted-features__row-item span {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.font-loaded .highlighted-features__row-item div,
.font-loaded .highlighted-features__row-item span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.highlighted-features__row-item h3 {
    color: #000;
    font-weight: 300;
    font-size: 32px;
    margin-right: 15px;
    text-transform: uppercase;
    margin-bottom: 0
}

.font-loaded .highlighted-features__row-item h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1024.98px) {
    .highlighted-features__row-item h3 {
        font-size: 24px
    }

    .highlighted-features__row-item span {
        font-size: 14px
    }
}

@media(max-width:768.98px) {
    .highlighted-features__row-item h3 {
        font-size: 18px
    }

    .highlighted-features__row-item span {
        font-size: 13px
    }

    .highlighted-features__row-item img {
        max-width: 45px;
        max-height: 45px
    }
}

.full-width-slider {
    position: relative
}

.full-width-slider__slide {
    height: 700px
}

@media(max-width:1024.98px) {
    .full-width-slider__slide {
        height: 500px
    }
}

@media(max-width:768.98px) {
    .full-width-slider__slide {
        height: 300px
    }
}

@media(max-width:660.98px) {
    .full-width-slider__slide {
        height: 160px
    }
}

.full-width-slider__container .full-width-slider__pagination {
    bottom: 0
}

.full-width-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -25px;
    width: 100%
}

.full-width-slider__wrapper {
    margin-bottom: 30px
}

@media(max-width:1024.98px) {
    .full-width-slider--negative-margin {
        margin: 0 0 0 -20px
    }
}

@media(max-width:660.98px) {
    .full-width-slider--negative-margin {
        margin: 0
    }
}

.event-header {
    margin-top: 15px
}

@media(min-width:769px) {
    .event-header {
        margin-top: 45px
    }
}

.event-header__info {
    position: relative
}

.event-header__info img {
    width: 100%;
    opacity: 0;
    visibility: hidden
}

@media(max-width:768.98px) {
    .event-header__info img {
        opacity: 1;
        visibility: visible
    }
}

.event-header__info--left {
    height: 545px;
    background-repeat: no-repeat;
    background-size: cover
}

@media(max-width:1279.98px) {
    .event-header__info--left {
        height: 390px
    }
}

@media(max-width:768.98px) {
    .event-header__info--left {
        height: auto;
        display: flex;
        flex-direction: column-reverse
    }
}

@media(max-width:1279.98px) {
    .event-header__info--right {
        margin-left: -15px
    }
}

@media(max-width:768.98px) {
    .event-header__info--right {
        margin-left: 0;
        margin-top: 16px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

.event-header__info--right .headline {
    margin-bottom: 30px
}

@media(max-width:1279.98px) {
    .event-header__info--right .headline {
        margin-bottom: 15px
    }
}

@media(max-width:768.98px) {
    .event-header__info--right .headline {
        order: 1;
        margin-bottom: 5px
    }
}

.event-header__info--right .large-button {
    margin-bottom: 24px
}

@media(max-width:768.98px) {
    .event-header__info--right .large-button {
        order: 3
    }
}

@media(max-width:768.98px) {
    .event-header__info--right .grey-text {
        margin-bottom: 8px
    }
}

.event-header__highlights {
    display: flex;
    justify-content: center;
    position: relative;
    top: -50px
}

@media(max-width:1279.98px) {
    .event-header__highlights {
        top: -45px
    }
}

@media(max-width:1024.98px) {
    .event-header__highlights {
        top: -40px
    }
}

@media(max-width:660.98px) {
    .event-header__highlights {
        top: -32px
    }
}

@media(max-width:768.98px) {
    .event-header__highlights--empty {
        margin-bottom: 20px
    }
}

.event-header__highlights-item {
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.font-loaded .event-header__highlights-item {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1279.98px) {
    .event-header__highlights-item {
        font-size: 12px
    }
}

.event-header__highlights-item:not(:last-child) {
    margin-right: 60px
}

@media(max-width:1279.98px) {
    .event-header__highlights-item:not(:last-child) {
        margin-right: 30px
    }
}

@media(max-width:1024.98px) {
    .event-header__highlights-item:not(:last-child) {
        margin-right: 15px
    }
}

.event-header__highlights-item .circle {
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    background-color: #0062c2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px
}

.font-loaded .event-header__highlights-item .circle {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .event-header__highlights-item .circle {
        width: 90px;
        height: 90px;
        margin-bottom: 3px;
        font-size: 24px
    }
}

@media(max-width:1024.98px) {
    .event-header__highlights-item .circle {
        width: 80px;
        height: 80px;
        font-size: 20px
    }
}

@media(max-width:660.98px) {
    .event-header__highlights-item .circle {
        width: 65px;
        height: 65px;
        font-size: 16px
    }
}

@media(max-width:768.98px) {
    .event-header__info-actions {
        order: 4;
        width: 100%;
        padding: 0 20px
    }
}

.event-header__info-actions-save {
    text-transform: uppercase;
    color: #3385d6;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px
}

.font-loaded .event-header__info-actions-save {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.event-header__info-actions-save:active,
.event-header__info-actions-save:focus,
.event-header__info-actions-save:hover {
    text-decoration: none;
    color: #3385d6
}

.event-header__info-actions-save:hover {
    color: #015ab4
}

.event-header__info-actions-save:hover:after {
    background-image: url(../images/icon-save-date-hover.png)
}

.event-header__info-actions-save:after {
    content: "";
    display: inline-block;
    background: url(../images/icon-save-date.png);
    width: 21px;
    height: 24px;
    margin-left: 6px
}

.event-header__info-actions-share {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px
}

@media(max-width:768.98px) {
    .event-header__info-actions-share {
        align-items: center;
        flex-direction: column
    }
}

.event-header__push-out {
    margin-left: -40px
}

@media(max-width:1024.98px) {
    .event-header__push-out {
        margin-left: -20px
    }
}

@media(max-width:768.98px) {
    .event-header__push-out {
        margin-right: -35px
    }
}

@media(max-width:660.98px) {
    .event-header__push-out {
        margin-left: -20px;
        margin-right: -20px
    }
}

.event-header__info-location p {
    margin-bottom: 0
}

@media(max-width:768.98px) {
    .event-header__info-location {
        order: 2;
        margin-bottom: 10px
    }
}

@media(min-width:769px) {
    .event-header .row div[class^=col]:first-child {
        padding-right: 15px
    }
}

@media(min-width:769px) {
    .event-header .row div[class^=col]:last-child {
        padding-left: 15px
    }
}

.search-results__item {
    margin-bottom: 20px
}

@media(max-width:660.98px) {
    .search-results__item {
        flex-direction: column
    }
}

.search-results__item a {
    display: flex;
    color: #000
}

.search-results__item a:hover {
    text-decoration: none
}

.search-results__item-image {
    width: 220px;
    height: 130px;
    margin-right: 15px
}

@media(max-width:1024.98px) {
    .search-results__item-image {
        width: 160px;
        height: 95px
    }
}

@media(max-width:660.98px) {
    .search-results__item-image {
        width: 75px;
        min-width: 75px;
        height: 40px
    }
}

.search-results__item-content {
    width: 75%
}

.search-results__item-content h2 {
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline
}

.font-loaded .search-results__item-content h2 {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.search-results__item-content h2 span {
    font-weight: 700
}

.font-loaded .search-results__item-content h2 span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.search-results__item-content p {
    font-weight: 400;
    line-height: 18px;
    font-size: 14px
}

.font-loaded .search-results__item-content p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.search-results__item-content p.search-results__url {
    font-size: 13px
}

.search-results__item-content p span {
    font-weight: 700
}

.font-loaded .search-results__item-content p span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .search-results__item-content {
        width: 100%
    }

    .search-results__item-content h2 {
        font-size: 16px
    }

    .search-results__item-content p {
        font-size: 13px
    }
}

@media(max-width:660.98px) {
    .search-results__item-content h2 {
        font-size: 15px
    }

    .search-results__item-content p {
        font-size: 12px
    }
}

.search-results__url {
    color: #c5c5c5;
    font-size: 13px;
    margin-top: 2px;
    display: block;
    word-wrap: break-word
}

@media(max-width:768.98px) {
    .search-results__url {
        font-size: 12px
    }
}

.search-results__pagination {
    border-top: 1px solid #e1e1e1;
    padding-top: 40px
}

.search-results__pagination-arrow,
.search-results__pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-results__pagination-arrow {
    background-color: #c5c5c5;
    background-size: 8px;
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.search-results__pagination-arrow span {
    background: url(../images/arrow-simple-grey.svg) no-repeat 50%;
    display: block;
    width: 13px;
    height: 13px
}

.search-results__pagination-arrow--prev {
    background-color: #c5c5c5;
    background-size: 8px
}

.search-results__pagination-arrow--prev span {
    background: url(../images/arrow-simple-grey.svg) no-repeat 50%;
    transform: rotate(180deg)
}

.search-results__pagination-arrow--active {
    background-color: #0062c2;
    background-size: 8px;
    box-shadow: 0 4px 9px 0 rgba(12, 66, 120, .46)
}

.search-results__pagination-arrow--active span {
    background: url(../images/arrow-simple.svg) no-repeat 50%
}

.search-results__pagination-wrapper-holder {
    display: flex
}

.search-results__pagination-link {
    color: #c5c5c5;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #f2f3f5;
    border-radius: 50%;
    line-height: 26px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 10px
}

.font-loaded .search-results__pagination-link {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.search-results__pagination-link:hover {
    text-decoration: none
}

.search-results__pagination-link:last-child {
    margin-right: 10px
}

.search-results__pagination-link--active {
    border-color: #c5c5c5
}

.event-speakers__swiper-container {
    padding-left: 42px
}

@media(max-width:1279.98px) {
    .event-speakers__swiper-container {
        padding-left: 0
    }
}

@media(max-width:660.98px) {
    .event-speakers__swiper-slide {
        width: 80% !important
    }
}

.event-speakers__swiper-wrapper {
    position: relative
}

.event-speakers__swiper-pagination.swiper-pagination-bullets,
.swiper-pagination-bullets.event-location__info-swiper-pagination,
.swiper-pagination-bullets.product-services-swiper__pagination {
    display: none;
    position: relative;
    bottom: 0
}

@media(max-width:660.98px) {

    .event-speakers__swiper-pagination.swiper-pagination-bullets,
    .swiper-pagination-bullets.event-location__info-swiper-pagination,
    .swiper-pagination-bullets.product-services-swiper__pagination {
        display: flex;
        justify-content: center;
        margin-top: 18px
    }
}

.event-speakers .quotes__quote {
    padding: 14px 40px 0 38px
}

@media(max-width:1024.98px) {
    .event-speakers .quotes__quote {
        padding-right: 15px
    }
}

@media(max-width:768.98px) {
    .event-speakers .quotes__quote {
        padding-right: 15px
    }
}

@media(max-width:660.98px) {
    .event-speakers .quotes__quote {
        padding-left: 22px
    }
}

.event-speakers img.quotes__quote-icon {
    left: 0
}

@media(max-width:1024.98px) {
    .event-speakers img.quotes__quote-icon {
        left: 16px;
        max-width: 14px
    }
}

@media(max-width:660.98px) {
    .event-speakers img.quotes__quote-icon {
        left: 0
    }
}

.event-speakers .quotes__quote-text--main {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px
}

.font-loaded .event-speakers .quotes__quote-text--main {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:1024.98px) {
    .event-speakers .quotes__quote-text--main {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px
    }
}

@media(max-width:660.98px) {
    .event-speakers .quotes__quote-text--main {
        font-size: 15px
    }
}

.event-agenda__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px
}

@media(max-width:1279.98px) {
    .event-agenda__top {
        margin-bottom: 25px
    }
}

@media(max-width:660.98px) {
    .event-agenda__top {
        margin-bottom: 18px
    }
}

.event-agenda__top-tabs-nav {
    align-items: center
}

@media(max-width:660.98px) {
    .event-agenda__top-tabs-nav {
        align-items: stretch;
        flex-direction: column
    }
}

.event-agenda__top-tabs-nav .nav-item:not(:last-child) {
    margin-right: 30px
}

@media(max-width:1024.98px) {
    .event-agenda__top-tabs-nav .nav-item:not(:last-child) {
        margin-right: 22px
    }
}

@media(max-width:660.98px) {
    .event-agenda__top-tabs-nav .nav-item:not(:last-child) {
        margin: 0 0 15px
    }
}

.event-agenda__top-tabs-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #3385d6;
    padding: 0
}

.font-loaded .event-agenda__top-tabs-nav .nav-item .nav-link {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.event-agenda__top-tabs-nav .nav-item .nav-link:hover {
    color: #015ab4
}

@media(max-width:1279.98px) {
    .event-agenda__top-tabs-nav .nav-item .nav-link {
        font-size: 14px
    }
}

@media(max-width:768.98px) {
    .event-agenda__top-tabs-nav .nav-item .nav-link {
        font-size: 13px
    }
}

@media(max-width:660.98px) {
    .event-agenda__top-tabs-nav .nav-item .nav-link {
        color: #fff
    }
}

.event-agenda__top-options,
.event-agenda__top-options-download {
    display: flex;
    align-items: center
}

@media(max-width:1024.98px) {
    .event-agenda__top-options-download {
        flex-direction: column;
        align-items: stretch;
        position: relative;
        top: 5px
    }
}

@media(max-width:768.98px) {
    .event-agenda__top-options-download {
        top: 4px
    }
}

@media(max-width:1024.98px) {
    .event-agenda__top-options-download .grey-text {
        margin-top: -7px
    }
}

.event-agenda__box {
    background-color: #f2f3f5;
    padding: 28px 75px 20px 190px;
    position: relative;
    margin-bottom: 20px
}

@media(max-width:1279.98px) {
    .event-agenda__box {
        padding: 28px 45px 20px 135px
    }
}

@media(max-width:1024.98px) {
    .event-agenda__box {
        padding: 28px 45px 20px 135px
    }
}

@media(max-width:768.98px) {
    .event-agenda__box {
        padding: 28px 45px 20px 95px;
        margin-bottom: 10px
    }
}

@media(max-width:660.98px) {
    .event-agenda__box {
        padding: 70px 15px 30px
    }
}

.event-agenda__box-section {
    display: flex;
    flex-wrap: wrap
}

.event-agenda__box-section:not(:last-child) {
    margin-bottom: 20px
}

.event-agenda__box-section .text--xs {
    font-size: 14px
}

@media(max-width:768.98px) {
    .event-agenda__box-section .text--xs {
        font-size: 13px
    }
}

@media(max-width:660.98px) {
    .event-agenda__box-section .text--xs {
        font-size: 12px;
        margin-top: 4px
    }

    .event-agenda__box-section .text--xs.text--right {
        flex-basis: 100%
    }
}

.event-agenda__box-section .text--sm {
    font-size: 16px;
    font-weight: 700;
    color: #616986
}

.font-loaded .event-agenda__box-section .text--sm {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1279.98px) {
    .event-agenda__box-section .text--sm {
        font-size: 15px
    }
}

@media(max-width:768.98px) {
    .event-agenda__box-section .text--sm {
        font-size: 14px
    }
}

@media(max-width:660.98px) {
    .event-agenda__box-section .text--sm {
        font-size: 13px
    }
}

.event-agenda__box-section .text--lg {
    font-size: 36px;
    font-weight: 300
}

.font-loaded .event-agenda__box-section .text--lg {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .event-agenda__box-section .text--lg {
        font-size: 32px
    }
}

@media(max-width:1024.98px) {
    .event-agenda__box-section .text--lg {
        font-size: 28px
    }
}

@media(max-width:768.98px) {
    .event-agenda__box-section .text--lg {
        font-size: 24px
    }
}

@media(max-width:660.98px) {
    .event-agenda__box-section .text--lg {
        font-size: 18px
    }
}

.event-agenda__box-section .text--left {
    flex-basis: 32%
}

@media(max-width:1279.98px) {
    .event-agenda__box-section .text--left {
        flex-basis: 28%
    }
}

@media(max-width:1024.98px) {
    .event-agenda__box-section .text--left {
        flex-basis: 30%
    }
}

@media(max-width:768.98px) {
    .event-agenda__box-section .text--left {
        flex-basis: 40%
    }
}

.event-agenda__box-section .text--right {
    flex-basis: 68%
}

@media(max-width:1279.98px) {
    .event-agenda__box-section .text--right {
        flex-basis: 72%
    }
}

@media(max-width:1024.98px) {
    .event-agenda__box-section .text--right {
        flex-basis: 70%
    }
}

@media(max-width:768.98px) {
    .event-agenda__box-section .text--right {
        flex-basis: 60%
    }
}

@media(max-width:660.98px) {
    .event-agenda__box-section .text--spacer {
        flex-basis: 0
    }
}

.event-agenda__btn {
    display: flex;
    justify-content: center
}

.links-list {
    max-width: 660px;
    margin: 55px auto 0
}

.links-list__align-right {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px
}

@media(max-width:768.98px) {
    .links-list__align-right {
        justify-content: flex-start
    }
}

@media(min-width:661px) {
    .links-list .row div[class^=col]:first-child {
        padding-right: 15px
    }

    .links-list .row div[class^=col]:last-child {
        padding-left: 15px
    }
}

.event-location {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:1025px) {
    .event-location {
        margin-bottom: 40px
    }
}

@media(max-width:660.98px) {
    .event-location {
        margin: 0 -15px
    }
}

.event-location__info {
    flex-basis: 35%;
    padding-top: 70px;
    position: relative
}

@media(max-width:1279.98px) {
    .event-location__info {
        padding-top: 115px
    }
}

@media(max-width:1024.98px) {
    .event-location__info {
        flex-basis: 100%;
        display: flex;
        margin-bottom: 20px;
        padding-top: 0
    }
}

@media(max-width:660.98px) {
    .event-location__info {
        flex-direction: column;
        padding: 0 15px
    }
}

@media(max-width:1024.98px) {
    .event-location__info-text {
        flex-basis: 50%
    }
}

@media(max-width:660.98px) {
    .event-location__info-text {
        margin-bottom: 20px
    }
}

.event-location__info-text .mid-level-title {
    word-spacing: 100000px
}

.event-location__info-text-small {
    font-weight: 700;
    margin-bottom: 44px
}

.font-loaded .event-location__info-text-small {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1279.98px) {
    .event-location__info-text-small {
        font-size: 15px
    }
}

@media(max-width:1024.98px) {
    .event-location__info-text-small {
        margin-bottom: 20px
    }
}

@media(max-width:768.98px) {
    .event-location__info-text-small {
        font-size: 14px
    }
}

@media(max-width:660.98px) {
    .event-location__info-text-small {
        font-size: 13px;
        margin-bottom: 10px
    }
}

.event-location__info-swiper {
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 500px
}

@media(max-width:1279.98px) {
    .event-location__info-swiper {
        width: 480px
    }
}

@media(max-width:1024.98px) {
    .event-location__info-swiper {
        position: relative;
        bottom: auto;
        left: auto;
        width: 305px;
        margin: 0 auto
    }
}

@media(max-width:768.98px) {
    .event-location__info-swiper {
        width: 240px
    }
}

@media(max-width:660.98px) {
    .event-location__info-swiper {
        width: 200px
    }
}

@media(max-width:660.98px) {
    .event-location__info-swiper .swiper-nav-buttons {
        display: none
    }
}

.event-location__info-swiper .swiper-nav-buttons .swiper-nav-button {
    right: -25px
}

@media(max-width:1279.98px) {
    .event-location__info-swiper .swiper-nav-buttons .swiper-nav-button {
        right: -18px
    }
}

.event-location__info-swiper .swiper-nav-buttons .swiper-nav-button--prev {
    left: -25px
}

@media(max-width:1279.98px) {
    .event-location__info-swiper .swiper-nav-buttons .swiper-nav-button--prev {
        left: -18px
    }
}

@media(max-width:1279.98px) {
    .event-location__info-swiper .swiper-nav-button {
        width: 35px;
        height: 35px
    }
}

.event-location__info-swiper-slider {
    cursor: pointer;
    height: 330px;
    overflow: hidden
}

.event-location__info-swiper-slider .animatable-link {
    position: absolute;
    right: 10px;
    bottom: 10px
}

@media(max-width:1279.98px) {
    .event-location__info-swiper-slider {
        height: 320px
    }
}

@media(max-width:1024.98px) {
    .event-location__info-swiper-slider {
        height: 200px
    }
}

@media(max-width:768.98px) {
    .event-location__info-swiper-slider {
        height: 160px
    }
}

@media(max-width:660.98px) {
    .event-location__info-swiper-slider {
        height: 130px
    }
}

.event-location__info-swiper-pagination.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

@media(min-width:1280px) {
    .event-location__info-swiper-pagination.swiper-pagination-bullets {
        display: none
    }
}

@media(max-width:1024.98px) {
    .event-location__info-swiper-pagination.swiper-pagination-bullets .swiper-bullet {
        height: 10px;
        width: 10px
    }
}

.event-location__map {
    height: 850px;
    flex-basis: 65%;
    background-color: #3385d6;
    position: relative
}

@media(max-width:1279.98px) {
    .event-location__map {
        height: 700px;
        right: -35px
    }
}

@media(max-width:1024.98px) {
    .event-location__map {
        flex-basis: 100%;
        height: 500px;
        right: auto
    }
}

@media(max-width:768.98px) {
    .event-location__map {
        height: 400px
    }
}

@media(max-width:660.98px) {
    .event-location__map {
        height: 300px
    }
}

.product-services-swiper {
    position: relative
}

@media(max-width:768.98px) {
    .product-services-swiper__pagination.swiper-pagination {
        display: flex;
        justify-content: center;
        margin-top: 18px
    }
}

.product-services-swiper__container {
    width: 90%
}

@media(max-width:1024.98px) {
    .product-services-swiper__container {
        width: 85%
    }
}

@media(max-width:768.98px) {
    .product-services-swiper__container {
        width: 100%
    }
}

.product-services-swiper__slider-item-wrapper p {
    font-size: 14px;
    line-height: 1.5
}

@media(max-width:660.98px) {
    .product-services-swiper__slider-item-wrapper p {
        font-size: 12px
    }
}

.product-services-swiper__slider-item-wrapper h4 {
    height: 60px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 15px
}

.font-loaded .product-services-swiper__slider-item-wrapper h4 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .product-services-swiper__slider-item-wrapper h4 {
        height: auto
    }
}

.product-services-swiper__slider-text {
    height: 85px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px
}

@media(max-width:1279.98px) {
    .product-services-swiper__slider-text {
        height: 135px
    }
}

@media(max-width:1024.98px) {
    .product-services-swiper__slider-text {
        padding-bottom: 10px
    }
}

@media(max-width:660.98px) {
    .product-services-swiper__slider-text {
        height: auto
    }
}

.product-services-swiper__slider-features {
    display: flex;
    height: 32px;
    margin-bottom: 16px
}

@media(max-width:660.98px) {
    .product-services-swiper__slider-features {
        flex-direction: column;
        height: 80px
    }
}

.product-services-swiper__slider-features-item {
    display: flex;
    align-items: center
}

.product-services-swiper__slider-features-item:not(:last-child) {
    margin-right: 20px
}

@media(max-width:660.98px) {
    .product-services-swiper__slider-features-item:not(:last-child) {
        margin: 0 0 15px
    }
}

.product-services-swiper__slider-features-item img {
    width: 35px;
    margin-right: 8px
}

.product-services-swiper__slider-btn {
    text-align: right
}

.home-intro {
    max-width: 1320px;
    width: calc(100% - 30px);
    position: relative;
    z-index: 10;
    margin: 0 auto
}

@media(max-width:1279.98px) {
    .home-intro {
        width: 965px
    }
}

@media(max-width:1024.98px) {
    .home-intro {
        width: calc(100% - 30px)
    }
}

.home-intro__nav {
    height: 92px;
    background-color: rgba(0, 98, 194, .9);
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: height .5s ease-in-out
}

@media(max-width:1279.98px) {
    .home-intro__nav {
        height: 70px
    }
}

.home-intro__nav--active {
    height: 52px
}

.home-intro__nav--swiper {
    display: none
}

@media(max-width:660.98px) {
    .home-intro__nav--swiper {
        display: block
    }
}

.home-intro__nav--non-swiper {
    display: block
}

@media(max-width:660.98px) {
    .home-intro__nav--non-swiper {
        display: none
    }
}

.home-intro__nav-swiper-container {
    width: 100%;
    display: flex;
    justify-content: center
}

@media(max-width:660.98px) {
    .home-intro__nav-swiper-container {
        width: 80%
    }
}

.home-intro__nav-swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 0;
    list-style: none
}

@media(max-width:660.98px) {
    .home-intro__nav-swiper-wrapper {
        justify-content: flex-start
    }
}

.home-intro__nav-swiper-slide {
    width: auto;
    text-align: center
}

.home-intro__nav-swiper-slide:not(:last-child) {
    margin-right: 40px
}

@media(max-width:1024.98px) {
    .home-intro__nav-swiper-slide:not(:last-child) {
        margin-right: 20px
    }
}

@media(max-width:660.98px) {
    .home-intro__nav-swiper-slide:not(:last-child) {
        margin-right: 0
    }
}

.home-intro__nav-swiper-slide-link {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    transition: color .3s ease-in-out
}

.font-loaded .home-intro__nav-swiper-slide-link {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.home-intro__nav-swiper-slide-link:active,
.home-intro__nav-swiper-slide-link:focus,
.home-intro__nav-swiper-slide-link:hover {
    color: #fff;
    text-decoration: none
}

.home-intro__nav-swiper-slide-link.inactive {
    color: hsla(0, 0%, 100%, .4)
}

.home-intro__nav-swiper-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 1;
    visibility: visible
}

.home-intro__nav-swiper-holder--hidden {
    opacity: 0;
    visibility: hidden
}

.home-intro__nav-btn-wrapper {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none
}

.home-intro__nav-btn-wrapper--bottom {
    transform: translateY(0);
    right: 0;
    top: auto;
    bottom: -36px
}

@media(max-width:1279.98px) {
    .home-intro__nav-btn-wrapper {
        transform: translateY(0);
        right: 0;
        top: auto;
        bottom: -36px
    }
}

@media(max-width:660.98px) {
    .home-intro__nav-btn-wrapper {
        display: none
    }

    .home-intro__nav--mobile .home-intro__nav-btn-wrapper {
        display: block;
        right: 20px;
        top: calc(50% - 12px);
        transform: translateY(0);
        transform: translateX(0);
        bottom: 0;
        opacity: 1;
        transition: opacity .25s, transform .25s;
        pointer-events: all
    }
}

.home-intro__nav-btn-wrapper--active {
    z-index: 2;
    pointer-events: all
}

.home-intro__nav--mobile .home-intro__nav-btn-wrapper--hidden {
    transform: translateX(20px);
    opacity: 0;
    transition: opacity .25s, transform .25s;
    pointer-events: none
}

.home-intro__nav-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300
}

.font-loaded .home-intro__nav-btn {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.home-intro__nav-btn:active,
.home-intro__nav-btn:focus,
.home-intro__nav-btn:hover {
    color: #fff;
    text-decoration: none
}

.home-intro__nav-btn:after {
    content: "";
    background: url(../images/circle-more-white.svg) no-repeat 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 8px
}

.home-intro__nav--mobile .home-intro__nav-btn:after {
    width: 20px
}

.home-intro__nav-btn--close:after {
    transform: rotate(45deg)
}

.home-intro__tabs {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 260px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    padding: 0 35px;
    pointer-events: none
}

@media(max-width:1279.98px) {
    .home-intro__tabs {
        height: 180px
    }
}

@media(max-width:1024.98px) {
    .home-intro__tabs {
        height: 192px
    }
}

@media(max-width:768.98px) {
    .home-intro__tabs {
        padding: 0 20px 0 0;
        height: 180px
    }
}

@media(max-width:660.98px) {
    .home-intro__tabs {
        height: 140px;
        padding: 0
    }
}

.home-intro__tabs--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.home-intro__tabs-tab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity .8s ease-in-out
}

.home-intro__tabs-tab--active {
    opacity: 1;
    visibility: visible;
    height: auto
}

.home-intro__tabs-swiper-container {
    height: 260px;
    overflow: hidden;
    opacity: .99;
    padding: 0 0 2.18rem
}

@media(max-width:1279.98px) {
    .home-intro__tabs-swiper-container {
        height: 192px
    }
}

@media(max-width:660.98px) {
    .home-intro__tabs-swiper-container {
        height: 140px
    }
}

.home-intro__tabs-swiper-slide .home-intro__tabs-swiper-slide-animatable-wrapper {
    transition: transform .5s ease-in-out;
    transform: translateY(0) translateX(150px);
    min-height: 100%
}

.home-intro__tabs-swiper-slide.swiper-slide-active {
    z-index: 2;
    height: 100%;
    overflow: hidden
}

.home-intro__tabs-swiper-slide.swiper-slide-active .home-intro__tabs-swiper-slide-animatable-wrapper {
    transform: translateY(0) translateX(0)
}

.home-intro__tabs-swiper-slide.swiper-slide-active .home-intro__tabs-swiper-slide-btn {
    opacity: 1
}

.home-intro__tabs-swiper-slide.swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper,
.home-intro__tabs-swiper-slide.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper {
    transform: translateY(-105px) translateX(150px)
}

@media(max-width:660.98px) {

    .home-intro__tabs-swiper-slide.swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper,
    .home-intro__tabs-swiper-slide.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper {
        transform: translateY(-80px) translateX(20px)
    }
}

.home-intro__tabs-swiper-slide.swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title,
.home-intro__tabs-swiper-slide.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title {
    color: hsla(0, 0%, 100%, .4);
    filter: blur(2px)
}

.home-intro__tabs-swiper-slide.swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored,
.home-intro__tabs-swiper-slide.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored {
    color: rgba(206, 161, 0, .4);
    filter: blur(2px)
}

.home-intro__tabs-swiper-slide.swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-btn,
.home-intro__tabs-swiper-slide.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-btn {
    opacity: .3
}

.home-intro__tabs-swiper-slide-title {
    font-size: 68px;
    line-height: 1.06;
    font-weight: 300
}

.font-loaded .home-intro__tabs-swiper-slide-title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .home-intro__tabs-swiper-slide-title {
        font-size: 40px
    }
}

@media(max-width:660.98px) {
    .home-intro__tabs-swiper-slide-title {
        font-size: 26px;
        max-height: 85px;
        overflow: hidden
    }
}

.home-intro__tabs-swiper-slide-title .colored {
    color: #cea100
}

.home-intro__tabs-swiper-slide-btn {
    text-align: center;
    margin-top: 30px
}

@media(max-width:660.98px) {
    .home-intro__tabs-swiper-slide-btn {
        text-align: right;
        margin-top: 0
    }

    .home-intro__tabs-swiper-slide-btn a {
        background-color: transparent;
        color: #fff;
        padding: 0
    }

    .home-intro__tabs-swiper-slide-btn a:after {
        background: url(../images/arrow-right-white.svg) no-repeat 100%;
        height: 11px;
        margin-left: 5px;
        width: 12px;
        font-size: 12px
    }

    .home-intro__tabs-swiper-slide-btn a:hover {
        color: #fff;
        background-color: transparent
    }
}

.home-intro__box {
    background-color: rgba(0, 98, 194, .9);
    height: 230px;
    width: 100%;
    position: absolute;
    bottom: 120px;
    font-weight: 300;
    padding: 0 70px;
    display: flex;
    align-items: center
}

.font-loaded .home-intro__box {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .home-intro__box {
        padding: 0 30px;
        height: 250px;
        bottom: 56px
    }
}

@media(max-width:1024.98px) {
    .home-intro__box {
        bottom: 250px
    }
}

@media(max-width:768.98px) {
    .home-intro__box {
        bottom: 56px;
        padding: 0 20px
    }
}

@media(max-width:660.98px) {
    .home-intro__box {
        overflow-y: scroll;
        display: none
    }
}

.home-intro__box-title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 50px
}

@media(max-width:660.98px) {
    .home-intro__box-title {
        font-size: 26px;
        margin-bottom: 30px
    }
}

.home-intro__nav--mobile {
    display: none;
    height: 180px;
    background-color: rgba(0, 98, 194, .9);
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: auto;
    overflow-x: hidden;
    transition: height .5s ease-in-out
}

.home-intro__nav--mobile::-webkit-scrollbar {
    width: 6px
}

.home-intro__nav--mobile::-webkit-scrollbar-track {
    background-color: #73abe3;
    border-radius: 6px
}

.home-intro__nav--mobile::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fff
}

@media(max-width:660.98px) {
    .home-intro__nav--mobile {
        display: block
    }
}

.home-intro__nav--smaller {
    height: 62px;
    transition: height .5s ease-in-out;
    overflow: hidden
}

.home-intro__nav-list {
    list-style: none;
    padding-left: 0;
    padding-top: 20px
}

.home-intro__nav-list li {
    text-align: center;
    margin-bottom: 20px
}

.home-intro__nav-list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300
}

.font-loaded .home-intro__nav-list li a {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.home-intro__nav-list li a:active,
.home-intro__nav-list li a:focus,
.home-intro__nav-list li a:hover {
    color: #fff;
    text-decoration: none
}

.home-intro__nav-list li a.inactive {
    color: hsla(0, 0%, 100%, .4)
}

.home-intro__nav-holder {
    position: static;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible
}

.home-intro__nav-holder--hidden {
    opacity: 0;
    visibility: hidden
}

:root .swiper-slide-active .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title,
_:-ms-fullscreen .swiper-slide-active .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title {
    color: #fff
}

:root .swiper-slide-active .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored,
_:-ms-fullscreen .swiper-slide-active .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored {
    color: #cea100
}

:root .swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title,
:root.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title,
_:-ms-fullscreen .swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title,
_:-ms-fullscreen.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title {
    color: hsla(0, 0%, 100%, .2);
    text-shadow: none
}

:root .swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored,
:root.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored,
_:-ms-fullscreen .swiper-slide-next .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored,
_:-ms-fullscreen.swiper-slide-prev .home-intro__tabs-swiper-slide-animatable-wrapper .home-intro__tabs-swiper-slide-title .colored {
    color: rgba(206, 161, 0, .2);
    text-shadow: none
}

.awards {
    display: flex;
    align-items: flex-start
}

.awards img {
    margin-right: 20px
}

.awards img:last-child {
    margin-right: 0
}

.awards__image-relative {
    position: relative;
    top: -7px
}

@media(max-width:660.98px) {
    .awards img {
        max-width: 37px
    }

    .awards__image-relative {
        top: -3px
    }
}

.product-grid {
    display: flex;
    margin-top: 15px
}

.product-grid__large-product {
    width: 40%
}

.product-grid__small-products {
    display: flex;
    flex-wrap: wrap;
    width: 60%
}

.product-grid__normal {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media(min-width:769px) {
    .product-grid__normal .product-box {
        min-width: 33.33%;
        max-width: 33.33%
    }
}

@media(min-width:1025px) {
    .product-grid__normal .product-box {
        min-width: 25%;
        max-width: 25%
    }
}

@media(min-width:1280px) {
    .product-grid__normal .product-box {
        min-width: inherit;
        width: 20%
    }
}

@media(max-width:1279.98px) {
    .product-grid {
        flex-direction: column
    }

    .product-grid__large-product,
    .product-grid__small-products {
        width: 100%
    }
}

.product-grid--no-margin {
    margin-top: 0
}

.product-box {
    box-shadow: 1px 0 0 0 #e1e1e1, 0 1px 0 0 #e1e1e1, 1px 1px 0 0 #e1e1e1, inset 1px 0 0 0 #e1e1e1, inset 0 1px 0 0 #e1e1e1;
    padding: 30px 10px 10px;
    flex: auto;
    min-width: 33.33%;
    max-width: 33.33%;
    height: 300px;
    position: relative
}

.product-box__wrapper {
    background-color: #f2f3f5;
    padding: 20px 10px 10px;
    height: 100%;
    position: relative
}

.product-box__image-wrapper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:660.98px) {
    .product-box__image-wrapper {
        margin-bottom: 0
    }
}

.product-box__image-wrapper a {
    width: 100%;
    text-align: center
}

.product-box__image-wrapper a img,
.product-box__image-wrapper a img.product-box__image {
    width: auto;
    max-width: 100%
}

.product-box__image {
    max-height: 200px
}

.product-box h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    margin: 0 0 8px
}

.font-loaded .product-box h3 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .product-box h3 {
        position: absolute;
        bottom: 34px
    }
}

.product-box ul {
    padding: 0;
    margin-bottom: 30px;
    list-style: none
}

.product-box ul li {
    font-size: 14px
}

.product-box ul li:before {
    content: "•  "
}

.product-box__footer {
    justify-content: space-between
}

.product-box__content,
.product-box__footer {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    width: 100%
}

.product-box__content {
    flex-direction: column;
    justify-content: center
}

.product-box--large {
    height: 100%;
    max-width: inherit
}

.product-box--large .product-box__image-wrapper {
    width: 100%;
    max-width: 280px;
    height: 380px;
    margin: auto
}

.product-box--large .product-box__image-wrapper img {
    max-height: 100%
}

@media(max-width:660.98px) {
    .product-box--large h3 {
        position: static
    }
}

.product-box--document {
    padding: 5px
}

.product-box--document h3 {
    color: #3385d6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.font-loaded .product-box--document h3 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-box--document span {
    color: #c5c5c5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.font-loaded .product-box--document span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-box--links {
    padding: 5px
}

.product-box--links ul {
    list-style-type: none;
    padding: 0;
    margin-top: 25px
}

.product-box--links ul li {
    margin-bottom: 10px
}

.product-box--links ul li:before {
    display: none
}

.product-box--links ul li:last-child {
    margin-bottom: 0
}

.product-box--image {
    padding: 5px
}

.product-box--image .product-box__content {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    flex-direction: row;
    align-items: flex-end
}

.product-box--image .product-box__content h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.font-loaded .product-box--image .product-box__content h3 {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .product-box {
        min-height: 220px;
        min-width: 50%;
        max-width: 50%
    }

    .product-box ul li {
        font-size: 12px
    }

    .product-box__content {
        align-items: flex-start
    }

    .product-box__content h3 {
        font-size: 12px
    }

    .product-box__image-wrapper {
        max-width: 120px;
        height: 120px;
        margin-bottom: 20px
    }

    .product-box__image {
        max-height: 170px
    }

    .product-box--large {
        min-width: 100%;
        max-width: 100%
    }

    .product-box--large .product-box__image-wrapper {
        max-width: 170px;
        height: 170px
    }

    .product-box--large .product-box__image-wrapper h3 {
        position: static
    }

    .product-box--image .product-box__content {
        justify-content: space-between
    }

    .product-box--image .product-box__content h3 {
        font-size: 12px
    }
}

.featured-content {
    min-height: 280px;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    position: relative;
    width: calc(100% + 2px)
}

@media(max-width:660.98px) {
    .featured-content {
        padding: 0
    }
}

.featured-content__image {
    height: 100%;
    min-height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

@media(max-width:660.98px) {
    .featured-content__image {
        position: static
    }
}

.featured-content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 20px;
    width: 100%
}

.featured-content__wrapper h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin: 0
}

.font-loaded .featured-content__wrapper h2 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.featured-content__wrapper p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.font-loaded .featured-content__wrapper p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:1024.98px) {
    .featured-content__wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:660.98px) {
    .featured-content__wrapper {
        position: static;
        padding: 10px 15px
    }

    .featured-content__wrapper h2 {
        color: #000;
        font-size: 18px;
        font-weight: 300
    }

    .font-loaded .featured-content__wrapper h2 {
        font-family: OpenSans-Light, sans-serif;
        font-weight: 300
    }

    .featured-content__wrapper p {
        color: #000;
        font-size: 13px
    }
}

.featured-content__content {
    max-width: 50%
}

@media(max-width:1024.98px) {
    .featured-content__content {
        margin-bottom: 10px;
        max-width: 100%
    }
}

.product-filter {
    border: 1px solid #e1e1e1;
    padding: 2px;
    margin-top: 15px
}

.product-filter__wrapper .checkbox-wrapper {
    display: none
}

.product-filter__header {
    background-color: #f2f3f5;
    min-height: 40px;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    margin-bottom: 20px
}

.product-filter__header p {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.font-loaded .product-filter__header p {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-filter .custom-form__selected-item span:after {
    cursor: pointer
}

.product-filter .custom-form__selected-item:hover span:after {
    background: url(../images/circle-close-small-blue.svg) no-repeat 50%
}

.product-filter .clear-filters {
    font-size: 14px
}

@media(min-width:769px) {
    .hardware-tabs {
        display: none
    }
}

@media(min-width:769px) {
    .hardware-panels {
        display: flex
    }
}

@media(min-width:769px) {
    .hardware-panels #filter {
        display: block !important;
        opacity: 1 !important;
        padding-right: 15px;
        width: 25%
    }
}

@media(min-width:1280px) {
    .hardware-panels #filter {
        width: 16.66667%
    }
}

@media(min-width:769px) {
    .hardware-panels #products {
        display: block !important;
        opacity: 1 !important;
        padding-left: 15px;
        width: 75%
    }
}

@media(min-width:1280px) {
    .hardware-panels #products {
        width: 83.33333%
    }
}

.hardware-links {
    display: flex;
    justify-content: flex-end;
    min-height: 24px
}

@media(max-width:768px) {
    .hardware-links {
        justify-content: flex-start
    }
}

.custom-tabs {
    justify-content: center;
    align-items: center;
    margin: 30px 0
}

.custom-tabs li {
    margin-right: 20px
}

.custom-tabs li:last-child {
    margin-right: 0
}

.custom-tabs li a {
    color: #3385d6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.font-loaded .custom-tabs li a {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.custom-tabs li a.active,
.custom-tabs li a:hover {
    border-bottom: 2px solid #0062c2
}

.compare-lane {
    background-color: #e1e1e1;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 80px;
    width: 100%;
    z-index: 1022;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.compare-lane--hidden {
    visibility: hidden;
    opacity: 0
}

.compare-lane ul {
    display: flex;
    margin-bottom: 0
}

.compare-lane ul li {
    background-color: #fff;
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-right: 10px;
    position: relative
}

.compare-lane ul li span:first-child {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px
}

.compare-lane ul li span:first-child:after {
    background: url(../images/icon-close-grey.svg) no-repeat 50%;
    content: "";
    width: 8px;
    height: 8px;
    display: block
}

.compare-lane ul li span:last-child {
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.font-loaded .compare-lane ul li span:last-child {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.compare-lane ul li img {
    max-width: 25px
}

@media(max-width:660.98px) {

    .compare-lane,
    .compare-lane ul {
        flex-direction: column
    }

    .compare-lane ul {
        padding: 0
    }

    .compare-lane ul li {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.product-downloads {
    display: flex;
    justify-content: center
}

.product-downloads--dropdown {
    display: block
}

.product-downloads iframe {
    width: 1300px;
    height: 650px;
    border: 0
}

@media(max-width:768.98px) {
    .product-downloads iframe {
        width: 500px
    }
}

@media(max-width:660.98px) {
    .product-downloads iframe {
        width: 100%;
        height: 300px
    }
}

.animatable-link {
    display: inline-block;
    align-items: center;
    color: #3385d6;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-weight: 700
}

.font-loaded .animatable-link {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.animatable-link--larger {
    font-size: 16px
}

.animatable-link--reverse .animatable-link__element {
    margin-left: 0;
    margin-right: 5px
}

.animatable-link--margin-left-20px {
    margin-left: 20px
}

.animatable-link--background {
    background: rgba(0, 0, 0, .6);
    border-radius: 50%
}

.animatable-link:hover {
    text-decoration: none;
    color: #015ab4
}

.animatable-link:hover .animatable-link__element {
    border-color: #015ab4
}

.animatable-link:hover .animatable-link__element--white-border {
    border-color: #fff
}

.animatable-link:hover .animatable-link__element-icon--arrow {
    background: url(../images/my-arrow-hover.svg) no-repeat 50%;
    background: url(../images/my-arrow-thin-hover.svg) no-repeat 50%;
    animation: animateHorizontal 1s infinite
}

.animatable-link:hover .animatable-link__element-icon--social {
    animation: animateVertical 1s infinite
}

.animatable-link:hover .animatable-link__element-icon--social-fb {
    background: url(../images/my-social-fb-hover.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-xi {
    background: url(../images/my-social-xi-hover.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-twitter {
    background: url(../images/my-social-twitter-hover.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-telegram {
    background: url(../images/my-social-telegram.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-linkedin {
    background: url(../images/my-social-linkedin-hover.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-youtube {
    background: url(../images/my-social-youtube-hover.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-pinterest {
    background: url(../images/my-social-pinterest-hover.svg) no-repeat 50%
}

.animatable-link:hover .animatable-link__element-icon--social-instagram {
    background: url(../images/my-social-instagram-hover.svg) no-repeat 50%;
    background-size: 10px
}

.animatable-link:hover .animatable-link__element-icon--social-yandex {
    background: url(../images/my-social-yandex.svg) no-repeat 50%;
    background-size: 10px
}

.animatable-link:hover .animatable-link__element-icon--play-white,
.animatable-link:hover .animatable-link__element-icon--plus-white {
    animation: animateHorizontal 1s infinite
}

.animatable-link:hover .animatable-link__element-icon--plus-blue {
    background: url(../images/my-plus-hover.svg) no-repeat 50%;
    animation: animateHorizontal 1s infinite
}

.animatable-link:hover .animatable-link__element-icon--arrow-reverse {
    background: url(../images/my-arrow-reverse-hover.svg) no-repeat 50%;
    animation: animateHorizontalReverse 1s infinite
}

.animatable-link:hover .animatable-link__element-icon--arrow-white {
    animation: animateHorizontal 1s infinite
}

.animatable-link__text {
    max-width: calc(100% - 28px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.animatable-link__element {
    width: 20px;
    height: 20px;
    border: 2px solid #0062c2;
    border-radius: 50%;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.animatable-link__element--50px {
    width: 50px;
    height: 50px
}

.animatable-link__element--36px {
    width: 36px;
    height: 36px
}

.animatable-link__element--30px {
    width: 30px;
    height: 30px
}

.animatable-link__element--25px {
    width: 25px;
    height: 25px
}

.animatable-link__element--24px {
    width: 24px;
    height: 24px
}

.animatable-link__element--22px {
    width: 22px;
    height: 22px
}

.animatable-link__element--16px {
    width: 16px;
    height: 16px
}

.animatable-link__element--no-margin {
    margin-left: 0
}

.animatable-link__element--white-border {
    border: 3px solid #fff
}

.animatable-link__element--border-bold {
    border: 3px solid #0062c2
}

.animatable-link__element-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    animation: initial
}

.animatable-link__element-icon--arrow {
    background: url(../images/my-arrow.svg) no-repeat 50%
}

.animatable-link__element-icon--arrow-white {
    background: url(../images/my-arrow-white.svg) no-repeat 50%
}

.animatable-link__element-icon--arrow-reverse {
    background: url(../images/my-arrow-reverse.svg) no-repeat 50%
}

.animatable-link__element-icon--arrow-thin {
    background: url(../images/my-arrow-thin.svg) no-repeat 50%
}

.animatable-link__element-icon--social-fb {
    background: url(../images/my-social-fb.svg) no-repeat 50%
}

.animatable-link__element-icon--social-xi {
    background: url(../images/my-social-xi.svg) no-repeat 50%
}

.animatable-link__element-icon--social-twitter {
    background: url(../images/my-social-twitter.svg) no-repeat 50%
}

.animatable-link__element-icon--social-telegram {
    background: url(../images/my-social-telegram.svg) no-repeat 50%
}

.animatable-link__element-icon--social-linkedin {
    background: url(../images/my-social-linkedin.svg) no-repeat 50%
}

.animatable-link__element-icon--social-youtube {
    background: url(../images/my-social-youtube.svg) no-repeat 50%
}

.animatable-link__element-icon--social-pinterest {
    background: url(../images/my-social-pinterest.svg) no-repeat 50%
}

.animatable-link__element-icon--social-instagram {
    background: url(../images/my-social-instagram.svg) no-repeat 50%;
    background-size: 10px
}

.animatable-link__element-icon--social-vk {
    background: url(../images/my-social-vk.svg) no-repeat 50%
}

.animatable-link__element-icon--social-yandex {
    background: url(../images/my-social-yandex.svg) no-repeat 50%
}

.animatable-link__element-icon--plus-white {
    background: url(../images/my-plus-white.svg) no-repeat 50%
}

.animatable-link__element-icon--play-white {
    background: url(../images/my-play-white.svg) no-repeat 50%;
    width: 9px
}

.animatable-link__element-icon--plus-blue {
    background: url(../images/my-plus.svg) no-repeat 50%
}

.animatable-link__element-icon--8px {
    width: 8px;
    height: 8px
}

.animatable-link__element-icon--10px {
    width: 10px;
    height: 10px
}

.animatable-link__element-icon--14px {
    width: 14px;
    height: 14px
}

.animatable-link__element-icon--16px {
    width: 16px;
    height: 16px
}

@keyframes animateHorizontal {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    50% {
        transform: translateX(6px);
        opacity: 0
    }

    75% {
        transform: translateX(-6px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes animateVertical {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(-6px);
        opacity: 0
    }

    75% {
        transform: translateY(6px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes animateHorizontalReverse {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    50% {
        transform: translateX(-6px);
        opacity: 0
    }

    75% {
        transform: translateX(6px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.video-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px
}

@media(max-width:768.98px) {
    .video-headline {
        flex-direction: column-reverse
    }
}

@media(max-width:480px) {
    .video-headline {
        padding: 20px;
        padding-top: 0
    }
}

.video-headline--left {
    justify-content: flex-start
}

@media(max-width:768.98px) {
    .video-headline--left {
        flex-direction: column
    }
}

.rethink-work .video-headline--reduced {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 80px
}

@media(max-width:1365px) {
    .rethink-work .video-headline--reduced {
        max-width: 868px;
        padding: 0 34px
    }
}

@media(max-width:868px) {
    .rethink-work .video-headline--reduced {
        max-width: 100%;
        padding: 0
    }
}

.rethink-work .video-headline {
    border: none !important
}

.video-headline--center {
    justify-content: center
}

.video-headline--content-width .video-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.video-headline--content-width .video-player iframe {
    width: 100%;
    height: 100%
}

@media(max-width:480px) {
    .video-headline--content-width {
        padding: 0
    }
}

.video-headline--cover {
    align-items: initial
}

@media(max-width:480px) {
    .video-headline--cover {
        padding: 0
    }
}

.video-headline--remove-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.video-headline--remove-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.video-headline--remove-padding {
    padding: 0 !important
}

.video-headline.background-white {
    background-color: #fff;
    border: 1px solid #c7c7c7
}

@media(max-width:480px) {
    .video-headline.background-white {
        border: none
    }
}

.background-light-grey .video-headline {
    background-color: #f2f3f5
}

.background-light-blue .video-headline {
    background-color: #d8ecf5
}

.background-light-green .video-headline {
    background-color: #d6eae8
}

.video-headline__content-wrapper {
    width: calc(50% + 60px);
    padding-right: 60px
}

@media(max-width:768.98px) {
    .video-headline__content-wrapper {
        width: 100%;
        padding-right: 0;
        padding-top: 60px
    }
}

@media(max-width:480px) {
    .video-headline__content-wrapper {
        padding-top: 20px
    }
}

.video-headline--left .video-headline__content-wrapper {
    padding-left: 60px;
    padding-right: 0
}

@media(max-width:768.98px) {
    .video-headline--left .video-headline__content-wrapper {
        max-width: 100%;
        padding-left: 0;
        padding-top: 60px
    }
}

@media(max-width:480px) {
    .video-headline--left .video-headline__content-wrapper {
        padding-top: 20px
    }
}

.video-headline--cover .video-headline__content-wrapper {
    display: flex;
    align-items: center
}

@media(max-width:768.98px) {
    .video-headline--cover .video-headline__content-wrapper {
        width: 100%
    }
}

@media(max-width:480px) {
    .video-headline--cover .video-headline__content-wrapper {
        padding: 20px
    }
}

@media(min-width:769px) {
    .video-headline__content-wrapper--contain {
        flex-basis: 0;
        flex-grow: 1
    }
}

.video-headline__content .heading-3 {
    margin-top: 0
}

.video-headline__video-wrapper {
    width: 50%
}

.video-headline__video-wrapper img {
    width: 100%;
    height: 100%
}

@media(max-width:768.98px) {
    .video-headline__video-wrapper {
        width: 100%
    }
}

@media(max-width:480px) {
    .video-headline__video-wrapper {
        width: calc(100% + 40px)
    }
}

.video-headline--content-width .video-headline__video-wrapper {
    width: 100%
}

.video-headline--cover .video-headline__video-wrapper {
    width: 50%;
    min-height: 326px
}

@media(max-width:768.98px) {
    .video-headline--cover .video-headline__video-wrapper {
        width: 100%;
        min-height: auto;
        padding-top: 54.55%
    }
}

.video-headline__video-wrapper .video-player {
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: auto
}

@media(max-width:1280px) {
    .video-headline__video-wrapper .video-player {
        padding-top: 0
    }
}

.video-headline__video-wrapper .video-player:not([yt-video]) {
    padding-bottom: 0;
    height: auto
}

.video-headline__video-wrapper .video-player iframe,
.video-headline__video-wrapper .video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-headline__video-wrapper--contain {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width:769px) {
    .video-headline__video-wrapper--contain {
        flex-basis: auto;
        max-width: calc((100% - 60px)/2);
        width: auto
    }
}

.video-headline__video-wrapper--contain img {
    width: auto;
    height: auto
}

.video-headline .video-player video {
    height: auto !important;
    width: 100%;
    max-height: none;
    max-width: 100%;
    position: relative
}

.video-headline .video-player .uc-embedding-container {
    position: absolute !important;
    height: 100% !important;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100% !important;
    min-height: 0 !important
}

.animatable-intro-el {
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, height .5s ease-in-out
}

.animatable-intro-el--hidden {
    opacity: 0;
    visibility: hidden
}

.animatable-intro-el--visible {
    opacity: 1;
    visibility: visible
}

.animatable-intro-el--down {
    transform: translateY(15px)
}

.animatable-intro-el--default {
    transform: translateY(0)
}

.animatable-intro-el--up {
    transform: translateY(-175px)
}

@media(max-width:1279.98px) {
    .animatable-intro-el--up {
        transform: translateY(-185px)
    }
}

@media(max-width:768.98px) {
    .contact-form {
        padding: 15px 0
    }
}

.contact-form__region {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 -15px 60px;
    padding-bottom: 30px
}

@media(max-width:1279.98px) {
    .contact-form__region {
        margin: 0 0 60px
    }
}

@media(max-width:1024.98px) {
    .contact-form__region {
        flex-direction: column;
        align-items: start
    }
}

@media(max-width:660.98px) {
    .contact-form__region {
        padding-bottom: 15px;
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .contact-form__region h3 {
        margin-bottom: 15px
    }
}

.contact-form__select-region>div {
    display: inline-block;
    margin-left: 25px
}

.contact-form__select-region>div:first-of-type {
    margin-left: 0
}

@media(max-width:660.98px) {
    .contact-form__select-region>div {
        display: block;
        margin: 0 0 5px
    }
}

@media(min-width:1280px) {
    .contact-form__wrapper .row div[class^=col-]:first-child {
        padding-right: 15px
    }
}

@media(min-width:1280px) {
    .contact-form__wrapper .row div[class^=col-]:last-child {
        padding-left: 15px
    }
}

.contact-form__wrapper .row .row div[class^=col-] {
    padding: 0
}

.contact-form__title {
    color: #000;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px
}

.font-loaded .contact-form__title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:768.98px) {
    .contact-form__title {
        font-size: 20px
    }
}

.contact-form__description {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
    max-width: 800px
}

.font-loaded .contact-form__description {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .contact-form__description {
        font-size: 12px
    }
}

.contact-form__note {
    color: #c5c5c5;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700
}

.font-loaded .contact-form__note {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.contact-form__note--negative-margin {
    margin-top: -10px
}

@media(max-width:768.98px) {
    .contact-form__info-details {
        margin-top: 30px
    }
}

.filters__wrapper {
    background-color: #f2f3f5;
    padding: 4% 6% 6%
}

.filters__wrapper p {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px
}

@media(max-width:660.98px) {
    .filters__wrapper p {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.filters__dropdowns {
    display: flex;
    justify-content: space-between
}

@media(max-width:768.98px) {
    .filters__dropdowns {
        flex-direction: column;
        height: 150px
    }
}

.filters select {
    flex: 0 1 30%;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-blue-down.png) 96%/15% no-repeat #fff;
    background-size: auto
}

.font-loaded .filters select {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .filters select {
        flex: 0 1 40px
    }
}

.filters select::-ms-expand {
    display: none
}

.filters select option {
    font-weight: 400
}

.font-loaded .filters select option {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.overview-item {
    margin-bottom: 40px
}

@media(max-width:768.98px) {
    .overview-item:nth-child(2n) .overview-item__img-container {
        float: right
    }

    .overview-item:nth-child(2n) h3 {
        float: left
    }
}

.overview-item a {
    display: block;
    overflow: hidden
}

.overview-item__img-container {
    float: left;
    width: 39.5%;
    padding-right: 20px
}

@media(max-width:1024.98px) {
    .overview-item__img-container {
        padding-right: 10px
    }
}

@media(max-width:768.98px) {
    .overview-item__img-container {
        width: 29.5%
    }
}

.overview-item h3 {
    float: right;
    width: 60%;
    color: #000;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1
}

.font-loaded .overview-item h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1279.98px) {
    .overview-item h3 {
        font-size: 28px
    }
}

@media(max-width:1024.98px) {
    .overview-item h3 {
        font-size: 24px
    }
}

@media(max-width:768.98px) {
    .overview-item h3 {
        font-size: 20px;
        width: 70%
    }
}

@media(max-width:660.98px) {
    .overview-item h3 {
        font-size: 18px
    }
}

.overview-item__intro-text {
    float: right;
    width: 60%;
    color: #000;
    margin-bottom: 10px
}

@media(max-width:1024.98px) {
    .overview-item__intro-text {
        width: 100%;
        margin-top: 10px
    }
}

.overview-item .back,
.overview-item .more {
    float: right;
    width: 60%
}

@media(max-width:1024.98px) {

    .overview-item .back,
    .overview-item .more {
        width: 100%
    }
}

.overview-subsection {
    padding: 60px 0
}

@media(max-width:1279.98px) {
    .overview-subsection {
        padding: 40px 0
    }
}

.overview-subsection__title {
    text-align: center;
    margin-bottom: 30px
}

.overview-subsection__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: -15px
}

.overview-subsection__item {
    display: block;
    width: 33.33333%;
    padding: 15px
}

@media(max-width:1279.98px) {
    .overview-subsection__item {
        width: 50%
    }
}

@media(max-width:600px) {
    .overview-subsection__item {
        width: 100%
    }
}

.overview-subsection__item:hover {
    text-decoration: none
}

.overview-subsection__item:hover .heading-4 {
    text-decoration: underline
}

.overview-subsection__item:hover .hover-overlay:before {
    opacity: 1;
    visibility: visible
}

.overview-subsection__item:hover .hover-overlay:after {
    opacity: .9;
    visibility: visible
}

.overview-subsection__wrapper {
    background-color: #fff;
    height: 100%
}

.overview-subsection__item-img {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding-top: 56.25%
}

.overview-subsection__item-img--cover {
    background-size: cover
}

.overview-subsection__item-img--contain {
    background-size: contain
}

.overview-subsection__item-box {
    background-color: #fff;
    padding: 25px 20px
}

.overview-subsection__item-txt .heading-4 {
    margin-top: 0
}

.overview-subsection__item-description {
    color: #000
}

.overview-subsection__links {
    margin-top: 30px
}

.overview-subsection__links ul {
    column-count: 3;
    column-gap: 30px;
    column-fill: balance;
    list-style-type: none;
    padding: 0
}

@media(max-width:1279px) {
    .overview-subsection__links ul {
        column-count: 2
    }
}

@media(max-width:1024.98px) {
    .overview-subsection__links ul {
        font-size: 14px
    }
}

@media(max-width:600px) {
    .overview-subsection__links ul {
        column-count: 1
    }
}

.overview-subsection__links li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.2;
    margin-bottom: 16px
}

@media(max-width:1024.98px) {
    .overview-subsection__links li {
        font-size: 14px
    }
}

.overview-subsection__modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1005
}

.overview-subsection__modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px;
    width: 80%;
    max-height: 80%;
    border-radius: 10px;
    overflow: auto;
    display: flex;
    flex-direction: column
}

@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content {
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .overview-subsection__modal-content {
        width: calc(100% - 40px);
        max-height: 80%;
        overflow-y: auto;
        padding: 20px
    }
}

.background-white .overview-subsection__modal-content {
    background-color: #fff
}

.background-light-grey .overview-subsection__modal-content {
    background-color: #f2f3f5
}

.background-light-blue .overview-subsection__modal-content {
    background-color: #d8ecf5
}

.background-light-green .overview-subsection__modal-content {
    background-color: #d6eae8
}

.overview-subsection__modal-content-close-wrapper {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    margin: -25px 0 0
}

@media(max-width:767px) {
    .overview-subsection__modal-content-close-wrapper {
        margin: -10px 0 5px;
        height: 30px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content-close-wrapper {
        display: grid
    }
}

.overview-subsection__modal-content-close {
    position: relative;
    width: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background-color: #e1e1e1
}

.overview-subsection__modal-content-close:focus,
.overview-subsection__modal-content-close:hover {
    background-color: #c7c7c7
}

.overview-subsection__modal-content-top {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    overflow-y: hidden
}

@media(max-width:768px) {
    .overview-subsection__modal-content-top {
        flex-direction: column;
        overflow-y: auto
    }
}

.overview-subsection__modal-content-top-img-wrapper {
    width: calc(50% - 20px)
}

@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content-top-img-wrapper {
        width: 30%
    }
}

@media(max-width:768px) {
    .overview-subsection__modal-content-top-img-wrapper {
        margin: 5px 10px 30px 0;
        width: auto;
        text-align: center
    }
}

.overview-subsection__modal-content-top-text {
    width: calc(50% - 20px);
    padding-right: 20px;
    overflow-y: auto
}

@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content-top-text {
        width: calc(70% - 20px)
    }
}

@media(max-width:768px) {
    .overview-subsection__modal-content-top-text {
        width: 100%;
        overflow-y: initial
    }
}

.overview-subsection__modal-content-top-text--full-size {
    width: 100%
}

@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content-top-text--full-size {
        width: 100%
    }
}

.overview-subsection__modal-content-title {
    font-size: 2.5rem;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media(max-width:1024.98px) {
    .overview-subsection__modal-content-title {
        font-size: 1.5rem;
        font-weight: 700
    }
}

@media(max-width:768.98px) {
    .overview-subsection__modal-content-title {
        font-size: 1.25rem
    }
}

.overview-subsection__modal-content-bottom {
    margin-top: 50px;
    display: flex;
    justify-content: center
}

@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content-bottom {
        margin-top: 20px
    }
}

@media(max-width:768px) {
    .overview-subsection__modal-content-bottom {
        margin-top: 20px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .overview-subsection__modal-content-bottom {
        display: grid
    }
}

.overview-intro__text {
    padding-right: 20px
}

.overview-intro .grey-box {
    margin-top: 12px
}

@media(max-width:1279.98px) {
    .overview-intro .grey-box {
        margin-top: 8px
    }
}

@media(max-width:660.98px) {
    .overview-intro .grey-box {
        margin-top: 15px
    }
}

.grey-box {
    background-color: #f2f3f5;
    padding: 25px 38px 18px
}

@media(max-width:660.98px) {
    .grey-box {
        padding: 15px
    }
}

.grey-box__title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 28px
}

.font-loaded .grey-box__title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:660.98px) {
    .grey-box__title {
        font-size: 24px;
        margin-bottom: 18px
    }
}

.grey-box__items {
    display: flex;
    flex-wrap: wrap
}

.grey-box__items .animatable-link {
    display: flex;
    margin-bottom: 18px
}

@media(max-width:1024.98px) {
    .grey-box__items .animatable-link {
        width: 100%
    }
}

.grey-box__items .animatable-link__element {
    margin-left: 8px
}

.grey-box__items--single-column .animatable-link {
    width: 100%
}

@media(min-width:1025px) {
    .grey-box__items:not(.grey-box__items--single-column) .animatable-link {
        width: calc(50% - 15px)
    }

    .grey-box__items:not(.grey-box__items--single-column) .animatable-link:nth-child(odd) {
        margin-right: 15px
    }

    .grey-box__items:not(.grey-box__items--single-column) .animatable-link:nth-child(2n) {
        margin-left: 15px
    }
}

.breadcrumbs {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 40px
}

.font-loaded .breadcrumbs {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .breadcrumbs {
        margin-bottom: 30px
    }
}

.breadcrumbs__delimiter {
    content: "";
    background: url(../images/arrow-simple-blue.svg) no-repeat;
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-right: 5px
}

.breadcrumbs .CMSBreadCrumbsLink {
    color: #3385d6;
    margin-right: 5px
}

.breadcrumbs .CMSBreadCrumbsLink:active,
.breadcrumbs .CMSBreadCrumbsLink:focus,
.breadcrumbs .CMSBreadCrumbsLink:hover {
    text-decoration: none
}

.breadcrumbs .CMSBreadCrumbsCurrentItem {
    color: #c5c5c5
}

.product-gallery-swiper {
    max-width: 100%
}

.product-gallery-swiper-video {
    width: 100%
}

.product-gallery-swiper__slide {
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 90vh
}

.product-gallery-swiper__slide img {
    width: auto;
    max-height: 100%
}

.WebPartForm .editing-form-value-cell div {
    max-width: 100%
}

.FormPanel {
    color: #c5c5c5;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400
}

.font-loaded .FormPanel {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .FormPanel {
        padding: 15px 0
    }
}

.FormPanel .tr:not(.mktoAsterix):not(.mktoConfirmModal) {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column
}

.FormPanel .mktoFieldDescriptor>.tr {
    margin-bottom: 30px
}

.FormPanel .mktoFieldDescriptor .tr .EditingFormControlNestedControl.editing-form-control-nested-control.tr {
    margin: 0
}

.FormPanel .mktoCheckboxList {
    min-width: 100%
}

.FormPanel .mktoCheckboxList .EditingFormValueCell.td,
.FormPanel .mktoCheckboxList .EditingFormValueCell.tr,
.FormPanel .mktoCheckboxList .tr {
    margin-bottom: 0;
    display: inline-flex
}

.FormPanel .EditingFormValueCell-mkto {
    width: 100%
}

.FormPanel .mktoFormRow .mktoHtmlText,
.FormPanel select.mktoField {
    width: 100% !important
}

.FormPanel .FieldLabel {
    line-height: 1
}

.FormPanel .FieldLabel--label {
    font-size: 14px;
    padding: 0 2px;
    pointer-events: none;
    width: 90%
}

.FormPanel .FieldLabel--upload {
    position: relative;
    top: 0 !important;
    transform: none;
    margin-bottom: 8px;
    left: 0
}

.FormPanel .FieldLabel--multi-upload {
    position: relative;
    top: 0
}

@media(max-width:768.98px) {
    .FormPanel .FieldLabel {
        font-size: 12px
    }
}

.FormPanel .FieldLabel--active {
    top: 0;
    transform: translateY(-10px) !important;
    cursor: pointer;
    width: auto
}

.FormPanel .FieldLabel--static {
    top: 0;
    transform: none;
    position: relative
}

.FormPanel .FieldLabel--static+.mktoCheckboxList {
    margin-top: 0
}

.FormPanel .FieldLabel label {
    color: #000;
    cursor: text;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    padding: 0 2px 0 0;
    pointer-events: none;
    z-index: 1;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 13px;
    width: auto !important
}

@media(max-width:768.98px) {
    .FormPanel .FieldLabel label {
        white-space: normal
    }
}

.FormPanel .FieldLabel .required-mark {
    color: #000;
    vertical-align: top;
    font-weight: 700;
    margin: 0 0 0 5px
}

.font-loaded .FormPanel .FieldLabel .required-mark {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.foreground-blue .FormPanel .FieldLabel .required-mark {
    color: #0062c2
}

.foreground-turquoise .FormPanel .FieldLabel .required-mark {
    color: #009eb7
}

.foreground-yellow .FormPanel .FieldLabel .required-mark {
    color: #cea100
}

.foreground-violet .FormPanel .FieldLabel .required-mark {
    color: #826fb0
}

.foreground-magenta .FormPanel .FieldLabel .required-mark {
    color: #c0167b
}

.foreground-black .FormPanel .FieldLabel .required-mark {
    color: #000
}

.foreground-white .FormPanel .FieldLabel .required-mark {
    color: #fff
}

@media(max-width:768.98px) {
    .FormPanel .mktoRequiredField--dropdown .FieldLabel label {
        white-space: nowrap
    }
}

.FormPanel .EditingFormValueCell input:not([type=radio]),
.FormPanel .EditingFormValueCell select,
.FormPanel .EditingFormValueCell textarea {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 44px !important;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
    z-index: 2;
    width: 100%;
    min-width: 100%;
    -webkit-appearance: none
}

.FormPanel .EditingFormValueCell input:not([type=radio]):focus,
.FormPanel .EditingFormValueCell select:focus,
.FormPanel .EditingFormValueCell textarea:focus {
    box-shadow: none
}

.FormPanel .EditingFormValueCell select::-ms-expand {
    display: none
}

.FormPanel .EditingFormValueCell input[type=checkbox] {
    -webkit-appearance: checkbox
}

.FormPanel .EditingFormValueCell input[type=radio] {
    -webkit-appearance: radio
}

.FormPanel .EditingFormValueCell textarea {
    padding-top: 10px;
    min-height: 90px
}

.FormPanel .EditingFormValueCell .editing-form-control-nested-control,
.FormPanel .EditingFormValueCell .EditingFormValueCell-mkto {
    display: flex;
    align-items: center;
    position: relative
}

.FormPanel .EditingFormValueCell .editing-form-control-nested-control:after,
.FormPanel .EditingFormValueCell .editing-form-control-nested-control:before,
.FormPanel .EditingFormValueCell .EditingFormValueCell-mkto:after,
.FormPanel .EditingFormValueCell .EditingFormValueCell-mkto:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    right: -40px;
    background-color: transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    z-index: 4;
    transform: rotate(45deg);
    transition: width .15s ease-in-out, transform .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

@media(max-width:660px) {

    .FormPanel .EditingFormValueCell .editing-form-control-nested-control:after,
    .FormPanel .EditingFormValueCell .editing-form-control-nested-control:before,
    .FormPanel .EditingFormValueCell .EditingFormValueCell-mkto:after,
    .FormPanel .EditingFormValueCell .EditingFormValueCell-mkto:before {
        display: none
    }
}

.FormPanel .EditingFormValueCell .editing-form-control-nested-control:after,
.FormPanel .EditingFormValueCell .EditingFormValueCell-mkto:after {
    transform: rotate(-45deg)
}

.FormPanel .EditingFormValueCell .EditingFormValueCell-mkto {
    flex-direction: column;
    justify-content: center
}

.FormPanel .EditingFormValueCell .Error {
    position: relative
}

.FormPanel .EditingFormValueCell .Error input,
.FormPanel .EditingFormValueCell .Error select,
.FormPanel .EditingFormValueCell .Error textarea {
    border-color: #ee4548;
    transition: border-color .35s ease-in-out
}

.FormPanel .EditingFormValueCell .Error:after,
.FormPanel .EditingFormValueCell .Error:before {
    background-color: #ee4548;
    transform: rotate(45deg);
    top: 11px
}

.FormPanel .EditingFormValueCell .Error:after {
    transform: rotate(-45deg)
}

.FormPanel .EditingFormValueCell .valid:not(.Error):before {
    width: 10px;
    height: 20px;
    border-color: #81bf4c;
    transform: rotate(45deg)
}

.FormPanel .EditingFormValueCell .valid:not(.Error):after {
    background-color: transparent
}

.FormPanel .EditingFormValueCell .valid:not(.Error) input,
.FormPanel .EditingFormValueCell .valid:not(.Error) select,
.FormPanel .EditingFormValueCell .valid:not(.Error) textarea {
    border-color: #81bf4c !important;
    transition: border-color .35s ease-in-out
}

.FormPanel .EditingFormValueCell .checkbox-list-vertical label,
.FormPanel .EditingFormValueCell .radio-list-vertical label {
    height: 25px;
    margin-bottom: .5rem;
    margin-left: .5rem;
    color: #000;
    cursor: pointer
}

.FormPanel .EditingFormValueCell .EditingFormErrorLabel {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #e81123;
    margin-top: 2px;
    display: flex
}

.FormPanel .EditingFormValueCell .EditingFormErrorLabelCheckbox {
    font-size: 12px;
    color: #e81123;
    display: block;
    margin-top: -7px;
    margin-bottom: 10px
}

.FormPanel .mktoFieldDescriptor .mktoCheckboxList,
.FormPanel .mktoFieldDescriptor .mktoRadioList {
    min-width: 100%
}

.FormPanel span.EditingFormLabel {
    display: inline-block;
    margin-bottom: 5px;
    color: #000
}

.FormPanel .FormButton__disable-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: wait
}

.FormPanel .FormButton__disable-overlay+.FormButton--clicked {
    position: relative
}

.FormPanel .FormButton__disable-overlay+.FormButton--clicked,
.FormPanel .FormButton__disable-overlay+.FormButton--clicked:focus,
.FormPanel .FormButton__disable-overlay+.FormButton--clicked:hover,
.FormPanel .FormButton__disable-overlay+.FormButton--clicked:visited {
    background-color: #fc0;
    box-shadow: 0 4px 9px 0 rgba(151, 125, 22, 0);
    opacity: .45;
    transition: box-shadow .55s ease-in-out, opacity .55s ease-in-out, background-color .55s ease-in-out
}

.FormPanel .EditingFormButtonCell.td,
.FormPanel td.EditingFormButtonCell {
    width: 100%;
    display: flex;
    justify-content: center
}

.FormPanel .EditingFormValueCell--dropdown {
    position: relative
}

.FormPanel .EditingFormValueCell--dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.ErrorLabel {
    color: #e81123;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.kentico-form {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding-top: 30px;
    max-width: 600px;
    margin: 0 auto
}

.font-loaded .kentico-form {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.background-white .kentico-form {
    background-color: #fff
}

.background-light-grey .kentico-form {
    background-color: #f2f3f5
}

.background-light-blue .kentico-form {
    background-color: #d8ecf5
}

.background-light-green .kentico-form {
    background-color: #d6eae8
}

.font-loaded .kentico-form * {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.kentico-form__paragraph {
    font-size: 13px
}

.kentico-form__paragraph--intro {
    color: #000;
    font-size: 14px
}

.kentico-form__title {
    display: inline-block;
    word-break: break-word;
    margin-bottom: 20px;
    width: 100%
}

.kentico-form__title span {
    display: block;
    float: left
}

.kentico-form__title-span {
    width: 75%
}

@media(max-width:1024.98px) {
    .kentico-form__title-span {
        width: 100%
    }
}

.kentico-form__title-sub-span {
    width: 25%;
    color: #73abe3
}

@media(max-width:1024.98px) {
    .kentico-form__title-sub-span {
        width: 100%
    }
}

.kentico-form .mktoForm .mktoCheckboxList,
.kentico-form .mktoForm .mktoRadioList {
    padding: 0 0 0 13px
}

.kentico-form .EditingFormControlNestedControl>div {
    width: 100%
}

.kentico-form .FormPanel {
    padding-bottom: 0
}

.kentico-form .FormButton {
    margin-top: 40px
}

.kentico-form .upload-control .large-button {
    padding: 11.5px 29px 11.5px 16px
}

.kentico-form .large-button {
    padding: 0
}

.kentico-form .large-button .FormButton {
    padding: 11.5px 29px 11.5px 16px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.font-loaded .kentico-form .large-button .FormButton {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.foreground-blue .kentico-form .large-button:hover .FormButton,
.kentico-form .large-button:hover .FormButton {
    color: #0062c2
}

.foreground-turquoise .kentico-form .large-button:hover .FormButton {
    color: #009eb7
}

.foreground-yellow .kentico-form .large-button:hover .FormButton {
    color: #cea100
}

.foreground-violet .kentico-form .large-button:hover .FormButton {
    color: #826fb0
}

.foreground-magenta .kentico-form .large-button:hover .FormButton {
    color: #c0167b
}

.foreground-black .kentico-form .large-button:hover .FormButton {
    color: #000
}

.foreground-white .kentico-form .large-button:hover .FormButton {
    color: #fff
}

.kentico-form .mktoForm {
    padding: 0 !important
}

.kentico-form .mktoForm .mktoAsterix,
.kentico-form .required-mark {
    color: #0062c2;
    margin: 0;
    vertical-align: top;
    font-weight: 700
}

.font-loaded .kentico-form .mktoForm .mktoAsterix,
.font-loaded .kentico-form .required-mark {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.foreground-blue .kentico-form .mktoForm .mktoAsterix,
.foreground-blue .kentico-form .required-mark {
    color: #0062c2
}

.foreground-turquoise .kentico-form .mktoForm .mktoAsterix,
.foreground-turquoise .kentico-form .required-mark {
    color: #009eb7
}

.foreground-yellow .kentico-form .mktoForm .mktoAsterix,
.foreground-yellow .kentico-form .required-mark {
    color: #cea100
}

.foreground-violet .kentico-form .mktoForm .mktoAsterix,
.foreground-violet .kentico-form .required-mark {
    color: #826fb0
}

.foreground-magenta .kentico-form .mktoForm .mktoAsterix,
.foreground-magenta .kentico-form .required-mark {
    color: #c0167b
}

.foreground-black .kentico-form .mktoForm .mktoAsterix,
.foreground-black .kentico-form .required-mark {
    color: #000
}

.foreground-white .kentico-form .mktoForm .mktoAsterix,
.foreground-white .kentico-form .required-mark {
    color: #fff
}

.kentico-form .mktoForm .mktoAsterix {
    float: right !important;
    padding-left: 5px !important
}

.kentico-form .mktoForm .mktoError .mktoErrorMsg {
    background-color: transparent;
    color: #e81123;
    max-width: 100%;
    font-size: 12px;
    margin-top: 2px;
    line-height: 18px;
    padding: 0
}

.kentico-form__contact-policy {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-top: 10px
}

.kentico-form .push-left {
    float: left !important
}

.kentico-form .EditingFormTable {
    width: 100% !important
}

.kentico-form tr {
    margin-bottom: 30px
}

.kentico-form td,
.kentico-form tr {
    position: relative;
    display: block
}

.kentico-form .form__uploader {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px
}

.kentico-form .form__uploader-label {
    margin: 0 16px 0 0;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: 32px;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    transition: background-color .25s, color .25s;
    text-transform: uppercase
}

.font-loaded .kentico-form .form__uploader-label {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.kentico-form .form__uploader-label:focus,
.kentico-form .form__uploader-label:hover {
    color: #fff
}

.foreground-blue .kentico-form .form__uploader-label:focus,
.foreground-blue .kentico-form .form__uploader-label:hover {
    background-color: #0062c2
}

.foreground-turquoise .kentico-form .form__uploader-label:focus,
.foreground-turquoise .kentico-form .form__uploader-label:hover {
    background-color: #009eb7
}

.foreground-yellow .kentico-form .form__uploader-label:focus,
.foreground-yellow .kentico-form .form__uploader-label:hover {
    background-color: #cea100
}

.foreground-violet .kentico-form .form__uploader-label:focus,
.foreground-violet .kentico-form .form__uploader-label:hover {
    background-color: #826fb0
}

.foreground-magenta .kentico-form .form__uploader-label:focus,
.foreground-magenta .kentico-form .form__uploader-label:hover {
    background-color: #c0167b
}

.kentico-form input[type=file] {
    display: none
}

.kentico-form .mktoForm .mktoError {
    width: 100%;
    top: 100% !important;
    bottom: auto !important
}

.kentico-form .mktoErrorArrowWrap {
    display: none
}

.kentico-form .mktoForm .mktoErrorMsg {
    background-color: transparent;
    color: #ee4548;
    padding: 0
}

.kentico-form .mktoForm .mktoField {
    width: 100% !important
}

.kentico-form .form-control__rethink-wrapper--error {
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.kentico-form .form-control__rethink-wrapper--error:after,
.kentico-form .form-control__rethink-wrapper--error:before {
    content: "";
    position: absolute;
    right: -40px;
    width: 20px;
    height: 4px;
    background-color: #ee4548;
    z-index: 4;
    transform: rotate(45deg)
}

.kentico-form .form-control__rethink-wrapper--error:after {
    transform: rotate(-45deg)
}

.kentico-form .form-control__rethink-wrapper {
    position: relative
}

.kentico-form .form-control__rethink-wrapper:after {
    width: 4px;
    height: 20px;
    border: 4px solid #81bf4c
}

.kentico-form .mktoForm .mktoFormRow .mktoRequiredField label.mktoLabel {
    font-weight: 400
}

.font-loaded .kentico-form .mktoForm .mktoFormRow .mktoRequiredField label.mktoLabel {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.kentico-form button.icon-only {
    padding: 6px 6px 0 0
}

.kentico-form button.icon-only i {
    display: inline-block;
    background: url(../images/icon-save-date.png) no-repeat;
    width: 21px;
    height: 24px
}

.kentico-form a:not(.large-button) {
    text-decoration: underline
}

.marketo-form {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    max-width: 600px;
    margin: 0 auto
}

.font-loaded .marketo-form {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .marketo-form {
        padding-bottom: 0
    }
}

.background-white .marketo-form {
    background-color: #fff
}

.background-light-grey .marketo-form {
    background-color: #f2f3f5
}

.background-light-blue .marketo-form {
    background-color: #d8ecf5
}

.background-light-green .marketo-form {
    background-color: #d6eae8
}

.marketo-form .mktoForm .mktoConfirmModal {
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .1), 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3)
}

.marketo-form .mktoForm .mktoConfirmModal .mktoButtonWrap {
    display: block;
    margin-bottom: 12px
}

.marketo-form .mktoForm .mktoConfirmModal .mktoButtonWrap:first-child {
    margin-top: 20px
}

.marketo-form .mktoForm .mktoConfirmModal .mktoButtonWrap .mktoButton:hover {
    color: #0062c2 !important
}

.marketo-form a:not([href]) {
    visibility: visible;
    height: auto
}

.marketo-form .mktoAttachmentWrap {
    position: relative;
    height: 40px
}

.marketo-form .mktoAttachmentRow {
    display: flex;
    flex-direction: column
}

.marketo-form .mktoAttachmentRow .mktoFormCol {
    margin-bottom: 15px !important
}

.marketo-form .mktoAttachmentInput {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 0
}

.marketo-form .mktoAttachmentLabel {
    font-size: 0;
    opacity: 0
}

.marketo-form .mktoFieldHiddenAttachment {
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px !important;
    display: inline;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    height: 40px;
    font-size: 0
}

@media(min-width:769px) {
    .marketo-form .mktoInfoWrapper {
        padding-left: 25px
    }
}

.marketo-form .mktoInfoFileNames {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.marketo-form .mktoInfoDelete {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 6px
}

.marketo-form .mktoInfoDelete:after,
.marketo-form .mktoInfoDelete:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 5px;
    background-color: #0062c2
}

.marketo-form .mktoInfoDelete:before {
    transform: rotate(45deg)
}

.marketo-form .mktoInfoDelete:after {
    transform: rotate(-45deg)
}

.marketo-form #InstructbEUOptInRequest {
    display: none
}

.marketo-form #LblbEUOptInRequest {
    margin-bottom: 0
}

.marketo-form a:not(.large-button) {
    text-decoration: underline
}

.CaptchaTable {
    width: 100%;
    min-width: 100%
}

.CaptchaTable.table {
    background: transparent;
    margin: 0
}

.CaptchaTable .tr,
.CaptchaTable tr {
    margin: 0
}

.CaptchaTable .tr .td:nth-child(2) {
    display: inline-block;
    position: absolute
}

.InfoLabel {
    text-align: center;
    display: block;
    padding: 40px;
    font-size: 2rem
}

@media(max-width:660.98px) {
    .InfoLabel {
        font-size: 1.5rem
    }
}

.grecaptcha-badge {
    width: 256px;
    height: 60px;
    visibility: visible !important;
    display: block;
    transition: right .3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: 0 0 5px grey;
    z-index: 100
}

.grecaptcha-badge:hover {
    right: 0 !important
}

.FormPanel,
.kentico-form__paragraph {
    max-width: 600px;
    margin: auto
}

.kentico-form-intro {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px
}

.kentico-form-intro h3 {
    margin-top: 0
}

.kentico-form-wrapper {
    padding: 60px;
    margin-bottom: 60px
}

.kentico-form-wrapper--inline {
    padding: 0
}

.kentico-form-wrapper--inline .container {
    padding: 0 !important
}

@media(max-width:768.98px) {
    .kentico-form-wrapper {
        margin-bottom: 30px
    }
}

@media(max-width:660.98px) {
    .kentico-form-wrapper {
        padding: 20px 0
    }
}

.kentico-form .checkbox-element input[type=checkbox],
.kentico-form .radio-element input[type=radio] {
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    height: 45px;
    width: 45px;
    z-index: 4;
    opacity: 0
}

.checkbox,
.radio {
    width: 100%;
    padding-left: 13px
}

.checkbox-label,
.radio-label {
    display: inline-flex;
    width: calc(100% - 33px);
    align-items: flex-start;
    margin-bottom: 13px !important;
    cursor: pointer
}

.checkbox-label:last-child,
.radio-label:last-child {
    margin-bottom: 0 !important
}

.checkbox-label label,
.radio-label label {
    margin-top: 13px !important;
    line-height: 19px
}

.checkbox-label label,
.FormPanel .EditingFormValueCell .checkbox-label label,
.FormPanel .EditingFormValueCell .radio-label label {
    height: auto;
    margin: 0
}

.checkbox-wrapper,
.radio-wrapper {
    float: left;
    pointer-events: none
}

.checkbox-wrapper .EditingFormControlNestedControl,
.checkbox-wrapper .EditingFormControlNestedControl .checkbox-element,
.checkbox-wrapper .EditingFormControlNestedControl .radio-element,
.radio-wrapper .EditingFormControlNestedControl,
.radio-wrapper .EditingFormControlNestedControl .checkbox-element,
.radio-wrapper .EditingFormControlNestedControl .radio-element {
    pointer-events: none
}

.checkbox-element,
.radio-element {
    cursor: pointer;
    pointer-events: none;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 13px !important;
    margin-top: 13px !important
}

.checkbox-element:before,
.radio-element:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #4d4d4d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out
}

.checkbox-element:after,
.radio-element:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 13px;
    background-color: transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: translate(-50%, -43%) rotate(45deg);
    transition: border-color .25s ease-in-out .1s, transform .25s ease-in-out
}

.radio-element,
.radio-element:after,
.radio-element:before {
    border-radius: 100%;
    overflow: hidden
}

.radio-element:after {
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    transition: border-color .25s ease-in-out
}

.checkbox-element--active:after {
    border-color: #fff;
    transform: translate(-50%, -63%) rotate(45deg);
    transition: border-color .25s ease-in-out .15s, transform .25s ease-in-out .1s
}

.checkbox-element--active:before {
    background-color: #0062c2;
    border-color: #0062c2;
    border-width: 2px
}

.foreground-blue .checkbox-element--active:before {
    background-color: #0062c2
}

.foreground-turquoise .checkbox-element--active:before {
    background-color: #009eb7
}

.foreground-yellow .checkbox-element--active:before {
    background-color: #cea100
}

.foreground-violet .checkbox-element--active:before {
    background-color: #826fb0
}

.foreground-magenta .checkbox-element--active:before {
    background-color: #c0167b
}

.foreground-blue .checkbox-element--active:before {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise .checkbox-element--active:before {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow .checkbox-element--active:before {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet .checkbox-element--active:before {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta .checkbox-element--active:before {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black .checkbox-element--active:before {
    border-color: #000;
    border-style: solid
}

.radio-element--active:before {
    border-color: #0062c2;
    border-width: 2px;
    background-color: #fff
}

.foreground-blue .radio-element--active:before {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise .radio-element--active:before {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow .radio-element--active:before {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet .radio-element--active:before {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta .radio-element--active:before {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black .radio-element--active:before {
    border-color: #000;
    border-style: solid
}

.foreground-blue .radio-element--active:after,
.radio-element--active:after {
    background-color: #0062c2
}

.foreground-turquoise .radio-element--active:after {
    background-color: #009eb7
}

.foreground-yellow .radio-element--active:after {
    background-color: #cea100
}

.foreground-violet .radio-element--active:after {
    background-color: #826fb0
}

.foreground-magenta .radio-element--active:after {
    background-color: #c0167b
}

.mktoFormRow-extraField .mktoFormCol {
    width: 100%;
    margin-bottom: 30px !important
}

.mktoFormRow-extraField input[type=email],
.mktoFormRow-extraField input[type=tel],
.mktoFormRow-extraField input[type=text] {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 44px !important;
    padding-left: 12px !important;
    font-size: 16px;
    outline: none;
    z-index: 2;
    width: 100%;
    -webkit-appearance: none
}

.mktoFormRow-extraField .mktoFieldWrap {
    width: 100%
}

.mktoFormRow-extraField .mktoLabel {
    width: auto !important;
    margin-bottom: 5px
}

.mktoFormRow-extraField .mktoOffset {
    display: none
}

.mktoField[aria-required=true][aria-invalid=false] {
    border-color: #81bf4c
}

.mktoInstruction {
    font-size: 12px
}

.content-text {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.content-text__image {
    position: absolute;
    top: 50%;
    transform: translate(-25%, -50%);
    z-index: 5;
    align-self: flex-start
}

.content-text__container {
    transform: translateY(-100px);
    text-align: center;
    z-index: 20;
    position: relative;
    font-weight: 400
}

.font-loaded .content-text__container {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.content-text__container p {
    max-width: 80%;
    margin: 0 auto
}

.content-text__container .large-button {
    margin: 30px 0 0
}

.content-text__title {
    color: #0062c2;
    font-weight: 300;
    font-size: 4.25rem;
    margin-bottom: 1.5rem
}

.font-loaded .content-text__title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.upload-control {
    margin: 1.56rem 0 0
}

.upload-control p {
    color: #000;
    font-size: .875rem;
    font-weight: 400
}

.font-loaded .upload-control p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.upload-control a:not(.large-button) {
    color: #000 !important
}

.upload-control #fileList {
    margin: .625rem 0 0;
    color: #000
}

.tr-upload {
    padding-bottom: 20px
}

.filters-blue {
    display: flex;
    width: calc(100% + 20px);
    margin: -10px
}

@media(max-width:600px) {
    .filters-blue {
        flex-direction: column
    }
}

.filters-blue__item {
    width: 33.33333%;
    padding: 10px;
    position: relative
}

@media(max-width:600px) {
    .filters-blue__item {
        width: 100%
    }
}

.filters-blue__item:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 22px;
    transform: rotate(45deg);
    border: solid;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0
}

.foreground-blue .filters-blue__item:before {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise .filters-blue__item:before {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow .filters-blue__item:before {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet .filters-blue__item:before {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta .filters-blue__item:before {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black .filters-blue__item:before {
    border-color: #000;
    border-style: solid
}

.filters-blue__dropdown {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 45px !important;
    border-radius: 0;
    padding-left: 10px;
    border: 1px solid #c7c7c7;
    box-shadow: none !important;
    cursor: pointer
}

.font-loaded .filters-blue__dropdown {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.filters-blue__dropdown:focus {
    outline: none;
    outline-width: 2px
}

.foreground-blue .filters-blue__dropdown:focus {
    outline-color: #0062c2 !important;
    outline-style: solid
}

.foreground-turquoise .filters-blue__dropdown:focus {
    outline-color: #009eb7 !important;
    outline-style: solid
}

.foreground-yellow .filters-blue__dropdown:focus {
    outline-color: #cea100 !important;
    outline-style: solid
}

.foreground-violet .filters-blue__dropdown:focus {
    outline-color: #826fb0 !important;
    outline-style: solid
}

.foreground-magenta .filters-blue__dropdown:focus {
    outline-color: #c0167b !important;
    outline-style: solid
}

.foreground-black .filters-blue__dropdown:focus {
    outline-color: #000 !important;
    outline-style: solid
}

.filters-blue__dropdown::-ms-expand {
    display: none
}

.filters-blue__results {
    margin-top: 20px
}

.jobs-category__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.jobs-category__list-item {
    border-bottom: 1px solid #c7c7c7;
    padding: 30px 0
}

@media(max-width:768.98px) {
    .jobs-category__list-item {
        padding: 20px 0
    }
}

.jobs-category__list-item:last-of-type {
    border-bottom: none
}

.jobs-category__list-item-link {
    display: block;
    color: #000
}

.jobs-category__list-item-link .heading-3 {
    margin: 0 0 10px
}

.jobs-category__list-item-link:hover {
    color: #000;
    text-decoration: none
}

.jobs-category__list-item-link:hover .heading-3 {
    color: #0062c2
}

.jobs-category__list-item--no-results span a,
.jobs-category__list-item--no-results span a:focus,
.jobs-category__list-item--no-results span a:hover {
    text-decoration: underline
}

.jobs-category__location {
    font-weight: 300;
    color: #000
}

.font-loaded .jobs-category__location {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: hsla(0, 0%, 4%, .8);
    width: 100%;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, z-index 0s .2s
}

.popup--open {
    z-index: 1050;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.popup__close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    cursor: pointer
}

.popup__content {
    position: relative;
    left: 50%;
    transform: translate(-50%, -25%);
    width: auto;
    max-width: 1100px;
    background-color: #fff;
    padding: 80px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .7);
    margin: 5% 0;
    transition: transform .4s ease-in-out
}

.popup--open .popup__content {
    transform: translate(-50%)
}

.popup-open {
    overflow-y: hidden
}

.widget-4-step__wrapper {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media(max-width:660.98px) {
    .widget-4-step__wrapper {
        flex-flow: column
    }
}

.widget-4-step__box {
    width: 50%;
    padding: 10px
}

@media(max-width:660.98px) {
    .widget-4-step__box {
        width: 100%
    }
}

.widget-4-step__box-wrapper {
    width: 100%;
    height: 289px;
    position: relative;
    padding-left: 65px;
    padding-right: 140px
}

.background-white .widget-4-step__box-wrapper {
    background-color: #fff
}

.background-light-grey .widget-4-step__box-wrapper {
    background-color: #f2f3f5
}

.background-light-blue .widget-4-step__box-wrapper {
    background-color: #d8ecf5
}

.background-light-green .widget-4-step__box-wrapper {
    background-color: #d6eae8
}

@media(max-width:1279px) {
    .widget-4-step__box-wrapper {
        padding-right: 100px
    }
}

@media(max-width:1024px) {
    .widget-4-step__box-wrapper {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(max-width:380px) {
    .widget-4-step__box-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

.widget-4-step__number {
    position: absolute;
    font-weight: 700;
    font-size: 180px;
    color: #fff;
    top: 0;
    line-height: 1;
    user-select: none;
    right: 20px;
    z-index: 1
}

.font-loaded .widget-4-step__number {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1279px) {
    .widget-4-step__number {
        font-size: 140px
    }
}

@media(max-width:1024px) {
    .widget-4-step__number {
        font-size: 120px
    }
}

.widget-4-step__step {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 3;
    padding-right: 15px
}

.foreground-blue .widget-4-step__step {
    color: #0062c2
}

.foreground-turquoise .widget-4-step__step {
    color: #009eb7
}

.foreground-yellow .widget-4-step__step {
    color: #cea100
}

.foreground-violet .widget-4-step__step {
    color: #826fb0
}

.foreground-magenta .widget-4-step__step {
    color: #c0167b
}

.foreground-black .widget-4-step__step {
    color: #000
}

.foreground-white .widget-4-step__step {
    color: #fff
}

.widget-4-step__step-link {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #0062c2
}

.font-loaded .widget-4-step__step-link {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.widget-4-step__step-link:after,
.widget-4-step__step-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px
}

.widget-4-step__step-link:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

.widget-4-step__heading {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.widget-4-step__heading .heading-3 {
    margin: 0 0 10px
}

.foreground-blue .widget-4-step__heading .heading-3 {
    color: #0062c2
}

.foreground-turquoise .widget-4-step__heading .heading-3 {
    color: #009eb7
}

.foreground-yellow .widget-4-step__heading .heading-3 {
    color: #cea100
}

.foreground-violet .widget-4-step__heading .heading-3 {
    color: #826fb0
}

.foreground-magenta .widget-4-step__heading .heading-3 {
    color: #c0167b
}

.foreground-black .widget-4-step__heading .heading-3 {
    color: #000
}

.foreground-white .widget-4-step__heading .heading-3 {
    color: #fff
}

@media(max-width:1200px) {
    .widget-4-step__modal .popup__content {
        max-width: 90%
    }
}

@media(max-width:700px) {
    .widget-4-step__modal .popup__content {
        padding: 40px
    }
}

@media(max-width:480px) {
    .widget-4-step__modal .popup__content {
        padding: 40px 30px
    }
}

@media(max-width:480px) {
    .widget-4-step__modal .popup__close {
        right: 10px;
        top: 10px
    }
}

.widget-4-step__modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1
}

@media(max-width:990px) {
    .widget-4-step__modal-header {
        flex-flow: column;
        align-items: center
    }
}

.widget-4-step__modal-steps {
    margin-top: 25px;
    cursor: pointer
}

.widget-4-step__modal-steps span {
    font-size: 20px;
    font-weight: 700;
    color: #c5c5c5;
    white-space: nowrap;
    transition: color .2s ease-out
}

.font-loaded .widget-4-step__modal-steps span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.widget-4-step__modal-steps span:not(:last-child) {
    margin-right: 35px
}

@media(max-width:480px) {
    .widget-4-step__modal-steps span {
        font-size: 14px
    }

    .widget-4-step__modal-steps span:not(:last-child) {
        margin-right: 25px
    }
}

.widget-4-step__modal-steps span.active {
    color: #000
}

.widget-4-step__modal-swiper {
    width: 100%;
    max-width: 100%;
    position: relative
}

.widget-4-step__modal-swiper .swiper-slide {
    padding: 40px 0
}

.widget-4-step__modal-swiper .swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 1px 10px rgba(92, 92, 92, .8)
}

@media(max-width:700px) {
    .widget-4-step__modal-swiper .swiper-navigation {
        left: -40px;
        width: 40px;
        height: 40px
    }
}

@media(max-width:480px) {
    .widget-4-step__modal-swiper .swiper-navigation {
        left: -30px
    }
}

.widget-4-step__modal-swiper .swiper-navigation--next {
    left: calc(100% + 80px);
    box-shadow: -2px 1px 10px rgba(92, 92, 92, .8)
}

@media(max-width:700px) {
    .widget-4-step__modal-swiper .swiper-navigation--next {
        left: calc(100% + 40px)
    }
}

@media(max-width:480px) {
    .widget-4-step__modal-swiper .swiper-navigation--next {
        left: calc(100% + 25px)
    }
}

.widget-4-step__modal-swiper .swiper-navigation img {
    width: 8px
}

.foreground-blue .widget-4-step__modal-swiper .swiper-navigation {
    background-color: #0062c2
}

.foreground-turquoise .widget-4-step__modal-swiper .swiper-navigation {
    background-color: #009eb7
}

.foreground-yellow .widget-4-step__modal-swiper .swiper-navigation {
    background-color: #cea100
}

.foreground-violet .widget-4-step__modal-swiper .swiper-navigation {
    background-color: #826fb0
}

.foreground-magenta .widget-4-step__modal-swiper .swiper-navigation {
    background-color: #c0167b
}

.widget-4-step__modal-swiper .swiper-button-disabled {
    opacity: .35
}

.widget-4-step__modal-swiper ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px
}

.widget-4-step__modal-swiper ul li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 17px;
    position: relative
}

.widget-4-step__modal-swiper ul li:before {
    content: "";
    width: 7px;
    height: 2px;
    background-color: #0062c2;
    position: absolute;
    top: 10px;
    left: 0
}

.widget-4-step__modal-buttons {
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: flex-end
}

@media(max-width:990px) {
    .widget-4-step__modal-buttons {
        flex-flow: column;
        align-items: center
    }
}

.widget-4-step__modal-buttons .large-button {
    padding: 11.5px 34px 11.5px 16px
}

.widget-4-step__modal-buttons .large-button--contact:before {
    content: ""
}

.widget-4-step__modal-buttons .large-button--contact:before,
.widget-4-step__modal-buttons .large-button--download:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: icomoon;
    width: auto;
    height: auto;
    border-right: none;
    margin-top: 0
}

.widget-4-step__modal-buttons .large-button--download:before {
    content: ""
}

.widget-4-step__modal-buttons .large-button:after {
    content: none
}

.widget-4-step__modal-buttons .large-button:not(:last-child) {
    margin-right: 15px
}

@media(max-width:990px) {
    .widget-4-step__modal-buttons .large-button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.widget-4-step__modal-buttons .large-button img {
    margin-left: 6px;
    margin-top: -3px
}

.lp-header {
    font-weight: 600;
    width: 100%;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.font-loaded .lp-header {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.lp-header--shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .7));
    pointer-events: none
}

@media(max-width:1280px) {
    .lp-header {
        justify-content: flex-end
    }
}

.lp-header__link-image {
    height: 100%;
    display: flex;
    align-items: center
}

.lp-header__link-image img {
    max-height: 100%;
    max-width: unset
}

@media(max-width:660.98px) {
    .lp-header__link-image {
        display: none
    }
}

.lp-header__logo {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 25;
    max-width: 300px
}

@media(max-width:480px) {
    .lp-header__logo {
        width: 130px;
        top: 25px
    }
}

.lp-header__nav {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    z-index: 25
}

.lp-header__nav li {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px
}

.lp-header__nav li a {
    color: #fff
}

.lp-header__nav li a:hover {
    color: #015ab4;
    text-decoration: none
}

@media(max-width:900px) {
    .lp-header__nav--desktop {
        display: none
    }
}

.lp-header__nav--mobile {
    width: 100%;
    max-width: 400px
}

.lp-header__nav--mobile li {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0
}

.lp-header__nav--mobile li:not(:first-child) {
    border-top: 1px solid #e1e1e1
}

.lp-header__nav--mobile li a {
    color: #3385d6
}

.lp-header__nav-icon {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 23px;
    height: 17px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 25
}

@media(min-width:901px) {
    .lp-header__nav-icon {
        display: none
    }
}

.lp-header__nav-icon span {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff
}

.lp-header__nav-icon span:nth-child(2) {
    top: 7px
}

.lp-header__nav-icon span:last-child {
    top: 14px
}

@media(max-width:900px) {
    .lp-header__nav-icon--visible {
        display: block
    }
}

.lp-header__popup {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.lp-header__social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.lp-header__social-links li {
    display: inline-block;
    margin: 0 10px 10px 7px
}

.lp-header .popup {
    padding: 20px
}

@media(min-width:901px) {
    .lp-header .popup {
        display: none
    }
}

.lp-header .popup__content {
    height: 100%;
    margin: 0;
    padding: 0
}

.lp-quickcheck__intro {
    padding: 25px 100px 0;
    margin-bottom: 50px
}

@media(max-width:1025px) {
    .lp-quickcheck__intro {
        padding: 0 40px
    }
}

@media(max-width:480px) {
    .lp-quickcheck__intro {
        padding: 0 20px
    }
}

.lp-quickcheck__intro h4 {
    font-weight: 700;
    margin-bottom: 20px
}

.font-loaded .lp-quickcheck__intro h4 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.lp-quickcheck__intro p {
    font-weight: 400;
    font-size: 16px
}

.font-loaded .lp-quickcheck__intro p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.lp-quickcheck .large-button {
    margin-right: 20px
}

.lp-quickcheck__box {
    display: none;
    width: 100%;
    position: relative;
    padding: 70px 100px
}

.background-white .lp-quickcheck__box {
    background-color: #fff
}

.background-light-grey .lp-quickcheck__box {
    background-color: #f2f3f5
}

.background-light-blue .lp-quickcheck__box {
    background-color: #d8ecf5
}

.background-light-green .lp-quickcheck__box {
    background-color: #d6eae8
}

@media(max-width:1025px) {
    .lp-quickcheck__box {
        padding: 60px 40px
    }
}

@media(max-width:480px) {
    .lp-quickcheck__box {
        padding: 30px 20px
    }
}

.lp-quickcheck__box p {
    font-weight: 700;
    font-size: 16px;
    color: #616986;
    margin-bottom: 10px
}

.font-loaded .lp-quickcheck__box p {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:480px) {
    .lp-quickcheck__box p {
        font-size: 14px
    }
}

.lp-quickcheck__box h3 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 50px
}

.font-loaded .lp-quickcheck__box h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1025px) {
    .lp-quickcheck__box h3 {
        font-size: 26px;
        margin-bottom: 30px
    }
}

@media(max-width:480px) {
    .lp-quickcheck__box h3 {
        font-size: 18px
    }
}

.lp-quickcheck__box--active {
    display: block
}

.lp-quickcheck__box--form h3 {
    margin-bottom: 40px
}

.lp-quickcheck__box--form p {
    font-weight: 400;
    color: #000;
    margin-bottom: 24px
}

.font-loaded .lp-quickcheck__box--form p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.lp-quickcheck__box-nbr {
    width: 65px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0062c2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

.font-loaded .lp-quickcheck__box-nbr {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1025px) {
    .lp-quickcheck__box-nbr {
        display: none
    }
}

.lp-quickcheck__box-nbr span {
    font-size: 14px
}

.lp-quickcheck__box-nbr span:first-child {
    font-size: 36px
}

.lp-quickcheck__box-nbr span:nth-child(2) {
    opacity: .5;
    margin: 0 6px 0 2px
}

.foreground-blue .lp-quickcheck__box-nbr {
    background-color: #0062c2
}

.foreground-turquoise .lp-quickcheck__box-nbr {
    background-color: #009eb7
}

.foreground-yellow .lp-quickcheck__box-nbr {
    background-color: #cea100
}

.foreground-violet .lp-quickcheck__box-nbr {
    background-color: #826fb0
}

.foreground-magenta .lp-quickcheck__box-nbr {
    background-color: #c0167b
}

.foreground-blue .lp-quickcheck__box-nbr+p {
    color: #0062c2
}

.foreground-turquoise .lp-quickcheck__box-nbr+p {
    color: #009eb7
}

.foreground-yellow .lp-quickcheck__box-nbr+p {
    color: #cea100
}

.foreground-violet .lp-quickcheck__box-nbr+p {
    color: #826fb0
}

.foreground-magenta .lp-quickcheck__box-nbr+p {
    color: #c0167b
}

.foreground-black .lp-quickcheck__box-nbr+p {
    color: #000
}

.foreground-white .lp-quickcheck__box-nbr+p {
    color: #fff
}

.lp-quickcheck__message {
    display: none
}

.lp-quickcheck__message h1,
.lp-quickcheck__message h2,
.lp-quickcheck__message h3,
.lp-quickcheck__message h4,
.lp-quickcheck__message h5,
.lp-quickcheck__message h6 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 50px
}

.font-loaded .lp-quickcheck__message h1,
.font-loaded .lp-quickcheck__message h2,
.font-loaded .lp-quickcheck__message h3,
.font-loaded .lp-quickcheck__message h4,
.font-loaded .lp-quickcheck__message h5,
.font-loaded .lp-quickcheck__message h6 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1025px) {

    .lp-quickcheck__message h1,
    .lp-quickcheck__message h2,
    .lp-quickcheck__message h3,
    .lp-quickcheck__message h4,
    .lp-quickcheck__message h5,
    .lp-quickcheck__message h6 {
        font-size: 26px;
        margin-bottom: 30px
    }
}

@media(max-width:480px) {

    .lp-quickcheck__message h1,
    .lp-quickcheck__message h2,
    .lp-quickcheck__message h3,
    .lp-quickcheck__message h4,
    .lp-quickcheck__message h5,
    .lp-quickcheck__message h6 {
        font-size: 18px
    }
}

.lp-quickcheck__message--active {
    display: block
}

.lp-quickcheck__form {
    margin-top: 40px;
    padding-top: 40px;
    position: relative
}

.lp-quickcheck__form:before {
    content: "";
    position: absolute;
    width: calc(100% + 160px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px
}

.foreground-blue .lp-quickcheck__form:before {
    background-color: #0062c2
}

.foreground-turquoise .lp-quickcheck__form:before {
    background-color: #009eb7
}

.foreground-yellow .lp-quickcheck__form:before {
    background-color: #cea100
}

.foreground-violet .lp-quickcheck__form:before {
    background-color: #826fb0
}

.foreground-magenta .lp-quickcheck__form:before {
    background-color: #c0167b
}

@media(max-width:1025px) {
    .lp-quickcheck__form:before {
        width: calc(100% + 40px)
    }
}

@media(max-width:480px) {
    .lp-quickcheck__form:before {
        width: 100%
    }
}

.lp-quickcheck__form h4 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px
}

.font-loaded .lp-quickcheck__form h4 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.lp-quickcheck__form .custom-form {
    max-width: 440px
}

.lp-quickcheck__form .form-group-submit {
    height: 55px;
    margin-bottom: 0
}

.product-questionaire__intro {
    padding: 0 100px;
    margin-bottom: 50px
}

@media(max-width:1025px) {
    .product-questionaire__intro {
        padding: 0 40px
    }
}

@media(max-width:480px) {
    .product-questionaire__intro {
        padding: 0 20px
    }
}

.product-questionaire__intro h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px
}

.font-loaded .product-questionaire__intro h4 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-questionaire__intro p {
    font-weight: 400;
    font-size: 16px
}

.font-loaded .product-questionaire__intro p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.product-questionaire .js-product-questionaire-previous {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    box-shadow: none;
    text-transform: uppercase;
    color: #000 !important;
    border-color: transparent
}

.product-questionaire .js-product-questionaire-previous:hover {
    background-color: transparent;
    color: #000 !important
}

@media(max-width:1025px) {
    .product-questionaire .js-product-questionaire-previous {
        margin-bottom: -10px
    }
}

.product-questionaire .product-box h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.font-loaded .product-questionaire .product-box h3 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-questionaire .large-button {
    margin-right: 20px
}

.product-questionaire__box {
    display: none;
    width: 100%;
    position: relative;
    padding: 70px 100px
}

@media(max-width:1025px) {
    .product-questionaire__box {
        padding: 60px 40px
    }
}

@media(max-width:480px) {
    .product-questionaire__box {
        padding: 30px 20px
    }
}

.product-questionaire__box p {
    font-weight: 700;
    font-size: 16px;
    color: #616986;
    margin-bottom: 10px
}

.font-loaded .product-questionaire__box p {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:480px) {
    .product-questionaire__box p {
        font-size: 14px
    }
}

.product-questionaire__box h3 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 50px
}

.font-loaded .product-questionaire__box h3 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1025px) {
    .product-questionaire__box h3 {
        font-size: 26px;
        margin-bottom: 30px
    }
}

@media(max-width:480px) {
    .product-questionaire__box h3 {
        font-size: 18px
    }
}

.product-questionaire__box--active {
    display: block
}

.product-questionaire__box--form h3 {
    margin-bottom: 40px
}

.product-questionaire__box--form p {
    font-weight: 400;
    color: #000;
    margin-bottom: 24px
}

.font-loaded .product-questionaire__box--form p {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.product-questionaire__box-nbr {
    width: 65px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0062c2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

.font-loaded .product-questionaire__box-nbr {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.foreground-blue .product-questionaire__box-nbr {
    background-color: #0062c2
}

.foreground-turquoise .product-questionaire__box-nbr {
    background-color: #009eb7
}

.foreground-yellow .product-questionaire__box-nbr {
    background-color: #cea100
}

.foreground-violet .product-questionaire__box-nbr {
    background-color: #826fb0
}

.foreground-magenta .product-questionaire__box-nbr {
    background-color: #c0167b
}

@media(max-width:1025px) {
    .product-questionaire__box-nbr {
        display: none
    }
}

.product-questionaire__box-nbr span {
    font-size: 14px
}

.product-questionaire__box-nbr span:first-child {
    font-size: 36px
}

.product-questionaire__box-nbr span:nth-child(2) {
    opacity: .5;
    margin: 0 6px 0 2px
}

.product-questionaire__message {
    display: none
}

.product-questionaire__message h1,
.product-questionaire__message h2,
.product-questionaire__message h3,
.product-questionaire__message h4,
.product-questionaire__message h5,
.product-questionaire__message h6 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 50px
}

.font-loaded .product-questionaire__message h1,
.font-loaded .product-questionaire__message h2,
.font-loaded .product-questionaire__message h3,
.font-loaded .product-questionaire__message h4,
.font-loaded .product-questionaire__message h5,
.font-loaded .product-questionaire__message h6 {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

@media(max-width:1025px) {

    .product-questionaire__message h1,
    .product-questionaire__message h2,
    .product-questionaire__message h3,
    .product-questionaire__message h4,
    .product-questionaire__message h5,
    .product-questionaire__message h6 {
        font-size: 26px;
        margin-bottom: 30px
    }
}

@media(max-width:480px) {

    .product-questionaire__message h1,
    .product-questionaire__message h2,
    .product-questionaire__message h3,
    .product-questionaire__message h4,
    .product-questionaire__message h5,
    .product-questionaire__message h6 {
        font-size: 18px
    }
}

.product-questionaire__message--active {
    display: block
}

.product-questionaire__form {
    margin-top: 40px;
    padding-top: 40px;
    position: relative
}

.product-questionaire__form:before {
    content: "";
    position: absolute;
    width: calc(100% + 160px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #d9dadc
}

@media(max-width:1025px) {
    .product-questionaire__form:before {
        width: calc(100% + 40px)
    }
}

@media(max-width:480px) {
    .product-questionaire__form:before {
        width: 100%
    }
}

.product-questionaire__form h4 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px
}

.font-loaded .product-questionaire__form h4 {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.product-questionaire__form .custom-form {
    max-width: 440px
}

.product-questionaire__form .form-group-submit {
    height: 55px;
    margin-bottom: 0
}

.product-questionaire__results-overview {
    margin-top: 20px
}

.product-questionaire__results-overview h3 {
    margin-bottom: 20px
}

.product-questionaire__results-overview .section__product-overview .container {
    padding: 0 !important;
    max-width: 100%
}

.product-questionaire__results-overview .section__product-overview .col-lg-9,
.product-questionaire__results-overview .section__product-overview .col-md-9,
.product-questionaire__results-overview .section__product-overview .col-xl-10 {
    padding: 0 !important;
    flex: 100%;
    max-width: 100%
}

.lp-shoveler__container {
    position: relative;
    padding: 30px 40px 0
}

.lp-shoveler__quote-img {
    background-size: contain;
    background-position: 50%;
    padding-top: 75%
}

.lp-shoveler__quote-content {
    position: relative;
    padding: 20px 0 20px 32px
}

.lp-shoveler__quote-content-icon {
    position: absolute;
    max-width: 22px;
    top: 20px;
    left: 0
}

.foreground-blue .lp-shoveler__quote-content-icon polygon {
    fill: #0062c2
}

.foreground-turquoise .lp-shoveler__quote-content-icon polygon {
    fill: #009eb7
}

.foreground-yellow .lp-shoveler__quote-content-icon polygon {
    fill: #cea100
}

.foreground-violet .lp-shoveler__quote-content-icon polygon {
    fill: #826fb0
}

.foreground-black .lp-shoveler__quote-content-icon polygon,
.foreground-magenta .lp-shoveler__quote-content-icon polygon {
    fill: #c0167b
}

.lp-shoveler__quote-content-name {
    margin: 0;
    font-weight: 700
}

.font-loaded .lp-shoveler__quote-content-name {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.lp-shoveler__quote-content-role {
    color: #6e758f;
    font-size: 13px
}

.lp-shoveler__btn-next,
.lp-shoveler__btn-prev {
    width: 50px;
    height: 50px
}

@media(max-width:768.98px) {

    .lp-shoveler__btn-next,
    .lp-shoveler__btn-prev {
        width: 40px;
        height: 40px
    }
}

.foreground-blue .lp-shoveler__btn-next,
.foreground-blue .lp-shoveler__btn-prev {
    background-color: #0062c2
}

.foreground-turquoise .lp-shoveler__btn-next,
.foreground-turquoise .lp-shoveler__btn-prev {
    background-color: #009eb7
}

.foreground-yellow .lp-shoveler__btn-next,
.foreground-yellow .lp-shoveler__btn-prev {
    background-color: #cea100
}

.foreground-violet .lp-shoveler__btn-next,
.foreground-violet .lp-shoveler__btn-prev {
    background-color: #826fb0
}

.foreground-magenta .lp-shoveler__btn-next,
.foreground-magenta .lp-shoveler__btn-prev {
    background-color: #c0167b
}

.lp-shoveler__btn-next {
    right: -25px
}

@media(max-width:768.98px) {
    .lp-shoveler__btn-next {
        right: -15px
    }
}

.lp-shoveler__btn-prev {
    left: -25px
}

@media(max-width:768.98px) {
    .lp-shoveler__btn-prev {
        left: -15px
    }
}

.lp-shoveler__cta {
    text-align: center
}

@media(max-width:1024.98px) {
    .lp-shoveler__cta {
        margin: 0 0 35px
    }
}

@media(max-width:768.98px) {
    .lp-shoveler__cta {
        margin: 0 0 25px
    }
}

.lp-shoveler__cta .heading-4 {
    margin-bottom: 20px
}

.lp-shoveler__cta p {
    color: #6e758f;
    font-size: 13px;
    margin-top: 5px
}

.lp-service-steps {
    display: flex
}

@media(max-width:1024.98px) {
    .lp-service-steps {
        flex-direction: column
    }
}

@media(max-width:660.98px) {
    .lp-service-steps {
        padding-left: 0
    }
}

.lp-service-steps__title-wrapper {
    padding: 60px 210px 60px 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:1279.98px) {
    .lp-service-steps__title-wrapper {
        padding: 40px 150px 40px 0
    }
}

@media(max-width:1024.98px) {
    .lp-service-steps__title-wrapper {
        padding: 0 0 10px;
        width: 100%;
        justify-content: initial
    }
}

.lp-service-steps__title-wrapper .heading-2 {
    font-size: 32px;
    line-height: 1.2
}

@media(max-width:1279.98px) {
    .lp-service-steps__title-wrapper .heading-2 {
        font-size: 28px
    }
}

@media(max-width:1024.98px) {
    .lp-service-steps__title-wrapper .heading-2 {
        font-size: 26px
    }
}

@media(max-width:660.98px) {
    .lp-service-steps__title-wrapper .heading-2 {
        margin-bottom: 20px;
        font-size: 22px
    }
}

.lp-service-steps__item-wrapper {
    width: 50%;
    padding-top: 60px
}

@media(max-width:1024.98px) {
    .lp-service-steps__item-wrapper {
        width: calc(100% - 80px);
        margin-left: 80px;
        padding-top: 40px
    }
}

@media(max-width:660.98px) {
    .lp-service-steps__item-wrapper {
        width: 100%;
        margin-left: 0;
        padding-top: 20px
    }
}

.background-white .lp-service-steps__item-wrapper {
    background-color: #fff
}

.background-light-grey .lp-service-steps__item-wrapper {
    background-color: #f2f3f5
}

.background-light-blue .lp-service-steps__item-wrapper {
    background-color: #d8ecf5
}

.background-light-green .lp-service-steps__item-wrapper {
    background-color: #d6eae8
}

.lp-service-steps__item {
    position: relative;
    padding: 0 60px 60px
}

@media(max-width:1279.98px) {
    .lp-service-steps__item {
        padding: 0 40px 40px
    }
}

@media(max-width:660.98px) {
    .lp-service-steps__item {
        padding: 0 20px 40px
    }

    .lp-service-steps__item:last-child {
        padding-bottom: 20px
    }
}

.lp-service-steps__item:not(:last-child):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 25px;
    background-color: #c7c7c7
}

.foreground-blue .lp-service-steps__item:not(:last-child):before {
    background-color: #0062c2
}

.foreground-turquoise .lp-service-steps__item:not(:last-child):before {
    background-color: #009eb7
}

.foreground-yellow .lp-service-steps__item:not(:last-child):before {
    background-color: #cea100
}

.foreground-violet .lp-service-steps__item:not(:last-child):before {
    background-color: #826fb0
}

.foreground-magenta .lp-service-steps__item:not(:last-child):before {
    background-color: #c0167b
}

.lp-service-steps__item img {
    position: absolute;
    left: -60px;
    top: 0;
    transform: translateX(-100%);
    max-width: 90px
}

@media(max-width:1279.98px) {
    .lp-service-steps__item img {
        max-width: 70px;
        left: -40px
    }
}

@media(max-width:1024.98px) {
    .lp-service-steps__item img {
        left: -30px;
        max-width: 50px
    }
}

@media(max-width:660.98px) {
    .lp-service-steps__item img {
        display: none
    }
}

.lp-service-steps__item .heading-3 {
    margin-top: 0;
    margin-bottom: 10px
}

.lp-service-steps__item p {
    margin-bottom: 10px
}

.lp-service-steps__item-step-num {
    position: absolute;
    top: 1px;
    left: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-size: 18px
}

@media(max-width:1024.98px) {
    .lp-service-steps__item-step-num {
        top: 0
    }
}

.foreground-blue .lp-service-steps__item-step-num {
    color: #0062c2
}

.foreground-turquoise .lp-service-steps__item-step-num {
    color: #009eb7
}

.foreground-yellow .lp-service-steps__item-step-num {
    color: #cea100
}

.foreground-violet .lp-service-steps__item-step-num {
    color: #826fb0
}

.foreground-magenta .lp-service-steps__item-step-num {
    color: #c0167b
}

.foreground-black .lp-service-steps__item-step-num {
    color: #000
}

.foreground-white .lp-service-steps__item-step-num {
    color: #fff
}

.foreground-blue .lp-service-steps__item-step-num {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise .lp-service-steps__item-step-num {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow .lp-service-steps__item-step-num {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet .lp-service-steps__item-step-num {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta .lp-service-steps__item-step-num {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black .lp-service-steps__item-step-num {
    border-color: #000;
    border-style: solid
}

.lp-service-steps__item-cta {
    cursor: pointer
}

.foreground-blue .lp-service-steps__item-cta {
    color: #0062c2
}

.foreground-turquoise .lp-service-steps__item-cta {
    color: #009eb7
}

.foreground-yellow .lp-service-steps__item-cta {
    color: #cea100
}

.foreground-violet .lp-service-steps__item-cta {
    color: #826fb0
}

.foreground-magenta .lp-service-steps__item-cta {
    color: #c0167b
}

.foreground-black .lp-service-steps__item-cta {
    color: #000
}

.foreground-white .lp-service-steps__item-cta {
    color: #fff
}

.lp-service-steps__item-cta-btn {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.font-loaded .lp-service-steps__item-cta-btn {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.lp-service-steps__item-cta-btn:after,
.lp-service-steps__item-cta-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px
}

.lp-service-steps__item-cta-btn:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

.lp-text-with-image {
    display: flex
}

@media(max-width:768.98px) {
    .lp-text-with-image {
        flex-direction: column
    }
}

.lp-text-with-image__left {
    width: 50%;
    padding-right: 40px
}

@media(max-width:768.98px) {
    .lp-text-with-image__left {
        width: 100%;
        padding-right: 0
    }
}

.lp-text-with-image__left .heading-3 {
    margin-bottom: 30px;
    margin-top: 0
}

@media(max-width:768.98px) {
    .lp-text-with-image__left .heading-3 {
        margin-bottom: 20px
    }
}

.lp-text-with-image__left-rte {
    margin-top: 30px
}

@media(max-width:768.98px) {
    .lp-text-with-image__left-rte {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.lp-text-with-image__right {
    width: 50%
}

@media(max-width:768.98px) {
    .lp-text-with-image__right {
        width: 100%
    }
}

.lp-text-with-image__image-right {
    max-width: 100%;
    width: 100%
}

.lp-image {
    margin-left: 290px
}

@media(max-width:1024.98px) {
    .lp-image {
        margin-left: 390px
    }
}

@media(min-width:769px) {
    .video-slider__container {
        padding-left: 120px
    }
}

.video-slider .video-swiper__container {
    overflow-y: visible
}

.video-slider__thumbnail {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

.video-slider .img-bottom-gradient {
    display: flex;
    align-items: center
}

.video-slider .modal-content--yt-video {
    width: 100%
}

.video-slider .modal-content--yt-video iframe {
    height: 500px
}

.video-slider .modal-content--local-video video {
    width: 100%;
    height: auto;
    max-height: 550px
}

.video-slider .swiper-nav-button,
.video-slider .swiper-nav-button--prod-detail {
    top: 50%
}

.video-slider .swiper-slide[video-data] .img-bottom-gradient {
    width: 100%;
    overflow: hidden;
    justify-content: center
}

.video-slider .swiper-slide[video-data] .img-bottom-gradient video {
    height: 100%
}

@media(max-width:1024.98px) {
    .video-slider .swiper-slide[video-data] .img-bottom-gradient video {
        width: 100%;
        height: auto
    }
}

@media(max-width:660.98px) {
    .video-slider .swiper-slide[video-data] .img-bottom-gradient video {
        height: 115%;
        width: auto
    }
}

.video-slider .swiper-slide[yt-data] .img-bottom-gradient {
    width: 100%;
    display: block
}

.video-slider .swiper-slide[yt-data] .img-bottom-gradient img {
    height: 100%;
    width: auto;
    max-width: none
}

@media(max-width:660.98px) {
    .video-slider .swiper-slide[yt-data] .img-bottom-gradient img {
        height: auto;
        width: 100%
    }
}

.video-slider__slide-description {
    position: absolute;
    left: 0;
    width: 95%;
    top: 290px;
    z-index: 10;
    color: #000;
    max-height: 105px;
    overflow: hidden
}

@media(max-width:1279.98px) {
    .video-slider__slide-description {
        top: 260px;
        max-height: 80px
    }
}

@media(max-width:1024.98px) {
    .video-slider__slide-description {
        top: 230px
    }
}

@media(max-width:768.98px) {
    .video-slider__slide-description {
        top: 200px
    }
}

@media(max-width:660.98px) {
    .video-slider__slide-description {
        top: calc(100% + 10px)
    }
}

.video-slider__slide {
    width: 33.33333%;
    height: 280px;
    cursor: pointer;
    display: flex
}

@media(max-width:1279.98px) {
    .video-slider__slide {
        width: 430px;
        height: 250px
    }
}

@media(max-width:1024.98px) {
    .video-slider__slide {
        width: 400px;
        height: 220px
    }
}

@media(max-width:768.98px) {
    .video-slider__slide {
        width: 370px;
        height: 190px
    }
}

@media(max-width:660.98px) {
    .video-slider__slide {
        width: 100%;
        height: 310px
    }
}

.video-slider .animatable-link {
    position: absolute;
    display: flex;
    justify-content: center;
    align-self: center;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.video-slider .modal-dialog-centered {
    height: 100%
}

.pdf {
    background: #fff;
    margin-right: auto;
    margin-left: auto
}

.pdf,
.pdf__item {
    font-size: 12px
}

.pdf__question {
    text-decoration: underline;
    margin-bottom: 15px
}

.pdf__answer {
    margin-bottom: 35px
}

.pdf__title {
    position: relative;
    padding-left: 28px;
    font-size: 22px
}

.pdf__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url("../images/pdf__title.png") no-repeat;
    width: 20px;
    height: 16px;
    background-size: 20px 16px
}

.pdf__footer {
    margin: 15px 0 50px;
    font-weight: 700
}

.font-loaded .pdf__footer {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.pdf .free-text {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
    font-size: 12px !important
}

.pdf .free-text img {
    border: none !important;
    margin: 0 auto !important
}

.pdf .free-text--detail ol,
.pdf .free-text--detail p:not(.quotes__quote-text),
.pdf .free-text--detail ul {
    font-size: 12px !important
}

.DialogThumbnailItemImage td img[data-src] {
    opacity: 0;
    filter: blur(20px)
}

.DialogThumbnailItemImage td img[data-loaded=loaded][data-visible=visible] {
    opacity: 1;
    filter: blur(0);
    transition: opacity .4s ease-in-out, filter .7s ease-in-out
}

.language-pop-up {
    background-color: rgba(0, 0, 0, .6)
}

.language-pop-up__list {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.language-pop-up__list-item {
    background: #fc0;
    text-align: center;
    margin: 5px;
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-size: 16px;
    font-weight: 600
}

.font-loaded .language-pop-up__list-item {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.language-pop-up__redirect {
    padding: 30px;
    display: block;
    color: #000
}

.language-pop-up .popup__content {
    position: fixed;
    max-width: 500px;
    top: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    margin: 0;
    transition: none
}

.pop-up__wrapper {
    height: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center
}

.pop-up__inner-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 30px;
    background-color: #fff;
    min-width: 400px;
    width: 100%
}

.pop-up__title {
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 20px
}

.font-loaded .pop-up__title {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.pop-up__intro {
    margin: 0 0 20px;
    font-size: 15px
}

.pop-up__intro span {
    font-weight: 600
}

.font-loaded .pop-up__intro span {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.pop-up__intro a {
    color: #3385d6;
    display: inline-block
}

.pop-up__content .c-box-reg {
    margin: 0
}

.pop-up input[type=checkbox] {
    vertical-align: middle;
    z-index: 10;
    width: 20px;
    height: 20px
}

.overlay-module__content {
    position: fixed;
    background-color: #fff;
    z-index: 150;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .35);
    width: 100%;
    max-width: 420px;
    padding: 45px 30px 40px;
    opacity: 0;
    filter: blur(40px);
    transform: translate(100%, 100%);
    transition: opacity .45s ease-in-out, filter .45s ease-in-out, transform .45s ease-in-out
}

.overlay-module--is-open .overlay-module__content {
    opacity: 1;
    filter: blur(0);
    transform: translate(0)
}

@media(max-width:660px) {
    .overlay-module__content {
        max-width: unset;
        margin: 10px;
        right: 0;
        width: calc(100% - 20px)
    }
}

.overlay-module-content__title {
    font-size: 32px;
    font-weight: 300
}

.font-loaded .overlay-module-content__title {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.overlay-module-content__text {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 300
}

.font-loaded .overlay-module-content__text {
    font-family: OpenSans-Light, sans-serif;
    font-weight: 300
}

.overlay-module .large-button {
    margin-top: 75px
}

.overlay-module-content__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon-close-black.svg)
}

.overlay-module__open {
    text-align: center;
    cursor: pointer;
    background-color: #0062c2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 150;
    padding: 26px;
    min-width: 150px;
    max-width: 300px;
    min-height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translate(0);
    opacity: 1;
    filter: blur(0);
    transition: opacity .45s ease-in-out, transform .45s ease-in-out, filter .45s ease-in-out
}

.rethink-work .overlay-module__open {
    background-color: #7eaeb6
}

.overlay-module--is-open .overlay-module__open {
    transform: translate(100%, 100%);
    opacity: 0;
    filter: blur(40px)
}

.overlay-module--hidden .overlay-module__open {
    transform: translateY(100%);
    opacity: 0
}

@media(max-width:480px) {
    .overlay-module__open {
        max-width: 100%
    }
}

.overlay-module__hide {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon-close-white.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50%
}

.event--img-left .event__featured-item {
    display: flex
}

@media(max-width:1024.98px) {
    .event--img-left .event__featured-item {
        flex-direction: column
    }
}

@media(max-width:480px) {
    .event--img-left .event__featured-item {
        position: relative
    }
}

.event--img-right .event__featured-item {
    display: flex;
    flex-direction: row-reverse
}

@media(max-width:1024.98px) {
    .event--img-right .event__featured-item {
        flex-direction: column
    }
}

@media(max-width:480px) {
    .event--img-right .event__featured-item {
        position: relative
    }
}

.event__image {
    position: relative;
    background-size: cover;
    height: 100%;
    padding-top: 56.25%;
    background-position: 0
}

.event--img-left .event__image,
.event--img-right .event__image {
    padding-top: 0;
    height: auto;
    min-height: 360px;
    width: 50%
}

@media(max-width:1024.98px) {

    .event--img-left .event__image,
    .event--img-right .event__image {
        width: 100%;
        min-height: auto
    }
}

@media(max-width:480px) {

    .event--img-left .event__image,
    .event--img-right .event__image {
        display: flex;
        flex-direction: column-reverse
    }
}

.event__image img {
    opacity: 0;
    visibility: hidden;
    width: 100%
}

@media(max-width:1024.98px) {
    .event__image img {
        opacity: 1;
        visibility: visible
    }
}

.event__bottom-wrapper {
    display: flex;
    padding-top: 30px
}

.bg-white .event__bottom-wrapper {
    background-color: #fff
}

.bg-light-grey .event__bottom-wrapper {
    background-color: #f2f3f5
}

.bg-light-blue .event__bottom-wrapper {
    background-color: #d8ecf5
}

.bg-light-green .event__bottom-wrapper {
    background-color: #d6eae8
}

.event--img-left .event__bottom-wrapper,
.event--img-right .event__bottom-wrapper {
    width: 50%;
    padding: 60px;
    display: block
}

@media(max-width:1024.98px) {

    .event--img-left .event__bottom-wrapper,
    .event--img-right .event__bottom-wrapper {
        width: 100%
    }
}

@media(max-width:480px) {

    .event--img-left .event__bottom-wrapper,
    .event--img-right .event__bottom-wrapper {
        padding: 20px
    }
}

@media(max-width:1024.98px) {
    .event__bottom-wrapper {
        flex-wrap: wrap;
        padding-top: 20px
    }
}

.event__left {
    width: calc(100% - 340px)
}

@media(max-width:1024.98px) {
    .event__left {
        width: 100%
    }
}

.event__left-heading {
    margin-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid
}

.event--img-left .event__left-heading,
.event--img-right .event__left-heading {
    padding-bottom: 20px
}

@media(max-width:1024.98px) {
    .event__left-heading {
        padding-bottom: 20px
    }
}

@media(max-width:1024.98px) {
    .event__left-desc--desktop {
        display: none
    }
}

.event__left-desc--mobile {
    margin-top: 20px
}

@media(min-width:1025px) {
    .event__left-desc--mobile {
        display: none
    }
}

.event--img-left .event__left-desc,
.event--img-right .event__left-desc {
    margin-top: 20px
}

.event__right {
    width: 290px;
    margin-left: auto
}

@media(max-width:1024.98px) {
    .event__right {
        width: 100%;
        margin-left: 0
    }
}

.event__right-txt p {
    margin: 0;
    font-size: 18px;
    line-height: 24px
}

.foreground-blue .event__right-txt {
    color: #0062c2
}

.foreground-turquoise .event__right-txt {
    color: #009eb7
}

.foreground-yellow .event__right-txt {
    color: #cea100
}

.foreground-violet .event__right-txt {
    color: #826fb0
}

.foreground-magenta .event__right-txt {
    color: #c0167b
}

.foreground-black .event__right-txt {
    color: #000
}

.foreground-white .event__right-txt {
    color: #fff
}

.event__right-txt span {
    color: #000
}

.event__right-txt-venue a {
    text-decoration: underline
}

.event__right-button-area {
    margin-top: 30px
}

.event--img-left .event__right-button-area,
.event--img-right .event__right-button-area {
    margin-top: 20px
}

@media(max-width:1024.98px) {
    .event__right-button-area {
        margin-top: 20px
    }
}

.event__right-button-area .large-button+.large-button {
    margin-top: 10px
}

.jobs-listing .heading-1 {
    margin-bottom: 20px
}

.image-content {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px
}

.image-content--right {
    flex-flow: row-reverse
}

@media(max-width:1024.98px) {
    .image-content {
        flex-direction: column
    }
}

.image-content__image {
    width: 50%;
    padding: 0 20px
}

@media(max-width:1024.98px) {
    .image-content__image {
        width: 100%;
        padding-bottom: 20px
    }
}

.image-content__text {
    width: 50%;
    padding: 0 20px
}

@media(max-width:1024.98px) {
    .image-content__text {
        width: 100%
    }
}

.image-content__text .heading-2 {
    text-transform: uppercase
}

.image-content__text-desc {
    margin: 0
}

.image-content__svg-list {
    margin: 30px 0
}

.image-content__svg-list ul {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.image-content__svg-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center
}

.image-content__svg-list ul li:nth-child(2n) {
    width: 30px;
    height: 30px;
    margin-top: -30px
}

.image-content__svg-list ul img {
    max-height: 65px
}

.image-content__svg-list ul span {
    display: inline-block;
    margin-top: 15px
}

.image-content__button-area {
    margin-top: 20px
}

.generic-content__inner-container {
    padding: 0 60px
}

.generic-content--img-right {
    flex-flow: row-reverse
}

.generic-content--img-left,
.generic-content--img-right {
    display: flex
}

@media(max-width:768.98px) {

    .generic-content--img-left,
    .generic-content--img-right {
        flex-direction: column
    }
}

.generic-content__image {
    background-size: cover;
    padding-top: 56.25%
}

.generic-content--img-left .generic-content__image,
.generic-content--img-right .generic-content__image {
    width: 50%;
    min-height: 360px;
    padding-top: 0
}

@media(max-width:768.98px) {

    .generic-content--img-left .generic-content__image,
    .generic-content--img-right .generic-content__image {
        width: 100%;
        min-height: auto;
        padding-top: 54.55%
    }
}

.generic-content__txt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px
}

.generic-content--img-left .generic-content__txt,
.generic-content--img-right .generic-content__txt {
    width: 50%;
    height: auto
}

@media(max-width:768.98px) {

    .generic-content--img-left .generic-content__txt,
    .generic-content--img-right .generic-content__txt {
        width: 100%
    }
}

@media(max-width:480px) {

    .generic-content--img-left .generic-content__txt,
    .generic-content--img-right .generic-content__txt,
    .generic-content__txt {
        padding: 20px
    }
}

.generic-content--no-img .generic-content__txt {
    width: 100%;
    padding: 0
}

.generic-content__txt .heading-3 {
    margin-top: 0
}

.generic-content__align {
    display: flex
}

.generic-content__align--left {
    justify-content: flex-start
}

.generic-content__align--center {
    justify-content: center
}

.generic-content__align--right {
    justify-content: flex-end
}

.link-and-image {
    display: inline-block
}

.link-and-image img {
    margin-right: 10px
}

.link-and-image a {
    display: block;
    color: #0062c2
}

.widget-full-width {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    text-align: left
}

.widget-full-width__text+.large-button {
    margin-top: 30px
}

.widget-full-width ul {
    padding-left: 20px;
    margin-top: 1em
}

.widget-full-width ul li {
    list-style-type: none;
    position: relative
}

.widget-full-width ul li:before {
    content: "";
    height: 1px;
    width: 8px;
    position: absolute;
    left: -20px;
    top: 12px
}

.foreground-blue .widget-full-width ul li:before {
    background-color: #0062c2
}

.foreground-turquoise .widget-full-width ul li:before {
    background-color: #009eb7
}

.foreground-yellow .widget-full-width ul li:before {
    background-color: #cea100
}

.foreground-violet .widget-full-width ul li:before {
    background-color: #826fb0
}

.foreground-magenta .widget-full-width ul li:before {
    background-color: #c0167b
}

.widget-full-width--center {
    text-align: center
}

.widget-full-width--center ul {
    padding-left: 0
}

.widget-full-width--center ul li {
    justify-content: center
}

.widget-full-width--center ul li:before {
    left: 0
}

@media(max-width:480px) {
    .widget-full-width {
        padding: 20px
    }
}

.widget-full-width .heading-3 {
    margin-top: 0
}

.footer-rethink {
    background-color: #3c3c3b
}

.footer-rethink__wrapper {
    padding: 40px 0
}

@media(max-width:768.98px) {
    .footer-rethink__wrapper {
        padding: 20px 0
    }
}

.footer-rethink__top {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start
}

.footer-rethink__top-lang {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff
}

@media(max-width:768.98px) {
    .footer-rethink__top-lang {
        padding-bottom: 40px;
        order: 1
    }
}

.footer-rethink__top-lang-globe {
    margin-right: 8px
}

.footer-rethink__top-lang-txt {
    font-size: 14px
}

@media(max-width:660.98px) {
    .footer-rethink__top-lang-txt {
        font-size: 12px
    }
}

.footer-rethink__top-lang-link {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding-right: 20px;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.footer-rethink__top-lang-link:focus,
.footer-rethink__top-lang-link:hover,
.footer-rethink__top-lang-link:visited {
    outline: 1px solid #fff
}

.footer-rethink__top-lang-link-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .25s ease-in-out
}

.footer-rethink__top-lang-link-arrow--open {
    transform: translateY(-50%) rotate(-90deg)
}

.footer-rethink__top-lang-link-txt {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-right: 8px;
    padding: 5px;
    background-color: #706f6f
}

.font-loaded .footer-rethink__top-lang-link-txt {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.footer-rethink__top-divider {
    display: none
}

@media(max-width:768.98px) {
    .footer-rethink__top-divider {
        display: block;
        width: 100%;
        height: 1px;
        margin-bottom: 40px;
        background-color: #4e4e4d;
        order: 2
    }
}

.footer-rethink__top-lang-wrapper {
    position: absolute;
    bottom: 50px;
    right: -72px;
    pointer-events: none
}

@media(max-width:768.98px) {
    .footer-rethink__top-lang-wrapper {
        bottom: 90px;
        right: 0
    }
}

.footer-rethink__top-lang-dropdown {
    opacity: 0;
    visibility: hidden;
    list-style: none;
    margin: 0;
    padding: 15px;
    background-color: #3c3c3b;
    border: 1px solid #f6f6f6;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    max-height: 150px;
    overflow-y: scroll
}

.footer-rethink__top-lang-dropdown--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.footer-rethink__top-lang-dropdown li a {
    display: flex;
    align-items: center;
    color: #c5c5c5
}

.footer-rethink__top-lang-dropdown li a:focus,
.footer-rethink__top-lang-dropdown li a:hover,
.footer-rethink__top-lang-dropdown li a:visited {
    text-decoration: none
}

.footer-rethink__top-lang-dropdown li:not(:last-child) {
    padding-bottom: 10px
}

.footer-rethink__top-lang-dropdown:after,
.footer-rethink__top-lang-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid
}

.footer-rethink__top-lang-dropdown:before {
    bottom: -32px;
    border-color: #fff transparent transparent;
    border-width: 16px
}

.footer-rethink__top-lang-dropdown:after {
    bottom: -30px;
    left: 15px;
    border-color: #3c3c3b transparent transparent;
    border-width: 16px
}

.footer-rethink__top-lang-dropdown-item span:first-child {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    margin-right: 8px;
    width: 40px;
    height: 22px;
    background-color: #706f6f;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

.font-loaded .footer-rethink__top-lang-dropdown-item span:first-child {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.footer-rethink__top-lang-dropdown-item span:last-child {
    font-size: 12px
}

.footer-rethink__top-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width:768.98px) {
    .footer-rethink__top-social {
        order: 4;
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer-rethink__top-social li:not(:last-child) {
    margin-right: 28px
}

.footer-rethink__top-social a {
    display: block
}

@media(max-width:768.98px) {
    .footer-rethink__top-logo {
        padding-bottom: 30px !important;
        order: 3
    }
}

.footer-rethink__logos {
    padding-bottom: 30px
}

.footer-rethink__logos img {
    height: 75px;
    width: auto
}

@media(max-width:1024.98px) {
    .footer-rethink__logos img {
        height: 60px
    }
}

@media(max-width:660.98px) {
    .footer-rethink__logos img {
        height: 45px
    }
}

@media(max-width:480px) {
    .footer-rethink__logos img {
        height: 60px
    }
}

.footer-rethink__logos-wrapper {
    display: flex;
    justify-content: space-between
}

@media(max-width:768.98px) {
    .footer-rethink__logos-wrapper {
        justify-content: center
    }
}

@media(max-width:480px) {
    .footer-rethink__logos-wrapper {
        flex-wrap: wrap
    }
}

.footer-rethink__logos-left {
    position: relative;
    display: block;
    width: 190px
}

@media(max-width:660.98px) {
    .footer-rethink__logos-left {
        width: 120px
    }
}

@media(max-width:480px) {
    .footer-rethink__logos-left {
        width: 152px;
        height: 60px;
        margin-bottom: 20px
    }
}

.footer-rethink__logos-left img {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .2s ease-in-out
}

.footer-rethink__logos-left img:first-child {
    opacity: 1
}

.footer-rethink__logos-left:hover img:first-child,
.footer-rethink__logos-left img:nth-child(2) {
    opacity: 0
}

.footer-rethink__logos-left:hover img:nth-child(2) {
    opacity: 1
}

.footer-rethink__logos-right img:not(:last-child) {
    margin-right: 30px
}

@media(max-width:660.98px) {
    .footer-rethink__logos-right img:not(:last-child) {
        margin-right: 15px
    }
}

.footer-rethink__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #575756
}

@media(max-width:768.98px) {
    .footer-rethink__bottom {
        flex-direction: column
    }
}

.footer-rethink__bottom-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 30px
}

@media(max-width:768.98px) {
    .footer-rethink__bottom-links {
        padding-bottom: 30px;
        text-align: center;
        margin-right: 0;
        justify-content: center
    }
}

.footer-rethink__bottom-links li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin: 4px 10px 4px 0;
    line-height: 14px
}

.footer-rethink__bottom-links li:not(:last-child) {
    border-right: 1px solid #d7d7d7
}

.footer-rethink__bottom-links li a {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 400
}

.font-loaded .footer-rethink__bottom-links li a {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.footer-rethink__bottom-links li a:hover {
    text-decoration: underline
}

.footer-rethink__bottom-copyright {
    color: #c5c5c5
}

.footer-rethink__bottom-copyright p {
    font-size: 12px
}

@media(max-width:660.98px) {
    .footer-rethink__bottom-copyright p {
        font-size: 10px
    }
}

.footer-rethink__links {
    width: 100%;
    background-color: #333;
    padding-top: 40px
}

.footer-rethink__links-wrapper {
    display: grid;
    margin: 0 -15px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr))
}

@media(max-width:991px) {
    .footer-rethink__links-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(33%, 1fr))
    }
}

@media(max-width:767px) {
    .footer-rethink__links-wrapper {
        grid-template-columns: 1fr
    }
}

.footer-rethink__links-col-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.63;
    margin-bottom: 8px;
    color: #fff;
    display: block
}

.font-loaded .footer-rethink__links-col-title {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.footer-rethink__links-col--global .footer-rethink__links-col-title {
    color: #c6c6c6
}

.footer-rethink__links-col {
    padding: 0 15px
}

.footer-rethink__links-col ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 50px
}

.footer-rethink__links-col li a {
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding-left: 15px;
    display: block;
    font-size: 16px;
    position: relative
}

.font-loaded .footer-rethink__links-col li a {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.footer-rethink__links-col li a:before {
    content: ">";
    position: absolute;
    left: 0
}

.footer-rethink__links-col--global li a {
    color: #c6c6c6;
    padding-left: 20px
}

.footer-rethink__links-col--global li a:before {
    content: "";
    background-image: url(../images/new_window_icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px
}

.footer-rethink__social {
    display: flex;
    justify-content: flex-start;
    margin: 0 -15px
}

.footer-rethink__social--rethink {
    margin: 30px -15px 0;
    width: calc(100% + 30px)
}

@media(max-width:767px) {
    .footer-rethink__social--rethink {
        margin: 0 -15px
    }
}

@media(max-width:767px) {
    .footer-rethink__social {
        flex-direction: column
    }
}

.footer-rethink__social>div {
    width: 25%;
    padding: 0 15px
}

@media(max-width:767px) {
    .footer-rethink__social>div {
        width: 50%
    }
}

@media(max-width:575px) {
    .footer-rethink__social>div {
        width: 100%
    }
}

.footer-rethink__social-title {
    color: #c6c6c6;
    display: block;
    margin-bottom: 10px
}

@supports(display:grid) {
    .widget-three-column {
        display: grid;
        margin-left: calc(var(--margin-gap)/ 2 * -1);
        margin-right: calc(var(--margin-gap)/ 2 * -1);
        grid-template-columns: calc(var(--margin-gap)/ 2)1fr calc(var(--margin-gap)/ 2)
    }

    @media(max-width:768.98px) {
        .widget-three-column {
            padding: 40px 0 30px;
            grid-template-columns: 1fr
        }
    }

    .widget-three-column--padding {
        padding: 60px 0
    }

    .widget-three-column__grid-template {
        padding: 0 60px;
        grid-column-start: 2;
        grid-column-end: 3
    }

    @media(max-width:768.98px) {
        .widget-three-column__grid-template {
            padding: 0 20px;
            grid-column-start: 1
        }
    }

    .widget-three-column__wrapper {
        column-gap: 30px
    }

    .widget-three-column__column {
        padding: 0
    }

    .widget-three-column__column--bottom-spacing {
        padding: 0 0 60px
    }
}

.InternetExplorer .widget-three-column--padding {
    padding: 60px
}

@media(max-width:480px) {
    .InternetExplorer .widget-three-column--padding {
        padding: 20px
    }
}

.InternetExplorer .widget-three-column__column {
    padding: 15px;
    width: 100%
}

.InternetExplorer .widget-three-column__column--bottom-spacing {
    padding: 15px 15px 60px
}

.widget-three-column--center,
.widget-three-column .heading-3 {
    text-align: center
}

@media(max-width:768.98px) {
    .widget-three-column--center .heading-3 {
        text-align: center
    }
}

.widget-three-column__wrapper {
    display: flex;
    flex-direction: row
}

@media(max-width:768.98px) {
    .widget-three-column__wrapper {
        flex-direction: column
    }
}

.widget-three-column__column {
    width: 100%;
    position: relative
}

.widget-three-column__column-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 100%
}

.widget-three-column__column-image--full {
    background-size: contain
}

.widget-three-column__column-image+* {
    margin-top: 20px
}

.widget-three-column__column-link-wrapper {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%
}

.widget-three-column__column-link-wrapper--left {
    text-align: left
}

.widget-three-column__column-link-wrapper--center {
    text-align: center
}

.widget-three-column__column-link-wrapper--right {
    text-align: right
}

.widget-three-column__column-link {
    font-weight: 600;
    font-size: 14px;
    background-color: #7eaeb6;
    padding: 11.5px 29px 11.5px 16px;
    border: 1px solid #7eaeb6;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out
}

@media(max-width:768px) {
    .widget-three-column__column-link {
        padding: 8px 29px 8px 16px
    }
}

.widget-three-column__column-link:after,
.widget-three-column__column-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px
}

.widget-three-column__column-link:after {
    transform: rotate(45deg)
}

.widget-three-column__column-link--blue {
    background-color: #0062c2;
    border-color: #0062c2
}

.widget-three-column__column-link--blue:hover {
    background-color: #fff;
    border-color: #0062c2;
    color: #0062c2
}

.widget-three-column__column-link--turquoise {
    background-color: #009eb7;
    border-color: #009eb7
}

.widget-three-column__column-link--turquoise:hover {
    background-color: #fff;
    border-color: #009eb7;
    color: #009eb7
}

.widget-three-column__column-link--yellow {
    background-color: #cea100;
    border-color: #cea100
}

.widget-three-column__column-link--yellow:hover {
    background-color: #fff;
    border-color: #cea100;
    color: #cea100
}

.widget-three-column__column-link--violet {
    background-color: #826fb0;
    border-color: #826fb0
}

.widget-three-column__column-link--violet:hover {
    background-color: #fff;
    border-color: #826fb0;
    color: #826fb0
}

.widget-three-column__column-link--magenta {
    background-color: #c0167b;
    border-color: #c0167b
}

.widget-three-column__column-link--magenta:hover {
    background-color: #fff;
    border-color: #c0167b;
    color: #c0167b
}

.widget-three-column__column-link--black {
    background-color: #000;
    border-color: #000
}

.widget-three-column__column-link--black:hover {
    background-color: #fff;
    border-color: #000;
    color: #000
}

.widget-three-column__column-link--white {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.widget-three-column__column-link--white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.widget-three-column__title--blue {
    color: #0062c2
}

.widget-three-column__title--turquoise {
    color: #009eb7
}

.widget-three-column__title--yellow {
    color: #cea100
}

.widget-three-column__title--violet {
    color: #826fb0
}

.widget-three-column__title--magenta {
    color: #c0167b
}

.widget-three-column__title--black {
    color: #000
}

.widget-three-column__title--white {
    color: #fff
}

.widget-three-column .heading-4,
.widget-three-column__column-text {
    margin: 20px 0
}

.widget-three-column__column-text .heading-4 {
    margin: 0 0 20px
}

.widget-three-column__column-text ul {
    padding-left: 20px
}

.widget-three-column__column-text ul li {
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center
}

.widget-three-column__column-text ul li:before {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    left: -20px;
    top: 10px;
    background-color: #000;
    border-radius: 50%
}

.widget-three-column__column-text-button {
    margin: 20px 0
}

.left-copy-right-form {
    display: flex
}

@media(max-width:1279px) {
    .left-copy-right-form {
        display: block
    }
}

.left-copy-right-form__copy {
    width: 50%;
    padding-right: 60px
}

@media(max-width:1279px) {
    .left-copy-right-form__copy {
        width: 100%;
        padding-right: 0
    }
}

.left-copy-right-form__copy img {
    margin-bottom: 20px
}

.left-copy-right-form__copy h3 {
    margin-bottom: 20px;
    margin-top: 0
}

.left-copy-right-form__form {
    width: 50%;
    padding: 60px
}

@media(max-width:1279px) {
    .left-copy-right-form__form {
        width: 100%;
        margin-top: 30px
    }
}

@media(max-width:480px) {
    .left-copy-right-form__form {
        padding: 20px
    }
}

.left-copy-right-form__form .kentico-form-intro {
    text-align: left
}

@media(max-width:1279px) {
    .left-copy-right-form__form .kentico-form-intro {
        text-align: center
    }
}

@media(max-width:480px) {
    .left-copy-right-form__form .kentico-form-intro {
        margin-bottom: 20px
    }
}

.left-copy-right-form__form .kentico-form {
    padding-top: 0
}

.left-copy-right-form__form .container {
    padding: 0 !important
}

.left-copy-right-form__form form {
    margin-bottom: 0
}

.swiper-header,
.swiper-header__container {
    position: relative
}

.swiper-header__txt {
    padding-top: 110px;
    padding-bottom: 60px;
    width: 100%;
    z-index: 1
}

@media(max-width:768.98px) {
    .swiper-header__txt {
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

.swiper-header__txt .swiper-header__title,
.swiper-header__txt h1 {
    margin-bottom: 0;
    max-width: 750px
}

.swiper-header__txt .heading-2-black,
.swiper-header__txt .heading-2-blue,
.swiper-header__txt .heading-2-magenta,
.swiper-header__txt .heading-2-turquoise,
.swiper-header__txt .heading-2-violet,
.swiper-header__txt .heading-2-white,
.swiper-header__txt .heading-2-yellow {
    max-width: 750px;
    margin-top: 15px
}

.swiper-header__txt .large-button {
    margin-top: 20px
}

@media(max-width:768.98px) {
    .swiper-header__txt .large-button {
        margin-top: 0;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%)
    }

    .swiper-header__txt .large-button--second {
        bottom: 170px
    }
}

.swiper-header__title {
    display: block
}

.swiper-header .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1
}

.swiper-header .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #0062c2;
    opacity: 1
}

.swiper-header .swiper-pagination-bullet:not(:last-child) {
    margin-right: 13px
}

.swiper-header .swiper-pagination-bullet-active {
    background: #c0167b
}

.swiper-header .swiper-button-next,
.swiper-header .swiper-button-prev {
    width: 12px;
    height: 20px;
    background-size: 12px 20px
}

.swiper-header .swiper-button-prev {
    background-image: url(../images/arrow-left-blue.svg);
    left: 30px
}

@media(max-width:1400px) {
    .swiper-header .swiper-button-prev {
        left: 10px
    }
}

.swiper-header .swiper-button-next {
    background-image: url(../images/arrow-right-blue.svg);
    right: 30px
}

@media(max-width:1400px) {
    .swiper-header .swiper-button-next {
        right: 10px
    }
}

.swiper-header .bg-image--video+.bg-image[img-src] {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    z-index: -1
}

.swiper-header__pause,
.swiper-header__play {
    display: none;
    position: absolute;
    transform: translate(-50%, 50%);
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
    bottom: 35px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 8px;
    cursor: pointer
}

.swiper-header__play {
    background-image: url(../images/play.png)
}

.swiper-header__pause {
    background-image: url(../images/pause.png)
}

.rethink-menu {
    display: none;
    z-index: 30;
    top: 80px;
    height: calc(100% - 80px);
    overflow-y: auto;
    overflow-x: hidden
}

.rethink-menu,
.rethink-menu:after {
    position: fixed;
    left: 0;
    width: 100%;
    pointer-events: none
}

.rethink-menu:after {
    content: "";
    opacity: 0;
    height: 100vh;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity .5s ease-in-out
}

.rethink-menu--open {
    pointer-events: all
}

.rethink-menu--open:after {
    opacity: 1
}

.rethink-menu__wrapper {
    display: flex;
    width: 100%
}

@media(max-width:768.98px) {
    .rethink-menu__wrapper {
        height: 100%
    }
}

.rethink-menu__wrapper:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #e5e3df;
    z-index: 1;
    transform: translateX(-100%);
    transition: .5s ease-in-out;
    pointer-events: none
}

.header-rethink--right .rethink-menu__wrapper:after {
    left: 100%;
    transform: translateX(0)
}

.header-rethink--right .rethink-menu--content-open .rethink-menu__wrapper:after {
    left: 0;
    transform: translateX(0)
}

.rethink-menu--content-open .rethink-menu__wrapper:after {
    transform: translateX(0)
}

@media(max-width:768.98px) {
    .rethink-menu__wrapper:after {
        display: none
    }
}

.header-rethink--right .rethink-menu__wrapper {
    flex-direction: row-reverse
}

@media(max-width:768.98px) {
    .rethink-menu {
        overflow: hidden
    }

    @supports(-webkit-touch-callout:none) {
        .rethink-menu {
            padding-bottom: 80px
        }
    }
}

.rethink-menu__content-top,
.rethink-menu__sidebar-top {
    display: flex;
    margin-bottom: 22px;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-top {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 20px;
        margin-top: 13px;
        width: calc(100vw - 40px)
    }
}

.rethink-menu__content-top {
    display: none;
    padding: 5px 20px;
    margin-bottom: 8px;
    margin-top: 8px
}

@media(max-width:768.98px) {
    .rethink-menu__content-top {
        display: flex;
        position: absolute;
        top: 0;
        left: 0
    }
}

.rethink-menu__sidebar-top-title {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem
}

.rethink-menu__content-top-back {
    display: none;
    align-items: center;
    position: relative;
    padding-left: 20px;
    color: #0062c2;
    font-size: 18px;
    opacity: 1;
    transition: opacity .5s ease-in-out
}

@media(max-width:768.98px) {
    .rethink-menu__content-top-back {
        display: flex
    }
}

.rethink-menu__content-top-back:before {
    content: "";
    transform: rotate(-45deg);
    border: 4px solid #0062c2;
    left: 0;
    top: 6px;
    border-right: none;
    border-bottom: none;
    position: absolute;
    width: 15px;
    height: 15px
}

.rethink-menu__sidebar--hidden .rethink-menu__content-top-back {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    pointer-events: all
}

.rethink-menu__content-top-close {
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.rethink-menu__content-top-close:after,
.rethink-menu__content-top-close:before {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 11px;
    background-color: #0062c2
}

.rethink-menu__content-top-close:after {
    transform: rotate(-45deg)
}

.rethink-menu__sidebar-top-close {
    position: absolute;
    left: 305px;
    top: 23px;
    transform: translateX(-100%);
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
    transition: all .5s ease-out
}

.header-rethink--left .rethink-menu__sidebar--hidden .rethink-menu__sidebar-top-close {
    left: 100vw;
    transform: translateX(-50px)
}

@media(max-width:768.98px) {
    .header-rethink--left .rethink-menu__sidebar--hidden .rethink-menu__sidebar-top-close {
        transform: translateX(0);
        left: auto
    }
}

.header-rethink--right .rethink-menu__sidebar-top-close {
    left: 285px;
    transform: translateX(0);
    transition: transform .5s ease-in-out
}

@media(max-width:768.98px) {
    .header-rethink--right .rethink-menu__sidebar-top-close {
        right: 0;
        left: auto
    }
}

.header-rethink--right .rethink-menu__sidebar--hidden .rethink-menu__sidebar-top-close {
    transform: translateX(100vw);
    left: -50px;
    transition: transform .5s ease-in-out
}

@media(max-width:768.98px) {

    .header-rethink--right .rethink-menu__sidebar--hidden .rethink-menu__sidebar-top-close,
    .rethink-menu__sidebar-top-close {
        right: 0;
        left: auto;
        transform: translateX(0)
    }

    .rethink-menu__sidebar-top-close {
        top: 0;
        transition: transform .5s ease-in-out
    }
}

.rethink-menu__sidebar-top-close:after,
.rethink-menu__sidebar-top-close:before {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 11px;
    background-color: #0062c2
}

.rethink-menu__sidebar-top-close:after {
    transform: rotate(-45deg)
}

.rethink-menu__sidebar {
    background-color: #e5e3df;
    padding: 26px 30px;
    width: 336px;
    z-index: 10;
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
    min-height: calc(100vh - 80px)
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar {
        width: 100%;
        padding: 0;
        padding-top: 53px
    }
}

@media(max-width:600px) {
    .rethink-menu__sidebar {
        height: 100%
    }
}

.rethink-menu--open .rethink-menu__sidebar {
    transform: translateX(0);
    transition: transform .5s ease-in-out
}

@media(max-width:768.98px) {
    .rethink-menu--open .rethink-menu__sidebar--hidden {
        transform: translateX(-100%);
        transition: transform .5s ease-in-out
    }
}

.header-rethink--right .rethink-menu__sidebar {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out
}

.header-rethink--right .rethink-menu--open .rethink-menu__sidebar {
    transform: translateX(0);
    transition: all .5s ease-in-out
}

.header-rethink--right .rethink-menu--open .rethink-menu__sidebar--hidden {
    right: 100%;
    transform: translateX(100%);
    transition: all .5s ease-in-out
}

@media(max-width:768.98px) {
    .header-rethink--right .rethink-menu--open .rethink-menu__sidebar--hidden {
        transform: translateX(0)
    }
}

.rethink-menu__content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    padding-left: 336px;
    background-color: #e5e3df;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
    min-height: calc(100vh - 80px)
}

@media(max-width:600px) {
    .rethink-menu__content {
        height: 100%
    }
}

.header-rethink--right .rethink-menu__content {
    transform: translateX(0);
    left: 100%
}

.header-rethink--right .rethink-menu--open .rethink-menu__content--open,
.rethink-menu--open .rethink-menu__content--open {
    transform: translateX(0)
}

.header-rethink--right .rethink-menu--open .rethink-menu__content--open {
    left: 0
}

@media(max-width:768.98px) {
    .rethink-menu__content {
        position: absolute;
        width: 100%;
        padding-left: 0;
        left: 100%;
        transform: translateX(0);
        padding-top: 53px
    }

    .rethink-menu--open .rethink-menu__content--open {
        transform: translateX(0);
        left: 0
    }
}

.rethink-menu__content--closing {
    transform: translateX(-100%) !important
}

.rethink-menu__content--closing-right {
    transform: translateX(100%) !important
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-content-wrapper {
        max-height: calc(100vh - 133px);
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media(max-width:600px) {
    .rethink-menu__sidebar-content-wrapper {
        max-height: 100%
    }
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-wrapper {
        max-height: calc(100vh - 133px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 20px 13px
    }
}

@media(max-width:600px) {
    .rethink-menu__sidebar-list-wrapper {
        max-height: 100%
    }
}

.rethink-menu__sidebar-list {
    padding-left: 0;
    list-style-type: none;
    font-weight: 700
}

.font-loaded .rethink-menu__sidebar-list {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.rethink-menu__sidebar-list li {
    color: #000;
    transition: color .15s ease-in-out
}

.rethink-menu__sidebar-list li a,
.rethink-menu__sidebar-list li span {
    transition: background-color .15s ease-in-out;
    height: 40px;
    padding: 0 35px 0 19px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 1px;
    color: #000;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer
}

.rethink-menu__sidebar-list li a:before,
.rethink-menu__sidebar-list li span:before {
    content: "";
    position: absolute;
    right: 21px;
    border-top: 2px solid #3c3c3b;
    border-right: 2px solid #3c3c3b;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%
}

.rethink-menu__sidebar-list li a.rethink-menu__sidebar-list-ext-link:before,
.rethink-menu__sidebar-list li span.rethink-menu__sidebar-list-ext-link:before {
    right: 18px;
    background: url(../images/external-link.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border-top: none;
    border-right: none;
    transform: translateY(-50%)
}

.rethink-menu__sidebar-list li a:hover,
.rethink-menu__sidebar-list li span:hover {
    text-decoration: none
}

.rethink-menu__sidebar-list li.active {
    color: #fff;
    transition: color .35s ease-in-out
}

.rethink-menu__sidebar-list li.active a {
    background-color: #c0167b;
    color: #fff;
    transition: background-color .35s ease-in-out
}

.rethink-menu__sidebar-list li.active a:before {
    border-color: #fff
}

.rethink-menu__sidebar-list li.active a.rethink-menu__sidebar-list-ext-link:before {
    background: url(../images/external-link-white.svg)
}

.rethink-menu__sidebar-list--blue {
    font-weight: 500
}

.rethink-menu__sidebar-list--blue li {
    color: #fff
}

.rethink-menu__sidebar-list--blue li a,
.rethink-menu__sidebar-list--blue li span {
    background-color: #0062c2 !important;
    color: #fff !important
}

.rethink-menu__sidebar-list--blue li a:before,
.rethink-menu__sidebar-list--blue li span:before {
    border-color: #fff !important
}

.rethink-menu__sidebar-list--blue li a.rethink-menu__sidebar-list-ext-link:before,
.rethink-menu__sidebar-list--blue li span.rethink-menu__sidebar-list-ext-link:before {
    background: url(../images/external-link-white.svg) !important
}

.rethink-menu__sidebar-list-content-header {
    height: 150px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: 50%;
    padding: 7px 40px
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-content-header {
        padding: 7px 20px
    }
}

.rethink-menu__sidebar-list-content-header-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.font-loaded .rethink-menu__sidebar-list-content-header-title {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-content-header-title {
        font-size: 25px
    }
}

.rethink-menu__sidebar-list-content-body,
.rethink-menu__sidebar-list-content-footer {
    padding: 25px 40px
}

@media(max-width:768.98px) {

    .rethink-menu__sidebar-list-content-body,
    .rethink-menu__sidebar-list-content-footer {
        padding: 15px 20px
    }
}

.rethink-menu__sidebar-list-content-footer {
    display: flex;
    flex-wrap: wrap
}

.rethink-menu__sidebar-list-content-footer--column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 400px;
    max-width: 100%
}

.rethink-menu__sidebar-list-content-footer-block {
    margin-right: 25px;
    max-width: 230px
}

.rethink-menu__sidebar-list-content-body-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 12px;
    display: block
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-content-body-title {
        font-size: 17px;
        font-weight: 700
    }

    .font-loaded .rethink-menu__sidebar-list-content-body-title {
        font-family: OpenSans-Bold, sans-serif;
        font-weight: 400
    }
}

.rethink-menu__sidebar-list-content-body-description {
    font-size: 16px;
    margin-bottom: 44px
}

.rethink-menu__sidebar-list-content-body-links {
    padding: 0;
    margin-bottom: -12px
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-content-body-links {
        margin-bottom: 0
    }
}

.rethink-menu__sidebar-list-content-body-links li {
    display: inline-flex;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 12px
}

@media(max-width:480px) {
    .rethink-menu__sidebar-list-content-body-links li {
        display: block;
        margin-right: 0;
        margin-bottom: 1px
    }
}

.rethink-menu__sidebar-list-content-body-links li a {
    background-color: #c0167b;
    border-color: #c0167b
}

.rethink-menu__sidebar-list-content-body-links li a:hover {
    color: #c0167b !important
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-content-body-links li a {
        display: block
    }

    .rethink-menu__sidebar-list-content-body-links li a:after,
    .rethink-menu__sidebar-list-content-body-links li a:before {
        right: 20px
    }
}

.rethink-menu__sidebar-list-content {
    display: block;
    background-color: #fff;
    margin-top: 75px;
    margin-bottom: 20px;
    width: calc(100vw - 366px)
}

.header-rethink--right .rethink-menu__sidebar-list-content {
    left: 30px
}

@media(max-width:768.98px) {
    .rethink-menu__sidebar-list-content {
        width: 100%;
        max-height: 100%;
        left: 0;
        margin-top: 0
    }

    @supports(-webkit-touch-callout:none) {
        .rethink-menu__sidebar-list-content {
            padding-bottom: 80px
        }
    }
}

.rethink-menu__sidebar-list-content-footer-block-title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.2;
    display: block
}

.font-loaded .rethink-menu__sidebar-list-content-footer-block-title {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.rethink-menu__sidebar-list-content-footer-block-links {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px
}

.rethink-menu__sidebar-list-content-footer-block-links li {
    color: #0062c2;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px
}

.rethink-menu__sidebar-list-content-footer-block-links li a {
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    height: auto
}

.font-loaded .rethink-menu__sidebar-list-content-footer-block-links li a {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.rethink-menu__sidebar-list-content-footer-block-links li a:before {
    display: none
}

.rethink-menu__sidebar-list-content-footer-block-links li a.rethink-menu__sidebar-list-content-footer-block-ext-link {
    position: relative
}

.rethink-menu__sidebar-list-content-footer-block-links li a.rethink-menu__sidebar-list-content-footer-block-ext-link:after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
    background: url(../images/external-link.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.rethink-menu__sidebar-list-content--open {
    opacity: 1;
    transition: opacity .5s ease-in-out .5s
}

.rethink-menu__sidebar-social-media {
    display: flex;
    align-items: center;
    padding-left: 19px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media(max-width:600px) {
    .rethink-menu__sidebar-social-media {
        margin-top: 20px;
        margin-bottom: 15px
    }
}

.rethink-menu__sidebar-social-media p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #0062c2;
    font-weight: 700;
    line-height: 21px;
    margin-right: 6px
}

.font-loaded .rethink-menu__sidebar-social-media p {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.rethink-menu__sidebar-social-media ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.rethink-menu__sidebar-language {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    border-top: 1px solid #c8c4bc
}

@media(min-width:601px) {
    .rethink-menu__sidebar-language {
        display: none
    }
}

.rethink-menu__globe {
    width: 22px;
    height: 22px;
    margin: 0 11px
}

.rethink-menu__globe img {
    width: 22px;
    height: 22px;
    display: block
}

.rethink-menu__country,
.rethink-menu__language {
    margin: 0 11px;
    position: relative;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center
}

@media(max-width:480px) {

    .rethink-menu__country,
    .rethink-menu__language {
        margin-right: 15px
    }
}

@media(max-width:360px) {

    .rethink-menu__country,
    .rethink-menu__language {
        margin-right: 10px
    }
}

.rethink-menu__country.active,
.rethink-menu__language.active {
    position: relative
}

.rethink-menu__country.active:after,
.rethink-menu__language.active:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    transform: translateY(-100%)
}

.rethink-menu__country img {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer
}

.rethink-menu__language-selected {
    font-size: 13px;
    color: #0062c2;
    font-weight: 700;
    cursor: pointer;
    padding: 1px;
    border: 1px solid #0062c2;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0;
    text-align: center;
    line-height: 18px
}

.font-loaded .rethink-menu__language-selected {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.rethink-menu__country-dropdown,
.rethink-menu__language-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #fff;
    border: 1px solid #d3d9dd;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px 0
}

.rethink-menu__country-dropdown::-webkit-scrollbar,
.rethink-menu__language-dropdown::-webkit-scrollbar {
    width: 4px
}

.rethink-menu__country-dropdown::-webkit-scrollbar-track,
.rethink-menu__language-dropdown::-webkit-scrollbar-track {
    background-color: #e5e5e5
}

.rethink-menu__country-dropdown::-webkit-scrollbar-thumb,
.rethink-menu__language-dropdown::-webkit-scrollbar-thumb {
    background-color: #9c958b
}

.rethink-menu__language-dropdown {
    top: -15px
}

.rethink-menu__country-dropdown-list,
.rethink-menu__language-dropdown-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.rethink-menu__country-dropdown-list li,
.rethink-menu__language-dropdown-list li {
    padding: 5px 15px
}

.rethink-menu__country-dropdown-list li a,
.rethink-menu__language-dropdown-list li a {
    color: #0062c2;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 280px;
    text-overflow: ellipsis
}

.rethink-menu__country-dropdown-list li a span:first-child,
.rethink-menu__language-dropdown-list li a span:first-child {
    display: inline-block;
    font-weight: 600;
    color: #0062c2;
    margin-right: 12px;
    width: 40px;
    height: 22px;
    background-color: #f2f3f5;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

.font-loaded .rethink-menu__country-dropdown-list li a span:first-child,
.font-loaded .rethink-menu__language-dropdown-list li a span:first-child {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.rethink-menu__country-dropdown-list li a span:last-child,
.rethink-menu__language-dropdown-list li a span:last-child {
    font-size: 12px;
    text-transform: none
}

.font-loaded .rethink-menu__country-dropdown-list li a span:last-child,
.font-loaded .rethink-menu__language-dropdown-list li a span:last-child {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.rethink-menu__country-dropdown-list li a span:last-child small,
.rethink-menu__language-dropdown-list li a span:last-child small {
    font-size: 100%
}

.rethink-menu__country-dropdown-list li a:hover,
.rethink-menu__language-dropdown-list li a:hover {
    color: #0062c2;
    text-decoration: none
}

.rethink-menu__country-dropdown-list li a:hover span:last-child,
.rethink-menu__language-dropdown-list li a:hover span:last-child {
    text-decoration: underline
}

.rethink-menu__language-dropdown-list li a {
    font-weight: 700
}

.font-loaded .rethink-menu__language-dropdown-list li a {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.nav-rethink {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1020
}

.nav-rethink__overlay {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1018;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s
}

.nav-rethink__overlay--show {
    opacity: .5;
    visibility: visible
}

.nav-rethink__wrapper {
    padding: 0 40px;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    height: 80px;
    position: relative;
    z-index: 1020
}

@media(max-width:768.98px) {
    .nav-rethink__wrapper {
        padding: 0 20px
    }
}

.nav-rethink__contact {
    background: transparent;
    box-shadow: none;
    border: 0;
    display: inline-block;
    cursor: pointer;
    height: 24px;
    padding: 0;
    margin-right: 23px;
    width: 24px;
    min-width: 24px;
    z-index: 2;
    background: url(../images/icon-contact.svg) 50% no-repeat
}

@media(max-width:480px) {
    .nav-rethink__contact {
        margin-right: 21px
    }
}

.nav-rethink__contact.js-nav-contact-open {
    background: url(../images/icon-close.svg) 50% no-repeat
}

.nav-rethink__left {
    display: flex;
    align-items: center;
    height: 100%
}

@media(max-width:991px) {
    .nav-rethink__left {
        flex: 1
    }
}

@media(max-width:600px) {
    .header-rethink--left .nav-rethink__left {
        flex: 100%;
        display: flex;
        justify-content: center
    }
}

@media(max-width:600px) {
    .header-rethink--left .nav-rethink--basic .nav-rethink__left {
        justify-content: flex-start
    }
}

.nav-rethink__primary-logo {
    margin-left: 6px
}

.nav-rethink--basic .nav-rethink__primary-logo {
    margin-left: -15px
}

@media(max-width:660.98px) {
    .nav-rethink__primary-logo {
        margin-left: 0
    }
}

.nav-rethink__primary-logo img {
    width: 238px;
    min-width: 238px
}

@media(max-width:660.98px) {
    .nav-rethink__primary-logo img {
        min-width: auto;
        width: 186px
    }

    .nav-rethink--basic .nav-rethink__primary-logo img {
        width: 238px;
        min-width: 238px
    }
}

.nav-rethink__secondary-logo {
    width: 65px;
    min-width: 65px;
    height: 80px;
    background-color: #0062c2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.nav-rethink__secondary-logo a {
    line-height: 1;
    display: flex;
    flex-direction: column
}

.nav-rethink__secondary-logo span {
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 4px 0;
    position: relative
}

.nav-rethink__secondary-logo span:after {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: 1px;
    background-color: hsla(0, 0%, 100%, .35);
    left: 4px;
    top: 100%
}

.nav-rethink__secondary-logo-wrapper {
    padding: 4px;
    width: 100%;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-rethink__secondary-logo-wrapper img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%
}

.nav-rethink__right {
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: flex-end
}

@media(max-width:600px) {
    .nav-rethink__right {
        width: auto;
        display: inline-flex;
        margin: 0 0 0 auto
    }
}

.nav-rethink__links {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    height: 100%;
    margin-bottom: 0;
    margin-right: 24px
}

@media(max-width:1360px) {
    .nav-rethink__links {
        margin-right: 11px
    }
}

@media(max-width:991px) {
    .nav-rethink__links {
        display: none
    }
}

.nav-rethink__links li {
    padding: 0 22px
}

@media(max-width:1360px) {
    .nav-rethink__links li {
        padding: 0 11px
    }
}

.nav-rethink__links li a {
    font-weight: 700;
    color: #0062c2;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block
}

.font-loaded .nav-rethink__links li a {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:1360px) {
    .nav-rethink__links li a {
        font-size: 14px
    }
}

.nav-rethink__links li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0062c2;
    transition: all .2s ease
}

.nav-rethink__links li a:hover {
    text-decoration: none
}

.nav-rethink__links li a:hover:after {
    width: 100%;
    left: 0
}

.nav-rethink__icons,
.nav-rethink__links-icons {
    display: flex;
    align-items: center;
    height: 100%
}

.font-loaded .nav-rethink__icons {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.nav-rethink__icons-wrapper {
    display: flex;
    align-items: center;
    height: 100%
}

.nav-rethink__icons-wrapper>* {
    margin-right: 22px
}

.nav-rethink__icons-wrapper>:last-child {
    margin-right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 22px;
    border-left: 1px solid #d7d7d7
}

.nav-rethink--basic .nav-rethink__icons-wrapper>:last-child {
    border: none;
    padding-left: 0
}

@media(max-width:600px) {
    .nav-rethink__icons-wrapper>:last-child {
        padding-left: 20px
    }
}

.nav-rethink__icons>a {
    margin-right: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.font-loaded .nav-rethink__icons>a {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .nav-rethink__icons>a {
        display: none
    }
}

.nav-rethink__hamburger {
    position: relative;
    height: 100%;
    display: flex;
    margin-left: 30px;
    padding-left: 22px;
    align-items: center;
    border-left: 1px solid #d7d7d7;
    min-width: 46px
}

@media(max-width:600px) {
    .nav-rethink__hamburger {
        min-width: 44px
    }
}

@media(max-width:768.98px) {
    .nav-rethink__hamburger {
        padding-left: 0;
        margin-left: 15px;
        padding-left: 15px
    }
}

@media(max-width:768.98px) {
    .header-rethink--right .nav-rethink__hamburger {
        margin-left: 22px;
        padding-left: 22px
    }
}

@media(max-width:600px) {
    .header-rethink--right .nav-rethink__hamburger {
        margin-left: 20px;
        padding-left: 20px
    }
}

.header-rethink--left .nav-rethink__hamburger {
    order: -1;
    padding-left: 0;
    margin-left: 0;
    padding-right: 22px;
    border-right: 1px solid #d7d7d7;
    border-left: none
}

@media(max-width:600px) {
    .header-rethink--left .nav-rethink__hamburger {
        padding-right: 20px
    }
}

.nav-rethink__hamburger--open span:first-child {
    top: 6px;
    transform: rotate(135deg) translate(6px, -6px)
}

.nav-rethink__hamburger--open span:nth-child(2) {
    opacity: 0;
    left: -10px
}

.nav-rethink__hamburger--open span:nth-child(3) {
    top: 6px;
    transform: rotate(-135deg) translate(4px, 4px)
}

.nav-rethink__hamburger-wrapper {
    position: relative
}

.nav-rethink__hamburger-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    height: 17px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.nav-rethink__hamburger-icon:active,
.nav-rethink__hamburger-icon:focus,
.nav-rethink__hamburger-icon:hover {
    outline: none
}

.nav-rethink__hamburger-icon span {
    background: #0062c2;
    display: block;
    height: 3px;
    width: 23px;
    opacity: 1;
    left: 0;
    transform-origin: center 30%;
    transform: rotate(0deg) translate(0);
    transition: .25s ease-in-out
}

.nav-rethink__language-switcher {
    cursor: pointer;
    margin-left: 5px;
    display: flex;
    align-items: center
}

.nav-rethink__language-switcher span {
    color: #3385d6;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    outline: 0
}

.font-loaded .nav-rethink__language-switcher span {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

@media(max-width:768.98px) {
    .nav-rethink__language-switcher span {
        font-size: 11px
    }
}

@media(max-width:660.98px) {
    .nav-rethink__language-switcher {
        margin-left: 0
    }

    .nav-rethink__language-switcher span {
        font-size: 10px
    }
}

.nav-rethink__language-switcher-badge {
    border: 2px solid #3385d6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    margin-right: 5px
}

.nav-rethink__language-switcher-badge span {
    color: #3385d6;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    outline: 0
}

.font-loaded .nav-rethink__language-switcher-badge span {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 400
}

.nav-rethink__subtitle {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000
}

.font-loaded .nav-rethink__subtitle {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.nav-rethink__menu-footer {
    display: flex;
    justify-content: space-between
}

@media(max-width:1024.98px) {
    .nav-rethink__menu-footer {
        flex-direction: column
    }
}

@media(max-width:660.98px) {
    .nav-rethink__menu-footer {
        order: 4
    }
}

.nav-rethink__menu-footer-links {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0
}

.nav-rethink__menu-footer-links li {
    margin-right: 20px
}

.nav-rethink__menu-footer-links li:last-child {
    margin-right: 0
}

@media(max-width:1024.98px) {
    .nav-rethink__menu-footer-links {
        border-bottom: 1px solid #e1e1e1;
        justify-content: flex-start;
        padding-bottom: 10px
    }
}

@media(max-width:660.98px) {
    .nav-rethink__menu-footer-links {
        display: block
    }

    .nav-rethink__menu-footer-links li {
        display: inline-block;
        margin-right: 0;
        width: 49%;
        margin-bottom: 10px
    }
}

.nav-rethink__social-links {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0
}

.nav-rethink__social-links li {
    margin-right: 10px
}

.nav-rethink__social-links li:last-child {
    margin-right: 0
}

.nav-rethink__social-links li a img {
    width: 24px;
    height: 24px
}

@media(max-width:1024.98px) {
    .nav-rethink__social-links {
        margin-top: 10px
    }
}

.nav-rethink__country,
.nav-rethink__language {
    position: relative;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center
}

@media(max-width:600px) {

    .nav-rethink__country,
    .nav-rethink__language {
        display: none
    }

    .nav-rethink--basic .nav-rethink__country,
    .nav-rethink--basic .nav-rethink__language {
        display: flex
    }
}

@media(max-width:480px) {

    .nav-rethink__country,
    .nav-rethink__language {
        margin-right: 15px
    }
}

@media(max-width:360px) {

    .nav-rethink__country,
    .nav-rethink__language {
        margin-right: 10px
    }
}

.nav-rethink__country.active,
.nav-rethink__language.active {
    position: relative
}

.nav-rethink__country.active:after,
.nav-rethink__country.active:before,
.nav-rethink__language.active:after,
.nav-rethink__language.active:before {
    content: "";
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transform: translateY(-100%)
}

.nav-rethink__country.active:before,
.nav-rethink__language.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d3d9dd;
    top: 100%
}

.nav-rethink__language {
    margin-right: 22px
}

.nav-rethink__country img {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer
}

@media(max-width:600px) {
    .nav-rethink__country img {
        display: none
    }

    .nav-rethink--basic .nav-rethink__country img {
        display: block
    }
}

.nav-rethink__language-selected {
    font-size: 13px;
    color: #0062c2;
    cursor: pointer;
    padding: 1px;
    border: 1px solid #0062c2;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0;
    text-align: center;
    line-height: 18px
}

.nav-rethink__country-dropdown {
    display: none;
    position: fixed;
    top: 79px;
    right: 0;
    background-color: #fff;
    border: 1px solid #d3d9dd;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px 0
}

.nav-rethink__country-dropdown::-webkit-scrollbar {
    width: 4px
}

.nav-rethink__country-dropdown::-webkit-scrollbar-track {
    background-color: #e5e5e5
}

.nav-rethink__country-dropdown::-webkit-scrollbar-thumb {
    background-color: #9c958b
}

.nav-rethink__language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #d3d9dd;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px 0
}

.nav-rethink__language-dropdown::-webkit-scrollbar {
    width: 4px
}

.nav-rethink__language-dropdown::-webkit-scrollbar-track {
    background-color: #e5e5e5
}

.nav-rethink__language-dropdown::-webkit-scrollbar-thumb {
    background-color: #9c958b
}

.nav-rethink__country-dropdown-list,
.nav-rethink__language-dropdown-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.nav-rethink__country-dropdown-list li,
.nav-rethink__language-dropdown-list li {
    padding: 5px 15px
}

.nav-rethink__country-dropdown-list li a,
.nav-rethink__language-dropdown-list li a {
    color: #0062c2;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.nav-rethink__country-dropdown-list li a span:first-child,
.nav-rethink__language-dropdown-list li a span:first-child {
    display: inline-block;
    color: #0062c2;
    margin-right: 12px;
    width: 40px;
    height: 22px;
    background-color: #f2f3f5;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

.nav-rethink__country-dropdown-list li a span:last-child,
.nav-rethink__language-dropdown-list li a span:last-child {
    font-size: 12px;
    text-transform: none
}

.font-loaded .nav-rethink__country-dropdown-list li a span:last-child,
.font-loaded .nav-rethink__language-dropdown-list li a span:last-child {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.nav-rethink__country-dropdown-list li a span:last-child small,
.nav-rethink__language-dropdown-list li a span:last-child small {
    font-size: 100%
}

.nav-rethink__country-dropdown-list li a:hover,
.nav-rethink__language-dropdown-list li a:hover {
    color: #0062c2;
    text-decoration: none
}

.nav-rethink__country-dropdown-list li a:hover span:last-child,
.nav-rethink__language-dropdown-list li a:hover span:last-child {
    text-decoration: underline
}

.nav-rethink__language-dropdown-list li {
    padding: 5px 23px
}

.nav-rethink__language-dropdown-list li a {
    font-weight: 700
}

.font-loaded .nav-rethink__language-dropdown-list li a {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.nav-rethink__centered-logo {
    padding: 5px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:600px) {
    .nav-rethink__centered-logo {
        padding-right: 5px
    }
}

.nav-rethink__centered-logo img {
    max-height: 100%
}

@media(min-width:1100px) {
    .nav-rethink__centered-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.header-search:-ms-input-placeholder {
    visibility: hidden !important;
    color: #c5c5c5 !important;
    font-weight: 700 !important;
    font-size: 13px !important
}

.header-search--open:-ms-input-placeholder {
    visibility: visible !important
}

.calculator {
    margin: 40px 0
}

.calculator__wrapper {
    padding: 40px 200px;
    background-color: #e1e1e1
}

@media(max-width:1024.98px) {
    .calculator__wrapper {
        padding: 42px 50px
    }
}

@media(max-width:660.98px) {
    .calculator__wrapper {
        padding: 20px 15px 30px;
        width: calc(100% + 20px);
        margin-left: -10px
    }
}

.calculator .heading-4 {
    color: #0062c2;
    text-align: center
}

.calculator__input {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

@media(max-width:660.98px) {
    .calculator__input {
        flex-flow: column wrap
    }
}

.calculator__input-element {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    align-items: center
}

@media(max-width:660.98px) {
    .calculator__input-element {
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px
    }
}

.calculator__input-element:first-child {
    align-items: flex-start
}

@media(max-width:660.98px) {
    .calculator__input-element:first-child {
        align-items: center
    }
}

.calculator__input-element:last-child {
    align-items: flex-end
}

@media(max-width:660.98px) {
    .calculator__input-element:last-child {
        align-items: center
    }
}

.calculator__input-element-description {
    font-size: 14px
}

@media(max-width:660.98px) {
    .calculator__input-element-description {
        width: calc(100% - 100px)
    }
}

.calculator__input-element-value {
    border: 1px solid #999;
    background-color: #f7f7f7;
    width: 150px;
    height: 48px;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    display: flex;
    align-content: center
}

@media(max-width:660.98px) {
    .calculator__input-element-value {
        width: 100px;
        margin-top: 0;
        font-size: 14px
    }
}

.calculator__input-element-value input[type=number] {
    background-color: transparent;
    width: 50%;
    height: 100%;
    text-align: right;
    border: 0;
    -webkit-appearance: number !important
}

.calculator__input-element-value input[type=number]::-webkit-inner-spin-button,
.calculator__input-element-value input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none
}

.calculator__input-element-value span {
    width: 50%;
    color: #999;
    font-size: 14px;
    display: flex;
    align-items: center
}

.calculator__input-element-value--time input[type] {
    width: calc(50% - 10px);
    padding-right: 5px
}

.calculator__input-element-value--income input[type] {
    width: calc(50% + 20px);
    padding-right: 5px
}

.calculator__input-element-value--center input[type] {
    text-align: center;
    width: 100%
}

.calculator__output {
    display: flex;
    margin-top: 40px
}

@media(max-width:660.98px) {
    .calculator__output {
        flex-direction: column
    }
}

@media(max-width:660.98px) {
    .calculator__output-column-title {
        font-size: 14px
    }
}

.calculator__output-column-title--bold {
    font-weight: 700
}

.font-loaded .calculator__output-column-title--bold {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.calculator__output-column {
    background-color: #fff;
    height: 160px;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width:660.98px) {
    .calculator__output-column {
        padding: 20px;
        height: 138px;
        font-size: 14px
    }
}

.calculator__output-column:first-child {
    position: relative;
    border-right: 1px solid #e1e1e1
}

@media(max-width:660.98px) {
    .calculator__output-column:first-child {
        border-right: 0 solid #e1e1e1
    }

    .calculator__output-column:first-child:before {
        content: "";
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
        bottom: 0;
        width: calc(100% - 40px);
        height: 1px;
        background-color: #e1e1e1
    }
}

.calculator__output-column:last-child span {
    font-size: 24px
}

.calculator__output-column-value {
    font-weight: 700;
    margin-top: 20px;
    line-height: 1;
    display: flex;
    align-items: center
}

.font-loaded .calculator__output-column-value {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.calculator__output-column-value span {
    color: #0062c2;
    margin-left: 10px
}

@media(max-width:660.98px) {
    .calculator__output-column-value {
        font-size: 14px
    }
}

.calculator__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

@media(max-width:660.98px) {
    .calculator__contact {
        flex-flow: column wrap;
        align-items: center
    }
}

.calculator__contact-text {
    font-size: 24px;
    margin-right: 20px;
    color: #0062c2
}

.calculator__footnote p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #666
}

.calculator .large-button {
    font-weight: 600;
    font-size: 14px;
    background-color: #0062c2;
    padding: 11.5px 29px 11.5px 16px;
    border: 1px solid #0062c2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color .25s ease-in-out, color .25s ease-in-out
}

.font-loaded .calculator .large-button {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

@media(max-width:660.98px) {
    .calculator .large-button {
        padding: 8px 29px 8px 16px;
        margin-top: 15px;
        height: 54px;
        width: 215px
    }
}

.calculator .large-button:after,
.calculator .large-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px
}

.calculator .large-button:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

.calculator .large-button:hover {
    color: #0062c2;
    background-color: #fff;
    text-decoration: none
}

.home-select {
    padding: 30px 0 25px;
    border-bottom: 1px solid #c6c6c6
}

.home-select .heading-3-black {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700
}

.font-loaded .home-select .heading-3-black {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.home-select__top {
    display: flex;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
    padding: 0 80px 25px
}

@media(max-width:1279px) {
    .home-select__top {
        padding: 0 0 25px
    }
}

@media(max-width:768.98px) {
    .home-select__top {
        flex-direction: column
    }
}

.home-select__top-item {
    display: flex;
    align-items: center
}

.home-select__top-item .large-button {
    margin-left: 20px;
    color: #0062c2;
    background-color: #faf9f9;
    border-color: #0062c2
}

@media(max-width:768.98px) {
    .home-select__top-item .large-button {
        width: 100%;
        text-align: center;
        margin-left: 0
    }
}

.home-select__top-item .large-button:hover {
    background-color: #0062c2;
    color: #fff !important;
    border-color: #0062c2 !important
}

.home-select__top-item:first-of-type {
    margin-right: 35px
}

@media(max-width:768.98px) {
    .home-select__top-item:first-of-type {
        margin-right: 0
    }
}

.home-select__top-item:first-of-type,
.home-select__top-item:nth-of-type(2) {
    width: 50%
}

@media(max-width:991px) {
    .home-select__top-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end
    }
}

@media(max-width:768.98px) {
    .home-select__top-item {
        flex-direction: column
    }

    .home-select__top-item:first-of-type,
    .home-select__top-item:last-of-type,
    .home-select__top-item:nth-of-type(2) {
        width: 100%
    }

    .home-select__top-item:not(:last-of-type) {
        margin-bottom: 20px
    }
}

.home-select__top-item-text {
    margin: 0;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 16px !important;
    line-height: 2
}

@media(max-width:768.98px) {
    .home-select__top-item-text {
        text-align: center;
        width: 100%
    }
}

@media(max-width:575px) {
    .home-select__top-item-text {
        margin-bottom: 8px
    }
}

.home-select__top-item-dropdown-wrapper {
    position: relative;
    width: 100%;
    pointer-events: none
}

.home-select__top-item-dropdown-wrapper:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 19px;
    transform: rotate(45deg);
    border: solid;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0
}

.foreground-blue .home-select__top-item-dropdown-wrapper:before {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise .home-select__top-item-dropdown-wrapper:before {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow .home-select__top-item-dropdown-wrapper:before {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet .home-select__top-item-dropdown-wrapper:before {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta .home-select__top-item-dropdown-wrapper:before {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black .home-select__top-item-dropdown-wrapper:before {
    border-color: #000;
    border-style: solid
}

.home-select__top-item-dropdown {
    display: block;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 48px !important;
    border-radius: 0;
    padding-left: 14px;
    padding-right: 46px;
    border: 1px solid #c6c6c6;
    background-color: #faf9f9;
    cursor: pointer;
    pointer-events: all;
    text-overflow: ellipsis
}

.font-loaded .home-select__top-item-dropdown {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.home-select__top-item-dropdown:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.home-select__top-item-dropdown::-ms-expand {
    display: none
}

.home-select__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px
}

.home-select__bottom .large-button {
    margin: 5px 10px
}

@media(max-width:768.98px) {
    .home-select__bottom .large-button {
        text-align: center
    }
}

.accordion {
    padding: 60px;
    cursor: pointer
}

@media(max-width:480px) {
    .accordion {
        padding: 20px;
        margin-bottom: 45px
    }
}

.accordion--thin {
    padding: 10px
}

.accordion__title {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.accordion__title h3 {
    margin: 0
}

.foreground-blue .accordion__title h3 {
    color: #0062c2
}

.foreground-turquoise .accordion__title h3 {
    color: #009eb7
}

.foreground-yellow .accordion__title h3 {
    color: #cea100
}

.foreground-violet .accordion__title h3 {
    color: #826fb0
}

.foreground-magenta .accordion__title h3 {
    color: #c0167b
}

.foreground-black .accordion__title h3 {
    color: #000
}

.foreground-white .accordion__title h3 {
    color: #fff
}

.accordion__title svg {
    min-width: 32px;
    height: 32px;
    padding: 10px;
    cursor: pointer;
    margin-left: 40px;
    user-select: none;
    transition: transform .4s;
    border-radius: 50%
}

.foreground-blue .accordion__title svg {
    background-color: #0062c2
}

.foreground-turquoise .accordion__title svg {
    background-color: #009eb7
}

.foreground-yellow .accordion__title svg {
    background-color: #cea100
}

.foreground-violet .accordion__title svg {
    background-color: #826fb0
}

.foreground-magenta .accordion__title svg {
    background-color: #c0167b
}

@media(max-width:480px) {
    .accordion__title svg {
        position: absolute;
        margin-left: 0;
        left: 50%;
        bottom: -15px;
        box-sizing: border-box;
        transform: translateX(-50%);
        border: none;
        border-style: none !important
    }

    .background-white .accordion__title svg {
        background-color: #fff
    }

    .background-light-grey .accordion__title svg {
        background-color: #f2f3f5
    }

    .background-light-blue .accordion__title svg {
        background-color: #d8ecf5
    }

    .background-light-green .accordion__title svg {
        background-color: #d6eae8
    }
}

.accordion--open .accordion__title svg {
    transform: rotate(-180deg)
}

@media(max-width:480px) {
    .accordion--open .accordion__title svg {
        transform: translateX(-50%) rotate(-180deg)
    }
}

.accordion__title svg path {
    fill: #fff
}

@media(max-width:480px) {
    .foreground-blue .accordion__title svg path {
        fill: #0062c2
    }

    .foreground-turquoise .accordion__title svg path {
        fill: #009eb7
    }

    .foreground-yellow .accordion__title svg path {
        fill: #cea100
    }

    .foreground-violet .accordion__title svg path {
        fill: #826fb0
    }

    .foreground-black .accordion__title svg path,
    .foreground-magenta .accordion__title svg path {
        fill: #c0167b
    }
}

.accordion__content {
    display: none
}

.accordion__content .generic-content {
    padding-top: 60px
}

@media(max-width:480px) {
    .accordion__content .generic-content {
        padding-top: 20px
    }
}

@media(max-width:768px) {
    .accordion__content .generic-content--no-img {
        padding-top: 0
    }
}

.accordion__content .generic-content__txt {
    padding-top: 0;
    align-items: flex-start
}

@media(max-width:768px) {
    .accordion__content .generic-content__txt {
        padding: 60px 0 0
    }
}

@media(max-width:480px) {
    .accordion__content .generic-content__txt {
        padding: 20px 0 0
    }
}

.accordion__content .generic-content__txt-wrapper {
    max-width: 100%
}

.accordion__content .generic-content--img-left .generic-content__txt {
    padding-right: 0
}

.accordion__content .generic-content--img-right .generic-content__txt {
    padding-left: 0
}

.accordion--rte .container {
    padding: 0 !important
}

.accordion-wrapper--thin .section--divider-cozy {
    margin-bottom: 10px
}

.accordion-wrapper--thin .accordion {
    padding: 10px
}

.accordion-wrapper--thin .generic-content {
    padding-top: 10px
}

@media(max-width:660.98px) {
    .hype {
        margin-bottom: 30px
    }
}

.webinar--geek iframe {
    height: 500px;
    border: none
}

.col-wrapper {
    display: flex;
    margin-left: -12.5px;
    margin-right: -12.5px;
    flex-wrap: wrap;
    width: calc(100% + 25px)
}

@media(max-width:768px) {
    .col-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }
}

@media(max-width:1024px) {
    .col-wrapper--full-tablet {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:768px) {
    .col-wrapper--full-small-tablet {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:1024px) {
    .col-wrapper--col-reverse-tablet {
        flex-direction: column-reverse
    }
}

.col-one-third {
    width: 33.333333%;
    padding: 0 12.5px;
    position: relative;
    margin-bottom: 32px
}

@media(max-width:768px) {
    .col-one-third {
        margin-bottom: 22px;
        padding: 0 10px
    }
}

.col-two-third {
    width: 66.666667%;
    padding: 0 12.5px;
    position: relative;
    margin-bottom: 32px
}

@media(max-width:768px) {
    .col-two-third {
        margin-bottom: 22px;
        padding: 0 10px
    }
}

.col-half {
    width: 50%
}

@media(max-width:1024px) {
    .col-half-tablet {
        width: 50%
    }
}

@media(max-width:768px) {
    .col-half-tablet {
        padding: 0 10px
    }
}

@media(max-width:1024px) {
    .col-full-tablet {
        width: 100%;
        padding: 0
    }
}

@media(max-width:1024px) {
    .col-full-padding-tablet {
        width: 100%
    }
}

@media(max-width:768px) {
    .col-full-small-tablet {
        width: 100%;
        padding: 0
    }

    .col-full-small-tablet:not(:last-child) {
        margin-bottom: 22px
    }
}

@media(max-width:600px) {
    .col-full-mobile {
        width: 100%
    }
}

@media(max-width:600px) {
    .col-screen-mobile {
        width: calc(100% + 12px);
        margin-left: -6px;
        margin-right: -6px;
        padding: 0
    }
}

@media(max-width:320px) {
    .col-screen-mobile {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.text-overlay {
    width: 590px;
    max-width: 100%;
    padding: 18px 24px 18px 34px;
    position: absolute;
    left: 0;
    bottom: 28px
}

@media(max-width:600px) {
    .text-overlay {
        bottom: 0;
        width: 100%;
        max-width: 100%;
        padding: 12px 16px
    }
}

.text-overlay--white-transparent {
    background-color: hsla(0, 0%, 100%, .9)
}

.text-overlay--black-transparent {
    background-color: rgba(0, 0, 0, .8)
}

.text-overlay--blue-transparent {
    background-color: rgba(0, 98, 194, .85)
}

.text-overlay--centered {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:1024px) {
    .text-overlay--centered {
        top: auto;
        bottom: 28px;
        transform: none;
        padding-left: 60px;
        padding-right: 30px
    }
}

@media(max-width:600px) {
    .text-overlay--centered {
        bottom: 0;
        padding: 12px 16px
    }
}

@media(max-width:600px) {
    .text-overlay--only-for-small-tablet {
        position: relative;
        padding: 0;
        max-width: 100%;
        left: auto;
        bottom: auto;
        background-color: transparent
    }
}

@media(min-width:769px) {
    .text-overlay--only-for-small-tablet {
        position: relative;
        padding: 0;
        max-width: 100%;
        left: auto;
        bottom: auto;
        background-color: transparent
    }
}

@media(max-width:600px) {
    .text-overlay--only-for-tablet {
        position: relative;
        padding: 0;
        max-width: 100%;
        left: auto;
        bottom: auto;
        background-color: transparent
    }
}

@media(min-width:1025px) {
    .text-overlay--only-for-tablet {
        position: relative;
        padding: 0;
        max-width: 100%;
        left: auto;
        bottom: auto;
        background-color: transparent
    }
}

.font-loaded .text-overlay h1 {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

.title-tag {
    font-family: OpenSansCondensed-Bold, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    padding: 4px 8px;
    background-color: #e5e3df
}

.title-tag--with-border {
    border: 1px solid
}

.date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
    flex: 100%
}

.date span {
    font-weight: 700;
    position: relative;
    padding-left: 18px;
    color: #a39890;
    font-size: 13px;
    line-height: 14px
}

.date span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/ico_content_date_grey.svg)
}

.text-overlay--black-transparent .date span:after,
.text-overlay--blue-transparent .date span:after {
    background-image: url(../images/ico_content_date_white.svg)
}

@media(min-width:769px) {
    .text-overlay--only-for-small-tablet .date span:after {
        background-image: url(../images/ico_content_date_grey.svg)
    }
}

@media(max-width:600px) {
    .text-overlay--only-for-small-tablet .date span:after {
        background-image: url(../images/ico_content_date_grey.svg)
    }
}

.date--left {
    justify-content: flex-start;
    flex: 0 0 auto;
    height: auto
}

.date--left span {
    font-size: 15px;
    line-height: 16px;
    padding-left: 22px
}

@media(max-width:600px) {
    .date--left span {
        font-size: 13px;
        padding-left: 18px
    }
}

.date--left span:after {
    width: 16px;
    height: 16px
}

@media(max-width:600px) {
    .date--left span:after {
        width: 14px;
        height: 14px
    }
}

.category-tag {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    color: #a39890;
    flex: 100%
}

.font-loaded .category-tag {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

.list-widget {
    font-size: 17px;
    line-height: 1.71;
    margin-bottom: 50px;
    padding: 31px
}

.list-widget p {
    margin-bottom: 17px
}

.list-widget p:last-child {
    margin-bottom: 0
}

@media(min-width:1025px) {
    .list-widget {
        width: calc(100% + 62px);
        margin-left: -31px;
        margin-right: -31px
    }
}

@media(max-width:768px) {
    .list-widget {
        font-size: 15px;
        line-height: 1.53;
        margin-bottom: 42px
    }

    .list-widget p {
        margin-bottom: 15px
    }

    .list-widget p:last-child {
        margin-bottom: 0
    }
}

@media(max-width:600px) {
    .list-widget {
        margin-bottom: 32px;
        padding: 20px
    }
}

.list-widget--black-border {
    border: 1px solid #000
}

.list-widget--grey-bg {
    background-color: #e5e3df
}

.list-widget--ipp-turquoise {
    background-color: #009eb7;
    color: #fff
}

.list-widget--ipp-magenta {
    background-color: #c0167b;
    color: #fff
}

.list-widget--ipp-yellow {
    background-color: #cea100;
    color: #fff
}

.list-widget--ipp-purple {
    background-color: #826fb0;
    color: #fff
}

.list-widget--ipp-blue {
    background-color: #0062c2;
    color: #fff
}

.list-widget--ipp-pewter-blue {
    background-color: #87adb5;
    color: #fff
}

.list-widget--ipp-light-blue {
    background-color: #a6d7f6;
    color: #fff
}

.list-widget--ipp-light-gold {
    background-color: #d6c590;
    color: #fff
}

.list-widget--ipp-lavender {
    background-color: #bdb5da;
    color: #fff
}

.list-widget--ipp-light-green {
    background-color: #d6e7e3;
    color: #fff
}

.list-widget ol {
    counter-reset: li-counter
}

.list-widget ol>li {
    counter-increment: li-counter;
    position: relative;
    padding-left: 61px
}

@media(max-width:600px) {
    .list-widget ol>li {
        padding-left: 40px
    }
}

.list-widget ol>li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: counter(li-counter);
    font-weight: 700;
    font-size: 21px;
    width: 36px;
    height: 36px;
    border: 3px solid #000;
    border-radius: 50%
}

@media(max-width:600px) {
    .list-widget ol>li:before {
        width: 25px;
        height: 25px;
        font-size: 13px
    }
}

.list-widget ul>li {
    position: relative;
    padding-left: 61px
}

@media(max-width:600px) {
    .list-widget ul>li {
        padding-left: 40px
    }
}

.list-widget ul>li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    background-image: url(/App_Themes/Emakina/../images/ico_bullet_arrow-circle-right.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 21px;
    width: 36px;
    height: 36px
}

@media(max-width:600px) {
    .list-widget ul>li:before {
        width: 25px;
        height: 25px
    }
}

.list-widget ol,
.list-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-widget ol>li,
.list-widget ul>li {
    margin-bottom: 26px;
    padding-top: 3.5px;
    padding-bottom: 3.5px
}

@media(max-width:600px) {

    .list-widget ol>li,
    .list-widget ul>li {
        margin-bottom: 0
    }
}

.list-widget ol>li:last-child,
.list-widget ul>li:last-child {
    margin-bottom: 0
}

.list-widget ol li li,
.list-widget ul li li {
    margin-bottom: 12px
}

.list-widget ol ol,
.list-widget ol ul,
.list-widget ul ol,
.list-widget ul ul {
    margin-top: 12px
}

.list-widget ol ul>li,
.list-widget ul ul>li {
    padding-left: 28px
}

.list-widget ol ul>li:before,
.list-widget ul ul>li:before {
    top: 10px;
    background-image: url(../images/ico_bullet_list_arrow.svg);
    width: 14px;
    height: 15px
}

@media(max-width:768px) {

    .list-widget ol ul>li:before,
    .list-widget ul ul>li:before {
        top: 7px
    }
}

.list-widget ol ol>li,
.list-widget ul ol>li {
    padding-left: 28px
}

.list-widget ol ol>li:before,
.list-widget ul ol>li:before {
    content: counter(li-counter) ".";
    font-size: 17px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    top: 3.5px
}

@media(max-width:768px) {

    .list-widget ol ol>li:before,
    .list-widget ul ol>li:before {
        font-size: 15px
    }
}

@media(min-width:601px) {
    .list-widget .swiper-wrapper {
        height: auto !important;
        display: block !important;
        transform: translate(0) !important
    }
}

@media(min-width:601px) {
    .list-widget .swiper-container {
        cursor: inherit !important
    }
}

.list-widget .swiper-button-next,
.list-widget .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 38px;
    height: 38px;
    background-size: contain;
    margin: 0 7px
}

.list-widget .swiper-button-next:focus,
.list-widget .swiper-button-prev:focus {
    outline: none
}

.list-widget .swiper-button-prev {
    background-image: url(../images/ico_control_arrow-circle-left.svg)
}

.list-widget .swiper-button-next {
    background-image: url(../images/ico_control_arrow-circle-right.svg)
}

.list-widget a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: 700
}

.who-is-talking {
    background-color: #e5e3df;
    padding-top: 31px;
    padding-bottom: 31px
}

@media(min-width:1025px) {
    .who-is-talking {
        width: calc(100% + 62px);
        margin-left: -31px;
        margin-right: -31px
    }
}

@media(min-width:769px) {
    .who-is-talking {
        padding: 31px
    }
}

.who-is-talking__container {
    position: relative
}

@media(min-width:601px) {
    .who-is-talking__container {
        min-height: 200px
    }
}

@media(min-width:1025px) {
    .who-is-talking__container {
        min-height: 224px
    }
}

.who-is-talking__content-wrapper {
    display: flex
}

@media(max-width:600px) {
    .who-is-talking__content-wrapper {
        flex-direction: column-reverse;
        align-items: center
    }
}

.who-is-talking__text-wrapper {
    padding-right: 30px
}

@media(max-width:600px) {
    .who-is-talking__text-wrapper {
        padding-right: 0;
        padding-top: 18px
    }
}

@media(min-width:601px) {
    .who-is-talking__text-wrapper {
        width: calc(100% - 200px)
    }
}

@media(min-width:1025px) {
    .who-is-talking__text-wrapper {
        width: calc(100% - 224px)
    }
}

.who-is-talking__label {
    margin-bottom: 25px
}

.who-is-talking__portrait {
    width: 154px;
    height: 154px;
    background-image: url(/App_Themes/Emakina/../images/big-image-sample.jpg);
    background-size: cover;
    background-position: 50%;
    border-radius: 100%;
    flex-shrink: 0
}

@media(min-width:601px) {
    .who-is-talking__portrait {
        width: 200px;
        height: 200px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(min-width:1025px) {
    .who-is-talking__portrait {
        width: 224px;
        height: 224px
    }
}

.who-is-talking__title {
    font-size: 23px
}

.who-is-talking__text {
    font-size: 17px;
    line-height: 1.71
}

@media(max-width:768px) {
    .who-is-talking__text {
        font-size: 15px;
        line-height: 1.53
    }
}

.who-is-talking a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: 700
}

.product-teaser {
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: rgba(139, 165, 152, .6);
    padding: 32px 16px
}

@media(min-width:601px) {
    .product-teaser {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 42px;
        margin-bottom: 42px
    }
}

@media(min-width:769px) {
    .product-teaser {
        padding: 42px 34px;
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media(min-width:1025px) {
    .product-teaser {
        padding-left: 77px;
        padding-right: 77px
    }
}

@media(min-width:769px) {
    .product-teaser__container-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px
    }
}

@media(min-width:1025px) {
    .product-teaser__container-wrapper {
        max-width: 1280px
    }
}

.product-teaser__column-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media(min-width:1025px) {
    .product-teaser__column-wrapper {
        flex-direction: row
    }
}

@media(min-width:1025px) {
    .product-teaser__description-wrapper {
        padding-right: 50px
    }
}

@media(min-width:1025px) {

    .product-teaser__description-wrapper,
    .product-teaser__img {
        width: 50%
    }
}

@media(min-width:1025px) {
    .product-teaser__container-wrapper .product-teaser__link {
        display: none
    }
}

.product-teaser__description-wrapper .product-teaser__link {
    display: none
}

@media(min-width:1025px) {
    .product-teaser__description-wrapper .product-teaser__link {
        display: block
    }
}

.product-teaser__title {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 25px
}

@media(min-width:601px) {
    .product-teaser__title {
        font-size: 29px;
        line-height: 1.31;
        margin-bottom: 36px
    }
}

@media(min-width:769px) {
    .product-teaser__title {
        font-size: 32px;
        line-height: 1.19
    }
}

.product-teaser__description {
    display: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.53;
    margin-bottom: 50px
}

@media(min-width:601px) {
    .product-teaser__description {
        display: block
    }
}

@media(min-width:769px) {
    .product-teaser__description {
        font-size: 17px;
        line-height: 1.71
    }
}

@media(max-width:1024px) {
    .product-teaser__description {
        margin-bottom: 36px
    }
}

.product-teaser__img>img {
    width: 100%
}

.product-teaser__link {
    text-align: center
}

@media(min-width:1025px) {
    .product-teaser__link {
        display: none
    }
}

@media(max-width:1024px) {
    .product-teaser__link {
        margin-top: 42px
    }
}

@media(max-width:600px) {
    .product-teaser__link {
        margin-top: 35px
    }
}

.product-teaser__link>.btn--pink {
    border-color: #fff
}

@media(min-width:601px) {
    .product-teaser__link>.btn--pink {
        padding: 10.5px 28px
    }
}

.product-teaser__text-wrapper .product-teaser__link {
    display: none
}

@media(min-width:1025px) {
    .product-teaser__text-wrapper .product-teaser__link {
        display: block
    }
}

.bg-img {
    background-size: cover;
    background-position: 50%;
    position: relative;
    display: block
}

.bg-img--grow {
    height: 100%
}

.bg-img--lg {
    padding-top: 54%;
    min-height: 450px
}

@media(max-width:600px) {
    .bg-img--lg {
        padding-top: 87.5%;
        min-height: 0
    }
}

.bg-img--md {
    padding-top: 49.88%
}

.bg-img--sm {
    padding-top: 56.098%
}

@media(max-width:1199px) {
    .bg-img--responsive-lg {
        height: 407px;
        min-height: 407px
    }
}

@media(max-width:600px) {
    .bg-img--lg-mobile {
        padding-top: 87.5%;
        min-height: 0
    }
}

@media(max-width:1024px) {
    .container--full-tablet {
        padding: 0 !important;
        max-width: 100% !important
    }
}

@media(max-width:1024px) {
    .container-tablet {
        padding: 0 40px !important
    }
}

@media(max-width:768px) {
    .container-tablet {
        padding: 0 20px !important
    }
}

.container-small-tablet {
    width: 100%;
    margin: 0 auto
}

@media(max-width:768px) {
    .container-small-tablet {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.items-start {
    align-items: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

@media(max-width:600px) {
    .justify-between-mobile {
        justify-content: space-between
    }
}

@media(max-width:600px) {
    .block-mobile {
        display: block
    }
}

@media(max-width:1024px) {
    .hidden-tablet {
        display: none !important
    }
}

@media(min-width:601px) {
    .hidden-tablet-desktop {
        display: none !important
    }
}

@media(max-width:768px) {
    .hidden-small-tablet {
        display: none !important
    }
}

@media(max-width:600px) {
    .hidden-mobile {
        display: none !important
    }
}

.hidden {
    display: none
}

@media(max-width:600px) {
    .js-top-articles {
        background-color: hsla(40, 10%, 89%, .5);
        padding: 16px 0
    }
}

.js-top-articles .swiper-button-next,
.js-top-articles .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 38px;
    height: 38px;
    background-size: contain;
    margin: 0 7px
}

.js-top-articles .swiper-button-next:focus,
.js-top-articles .swiper-button-prev:focus {
    outline: none
}

.js-top-articles .swiper-button-prev {
    background-image: url(../images/ico_control_arrow-circle-left-blue.svg)
}

.js-top-articles .swiper-button-next {
    background-image: url(../images/ico_control_arrow-circle-right-blue.svg)
}

.js-top-articles .swiper-container-initialized .swiper-wrapper {
    flex-wrap: nowrap !important
}

.list-widget {
    line-height: 1.5;
    font-size: 16px
}

@media(max-width:1024px) {
    .list-widget {
        font-size: 14px
    }
}

@media(min-width:1025px) {
    .list-widget {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.list-widget--grey-bg {
    background-color: #f2f3f5
}

.list-widget .swiper-button-prev {
    background-image: url(../images/ico_control_arrow-circle-left-blue.svg)
}

.list-widget .swiper-button-next {
    background-image: url(../images/ico_control_arrow-circle-right-blue.svg)
}

.list-widget p {
    line-height: 1.5
}

.list-widget ol ul>li:before,
.list-widget ul ul>li:before {
    top: 9px
}

@media(max-width:1024px) {

    .list-widget ol ul>li:before,
    .list-widget ul ul>li:before {
        top: 7px
    }
}

.list-widget ol ol>li:before,
.list-widget ul ol>li:before {
    font-size: 16px
}

@media(max-width:1024px) {

    .list-widget ol ol>li:before,
    .list-widget ul ol>li:before {
        font-size: 14px
    }
}

.who-is-talking {
    background-color: #f2f3f5
}

@media(min-width:1025px) {
    .who-is-talking {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.who-is-talking__label {
    background-color: transparent
}

.who-is-talking__text {
    font-size: 16px;
    line-height: 1.5
}

@media(max-width:1024px) {
    .who-is-talking__text {
        font-size: 14px
    }
}

.product-teaser {
    background-color: #f2f3f5;
    padding: 32px 0
}

@media(min-width:601px) {
    .product-teaser {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:769px) {
    .product-teaser {
        padding: 42px 0
    }
}

@media(min-width:1025px) {
    .product-teaser {
        padding-left: 0;
        padding-right: 0
    }
}

.product-teaser__container-wrapper {
    padding: 0 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:768px) {
    .product-teaser__container-wrapper {
        padding: 0 20px
    }
}

@media(min-width:661px) {
    .product-teaser__container-wrapper {
        max-width: 100%
    }
}

@media(min-width:769px) {
    .product-teaser__container-wrapper {
        max-width: 100%
    }
}

@media(min-width:1025px) {
    .product-teaser__container-wrapper {
        max-width: 965px
    }
}

@media(min-width:1280px) {
    .product-teaser__container-wrapper {
        max-width: 1400px
    }
}

.product-teaser__description {
    font-size: 16px
}

.product-teaser .btn {
    font-weight: 600;
    font-size: 14px;
    background-color: #0062c2;
    padding: 11.5px 29px 11.5px 16px;
    border: 1px solid #0062c2;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out
}

@media(max-width:768.98px) {
    .product-teaser .btn {
        padding: 8px 29px 8px 16px
    }
}

.product-teaser .btn:after,
.product-teaser .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px
}

.product-teaser .btn:after {
    transform: rotate(45deg)
}

.product-teaser .btn:hover {
    color: #0062c2;
    background-color: #fff;
    text-decoration: none
}

.relative {
    position: relative
}

.align-left {
    order: 0
}

.align-right {
    order: 1
}

.h-full {
    height: 100%
}

.min-h-full {
    min-height: 100%
}

.w-full {
    width: 100%
}

.text-sm {
    font-size: 15px;
    line-height: 1.34
}

.text-sm.ellipsis-2-line {
    display: -webkit-box;
    max-height: 42px;
    padding-bottom: 2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.uppercase {
    text-transform: uppercase
}

.spacing-top-2xs {
    margin-top: 6px
}

.spacing-top-xs {
    margin-top: 12px
}

.spacing-top-sm {
    margin-top: 16px
}

.spacing-top-md {
    margin-top: 32px
}

@media(max-width:600px) {
    .spacing-top-md {
        margin-top: 16px
    }
}

.spacing-bot-md {
    margin-bottom: 32px
}

@media(max-width:600px) {
    .spacing-bot-md {
        margin-bottom: 12px
    }
}

@media(max-width:600px) {
    .spacing-bot-lg-mobile {
        margin-bottom: 32px
    }
}

@media(max-width:1024px) {
    .spacing-top-sm-tablet {
        margin-top: 16px
    }
}

.spacing-bot-lg {
    margin-bottom: 64px
}

@media(max-width:1024px) {
    .spacing-bot-lg {
        margin-bottom: 48px
    }
}

@media(max-width:600px) {
    .spacing-bot-lg {
        margin-bottom: 32px
    }
}

@media(max-width:1024px) {
    .no-spacing-top-tablet {
        margin-top: 0
    }
}

@media(min-width:601px) and (max-width:768px) {
    .no-spacing-top-small-tablet {
        margin-top: 0
    }
}

@media(max-width:600px) {
    .no-spacing-top-mobile {
        margin-top: 0
    }
}

.col-wrapper p {
    margin: 0
}

.col-wrapper h1 {
    font-weight: 800;
    font-size: 45px;
    line-height: 1.04;
    margin-bottom: 12px;
    margin-top: 0
}

.font-loaded .col-wrapper h1 {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

.col-wrapper h1.uppercase {
    line-height: .87
}

@media(max-width:1024px) {
    .col-wrapper h1 {
        font-size: 40px;
        line-height: 1.18
    }

    .col-wrapper h1.uppercase {
        line-height: .85
    }
}

@media(max-width:600px) {
    .col-wrapper h1 {
        font-size: 25px;
        line-height: 1.12
    }

    .col-wrapper h1.uppercase {
        line-height: .88
    }
}

.col-wrapper h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 20px;
    margin-top: 0
}

.font-loaded .col-wrapper h2 {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

.col-wrapper h2.uppercase {
    line-height: .94
}

.col-wrapper h4 {
    font-weight: 800;
    font-size: 23px;
    line-height: 1.09;
    margin-bottom: 6px;
    margin-top: 0
}

.font-loaded .col-wrapper h4 {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

@media(max-width:768px) {
    .col-wrapper h4 {
        font-size: 21px;
        line-height: 1.1;
        font-size: 19px;
        line-height: 1.11
    }
}

.col-wrapper h4.ellipsis-2-line {
    display: -webkit-box;
    max-height: 53px;
    padding-bottom: 3px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:768px) {
    .col-wrapper h4.ellipsis-2-line {
        max-height: 44px
    }
}

@media(max-width:600px) {
    .col-wrapper h4.ellipsis-2-line {
        max-height: 44px
    }
}

.col-wrapper .spacing-top-2xs {
    margin-top: 6px
}

.col-wrapper .spacing-top-xs {
    margin-top: 12px
}

.col-wrapper .spacing-top-sm {
    margin-top: 16px
}

.col-wrapper .spacing-top-md {
    margin-top: 32px
}

@media(max-width:600px) {
    .col-wrapper .spacing-top-md {
        margin-top: 16px
    }
}

.col-wrapper .spacing-bot-md {
    margin-bottom: 32px
}

@media(max-width:600px) {
    .col-wrapper .spacing-bot-md {
        margin-bottom: 12px
    }
}

@media(max-width:600px) {
    .col-wrapper .spacing-bot-lg-mobile {
        margin-bottom: 32px
    }
}

@media(max-width:1024px) {
    .col-wrapper .spacing-top-sm-tablet {
        margin-top: 16px
    }
}

.col-wrapper .spacing-bot-lg {
    margin-bottom: 64px
}

@media(max-width:1024px) {
    .col-wrapper .spacing-bot-lg {
        margin-bottom: 48px
    }
}

@media(max-width:600px) {
    .col-wrapper .spacing-bot-lg {
        margin-bottom: 32px
    }
}

@media(max-width:1024px) {
    .col-wrapper .no-spacing-top-tablet {
        margin-top: 0
    }
}

@media(min-width:601px) and (max-width:768px) {
    .col-wrapper .no-spacing-top-small-tablet {
        margin-top: 0
    }
}

@media(max-width:600px) {
    .col-wrapper .no-spacing-top-mobile {
        margin-top: 0
    }
}

.col-wrapper a:hover {
    text-decoration: none
}

.col-wrapper .text-overlay--black-transparent {
    background-color: rgba(0, 98, 194, .85)
}

.col-wrapper .text-overlay--white-transparent .date span:after {
    background-image: url(../images/ico_content_date_dark-grey.svg)
}

@media(min-width:769px) {
    .col-wrapper .text-overlay--only-for-small-tablet {
        background-color: transparent
    }
}

@media(max-width:600px) {
    .col-wrapper .text-overlay--only-for-small-tablet {
        background-color: transparent
    }
}

@media(min-width:769px) {
    .col-wrapper .text-overlay--only-for-small-tablet .date span:after {
        background-image: url(../images/ico_content_date_dark-grey.svg)
    }
}

@media(max-width:600px) {
    .col-wrapper .text-overlay--only-for-small-tablet .date span:after {
        background-image: url(../images/ico_content_date_dark-grey.svg)
    }
}

.text-overlay--black-transparent a,
.text-overlay--black-transparent h1,
.text-overlay--black-transparent h2,
.text-overlay--black-transparent h3,
.text-overlay--black-transparent h4,
.text-overlay--black-transparent h5,
.text-overlay--black-transparent h6,
.text-overlay--black-transparent p,
.text-overlay--black-transparent span {
    color: #fff !important
}

.text-overlay--white-transparent a,
.text-overlay--white-transparent h1,
.text-overlay--white-transparent h2,
.text-overlay--white-transparent h3,
.text-overlay--white-transparent h4,
.text-overlay--white-transparent h5,
.text-overlay--white-transparent h6,
.text-overlay--white-transparent p,
.text-overlay--white-transparent span {
    color: #0062c2 !important
}

@media(min-width:769px) {

    .text-overlay--only-for-small-tablet a,
    .text-overlay--only-for-small-tablet h1,
    .text-overlay--only-for-small-tablet h2,
    .text-overlay--only-for-small-tablet h3,
    .text-overlay--only-for-small-tablet h4,
    .text-overlay--only-for-small-tablet h5,
    .text-overlay--only-for-small-tablet h6,
    .text-overlay--only-for-small-tablet p,
    .text-overlay--only-for-small-tablet span {
        color: #0062c2 !important
    }
}

@media(max-width:600px) {

    .text-overlay--only-for-small-tablet a,
    .text-overlay--only-for-small-tablet h1,
    .text-overlay--only-for-small-tablet h2,
    .text-overlay--only-for-small-tablet h3,
    .text-overlay--only-for-small-tablet h4,
    .text-overlay--only-for-small-tablet h5,
    .text-overlay--only-for-small-tablet h6,
    .text-overlay--only-for-small-tablet p,
    .text-overlay--only-for-small-tablet span {
        color: #0062c2 !important
    }
}

.text-overlay--white-transparent p {
    color: #000 !important
}

@media(min-width:769px) {
    .text-overlay--only-for-small-tablet p {
        color: #000 !important
    }
}

.text-overlay--black-transparent span {
    color: #e5e3df !important
}

.text-overlay--white-transparent span {
    color: #6e758f !important
}

@media(min-width:769px) {
    .text-overlay--only-for-small-tablet span {
        color: #6e758f !important
    }
}

@media(max-width:600px) {
    .text-overlay--only-for-small-tablet span {
        color: #6e758f !important
    }
}

.category-tag,
.date span {
    color: #6e758f
}

.date span:after {
    background-image: url(../images/ico_content_date_dark-grey.svg)
}

h4.spacing-top-sm.ellipsis-2-line {
    color: #0062c2 !important
}

.success-stories-overview {
    --filterGap: 30px
}

.success-stories-overview__wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.success-stories-overview__filter {
    border: 1px solid #e1e1e1;
    padding: 2px;
    margin-right: var(--filterGap)
}

@media(max-width:768.98px) {
    .success-stories-overview__filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media(min-width:769px) {
    .success-stories-overview__filter {
        display: block !important;
        opacity: 1 !important;
        width: 33.33333%
    }
}

@media(min-width:1025px) {
    .success-stories-overview__filter {
        width: 16.66667%
    }
}

.success-stories-overview__filter-header {
    background-color: #f2f3f5;
    min-height: 40px;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.font-loaded .success-stories-overview__filter-header {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.success-stories-overview__category {
    padding: 0 5px;
    margin-bottom: 20px
}

.success-stories-overview__category .checkbox {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    position: relative
}

.success-stories-overview__category .checkbox label {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.font-loaded .success-stories-overview__category .checkbox label {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

.success-stories-overview__category .checkbox label:before {
    background: url(../images/circle-checkbox-grey.svg) no-repeat 50%;
    background-size: cover
}

.success-stories-overview__category .checkbox label:after,
.success-stories-overview__category .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px
}

.success-stories-overview__category .checkbox label:hover:after {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%;
    z-index: 10
}

.success-stories-overview__category .checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    width: 16px;
    height: 16px
}

.success-stories-overview__category .checkbox input[type=checkbox]:disabled+label:hover {
    cursor: not-allowed
}

.success-stories-overview__category .checkbox input[type=checkbox]:disabled+label:hover:after {
    display: none
}

.success-stories-overview__category .checkbox input[type=checkbox]:checked+label:after {
    background: url(../images/circle-checkbox-blue.svg) no-repeat 50%
}

.success-stories-overview__category-title {
    position: inherit;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
    font-size: 14px
}

.success-stories-overview__category-title span {
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 3px;
    display: block
}

.font-loaded .success-stories-overview__category-title span {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.success-stories-overview__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width:768.98px) {
    .success-stories-overview__items-wrapper {
        display: flex;
        width: 100%
    }
}

@media(min-width:769px) {
    .success-stories-overview__items-wrapper {
        display: flex !important;
        opacity: 1 !important;
        width: calc(100%/12*8 - var(--filterGap))
    }
}

@media(min-width:1025px) {
    .success-stories-overview__items-wrapper {
        width: calc(100%/12*10 - var(--filterGap))
    }
}

.success-stories-overview__items-wrapper .overview-item {
    flex: 0 1 49%
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .success-stories-overview__items-wrapper .overview-item {
        max-width: 49%;
        flex: none
    }
}

@media(-ms-high-contrast:none) and (max-width:768.98px),
screen and (-ms-high-contrast:active) and (max-width:768.98px) {
    .success-stories-overview__items-wrapper .overview-item {
        max-width: 100%
    }
}

[data-sendsay-form-embedded] {
    max-width: 600px;
    margin: 0 auto
}

.font-loaded [data-sendsay-form-embedded] * {
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400
}

[data-sendsay-form-embedded] .sendsay-popup.sendsay-centered {
    top: auto;
    left: auto;
    transform: translate(0)
}

[data-sendsay-form-embedded] .sendsay-type-embedded {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-fieldd input[type=tel],
[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-field input[type=email],
[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-field input[type=text] {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 44px !important;
    padding-left: 12px !important;
    font-size: 16px;
    outline: none;
    z-index: 2;
    width: 100%;
    -webkit-appearance: none
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox {
    cursor: pointer;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox .sendsay-label {
    position: relative;
    padding: 0 0 0 30px
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox .sendsay-label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 13px;
    width: 7px;
    height: 13px;
    background-color: transparent;
    transform: translate(-50%, -43%) rotate(45deg);
    transition: border-color .25s ease-in-out .1s, transform .25s ease-in-out;
    border-color: #fff
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox .sendsay-label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 13px;
    transform: translate(-50%, -50%);
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out;
    border: 2px solid #4d4d4d
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    top: -3px;
    left: 3px;
    width: 20px;
    height: 20px;
    z-index: 20;
    pointer-events: all
}

.foreground-blue [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    background-color: #0062c2
}

.foreground-turquoise [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    background-color: #009eb7
}

.foreground-yellow [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    background-color: #cea100
}

.foreground-violet [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    background-color: #826fb0
}

.foreground-magenta [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    background-color: #c0167b
}

.foreground-blue [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:before {
    border-color: #000;
    border-style: solid
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-checkbox input[type=checkbox]:checked+label:after {
    border-width: 2px;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-color: #fff
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio {
    position: relative;
    margin-bottom: 10px
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio .sendsay-label {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio .sendsay-label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio .sendsay-label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.foreground-blue [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:before {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:before {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:before {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:before {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:before {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:before {
    border-color: #000;
    border-style: solid
}

.foreground-blue [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    border-color: #0062c2;
    border-style: solid
}

.foreground-turquoise [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    border-color: #009eb7;
    border-style: solid
}

.foreground-yellow [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    border-color: #cea100;
    border-style: solid
}

.foreground-violet [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    border-color: #826fb0;
    border-style: solid
}

.foreground-magenta [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    border-color: #c0167b;
    border-style: solid
}

.foreground-black [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    border-color: #000;
    border-style: solid
}

.foreground-blue [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    background-color: #0062c2
}

.foreground-turquoise [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    background-color: #009eb7
}

.foreground-yellow [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    background-color: #cea100
}

.foreground-violet [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    background-color: #826fb0
}

.foreground-magenta [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-radio input[type=radio]:checked+label:after {
    background-color: #c0167b
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button {
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    left: 50%;
    transform: translateX(-50%)
}

.font-loaded [data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button:after,
[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 0;
    height: 7px;
    border-right: 2px solid;
    margin-top: -2px;
    z-index: 10
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button:hover {
    color: #0062c2;
    background-color: #fff;
    text-decoration: none
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button:hover input[type=button] {
    color: #0062c2 !important;
    background-color: #fff !important;
    text-decoration: none
}

[data-sendsay-form-embedded] .sendsay-type-embedded .sendsay-button input[type=button] {
    width: auto !important;
    padding: 11.5px 29px 11.5px 16px;
    border-radius: 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (min-width:320px) and (max-width:600px) {
    [data-sendsay-form-embedded] .sendsay-popup {
        width: 100% !important
    }
}

.hbspt-form {
    padding-top: 30px;
    padding-bottom: 30px
}

.hs-form-iframe {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    max-width: 600px;
    margin: 0 auto
}

.hs-form-required {
    color: #000;
    margin-left: 2px
}

legend.hs-field-desc {
    display: none !important
}

.hs-button.primary {
    position: relative;
    display: inline-block;
    padding: 13px 14px 13px 16px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    background-image: none;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer
}

.font-loaded .hs-button.primary {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.hs-button.primary:hover {
    color: #0062c2 !important;
    background-color: transparent !important;
    border-color: #0062c2 !important;
    outline: 0;
    font-size: 14px !important;
    padding: 15px 14px 15px 16px !important;
    margin-bottom: 1px
}

div[data-form-block-id] {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 600px;
    margin: 0 auto
}

div[data-form-block-id] .columnContainer>div {
    margin-bottom: 15px !important
}

div[data-form-block-id] .lp-form-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

div[data-form-block-id] .lp-form-field .lp-ellipsis {
    width: 100% !important;
    display: block;
    margin-bottom: 5px;
    font-size: 12px
}

div[data-form-block-id] .lp-form-field .lp-form-fieldInput {
    width: 100% !important;
    display: block;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cbcaca;
    border-radius: 0
}

div[data-form-block-id] .lp-form-field .lp-form-fieldInput.required {
    border-color: #fa5056
}

div[data-form-block-id] .lp-form-field .lp-form-fieldInput:focus-visible {
    outline: none
}

div[data-form-block-id] .lp-form-field .lp-required {
    color: #000 !important;
    margin-left: 2px
}

div[data-form-block-id] .lp-form-field select.lp-form-fieldInput {
    height: 44px;
    padding-right: 55px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1IDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzAwNjJDMjt9LnN0MXtmaWxsOiNDQkNBQ0E7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNSwxOS4zIDE2LjIsMTggMjIuNSwyNC41IDI4LjgsMTggMzAsMTkuMyAyMi41LDI3ICIvPjxnPjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSIxIiBoZWlnaHQ9IjQ1Ii8+PC9nPjwvc3ZnPg==);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    appearance: none
}

div[data-form-block-id] .lp-form-field .lookup-behavior {
    filter: none
}

div[data-form-block-id] .lp-form-button {
    position: relative;
    display: inline-block;
    padding: 13px 14px 13px 16px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #0062c2;
    border: 1px solid #0062c2;
    background-image: none;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer
}

.font-loaded div[data-form-block-id] .lp-form-button {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

div[data-form-block-id] .lp-form-button:hover {
    color: #0062c2 !important;
    background-color: transparent !important;
    outline: 0
}

div[data-form-block-id] [data-editorblocktype=Text] span {
    font-size: .875rem !important
}

.subnavigation {
    background: hsla(0, 0%, 100%, .8);
    width: 100%;
    will-change: scroll-position;
    transition: all .3s linear;
    position: relative
}

.subnavigation.fixed {
    position: fixed !important;
    bottom: auto;
    box-shadow: 0 9px 8px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.subnavigation__list {
    display: flex;
    justify-content: center;
    list-style: none;
    text-transform: uppercase;
    flex-wrap: wrap;
    padding: 0;
    transition: all .2s ease-in;
    margin: 0
}

.subnavigation__list li {
    white-space: nowrap;
    padding-right: 56px;
    position: relative
}

@media screen and (max-width:767px) {
    .subnavigation__list li {
        text-align: center;
        padding-right: 0;
        width: 100%
    }
}

.subnavigation__list li.js-show-more span:after,
.subnavigation__list li .link-with-chevron:after {
    content: "";
    position: absolute;
    right: -14px;
    border-top: 2px solid #0062c2;
    border-right: 2px solid #0062c2;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%
}

.subnavigation__list a,
.subnavigation__list span {
    display: inline-block;
    padding: 16px 0;
    color: #0062c2;
    cursor: pointer;
    font-weight: 600;
    position: relative
}

.font-loaded .subnavigation__list a,
.font-loaded .subnavigation__list span {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.subnavigation__list a:hover,
.subnavigation__list span:hover {
    text-decoration: underline
}

@media screen and (max-width:767px) {
    .subnavigation__list {
        max-height: 0;
        overflow: hidden
    }

    .subnavigation__list.open {
        max-height: 1000px;
        overflow: visible
    }
}

.subnavigation__overflow {
    max-height: 0;
    list-style: none;
    padding: 0 24px;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 70;
    background: #fff;
    right: 0;
    top: 100%;
    transition: all .3s ease-in;
    will-change: auto;
    overflow: hidden
}

.subnavigation__overflow li {
    border-bottom: 1px solid #d7d7d7
}

.subnavigation__overflow li:last-child {
    border-bottom: none
}

.subnavigation__overflow:after {
    content: "";
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #d7d7d7 transparent transparent #d7d7d7;
    position: absolute;
    top: -8px;
    right: 100px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #fff
}

.subnavigation__overflow.open {
    max-height: 1000px;
    border-color: #d7d7d7;
    overflow: visible;
    box-shadow: 0 9px 8px 0 rgba(0, 0, 0, .1), 0 -9px 8px 0 rgba(0, 0, 0, .1)
}

.subnavigation__mobile-toggler {
    display: none;
    text-align: center;
    text-transform: uppercase;
    color: #0062c2;
    padding: 16px 0;
    font-weight: 600
}

.font-loaded .subnavigation__mobile-toggler {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .subnavigation__mobile-toggler {
        display: block
    }
}

.intro-header .subnavigation {
    z-index: 20;
    left: 0;
    width: 100%
}

.rich-text a:not(.large-button) {
    text-decoration: underline
}

.social-network__business-area {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.social-network__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.sticky-nav-right {
    position: fixed;
    top: 80px;
    right: 0;
    transform: translate(170px);
    z-index: 29
}

.sticky-nav-right__list-item {
    margin: 5px 0;
    padding: 15px;
    color: #fff;
    border-radius: 15px 0 0 15px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform .3s ease
}

.sticky-nav-right__list-item span {
    color: #fff;
    padding: 10px;
    line-height: 1
}

.sticky-nav-right__list-item--violet {
    background-color: #826fb0
}

.sticky-nav-right__list-item--blue {
    background-color: #0062c2
}

.sticky-nav-right__list-item--yellow {
    background-color: #cea100
}

.sticky-nav-right__list-item--magenta {
    background-color: #c0167b
}

.sticky-nav-right__list-item--turquoise {
    background-color: #009eb7
}

.sticky-nav-right__list-item--white {
    background-color: #fff
}

.sticky-nav-right__list-item--white span {
    color: #000
}

.sticky-nav-right__list-item--black {
    background-color: #000
}

.sticky-nav-right__list-item:hover {
    transform: translate(-170px);
    text-decoration: none
}

.widget-4-image-submenu {
    background-color: #06283f;
    padding-top: 80px;
    position: relative
}

.widget-4-image-submenu-title {
    text-align: center;
    color: #fff
}

.widget-4-image-submenu-titleLine {
    max-width: 50%;
    margin: 0 auto;
    height: 2px;
    background-color: hsla(0, 0%, 100%, .1);
    margin-bottom: 40px
}

.widget-4-image-submenu-uppercase {
    font-size: 68px;
    line-height: 60px;
    text-transform: uppercase
}

.font-loaded .widget-4-image-submenu-uppercase {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

.widget-4-image-submenu-gradient {
    background: -webkit-linear-gradient(#4089d1, #d0509c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0
}

@media(min-width:1025px) {
    .widget-4-image-submenu-gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }
}

.widget-4-image-submenu-gallery h3 {
    font-size: 23px
}

.widget-4-image-submenu-gallery h4 {
    font-size: 30px
}

.widget-4-image-submenu-gallery span {
    font-size: 14px
}

.widget-4-image-submenu-galleryItem {
    transition: all .3s ease;
    color: #fff;
    position: relative;
    margin-bottom: 105px
}

@media(min-width:1025px) {
    .widget-4-image-submenu-galleryItem {
        margin-bottom: 0
    }
}

.widget-4-image-submenu-galleryItem:hover {
    color: #c0167b
}

.widget-4-image-submenu-galleryTitle {
    padding: 20px
}

.font-loaded .widget-4-image-submenu-galleryTitle {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

.widget-4-image-submenu-galleryImages {
    position: relative;
    border: 1px solid #000;
    width: 100%;
    height: 400px;
    background: #fff
}

.widget-4-image-submenu-clipboard,
.widget-4-image-submenu-shadowboard {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-size: cover
}

.widget-4-image-submenu-shadowboard {
    transition: opacity .3s;
    opacity: .3
}

@media(min-width:1025px) {
    .widget-4-image-submenu-shadowboard {
        opacity: 1
    }
}

.widget-4-image-submenu-clipboard {
    clip-path: polygon(10% 25%, 90% 10%, 90% 90%, 10% 75%)
}

@media(min-width:1025px) {
    .widget-4-image-submenu-clipboard {
        clip-path: polygon(10% 22%, 90% 10%, 90% 90%, 10% 72%)
    }
}

.widget-4-image-submenu-anchorList {
    max-width: 50%;
    position: absolute;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(min-width:1025px) {
    .widget-4-image-submenu-anchorList {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
        left: auto;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.widget-4-image-submenu-anchorList ul {
    margin: 0;
    padding: 0
}

.widget-4-image-submenu-anchorList li {
    list-style: none;
    display: block
}

.widget-4-image-submenu-anchorList a {
    display: block;
    background-color: #c0167b;
    color: #fff;
    padding: 15px
}

.widget-4-image-submenu-galleryItem:hover .widget-4-image-submenu-shadowboard {
    opacity: .3
}

.widget-4-image-submenu-galleryItem:hover .widget-4-image-submenu-anchorList {
    opacity: 1;
    pointer-events: all;
    z-index: 10
}

.widget-slider-with-images {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px
}

@media(min-width:1025px) {
    .widget-slider-with-images {
        grid-template-columns: 35% 65%;
        align-items: start;
        row-gap: 0
    }
}

.widget-slider-with-images-column.-left {
    color: #fff;
    padding: 20px 20px 20px 4%;
    background-color: #0062c2
}

.widget-slider-with-images-column.-left .widget-slider-with-images-columnTitle {
    font-size: 45px;
    text-transform: uppercase
}

.font-loaded .widget-slider-with-images-column.-left .widget-slider-with-images-columnTitle {
    font-family: OpenSans-ExtraBold, sans-serif;
    font-weight: 400
}

@media(min-width:1025px) {
    .widget-slider-with-images-column.-left {
        padding: 50px 20px 20px 4%
    }
}

.widget-slider-with-images-column.-right {
    padding: 0 4%;
    width: 100%
}

@media(min-width:1025px) {
    .widget-slider-with-images-column.-right {
        margin-top: 78px
    }
}

.widget-slider-with-images-swiperControls {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.widget-slider-with-images-swiperNav {
    position: relative;
    display: flex;
    flex-direction: row
}

.widget-slider-with-images-swiperNav>.swiper-button {
    display: flex;
    border: 1px solid #fff;
    height: 0;
    padding: 17px;
    background: none;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0
}

.widget-slider-with-images-swiperNav>.swiper-button:first-child {
    border-right: none
}

.widget-slider-with-images-imageWrapper {
    position: relative;
    color: #fff
}

.widget-slider-with-images-imageWrapper:hover {
    color: #fff
}

.widget-slider-with-images-imageDescription {
    position: absolute
}

.font-loaded .widget-slider-with-images-imageDescription {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

@media(min-width:1025px) {
    .widget-slider-with-images-imageDescription {
        top: calc(50% + 72px);
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.widget-slider-with-images-iconPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.widget-slider-with-images-content {
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.widget-slider-with-images-contentText {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.widget-slider-with-images-swiperCounter {
    color: #706f6f;
    font-size: 68px;
    line-height: 50px
}

.font-loaded .widget-slider-with-images-swiperCounter {
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 400
}

@media(min-width:1025px) {
    .widget-slider-with-images-swiperCounter {
        position: relative;
        transform: translateY(calc(-50% - 20px)) translateX(-40px);
        font-size: 160px;
        line-height: 130px
    }
}

.widget-slider-with-images-subtitle {
    font-size: 24px;
    margin-bottom: 0
}

.font-loaded .widget-slider-with-images-subtitle {
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 400
}

.widget-slider-with-images .opacity-0 {
    opacity: 0 !important
}