.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translateZ(0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: grabbing !important;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34);
    display: none
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    box-shadow: none !important
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
    margin: 0 auto;
    flex-direction: column
}

.gslide-description {
    position: relative;
    flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.zoomed .gslide-description,
.glightbox-button-hidden {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px 50px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
    transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity
}

.glightbox-mobile .goverlay {
    background: #000
}

.gprev,
.gnext,
.gclose {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.gprev svg,
.gnext svg,
.gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
    opacity: .1
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    animation: gfadeIn .5s ease
}

.gfadeOut {
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    animation: gslideInRight .3s ease
}

.gzoomIn {
    animation: gzoomIn .5s ease
}

.gzoomOut {
    animation: gzoomOut .5s ease
}

@keyframes lightboxLoader {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

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

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px rgba(0, 0, 0, .65)
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
        background-color: rgba(0, 0, 0, .32)
    }

    .glightbox-clean .gprev:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gclose:hover {
        background-color: rgba(0, 0, 0, .7)
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        top: 45%
    }
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}


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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.overflow-y-hidden {
    overflow-y: hidden
}

@media only screen and (min-width: 1025px) {
    main#content {
        min-height: 55vh
    }
}

.uk-button-default:focus,
.uk-button-default:hover {
    color: #0079cd;
    border-color: #0079cd
}

@media only screen and (min-width: 641px) {
    .uk-margin-xlarge-top {
        margin-top: 90px !important
    }
}

@media only screen and (min-width: 961px) {
    .uk-margin-xlarge-top {
        margin-top: 120px !important
    }
}

@media only screen and (min-width: 1600px) {
    .uk-margin-xlarge-top {
        margin-top: 150px !important
    }
}

@media only screen and (min-width: 641px) {
    .text-columns {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.yellow svg {
    color: #f6d328
}

.yellow svg polyline {
    stroke: #f6d328
}

.uk-icon {
    vertical-align: middle
}

.uk-icon svg {
    display: inline
}

.uk-icon-primary {
    background-color: #002d73;
    color: #fff
}

.uk-icon-primary.uk-marker.counter {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border: 1px solid #0079cd
}

.uk-icon-primary.uk-marker.counter span {
    padding-top: 5px;
    color: #fff;
    display: block
}

.uk-icon-primary.uk-marker.counter svg {
    display: none
}

#overlay-map {
    padding: 2rem
}

#map {
    width: calc(600px - 6rem);
    height: calc(600px - 6rem);
    max-width: calc(100% - 6rem)
}

#map-overlay {
    padding: 0
}

#map-overlay .uk-modal-dialog {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 60%;
    top: 20%
}

@media only screen and (min-width: 641px) {
    #map-overlay .uk-modal-dialog {
        width: 80%;
        height: 80%;
        top: 10%
    }
}

@media only screen and (min-width: 960px) {
    #map-overlay .uk-modal-dialog {
        width: 50%;
        height: 70%;
        top: 15%
    }
}

#map-overlay #map {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.border-top {
    border-top: 1px solid #eaeaea
}

.border-bottom {
    border-bottom: 1px solid #eaeaea
}

.border-right,
.border-right-large {
    border-right: 1px solid #eaeaea
}

@media only screen and (max-width: 960px) {
    .border-right-large {
        border-right: 0
    }
}

.border-right-medium {
    border-right: 1px solid #eaeaea
}

@media only screen and (max-width: 640px) {
    .border-right-medium {
        border-right: 0
    }
}

.contentBlock {
    float: left
}

.contentBlock .wrapper {
    padding-right: 1rem
}

.contentBlock:last-child {
    clear: right
}

.contentBlock:last-child .wrapper {
    padding-right: 0
}

.companyinfo p {
    color: #4c4c4c;
    line-height: 1.7
}

.hide {
    display: none !important
}

.question-line {
    border-bottom: 1px solid #333;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding-left: 30px
}

.question-line h2 {
    font-size: 20px;
    padding-right: 20px
}

.question-line p {
    font-size: 16px
}

.question-line .top {
    padding: 20px 30px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.question-line .bottom {
    display: none;
    background: #ededed;
    border-top: 1px solid #333;
    padding: 20px 30px;
    margin-left: -30px
}

.question-line .bottom .helpful {
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 20px;
    text-align: right
}

.question-line .bottom .helpful strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600
}

.question-line .bottom .helpful .button {
    margin: 0;
    font-weight: 600
}

.question-line .bottom .helpful .button:first-child {
    margin: 0 5px 0 15px
}

.question-line.open {
    background: #fff
}

.question-line.open .top {
    padding-top: 20px
}

.question-line.open .bottom {
    display: block
}

.comment,
.updateComment {
    display: none
}

.comment.open,
.updateComment.open {
    display: block
}

.update-comment-form {
    display: none
}

.update-comment-form.open {
    display: block
}

input[type=radio]:checked+.commentToggle {
    background: #005e84;
    color: #fff;
    border: 1px solid #005e84
}

input[type=radio]:checked+.commentToggle:hover {
    border: 1px solid #005e84
}

.faq-categories {
    position: relative;
    width: 100%
}

.faq-categories .faq-categories-bottom {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.faq-categories .faq-category-line {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: transparent;
    transition: all .2s ease-in-out;
    color: inherit;
    margin: 0 0 1px;
    position: relative;
    padding: 30px 0
}

@media only screen and (min-width: 641px) {
    .faq-categories .faq-category-line {
        padding: 60px 30px;
        text-align: center;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (min-width: 1200px) {
    .faq-categories .faq-category-line {
        padding: 75px 30px
    }
}

.faq-categories .faq-category-line .faq-category-line-content h4 {
    margin-bottom: 5px;
    transition: color .15s ease-in-out
}

@media only screen and (min-width: 641px) {
    .faq-categories .faq-category-line .faq-category-line-content h4 {
        margin-bottom: 10px
    }
}

.faq-categories .faq-category-line .faq-category-line-content p {
    color: #000;
    font-size: 1rem;
    margin: 0
}

.faq-categories .faq-category-line .hoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, .04);
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.faq-categories .faq-category-line .hoverlay:after {
    content: "";
    width: 42px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../image/arrow-long-yellow.dbf96ab8.svg) 0 0 no-repeat
}

.faq-categories .faq-category-line:hover h4 {
    color: #0079cd
}

@media only screen and (min-width: 641px) {
    .faq-categories .faq-category-line:hover .hoverlay {
        opacity: 1
    }
}

.faq-categories .faq-category-line:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: -1px;
    left: 0
}

@media only screen and (min-width: 641px) {
    .faq-categories .faq-category-line:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        position: absolute;
        top: 0;
        right: 0
    }

    .faq-categories .faq-category-line:nth-child(2n+2):before {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .faq-categories .faq-category-line:nth-child(2n+2):before {
        display: block
    }

    .faq-categories .faq-category-line:nth-child(4n+4):before {
        display: none
    }
}

table.uk-table-responsive.uk-table-divider.faq {
    width: 100%
}

table.uk-table-responsive.uk-table-divider.faq tr {
    border-top: 1px solid #eaeaea;
    cursor: pointer;
    display: table-row
}

table.uk-table-responsive.uk-table-divider.faq tr td {
    padding: 20px 0 !important;
    display: table-cell
}

@media only screen and (min-width: 1200px) {
    table.uk-table-responsive.uk-table-divider.faq tr td {
        padding: 25px 0 !important
    }

    table.uk-table-responsive.uk-table-divider.faq tr td:first-child {
        padding-left: 20px !important
    }
}

@media only screen and (max-width: 640px) {
    table.uk-table-responsive.uk-table-divider.faq tr td {
        padding: 20px 0 !important
    }
}

.comment-form-container {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    border-radius: 2px
}

@media only screen and (min-width: 1200px) {
    .comment-form-container {
        margin-left: 60px
    }
}

.comment-form-container .message {
    padding: 15px
}

@media only screen and (min-width: 641px) {
    .comment-form-container .message {
        padding: 30px
    }
}

.comment-form-container .helpful {
    padding: 15px;
    font-size: .875rem
}

@media only screen and (min-width: 641px) {
    .comment-form-container .helpful {
        padding: 30px 30px 26px;
        font-size: 1rem
    }
}

.comment-form-container .helpful strong {
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-weight: 400;
    font-size: .8125rem
}

@media only screen and (min-width: 641px) {
    .comment-form-container .helpful strong {
        font-size: 1rem;
        line-height: 30px;
        height: 30px
    }
}

.comment-form-container .helpful .radio-buttons {
    float: right
}

.comment-form-container .helpful .radio-buttons .commentToggle {
    border: none;
    border-radius: 100px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: .8125rem;
    color: #fff;
    background-color: #002d73;
    font-weight: 700;
    display: inline-block;
    cursor: pointer
}

@media only screen and (min-width: 641px) {
    .comment-form-container .helpful .radio-buttons .commentToggle {
        padding: 0 15px;
        font-size: .875rem;
        height: 30px;
        line-height: 30px
    }

    .comment-form-container .helpful .radio-buttons .commentToggle:last-child {
        margin-left: 1px
    }
}

.comment-form-container .helpful .radio-buttons .commentToggle:focus,
.comment-form-container .helpful .radio-buttons .commentToggle:active,
.comment-form-container .helpful .radio-buttons .commentToggle:hover {
    border: none;
    outline: none
}

.comment-form-container .helpful .radio-buttons .commentToggle:hover {
    background-color: #00235a
}

.comment-form-container .helpful .radio-buttons input[type=radio]:checked+.commentToggle {
    background-color: #0079cd
}

.comment-form-container .comment {
    border-top: 1px solid #eaeaea;
    padding: 15px
}

@media only screen and (min-width: 641px) {
    .comment-form-container .comment {
        padding: 30px
    }
}

.comment-form-container .comment h4 {
    margin: 10px 0 28px;
    line-height: 1.2
}

@media only screen and (max-width: 640px) {
    .comment-form-container .comment h4 {
        font-size: 1rem
    }
}

@media only screen and (min-width: 641px) {
    .comment-form-container .comment h4 {
        margin: -3px 0 28px
    }
}

.comment-form-container .comment textarea {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    float: left;
    margin-bottom: 0;
    font-size: .8125rem;
    line-height: 1.5;
    border: none;
    border-radius: 2px 2px 0 0
}

@media only screen and (min-width: 641px) {
    .comment-form-container .comment textarea {
        padding: 15px 20px;
        font-size: .875rem
    }
}

.comment-form-container .comment textarea:focus {
    outline: none
}

.comment-form-container .comment .uk-button {
    font-weight: 700;
    margin: 0;
    border-radius: 0 0 2px 2px
}

@media only screen and (max-width: 640px) {
    .comment-form-container .comment .uk-button {
        height: 45px;
        line-height: 43px
    }
}

.comment-form-container .message h3 {
    margin-bottom: 1px;
    font-weight: 700;
    font-size: .875rem
}

@media only screen and (min-width: 641px) {
    .comment-form-container .message h3 {
        font-size: 1rem;
        margin-bottom: 3px
    }
}

.comment-form-container .message p {
    margin: 0 0 -3px;
    font-size: .875rem
}

@media only screen and (min-width: 641px) {
    .comment-form-container .message p {
        font-size: 1rem
    }
}

.comment-form-container.answered .helpful.answered.hidden {
    display: none
}

.faq-search .message {
    text-align: right;
    font-size: 80%;
    margin-top: 5px
}

.logo {
    height: inherit;
    margin-top: 0;
    margin-right: 15px
}

.logo img {
    min-width: 100px
}

@media only screen and (min-width: 641px) {
    .logo {
        margin-top: 20px
    }
}

nav {
    width: calc(100% - 115px)
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

nav .nav-left ul li,
nav .nav-right ul li {
    padding: 0 .7rem
}

@media only screen and (min-width: 960px) {

    nav .nav-left ul li,
    nav .nav-right ul li {
        padding: 0 1.1rem
    }
}

nav .nav-left ul.uk-nav-primary li a,
nav .nav-right ul.uk-nav-primary li a {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media only screen and (min-width: 960px) {

    nav .nav-left ul.uk-nav-primary li a,
    nav .nav-right ul.uk-nav-primary li a {
        font-size: 1.375rem
    }
}

nav .nav-left ul.uk-nav-primary li a:hover,
nav .nav-right ul.uk-nav-primary li a:hover {
    text-decoration: none
}

nav .nav-left ul.uk-nav-sub,
nav .nav-right ul.uk-nav-sub {
    padding: 0
}

nav .nav-left ul.uk-nav-sub li,
nav .nav-right ul.uk-nav-sub li {
    float: right;
    padding: 0 .6rem
}

nav .nav-left ul.uk-nav-sub li a,
nav .nav-right ul.uk-nav-sub li a {
    font-size: 1rem;
    line-height: 1.5rem
}

nav .nav-left ul.uk-nav-sub li a:hover,
nav .nav-right ul.uk-nav-sub li a:hover {
    text-decoration: none
}

nav .nav-left ul.uk-nav-sub li:last-child,
nav .nav-right ul.uk-nav-sub li:last-child {
    padding-right: 0
}

nav .nav-left ul.uk-nav-sub h2,
nav .nav-left ul.uk-nav-sub h3,
nav .nav-left ul.uk-nav-sub h4,
nav .nav-left ul.uk-nav-sub h5,
nav .nav-right ul.uk-nav-sub h2,
nav .nav-right ul.uk-nav-sub h3,
nav .nav-right ul.uk-nav-sub h4,
nav .nav-right ul.uk-nav-sub h5 {
    margin: 0
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
    nav .nav-left {
        width: 100%
    }

    nav .nav-left .uk-nav-primary {
        float: right;
        margin-right: 45px
    }
}

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

nav .uk-inline {
    padding: 0
}

nav .uk-inline .uk-icon {
    color: #a2a2a2
}

nav .uk-drop {
    width: auto;
    background: #f0f0f0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 9%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
    padding: 1.5rem 0 4rem 4rem;
    margin-top: 0
}

.lang {
    width: calc(100vw - 120px);
    text-align: right;
    height: 24px
}

.lang a.label {
    padding: 0 4rem;
    color: #a3a3a3
}

.lang a.label .up.uk-icon {
    display: none
}

.lang a.label .down.uk-icon {
    display: inline
}

.lang a.label.uk-open {
    color: #002d73;
    text-decoration: none
}

.lang a.label.uk-open .down.uk-icon {
    display: none
}

.lang a.label.uk-open .up.uk-icon {
    display: inline
}

.lang a.label:hover {
    text-decoration: none;
    color: #002d73
}

.close.uk-icon {
    position: absolute;
    text-align: right;
    display: inline-block;
    right: 1rem;
    top: 1rem;
    z-index: 99
}

@media only screen and (min-width: 641px) {
    .close.uk-icon {
        right: 2rem;
        top: 2rem
    }
}

.close.uk-icon svg path {
    stroke: #002d73 !important
}

.menu.uk-icon {
    position: absolute;
    top: 1rem;
    right: 0;
    text-align: right;
    display: inline-block
}

.menu.uk-icon,
#sitemap .close.uk-icon {
    display: block;
    top: 15px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 99998
}

.menu.uk-icon svg,
#sitemap .close.uk-icon svg {
    display: none
}

@media only screen and (min-width: 641px) {

    .menu.uk-icon,
    #sitemap .close.uk-icon {
        top: 38px
    }
}

.menu.uk-icon:before,
.menu.uk-icon:after,
#sitemap .close.uk-icon:before,
#sitemap .close.uk-icon:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #002d73;
    position: absolute;
    left: 10px;
    transition: all .15s ease-in-out
}

.menu.uk-icon:before,
#sitemap .close.uk-icon:before {
    top: 14px
}

.menu.uk-icon:after,
#sitemap .close.uk-icon:after {
    bottom: 14px
}

.menu.uk-icon.open,
#sitemap .close.uk-icon.open {
    position: fixed;
    right: 15px;
    top: 35px
}

.menu.uk-icon.open:before,
#sitemap .close.uk-icon.open:before {
    transform: translate(0) translateY(5px) rotate(45deg)
}

.menu.uk-icon.open:after,
#sitemap .close.uk-icon.open:after {
    transform: translate(0) translateY(-5px) rotate(-45deg)
}

@media only screen and (min-width: 641px) {

    .menu.uk-icon.open,
    #sitemap .close.uk-icon.open {
        right: 30px;
        top: 58px
    }
}

#sitemap .close.uk-icon {
    display: none
}

@media only screen and (min-width: 641px) {
    #sitemap {
        padding: 30px 0
    }
}

@media screen and (max-width: 1100px) {

    .account-login-menu,
    .account-login-modal-menu {
        display: none
    }
}

.account-login-menu>a.label,
.account-login-modal-menu>a.label {
    padding: 0 25px 0 0;
    display: inline-block
}

.account-login-menu>a.label>.uk-icon,
.account-login-modal-menu>a.label>.uk-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: block
}

.account-login-menu a,
.account-login-modal-menu a {
    color: #002d73
}

.account-login-menu a .uk-icon,
.account-login-modal-menu a .uk-icon {
    color: #002d73;
    transition: all .15s ease-in-out
}

.account-login-menu a:hover .uk-icon,
.account-login-modal-menu a:hover .uk-icon {
    color: #0079cd
}

.account-login-menu a.label,
.account-login-modal-menu a.label {
    color: #002d73
}

.account-login-menu a.label:hover,
.account-login-modal-menu a.label:hover {
    color: #0079cd
}

.account-login-menu .uk-drop,
.account-login-modal-menu .uk-drop {
    left: auto !important;
    right: 0 !important;
    top: 35px !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    padding: 5px 10px;
    width: 190px;
    border: 2px solid #002d73
}

.account-login-menu .account-menu-list,
.account-login-modal-menu .account-menu-list {
    width: 100%;
    display: block;
    text-align: left;
    display: none
}

.account-login-menu .account-menu-list li,
.account-login-modal-menu .account-menu-list li {
    border-bottom: 1px solid #eaeaea
}

.account-login-menu .account-menu-list li:last-child,
.account-login-modal-menu .account-menu-list li:last-child {
    border-bottom: none
}

.account-login-menu .account-menu-list li a,
.account-login-modal-menu .account-menu-list li a {
    padding: 10px 5px;
    display: block;
    width: 100%;
    font-size: .875rem
}

.account-login-menu .account-menu-list li a span,
.account-login-modal-menu .account-menu-list li a span {
    margin-right: 4px
}

.uk-drop.uk-open .account-menu-list {
    display: block
}

.account-login-modal-menu {
    margin-top: 0
}

.account-login-menu>a {
    padding: 0 21px 0 0;
    display: inline-block
}

.account-login-menu>a>.uk-icon {
    position: absolute;
    top: 1px;
    right: 0;
    width: 20px;
    height: 20px;
    display: block
}

.product-nav,
.subnav,
.dropdown-nav {
    font-weight: 700;
    margin: 0 0 5px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px !important
}

.product-nav .nav-title:after,
.subnav .nav-title:after,
.dropdown-nav .nav-title:after {
    content: "";
    width: 13px;
    height: 8px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    background: url(../image/dropdownHover.8905f649.svg) 0 0 no-repeat;
    background-size: 13px 8px;
    transform: rotate(180deg)
}

@media only screen and (min-width: 960px) {

    .product-nav ul li.selected a:after,
    .subnav ul li.selected a:after,
    .dropdown-nav ul li.selected a:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #0079cd;
        position: absolute;
        bottom: -5px;
        left: 0
    }
}

.product-nav.dropdown-nav,
.subnav.dropdown-nav,
.dropdown-nav.dropdown-nav {
    width: 100%
}

@media only screen and (max-width: 950px) {

    .product-nav.dropdown-nav,
    .subnav.dropdown-nav,
    .dropdown-nav.dropdown-nav {
        float: none
    }
}

@media only screen and (min-width: 641px) {

    .product-nav.dropdown-nav,
    .subnav.dropdown-nav,
    .dropdown-nav.dropdown-nav {
        width: auto
    }
}

.product-nav.dropdown-nav .nav-title,
.subnav.dropdown-nav .nav-title,
.dropdown-nav.dropdown-nav .nav-title {
    display: block;
    width: 100%;
    padding-right: 50px;
    min-width: 300px
}

.product-nav.dropdown-nav ul,
.subnav.dropdown-nav ul,
.dropdown-nav.dropdown-nav ul {
    display: none;
    border: 1px solid rgba(0, 45, 115, .3);
    border-top: none;
    padding: 10px 0;
    width: auto;
    position: absolute;
    background-color: #fff;
    z-index: 3;
    width: 100%
}

.product-nav.dropdown-nav ul li,
.subnav.dropdown-nav ul li,
.dropdown-nav.dropdown-nav ul li {
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 1rem;
    width: 100%;
    margin: 0
}

.product-nav.dropdown-nav ul li a,
.subnav.dropdown-nav ul li a,
.dropdown-nav.dropdown-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: left
}

.product-nav.dropdown-nav ul li a span,
.subnav.dropdown-nav ul li a span,
.dropdown-nav.dropdown-nav ul li a span {
    top: -1px;
    left: 20px;
    right: auto
}

.product-nav.dropdown-nav ul li a:after,
.subnav.dropdown-nav ul li a:after,
.dropdown-nav.dropdown-nav ul li a:after {
    display: none
}

.product-nav .nav-title,
.subnav .nav-title,
.dropdown-nav .nav-title {
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 17px 12px;
    width: 100%;
    border: 1px solid rgba(0, 45, 115, .3)
}

@media only screen and (min-width: 960px) {

    .product-nav .nav-title,
    .subnav .nav-title,
    .dropdown-nav .nav-title {
        display: none
    }
}

.product-nav .nav-title:after,
.subnav .nav-title:after,
.dropdown-nav .nav-title:after {
    content: "";
    width: 13px;
    height: 8px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    background: url(../image/dropdownHover.8905f649.svg) 0 0 no-repeat;
    background-size: 13px 8px;
    transform: rotate(180deg)
}

.product-nav ul,
.subnav ul,
.dropdown-nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    display: none;
    border: 1px solid rgba(0, 45, 115, .3);
    border-top: none;
    padding: 10px 0
}

@media only screen and (min-width: 960px) {

    .product-nav ul,
    .subnav ul,
    .dropdown-nav ul {
        display: block;
        border: none;
        text-align: center;
        padding: 0
    }
}

.product-nav ul li,
.subnav ul li,
.dropdown-nav ul li {
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 1rem;
    width: 100%
}

@media only screen and (min-width: 960px) {

    .product-nav ul li,
    .subnav ul li,
    .dropdown-nav ul li {
        display: inline-block;
        margin: 0 12px 10px;
        width: auto;
        font-size: .875rem
    }

    .product-nav ul li:first-child,
    .subnav ul li:first-child,
    .dropdown-nav ul li:first-child {
        margin-left: 0
    }

    .product-nav ul li:last-child,
    .subnav ul li:last-child,
    .dropdown-nav ul li:last-child {
        margin-right: 0
    }

    .product-nav ul li,
    .subnav ul li,
    .dropdown-nav ul li {
        font-size: 1rem
    }
}

.product-nav ul li a,
.subnav ul li a,
.dropdown-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    font-size: 1rem;
}

@media only screen and (min-width: 960px) {

    .product-nav ul li a,
    .subnav ul li a,
    .dropdown-nav ul li a {
        display: inline;
        width: auto;
        padding: 0
    }
}

.product-nav ul li a span,
.subnav ul li a span,
.dropdown-nav ul li a span {
    position: absolute;
    font-size: 10px;
    color: #0079cd;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    top: -1px;
    left: 20px
}

@media only screen and (min-width: 960px) {

    .product-nav ul li a span,
    .subnav ul li a span,
    .dropdown-nav ul li a span {
        top: -13px;
        right: 1px;
        left: auto
    }
}

.product-nav ul li.selected a,
.subnav ul li.selected a,
.dropdown-nav ul li.selected a {
    color: #0079cd;
    position: relative
}

@media only screen and (min-width: 641px) {

    .product-nav ul.uk-text-right,
    .subnav ul.uk-text-right,
    .dropdown-nav ul.uk-text-right {
        margin-bottom: -15px
    }
}

.product-nav ul.uk-text-right *,
.subnav ul.uk-text-right *,
.dropdown-nav ul.uk-text-right * {
    text-align: left
}

.product-nav ul.uk-text-right li:last-child,
.subnav ul.uk-text-right li:last-child,
.dropdown-nav ul.uk-text-right li:last-child {
    margin-right: 0
}

.product-nav.sub-nav,
.subnav.sub-nav,
.dropdown-nav.sub-nav {
    position: relative;
    margin-top: -15px
}

.product-nav.sub-nav .nav-title,
.subnav.sub-nav .nav-title,
.dropdown-nav.sub-nav .nav-title {
    display: block
}

@media only screen and (min-width: 641px) {

    .product-nav.sub-nav,
    .subnav.sub-nav,
    .dropdown-nav.sub-nav {
        margin-top: 0
    }
}

@media only screen and (min-width: 960px) {

    .product-nav.sub-nav,
    .subnav.sub-nav,
    .dropdown-nav.sub-nav {
        width: 350px
    }
}

.product-nav.sub-nav ul,
.subnav.sub-nav ul,
.dropdown-nav.sub-nav ul {
    display: none;
    border: 1px solid rgba(0, 45, 115, .3);
    border-top: none;
    padding: 10px 0;
    text-align: left;
    background-color: #fff
}

@media only screen and (min-width: 960px) {

    .product-nav.sub-nav ul,
    .subnav.sub-nav ul,
    .dropdown-nav.sub-nav ul {
        position: absolute;
        top: 51px;
        left: 0
    }
}

.product-nav.sub-nav ul li,
.subnav.sub-nav ul li,
.dropdown-nav.sub-nav ul li {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 100%;
    margin: 0
}

.product-nav.sub-nav ul li a,
.subnav.sub-nav ul li a,
.dropdown-nav.sub-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    position: relative
}

.product-nav.select,
.subnav.select,
.dropdown-nav.select {
    margin-bottom: 15px !important;
    z-index: auto;
    margin-top: 0
}

.product-nav.select ul,
.subnav.select ul,
.dropdown-nav.select ul {
    position: absolute;
    top: 51px;
    left: 0;
    height: 250px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    z-index: 3
}

.product-nav.select ul li,
.subnav.select ul li,
.dropdown-nav.select ul li {
    padding: 0 10px
}

.product-nav.select ul li a,
.subnav.select ul li a,
.dropdown-nav.select ul li a {
    font-size: 1rem;
    padding: 10px 15px;
    transition: none
}

.product-nav.select ul li a:hover,
.subnav.select ul li a:hover,
.dropdown-nav.select ul li a:hover {
    background-color: #002d73;
    color: #fff
}

.product-nav.select ul li a span,
.subnav.select ul li a span,
.dropdown-nav.select ul li a span {
    position: static;
    font-size: 1rem;
    color: inherit;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    display: block
}

.product-nav.select ul li a span.subtitle,
.subnav.select ul li a span.subtitle,
.dropdown-nav.select ul li a span.subtitle {
    font-size: .875rem;
    font-weight: 400
}

.product-nav.select ul li.selected a,
.subnav.select ul li.selected a,
.dropdown-nav.select ul li.selected a {
    background-color: #f5f5f5;
    color: #0079cd;
    cursor: default
}

.product-nav.open .nav-title:after,
.subnav.open .nav-title:after,
.dropdown-nav.open .nav-title:after {
    transform: rotate(0)
}

.product-nav.open ul,
.subnav.open ul,
.dropdown-nav.open ul {
    display: block
}

.product-nav ul {
    text-align: left
}

.errorpageContainerBox {
    position: relative;
    display: inline-block;
    text-align: center
}

.errorpageContainerBox p {
    font-size: 1.75rem
}

@media only screen and (min-width: 960px) {
    .errorpageContainerBox p {
        font-size: 1.75rem
    }
}

@media only screen and (min-width: 1200px) {
    .errorpageContainerBox p {
        font-size: 2.1875rem
    }
}

@media only screen and (max-width: 960px) {
    .errorpageContainerBox p {
        font-size: 1rem
    }
}

.errorpageContainerBox .text-box {
    position: absolute;
    color: #fff;
    width: 100%
}

@media only screen and (min-width: 960px) {
    .errorpageContainerBox .text-box {
        top: 60%
    }
}

@media only screen and (max-width: 960px) {
    .errorpageContainerBox .text-box {
        top: 40%
    }
}

.errorpageContainerBox .text-box:before {
    content: "";
    display: inline-block;
    vertical-align: middle
}

.errorpageContainerBox .text-box:after {
    content: "Can we offer you an Aquadopp instead?";
    display: inline-block;
    vertical-align: middle
}

.errorpageContainerBox .uk-button {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    right: 50%;
    top: 80%;
    margin: 0 -50px -15px 0;
    background-color: #fff
}

@media only screen and (max-width: 340px) {
    .errorpageContainerBox .uk-button {
        top: 100%
    }
}

.product-nav.account ul {
    text-align: left
}

.product-nav.account ul li.selected a:after {
    display: none
}

body,
h1,
h2,
h3,
h4,
h5,
p {
    font-weight: 400
}

a {
    transition: color .15s ease-in-out
}

em {
    color: #888
}

.uk-text-black {
    color: #000
}

@media only screen and (max-width: 960px) {

    .uk-h1,
    h1 {
        font-size: calc(2.125rem - 2px)
    }
}

@media only screen and (max-width: 640px) {

    .uk-h1,
    h1 {
        font-size: calc(1.875rem - 2px)
    }

    .intro h1 {
        font-size: calc(1.625rem - 2px)
    }

    .intro h1 br {
        display: none
    }
}

hr.yellow {
    border-color: #f6d328;
    border-width: 2px
}

figure img {
    width: 100%
}

figure figcaption {
    margin-top: 15px
}

figure.fade-right {
    position: relative
}

figure.fade-right:after {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%)
}

figure.document {
    background-color: #f5f5f5;
    padding: 0 40px;
    margin-bottom: 0;
    overflow: hidden
}

figure.document img {
    position: relative;
    bottom: -40px
}

.uk-icon {
    color: #0079cd
}

blockquote {
    color: #000
}

blockquote p:before {
    content: "\201c"
}

blockquote p:after {
    content: "\201d"
}

blockquote footer {
    color: inherit;
    margin-top: 20px
}

blockquote footer:before {
    display: none
}

blockquote footer span {
    display: block
}

blockquote footer span.author {
    font-weight: 700;
    width: 100%
}

blockquote footer span.description {
    color: #a2a2a2;
    width: 100%;
    padding-left: 10px
}

.article-content h2,
.article-content p,
.article-content blockquote,
.article-content ul,
.article-content ol,
.article-content table {
    margin-bottom: 30px
}

@media only screen and (min-width: 641px) {

    .article-content h2,
    .article-content p,
    .article-content blockquote,
    .article-content ul,
    .article-content ol,
    .article-content table {
        margin-bottom: 40px
    }
}

.article-content figcaption {
    color: #a2a2a2;
    font-style: italic;
    margin: 0
}

.article-content .matrix--image {
    margin-bottom: 40px
}

.article-content figure {
    margin-bottom: 45px;
    font-size: .875rem
}

@media only screen and (min-width: 641px) {
    .article-content figure {
        margin-bottom: 55px;
        font-size: 1rem
    }
}

.user-story-page .matrix--image {
    width: 100%
}

h1.divider:after {
    width: 45px;
    height: 2px;
    background-color: #f6d328;
    display: block;
    content: " ";
    margin-bottom: 1rem;
    margin-top: 20px
}

.intro p {
    margin-top: 2px;
    font-size: 1.375rem;
    line-height: 30px
}

@media only screen and (min-width: 641px) {
    .intro p {
        font-size: 1.375rem;
        margin-bottom: 30px
    }
}

.intro p h1 {
    margin-bottom: 10px
}

.category {
    color: #0079cd;
    font-size: .875rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 0;
    text-transform: uppercase;
    font-size: inherit
}

a.back .uk-icon {
    margin-left: -5px;
    color: #a3a3a3;
    position: relative;
    top: -1px
}

a.video {
    position: relative;
    font-weight: 700
}

a.video span.play {
    position: relative;
    top: -2px;
    margin-left: 2px;
    display: inline-block
}

a.video span.play svg {
    width: 17px;
    height: 17px
}

@media only screen and (min-width: 961px) {
    a.video {
        font-size: 1.125rem
    }

    a.video span.play {
        top: -3px
    }

    a.video span.play svg {
        width: 21px;
        height: 21px
    }
}

p a {
    color: #002d73;
    border-bottom: 2px solid #f6d328;
    font-weight: 700
}

p a:hover {
    border-color: #0079cd
}

.readmore a {
    color: #002d73;
    border-bottom: 2px solid #f6d328;
    font-weight: 700;
    transition: all .15s ease-in-out
}

.readmore.secondary a {
    border-color: rgba(0, 45, 115, .45)
}

.readmore a:hover {
    border-color: #0079cd
}

.uk-link:hover,
a:hover {
    text-decoration: none;
    color: #0079cd
}

.tasks p {
    width: 100%;
    font-size: 90%;
    line-height: 100%;
    margin: 10px 0 0
}

@media only screen and (min-width: 641px) {
    .tasks p {
        width: 50%
    }
}

.tags {
    float: right
}

.tags a {
    padding: 0 .5rem;
    font-size: 12px;
    text-transform: uppercase
}

ul.highlights span {
    padding: 5px 10px 10px 0;
    color: #0079cd
}

.uk-table th {
    letter-spacing: 1px;
    color: #0079cd;
}

.uk-table.uk-table-divider tr:last-child {
    border-bottom: 1px solid #eaeaea
}

.paragraph p {
    margin-right: 20px
}

.paragraph figure {
    margin-right: 20px
}

.paragraph figcaption {
    margin-right: 20px
}

h3.paper .label {
    color: #fff;
    background-color: #002d73;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: .75rem;
    padding: 3px 8px 2px;
    margin: 0 0 10px
}

@media only screen and (min-width: 951px) {
    h3.paper .label {
        margin: 0 4px 0 0;
        position: relative;
        top: -4px
    }

    h3.paper {
        font-size: 1.25rem;
        margin-bottom: -5px
    }
}

p.authors {
    font-size: .875rem;
    line-height: 15px;
    color: #a2a2a2;
    margin-top: -5px;
    margin-right: 10px
}

@media only screen and (min-width: 951px) {
    span.abstract {
        padding-left: 20px
    }
}

span.abstract p {
    font-size: .875rem !important
}

.StripeElement {
    padding: 20px 12px;
    background: white;
    border: 1px solid #eaeaea
}

#card-errors {
    padding: 6px 0 0 10px;
    color: #fa755a
}

textarea,
input {
    color: #000;
    color: #002d73;
    font-size: 1rem
}

textarea.uk-form-large,
input.uk-form-large {
    font-size: 1rem
}

.flatpickr-calendar {
    position: fixed;
    z-index: 999999 !important;
    outline: none;
    background-color: #fff;
    color: #00235a;
    border-color: #002d73;
    margin-top: 10px
}

textarea {
    resize: none;
    background-color: #f5f5f5;
    border: none;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding: 20px
}

textarea:focus {
    border-color: #0079cd
}

#form-input-deliverydate {
    margin-top: 10px;
    color: #002d73;
    border: 1px solid #eaeaea;
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    height: 40px;
    vertical-align: middle;
    display: block;
    box-sizing: border-box
}

#form-input-deliverydate::-moz-placeholder {
    color: #002d73
}

#form-input-deliverydate::placeholder {
    color: #002d73
}

#form-input-deliverydate:focus {
    border-color: #002d73
}

#inlineSearch input[type=search] {
    border: 0;
    padding: 0 0 5px;
    border-bottom: 2px solid #f6d328;
    font-size: 1.5rem;
    height: auto;
    overflow: visible;
    transition: border-color .15s ease-in-out;
    background-color: transparent;
    color: #000
}

@media only screen and (min-width: 960px) {
    #inlineSearch input[type=search] {
        font-size: 2.1875rem
    }
}

#inlineSearch input[type=search]:focus {
    border-color: #0079cd
}

.eye-pass,
.eye-pass-hide {
    display: inline-block;
    cursor: pointer
}

.eye-pass-hide {
    display: none
}

.underline {
    margin-bottom: 5px
}

.underline input {
    color: #000;
    border: none
}

.underline input::-moz-placeholder {
    color: #002d73
}

.underline input::placeholder {
    color: #002d73
}

.underline input[type=text]:focus,
.underline input[type=select]:focus,
.underline input[type=number]:focus,
.underline textarea:focus {
    font-size: 16px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .underline select:focus,
    .underline textarea:focus,
    .underline textarea:focus,
    .underline input:focus {
        font-size: 16px !important
    }
}

.underline input[type=text].uk-input,
.underline input[type=password].uk-input,
.underline input[type=email].uk-input {
    touch-action: none;
    border: 0;
    font-size: 16px !important
}

.underline input[type=text].uk-input::-webkit-input-placeholder,
.underline input[type=password].uk-input::-webkit-input-placeholder,
.underline input[type=email].uk-input::-webkit-input-placeholder {
    padding-bottom: .5rem;
    margin-top: .5rem
}

.underline:after {
    content: "";
    display: block;
    height: 3px;
    width: inherit;
    border-bottom: solid 1px #002d73;
    border-left: solid 1px #002d73;
    border-right: solid 1px #002d73
}

.req {
    color: #002d73
}

.freeform-instructions {
    margin-top: 20px;
    color: red
}

.aoe {
    margin-top: 20px
}

.subscriptionemail {
    font-size: 20px
}

.uk-form-custom {
    display: block;
    width: 100%
}

.address-country {
    font-size: .875rem
}

.select {
    margin-top: 55px;
    margin-bottom: 30px
}

.select .uk-button {
    color: #002d73;
    width: 100%;
    display: block;
    border: 1px solid #002d73;
    font-size: .875rem;
    text-align: left;
    position: relative;
    padding: 5px 17px;
    height: auto;
    line-height: auto
}

.select .uk-button:after {
    content: "";
    width: 13px;
    height: 8px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    background: url(../image/dropdownHover.8905f649.svg) 0 0 no-repeat;
    background-size: 13px 8px;
    transform: rotate(180deg)
}

.checkboxes {
    margin-left: 17px
}

.checkboxes label {
    display: block;
    margin-left: 5px
}

.checkboxes label input[type=checkbox] {
    margin-left: -18px
}

.checkboxes .uk-checkbox {
    float: left;
    border-color: #002d73;
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.checkboxes .uk-checkbox:focus {
    border-color: #002d73
}

.checkboxes .uk-checkbox:checked,
.checkboxes .uk-checkbox:indeterminate,
.checkboxes .uk-checkbox:checked:focus {
    background-image: none;
    background-color: #0079cd;
    border-color: #002d73
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: auto;
    vertical-align: middle;
    display: inline-block
}

.subscribe .uk-select {
    padding-right: 0
}

.subscribe .uk-accordion-content {
    margin-top: 0
}

.subscribe ul {
    margin: 0
}

.subscribe .uk-input,
.subscribe .uk-select,
.subscribe .uk-textarea {
    border: none
}

.subscribe .uk-list ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.subscribe .uk-accordion li:last-child {
    border-bottom: none
}

.subscribe .uk-accordion li {
    border-top: none;
    margin: 0;
    padding: 0
}

.subscribe .uk-accordion:last-child {
    border-bottom: none
}

.subscribe .uk-accordion li .uk-accordion-title {
    padding: 0 5px;
    font-size: 16px
}

.request .uk-accordion-content {
    margin-top: 10px;
    margin-bottom: 10px
}

.request .uk-accordion:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.request .uk-select ul {
    margin: 0
}

.request .uk-input,
.request .uk-select,
.request .uk-textarea {
    border: none;
    padding-left: 8px
}

.request .uk-list ul {
    padding-left: 5px;
    list-style: none
}

.request .uk-accordion li:last-child {
    border-bottom: none
}

.request .uk-accordion li {
    border-top: none;
    margin: 0;
    padding: 0
}

.request .uk-accordion:last-child {
    border-bottom: none
}

.request .uk-accordion li .uk-accordion-title {
    padding: 0 5px 0 8px;
    font-size: 16px
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../image/dropdown.356d4ba0.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    margin: 0;
    width: 100%;
    font-size: inherit;
    cursor: pointer;
    line-height: inherit
}

.uk-cover-container.hero {
    overflow: visible
}

@media only screen and (max-width: 640px) {
    .uk-cover-container.hero {
        background-color: transparent !important
    }
}

.uk-cover-container.hero .hero-bg {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
    transition: all .2s ease-in-out
}

.uk-cover-container.hero .hero-bg.lazyloaded {
    opacity: 1
}

@media only screen and (max-width: 640px) {
    .uk-cover-container.hero .hero-bg {
        position: static;
        height: auto;
        padding-bottom: 60%;
        width: 100%
    }
}

.uk-cover-container.hero .box {
    width: 100%;
    margin: 40px auto
}

.uk-cover-container.hero .shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .45)
}

.uk-cover-container.hero .springboard {
    z-index: 1;
    padding: 10px;
    width: 100%;
    position: relative;
    margin-top: -45px;
    margin-bottom: -45px
}

@media only screen and (max-width: 640px) {
    .uk-cover-container.hero .springboard {
        padding: 0
    }
}

.uk-cover-container.hero .springboard .list-container {
    background-color: #fff;
    margin: 0 0 10px;
    width: 100%;
    padding: 30px 0
}

.uk-cover-container.hero .springboard .list-container:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width: 640px) {
    .uk-cover-container.hero .springboard .list-container:last-of-type {
        padding-top: 10px
    }
}

.uk-cover-container.hero .springboard .list-container h3 {
    padding: 0 30px;
    margin-bottom: 10px;
    margin-top: -2px
}

.uk-cover-container.hero .springboard .list-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    font-size: 1rem
}

.uk-cover-container.hero .springboard .list-container ul.primary {
    width: 100%
}

.uk-cover-container.hero .springboard .list-container ul.primary li {
    width: 100%;
    border-bottom: 1px solid #eaeaea
}

.uk-cover-container.hero .springboard .list-container ul.primary li a {
    display: inline-block;
    word-break: keep-all;
    color: inherit;
    width: 100%;
    padding: 10px 40px 10px 30px
}

.uk-cover-container.hero .springboard .list-container ul.primary li a .yellow {
    padding-left: 2px;
    float: right;
    position: relative;
    right: -5px
}

.uk-cover-container.hero .springboard .list-container ul.primary li a .yellow svg {
    transition: color .15s ease-in-out
}

.uk-cover-container.hero .springboard .list-container ul.primary li a:hover {
    color: #0079cd
}

.uk-cover-container.hero .springboard .list-container ul.primary li a:hover .yellow svg {
    color: #0079cd
}

.uk-cover-container.hero .springboard .list-container ul.primary li:last-child {
    border-bottom: 0
}

.uk-cover-container.hero .springboard .list-container ul.secondary {
    margin-top: 30px;
    padding: 0 15px
}

@media only screen and (max-width: 640px) {
    .uk-cover-container.hero .springboard .list-container ul.secondary {
        margin-top: 15px
    }
}

.uk-cover-container.hero .springboard .list-container ul.secondary li {
    width: auto;
    display: inline-block;
    padding: 0 15px
}

.hero-case {
    position: relative;
    background-size: cover;
    float: left;
    width: 100%
}

.hero-case .uk-align-right {
    margin-bottom: 0
}

.hero-case .hero-image {
    background-size: cover;
    width: 100%;
    float: left
}

.hero-case .hero-image img {
    width: 100%;
    display: block;
    height: auto
}

.hero-case .offset {
    position: absolute;
    top: 60%
}

.hero-case .offset img {
    width: 30%;
    display: block;
    height: auto
}

@media only screen and (max-width: 940px) {
    .hero-case .offset {
        position: absolute;
        top: 50%
    }
}

@media only screen and (max-width: 640px) {
    .hero-case .offset {
        position: absolute;
        top: 40%
    }
}

@media only screen and (max-width: 340px) {
    .hero-case .offset {
        position: absolute;
        top: 35%
    }
}

.hero-case .case-intro {
    vertical-align: bottom;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #002d73;
    padding: 20px 20px 20px 40px;
    color: #fff
}

.hero-case .case-intro span.title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: .875rem
}

.hero-case .case-intro p {
    font-size: 1rem
}

@media only screen and (min-width: 960px) {
    .hero-case .case-intro p {
        font-size: 1.75rem
    }
}

@media only screen and (min-width: 1200px) {
    .hero-case .case-intro p {
        font-size: 2.1875rem
    }
}

.hero-case .case-intro a {
    color: inherit
}

@media only screen and (min-width: 960px) {
    .hero-case .case-intro a {
        font-size: 1.125rem
    }
}

.trclass a {
    display: inline-block;
    word-break: keep-all;
    color: inherit;
    padding-right: 5px;
    padding-left: 30px
}

.trclass:hover {
    color: #0079cd
}

.trclass:hover .yellow svg {
    color: #0079cd
}

.trclass td {
    width: 100%;
    padding: 8px 12px
}

.trclass td .yellow {
    padding-left: 2px;
    float: right;
    position: relative;
    right: -5px
}

.trclass td .yellow svg {
    transition: color .15s ease-in-out
}

.uk-table.uk-table-divider.table tr:last-child {
    border-bottom: 0px solid #EAEAEA
}

.uk-width-1-12 {
    width: 8.333%
}

.uk-width-2-12 {
    width: 16.666%
}

.uk-width-3-12 {
    width: 25%
}

.uk-width-4-12 {
    width: 33.333%
}

.uk-width-5-12 {
    width: 41.666%
}

.uk-width-6-12 {
    width: 50%
}

.uk-width-7-12 {
    width: 58.333%
}

.uk-width-8-12 {
    width: 66.666%
}

.uk-width-9-12 {
    width: 75%
}

.uk-width-10-12 {
    width: 83.333%
}

.uk-width-11-12 {
    width: 91.666%
}

@media only screen and (min-width: 641px) {
    .uk-width-medium-1-12 {
        width: 8.333%
    }

    .uk-width-medium-2-12 {
        width: 16.666%
    }

    .uk-width-medium-3-12 {
        width: 25%
    }

    .uk-width-medium-4-12 {
        width: 33.333%
    }

    .uk-width-medium-5-12 {
        width: 41.666%
    }

    .uk-width-medium-6-12 {
        width: 50%
    }

    .uk-width-medium-7-12 {
        width: 58.333%
    }

    .uk-width-medium-8-12 {
        width: 66.666%
    }

    .uk-width-medium-9-12 {
        width: 75%
    }

    .uk-width-medium-10-12 {
        width: 83.333%
    }

    .uk-width-medium-11-12 {
        width: 91.666%
    }
}

@media only screen and (min-width: 960px) {
    .uk-width-medium-large-1-12 {
        width: 8.333%
    }

    .uk-width-medium-large-2-12 {
        width: 16.666%
    }

    .uk-width-medium-large-3-12 {
        width: 25%
    }

    .uk-width-medium-large-4-12 {
        width: 33.333%
    }

    .uk-width-medium-large-5-12 {
        width: 41.666%
    }

    .uk-width-medium-large-6-12 {
        width: 50%
    }

    .uk-width-medium-large-7-12 {
        width: 58.333%
    }

    .uk-width-medium-large-8-12 {
        width: 66.666%
    }

    .uk-width-medium-large-9-12 {
        width: 75%
    }

    .uk-width-medium-large-10-12 {
        width: 83.333%
    }

    .uk-width-medium-large-11-12 {
        width: 91.666%
    }
}

@media only screen and (min-width: 1200px) {
    .uk-width-large-1-12 {
        width: 8.333%
    }

    .uk-width-large-2-12 {
        width: 16.666%
    }

    .uk-width-large-3-12 {
        width: 25%
    }

    .uk-width-large-4-12 {
        width: 33.333%
    }

    .uk-width-large-5-12 {
        width: 41.666%
    }

    .uk-width-large-6-12 {
        width: 50%
    }

    .uk-width-large-7-12 {
        width: 58.333%
    }

    .uk-width-large-8-12 {
        width: 66.666%
    }

    .uk-width-large-9-12 {
        width: 75%
    }

    .uk-width-large-10-12 {
        width: 83.333%
    }

    .uk-width-large-11-12 {
        width: 91.666%
    }
}

.productCategory .products {
    padding: 0
}

.productCategory .products li {
    border-top: 1px solid #eaeaea;
    padding: 1rem 0
}

.productCategory .products li:hover {
    background-color: rgba(245, 245, 245, .25)
}

.productCategory .products li figure.image {
    margin: 0
}

@media only screen and (max-width: 640px) {
    .products {
        margin-top: -45px
    }
}

.products .product-line {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: transparent;
    transition: all .2s ease-in-out;
    color: inherit;
    margin: 0 0 1px;
    position: relative;
    padding: 20px 0 0
}

@media only screen and (min-width: 641px) {
    .products .product-line {
        padding: 20px 20px 0
    }
}

@media only screen and (min-width: 960px) {
    .products .product-line {
        padding: 30px 30px 0
    }

    .products .product-line .hoverlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        background: rgba(0, 0, 0, .04);
        opacity: 0;
        transition: opacity .15s ease-in-out
    }

    .products .product-line .hoverlay:after {
        content: "";
        width: 42px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: 25px;
        background: url(../image/arrow-long-yellow.dbf96ab8.svg) 0 0 no-repeat
    }

    .products .product-line {
        padding: 45px 45px 0
    }
}

.products .product-line:hover .hoverlay {
    opacity: 1
}

.products .product-line:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: -1px;
    left: 0
}

@media only screen and (min-width: 641px) {
    .products .product-line:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        position: absolute;
        top: 0;
        right: 0
    }
}

.products .product-line .product-image {
    width: 35%;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 0;
    height: 200px
}

@media only screen and (min-width: 1200px) {
    .products .product-line .product-image {
        height: 230px
    }
}

.products .product-line .product-image img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    transition: .2s ease-in-out
}

@media only screen and (min-width: 960px) {
    .products .product-line .product-image img {
        bottom: 30px
    }
}

@media only screen and (min-width: 1200px) {
    .products .product-line .product-image img {
        bottom: 40px
    }
}

.products .product-line .product-content {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    padding: 0 0 17px
}

@media only screen and (min-width: 641px) {
    .products .product-line .product-content {
        padding-bottom: 17px
    }
}

@media only screen and (min-width: 960px) {
    .products .product-line .product-content {
        padding-bottom: 40px
    }
}

.products .product-line .product-content .product-extra {
    color: #0079cd;
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: 2px
}

@media only screen and (min-width: 641px) {
    .products .product-line .product-content .product-extra {
        font-size: .875rem
    }
}

.products .product-line .product-content h3 {
    font-size: 1.25rem;
    margin: 0
}

@media only screen and (min-width: 1200px) {
    .products .product-line .product-content h3 {
        font-size: 1.375rem
    }
}

.products .product-line .product-content p {
    max-width: 95%;
    margin: 5px 0 0;
    font-size: .75rem
}

@media only screen and (min-width: 641px) {
    .products .product-line .product-content p {
        font-size: .875rem
    }
}

@media only screen and (min-width: 1200px) {
    .products .product-line .product-content p {
        font-size: 1rem;
        max-width: 65%;
        margin: 10px 0 0
    }
}

.products .product-line.simple {
    margin-bottom: 0
}

.products .product-line.simple:after,
.products .product-line.simple:before {
    display: none
}

.products .product-line.simple .product-image {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5% 0 0
}

.products .product-line.simple .product-image img {
    width: 60%;
    margin: 0 auto;
    height: auto;
    position: static
}

@media only screen and (min-width: 1200px) {
    .products .product-line.simple .product-image img {
        width: 50%
    }
}

.products .product-line.simple .product-content {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px
}

.products .product-line.simple .product-content p {
    max-width: 70%;
    margin: 0 auto
}

.products .product-container:nth-child(even) .product-line:before {
    display: none
}

.pheader h1 {
    font-size: 2.813rem;
    margin-bottom: 0
}

.pheader p {
    margin-bottom: 0;
    margin-top: 5px
}

.category-header h1,
.category-header span {
    color: #0079cd;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin-bottom: 11px;
    letter-spacing: 1px
}

.category-header h1 a,
.category-header span a {
    font-weight: 700
}

.category-header h1>span.uk-muted,
.category-header span>span.uk-muted {
    color: #a3a3a3
}

.category-header p {
    color: #4c4c4c;
    max-width: 540px;
    margin-top: 0;
    font-size: 1rem
}

.category-header p a {
    border-bottom: 2px solid #f6d328;
    font-weight: 700;
    font-size: 1.125rem
}

.product .product-intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .product .product-intro {
        flex-direction: column
    }
}

.product .product-main-content-wrapper {
    background-color: #fbf9f7;
    padding: 50px 0
}

@media screen and (max-width: 639px) {
    .product .product-main-content-wrapper .attribute {
        padding: 30px 0 0 !important
    }

    .product .product-main-content-wrapper .attribute:nth-of-type(even) {
        border-top: none !important;
        padding: 15px 0 20px !important
    }

    .product .product-main-content-wrapper .attribute:last-of-type {
        padding-bottom: 35px !important
    }
}

.product .product-AOE-container {
    margin-top: 50px;
    display: inline-block;
    width: auto;
    border-top: 1px solid #eaeaea;
    padding-top: 15px
}

.product .product-AOE-container p {
    color: #4c4c4c;
    font-size: 1rem
}

.product .kc-article-list {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.product .kc-article-list .resourceCard {
    flex: 1
}

.product .kc-article-list .resourceCard__media {
    border-radius: 5px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .product .kc-article-list .resourceCard:last-of-type {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .product .kc-article-list .resourceCard {
        display: none
    }

    .product .kc-article-list .resourceCard:first-of-type {
        display: block
    }
}

.product .product-related-content-wrapper .product-related-content-inner {
    padding: 80px 0;
    background-color: #fbf9f7
}

.product .product-related-content-wrapper .attribute h3 {
    font-size: 35px;
    color: #002d73
}

.product .product-related-content-wrapper .pp-resourceCard__heading a {
    color: #002d73
}

@media screen and (max-width: 768px) {
    .product .product-related-content-wrapper .flex-cards.kc-article-list {
        flex-wrap: wrap
    }

    .product .product-related-content-wrapper .flex-cards.kc-article-list .related.Frontpage-content-wrapper {
        width: 100%
    }
}

.product .product-offsite-related-content-wrapper {
    background-color: #fbf9f7;
    margin-bottom: -64px;
    padding: 40px
}

.product .media-coverage-table .publication-table-body .publication-table-row {
    display: flex
}

.product .media-coverage-table .publication-table-body .publication-table-row>div {
    padding-top: 10px;
    padding-bottom: 10px
}

.product .media-coverage-table .publication-table-body .publication-table-row .media-coverage-title-cell {
    flex: 5
}

.product .media-coverage-table .publication-table-body .publication-table-row .media-coverage-date-cell {
    flex: 2;
    padding: 10px 20px
}

.product .media-coverage-table .publication-table-body .publication-table-row .media-coverage-link-cell {
    flex: 3
}

@media screen and (max-width: 767px) {
    .product .media-coverage-table .publication-table-body .publication-table-row {
        flex-direction: column;
        margin-top: 40px
    }

    .product .media-coverage-table .publication-table-body .publication-table-row>div {
        padding: 0;
        margin-bottom: 5px
    }

    .product .media-coverage-table .publication-table-body .publication-table-row .media-coverage-date-cell {
        padding: 0;
        order: -1
    }
}

.product .product-landing-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product .product-image {
    padding: 0 !important
}

.product .product-image img {
    width: 100%
}

@media screen and (max-width: 1103px) {
    .product .product-intro-button-wrapper {
        width: 80%
    }
}

@media screen and (max-width: 767px) {
    .product .product-intro-button-wrapper {
        width: 100%
    }
}

.product .uk-button {
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0 25px
}

.product .uk-button .button-icon {
    margin-right: 20px;
    width: 24px
}

@media screen and (max-width: 1183px) {
    .product .uk-button {
        width: 100%;
        min-width: 267px;
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width: 639px) {
    .product .uk-button {
        min-width: none
    }
}

.product .product-intro-help-cta {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0 10px
}

.product .product-intro-help-cta p {
    margin: 0
}

.product .product-intro-help-cta img {
    width: 24px;
    margin-right: 10px
}

@media screen and (max-width: 639px) {
    .product .product-intro-help-cta {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%
    }
}

.product .intro-highlight-list li {
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    margin-top: 8px
}

.product .intro-highlight-list li span {
    position: absolute;
    top: 1px;
    left: 0
}

.product .product-image-carousel-wrapper {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding-right: 25px
}

.product .product-image-carousel-wrapper #product-image-slider {
    width: 100%;
    margin-bottom: 10px
}

.product .product-image-carousel-wrapper #product-image-slider .slick-list {
    max-width: 100%
}

.product .product-image-carousel-wrapper #product-image-slider .slick-list .slick-slide {
    margin: 0
}

.product .product-image-carousel-wrapper #product-image-slider .slick-list .slick-slide .product-image {
    width: 95% !important
}

@media screen and (max-width: 1023px) {
    .product .product-image-carousel-wrapper #product-image-slider .slick-list .slick-slide .product-image {
        width: 100% !important
    }
}

.product .product-image-carousel-wrapper #product-image-slider .slick-list .slick-slide .product-image img {
    border-radius: 5px
}

.product .product-image-carousel-wrapper .product-image-thumbnails-wrapper {
    display: flex;
    gap: 15px;
    min-width: 10%
}

.product .product-image-carousel-wrapper .product-image-thumbnails-wrapper .active-thumbnail {
    box-shadow: 0 0 0 3px #002d73
}

.product .product-image-carousel-wrapper .product-image-thumbnails-wrapper .product-image-thumbnail {
    flex: 1;
    max-width: 75px;
    border-radius: 2.5px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .product .product-image-carousel-wrapper .product-image-thumbnails-wrapper {
        gap: 8px
    }

    .product .product-image-carousel-wrapper .product-image-thumbnails-wrapper .product-image-thumbnail {
        min-width: 55px;
        max-width: 15%
    }
}

@media screen and (max-width: 767px) {
    .product .product-image-carousel-wrapper {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10%
    }
}

.product .product-intro-main-copy {
    width: 45%
}

@media screen and (max-width: 767px) {
    .product .product-intro-main-copy {
        width: 100%
    }
}

.product .product-landing-info .product-landing-description {
    padding-right: 45px;
    padding-top: 30px
}

@media only screen and (min-width: 1200px) {
    .product .product-landing-info .attributes {
        padding-left: 40px
    }
}

.product .product-landing-info .attributes.uk-grid {
    margin-left: 0
}

.product .product-landing-info .attributes .attribute {
    padding: 50px 0
}

@media only screen and (max-width: 640px) {
    .product .product-landing-info .attributes .attribute {
        width: 100%;
        border-top: 1px solid #eaeaea;
        padding: 45px 0;
        margin: 0
    }

    .product .product-landing-info .attributes .attribute:first-of-type {
        margin-top: 15px
    }
}

@media only screen and (min-width: 641px) {
    .product .product-landing-info .attributes .attribute {
        padding-left: 30px;
        font-size: 14px
    }

    .product .product-landing-info .attributes .attribute:first-child {
        padding-left: 0
    }
}

@media only screen and (min-width: 950px) {
    .product .product-landing-info .attributes .attribute {
        padding-left: 45px;
        font-size: 16px
    }
}

@media only screen and (min-width: 641px) {
    .product .product-landing-info .attributes .attribute {
        border-top: 1px solid #eaeaea
    }
}

.product .product-landing-info .attributes .attribute:last-child {
    border-top: 1px solid #eaeaea;
    border-right: none
}

.product .product-landing-info .attributes .attribute:only-child {
    border-top: 1px solid #eaeaea;
    border: none
}

.product .product-landing-info .attributes .attribute ul li {
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    margin-top: 8px
}

.product .product-landing-info .attributes .attribute ul li span {
    color: #0079cd;
    position: absolute;
    top: 1px;
    left: 0
}

.product .product-landing-info .attributes .attribute ul .product-overview-copy {
    padding-left: 0
}

.product .product-landing-info .attributes:first-of-type>* {
    border-top: none !important
}

.product .product-landing-info .flex-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.product .product-landing-info .flex-cards .uk-card {
    width: calc(33.3333333333% - 30px);
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 900px) {
    .product .product-landing-info .flex-cards .uk-card {
        width: calc(50% - 30px)
    }
}

@media only screen and (max-width: 640px) {
    .product .product-landing-info .flex-cards .uk-card {
        width: calc(100% - 10px);
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper {
    height: 250px
}

@media only screen and (max-width: 900px) {
    .product .product-landing-info .flex-cards .uk-card .card-image-wrapper {
        height: 250px
    }
}

@media only screen and (max-width: 640px) {
    .product .product-landing-info .flex-cards .uk-card .card-image-wrapper {
        height: auto
    }
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper>div:first-child {
    width: 100% !important;
    height: 100% !important
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper .card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper .border-bottom {
    border-bottom: 10px solid;
    width: 20%
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper .userstory {
    border-color: #1974cc;
    box-shadow: 0 1px 20px rgba(25, 116, 204, .7)
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper .wiki {
    border-color: #f8d100;
    box-shadow: 0 1px 20px rgba(248, 209, 0, .7)
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper .application {
    border-color: #002d73;
    box-shadow: 0 1px 20px rgba(0, 45, 115, .7)
}

.product .product-landing-info .flex-cards .uk-card .card-image-wrapper .video {
    border-color: #3fa435;
    box-shadow: 0 1px 20px rgba(63, 164, 53, .7)
}

.product .product-landing-info .flex-cards .uk-card .post-date {
    padding: 5px 10px;
    float: right;
    color: #9d9c9c
}

.product .product-landing-info .flex-cards .uk-card .uk-card-body {
    clear: both;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 40px
}

.product .product-landing-info .flex-cards .uk-card .uk-card-body .uk-card-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

.product .product-landing-info .flex-cards .uk-card .card-type-wrapper {
    color: #9d9c9c;
    position: absolute;
    padding: 0 30px;
    bottom: 20px
}

.product .product-landing-info .flex-cards .uk-card .card-type-wrapper .card-type-text {
    text-transform: uppercase;
    font-weight: 700
}

.product .product-landing-info .flex-cards .uk-card .card-type-wrapper .userstory {
    color: #1974cc
}

.product .product-landing-info .flex-cards .uk-card .card-type-wrapper .wiki {
    color: #f8d100
}

.product .product-landing-info .flex-cards .uk-card .card-type-wrapper .application {
    color: #002d73
}

.product .product-landing-info .flex-cards .uk-card .card-type-wrapper .video {
    color: #3fa435
}

.product .product-videos a {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 700
}

.product .product-videos a:before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .45);
    transition: background-color .15s ease-in-out
}

.product .product-videos a .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.product .product-videos a .content {
    border-bottom: 2px solid #f6d328;
    transition: all .15s ease-in-out;
    font-size: 14px
}

@media only screen and (min-width: 641px) {
    .product .product-videos a .content {
        font-size: 16px
    }
}

@media only screen and (min-width: 950px) {
    .product .product-videos a .content {
        font-size: 14px
    }
}

@media only screen and (min-width: 1400px) {
    .product .product-videos a .content {
        font-size: 1.125rem
    }
}

.product .product-videos a .content .play {
    color: #fff;
    position: relative;
    top: -2px
}

.product .product-videos a .content .play svg circle,
.product .product-videos a .content .play svg path {
    stroke: #fff
}

@media only screen and (max-width: 1399px) {
    .product .product-videos a .content .play svg {
        width: 17px;
        height: 17px
    }
}

.product .product-videos a:hover .content {
    border-color: #0079cd
}

.product .product-videos a:hover:before {
    background-color: rgba(0, 0, 0, .55)
}

.product-info-accordions {
    display: flex;
    flex-direction: column;
    width: 100%
}

.product-info-accordions .cd-accordion-menu:last-of-type {
    margin-bottom: 40px
}

.product-info-accordions h3 {
    margin-top: 0;
    margin-bottom: 0
}

.product-landing-slider-container {
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.product-landing-slider-container .slide-info {
    display: inline-block;
    font-size: .875rem;
    margin-top: 11px
}

.product-landing-slider-container.product-image {
    text-align: center;
    max-width: 100%;
    padding: 0;
    margin-top: 20px !important
}

@media only screen and (min-width: 641px) {
    .product-landing-slider-container.product-image {
        margin-top: 0 !important
    }
}

.slick-slider {
    position: relative;
    display: cover;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.product-image .slick-list {
    margin: 0 -7.5px
}

@media only screen and (min-width: 641px) {
    .product-image .slick-list {
        overflow: hidden
    }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 7.5px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:focus {
    outline: none
}

.slick-arrow.slick-hidden {
    display: none
}

.product-image .slick-prev {
    left: 0
}

.product-image .slick-next {
    right: 0
}

.slick-prev,
.slick-next {
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    width: 42px;
    height: 16px;
    position: absolute;
    bottom: -30px;
    background: transparent url(../image/arrow-long-yellow.dbf96ab8.svg) 0 0 no-repeat;
    transition: all .15s ease-in-out
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none
}

.slick-prev.slick-prev,
.slick-next.slick-prev {
    transform: rotate(180deg);
    left: 10px
}

.slick-prev.slick-next,
.slick-next.slick-next {
    right: 10px
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    filter: grayscale(100%);
    opacity: .4;
    cursor: default !important
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f90;
    line-height: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #f90
}

.sticky-nav {
    box-shadow: 0 1px rgba(0, 0, 0, .1);
    padding: 20px 0;
    background: rgba(255, 255, 255, .95)
}

.sticky-nav.uk-sticky-fixed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.sticky-nav ul.uk-subnav {
    color: #002d73;
    margin: 0 0 0 -20px
}

.sticky-nav ul.uk-subnav li a {
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px
}

.sticky-nav ul.uk-subnav li a:hover {
    color: #0079cd
}

.sticky-nav ul.uk-subnav>*>:first-child {
    text-transform: none
}

.sticky-nav .uk-container {
    position: relative
}

.sticky-nav .uk-container .pdf-button {
    position: absolute;
    top: -9px;
    right: 40px;
    margin: 0
}

.uk-accordion li {
    border-top: 1px solid #eaeaea;
    margin: 0;
    padding: 0
}

.uk-accordion li:last-child {
    border-bottom: 1px solid #eaeaea
}

.uk-accordion li .uk-accordion-title {
    padding: 15px;
    position: relative;
    font-size: 1rem
}

@media only screen and (min-width: 641px) {
    .uk-accordion li .uk-accordion-title {
        font-size: 1.1875rem
    }
}

.uk-accordion li .uk-accordion-title:after {
    display: none
}

.uk-accordion li .uk-accordion-title .uk-icon {
    color: #f6d328;
    margin-right: 10px
}

@media only screen and (min-width: 641px) {
    .uk-accordion li .uk-accordion-title .uk-icon {
        margin-right: 20px
    }
}

.uk-accordion li:nth-child(n+2) {
    margin: 0
}

.uk-accordion li.uk-open .uk-icon {
    transform: rotate(180deg)
}

.uk-accordion li .uk-accordion-content {
    padding: 0 20px 0 60px
}

@media screen and (max-width: 639px) {
    .uk-accordion li .uk-accordion-content {
        padding: 0 20px 0 50px
    }
}

.uk-accordion.specs {
    background-color: #f8f4f0
}

.uk-accordion.specs li {
    width: 100%
}

@media only screen and (min-width: 950px) {
    .uk-accordion.specs li {
        display: flex
    }

    .uk-accordion.specs li .uk-accordion-title {
        flex: 0 0 40%;
        display: flex;
        align-items: baseline
    }
}

.uk-accordion.specs li .uk-accordion-content {
    padding: 15px 0;
    margin-top: 0;
    flex: 0 0 60%
}

@media only screen and (min-width: 950px) {
    .uk-accordion.specs li .uk-accordion-content {
        width: 100%;
        position: relative
    }
}

.uk-accordion.specs li .uk-accordion-content table {
    color: #000;
    font-size: 14px
}

@media only screen and (min-width: 641px) {
    .uk-accordion.specs li .uk-accordion-content table {
        font-size: .9375rem
    }
}

@media only screen and (min-width: 950px) {
    .uk-accordion.specs li .uk-accordion-content table {
        width: 100%
    }
}

.uk-accordion.specs li .uk-accordion-content table tr:hover {
    background-color: inherit
}

.uk-accordion.specs li .uk-accordion-content table tr:nth-of-type(odd),
.uk-accordion.specs li .uk-accordion-content table tr:nth-of-type(odd):hover {
    background-color: #f5f5f5;
    border: none
}

.uk-accordion.specs li .uk-accordion-content table tr td {
    padding: 10px 15px
}

.uk-accordion.specs li .uk-accordion-content table tr td:first-child {
    color: #4c4c4c;
    width: 40%
}

.uk-accordion.specs li .uk-accordion-content table tr:nth-of-type(even) {
    background-color: #fbf9f7
}

.uk-accordion.specs li .uk-accordion-content table tr:nth-of-type(odd) {
    background-color: #f8f4f0
}

.uk-modal-dialog .uk-icon {
    color: #fff
}

.webshop {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

.webshop .webshop-subline {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    top: -6px;
    right: 0;
    color: #0079cd;
    font-size: .75rem
}

@media only screen and (min-width: 641px) {
    .webshop .webshop-subline {
        font-size: .875rem
    }
}

#cart .cartimg {
    width: 100px;
    height: 100px;
    background: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    justify-content: center
}

#cart .cartimg img {
    max-width: 90%;
    max-height: 90%;
    width: auto
}

.cartActionsForm {
    display: none
}

.cart-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px
}

.cart-icon img {
    min-width: 20px;
    max-width: 20px
}

.sticky-buttons {
    bottom: 80px;
    right: 19px
}

#elc-cookie-tab {
    right: unset !important;
    left: 0
}

.cd-accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.cd-accordion-menu label,
.cd-accordion-menu a {
    position: relative;
    cursor: pointer
}

.cd-accordion-menu {
    padding-left: 0
}

.cd-accordion-menu ul {
    display: none
}

.has-children {
    list-style: none
}

.cd-accordion-menu input[type=checkbox]:checked+label+ul,
.cd-accordion-menu input[type=checkbox]:checked+label:nth-of-type(n)+ul {
    display: block;
    background-color: #f8f4f0
}

label>span {
    transition: transform .65s ease
}

.cd-accordion-menu input[type=checkbox]:checked+label>span {
    transform: rotate(180deg)
}

.tab-content {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    display: none
}

.cd-accordion-menu input[type=checkbox]:checked~.tab-content {
    max-height: 1000em;
    display: block
}

.uk-button-large {
    font-size: 1.125rem
}

.uk-modal-dialog iframe {
    height: inherit
}

.sameadress-checkbox:hover {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cd-accordion-menu label span {
    float: right
}

.product-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(112, 112, 112, .36)
}

@media screen and (max-width: 700px) {
    .product-meta-bar {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 20px
    }
}

.product-meta-bar .product-meta-bar__count {
    margin: 0;
    padding: 40px 0;
    font-size: 16px;
    color: #acacac
}

@media screen and (max-width: 700px) {
    .product-meta-bar .product-meta-bar__count {
        padding-bottom: 20px
    }
}

.cart-links .uk-navbar-nav li a {
    color: #a3a3a3;
    border-bottom: 1px solid #a3a3a3
}

.cart-links .uk-navbar-nav li a:hover,
.cart-links .uk-navbar-nav li.uk-active a {
    color: #002d73;
    border-bottom: 1px solid #002d73
}

.cart .product {
    border-bottom: 1px solid #eaeaea;
    padding: 1rem
}

.cart .uk-form-horizontal .uk-icon {
    margin: 8px 0;
    opacity: .9
}

.cart .uk-form-horizontal .uk-icon:hover {
    opacity: 1
}

.cart .uk-form-horizontal .qty {
    margin: 0 8px;
    color: #000
}

.update {
    display: none
}

.update img {
    width: 200px;
    height: auto;
    opacity: .8
}

.update.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8)
}

.update.loading img {
    animation: load3 1.4s infinite linear
}

@keyframes load3 {
    0% {
        transform: rotate(0)
    }

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

#solutions .listitem {
    padding: 2rem 0;
    border-bottom: 1px solid #eaeaea
}

@media only screen and (max-width: 640px) {
    #solutions .listitem {
        display: block;
        width: 100%;
        padding: 3rem 0
    }
}

#solutions .listitem:first-child {
    border-top: 1px solid #eaeaea
}

#solutions .listitem h5 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    letter-spacing: 0
}

@media only screen and (min-width: 641px) {
    #solutions .listitem h5 {
        margin: 0
    }
}

@media only screen and (min-width: 1200px) {
    #solutions .listitem h5 {
        font-size: 1.5rem
    }
}

#solutions .listitem .content {
    margin-bottom: 15px
}

@media only screen and (min-width: 641px) {
    #solutions .listitem .content {
        margin-bottom: 0
    }
}

#solutions .listitem .icon {
    margin-bottom: 30px;
    width: 120px
}

@media only screen and (min-width: 641px) {
    #solutions .listitem .icon {
        padding-right: 45px;
        margin: 0;
        width: 300px
    }
}

#solutions .listitem .icon img {
    width: auto
}

@media only screen and (min-width: 641px) {
    #solutions .listitem .icon img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

#solution .related {
    padding-right: 1rem
}

#solution .related img {
    width: 100%
}

#solution .uk-subnav a {
    color: #002d73;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px
}

#solution .uk-subnav a:hover {
    color: #0079cd
}

ul.products span,
ul.products figure {
    padding-right: 1.5rem
}

ul.products .title p,
ul.products .title h4 {
    margin: 0
}

@media only screen and (max-width: 640px) {
    ul.products li {
        display: block;
        width: 100%;
        padding: 3rem 0
    }

    ul.products li .title {
        margin-bottom: 10px
    }

    ul.products li .readmore {
        margin-top: 20px
    }
}

#insight .image {
    max-height: 310px;
    overflow: hidden
}

#insight figure.image {
    margin-top: 10px
}

#insight .subscribe {
    margin-top: 10px
}

@media only screen and (min-width: 641px) {
    #insight .subscribe {
        margin-top: 40px
    }
}

@media only screen and (min-width: 1200px) {
    #insight .subscribe {
        margin-top: 10px
    }
}

.aligntext {
    text-align: left
}

.subscribe .label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875rem;
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.subscribe fieldset {
    display: block
}

.subscribe .header {
    border: 1px solid #eaeaea;
    margin: 0;
    padding: 1rem 30px
}

@media only screen and (min-width: 1400px) {
    .subscribe .header {
        font-size: 1.125rem
    }
}

.subscribe .uk-card {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

@media only screen and (min-width: 1400px) {
    .subscribe .uk-card {
        padding: 40px 60px 50px
    }
}

.subscribe .uk-button {
    margin: auto;
    font-size: 1rem
}

@media only screen and (min-width: 1400px) {
    .subscribe .uk-button {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 1200px) {
    .solutionattributes {
        padding-left: 40px
    }
}

.solutionattributes.uk-grid {
    margin-left: 0
}

.solutionattributes .solutionattribute {
    padding: 30px 0
}

@media only screen and (max-width: 640px) {
    .solutionattributes .solutionattribute {
        width: 100%;
        border-top: 1px solid #eaeaea;
        padding: 45px 0;
        margin: 0
    }

    .solutionattributes .solutionattribute:first-of-type {
        margin-top: 15px
    }
}

@media only screen and (min-width: 641px) {
    .solutionattributes .solutionattribute {
        padding-left: 30px;
        font-size: 14px
    }

    .solutionattributes .solutionattribute:first-child {
        padding-left: 0
    }
}

@media only screen and (min-width: 950px) {
    .solutionattributes .solutionattribute {
        padding-left: 45px;
        font-size: 16px
    }
}

@media only screen and (min-width: 641px) {
    .solutionattributes .solutionattribute {
        border-top: 1px solid #eaeaea
    }
}

.solutionattributes .solutionattribute:last-child {
    border-top: 1px solid #eaeaea;
    border-right: none
}

.solutionattributes .solutionattribute:only-child {
    border-top: 1px solid #eaeaea;
    border: none
}

.solutionattributes .solutionattribute ul li {
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    margin-top: 8px
}

.solutionattributes .solutionattribute ul li span {
    color: #0079cd;
    position: absolute;
    top: 1px;
    left: 0
}

.Center-content-wrapper {
    background-color: #fbf9f7
}

#knowledge-center .main-kc-content {
    display: flex;
    margin-top: 50px
}

@media screen and (max-width: 959px) {
    #knowledge-center .main-kc-content {
        flex-direction: column
    }
}

#knowledge-center .type-select {
    display: flex;
    height: -moz-min-content;
    height: min-content;
    flex-direction: column;
    margin-right: 30px;
    margin-top: 25px;
    margin-left: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 5px
}

#knowledge-center .type-select legend {
    color: #899ab9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12.5px
}

#knowledge-center .type-select #topic-legend {
    padding-top: 17.5px
}

@media screen and (max-width: 959px) {
    #knowledge-center .type-select {
        margin-left: 0;
        margin-right: 0
    }
}

#knowledge-center .uk-open {
    padding: 25px
}

#knowledge-center .uk-open .uk-accordion-title {
    border: none
}

#knowledge-center .uk-accordion-content {
    margin: 0;
    padding: 0
}

#knowledge-center .uk-accordion-title {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #002d73;
    border: 1px solid #899ab9;
    border-radius: 5px
}

#knowledge-center .uk-accordion-title span {
    margin-right: 15px
}

#knowledge-center .uk-accordion-title svg {
    width: 20px
}

@media screen and (max-width: 959px) {
    #knowledge-center .uk-accordion-title {
        display: block
    }
}

#knowledge-center .filter-accordion-item {
    border: none
}

#knowledge-center #knowledgeCenterTypeFilter,
#knowledge-center #knowledgeCenterCategoryFilter {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0
}

#knowledge-center .knowledgeCenterTypeFilterInput,
#knowledge-center .knowledgeCenterCategoryFilterInput {
    display: none
}

#knowledge-center #knowledgeCenterCategoryFilter .knowledgeCenterInputLabel {
    margin-bottom: 12.5px
}

#knowledge-center .knowledgeCenterInputLabel {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #002d73
}

#knowledge-center .knowledgeCenterInputLabel:hover {
    cursor: pointer
}

#knowledge-center .knowledgeCenterInputLabel .filter-button-icon-wrapper {
    content: url(../image/checkbox.8d9b61af.svg);
    margin-right: 10px
}

#knowledge-center input[class=knowledgeCenterCategoryFilterInput]:checked+label .filter-button-icon-wrapper,
#knowledge-center input[class=knowledgeCenterTypeFilterInput]:checked+label .filter-button-icon-wrapper {
    content: url(../image/checkbox_selected.de9073da.svg)
}

#knowledge-center #all-entry-types-label {
    margin-bottom: 12.5px
}

#knowledge-center .color-coding-text {
    width: 90%;
    margin: 0 0 12.5px;
    font-size: 12px;
    color: #899ab9
}

#knowledge-center .color-coding {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#knowledge-center .color-coding .color-coding-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px
}

#knowledge-center .color-coding .color-coding-item p {
    margin: 0;
    padding: 0
}

#knowledge-center .color-coding .color-coding-item .color-coding-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

#knowledge-center .color-coding .color-coding-item .color-coding-text {
    font-size: 14px;
    color: #9d9c9c
}

#knowledge-center .color-coding .color-coding-item .blue {
    color: #1974cc
}

#knowledge-center .color-coding .color-coding-item .navyblue {
    color: #002d73
}

#knowledge-center .color-coding .color-coding-item .green {
    color: #3fa435
}

#knowledge-center .color-coding .color-coding-item .yellow {
    color: #f8d100
}

#knowledge-center .flex-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -30px
}

@media screen and (min-width: 1200px) {
    #knowledge-center .flex-cards {
        margin-left: -40px
    }
}

@media screen and (max-width: 959px) {
    #knowledge-center .flex-cards {
        margin-left: -15px
    }
}

@media screen and (max-width: 767px) {
    #knowledge-center .flex-cards {
        margin-left: 0
    }
}

#knowledge-center .flex-cards .uk-card {
    width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    background-color: unset
}

@media only screen and (max-width: 1023px) {
    #knowledge-center .flex-cards .uk-card {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    #knowledge-center .flex-cards .uk-card {
        width: 100%;
        padding-left: 0
    }
}

@media screen and (min-width: 1200px) {
    #knowledge-center .flex-cards .uk-card {
        padding-left: 40px
    }
}

#knowledge-center .flex-cards .uk-card .card-image-wrapper {
    aspect-ratio: 16/9
}

#knowledge-center .flex-cards .uk-card .card-image-wrapper>div:first-child {
    width: 100% !important;
    height: 100% !important
}

#knowledge-center .flex-cards .uk-card .card-image-wrapper .card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 2.5px
}

#knowledge-center .flex-cards .uk-card .post-date {
    color: #9d9c9c
}

#knowledge-center .flex-cards .uk-card .uk-card-body {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

#knowledge-center .flex-cards .uk-card .uk-card-body .uk-card-title {
    color: #002d73;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

#knowledge-center .flex-cards .uk-card .card-body-wrapper {
    display: flex
}

#knowledge-center .flex-cards .uk-card .card-type-wrapper {
    color: #9d9c9c;
    padding-bottom: 20px;
    min-width: -moz-fit-content;
    min-width: fit-content
}

#knowledge-center .flex-cards .uk-card .card-type-wrapper .card-type-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #002d73;
    margin-right: 15px;
    border-radius: 2.5px
}

#knowledge-center .kc-pagination-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 80px 0
}

@media only screen and (max-width: 640px) {
    #knowledge-center .kc-pagination-container {
        margin: 50px 0
    }
}

#knowledge-center .kc-pagination-container a {
    background: #f7f8fc;
    color: #06336c;
    margin: 5px;
    padding: 10px 18px;
    cursor: pointer
}

#knowledge-center .kc-pagination-container a:hover {
    background-color: #06336c;
    color: #fff
}

@media only screen and (max-width: 640px) {
    #knowledge-center .kc-pagination-container a {
        font-size: 10px;
        padding: 6px 9px;
        margin: 1px
    }
}

#knowledge-center .kc-pagination-container a.current {
    background-color: #06336c;
    color: #fff
}

#knowledge-center .kc-pagination-container a.disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

#knowledge-center .read-more-container {
    margin-top: 30px;
    text-align: center
}

#knowledge-center .read-more-container .read-more-button {
    background-color: #06336c;
    padding: 13px 16px;
    color: #fff;
    width: inherit;
    max-width: 175px;
    margin: 0 auto
}

.nortek-wiki-page .table-of-content {
    max-width: 800px;
    margin-bottom: 50px
}

.nortek-wiki-page .table-of-content .toc-header {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #002d73;
    margin-bottom: 20px
}

.nortek-wiki-page .table-of-content .toc-h1 {
    background-color: #f3f8fd;
    padding: 15px
}

.nortek-wiki-page .table-of-content h1,
.nortek-wiki-page .table-of-content .toc-h1 {
    font-size: 20px;
    font-weight: 300;
    margin: 10px
}

.nortek-wiki-page .table-of-content h1:hover,
.nortek-wiki-page .table-of-content .toc-h1:hover {
    color: #000
}

.nortek-wiki-page .table-of-content .level-1 {
    padding-left: 25px
}

.nortek-wiki-page .table-of-content h2,
.nortek-wiki-page .table-of-content .toc-h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 10px
}

.nortek-wiki-page .table-of-content h2:hover,
.nortek-wiki-page .table-of-content .toc-h2:hover {
    color: #000
}

.nortek-wiki-page .table-of-content .level-2 {
    padding-left: 55px
}

.nortek-wiki-page .table-of-content h3,
.nortek-wiki-page .table-of-content .toc-h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 10px
}

.nortek-wiki-page .table-of-content h3:hover,
.nortek-wiki-page .table-of-content .toc-h3:hover {
    color: #000
}

.nortek-wiki-page .table-of-content .level-3 {
    padding-left: 85px
}

.nortek-wiki-page .table-of-content h4,
.nortek-wiki-page .table-of-content .toc-h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 10px
}

.nortek-wiki-page .table-of-content h4:hover,
.nortek-wiki-page .table-of-content .toc-h4:hover {
    color: #000
}

.nortek-wiki-page .table-of-content .level-4 {
    padding-left: 115px
}

.nortek-wiki-page .table-of-content h5,
.nortek-wiki-page .table-of-content .toc-h5 {
    font-size: 16px;
    font-weight: 300;
    margin: 10px
}

.nortek-wiki-page .table-of-content h5:hover,
.nortek-wiki-page .table-of-content .toc-h5:hover {
    color: #000
}

.nortek-wiki-page .table-of-content .level-5 {
    padding-left: 145px
}

.nortek-wiki-page .table-of-content h6,
.nortek-wiki-page .table-of-content .toc-h6 {
    font-size: 16px;
    font-weight: 300;
    margin: 10px
}

.nortek-wiki-page .table-of-content h6:hover,
.nortek-wiki-page .table-of-content .toc-h6:hover {
    color: #000
}

.nortek-wiki-page .table-of-content .level-6 {
    padding-left: 175px
}

@media only screen and (max-width: 640px) {
    .nortek-wiki-page .table-of-content .toc-header {
        font-size: 25px
    }

    .nortek-wiki-page .table-of-content h1,
    .nortek-wiki-page .table-of-content .toc-h1 {
        font-size: 19.6px
    }

    .nortek-wiki-page .table-of-content .level-1 {
        padding-left: 0
    }

    .nortek-wiki-page .table-of-content h2,
    .nortek-wiki-page .table-of-content .toc-h2 {
        font-size: 17.6px
    }

    .nortek-wiki-page .table-of-content .level-2 {
        padding-left: 20px
    }

    .nortek-wiki-page .table-of-content h3,
    .nortek-wiki-page .table-of-content .toc-h3 {
        font-size: 15.6px
    }

    .nortek-wiki-page .table-of-content .level-3 {
        padding-left: 40px
    }

    .nortek-wiki-page .table-of-content h4,
    .nortek-wiki-page .table-of-content .toc-h4 {
        font-size: 15.6px
    }

    .nortek-wiki-page .table-of-content .level-4 {
        padding-left: 60px
    }

    .nortek-wiki-page .table-of-content h5,
    .nortek-wiki-page .table-of-content .toc-h5 {
        font-size: 15.6px
    }

    .nortek-wiki-page .table-of-content .level-5 {
        padding-left: 80px
    }

    .nortek-wiki-page .table-of-content h6,
    .nortek-wiki-page .table-of-content .toc-h6 {
        font-size: 15.6px
    }

    .nortek-wiki-page .table-of-content .level-6 {
        padding-left: 100px
    }
}

.nortek-wiki-page .article-content .linkto {
    font-style: italic;
    border-bottom: none
}

.nortek-wiki-page .article-content .linkto:hover {
    border-bottom: 1.5px solid
}

.nortek-wiki-page .article-content .linkto.userstory {
    color: #002d73;
    border-color: #002d73
}

.nortek-wiki-page .article-content .linkto.nortekwiki {
    color: #ff2900;
    border-color: #ff2900
}

.nortek-wiki-page .article-content .linkto.application {
    color: #f8d100;
    border-color: #f8d100
}

.userStory:not(.border-bottom),
.userstory:not(.border-bottom) {
    border-bottom: 3px solid #80f0ff
}

.wiki:not(.border-bottom),
.alt-homepage-news-banner__card-type-text.nortekWiki {
    border-bottom: 3px solid #f8d100
}

.application:not(.border-bottom) {
    border-bottom: 3px solid #2374cc
}

.video:not(.border-bottom):not(.resourceCard__media) {
    border-bottom: 3px solid #69f0ae
}

.nortekNews:not(.border-bottom) {
    border-bottom: 3px solid #00babe
}

.related-products-wrapper .related-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.related-products-wrapper .related-products__card {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background-color: #f3f8fd;
    border-radius: 5px;
    padding: 45px 30px
}

.related-products-wrapper .related-products__card:hover .related-products__hover-arrow {
    display: block
}

@media screen and (max-width: 1200px) {
    .related-products-wrapper .related-products__card {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .related-products-wrapper .related-products__card {
        width: 100%
    }
}

.related-products-wrapper .related-products__image-wrapper {
    width: 30%;
    padding: 5px;
    aspect-ratio: 1/1
}

@media screen and (max-width: 1200px) {
    .related-products-wrapper .related-products__image-wrapper {
        width: 60%
    }
}

.related-products-wrapper .related-products__image-wrapper--image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.related-products-wrapper .related-products__text-wrapper {
    width: calc(70% - 20px)
}

@media screen and (max-width: 767px) {
    .related-products-wrapper .related-products__text-wrapper {
        margin-top: 25px
    }
}

@media screen and (max-width: 1200px) {
    .related-products-wrapper .related-products__text-wrapper {
        width: 100%
    }

    .related-products-wrapper .related-products__text-wrapper * {
        text-align: center
    }
}

.related-products-wrapper .related-products__text-wrapper--category {
    font-size: 14px;
    color: #2374cc;
    margin: 0 0 10px
}

.related-products-wrapper .related-products__text-wrapper--title {
    font-size: 22px;
    color: #002d73;
    margin: 0 0 10px
}

.related-products-wrapper .related-products__text-wrapper--product-info {
    font-size: 16px;
    color: #162332;
    margin: 0
}

.related-products-wrapper .related-products__hover-arrow {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px
}

.software {
    position: relative;
    color: #000;
    font-size: 14px
}

@media only screen and (min-width: 641px) {
    .software .uk-flex {
        min-height: 50vh
    }
}

.software .login {
    margin-top: 30px;
    font-size: 1rem
}

@media only screen and (min-width: 641px) {
    .software .login {
        margin-top: 45px;
        font-size: 1.125rem
    }
}

.software .login .uk-button {
    font-size: inherit;
    margin-right: 10px
}

@media only screen and (min-width: 641px) {
    .software .software-bg {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        z-index: -1
    }
}

.descriptionsw {
    font-size: 16px;
    margin-top: 0;
    color: #a2a2a2;
}

.titlesw {
    font-size: 16px;
    color: #000
}

.gray {
    background-color: #f5f5f5;
    margin: 2rem 0 1rem;
    padding: 30px 0
}

@media only screen and (min-width: 641px) {
    .gray {
        padding: 45px 0
    }
}

.gray .uk-grid {
    margin-left: 0
}

.gray.attention,
.gray.representative {
    padding: 1rem
}

.gray .icon-link-list {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    height: 100%
}

@media only screen and (min-width: 1100px) {
    .gray .icon-link-list {
        text-align: left
    }
}

.gray .icon-link-list li {
    display: table-cell;
    text-align: center;
    display: block;
    padding: 15px;
    margin-right: 100px
}

@media only screen and (min-width: 641px) {
    .gray .icon-link-list li {
        margin-right: 10px
    }
}

@media only screen and (min-width: 1100px) {
    .gray .icon-link-list li {
        width: auto;
        display: inline-block;
        border-bottom: none;
        padding: 0 38px 0 28px;
        float: none
    }
}

@media only screen and (max-width: 640px) {
    .gray .icon-link-list li:last-child {
        border-bottom: none
    }
}

@media only screen and (min-width: 641px) {
    .gray .icon-link-list li {
        border-bottom: none
    }

    .gray .icon-link-list li:nth-child(-n+2) {
        border-top: none
    }

    .gray .icon-link-list li:nth-child(even) {
        padding-left: 40px
    }
}

@media only screen and (min-width: 1100px) {
    .gray .icon-link-list li {
        border-left: none !important;
        border-top: none;
        border-bottom: none
    }

    .gray .icon-link-list li:last-child {
        border-right: none
    }

    .gray .icon-link-list li:nth-child(even) {
        padding-left: 28px !important
    }

    .gray .icon-link-list li:first-child {
        padding-left: 0
    }

    .gray .icon-link-list li:first-child h3 {
        margin-left: -5px
    }
}

.gray .icon-link-list li a {
    display: block
}

.gray .icon-link-list li h3 {
    font-size: 1rem;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    margin: 0
}

@media only screen and (min-width: 1200px) {
    .gray .icon-link-list li h3 {
        font-size: 1.25rem
    }
}

.gray .icon-link-list li h3 a {
    display: block;
    width: 100%
}

.gray .icon-link-list li h3 a svg {
    fill: #002d73;
    transition: fill .15s ease-in-out;
    margin-right: 5px
}

@media only screen and (min-width: 1100px) {
    .gray .icon-link-list li h3 a svg {
        margin-right: 0
    }
}

.gray .icon-link-list li h3 a:hover svg {
    fill: #0079cd
}

.gray .divider {
    border-bottom: 1px solid #eaeaea;
    padding: 8px 2rem 45px;
    position: relative
}

@media only screen and (min-width: 641px) {
    .gray .divider {
        border-right: 1px solid #eaeaea;
        border-bottom: none;
        padding: 0 2rem 2rem
    }
}

@media only screen and (min-width: 641px) and (max-width: 1159px) {
    .gray .divider {
        margin-bottom: 60px
    }

    .gray .divider:nth-child(even) {
        border-right: none
    }

    .gray .divider:nth-last-child(1),
    .gray .divider:nth-last-child(2) {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 640px) {
    .gray .divider {
        margin-bottom: 30px
    }

    .gray .divider:last-child {
        margin-bottom: 0;
        padding-bottom: 15px
    }
}

.gray .divider:last-child {
    border: 0
}

.gray .divider p {
    font-size: 1rem;
    margin-top: -10px
}

@media only screen and (min-width: 641px) {
    .gray .divider .readmore {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        text-align: center
    }

    .gray .divider .readmore a {
        font-size: 1.125rem
    }
}

.seminars thead th {
    background: #f5f5f5
}

.seminars tr {
    border-top: 1px solid #EAEAEA
}

.seminars tr:nth-of-type(even),
.seminars tr:nth-of-type(even):hover {
    background-color: #f5f5f5
}

#sitemap,
#search,
#login,
#register,
#forgot,
#setpassword,
.modal {
    background-color: #fff;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch
}

#sitemap ul li,
#search ul li,
#login ul li,
#register ul li,
#forgot ul li,
#setpassword ul li,
.modal ul li {
    list-style: none
}

#sitemap .close.uk-icon,
#search .close.uk-icon,
#login .close.uk-icon,
#register .close.uk-icon,
#forgot .close.uk-icon,
#setpassword .close.uk-icon,
.modal .close.uk-icon {
    top: 40px;
    right: 40px
}

@media only screen and (max-width: 960px) {

    #sitemap .close.uk-icon svg,
    #search .close.uk-icon svg,
    #login .close.uk-icon svg,
    #register .close.uk-icon svg,
    #forgot .close.uk-icon svg,
    #setpassword .close.uk-icon svg,
    .modal .close.uk-icon svg {
        width: 30px
    }
}

#sitemap {
    z-index: 99997
}

#sitemap .lang {
    padding-left: 3rem;
    text-align: left;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #sitemap .lang {
        padding-left: 20px
    }
}

#sitemap .lang .uk-inline .uk-icon {
    color: #a2a2a2
}

#sitemap .lang a.label {
    padding: 0
}

#sitemap .uk-nav-primary {
    padding-bottom: 0;
    margin-bottom: 5px
}

@media only screen and (max-width: 640px) {
    #sitemap .uk-nav-primary {
        padding-left: 20px
    }
}

#sitemap .uk-nav-primary li a {
    line-height: 1.8
}

@media only screen and (max-width: 640px) {
    #sitemap .uk-nav-primary li a {
        font-size: 1.375rem
    }
}

#sitemap .uk-nav-sub {
    padding-top: 0
}

@media only screen and (max-width: 640px) {
    #sitemap .uk-nav-sub {
        padding-left: 20px
    }
}

#sitemap .uk-nav-sub li a {
    line-height: 2.2
}

@media only screen and (max-width: 640px) {
    #sitemap .uk-nav-sub li a {
        font-size: 1rem
    }
}

#login,
#register,
#forgot,
#setpassword,
.modal {
    background-color: #eaeaea
}

@media only screen and (max-width: 640px) {

    #login,
    #register,
    #forgot,
    #setpassword,
    .modal {
        padding-bottom: 110px
    }
}

#login .wrapper,
#register .wrapper,
#forgot .wrapper,
#setpassword .wrapper,
.modal .wrapper {
    width: 100%;
    width: 100vw;
    padding: 1rem
}

@media only screen and (min-width: 950px) {

    #login .wrapper,
    #register .wrapper,
    #forgot .wrapper,
    #setpassword .wrapper,
    .modal .wrapper {
        height: 100%;
        height: 100vh
    }
}

#login .wrapper .uk-card,
#register .wrapper .uk-card,
#forgot .wrapper .uk-card,
#setpassword .wrapper .uk-card,
.modal .wrapper .uk-card {
    width: 100%;
    max-width: 522px;
    margin-bottom: 20px
}

#login .wrapper .uk-card:last-of-type,
#register .wrapper .uk-card:last-of-type,
#forgot .wrapper .uk-card:last-of-type,
#setpassword .wrapper .uk-card:last-of-type,
.modal .wrapper .uk-card:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width: 641px) {

    #login .wrapper .uk-card,
    #register .wrapper .uk-card,
    #forgot .wrapper .uk-card,
    #setpassword .wrapper .uk-card,
    .modal .wrapper .uk-card {
        margin-bottom: 1.5rem
    }
}

#login .wrapper .uk-card .register,
#register .wrapper .uk-card .register,
#forgot .wrapper .uk-card .register,
#setpassword .wrapper .uk-card .register,
.modal .wrapper .uk-card .register {
    border-bottom: 1px solid #eaeaea
}

#login .wrapper .logo,
#register .wrapper .logo,
#forgot .wrapper .logo,
#setpassword .wrapper .logo,
.modal .wrapper .logo {
    width: 100% !important
}

#login .wrapper .logo span,
#register .wrapper .logo span,
#forgot .wrapper .logo span,
#setpassword .wrapper .logo span,
.modal .wrapper .logo span {
    margin-top: 1.6rem
}

#login .wrapper #forgot-link,
#login .wrapper .left-link,
#register .wrapper #forgot-link,
#register .wrapper .left-link,
#forgot .wrapper #forgot-link,
#forgot .wrapper .left-link,
#setpassword .wrapper #forgot-link,
#setpassword .wrapper .left-link,
.modal .wrapper #forgot-link,
.modal .wrapper .left-link {
    margin-top: -2rem;
    margin-bottom: 1.2rem
}

#login .wrapper #forgot-link a,
#login .wrapper .left-link a,
#register .wrapper #forgot-link a,
#register .wrapper .left-link a,
#forgot .wrapper #forgot-link a,
#forgot .wrapper .left-link a,
#setpassword .wrapper #forgot-link a,
#setpassword .wrapper .left-link a,
.modal .wrapper #forgot-link a,
.modal .wrapper .left-link a {
    font-size: .875rem
}

@media only screen and (min-width: 641px) {

    #login .wrapper #forgot-link a,
    #login .wrapper .left-link a,
    #register .wrapper #forgot-link a,
    #register .wrapper .left-link a,
    #forgot .wrapper #forgot-link a,
    #forgot .wrapper .left-link a,
    #setpassword .wrapper #forgot-link a,
    #setpassword .wrapper .left-link a,
    .modal .wrapper #forgot-link a,
    .modal .wrapper .left-link a {
        font-size: 1rem
    }
}

#login .register,
#register .register,
#forgot .register,
#setpassword .register,
.modal .register {
    height: 60px;
    border-bottom: 1px solid #eaeaea
}

#login .register h4,
#register .register h4,
#forgot .register h4,
#setpassword .register h4,
.modal .register h4 {
    color: #002d73;
    padding-top: 10px
}

@media only screen and (max-width: 640px) {

    #login .register h4,
    #register .register h4,
    #forgot .register h4,
    #setpassword .register h4,
    .modal .register h4 {
        font-size: 1rem;
        font-weight: 700
    }
}

#login form fieldset .uk-button,
#register form fieldset .uk-button,
#forgot form fieldset .uk-button,
#setpassword form fieldset .uk-button,
.modal form fieldset .uk-button {
    margin-top: 30px
}

#search,
.search-form {
    background-color: rgba(255, 255, 255, .98)
}

#search .wrapper,
.search-form .wrapper {
    width: 100vw;
    height: 100vh
}

#search form,
#search .searchItems,
.search-form form,
.search-form .searchItems {
    width: 80%;
    padding: 0;
    margin: 0;
    max-width: 1400px
}

#search .searchItems,
.search-form .searchItems {
    list-style: none
}

#search .searchItems li,
.search-form .searchItems li {
    margin: 15px 0
}

#search .searchItems li a,
.search-form .searchItems li a {
    border-bottom: 2px solid #f6d328;
    transition: all .15s ease-in-out
}

#search .searchItems li a:hover,
.search-form .searchItems li a:hover {
    border-color: #0079cd
}

#search .message,
.search-form .message {
    text-align: right;
    font-size: 80%;
    margin-top: 15px
}

#search h3,
.search-form h3 {
    margin: 3rem auto .5rem;
    text-align: left;
    width: 80%;
    max-width: 1400px
}

#search input[type=search].uk-input,
.search-form input[type=search].uk-input {
    border: 0;
    padding: 0 0 5px;
    border-bottom: 2px solid #f6d328;
    font-size: 1.75rem;
    height: auto;
    overflow: visible;
    transition: border-color .15s ease-in-out;
    background-color: transparent;
    color: #000
}

@media only screen and (min-width: 641px) {

    #search input[type=search].uk-input,
    .search-form input[type=search].uk-input {
        font-size: 3rem
    }
}

@media only screen and (min-width: 950px) {

    #search input[type=search].uk-input,
    .search-form input[type=search].uk-input {
        font-size: 3.75rem
    }
}

#search input[type=search].uk-input:focus,
.search-form input[type=search].uk-input:focus {
    border-color: #0079cd
}

#search input[type=search].uk-input::-webkit-input-placeholder,
.search-form input[type=search].uk-input::-webkit-input-placeholder {
    opacity: .7
}

.sticky-buttons {
    position: fixed;
    bottom: 80px;
    right: 19px;
    z-index: 4
}

.sticky-buttons .ask-our-experts-button {
    width: 100%;
    font-size: 1rem;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .25)
}

#request-quote .uk-offcanvas-bar,
#cart .uk-offcanvas-bar,
#ask-our-experts-offcanvas .uk-offcanvas-bar {
    width: 100%
}

@media only screen and (min-width: 641px) {

    #request-quote .uk-offcanvas-bar,
    #cart .uk-offcanvas-bar,
    #ask-our-experts-offcanvas .uk-offcanvas-bar {
        width: 390px
    }
}

.uk-offcanvas {
    z-index: 99999
}

.uk-offcanvas-bar {
    overflow: visible;
    padding: 0
}

.uk-offcanvas-bar .off-canvas-scroll-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    width: 100%;
    position: relative
}

.uk-offcanvas-bar .off-canvas-scroll-container .uk-tab .uk-active a {
    color: #002d73;
    font-size: 1.2rem
}

.uk-offcanvas-bar .close-button {
    color: #fff;
    background-color: #002d73;
    top: 20px;
    left: auto;
    right: 15px;
    height: 40px;
    width: 40px;
    position: absolute
}

@media only screen and (min-width: 641px) {
    .uk-offcanvas-bar .close-button {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 10px;
        left: -50px;
        box-shadow: none
    }
}

.uk-offcanvas-bar .close-button:hover {
    color: #0079cd
}

.uk-offcanvas-bar .off-canvas-title {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
    margin: 0
}

@media only screen and (min-width: 641px) {
    .uk-offcanvas-bar .off-canvas-title {
        text-align: center;
        padding: 20px 0
    }
}

.uk-offcanvas-bar .off-canvas-title span {
    display: block;
    width: 100%
}

.uk-offcanvas-bar .off-canvas-title span.subtitle {
    font-size: .8125rem
}

.uk-offcanvas-bar .off-canvas-title span.title {
    font-size: 1.125rem;
    margin-bottom: -5px
}

.uk-offcanvas-bar .off-canvas-content-container {
    padding: 30px;
    width: 100%
}

@media only screen and (max-width: 640px) {
    .uk-offcanvas-bar .off-canvas-content-container {
        padding-bottom: 110px
    }
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form textarea,
.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form input {
    color: #000;
    font-size: 1rem
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form textarea::-moz-placeholder,
.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form input::-moz-placeholder {
    color: #a2a2a2
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form textarea::placeholder,
.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form input::placeholder {
    color: #a2a2a2
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form textarea {
    resize: none;
    background-color: #f5f5f5;
    border: none;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding: 20px
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form textarea:focus {
    border-color: #0079cd
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form input::-moz-placeholder {
    color: #002d73
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form input::placeholder {
    color: #002d73
}

.uk-offcanvas-bar .off-canvas-content-container .ask-our-experts-form .uk-button-primary {
    width: 100%;
    display: block;
    font-size: 1rem;
    background-color: #002d73;
    color: #fff;
    margin-top: 55px;
    font-weight: 700
}

.uk-offcanvas-bar .off-canvas-content-container .form-sent {
    height: 100vh;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    padding: 0 30px
}

.uk-offcanvas-bar .off-canvas-content-container .form-sent h3 {
    color: #002d73
}

.uk-offcanvas-bar .off-canvas-content-container .form-sent .readmore a {
    color: #002d73;
    display: inline;
    position: static
}

.uk-offcanvas-bar .off-canvas-content-container .form-sent .readmore a svg {
    display: none
}

.uk-offcanvas-overlay:before {
    background-color: rgba(0, 0, 0, .5)
}

.search-results .intro,
.search-results .support-cta-wrapper {
    background-color: rgba(0, 44, 115, .04);
    border-radius: 2.5px;
    padding: 25px
}

.search-results .intro h1,
.search-results .support-cta-wrapper h1 {
    margin-bottom: 20px
}

.search-results .intro .cta-button,
.search-results .support-cta-wrapper .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 20px;
    margin-top: 25px;
    background-color: #002d73;
    color: #fff;
    font-size: 18px
}

.search-results .intro .cta-button .icon,
.search-results .support-cta-wrapper .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.search-results .intro .cta-button .cta-button-text,
.search-results .support-cta-wrapper .cta-button .cta-button-text {
    white-space: nowrap
}

.search-results .support-cta-wrapper {
    margin-bottom: 50px
}

.search-results .support-cta-wrapper h1 {
    color: #002d73
}

.search-results .listheading {
    font-size: 1rem;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 100px
}

@media only screen and (max-width: 640px) {
    .search-results .listheading {
        margin-top: 70px
    }
}

.search-results em {
    color: inherit
}

.search-results .results-list .listitem {
    border-top: 1px solid #eaeaea;
    padding: 20px 0
}

@media only screen and (max-width: 640px) {
    .search-results .results-list .listitem {
        display: block;
        width: 100%;
        padding: 45px 0 !important
    }

    .search-results .results-list .listitem .readmore {
        margin-top: 15px;
        font-size: inherit
    }
}

@media only screen and (max-width: 950px) {
    .search-results .results-list .listitem {
        font-size: .875rem
    }
}

.search-results .results-list .listitem:only-child,
.search-results .results-list .listitem:last-child {
    border-bottom: 1px solid #eaeaea
}

.search-results .results-list .listitem .image img {
    width: 200px
}

.search-results .results-list .listitem h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-top: 10px
}

@media only screen and (min-width: 641px) {
    .search-results .results-list .listitem h5 {
        margin: 0 0 0 30px
    }
}

@media only screen and (max-width: 950px) {
    .search-results .results-list .listitem h5 {
        font-size: 1rem;
        padding-right: 30px
    }
}

.search-results .results-list .listitem .category {
    min-width: 110px;
    font-size: .875rem;
    text-transform: uppercase
}

.search-results .results-list .listitem .date {
    font-size: 1rem;
    padding-right: 30px
}

@media only screen and (max-width: 950px) {
    .search-results .results-list .listitem .date {
        font-size: .875rem
    }
}

@media only screen and (max-width: 640px) {
    .search-results .results-list .listitem .date {
        margin-top: 15px;
        margin-bottom: 5px;
        display: block
    }
}

.search-results .results-list .listitem.insight,
.search-results .results-list .listitem.other {
    padding: 45px 0
}

@media only screen and (max-width: 640px) {

    .search-results .results-list .listitem.insight div:first-of-type,
    .search-results .results-list .listitem.other div:first-of-type {
        font-weight: 700;
        margin-bottom: 5px
    }
}

.search-form form,
.search-form .searchItems,
.search-form h3 {
    max-width: 100% !important;
    width: 100%
}

.search-form form {
    margin-top: 90px
}

.gray.attention {
    margin: 0;
    box-shadow: 0 2px rgba(0, 0, 0, .1);
    padding: 22px 25px 19px
}

.gray.attention p {
    font-size: .875rem;
    padding-left: 12px;
    margin: 0;
    line-height: 1.4
}

.gray.attention p span {
    color: #4c4c4c;
    font-style: italic
}

@media only screen and (min-width: 960px) {
    .gray.attention p {
        font-size: 1rem
    }
}

.contact-group .searchable {
    font-size: 1rem;
    line-height: 1.8
}

@media only screen and (min-width: 1200px) {
    .contact-group .searchable {
        font-size: 1.125rem
    }
}

.contact-group .searchable.readmore a {
    font-weight: 400
}

.contact-group .uk-margin-small-top {
    margin-top: 20px !important
}

.contact-group .wrapper {
    padding-bottom: 10px
}

.contact-group .contact {
    position: relative
}

.contact-group .contact .flag {
    margin: 10px 0 15px;
    width: 43px;
    height: 43px
}

.contact-group .contact .flag img {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 960px) {
    .contact-group .contact .flag {
        position: absolute;
        top: 40px;
        right: 0;
        margin: 0
    }
}

.contact-group .uk-text-italic {
    font-style: italic;
    font-size: .875rem;
    padding-top: 10px;
    line-height: 1.5
}

@media only screen and (min-width: 1200px) {
    .contact-group .uk-text-italic {
        font-size: 1rem
    }
}

footer .footer-content {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center
}

footer .wrapper {
    margin: 0;
    width: 100%;
    max-width: 1200px;
    padding: 75px 0 125px
}

footer .wrapper p,
footer .wrapper a {
    font-size: 1.125rem;
    white-space: normal;
    margin-bottom: 30px
}

@media only screen and (min-width: 641px) {

    footer .wrapper p,
    footer .wrapper a {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 950px) {

    footer .wrapper p,
    footer .wrapper a {
        font-size: 1rem
    }
}

@media only screen and (min-width: 1200px) {

    footer .wrapper p,
    footer .wrapper a {
        font-size: 1.125rem
    }
}

footer .wrapper a {
    border-bottom: 2px solid #f6d328;
    transition: all .15s ease-in-out
}

footer .wrapper a:hover {
    border-color: #0079cd
}

footer .wrapper .footer-last-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

footer .wrapper a.footer-icon {
    border: none
}

footer .wrapper .footer-icon-wrapper {
    display: inline-block;
    margin: 0 20px 0 0
}

footer .wrapper .footer-icons-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: -moz-fit-content;
    min-width: fit-content
}

footer .wrapper .footer-careers a {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    footer .wrapper {
        min-width: calc(100% - 2rem)
    }
}

@media only screen and (max-width: 1023px) {
    footer .wrapper {
        padding: 40px 30px
    }

    footer .wrapper>div {
        display: flex;
        flex-flow: row wrap;
        width: 100%
    }

    footer .wrapper .footer-column {
        width: 33%;
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    footer .wrapper .footer-last-column {
        width: 100%;
        min-width: -moz-fit-content;
        min-width: fit-content;
        margin-left: 33%;
        margin-top: 3em;
        flex-direction: row;
        justify-content: flex-start
    }

    footer .wrapper .footer-careers {
        width: 50%
    }

    footer .wrapper .footer-careers p {
        margin-top: 0
    }

    footer .wrapper .footer-icons-card-wrapper {
        width: 40%;
        padding-left: 15px
    }

    footer .wrapper .footer-careers-filler {
        display: none
    }
}

@media only screen and (max-width: 825px) {
    footer .wrapper>div {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    footer .wrapper .footer-column {
        margin-top: 0
    }

    footer .wrapper .footer-last-column {
        flex-direction: column;
        margin: 30px 0 0
    }

    footer .wrapper .footer-filler {
        display: none
    }

    footer .wrapper .footer-icons-card-wrapper {
        padding: 0
    }
}

@media screen and (max-width: 1023px) {
    footer .wrapper {
        padding-left: 45px;
        padding-right: 45px
    }
}

footer .uk-card-primary {
    box-shadow: none
}

@media only screen and (max-width: 1023px) {
    footer .uk-card-primary {
        margin-top: 15px
    }
}

footer .uk-card-body {
    padding: 0
}

.pattern {
    width: 80%;
    height: 100%;
    margin: auto;
    bottom: 0px;
    z-index: 1;
    background-color: #06336c;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover
}

#account .uk-card {
    color: #000
}

#account table th,
#account table td {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#account table th {
}

#account table tfoot tr:last-child {
    border-bottom: none
}

#account .address-country,
#register .address-country {
    font-size: 1rem
}

.uk-drop {
    overflow: hidden
}

a.new-address {
    margin-bottom: 2rem;
    margin-top: 1rem
}

.address-fieldset .uk-card {
    border: none;
    margin-bottom: 20px;
    padding: 20px;
    font-size: .875rem;
    color: #000;
    position: relative
}

.address-fieldset .uk-card:first-child {
    margin-left: 0
}

.address-fieldset .uk-card label.title {
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px 20px 20px 45px;
    border: 1px solid #eaeaea
}

.address-fieldset .uk-card input[type=radio]:checked+label.title {
    border-color: #0079cd;
    box-shadow: 0 0 0 1px #0079cd;
    z-index: 0
}

.address-fieldset .uk-card .edit {
    position: absolute;
    top: 20px;
    right: 20px;
    list-style: none;
    z-index: 3
}

.address-fieldset .uk-card.new-address .address-select {
    padding-top: 20px
}

.address-fieldset .uk-card .price {
    font-weight: 400
}

.address-fieldset .address-select {
    margin-top: 15px;
    position: relative;
    padding: 10px 20px
}

@media only screen and (max-width: 640px) {
    .address-fieldset .address-select {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
}

.address-fieldset .address-select .address-list {
    position: relative
}

.address-fieldset .address-select .address-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.addressBox .uk-grid {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px
}

.addressBox .uk-grid>* {
    padding-left: 20px
}

.addressBox label {
    width: 100%;
    display: block;
    color: #4c4c4c;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: .875rem
}

.addressBox input,
.addressBox select {
    width: 100%;
    padding: 8px 12px;
    color: #000;
    margin-bottom: 15px !important
}

.addressBox .flash {
    margin-top: -12px;
    margin-bottom: 15px;
    color: red;
    display: block;
    width: 100%;
    font-size: .8125rem
}

.sameadress-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block
}

.uk-button-primary span {
    color: #fff
}

.address-card-container {
    margin-top: 30px;
    background-color: #fdfdfd;
    width: 100%;
    border: 1px dashed #e1e1e1;
    padding: 30px 30px 0
}

.address-card-container .address-card {
    font-size: .875rem
}

.address-card-container .address-card h5 {
    color: #000;
    font-weight: 700
}

.address-card-container .address-card ul {
    list-style: none;
    color: #000;
    margin: 0 0 10px;
    padding: 0
}

.address-card-container .address-card a {
    display: block;
    margin-bottom: 25px
}

.steps .uk-active a {
    color: #002d73;
    font-size: 1.2rem
}

.steps .uk-subnav {
    justify-content: center
}

.steps .meter {
    background: #ededed;
    border-radius: 5px;
    overflow: hidden
}

.steps .meter span {
    display: block;
    height: 10px;
    background: #002d73
}

.doc-link-notification {
    display: none;
    clear: both;
    padding: 25px;
    border: 2px solid #0079cd;
    background-color: rgba(0, 121, 205, .15)
}

.payment-form {
    background: #ededed;
    border-radius: 10px;
    padding: 2.5rem 1.5rem
}

.payment-form button {
    margin: 0 auto;
    display: block
}

.payment-form legend {
    display: none
}

.payment-form fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.payment-form .stripe-payment-intents-form {
    width: 100%
}

.payment-form .payment-form-fields {
    width: 100%;
    max-width: 450px;
    margin: 0 auto
}

.payment-form .payment-form-fields .grid {
    box-shadow: 0 6px 9px rgba(50, 50, 93, .06);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    background-color: #fff
}

.payment-form .payment-form-fields .grid input {
    padding: 1rem;
    width: 100%;
    border: none;
    border-radius: 0
}

.payment-form .payment-form-fields .grid input:focus {
    outline: none
}

.payment-form .payment-form-fields .grid .item:first-of-type input {
    border-bottom: 1px solid #ededed
}

.payment-form .card-data {
    padding: 1rem !important;
    border-radius: 10px;
    background: #FFF !important;
    box-shadow: 0 6px 9px rgba(50, 50, 93, .06)
}

.uk-list-divider.press {
    padding: 0;
    margin: 0
}

.uk-list-divider.press li {
    padding: 30px 0;
    margin: 0
}

@media only screen and (max-width: 959px) {
    .uk-list-divider.press li {
        display: block;
        width: 100%
    }
}

.uk-list-divider.press li .date {
    font-size: .875rem
}

.uk-list-divider.press li h3 {
    margin-top: -5px;
    margin-bottom: -3px;
    transition: color .15s ease-in-out
}

.uk-list-divider.press li a:hover h3 {
    color: #0079cd
}

.uk-list-divider.press li .readmore {
    font-size: 1rem
}

@media only screen and (min-width: 960px) {
    .uk-list-divider.press li .readmore {
        text-align: right
    }

    .uk-list-divider.press li figure {
        width: 200px;
        margin-bottom: 0
    }
}

.uk-list-divider.press li figure img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: auto
}

@media only screen and (min-width: 960px) {
    .uk-list-divider.press li figure img {
        height: 65px
    }
}

.uk-list-divider.press li p {
    margin-bottom: 0;
    font-size: 1rem
}

.uk-card.customlink {
    padding: 30px
}

.uk-card.customlink h4 {
    margin-bottom: 0
}

.tablesp {
    color: #000;
    font-size: 15px
}

.tablesp tr:hover {
    background-color: inherit
}

.tablesp tr:nth-of-type(odd),
.tablesp tr:nth-of-type(odd):hover {
    background-color: #f5f5f5;
    border: none
}

.tablesp tr td {
    padding: 10px 15px
}

.tablesp tr td:first-child {
    color: #4c4c4c;
    width: 40%
}

#blog-single {
    margin-bottom: 60px
}

#blog-single .intro .uk-text-muted {
    color: #b2c6d4 !important;
    font-size: .775rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

#blog-single .article-video .iframe-wrapper {
    aspect-ratio: 16/9
}

#blog-single .article-video .iframe-wrapper iframe {
    width: 100%;
    height: 100%
}

#blog-single .article-videos a {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 700;
    text-decoration: none
}

#blog-single .article-videos a:before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    transition: background-color .15s ease-in-out
}

#blog-single .article-videos a .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

#blog-single .article-videos a:hover .content {
    border-color: #0079cd
}

#blog-single .article-videos a:hover:before {
    background-color: rgba(0, 0, 0, .5)
}

#blog-single .caption {
    font-style: italic;
    margin: 0
}

.blog-cat-wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center
}

.blog-cat-wrapper .intro {
    max-width: 600px
}

ul.news-cat {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 5px
}

ul.news-cat:before {
    color: #bcc2ca;
    font-size: 14px;
    letter-spacing: 1px;
    content: "filter by";
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 700;
    line-height: 40px
}

ul.news-cat li {
    margin: 10px 5px;
    cursor: pointer
}

@media only screen and (max-width: 540px) {
    ul.news-cat li {
        margin: 10px
    }
}

ul.news-cat li a {
    border: 2px solid #e6eaf0;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 7px 10px;
    font-size: 16px
}

ul.news-cat li a:hover,
ul.news-cat li a.active {
    background: #e6eaf0;
    align-self: auto;
    font-weight: 700
}

article.news-list--item.news-list--feature {
    margin: 30px 0
}

#blog-listing main {
    padding-bottom: 0
}

#blog-listing h3 {
    font-size: 1.7rem
}

#blog-listing .blog-landing-entries {
    padding-left: 0;
    margin: 0 10px 0 -10px;
    display: flex;
    flex-wrap: wrap
}

#blog-listing .blog-landing-entries.related li:nth-child(1n) {
    width: calc(50% - 20px);
    float: left
}

@media only screen and (max-width: 991px) {
    #blog-listing .blog-landing-entries.related li:nth-child(1n) {
        width: calc(100% - 20px)
    }
}

#blog-listing .blog-landing-entries.related li:nth-child(2n) {
    width: calc(25% - 20px);
    float: left
}

@media only screen and (max-width: 991px) {
    #blog-listing .blog-landing-entries.related li:nth-child(2n) {
        width: calc(50% - 20px)
    }
}

#blog-listing .blog-landing-entries.related li:nth-child(3n) {
    width: calc(25% - 20px);
    float: left
}

@media only screen and (max-width: 991px) {
    #blog-listing .blog-landing-entries.related li:nth-child(3n) {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 640px) {

    #blog-listing .blog-landing-entries.related li:nth-child(n+1),
    #blog-listing .blog-landing-entries.related li:nth-child(-n+10) {
        width: 100%
    }
}

#blog-listing .blog-landing-entries.related li #blog-listing h3 {
    font-size: 1.4rem
}

#blog-listing .blog-landing-entries li {
    padding: 40px;
    min-height: 375px;
    background-size: cover;
    position: relative;
    flex-direction: row;
    box-sizing: border-box;
    margin: 10px;
    cursor: pointer
}

#blog-listing .blog-landing-entries li .anchor {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0
}

#blog-listing .blog-landing-entries li .entry-container.has-bg-img h3 {
    color: #fff;
    transition: all 1s ease-in-out;
    display: inline-block
}

#blog-listing .blog-landing-entries li .entry-container.has-bg-img h3 span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li .entry-container.has-bg-img .blog-intro {
    color: #efefef;
    display: block;
    transition: 1s;
    opacity: 0
}

#blog-listing .blog-landing-entries li .entry-container.no-bg-img {
    background: #f7f8fc
}

#blog-listing .blog-landing-entries li .entry-container.no-bg-img h3 {
    color: #002d73 !important;
    display: inline-block;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li .entry-container.no-bg-img span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li:hover:not(.no-intro) .entry-container.has-bg-img h3 {
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li:hover:not(.no-intro) .entry-container.has-bg-img h3 span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #0079cd 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li:hover:not(.no-intro) .entry-container.has-bg-img .blog-intro {
    transition: 1s;
    opacity: 1
}

#blog-listing .blog-landing-entries li:hover:not(.no-intro) .entry-container.no-bg-img h3 span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li.overlay {
    position: relative;
    transition: 1s
}

#blog-listing .blog-landing-entries li.overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    transition: 1s
}

#blog-listing .blog-landing-entries li.overlay:hover:before {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    transition: 1s
}

@media only screen and (max-width: 767px) {
    #blog-listing .blog-landing-entries li {
        width: calc(100% - 20px) !important
    }
}

#blog-listing .blog-landing-entries li.featured-post:nth-child(1n) {
    order: 1;
    min-height: 400px;
    display: flex;
    width: calc(100% - 20px)
}

#blog-listing .blog-landing-entries li.featured-post .entry-container {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) {
    #blog-listing .blog-landing-entries li.featured-post .entry-container .title.uk-width-2-2 {
        max-width: 50%
    }
}

#blog-listing .blog-landing-entries li.featured-post .entry-container .blog-intro {
    display: block;
    transition: 1s;
    opacity: 0
}

#blog-listing .blog-landing-entries li.featured-post .entry-container h3 {
    color: #fff;
    transition: all .15s ease-in-out;
    font-size: 2.625rem;
    line-height: 1.2;
    display: inline-block
}

#blog-listing .blog-landing-entries li.featured-post .entry-container h3 span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li.featured-post .entry-container:hover .blog-intro {
    display: inline-block;
    transition: 1s;
    opacity: 1
}

#blog-listing .blog-landing-entries li.featured-post .entry-container:hover h3 span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

#blog-listing .blog-landing-entries li:nth-child(1n) {
    width: calc(33.333% - 20px);
    float: left
}

#blog-listing .blog-landing-entries li:nth-child(1n) .entry-container {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

#blog-listing .blog-landing-entries li:nth-child(2n) {
    width: calc(66.666% - 20px);
    float: left
}

#blog-listing .blog-landing-entries li:nth-child(2n) .entry-container {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

#blog-listing .blog-landing-entries li:nth-child(3n),
#blog-listing .blog-landing-entries li:nth-child(4n),
#blog-listing .blog-landing-entries li:nth-child(5n) {
    width: calc(33.333% - 20px);
    float: left
}

#blog-listing .blog-landing-entries li:nth-child(6n) {
    width: calc(66.666% - 20px);
    float: left
}

#blog-listing .blog-landing-entries li:nth-child(7n) {
    width: calc(33.333% - 20px);
    float: left
}

#blog-listing .blog-landing-entries li:nth-child(8n),
#blog-listing .blog-landing-entries li:nth-child(9n),
#blog-listing .blog-landing-entries li:nth-child(10n) {
    width: calc(33.333% - 20px);
    float: left
}

@media only screen and (max-width: 640px) {
    #blog-listing .blog-landing-entries li:nth-child(n+1) #blog-listing .blog-landing-entries li:nth-child(-n+11) {
        width: 100%
    }
}

#blog-listing .blog-landing-entries li * {
    position: relative
}

#blog-listing .entry-container .category a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px
}

#blog-listing .entry-container.has-bg-img .title a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

#blog-listing .entry-container.has-bg-img .category a,
#blog-listing .entry-container.has-bg-img .blog-intro {
    color: #fff
}

#blog-listing .entry-container.no-bg-img .title a {
    text-transform: uppercase;
    color: #06336c;
    letter-spacing: 1px
}

#blog-listing .entry-container.no-bg-img .category a {
    color: #bcc2ca
}

#blog-listing .entry-container.no-bg-img .blog-intro {
    color: #000
}

.blog-cat-pag {
    display: table;
    margin: 30px auto 70px;
    list-style: none;
    padding-top: 60px;
    width: 100%;
    text-align: center
}

.blog-cat-pag a {
    background: #f7f8fc;
    color: #06336c;
    margin: 5px;
    padding: 10px 18px;
    cursor: pointer
}

.blog-cat-pag a:hover {
    background-color: #06336c;
    color: #fff
}

.blog-cat-pag span.current {
    background-color: #06336c;
    color: #fff;
    margin: 5px;
    padding: 10px 18px;
    cursor: pointer
}

.blog-cat-pag span.current a {
    background: inherit;
    padding: 0;
    color: inherit;
    margin: 0
}

.blog-cat-pag span.current:hover {
    background: #f7f8fc;
    color: #06336c
}

.blog-cat-pag a span.uk-icon,
#related ul#featured li.featured-post {
    display: none
}

#related h1 {
    text-align: center
}

.dn {
    display: none
}

.blog-cat-wrapper .intro {
    margin: 0 auto
}

#subscribe {
    margin-top: 0
}

#subscribe a.anchor {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 999
}

#subscribe .sub-wrapper {
    background-color: #f7f8fc;
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 0
}

#subscribe .sub-wrapper h1 {
    text-align: center;
    color: #06336c;
    font-size: 2.2rem
}

#subscribe .sub-wrapper p {
    color: #000;
    font-size: 1.175rem
}

#subscribe .sub-wrapper .subscribe-btn {
    background-color: #06336c;
    padding: 13px 16px;
    color: #fff;
    text-transform: uppercase;
    width: inherit;
    flex-grow: 0;
    max-width: 175px;
    margin: auto
}

#subscribe .sub-wrapper .subscribe-btn .fas {
    color: #f6d328;
    -webkit-text-stroke: 1px #06336c;
    padding-right: 10px
}

.hero .cta-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto
}

.hero .cta-container .entry-container {
    display: flex;
    flex-direction: column;
    margin: 60px 20px
}

@media only screen and (min-width: 641px) {
    .hero .cta-container .entry-container {
        justify-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 48%;
        padding-left: 10px
    }
}

@media only screen and (min-width: 992px) {
    .hero .cta-container .entry-container {
        padding-left: 50px
    }
}

.hero .cta-container .entry-container h2 {
    color: #fff;
    transition: all 1s ease-in-out;
    display: inline-block
}

.hero .cta-container .entry-container h2 span.underline-title {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #F6D328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 1s
}

.hero .cta-container .entry-container .intro {
    color: #efefef;
    display: block;
    opacity: 0;
    transition: 1s
}

.hero a.anchor {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: 1s;
    cursor: pointer;
    z-index: 1
}

.hero a.anchor:hover {
    background-color: rgba(0, 0, 0, .5);
    transition: 1s
}

.hero a.anchor:hover>.entry-container h2 span.underline-title {
    background-image: linear-gradient(transparent calc(100% - 2px), #2474CC 2px);
    transition: 1s
}

.hero a.anchor:hover>.entry-container .intro {
    opacity: 1;
    transition: 1s
}

.landing-page .lp-btn {
    background-color: #b2c0d5;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    border: 0px
}

@media screen and (max-width: 640px) {
    .landing-page .lp-btn {
        font-size: 14px
    }
}

.landing-page .title-container {
    text-align: center;
    max-width: 550px;
    margin: 0 auto
}

.landing-page .title-container p {
    font-size: 2rem;
    color: #000
}

@media screen and (max-width: 640px) {
    .landing-page .title-container p {
        font-size: 26px
    }
}

.landing-page .paragraph-container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

.landing-page .paragraph-container p {
    font-size: 20px;
    color: #000
}

@media screen and (max-width: 640px) {
    .landing-page .paragraph-container p {
        font-size: 16px
    }
}

.landing-page .image-container {
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center
}

@media screen and (max-width: 640px) {
    .landing-page .image-container {
        visibility: hidden;
        height: 0px;
        margin-bottom: 0
    }
}

.landing-page .button-container {
    text-align: center;
    margin-bottom: 30px
}

.landing-page .action-slider {
    visibility: hidden
}

.landing-page .action-slider.slick-initialized {
    visibility: visible
}

.landing-page .intro-container {
    background-color: #2374cc;
    margin-bottom: 50px;
    padding: 15px 0
}

.landing-page .intro-container .intro-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

.landing-page .intro-container .intro-content .content-header h2 {
    color: #fff
}

.landing-page .intro-container .intro-content .content-body p {
    margin-top: 0;
    color: #fff;
    font-size: 20px
}

@media screen and (max-width: 640px) {
    .landing-page .intro-container {
        background-color: #fff;
        margin-bottom: 10px
    }

    .landing-page .intro-container .intro-content .content-header h2 {
        color: #000;
        font-size: 26px
    }

    .landing-page .intro-container .intro-content .content-body p {
        color: #000;
        font-size: 16px
    }
}

.landing-page .diagram-container {
    margin-bottom: 50px
}

@media screen and (max-width: 640px) {
    .landing-page .diagram-container {
        margin-bottom: 0
    }
}

.landing-page .diagram-container .diagram-content {
    position: relative;
    height: 510px
}

.landing-page .diagram-container .diagram-content .image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1c366c;
    font-size: 22px;
    position: absolute;
    margin: 5px
}

.landing-page .diagram-container .diagram-content .image-item p {
    margin: 0;
    text-align: center
}

.landing-page .diagram-container .diagram-content .process {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    cursor: pointer
}

.landing-page .diagram-container .diagram-content .collect {
    left: calc(50% - 301px);
    top: 100px;
    width: 80px;
    cursor: pointer
}

.landing-page .diagram-container .diagram-content .report {
    right: calc(50% - 301px);
    top: 100px;
    width: 115px;
    cursor: pointer
}

.landing-page .diagram-container .diagram-content .user {
    top: 215px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 410px
}

@media screen and (max-width: 640px) {
    .landing-page .diagram-container .diagram-content {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center
    }

    .landing-page .diagram-container .diagram-content .image-item {
        position: unset;
        margin: 40px 0;
        font-size: 16px
    }

    .landing-page .diagram-container .diagram-content .process,
    .landing-page .diagram-container .diagram-content .collect {
        width: 60px
    }

    .landing-page .diagram-container .diagram-content .report {
        width: 95px
    }

    .landing-page .diagram-container .diagram-content .user {
        visibility: hidden;
        width: 0px;
        height: 0px;
        margin: 0
    }
}

.landing-page .diagram-container .diagram-footer {
    text-align: center
}

.landing-page .card-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 50px
}

.landing-page .card-container .component-popup-card {
    padding: 5px
}

.landing-page .card-container .component-popup-card .card-media-top {
    height: 200px
}

.landing-page .card-container .component-popup-card .card-media-top img {
    width: 100%;
    height: 100%
}

.landing-page .card-container .component-popup-card .card-title p {
    font-size: 22px;
    color: #000;
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .landing-page .card-container .component-popup-card .card-title p {
        font-size: 18px
    }
}

.landing-page .card-container .user-story-card {
    height: 300px;
    position: relative
}

.landing-page .card-container .user-story-card .story-text {
    position: absolute;
    top: 20%;
    right: 10px;
    width: 50%
}

.landing-page .card-container .user-story-card .story-text .yellow-quoter {
    color: #ff0;
    font-style: italic;
    font-size: 26px;
    font-weight: 700
}

.landing-page .card-container .user-story-card .story-text p {
    color: #fff;
    font-style: italic;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 640px) {
    .landing-page .card-container .user-story-card .story-text .yellow-quoter {
        font-size: 20px
    }

    .landing-page .card-container .user-story-card .story-text p {
        font-size: 14px
    }
}

.landing-page .card-container .user-story-card .btn-container {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.landing-page .card-container .user-story-card .btn-container .card-button {
    background-color: #036fbf;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px
}

.landing-page .card-container .user-story-card .btn-container .card-button .play>svg {
    width: 14px
}

@media screen and (max-width: 640px) {
    .landing-page .card-container .user-story-card .btn-container {
        bottom: 10px;
        right: 10px
    }

    .landing-page .card-container .user-story-card .btn-container .card-button {
        font-size: 10px
    }

    .landing-page .card-container .user-story-card .btn-container .card-button .play>svg {
        width: 10px
    }

    .landing-page .card-container .user-story-card {
        height: 200px
    }

    .landing-page .card-container {
        padding: 0 50px
    }
}

.landing-modal .uk-close {
    color: #a3a3a3
}

.landing-modal .caption-container {
    text-align: center;
    font-size: 2rem;
    color: #002d73
}

.landing-modal .image-container img {
    width: 100%
}

.landing-modal .video-modal {
    padding: 0
}

.landing-modal .video-modal iframe {
    width: 100%;
    height: 56.25vh
}

.eco-webshop .flex-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.eco-webshop .flex-cards .uk-card {
    width: calc(33.3333333333% - 30px);
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 900px) {
    .eco-webshop .flex-cards .uk-card {
        width: calc(50% - 30px)
    }
}

@media only screen and (max-width: 640px) {
    .eco-webshop .flex-cards .uk-card {
        width: calc(100% - 10px);
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.eco-webshop .flex-cards .uk-card .card-image-wrapper {
    height: 250px
}

@media only screen and (max-width: 900px) {
    .eco-webshop .flex-cards .uk-card .card-image-wrapper {
        height: 250px
    }
}

@media only screen and (max-width: 640px) {
    .eco-webshop .flex-cards .uk-card .card-image-wrapper {
        height: auto
    }
}

.eco-webshop .flex-cards .uk-card .card-image-wrapper>div:first-child {
    width: 100% !important;
    height: 100% !important
}

.eco-webshop .flex-cards .uk-card .card-image-wrapper .card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.eco-webshop .flex-cards .uk-card .uk-card-body {
    clear: both;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 40px
}

.eco-webshop .flex-cards .uk-card .uk-card-body .uk-card-title {
    color: #000;
    font-size: 16px
}

.eco-webshop .flex-cards .uk-card .card-bottom {
    color: #9d9c9c;
    position: absolute;
    padding: 0 30px;
    bottom: 20px;
    width: 100%
}

.eco-webshop .flex-cards .uk-card .card-bottom .uk-button {
    max-height: 40px
}

.eco-product-modal .uk-modal-dialog {
    width: auto;
    max-width: 1240px
}

.eco-product-modal .intro .p {
    font-size: 1.175rem
}

#eco-cart .cartimg {
    width: 100px;
    height: 100px;
    background: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    justify-content: center
}

#eco-cart .cartimg img {
    max-width: 90%;
    max-height: 90%;
    width: auto
}

.eco-cart .product {
    border-bottom: 1px solid #eaeaea;
    padding: 1rem
}

.eco-cart .uk-form-horizontal .uk-icon {
    margin: 8px 0;
    opacity: .9
}

.eco-cart .uk-form-horizontal .uk-icon:hover {
    opacity: 1
}

.eco-cart .uk-form-horizontal .qty {
    margin: 0 8px;
    color: #000
}

#cart .close-button svg:nth-child(2) {
    display: none
}

.eco-userinfo .required {
    display: inline-block;
    margin-left: 4px;
    color: red
}

.eco-userinfo .eco-userinfo-notice {
    margin-bottom: 20px;
    padding: 10px 25px;
    background-color: rgba(255, 0, 0, .2);
    border: 1px solid rgba(255, 0, 0, .6)
}

.eco-userinfo .eco-userinfo-notice a {
    text-decoration: underline
}

.eco-userinfo .form-block {
    margin-top: 20px
}

.eco-userinfo .uk-spinner {
    color: #2373cc
}

.shipping-loader {
    margin: 40px auto 50px;
    width: 40px;
    height: 40px;
    position: relative
}

.shipping-loader .cube1,
.shipping-loader .cube2 {
    background-color: #2373cc;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-cubemove 1.8s infinite ease-in-out
}

.shipping-loader .cube2 {
    animation-delay: -.9s
}

@keyframes sk-cubemove {
    25% {
        transform: translate(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translate(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translate(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translate(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5)
    }

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

.comparison-chart__wrapper {
    position: relative;
    padding: 100px 60px 60px;
    background-color: #ebeff3;
    border-radius: 7px
}

.comparison-chart__inner {
    overflow: auto;
    background-image: linear-gradient(90deg, #EBEFF3, #EBEFF3), linear-gradient(270deg, rgba(0, 0, 0, .1), hsla(0deg, 0%, 100%, 0));
    background-repeat: no-repeat;
    background-attachment: local, scroll;
    background-position: 100% 100%;
    background-size: 2rem 100%, .9rem 100%
}

.comparison-chart__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px
}

.comparison-chart__swipe-indicator {
    display: none;
    position: absolute;
    top: 25px;
    right: 30px;
    animation: swipe-indicator 3s ease both
}

@keyframes swipe-indicator {
    0% {
        transform: translate(0);
        opacity: 1
    }

    20% {
        transform: translate(-30px);
        opacity: 1
    }

    40% {
        transform: translate(0);
        opacity: 1
    }

    60% {
        transform: translate(-30px);
        opacity: 1
    }

    80% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(-30px);
        opacity: 0
    }
}

.comparison-chart__table-heading {
    position: sticky;
    left: 0;
    padding-right: 0;
    width: 300px;
    font-size: 20px;
    color: #002d73;
    background-color: #ebeff3;
    z-index: 100
}

.comparison-chart__product-card {
    display: flex;
    align-items: center
}

.comparison-chart__product-image {
    margin-right: 15px;
    max-width: 70px
}

.comparison-chart__product-title {
    font-size: 20px;
    line-height: 1.33;
    font-weight: 400
}

.comparison-chart__arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(calc(-50% - 15px))
}

.comparison-chart__table {
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 1080px
}

.comparison-chart__table .comparison-chart__heading-row {
    border-top: none;
    color: #002d73;
    font-weight: 800;
    background-color: rgba(151, 169, 193, .4)
}

.comparison-chart__table .comparison-chart__heading-row th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px
}

.comparison-chart__table .comparison-chart__heading-row+tr {
    border-top: none
}

.comparison-chart__table th,
.comparison-chart__table td {
    text-align: left
}

.comparison-chart__table thead th:not(.comparison-chart__table-heading) {
    position: relative;
    padding-bottom: 25px;
    padding-right: 50px
}

.comparison-chart__table tbody .comparison-chart__heading-row-cell {
    white-space: nowrap
}

.comparison-chart__table tbody tr {
    border-top: 1px solid rgba(112, 112, 112, .57)
}

.comparison-chart__table tbody th {
    position: sticky;
    left: 0;
    padding: 15px 25px 15px 30px
}

.comparison-chart__table tbody th:not(.comparison-chart__heading-row-cell) {
    font-size: 14px;
    background-color: #ebeff3;
    background-clip: padding-box
}

.comparison-chart__table tbody td {
    padding: 15px 25px 15px 0;
    font-size: 13px
}

@media screen and (max-width: 800px) {
    .comparison-chart__wrapper {
        padding: 100px 30px 30px
    }

    .comparison-chart__swipe-indicator {
        display: block
    }

    .comparison-chart__close {
        right: auto
    }
}

@media screen and (max-width: 600px) {
    .comparison-chart__wrapper {
        padding: 100px 15px 15px
    }

    .comparison-chart__table-heading,
    .comparison-chart__table tbody th {
        position: static
    }
}

.styled-dropdown {
    min-width: 280px;
    min-height: 66px;
    display: inline-block;
    position: relative
}

.styled-dropdown__header {
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #002d73;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    background-color: #fff
}

.styled-dropdown__icon {
    margin-left: 15px
}

.styled-dropdown__inner {
    position: absolute;
    padding: 0 20px 20px;
    width: 100%;
    top: 99%;
    left: 0;
    background-color: #fff;
    z-index: 200;
    border: 1px solid #B2B2B2;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    visibility: hidden;
    pointer-events: none
}

.styled-dropdown__list {
    max-height: 300px;
    overflow: auto
}

.styled-dropdown__list:after {
    content: "";
    width: 100%;
    height: 30px;
    display: block
}

.styled-dropdown[data-open=true] .styled-dropdown__header {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.styled-dropdown[data-open=true] .styled-dropdown__inner {
    visibility: visible;
    pointer-events: auto
}

.custom-checkbox {
    display: flex;
    position: relative
}

.custom-checkbox__input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -4px;
    width: 16px;
    height: 16px
}

.custom-checkbox__label {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #002d73;
    cursor: pointer
}

.custom-checkbox__label:before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    border: 1px solid #707070;
    border-radius: 2px
}

.custom-checkbox__check {
    position: absolute;
    left: 2px;
    top: 50%;
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    transform: translateY(-50%);
    transition: stroke-dashoffset .2s linear
}

.custom-checkbox__input:checked+.custom-checkbox__label .custom-checkbox__check {
    stroke-dashoffset: 0
}

.custom-checkbox__input:disabled+.custom-checkbox__label {
    opacity: .5;
    cursor: auto
}

.compare-dropdown {
    box-shadow: 0 10px 25px rgba(54, 56, 57, .05)
}

.compare-dropdown .custom-checkbox+.custom-checkbox {
    margin-top: 22px
}

.compare-dropdown__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #002d73;
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 800;
    transition: background-color .2s ease
}

.compare-dropdown__button:hover {
    background-color: #0079cd
}

.compare-dropdown__button:disabled {
    opacity: .5;
    pointer-events: none
}

.leadership>*+* {
    margin-top: 50px
}

.leadership-section__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 30px
}

.leadership-section__grid--large {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 40px
}

.team-card {
    cursor: pointer
}

.team-card__image {
    display: grid;
    grid-template-areas: 1fr/1fr;
    margin: 0
}

.team-card__image>* {
    grid-area: 1/1
}

.team-card__secondary-image {
    opacity: 0;
    transition: opacity .15s linear
}

.team-card__header {
    margin-bottom: -25%;
    padding: 20px;
    background-color: #fff;
    transform: translate(6%, -33%)
}

.team-card__heading {
    margin: 0;
    font-size: 22px
}

.team-card__sub-heading {
    margin: 8px 0 0;
    font-size: 13px;
    text-transform: uppercase
}

.team-card__icon {
    margin-top: 8px
}

.team-card:hover .team-card__secondary-image {
    opacity: 1
}

.team-card--small .team-card__heading {
    font-size: 19px
}

.team-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-areas: 1fr/1fr;
    background-color: rgba(255, 255, 255, .98);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    transition-property: opacity, visibility;
    transition-duration: .2s, 0ms;
    transition-delay: 0ms, .2s
}

.team-modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer
}

@media screen and (max-width: 960px) {
    .team-modal__close {
        right: auto;
        left: 40px
    }
}

@media screen and (max-width: 700px) {
    .team-modal__close {
        right: auto;
        left: 10px;
        width: 40px
    }
}

.team-modal__close svg {
    width: 100%
}

.team-modal__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

@media screen and (max-width: 700px) {
    .team-modal__arrow {
        display: none
    }
}

.team-modal__next {
    right: 10px
}

.team-modal__previous {
    left: 10px;
    transform: rotate(180deg)
}

.team-modal__inner {
    display: grid;
    grid-area: 1/1;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    align-content: center;
    height: 100%;
    padding: 20px 150px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media screen and (max-width: 960px) {
    .team-modal__inner {
        grid-template-columns: 1fr;
        grid-gap: 0
    }
}

@media screen and (max-width: 700px) {
    .team-modal__inner {
        padding: 20px 60px
    }
}

.team-modal__inner.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.team-modal__image {
    overflow: hidden;
    border-top-left-radius: 80px
}

@media screen and (max-width: 960px) {
    .team-modal__image {
        max-width: 250px
    }
}

.team-modal__heading {
    margin: 0;
    font-size: 42px;
    line-height: 1
}

.team-modal__sub-heading {
    margin: 5px 0 0;
    font-size: 22px;
    text-transform: uppercase
}

.team-modal__copy {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 17px;
    line-height: 2
}

.team-modal__copy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 80px);
    height: 2px;
    background-color: #161617;
    transform: translate(-80px)
}

@media screen and (max-width: 960px) {
    .team-modal__copy:before {
        width: 100%;
        transform: translate(0)
    }
}

.team-modal__languages {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.team-modal__languages>*+* {
    margin-left: 20px
}

.team-modal__languages-heading {
    flex-shrink: 0
}

.team-modal__social a {
    display: flex
}

.team-modal__social a svg {
    margin-right: 20px
}

.team-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0ms, 0ms
}

html {
    scroll-padding-top: 104px
}

@media screen and (max-width: 767px) {
    html {
        scroll-padding-top: 0
    }
}

body {
    max-width: 100%
}

.pillar-page main {
    padding-bottom: 0;
    background-color: #fbf9f7
}

.pp-jumpNav,
.pp-jumpNav-empty {
    padding: 40px 40px 90px;
    margin-bottom: -50px;
    background-image: url(../image/jump_nav_bg.2779fa4a.svg);
    background-size: cover;
    z-index: 0
}

.pp-jumpNav__nav,
.pp-jumpNav-empty__nav {
    display: inline-flex;
    flex-flow: row wrap;
    gap: 1rem 3rem
}

@media screen and (max-width: 767px) {

    .pp-jumpNav__nav,
    .pp-jumpNav-empty__nav {
        flex-direction: column;
        gap: .5rem
    }
}

.pp-jumpNav__item,
.pp-jumpNav-empty__item {
    display: inline-flex;
    color: #fff;
    text-transform: uppercase
}

.pp-jumpNav__item:hover,
.pp-jumpNav-empty__item:hover {
    text-decoration: underline;
    color: #fff
}

.pp-jumpNav__item .icon,
.pp-jumpNav-empty__item .icon {
    width: 15px;
    margin-right: 10px
}

@media screen and (max-width: 767px) {

    .pp-jumpNav,
    .pp-jumpNav-empty {
        position: static !important
    }
}

.pp-jumpNav-empty {
    padding-top: 10px
}

@media screen and (min-width: 768px) {

    .pp-jumpNav.js-is-sticky,
    .pp-jumpNav.js-is-stuck {
        padding-bottom: 40px;
        margin-bottom: 0;
        margin-left: -1px;
        z-index: 100
    }
}

.pp-intro {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    padding-bottom: 100px;
    border-top-left-radius: 50px;
    background-color: #fbf9f7
}

.pp-intro__wrapper {
    padding: 0
}

.pp-intro__inner {
    display: flex;
    justify-content: space-between
}

.pp-intro__content {
    padding-top: 60px;
    width: 50%
}

.pp-intro__heading {
    font-size: clamp(1.6875rem, 1.3092105263rem + 1.5131578947vw, 3.125rem)
}

.pp-intro__copy {
    font-size: 20px
}

.pp-intro__image {
    width: 45%
}

.pp-intro__image #pp-intro-image-wrapper {
    position: relative
}

.pp-intro__image #pp-intro-image {
    position: relative;
    z-index: 2;
    border-radius: 0 0 2.5px 35px
}

.pp-intro__image #pp-intro-wave-lines {
    position: absolute;
    top: 35%;
    left: -8.5%;
    height: 15%
}

.pp-intro__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
    padding: 15px;
    border-radius: 7.5px;
    background-color: #f3f8fd
}

.pp-intro__cta .quote-request-intro-wrapper {
    min-width: 550px
}

@media screen and (max-width: 767px) {
    .pp-intro__cta .quote-request-intro-wrapper {
        min-width: unset;
        max-width: 100%
    }
}

.pp-intro__cta .help-request-intro-wrapper {
    min-width: 500px
}

@media screen and (max-width: 767px) {
    .pp-intro__cta .help-request-intro-wrapper {
        min-width: unset;
        max-width: 100%
    }
}

.pp-intro__cta img,
.pp-intro__cta p {
    display: inline
}

.pp-intro__cta img,
.pp-intro__cta a {
    margin-right: 10px
}

@media screen and (max-width: 1023px) {
    .pp-intro {
        padding: 0 0 30px 30px
    }
}

@media screen and (max-width: 767px) {
    .pp-intro {
        padding-right: 30px
    }

    .pp-intro__wrapper {
        padding: 0 15px
    }

    .pp-intro__copy {
        font-size: 18px
    }

    .pp-intro__heading {
        font-size: clamp(2rem, 1.7368421053rem + 1.0526315789vw, 3rem);
        width: 100%
    }

    .pp-intro__content {
        width: 100%
    }

    .pp-intro__inner {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .pp-intro__image {
        width: 100%;
        align-self: flex-start;
        margin-bottom: 30px
    }

    .pp-intro__cta {
        font-size: 16px
    }
}

.pp-module {
    padding: 100px 0
}

.pp-module__heading {
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .pp-module__heading {
        font-size: 24px
    }
}

.pp-module figure img {
    border-radius: 2.5px
}

.pp-module .uk-card-title {
    font-size: 18px !important
}

@media screen and (max-width: 1023px) {
    .pp-module {
        padding: 30px
    }

    .pp-module .uk-card-body {
        margin-bottom: 0 !important
    }
}

.pp-fullWidth #pp-fullWidth-content-wrapper {
    display: grid;
    grid-template-columns: 0 1fr 1fr 0
}

@media screen and (max-width: 1023px) {
    .pp-fullWidth #pp-fullWidth-content-wrapper {
        display: flex;
        flex-direction: column
    }
}

.pp-fullWidth .pp-fullWidth-text-wrapper {
    margin-right: 25px
}

.pp-module__heading+.pp-fullWidth__media {
    margin-top: 20px
}

.pp-fullWidth__copy {
    margin-top: 30px;
    font-size: 18px
}

.pp-fullWidth img {
    border-radius: 2.5px
}

@media screen and (max-width: 1023px) {
    .pp-fullWidth .pp-fullWidth-text-wrapper {
        margin-right: 0
    }
}

.pp-video,
.pp-video .pp-video-wrapper {
    position: relative
}

.pp-video__playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

iframe {
    border-radius: 2.5px
}

.pp-posts__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media screen and (max-width: 1023px) {
    .pp-posts .kc-article-list article:last-of-type {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pp-posts .kc-article-list article {
        width: 100% !important;
        display: none
    }

    .pp-posts .kc-article-list article:first-of-type {
        display: block
    }
}

.pp-module--pattern {
    background: url(../image/wave-pattern.6b8e93d9.jpg) no-repeat center center/cover
}

.pp-module--pattern .pp-module__heading {
    color: #fff
}

.pp-resourceCard__content {
    display: flex
}

.pp-resourceCard__heading {
    margin: 0 0 10px;
    font-size: 20px
}

.pp-resourceCard__heading a {
    color: #fff
}

@media screen and (max-width: 767px) {
    .pp-resourceCard__heading {
        font-size: 18px
    }
}

.pp-resourceCard__date {
    color: #9d9c9c
}

.pp-resourceCard__pill {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #162332;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 2.5px;
    line-height: 1.285;
    height: -moz-fit-content;
    height: fit-content
}

.pp-resourceCard__pill.video {
    background-color: #69f0ae
}

.pp-resourceCard__pill.userstory {
    background-color: #80f0ff
}

.pp-resourceCard__pill.wiki {
    background-color: #f8d100
}

@media screen and (max-width: 1023px) {
    .pp-related .pp-resourceCard {
        width: 50%
    }

    .pp-related .pp-resourceCard:last-of-type {
        display: none
    }

    .pp-related .resource-cards-wrapper {
        justify-content: space-around
    }
}

@media screen and (max-width: 767px) {
    .pp-related .pp-resourceCard {
        width: 100%;
        display: none
    }

    .pp-related .pp-resourceCard:first-of-type {
        display: block
    }
}

.pp-products {
    background-color: #fff
}

.pp-products .products-wrapper {
    position: relative;
    --edge-gradient-display: block
}

.pp-products .products-wrapper:after {
    content: "";
    display: var(--edge-gradient-display);
    position: absolute;
    width: 30px;
    right: 0;
    pointer-events: none;
    top: auto;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%)
}

.pp-products .products {
    overflow-x: scroll;
    margin-left: 0;
    position: relative;
    width: 100%
}

.pp-products .products .pp-products__comparison-table {
    display: block;
    border-collapse: collapse;
    table-layout: fixed;
    padding-left: 0;
    border-style: hidden
}

.pp-products .products .pp-comparison-chart-product-cell,
.pp-products .products .pp-comparison-chart-spec-cell {
    max-width: 25%;
    min-width: 175px
}

.pp-products .products .pp-comparison-chart-product-cell>article,
.pp-products .products .pp-comparison-chart-spec-cell>article {
    width: 100%
}

.pp-products .products .pp-comparison-chart-product-cell .product-line.simple,
.pp-products .products .pp-comparison-chart-spec-cell .product-line.simple {
    padding: 10px
}

.pp-products .products .pp-comparison-chart-product-cell .product-line.simple .product-content,
.pp-products .products .pp-comparison-chart-spec-cell .product-line.simple .product-content {
    padding-bottom: 0
}

.pp-products .products .pp-comparison-chart-product-cell .product-line.simple .product-content h3,
.pp-products .products .pp-comparison-chart-spec-cell .product-line.simple .product-content h3 {
    text-align: left
}

.pp-products .products tbody {
    background-color: #f3f8fd;
}

.pp-products .products tbody tr:first-child td:first-child {
    border-top-left-radius: 5px
}

.pp-products .products tbody tr:first-child td:last-child {
    border-top-right-radius: 5px
}

.pp-products .products tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px
}

.pp-products .products tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px
}

.pp-products .products tbody .title-cell {
    padding-left: 15px
}

.pp-products .products tbody .pp-comparison-chart-spec-cell {
    padding: 15px 10px;
    border: 1px solid #e0e0e0
}

.pp-products .products tbody tr:first-child td {
    border-top: 0
}

.pp-products .products tbody tr td:first-child {
    border-left: 0
}

.pp-products .products tbody tr:last-child td {
    border-bottom: 0
}

.pp-products .products tbody tr td:last-child {
    border-right: 0
}

.pp-twoColumn .pp-twoColumn-content-wrapper {
    display: flex;
    gap: 40px
}

.pp-twoColumn .pp-twoColumn-content-wrapper:before {
    display: none
}

.pp-twoColumn .pp-twoColumn-content-wrapper:after {
    display: none
}

.pp-twoColumn .pp-twoColumn-content-wrapper .pp-twoColumn-column {
    flex: 1
}

@media screen and (max-width: 767px) {
    .pp-twoColumn .pp-twoColumn-content-wrapper .pp-twoColumn-column {
        flex: unset;
        width: 100%
    }

    .pp-twoColumn .pp-twoColumn-content-wrapper {
        flex-direction: column;
        gap: 60px
    }
}

.pp-twoColumn__image {
    border-radius: 2.5px
}

.pp-twoColumn__heading {
    margin-top: 20px
}

.pp-twoColumn__copy {
    margin-bottom: 20px
}

.pp-twoColumn__cta {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.5px;
    padding: 12.5px 15px;
    background-color: #002d73;
    color: #fff
}

.pp-twoColumn__cta .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

.pp-singleProductSpecs {
    background-color: #e8f2fa
}

.pp-singleProductSpecs__inner {
    display: flex
}

.pp-singleProductSpecs__heading {
    margin-bottom: 40px
}

.pp-singleProductSpecs__spec-chart {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.pp-singleProductSpecs__spec-row {
    flex: 1;
    display: flex;
    background-color: #f7fbff;
    padding: 10px 25px
}

.pp-singleProductSpecs__spec-row:nth-child(even) {
    background-color: #e1ecf8
}

.pp-singleProductSpecs__spec-title,
.pp-singleProductSpecs__spec-value {
    display: flex;
    align-items: center
}

.pp-singleProductSpecs__spec-title p,
.pp-singleProductSpecs__spec-value p {
    margin: 0;
}

.pp-singleProductSpecs__spec-value p {
    margin-left: 10px
}

.pp-singleProductSpecs__spec-title {
    flex: 1
}

.pp-singleProductSpecs__spec-value {
    flex: .75
}

.pp-singleProductSpecs__image {
    width: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width: 1023px) {
    .pp-singleProductSpecs__inner {
        flex-direction: column
    }

    .pp-singleProductSpecs__spec-chart {
        width: 100%;
        border-radius: 5px
    }

    .pp-singleProductSpecs__spec-row {
        min-height: 35px
    }

    .pp-singleProductSpecs__image {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pp-singleProductSpecs__spec-row {
        padding: 10px
    }

    .pp-singleProductSpecs__spec-title p,
    .pp-singleProductSpecs__spec-value p {
        font-size: 14px
    }
}

.pp-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fbf9f7
}

.pp-contact__inner {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    grid-gap: 30px
}

@media screen and (max-width: 1023px) {
    .pp-contact__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .pp-contact__inner .pp-contact-button-wrapper {
        display: flex;
        justify-content: center
    }
}

.pp-contact__heading {
    margin: 0;
    font-size: 35px
}

@media screen and (max-width: 767px) {
    .pp-contact__heading {
        font-size: 24px
    }
}

.pp-contact__copy {
    margin: 0;
    font-size: 16px
}

.pp-contact__cta {
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 15px;
    background-color: #002d73;
    color: #fff
}

.pp-contact__cta .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .pp-contact__cta {
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width: 1023px) {
    .pp-contact {
        padding: 4rem 30px
    }
}

footer>.footer-content {
    margin-top: 0 !important
}

.event {
    scroll-behavior: initial
}

.event header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999
}

.event header .header-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px
}

.event header .header-inner:before {
    display: none
}

.event header .header-inner:after {
    display: none
}

.event header .logo {
    margin: 0
}

.event header .header-right {
    display: flex;
    align-items: center
}

.event header .header-right .jump-link-wrapper .jump-link,
.event header .header-right .jump-link-wrapper-mobile .jump-link {
    margin-right: 25px;
    font-size: 20px;
    white-space: nowrap
}

.event header .header-right .jump-link-wrapper-mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    .event header .header-right .jump-link-wrapper-mobile {
        display: flex
    }

    .event header .header-right .jump-link-wrapper,
    .event header .header-right .cta-button {
        display: none
    }
}

.event .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 20px;
    background-color: #002d73;
    color: #fff;
    font-size: 20px
}

.event .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.event .cta-button .cta-button-text {
    white-space: nowrap
}

.event .calendar-button {
    display: flex;
    gap: 10px;
    align-items: center;
    height: -moz-min-content;
    height: min-content;
    font-weight: 700;
    -webkit-text-decoration: underline #f8d100 2px;
    text-decoration: underline #f8d100 2px
}

.event .calendar-button img {
    height: 16px
}

.event .calendar-button span {
    white-space: nowrap
}

.event .event-introduction {
    background-image: url(../image/footer_bg.f7a68728.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.event .event-introduction__inner {
    display: flex;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.event .event-introduction__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-right: 50px
}

.event .event-introduction__date-location {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
    padding-left: 2px;
    color: #f8d100;
    font-size: 20px
}

.event .event-introduction__date-location p {
    margin: 0;
    white-space: nowrap;
    font-weight: 700
}

.event .event-introduction__title {
    margin: 20px 0;
    color: #fff
}

.event .event-introduction__body-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px
}

.event .event-introduction__image-wrapper {
    position: absolute;
    right: 0;
    top: 50px;
    aspect-ratio: 5/4;
    width: 50%;
    overflow: hidden;
    border-radius: 5px 5px 5px 40px
}

.event .event-introduction__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.event .event-introduction .cta-button {
    background-color: #fff
}

.event .event-introduction .cta-button .cta-button-text {
    color: #002d73
}

@media screen and (max-width: 768px) {
    .event .event-introduction__inner {
        flex-direction: column-reverse
    }

    .event .event-introduction__text-wrapper {
        width: 100%;
        padding: 0;
        align-items: center
    }

    .event .event-introduction__text-wrapper * {
        text-align: center
    }

    .event .event-introduction__date-location {
        justify-content: center
    }

    .event .event-introduction__image-wrapper {
        position: static;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 50px
    }
}

.event .alt-event-introduction {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../image/footer_bg.f7a68728.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.event .alt-event-introduction__inner {
    display: flex;
    justify-content: center
}

.event .alt-event-introduction__text-wrapper {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.event .alt-event-introduction__date-location {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
    padding-left: 2px;
    color: #f8d100;
    font-size: 20px
}

.event .alt-event-introduction__date-location p {
    margin: 0;
    white-space: nowrap;
    font-weight: 700;
    text-align: center
}

.event .alt-event-introduction__title {
    margin: 20px 0;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.event .alt-event-introduction__body-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center
}

.event .alt-event-introduction .cta-button {
    background-color: #fff
}

.event .alt-event-introduction .cta-button .cta-button-text {
    color: #002d73
}

@media screen and (max-width: 768px) {
    .event .jump-link-wrapper {
        display: none
    }
}

.event .image-text-split {
    padding: 100px 0;
    background-color: #fbf9f7
}

.event .image-text-split__inner {
    display: flex
}

.event .image-text-split__image-wrapper {
    width: 35%;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1/1
}

.event .image-text-split__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.event .image-text-split__text-wrapper {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px
}

.event .image-text-split__body-text {
    font-size: 18px
}

@media screen and (max-width: 768px) {
    .event .image-text-split__inner {
        flex-direction: column;
        align-items: center
    }

    .event .image-text-split__image-wrapper {
        width: 100%;
        max-width: 400px
    }

    .event .image-text-split__text-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 50px
    }
}

.event .basic-text {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fbf9f7
}

.event .basic-text__inner {
    display: flex;
    justify-content: center
}

.event .basic-text__text-wrapper {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.event .basic-text__title {
    color: #002d73;
    margin-bottom: 30px;
    text-align: center
}

.event .basic-text__body-text {
    color: #000;
    text-align: center
}

.event .featured-speakers {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../image/light-texture-blue-bg.88a20144.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.event .featured-speakers__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.event .featured-speakers__inner:before {
    display: none
}

.event .featured-speakers__inner:after {
    display: none
}

.event .featured-speakers__title {
    text-align: center;
    margin-bottom: 50px;
    color: #fff
}

.event .featured-speakers__speakers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    width: 100%
}

.event .featured-speakers__speaker-wrapper {
    width: 30%;
    display: flex;
    margin-bottom: 50px
}

.event .featured-speakers__image-wrapper {
    width: 33%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%
}

.event .featured-speakers__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.event .featured-speakers__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 67%;
    padding-left: 25px
}

.event .featured-speakers__text-wrapper p {
    margin: 0;
    font-size: 18px
}

.event .featured-speakers__speaker-name {
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .event .featured-speakers__speaker-wrapper {
        width: 47.5%
    }
}

@media screen and (max-width: 768px) {
    .event .featured-speakers__speaker-wrapper {
        width: 100%;
        max-width: 400px;
        margin-bottom: 25px
    }

    .event .featured-speakers__speaker-wrapper:last-of-type {
        margin-bottom: 0
    }
}

.event .featured-partners {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f4f3f1;
    color: #002d73
}

.event .featured-partners__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.event .featured-partners__inner:before {
    display: none
}

.event .featured-partners__inner:after {
    display: none
}

.event .featured-partners__title {
    text-align: center;
    margin-bottom: 50px;
    color: #002d73
}

.event .featured-partners__partners-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6666666667%;
    row-gap: 50px;
    width: 100%
}

.event .featured-partners__partner-wrapper {
    width: 23%;
    display: flex;
    justify-content: center
}

.event .featured-partners__image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width: 1024px) {
    .event .featured-partners__partners-wrapper {
        gap: 2%;
        row-gap: 50px
    }

    .event .featured-partners__partner-wrapper {
        width: 32%
    }
}

@media screen and (max-width: 768px) {
    .event .featured-partners__partner-wrapper {
        width: 100%;
        max-width: 400px;
        margin-bottom: 25px
    }

    .event .featured-partners__partner-wrapper:last-of-type {
        margin-bottom: 0
    }
}

.event .simple-agenda {
    padding-top: 100px;
    padding-bottom: 100px
}

.event .simple-agenda__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    max-width: 1000px
}

.event .simple-agenda__inner:before {
    display: none
}

.event .simple-agenda__inner:after {
    display: none
}

.event .simple-agenda__title {
    margin: 0
}

.event .simple-agenda__agenda-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.event .simple-agenda__agenda-item {
    display: flex;
    gap: 50px
}

.event .simple-agenda__date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.event .simple-agenda__date {
    padding: 5px 20px;
    background-color: #002d73;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.event .simple-agenda__item-body {
    display: flex;
    flex-direction: column
}

.event .simple-agenda__time-wrapper {
    min-width: 300px;
    height: -moz-min-content;
    height: min-content;
    padding: 10px;
    border: 2px solid #eff2f5;
    border-radius: 5px
}

.event .simple-agenda__time {
    text-align: center;
    font-weight: 700;
    margin: 0;
    width: 100%
}

.event .simple-agenda__item-heading {
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px
}

.event .simple-agenda__item-body-text {
    font-size: 18px
}

.event .simple-agenda__item-speakers-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.event .simple-agenda__item-speaker-wrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.event .simple-agenda__speaker-image-wrapper {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%
}

.event .simple-agenda__speaker-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.event .simple-agenda__speaker-text-wrapper {
    display: flex;
    align-items: center;
    gap: 5px
}

.event .simple-agenda__speaker-text-wrapper p {
    margin: 0
}

.event .simple-agenda__speaker-name {
    font-weight: 700;
    color: #2374cc
}

.event .simple-agenda__speaker-title {
    color: #002d73
}

@media screen and (max-width: 1024px) {
    .event .simple-agenda__date-wrapper {
        flex-direction: column;
        align-items: center
    }

    .event .simple-agenda__agenda-items-wrapper {
        gap: 75px
    }

    .event .simple-agenda__agenda-item {
        flex-direction: column;
        gap: 0
    }

    .event .simple-agenda__item-body {
        padding-left: 10px
    }

    .event .simple-agenda__time-wrapper {
        min-width: unset;
        width: -moz-min-content;
        width: min-content;
        max-width: 400px
    }

    .event .simple-agenda__time {
        font-size: 18px;
        white-space: nowrap
    }

    .event .simple-agenda__item-heading {
        margin: 10px 0
    }

    .event .simple-agenda__speaker-text-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: unset
    }
}

.event .event-footer {
    position: relative;
    padding-top: 225px;
    padding-bottom: 100px;
    background-image: url(../image/footer_bg.f7a68728.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.event .event-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.event .event-footer__about-section-wrapper {
    min-width: 600px;
    max-width: 1200px;
    position: absolute;
    bottom: 100%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 75px;
    background-color: #f3f7fc;
    border-radius: 5px
}

.event .event-footer__about-section-heading {
    font-size: 32px;
    text-align: center
}

.event .event-footer__about-section-body-text {
    text-align: center
}

.event .event-footer__about-section-body-text p {
    font-size: 18px;
    margin: 0
}

.event .event-footer__main-content-wrapper {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.event .event-footer__heading {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px
}

.event .event-footer__body-text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px
}

.event .event-footer__body-text p {
    margin: 0
}

.event .event-footer .cta-button {
    background-color: #fff
}

.event .event-footer .cta-button .cta-button-text {
    color: #002d73
}

.event .event-footer__logo-banner {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000a28
}

.event .event-footer__logo {
    height: 60%
}

@media screen and (max-width: 1024px) {
    .event .event-footer {
        padding-top: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .event .event-footer__about-section-wrapper {
        width: 100%;
        position: static;
        transform: unset;
        margin-bottom: 100px;
        margin-top: -1px;
        min-width: unset
    }

    .event .event-footer__main-content-wrapper {
        width: unset
    }
}

.event .expanded-agenda {
    padding-top: 100px;
    padding-bottom: 100px
}

.event .expanded-agenda__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    max-width: 1000px
}

.event .expanded-agenda__inner:before {
    display: none
}

.event .expanded-agenda__inner:after {
    display: none
}

.event .expanded-agenda__title {
    margin: 0;
    text-align: center
}

.event .expanded-agenda__days-wrapper>:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px
}

.event .expanded-agenda__day {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.event .expanded-agenda__date {
    align-self: center
}

.event .expanded-agenda__agenda-item {
    display: flex;
    gap: 50px
}

.event .expanded-agenda__date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.event .expanded-agenda__date {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    padding: 5px 40px;
    background-color: #dde7f3;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    color: #002d73
}

.event .expanded-agenda__location-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding-left: 25px
}

.event .expanded-agenda__location-text {
    margin: 0;
    color: #002d73
}

.event .expanded-agenda__item-body {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.event .expanded-agenda__time-wrapper {
    height: -moz-min-content;
    height: min-content;
    width: 255px;
    min-width: 255px
}

.event .expanded-agenda__time {
    width: 100%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    padding: 10px;
    border: 2px solid #eff2f5;
    border-radius: 5px
}

.event .expanded-agenda__item-heading {
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0
}

.event .expanded-agenda__item-body-text {
    font-size: 18px;
    margin: 0
}

.event .expanded-agenda__item-body-text p {
    margin: 0
}

.event .expanded-agenda__cta-wrapper {
    display: flex;
    align-items: center;
    gap: 25px
}

.event .expanded-agenda__cta-button-text {
    font-size: 18px
}

.event .expanded-agenda__item-speakers-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%
}

.event .expanded-agenda__speaker-heading {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700
}

.event .expanded-agenda__item-speaker-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 49%
}

.event .expanded-agenda__speaker-image-wrapper {
    width: 60px;
    min-width: 60px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%
}

.event .expanded-agenda__speaker-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.event .expanded-agenda__speaker-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.event .expanded-agenda__speaker-text-wrapper p {
    margin: 0
}

.event .expanded-agenda__speaker-name {
    font-weight: 700;
    color: #2374cc
}

.event .expanded-agenda__speaker-title {
    color: #002d73
}

@media screen and (max-width: 1024px) {
    .event .expanded-agenda__item-speakers-wrapper {
        flex-direction: column;
        gap: 20px
    }

    .event .expanded-agenda__item-speaker-wrapper {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .event .expanded-agenda__day {
        gap: 50px
    }

    .event .expanded-agenda__agenda-item {
        flex-direction: column;
        gap: 10px;
        padding: 25px 10px;
        border-radius: 5px
    }

    .event .expanded-agenda__time-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .event .expanded-agenda__time {
        background-color: #fff
    }

    .event .expanded-agenda__location-wrapper {
        padding: 0 0 0 10px;
        margin: 0
    }

    .event .expanded-agenda__item-body {
        align-items: center;
        padding-left: 10px;
        gap: 10px
    }

    .event .expanded-agenda__speaker-heading {
        margin: 0
    }

    .event .expanded-agenda__cta-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px
    }
}

.event .image-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fbf9f7
}

.event .image-gallery__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px
}

.event .image-gallery__inner:before {
    display: none
}

.event .image-gallery__inner:after {
    display: none
}

.event .image-gallery__title {
    margin-bottom: 0;
    text-align: center
}

.event .image-gallery__images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%
}

.event .image-gallery__gallery-image-wrapper {
    width: 32%;
    aspect-ratio: 3/2;
    border-radius: 5px;
    overflow: hidden
}

.event .image-gallery__gallery-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width: 1024px) {
    .event .image-gallery__images-wrapper {
        gap: 35px 5%
    }

    .event .image-gallery__gallery-image-wrapper {
        width: 47.5%
    }
}

@media screen and (max-width: 768px) {
    .event .image-gallery__images-wrapper {
        flex-direction: column;
        gap: 35px
    }

    .event .image-gallery__gallery-image-wrapper {
        width: 100%
    }
}

.image-gallery-off-canvas__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5)
}

.image-gallery-off-canvas__slider-wrapper {
    width: 90%;
    z-index: 999999
}

.image-gallery-off-canvas__slider {
    width: 90%;
    display: flex;
    align-items: center
}

.image-gallery-off-canvas__slide {
    display: flex;
    width: 100%
}

.image-gallery-off-canvas__image-wrapper {
    width: 70%;
    aspect-ratio: 4/3;
    overflow: hidden
}

.image-gallery-off-canvas__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.image-gallery-off-canvas__text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: #fff;
    padding: 50px
}

.image-gallery-off-canvas__heading {
    font-size: 20px
}

.image-gallery-off-canvas__body-text {
    font-size: 16px
}

.image-gallery-off-canvas .slick-arrow {
    width: unset;
    height: -moz-min-content;
    height: min-content;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    transform: none
}

.image-gallery-off-canvas .slick-arrow:hover,
.image-gallery-off-canvas .slick-arrow:focus {
    background-color: #fff
}

.image-gallery-off-canvas .slick-prev {
    left: -25px;
    transform: scaleX(-1)
}

.image-gallery-off-canvas .slick-prev:before {
    content: url(../image/arrow-blue-right.b62d3391.svg)
}

.image-gallery-off-canvas .slick-next {
    right: -25px
}

.image-gallery-off-canvas .slick-next:before {
    content: url(../image/arrow-blue-right.b62d3391.svg)
}

@media screen and (max-width: 1024px) {
    .image-gallery-off-canvas__slide {
        flex-direction: column
    }

    .image-gallery-off-canvas__image-wrapper {
        width: 100%
    }

    .image-gallery-off-canvas__text-wrapper {
        width: 100%;
        padding: 10px
    }

    .image-gallery-off-canvas__body-text {
        font-size: 14px
    }
}

.events-index {
    background-color: #fbf9f7
}

.events-index__news-events-switch {
    display: flex;
    gap: 40px
}

.events-index__page-switch-link {
    display: inline;
    width: -moz-min-content;
    width: min-content;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #002d73
}

.events-index__page-switch-link--active {
    color: #2374cc;
    border-bottom: 2px solid #2374cc
}

.events-index__main {
    display: flex
}

.events-index__filters-wrapper {
    flex: 1;
    margin-right: 30px;
    max-width: 500px
}

@media screen and (max-width: 1023px) {
    .events-index__filters-wrapper {
        margin: 0 0 40px;
        border: 2px solid rgba(0, 44, 115, .17);
        border-radius: 5px
    }
}

.events-index .uk-accordion-title {
    border: none !important
}

.events-index .uk-accordion-content {
    margin: 0;
    padding: 0 !important
}

@media screen and (max-width: 1023px) {
    .events-index .uk-accordion-content {
        padding-bottom: 25px !important
    }
}

.events-index .uk-accordion-title {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #002d73;
    border: 1px solid #899ab9;
    border-radius: 5px
}

.events-index .uk-accordion-title span {
    margin-right: 15px
}

.events-index .uk-accordion-title svg {
    width: 20px
}

@media screen and (max-width: 1023px) {
    .events-index .uk-accordion-title {
        display: block
    }
}

.events-index .filter-accordion-item {
    width: 100%;
    border: none !important
}

.events-index .uk-open {
    padding: 0 25px 0 0
}

@media screen and (max-width: 1023px) {
    .events-index .uk-open {
        padding-left: 25px
    }
}

.events-index__filter-heading {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #899ab9
}

@media screen and (max-width: 1023px) {
    .events-index__filter-heading {
        margin-bottom: 5px;
        max-width: 100%
    }
}

.events-index__select-wrapper,
.events-index__views-filter {
    width: 100%;
    max-width: 250px;
    margin-bottom: 40px
}

@media screen and (max-width: 1023px) {

    .events-index__select-wrapper,
    .events-index__views-filter {
        margin-bottom: 15px;
        max-width: 100%
    }

    .events-index__filter:last-of-type .events-index__select-wrapper {
        margin-bottom: 0
    }
}

.events-index__views-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media screen and (max-width: 1023px) {
    .events-index__views-wrapper {
        flex-direction: row
    }

    .events-index__views-button {
        flex: 1
    }
}

.events-index__views-button-inner {
    display: flex;
    justify-content: space-between;
    background-color: #f3f8fd;
    width: 100%;
    line-height: 1.5em;
    padding: .5em 1em;
    font-size: 16px;
    color: #002d73;
    border: 2px solid rgba(0, 44, 115, .17);
    border-radius: 5px;
    margin: 0;
    text-align: left
}

.events-index__views-button-inner.active {
    background-color: #002d73;
    color: #fff
}

.events-index__select {
    width: 100%;
    line-height: 1.5em;
    padding: .5em 3.5em .5em 1em;
    font-size: 16px;
    color: #002d73;
    background-color: #fff;
    border: 2px solid rgba(0, 44, 115, .17);
    border-radius: 5px;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #002d73 50%), linear-gradient(135deg, #002d73 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    cursor: pointer
}

.events-index__select:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABHNCSVQICAgIfAhkiAAAAHlJREFUCFtjZNAtXsDAwBAPxLjAQkYGqTQuBiHe0wyMDFoYqv4zXGN499mUESyhXazFwPT/NAMDIxdC4f9vDP8YTRmu9l6DKAIB3aIEoKL5SIoSGS73gZwCtAQZINy3kOFyL1ATBKAqArlPmHchw9vP8QzPZn2DKQIAACQe0Su5P6MAAAAASUVORK5CYII=)
}

@media screen and (max-width: 1023px) {
    .events-index__select {
        max-width: 500px
    }
}

.events-index__select.disabled {
    cursor: unset
}

.events-index__article-list {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.events-index__month-heading {
    margin: 0;
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .events-index__main {
        flex-direction: column
    }

    .events-index__article-list {
        flex: 1
    }
}

.events-index .blog-cat-pag {
    overflow-x: hidden;
    text-align: left
}

.events-index .blog-cat-pag .blog-cat-pag-inner {
    padding-left: calc(20% + 20px)
}

.events-index .blog-cat-pag .blog-cat-pag-inner a {
    background-color: #e9f0f8
}

@media screen and (max-width: 1023px) {
    .events-index .blog-cat-pag {
        text-align: center
    }

    .events-index .blog-cat-pag .blog-cat-pag-inner {
        padding-left: 0
    }
}

.events-index #subscribe {
    margin-top: 75px
}

.events-index #subscribe .sub-wrapper {
    background-color: unset;
    padding: 60px 50px;
    margin-left: calc(20% + 20px);
    background-color: #e9f0f8;
    border-radius: 10px
}

.events-index #subscribe .sub-body {
    display: flex;
    justify-content: space-between;
    gap: 15%
}

.events-index #subscribe .sub-body h1 {
    font-size: 30px;
    text-align: left
}

.events-index #subscribe .sub-body p {
    font-size: 18px;
    text-align: left;
    margin: 0
}

.events-index #subscribe .sub-body .subscribe-btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 15px 40px;
    border-radius: 5px
}

@media screen and (max-width: 1023px) {
    .events-index #subscribe .sub-wrapper {
        margin-left: 0
    }

    .events-index #subscribe .sub-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 50px
    }

    .events-index #subscribe .sub-body h1,
    .events-index #subscribe .sub-body p {
        text-align: center
    }
}

.events-index__calendar-view-wrapper {
    flex: 4
}

.events-index__calendar-view-wrapper .fc-button {
    background-color: #2374cc !important;
    border-color: #2374cc !important
}

.events-index__mobile-calendar-event-detail-wrapper {
    padding-bottom: 15px
}

.events-index__mobile-calendar-event-detail {
    display: none;
    max-width: 500px;
    min-height: 80px;
    margin-top: 16px;
    padding: 12px;
    border-radius: 5px;
    background-color: #2374cc
}

.events-index__mobile-calendar-event-detail-date {
    width: 80px;
    aspect-ratio: 1/1;
    padding: 20px;
    border-radius: 5px;
    background-color: #f3f8fd
}

.events-index__mobile-calendar-event-detail-date-month {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #002d73
}

.events-index__mobile-calendar-event-detail-date-day {
    margin: 0;
    line-height: .75;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #002d73
}

.events-index__mobile-calendar-event-detail-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    color: #fff
}

.events-index__mobile-calendar-event-detail-title {
    font-size: 18px
}

.events-index__mobile-calendar-event-detail-cta {
    display: none;
    align-self: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5em 1em;
    border-radius: 5px;
    color: #fff;
    background-color: #002d73
}

.events-index__mobile-calendar-event-detail-cta svg {
    width: 16px;
    margin-left: 16px
}

.event-card {
    border-radius: 5px;
    padding: 20px;
    background-color: #fff
}

.event-card__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px
}

.event-card__date-wrapper-inner {
    width: 10%;
    min-width: 100px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    padding: 20px;
    background-color: #f3f8fd
}

.event-card__date-month {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #002d73
}

.event-card__date-day {
    margin: 0;
    line-height: .75;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #002d73
}

.event-card__text-wrapper {
    flex: 1
}

.event-card__heading {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #002d73
}

.event-card__text-date {
    margin: 0;
    color: #2374cc
}

.event-card__location {
    margin: 0;
    color: #a3a8ad
}

.event-card__icon {
    display: inline-flex;
    align-items: center;
    margin-right: 7px
}

.event-card__description {
    margin-top: 25px;
    margin-bottom: 10px
}

.event-card__cta {
    padding: .5em 1em;
    border-radius: 5px;
    color: #fff;
    background-color: #002d73
}

.event-card__cta svg {
    width: 16px;
    display: inline-block;
    margin-left: 16px
}

.event-card__image-wrapper-mobile {
    display: none;
    border-radius: 5px;
    overflow: hidden
}

.event-card__image-wrapper {
    width: 30%;
    min-width: 300px
}

.event-card__image-wrapper-inner {
    aspect-ratio: 5/4;
    border-radius: 5px;
    overflow: hidden
}

.event-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width: 1023px) {
    .event-card__inner {
        display: flex;
        flex-direction: column
    }

    .event-card__date-wrapper-inner {
        display: flex;
        width: 100%;
        aspect-ratio: unset;
        padding: 0
    }

    .event-card__date {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px
    }

    .event-card__image-wrapper-mobile {
        display: block;
        flex: 2
    }

    .event-card__image-wrapper-mobile-inner {
        aspect-ratio: 4/3
    }

    .event-card__image-wrapper {
        display: none
    }
}

.Index-content-wrapper {
    margin-bottom: 0;
    padding-bottom: 4rem;
    background-color: #fbf9f7
}

.cs-intro-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../image/light-texture-blue-bg.88a20144.svg)
}

.cs-intro-block__inner {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px
}

.cs-intro-block__inner:before,
.cs-intro-block__inner:after {
    display: none
}

.cs-intro-block__text-wrapper {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px
}

.cs-intro-block__heading {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 48px
}

.cs-intro-block__body-text {
    color: #fff;
    text-align: center;
    font-size: 20px
}

.cs-intro-block .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 20px;
    background-color: #fff;
    color: #002d73;
    font-size: 18px
}

.cs-intro-block .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.cs-intro-block .cta-button .cta-button-text {
    white-space: nowrap
}

.cs-intro-block__gallery {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    gap: 1.5%;
    max-width: 100%
}

.cs-intro-block__gallery-image-wrapper {
    width: 24%;
    aspect-ratio: 16/9;
    border-radius: 2.5px;
    overflow: hidden
}

.cs-intro-block__gallery-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.cs-banner-intro-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.cs-banner-intro-block__mobile-banner-image-wrapper {
    display: none
}

.cs-banner-intro-block__text-wrapper {
    padding-top: 125px;
    padding-bottom: 125px;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.cs-banner-intro-block__text-wrapper:before,
.cs-banner-intro-block__text-wrapper:after {
    display: none
}

.cs-banner-intro-block__heading {
    color: #fff;
    margin: 0;
    font-size: 48px
}

.cs-banner-intro-block__body-text {
    color: #fff;
    font-size: 20px;
    width: 40%
}

.cs-banner-intro-block .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 20px;
    background-color: #fff;
    color: #002d73;
    font-size: 18px
}

.cs-banner-intro-block .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.cs-banner-intro-block .cta-button .cta-button-text {
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .cs-banner-intro-block {
        background-image: url(../image/light-texture-blue-bg.88a20144.svg) !important
    }

    .cs-banner-intro-block__mobile-banner-image-wrapper {
        display: block;
        aspect-ratio: 16/9
    }

    .cs-banner-intro-block__mobile-banner-image {
        width: 100%;
        height: 100%;
        -o-object-position: right;
        object-position: right;
        -o-object-fit: cover;
        object-fit: cover
    }

    .cs-banner-intro-block__text-wrapper {
        padding-top: 50px;
        padding-bottom: 100px;
        width: unset
    }

    .cs-banner-intro-block__body-text {
        width: 100%
    }
}

.half-text-video {
    padding-top: 100px;
    padding-bottom: 100px
}

.half-text-video__inner {
    display: flex;
    gap: 2.5%
}

.half-text-video__inner:before,
.half-text-video__inner:after {
    display: none
}

.half-text-video__video-wrapper {
    flex: 1
}

.half-text-video__video-caption {
    font-size: 14px
}

.half-text-video__text-wrapper {
    flex: 1
}

.half-text-video__heading,
.half-text-video__heading-mobile {
    font-size: 42px
}

.half-text-video__heading-mobile {
    display: none
}

.half-text-video__body-text {
    font-size: 20px
}

.cs-gallery-block {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fbf9f7
}

.cs-gallery-block__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cs-gallery-block__inner:before,
.cs-gallery-block__inner:after {
    display: none
}

.cs-gallery-block__text-wrapper {
    max-width: 1000px
}

.cs-gallery-block__heading {
    font-size: 42px;
    text-align: center;
    margin: 0 0 25px
}

.cs-gallery-block__body-text {
    font-size: 20px;
    text-align: center;
    margin: 0 0 35px
}

.cs-gallery-block__images-wrapper {
    display: grid;
    max-height: 650px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.cs-gallery-block__image-wrapper {
    display: none
}

.cs-gallery-block__image-wrapper:nth-of-type(1) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4
}

.cs-gallery-block__image-wrapper:nth-of-type(2) {
    display: block;
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4
}

.cs-gallery-block__image-wrapper:nth-of-type(3) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6
}

.cs-gallery-block__image-wrapper:nth-of-type(4) {
    display: block;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6
}

.cs-gallery-block__image-wrapper:nth-of-type(5) {
    display: block;
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 6
}

.cs-gallery-block__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 2.5px
}

.available-positions {
    padding-top: 100px;
    padding-bottom: 100px
}

.available-positions__inner:before,
.available-positions__inner:after {
    display: none
}

.available-positions__heading {
    margin-bottom: 35px
}

.available-positions__position {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    background-color: #f3f8fd;
    border-radius: 2.5px
}

.available-positions__position:hover {
    background-color: #d9ecff
}

.available-positions__job-text {
    margin: 0;
    font-size: 20px;
    color: #000;
    padding-right: 15px
}

.available-positions__job-title {
    width: 40%;
    font-weight: 700
}

.available-positions__job-department {
    width: 30%
}

.available-positions__job-location {
    width: 27.5%
}

.available-positions__arrow-icon {
    width: 2.5%
}

@media screen and (max-width: 1023px) {
    .cs-intro-block__gallery {
        max-width: 85%;
        transform: translateY(-25%);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }

    .cs-intro-block__gallery-image-wrapper {
        width: 100%
    }

    .cs-intro-block__gallery-image-wrapper:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .cs-intro-block__gallery-image-wrapper:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .cs-intro-block__gallery-image-wrapper:nth-of-type(3) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .cs-intro-block__gallery-image-wrapper:nth-of-type(4) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .half-text-video__inner {
        flex-direction: column
    }

    .half-text-video__video-wrapper {
        width: 100%;
        margin-bottom: 25px
    }

    .half-text-video__text-wrapper {
        width: 100%
    }

    .half-text-video__heading {
        display: none
    }

    .half-text-video__heading-mobile {
        display: block
    }

    .cs-gallery-block__heading,
    .cs-gallery-block__body-text {
        text-align: left
    }

    .cs-gallery-block__images-wrapper {
        max-height: unset;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .cs-gallery-block__image-wrapper {
        aspect-ratio: 16/9
    }

    .cs-gallery-block__image-wrapper:nth-of-type(1) {
        display: block;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .cs-gallery-block__image-wrapper:nth-of-type(2) {
        display: block;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .cs-gallery-block__image-wrapper:nth-of-type(3) {
        display: block;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4
    }

    .cs-gallery-block__image-wrapper:nth-of-type(4) {
        display: block;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5
    }

    .cs-gallery-block__image-wrapper:nth-of-type(5) {
        display: block;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5
    }

    .available-positions__position {
        flex-direction: column;
        padding: 15px
    }

    .available-positions__job-text {
        padding: 0
    }

    .available-positions__job-title {
        width: 100%
    }

    .available-positions__job-department,
    .available-positions__arrow-icon {
        display: none
    }

    .available-positions__job-location {
        width: 100%
    }
}

@media screen and (max-width: 768px) {

    .cs-intro-block__gallery,
    .cs-gallery-block__images-wrapper {
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }
}

.product-landing header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999
}

.product-landing header .header-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px
}

.product-landing header .header-inner:before {
    display: none
}

.product-landing header .header-inner:after {
    display: none
}

.product-landing header .logo {
    margin: 0
}

.product-landing header .header-right {
    display: flex;
    align-items: center
}

.product-landing header .header-right .jump-link-wrapper .jump-link {
    margin-right: 25px;
    font-size: 20px;
    white-space: nowrap
}

@media screen and (max-width: 1024px) {
    .product-landing header .header-right .jump-link-wrapper {
        display: none
    }
}

.product-landing .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 20px;
    background-color: #002d73;
    color: #fff;
    font-size: 20px
}

.product-landing .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.product-landing .cta-button .cta-button-text {
    white-space: nowrap
}

.product-landing .product-landing-introduction {
    background-position: center;
    background-size: cover
}

.product-landing .product-landing-introduction__inner {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px
}

.product-landing .product-landing-introduction__inner:before {
    display: none
}

.product-landing .product-landing-introduction__inner:after {
    display: none
}

.product-landing .product-landing-introduction__text-wrapper {
    width: 50%;
    border-radius: 5px
}

.product-landing .product-landing-introduction__text-wrapper.image-bg {
    padding: 20px
}

.product-landing .product-landing-introduction__subheading {
    margin-bottom: 0;
    color: #f8d100;
    font-size: 20px;
    font-weight: 700
}

.product-landing .product-landing-introduction__heading {
    margin: 20px 0;
    color: #fff
}

.product-landing .product-landing-introduction .cta-button {
    background-color: #fff
}

.product-landing .product-landing-introduction .cta-button .cta-button-text {
    color: #002d73
}

@media screen and (max-width: 768px) {
    .product-landing .product-landing-introduction__inner {
        display: flex;
        align-items: flex-end;
        padding-bottom: 50px
    }

    .product-landing .product-landing-introduction__inner.image-bg {
        padding-top: 300px
    }

    .product-landing .product-landing-introduction__text-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .product-landing .product-landing-introduction__text-wrapper * {
        text-align: center
    }
}

.product-landing .product-landing-overview__inner {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px
}

.product-landing .product-landing-overview__inner:before {
    display: none
}

.product-landing .product-landing-overview__inner:after {
    display: none
}

.product-landing .product-landing-overview__image-wrapper {
    flex: 2;
    aspect-ratio: 16/10;
    padding-right: 25px;
    overflow: hidden
}

.product-landing .product-landing-overview__image {
    border-radius: 2.5px
}

.product-landing .product-landing-overview__text-wrapper {
    flex: 3;
    padding-left: 25px
}

.product-landing .product-landing-overview__body-text,
.product-landing .product-landing-overview__highlights-wrapper {
    margin-bottom: 40px
}

.product-landing .product-landing-overview__highlight {
    margin: 5px 0 0
}

.product-landing .product-landing-overview__highlight-icon {
    margin-right: 10px
}

.product-landing .product-landing-overview__spec-table {
    width: 100%;
    overflow: hidden;
    border-radius: 2.5px
}

.product-landing .product-landing-overview__spec-table * {
}

.product-landing .product-landing-overview__spec-table-title-row {
    width: 100%;
    padding: 16px 25px;
    background-color: #e6f0fa;
    font-size: 20px;
    font-weight: 700;
    color: #002d73
}

.product-landing .product-landing-overview__spec-table-spec-row {
    width: 100%;
    display: flex;
    padding: 8px 25px;
    background-color: #f3f8fd;
    font-size: 14px
}

.product-landing .product-landing-overview__spec-table-spec-row:nth-of-type(2n-1) {
    background-color: #e1ecf8
}

.product-landing .product-landing-overview__spec-table-spec-name-cell {
    flex: 2
}

.product-landing .product-landing-overview__spec-table-spec-value-cell {
    flex: 3;
    padding-left: 25px
}

@media screen and (max-width: 1023px) {
    .product-landing .product-landing-overview__inner {
        flex-direction: column;
        gap: 30px
    }

    .product-landing .product-landing-overview__image-wrapper {
        flex: 1;
        padding: 0 5%
    }

    .product-landing .product-landing-overview__image {
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover
    }

    .product-landing .product-landing-overview__text-wrapper {
        flex: 1;
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    .product-landing .product-landing-overview__spec-table-spec-row {
        flex-direction: column
    }

    .product-landing .product-landing-overview__spec-table-spec-name-cell {
        flex: 1
    }

    .product-landing .product-landing-overview__spec-table-spec-value-cell {
        flex: 1;
        padding-left: 0
    }
}

.product-landing .product-landing-full-width-image__inner {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px
}

.product-landing .product-landing-full-width-image__image {
    border-radius: 5px
}

.product-landing .product-landing-full-width-text__inner {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px
}

.product-landing .product-landing-half-text-content {
    background-color: #fbf9f7
}

.product-landing .product-landing-half-text-content__inner {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px
}

.product-landing .product-landing-half-text-content__inner:before {
    display: none
}

.product-landing .product-landing-half-text-content__inner:after {
    display: none
}

.product-landing .product-landing-half-text-content__inner :first-child :first-child {
    padding-top: 0 !important
}

.product-landing .product-landing-half-text-content__inner :last-child :first-child {
    padding-bottom: 0
}

.product-landing .product-landing-half-text-image__inner {
    display: flex;
    gap: 100px;
    padding-top: 75px;
    padding-bottom: 75px
}

.product-landing .product-landing-half-text-image__inner:before {
    display: none
}

.product-landing .product-landing-half-text-image__inner:after {
    display: none
}

.product-landing .product-landing-half-text-image__image-wrapper {
    flex: 1
}

.product-landing .product-landing-half-text-image .media-on-right {
    order: 2
}

.product-landing .product-landing-half-text-image__image-wrapper-inner {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 2.5px
}

.product-landing .product-landing-half-text-image__image {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.product-landing .product-landing-half-text-image__text-wrapper {
    flex: 1;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .product-landing .product-landing-half-text-image__inner {
        flex-direction: column;
        gap: 25px
    }

    .product-landing .product-landing-half-text-image__image-wrapper,
    .product-landing .product-landing-half-text-image__text-wrapper {
        flex: 1
    }

    .product-landing .product-landing-half-text-image .media-on-right {
        order: unset
    }
}

.product-landing .product-landing-half-text-video__inner {
    display: flex;
    gap: 100px;
    padding-top: 75px;
    padding-bottom: 75px
}

.product-landing .product-landing-half-text-video__inner:before {
    display: none
}

.product-landing .product-landing-half-text-video__inner:after {
    display: none
}

.product-landing .product-landing-half-text-video__video-wrapper {
    flex: 1
}

.product-landing .product-landing-half-text-video .media-on-right {
    order: 2
}

.product-landing .product-landing-half-text-video__video-wrapper-inner {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 2.5px
}

.product-landing .product-landing-half-text-video__video {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.product-landing .product-landing-half-text-video__text-wrapper {
    flex: 1;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .product-landing .product-landing-half-text-video__inner {
        flex-direction: column;
        gap: 25px
    }

    .product-landing .product-landing-half-text-video__video-wrapper,
    .product-landing .product-landing-half-text-video__text-wrapper {
        flex: 1
    }

    .product-landing .product-landing-half-text-video .media-on-right {
        order: unset
    }
}

.product-landing .product-landing-two-column__inner {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px
}

.product-landing .product-landing-two-column__inner:before {
    display: none
}

.product-landing .product-landing-two-column__inner:after {
    display: none
}

.product-landing .product-landing-two-column__columns-wrapper {
    display: flex;
    gap: 50px
}

.product-landing .product-landing-two-column__first-column,
.product-landing .product-landing-two-column__second-column {
    flex: 1;
    display: flex;
    flex-direction: column
}

.product-landing .product-landing-two-column__image-wrapper {
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 2.5px
}

.product-landing .product-landing-two-column__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-landing .product-landing-two-column__text-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1
}

.product-landing .product-landing-two-column__subheading {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700
}

.product-landing .product-landing-two-column__heading {
    margin: 0
}

.product-landing .product-landing-two-column__body-text {
    margin: 25px 0
}

.product-landing .product-landing-two-column__body-text>* {
    margin: 0
}

@media screen and (max-width: 767px) {
    .product-landing .product-landing-two-column__columns-wrapper {
        flex-direction: column;
        gap: 100px
    }
}

.product-landing .product-landing-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 400px;
    background-image: url(../image/footer_bg.f7a68728.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.product-landing .product-landing-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-landing .product-landing-footer__about-section-wrapper {
    min-width: 600px;
    max-width: 1200px;
    position: absolute;
    bottom: 100%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 75px;
    background-color: #f3f7fc;
    border-radius: 5px
}

.product-landing .product-landing-footer__about-section-heading {
    font-size: 32px;
    text-align: center
}

.product-landing .product-landing-footer__about-section-body-text {
    text-align: center
}

.product-landing .product-landing-footer__about-section-body-text p {
    font-size: 18px;
    margin: 0
}

.product-landing .product-landing-footer__main-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-landing .product-landing-footer__main-content-wrapper a {
    color: #fff
}

.product-landing .product-landing-footer__heading {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px
}

.product-landing .product-landing-footer__body-text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px
}

.product-landing .product-landing-footer__body-text p {
    margin: 0
}

.product-landing .product-landing-footer__slider-wrapper {
    width: 80%;
    max-width: 950px;
    background-color: #e6f0fa;
    border-radius: 5px;
    position: absolute;
    top: -150px;
    padding-bottom: 25px
}

.product-landing .product-landing-footer__slide {
    background-color: #e6f0fa;
    padding: 75px 75px 50px
}

.product-landing .product-landing-footer__slide-inner {
    display: flex;
    gap: 50px
}

.product-landing .product-landing-footer__slide-image-wrapper {
    width: 35%;
    border-radius: 1000px;
    overflow: hidden;
    aspect-ratio: 1/1;
    height: -moz-fit-content;
    height: fit-content
}

.product-landing .product-landing-footer__slide-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-landing .product-landing-footer__slide-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.product-landing .product-landing-footer__slide-heading {
    width: 100%
}

.product-landing .product-landing-footer__slide-attribution {
    color: #002d73;
    width: 100%
}

.product-landing .product-landing-footer .slick-arrow {
    z-index: 999999;
    width: 30px
}

.product-landing .product-landing-footer .slick-arrow:before {
    content: url(../image/arrow-white-right.3a29296b.svg)
}

.product-landing .product-landing-footer .slick-prev {
    left: -75px
}

.product-landing .product-landing-footer .slick-next {
    right: -75px
}

.product-landing .product-landing-footer .cta-button {
    background-color: #fff
}

.product-landing .product-landing-footer .cta-button .cta-button-text {
    color: #002d73
}

.product-landing .product-landing-footer__logo-banner {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000a28
}

.product-landing .product-landing-footer__logo {
    height: 60%
}

@media screen and (max-width: 481px) {
    .product-landing .product-landing-footer__slider-wrapper {
        width: 90%
    }

    .product-landing .product-landing-footer__slide {
        padding: 40px 40px 27px
    }
}

@media screen and (max-width: 1024px) {
    .product-landing .product-landing-footer {
        padding-top: 500px
    }

    .product-landing .product-landing-footer__slider-wrapper {
        max-width: 500px;
        top: -400px
    }

    .product-landing .product-landing-footer__slide-inner {
        flex-direction: column;
        align-items: center
    }

    .product-landing .product-landing-footer__slide-image-wrapper {
        width: 80%
    }
}

.landing-page-video__inner {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px
}

.landing-page-video__video {
    border-radius: 5px
}

.landing-page-video figcaption {
    margin-top: 15px
}

.about-page .cta-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.about-page .cta-button-wrapper .cta-button {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.5px;
    padding: 12.5px 15px;
    background-color: #002d73;
    color: #fff;
    font-size: 16px
}

.about-page .cta-button-wrapper .cta-button .icon {
    display: inline-flex;
    align-items: center;
    width: 24px;
    margin-right: 10px
}

.user-story-page__category {
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #002d73;
    margin-right: 15px;
    border-radius: 2.5px;
    border-bottom: 3px solid #80f0ff
}

.user-story-page__title {
    font-weight: 700;
    font-size: calc(2.625rem - 2px)
}

.user-story-page__intro {
    color: #002d73;
    font-size: 20px;
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .user-story-page__intro {
        line-height: 1.35
    }
}

.user-story-page__summary {
    margin: 50px 0;
    padding-left: 40px;
    border-left: 2px solid #F8D100
}

.user-story-page__summary--heading {
    margin: 0;
    font-size: 20px
}

.user-story-page__summary--body-text * {
    font-size: 16px !important
}

.user-story-page__product-info {
    padding: 0 25px
}

@media screen and (max-width: 639px) {
    .user-story-page__product-info {
        padding: 0
    }
}

.user-story-page ul.products figure {
    padding: 0;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 639px) {
    .user-story-page ul.products figure img {
        max-width: 200px
    }
}

.user-story-page ul.products .title {
    padding-left: 15px
}

.user-story-page figure iframe {
    max-width: 100%
}

.matrix-image-block-caption-carrot {
    width: 10px;
    margin-right: 15px
}

.content-matrix-block-quote,
.content-matrix-block-quote-cta {
    border-top: 1px solid #A7B1BC;
    border-bottom: 1px solid #A7B1BC;
    padding: 45px 50px 40px;
    margin-bottom: 50px;
    position: relative
}

.content-matrix-block-quote__quotes,
.content-matrix-block-quote-cta__quotes {
    position: absolute;
    width: 60px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff
}

.content-matrix-block-quote__text,
.content-matrix-block-quote-cta__text {
    margin: 0 !important;
    color: #002d73;
    font-size: 18px
}

.content-matrix-block-quote-cta {
    text-align: center
}

.content-matrix-block-quote-cta__button-wrapper,
.content-matrix-block-image-cta__button-wrapper,
.content-matrix-block-basic-cta__button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.content-matrix-block-quote-cta__button,
.content-matrix-block-image-cta__button,
.content-matrix-block-basic-cta__button {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.5px;
    padding: 8px 15px;
    background-color: #002d73;
    color: #fff;
    font-size: 16px
}

.content-matrix-block-quote-cta__button .icon,
.content-matrix-block-image-cta__button .icon,
.content-matrix-block-basic-cta__button .icon {
    display: inline-flex;
    align-items: center;
    width: 24px;
    margin-right: 10px
}

.content-matrix-block-image-cta {
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px
}

.content-matrix-block-image-cta__mobile-image-wrapper {
    display: none
}

.content-matrix-block-image-cta__text-wrapper {
    width: 40%;
    padding: 25px;
    background-color: #eaeff7
}

.content-matrix-block-image-cta__text-wrapper--text {
    font-size: 18px;
    margin-bottom: 15px
}

.content-matrix-block-image-cta__button-wrapper {
    justify-content: flex-start
}

@media screen and (max-width: 767px) {
    .content-matrix-block-image-cta {
        display: flex;
        flex-direction: column;
        background-image: none !important
    }

    .content-matrix-block-image-cta__mobile-image-wrapper {
        display: block;
        overflow: hidden;
        aspect-ratio: 16/9
    }

    .content-matrix-block-image-cta__mobile-image-wrapper--image {
        width: 100%;
        height: 100%
    }

    .content-matrix-block-image-cta__text-wrapper {
        width: 100%;
        padding: 35px
    }
}

.content-matrix-block-basic-cta__wrapper {
    justify-content: center;
    margin: 50px 0
}

.content-matrix-block-basic-cta__button-wrapper {
    margin-top: 0
}

.video-page__category {
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #002d73;
    margin-right: 15px;
    border-radius: 2.5px;
    border-bottom: 3px solid #69F0AE;
    margin-left: 30px;
    padding: 0
}

@media screen and (min-width: 1200px) {
    .video-page__category {
        margin-left: 40px
    }
}

.video-page__intro {
    width: 100%
}

.video-page__title {
    font-weight: 700;
    font-size: calc(2.625rem - 2px)
}

.video-page__product-info {
    padding: 0 25px
}

@media screen and (max-width: 639px) {
    .video-page__product-info {
        padding: 0
    }
}

.video-page ul.products figure {
    padding: 0;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 639px) {
    .video-page ul.products figure img {
        max-width: 200px
    }
}

.nortek-wiki-page article.uk-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.nortek-wiki-page article.uk-container .article-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.nortek-wiki-page .intro-wrapper .intro,
.nortek-wiki-page .intro-wrapper figure {
    width: 100%
}

.nortek-wiki-page__category {
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #002d73;
    margin-right: 15px;
    border-radius: 2.5px;
    border-bottom: 3px solid #f8d100
}

.nortek-wiki-page__heading {
    font-size: 42px;
    font-weight: 700;
    color: #002d73
}

@media screen and (max-width: 767px) {
    .nortek-wiki-page__heading {
        font-size: 30px
    }
}

.nortek-wiki-page__intro {
    margin-bottom: 50px;
    font-size: 29px;
    color: #002d73
}

@media screen and (max-width: 767px) {
    .nortek-wiki-page__intro {
        font-size: 23px
    }
}

.nortek-wiki-page .content-matrix-info-block {
    border-top: 1px solid #a7b1bc;
    border-bottom: 1px solid #a7b1bc;
    padding: 45px 50px 40px;
    margin-bottom: 50px;
    position: relative
}

.nortek-wiki-page .content-matrix-info-block__icon {
    position: absolute;
    width: 90px;
    top: 0;
    left: 50%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    background-color: #fff
}

.nortek-wiki-page .content-matrix-info-block__text {
    margin: 0 !important;
    color: #002d73;
    font-size: 18px
}

.nortek-wiki-page .content-matrix-info-block__text * {
    margin: 0
}

.nortek-wiki-page figure.matrix--image {
    width: 100%
}

.nortek-wiki-page .paragraph h2 {
    font-size: 29px;
    background-color: #f3f8fd;
    padding: 15px
}

.nortek-wiki-page .paragraph h3 {
    font-weight: 700
}

@media screen and (max-width: 767px) {

    .nortek-wiki-page .paragraph h2,
    .nortek-wiki-page .paragraph h3 {
        font-size: 23px
    }
}

.nortek-wiki-page__back-to-top {
    position: fixed;
    left: 10%;
    bottom: 40%;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    background-color: #f3f8fd;
    cursor: pointer
}

.nortek-wiki-page__back-to-top--caret {
    width: 14px;
    margin-right: 7px
}

.nortek-wiki-page__back-to-top--text {
    margin: 0;
    font-size: 14px;
    color: #002d73
}

@media screen and (max-width: 1800px) {
    .nortek-wiki-page__back-to-top {
        left: 4%
    }
}

@media screen and (max-width: 1023px) {
    .nortek-wiki-page__back-to-top {
        bottom: 80px
    }
}

.nortek-wiki-page__product-info {
    padding: 0 25px
}

@media screen and (max-width: 639px) {
    .nortek-wiki-page__product-info {
        padding: 0
    }
}

.nortek-wiki-page ul.products figure {
    padding: 0;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 639px) {
    .nortek-wiki-page ul.products figure img {
        max-width: 200px
    }
}

.nortek-wiki-page ul.products .title {
    padding-left: 15px
}

.news-index {
    background-color: #fbf9f7
}

.news-index__news-events-switch {
    display: flex;
    gap: 40px
}

.news-index__page-switch-link {
    display: inline;
    width: -moz-min-content;
    width: min-content;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #002d73
}

.news-index__page-switch-link--active {
    color: #2374cc;
    border-bottom: 2px solid #2374cc
}

.news-index main {
    padding-bottom: 4rem !important
}

.news-index .type-select {
    flex: 1;
    display: flex;
    height: -moz-min-content;
    height: min-content;
    flex-direction: column;
    margin-right: 30px;
    margin-top: 25px;
    margin-left: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 5px
}

.news-index .type-select legend {
    color: #899ab9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.news-index .type-select #topic-legend {
    text-align: left
}

@media screen and (max-width: 959px) {
    .news-index .type-select {
        margin-left: 0;
        margin-right: 0
    }
}

.news-index .newsInputLink {
    display: flex
}

.news-index .uk-open {
    padding: 25px
}

.news-index .uk-open .uk-accordion-title {
    border: none
}

.news-index .uk-accordion-content {
    margin: 0;
    padding: 0 !important
}

.news-index .uk-accordion-content fieldset {
    gap: 20px
}

.news-index .uk-accordion-title {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #002d73;
    border: 1px solid #899ab9;
    border-radius: 5px
}

.news-index .uk-accordion-title span {
    margin-right: 15px
}

.news-index .uk-accordion-title svg {
    width: 20px
}

@media screen and (max-width: 959px) {
    .news-index .uk-accordion-title {
        display: block
    }
}

.news-index .filter-accordion-item {
    border: none !important
}

.news-index #newsCategoryFilter {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0
}

.news-index .newsCategoryFilterInput {
    display: none
}

.news-index .category-description {
    text-align: left;
    color: #899ab9;
    font-size: 14px
}

.news-index .newsInputLabel {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    text-align: left;
    color: #002d73
}

.news-index .newsInputLabel:hover {
    cursor: pointer
}

.news-index .newsInputLabel .filter-button-icon-wrapper {
    content: url(../image/checkbox.8d9b61af.svg);
    margin: 5px 10px 0 0;
    height: -moz-min-content;
    height: min-content
}

.news-index input[class=newsCategoryFilterInput]:checked+label .filter-button-icon-wrapper {
    content: url(../image/checkbox_selected.de9073da.svg)
}

.news-index__main {
    display: flex
}

.news-index__intro-block {
    margin: 0 0 60px
}

.news-index__heading {
    text-align: left
}

.news-index__categories {
    padding: 0;
    margin: 0
}

.news-index__categories:before {
    display: none
}

.news-index__category {
    display: block
}

.news-index__category a {
    border: none !important
}

.news-index__article-list {
    flex: 4
}

.news-index ul.featured {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.news-index__featured-post {
    display: flex;
    width: 100%;
    margin: 0 0 65px;
    padding: 0;
    cursor: unset;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .12)
}

.news-index__featured-image-wrapper,
.news-index__featured-text-wrapper {
    flex: 1;
    aspect-ratio: 5/4;
    max-width: 50%
}

.news-index__featured-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news-index__featured-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px
}

.news-index__featured-text-wrapper * {
    margin: 0
}

.news-index__featured-date {
    margin-bottom: 15px;
    color: #969ea7
}

.news-index__featured-title {
    margin-bottom: 30px
}

.news-index__featured-intro {
    margin-bottom: 30px;
    color: #000a28
}

.news-index__featured-button-wrapper {
    justify-content: left
}

.news-index__featured-button-wrapper * {
    font-size: 18px
}

.news-index__cards-list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 65px;
    margin-top: -20px
}

.news-index__entry-card {
    width: 32%
}

.news-index__card-image-wrapper {
    aspect-ratio: 3/2;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .12);
    overflow: hidden
}

.news-index__card-image {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.news-index__card-title {
    color: #002d73;
    font-size: 18px
}

.news-index__card-date {
    font-size: 12px;
    color: #969ea7
}

.news-index .blog-cat-pag {
    max-width: 100%;
    overflow-x: hidden;
    text-align: left
}

.news-index .blog-cat-pag .blog-cat-pag-inner {
    padding-left: calc(20% + 20px)
}

.news-index .blog-cat-pag .blog-cat-pag-inner a {
    background-color: #e9f0f8
}

.news-index #subscribe .sub-wrapper {
    background-color: unset;
    padding: 60px 50px;
    margin-left: calc(20% + 20px);
    background-color: #e9f0f8;
    border-radius: 10px
}

.news-index #subscribe .sub-body {
    display: flex;
    justify-content: space-between;
    gap: 15%
}

.news-index #subscribe .sub-body h1 {
    font-size: 30px;
    text-align: left
}

.news-index #subscribe .sub-body p {
    font-size: 18px;
    text-align: left;
    margin: 0
}

.news-index #subscribe .sub-body .subscribe-btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 15px 40px;
    border-radius: 5px
}

@media screen and (max-width: 1023px) {
    .news-index__main {
        flex-direction: column
    }

    .news-index .type-select {
        background-color: unset
    }

    .news-index__categories-wrapper {
        background-color: #fff
    }

    .news-index .newsInputLabel {
        justify-content: unset
    }

    .news-index .uk-accordion-title {
        width: 350px;
        max-width: 100%
    }

    .news-index .uk-open .uk-accordion-title {
        width: 100%
    }

    .news-index__cards-list {
        -moz-column-gap: 5%;
        column-gap: 5%
    }

    .news-index__entry-card {
        width: 47.5%
    }

    .news-index .blog-cat-pag {
        text-align: center
    }

    .news-index .blog-cat-pag .blog-cat-pag-inner {
        padding-left: 0
    }

    .news-index #subscribe .sub-wrapper {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .news-index__featured-post {
        flex-direction: column !important;
        width: 100% !important
    }

    .news-index__featured-image-wrapper,
    .news-index__featured-text-wrapper {
        flex: 1;
        aspect-ratio: unset;
        max-width: 100%
    }

    .news-index__cards-list {
        -moz-column-gap: 0;
        column-gap: 0
    }

    .news-index__entry-card {
        width: 100%
    }

    .news-index #subscribe .sub-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 50px
    }

    .news-index #subscribe .sub-body h1,
    .news-index #subscribe .sub-body p {
        text-align: center
    }
}

.News-content-wrapper {
    margin-bottom: 0;
    padding-bottom: 4rem;
    background-color: #fbf9f7
}

.norm-homepage-content {
    display: none
}

.alt-homepage-content {
    display: block
}

.news-banner-container {
    margin-top: 70px
}

.flex-1 {
    flex: 1 0 auto
}

.background-img {
    opacity: 0;
    background-size: cover;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    background-position: center center
}

.background-img.z16-9 {
    padding-top: 56.25%
}

.background-img.z393-155 {
    padding-top: 39.4402035623%;
    margin-bottom: 20px
}

.background-img.lazyloaded {
    opacity: 1
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.error {
    padding: 1.5rem;
    text-align: center;
    margin-top: 3rem;
    font-size: 1.2rem;
    background: #c0392b;
    font-weight: 700;
    color: #fff
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .5)
}

.loader span {
    font-size: 40px
}

.shippingZone select {
    max-width: 200px
}

.sub {
    letter-spacing: 1px
}

.text-white {
    color: #fff !important
}

.text-white span.text-white-underline {
    margin-bottom: 20px;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out
}

.text-white span.text-white-underline:hover {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #0079cd 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

.text-white span.text-blue-underline {
    margin-bottom: 20px;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #0079cd 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out
}

.text-white span.text-blue-underline:hover {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out
}

.text-blue {
    color: #002d73 !important
}

.text-black {
    color: #222 !important
}

.text-light-blue {
    color: #f0f3fc !important
}

.text-yellow {
    color: #f6d328 !important
}

span.text-light-blue {
    color: #f0f3fc !important
}

span.text-light-blue.link-underline {
    border-bottom: 2px white solid
}

span.text-light-blue.link-underline:hover {
    border-bottom: 2px #f6d328 solid !important
}

span.text-yellow {
    color: #f6d328 !important
}

span.text-yellow.link-underline {
    border-bottom: 2px white solid
}

span.text-yellow.link-underline:hover {
    border-bottom: 2px #f6d328 solid !important
}

span.text-white.link-underline {
    border-bottom: 2px white solid
}

span.text-white.link-underline:hover {
    border-bottom: 2px #f6d328 solid !important
}

span.text-blue.link-underline {
    border-bottom: 2px #002d73 solid
}

span.text-blue.link-underline:hover {
    border-bottom: 2px #f6d328 solid !important
}

span.text-black.link-underline {
    border-bottom: 2px #222 solid
}

span.text-black.link-underline:hover {
    border-bottom: 2px #f6d328 solid !important
}

span.text-white-underline {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out
}

a:hover>.text-white-underline {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #0079cd 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out
}

a:hover>.text-blue-underline {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #f6d328 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out
}

.text-blue-underline {
    font-size: 28px;
    margin-bottom: 20px;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #0079cd 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-shadow-subtle {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, .3)
}

.text-shadow {
    text-shadow: 0px 3px 1px rgba(0, 0, 0, .6)
}

.flex-left {
    justify-content: flex-start
}

.flex-right {
    justify-content: flex-end
}

.flex-center {
    justify-content: center
}

a.small-cta {
    font-size: 14px;
    font-weight: 700
}

.large-text {
    font-size: 30px
}

.bg-blue {
    background: #002d73 !important
}

.bg-white {
    background: white !important
}

.bg-lightBlue {
    background: #f0f3fc !important
}

.Frontpage-content-wrapper h1,
.Frontpage-content-wrapper h2,
.Frontpage-content-wrapper p,
.Frontpage-content-wrapper .sm-text-link,
.Frontpage-content-wrapper .lg-text-link {
    font-weight: 400;
    margin: 0
}

.Frontpage-content-wrapper h1 {
    font-size: 1.625rem
}

@media screen and (min-width: 640px) {
    .Frontpage-content-wrapper h1 {
        font-size: 2.125rem
    }
}

@media screen and (min-width: 960px) {
    .Frontpage-content-wrapper h1 {
        font-size: 2.635rem
    }
}

.Frontpage-content-wrapper p {
    letter-spacing: 0px
}

@media screen and (min-width: 640px) {
    .Frontpage-content-wrapper h2 {
        font-size: 26px
    }
}

@media screen and (min-width: 960px) {
    .Frontpage-content-wrapper h2 {
        font-size: 30px
    }
}

.Frontpage-content-wrapper h2,
.Frontpage-content-wrapper .lg-text-link {
    color: #002d73
}

.Frontpage-content-wrapper h2,
.Frontpage-content-wrapper .lg-text-link,
.Frontpage-content-wrapper .sm-text-link {
    padding-bottom: 10px;
    font-size: 22px
}

.Frontpage-content-wrapper p {
    font-size: 16px
}

.Frontpage-content-wrapper .sm-heading {
    font-size: 14px;
    color: #b3b8cb;
    padding-bottom: 10px
}

.Frontpage-content-wrapper .sm-heading.default {
    color: #b3b8cb
}

.Frontpage-content-wrapper .sm-heading.white {
    color: #fff
}

.Frontpage-content-wrapper .sm-heading.blue {
    color: #0079cd
}

.Frontpage-content-wrapper .sm-heading.yellow {
    color: #f6d328
}

.Frontpage-content-wrapper .sm-heading.text-blue {
    color: #0079cd
}

.Frontpage-content-wrapper .sm-heading.text-yellow {
    color: #f6d328
}

.Frontpage-content-wrapper .sm-heading.text-white {
    color: #fff
}

.Frontpage-content-wrapper .hero-text-link {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px
}

.Frontpage-content-wrapper .sm-text-link {
    text-decoration: none;
    border-bottom: 2px solid #f6d328;
    padding: 2px 0
}

.Frontpage-content-wrapper .sm-text-link:hover {
    border-bottom: 2px solid #002d73
}

.Frontpage-content-wrapper .lg-text-link:hover {
    border-bottom: 2px solid #002d73
}

.Frontpage-content-wrapper .tds-btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 16px
}

.Frontpage-content-wrapper .tds-btn span svg {
    width: 21px;
    display: inline
}

@media screen and (max-width: 1024px) {
    .Frontpage-content-wrapper .tds-btn {
        padding: .9vw 2vw;
        font-size: 1.7vw
    }

    .Frontpage-content-wrapper .tds-btn span svg {
        width: 1.8vw
    }
}

.Frontpage-content-wrapper .hero-white-btn {
    background: white;
    color: #002d73
}

.Frontpage-content-wrapper .hero-blue-btn {
    background: #002d73;
    color: #fff
}

.Frontpage-content-wrapper .hero-blue-btn:hover {
    color: #fff
}

.Frontpage-content-wrapper .white {
    background: white;
    color: #002d73;
    margin-bottom: 15px
}

@media screen and (min-width: 450px) {
    .Frontpage-content-wrapper .white {
        float: left;
        margin-bottom: 0
    }
}

.Frontpage-content-wrapper .blue {
    background: #002d73;
    color: #fff;
    width: 210px;
    margin-top: 15px;
    float: left
}

@media screen and (min-width: 750px) {
    .Frontpage-content-wrapper .blue {
        float: right;
        margin-top: 0
    }
}

.Frontpage-content-wrapper .simple-linear {
    position: relative
}

.Frontpage-content-wrapper .simple-linear:after {
    background: linear-gradient(transparent, #002d73 -38%, 47%, transparent);
    content: "";
    position: absolute;
    height: 94%;
    z-index: 1;
    width: 100%;
    top: 0
}

.Frontpage-content-wrapper .testimonial-container,
.Frontpage-content-wrapper .latest-news-container {
    padding: 15px
}

@media screen and (min-width: 640px) {

    .Frontpage-content-wrapper .testimonial-container,
    .Frontpage-content-wrapper .latest-news-container {
        padding: 30px
    }
}

@media screen and (min-width: 960px) {

    .Frontpage-content-wrapper .testimonial-container,
    .Frontpage-content-wrapper .latest-news-container {
        padding: 60px
    }
}

.Frontpage-content-wrapper .hero {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    z-index: 999;
    flex-direction: column
}

.Frontpage-content-wrapper .hero-container {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 45%;
    z-index: 999
}

.Frontpage-content-wrapper .hero-text {
    color: #fff;
    font-size: 38px
}

@media screen and (max-width: 1024px) {
    .Frontpage-content-wrapper .hero-text {
        font-size: 3.5vw
    }
}

.Frontpage-content-wrapper .hero-copy {
    margin-top: 20px;
    font-size: 22px
}

.Frontpage-content-wrapper .hero-cta-container {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.Frontpage-content-wrapper .hero-cta-container .play {
    margin-right: 5px
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .hero-slider-container {
        margin-left: -15px;
        margin-right: -15px
    }
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides {
    visibility: hidden
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slide-item {
    position: relative
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots {
    bottom: 25px
}

@media screen and (max-width: 1024px) {
    .Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots {
        bottom: 3vw
    }
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots li button:before {
    background-color: transparent;
    font-size: 14px;
    color: #fff
}

@media screen and (max-width: 960px) {
    .Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots li button:before {
        font-size: 10px
    }
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots li button:before {
        font-size: 8px
    }
}

@media screen and (max-width: 320px) {
    .Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots li button:before {
        font-size: 4px
    }
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px
}

@media screen and (max-width: 1024px) {
    .Frontpage-content-wrapper .hero-slider-container .hero-image-slides img {
        height: 44.5vw
    }
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .hero-slider-container .hero-image-slides img {
        height: 52.5vw
    }
}

.Frontpage-content-wrapper .hero-slider-container .hero-image-slides.slick-initialized {
    visibility: visible
}

.Frontpage-content-wrapper .browse-products-container {
    background: #f0f3fc
}

.Frontpage-content-wrapper .browse-products {
    padding: 20px;
    flex: 1 200px
}

.Frontpage-content-wrapper .browse-products-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.Frontpage-content-wrapper .browse-products-container img {
    flex: 1 500px;
    width: 100%;
    max-width: 380px;
    height: 100%
}

.Frontpage-content-wrapper .blank-area {
    height: 300px
}

.Frontpage-content-wrapper .buy-spare-parts-btn,
.Frontpage-content-wrapper .download-software-btn {
    background: white;
    padding: 30px 60px;
    margin: 15px;
    box-shadow: 1px 2px 2px #cfcfcf
}

.Frontpage-content-wrapper .lg-text-link {
    text-decoration: none;
    border-bottom: 2px solid #f6d328;
    padding: 2px 0;
    display: inline-block;
    font-size: 18px
}

@media screen and (min-width: 640px) {
    .Frontpage-content-wrapper .lg-text-link {
        font-size: 22px
    }
}

@media screen and (min-width: 960px) {
    .Frontpage-content-wrapper .lg-text-link {
        font-size: 27px
    }
}

.Frontpage-content-wrapper .sm-text-link {
    text-decoration: none;
    border-bottom: 2px solid #f6d328;
    padding: 2px 0;
    display: inline-block
}

.Frontpage-content-wrapper .buy-spare-parts-btn p,
.Frontpage-content-wrapper .download-software-btn p {
    padding-top: 15px
}

.Frontpage-content-wrapper .testimonial-container {
    text-align: center
}

.Frontpage-content-wrapper .quote {
    text-align: center;
    font-style: italic;
    font-size: 20px
}

@media screen and (min-width: 640px) {
    .Frontpage-content-wrapper .quote {
        font-size: 24px
    }
}

@media screen and (min-width: 960px) {
    .Frontpage-content-wrapper .quote {
        font-size: 28px;
        line-height: 40px;
        padding: 10px 125px 15px
    }
}

.Frontpage-content-wrapper .cta-container .header-title {
    font-size: 30px;
    color: #002d73
}

@media screen and (max-width: 960px) {
    .Frontpage-content-wrapper .cta-container .header-title {
        font-size: 24px
    }
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .cta-container .header-title {
        text-align: center
    }
}

.Frontpage-content-wrapper .cta-container .cta-body {
    transition: .1s ease;
    -webkit-transition: 1s ease;
    height: calc(100% - 45px)
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .cta-container .cta-body {
        height: auto
    }
}

.Frontpage-content-wrapper .cta-container .cta-body:hover {
    background: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.Frontpage-content-wrapper .cta-container .cta-body .cta-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    height: 80%;
    min-height: 200px
}

@media screen and (max-width: 960px) {
    .Frontpage-content-wrapper .cta-container .cta-body .cta-image-container {
        height: 70%
    }
}

.Frontpage-content-wrapper .cta-container .cta-body .cta-image-container .cta-image-text {
    margin-top: 20px
}

.Frontpage-content-wrapper .cta-container .cta-body .cta-image-container .cta-image-text>span {
    color: #fff !important;
    font-size: 24px
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .cta-container .cta-body .cta-image-container .cta-image-text>span {
        font-size: 18px
    }
}

.Frontpage-content-wrapper .cta-container .cta-body .cta-body-text {
    color: #000;
    padding: 10px;
    text-align: center
}

.Frontpage-content-wrapper .cta-container .cta-body .cta-body-text p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .cta-container .cta-body .cta-body-text p {
        font-size: 14px
    }
}

.Frontpage-content-wrapper .alt-homepage-about-section__inner {
    padding-top: 50px;
    padding-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Frontpage-content-wrapper .alt-homepage-about-section__inner:before {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-about-section__inner:after {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-about-section__text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    background-color: #f8f8fc;
    border-radius: 5px;
    padding: 30px 60px
}

.Frontpage-content-wrapper .alt-homepage-about-section__heading {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.Frontpage-content-wrapper .alt-homepage-about-section__body-text {
    font-size: 20px;
    text-align: center
}

.Frontpage-content-wrapper .alt-homepage-about-section__about-cta {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    -webkit-text-decoration: underline #f8d100;
    text-decoration: underline #f8d100
}

@media screen and (max-width: 768px) {
    .Frontpage-content-wrapper .alt-homepage-about-section__heading {
        font-size: 24px
    }
}

.Frontpage-content-wrapper .alt-homepage-cta {
    width: 100%;
    padding-left: 0;
    background-image: url(../image/dark-blue-gentle-pattern.0ef06382.svg);
    background-position: center;
    background-size: cover
}

.Frontpage-content-wrapper .alt-homepage-cta__inner {
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    gap: 5%
}

.Frontpage-content-wrapper .alt-homepage-cta__inner:before {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-cta__inner:after {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-cta__text-wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.Frontpage-content-wrapper .alt-homepage-cta__featured-data-set-heading {
    font-size: 15px;
    font-weight: 700;
    color: #2374cc
}

.Frontpage-content-wrapper .alt-homepage-cta__heading {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0
}

.Frontpage-content-wrapper .alt-homepage-cta__body-text {
    color: #fff
}

.Frontpage-content-wrapper .alt-homepage-cta__mobile-image-wrapper {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-cta__image-wrapper {
    width: 65%;
    overflow: hidden;
    border-radius: 5px
}

.Frontpage-content-wrapper .alt-homepage-cta__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.Frontpage-content-wrapper .alt-homepage-cta .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 12.5px 20px;
    background-color: #fff;
    color: #002d73;
    font-size: 17px
}

.Frontpage-content-wrapper .alt-homepage-cta .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.Frontpage-content-wrapper .alt-homepage-cta .cta-button .cta-button-text {
    white-space: nowrap
}

@media screen and (max-width: 1200px) {
    .Frontpage-content-wrapper .alt-homepage-cta__text-wrapper {
        width: 100%
    }

    .Frontpage-content-wrapper .alt-homepage-cta__image-wrapper {
        display: none
    }

    .Frontpage-content-wrapper .alt-homepage-cta__mobile-image-wrapper {
        display: block
    }
}

.Frontpage-content-wrapper .alt-homepage-news-banner {
    padding-top: 100px;
    padding-bottom: 100px
}

.Frontpage-content-wrapper .alt-homepage-news-banner .cta-button {
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 7.5px 15px;
    background-color: #002d73;
    color: #fff;
    font-size: 16px
}

.Frontpage-content-wrapper .alt-homepage-news-banner .cta-button .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 15px
}

.Frontpage-content-wrapper .alt-homepage-news-banner .cta-button .cta-button-text {
    white-space: nowrap
}

.Frontpage-content-wrapper .alt-homepage-news-banner:before {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-news-banner:after {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-news-banner__heading {
    color: #002d73;
    font-size: 32px;
    margin-bottom: 30px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper {
    display: none
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card {
    padding: 10px;
    border-radius: 5px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 6
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card {
    display: flex
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card-image-wrapper {
    flex: 1
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card-text-wrapper {
    flex: 1;
    padding: 0
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card-main-text {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card-type-text {
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 25px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card-heading {
    margin: 0 0 5px;
    font-size: 33px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__card-date {
    margin-bottom: 25px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type .alt-homepage-news-banner__featured-card-description {
    margin-bottom: 25px;
    margin-top: 35px;
    color: #000
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(3) {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 10
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(4) {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 10
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(5) {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 10
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(2) .alt-homepage-news-banner__card-heading,
.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(3) .alt-homepage-news-banner__card-heading,
.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(4) .alt-homepage-news-banner__card-heading,
.Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(5) .alt-homepage-news-banner__card-heading {
    font-size: 16px
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-image-wrapper {
    border-radius: 5px;
    overflow: hidden
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0 0
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-heading {
    color: #002d73;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-date {
    font-size: 14px;
    color: #969ea7
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-type-wrapper {
    padding: 5px 0 0;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.Frontpage-content-wrapper .alt-homepage-news-banner__card-type-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #002d73;
    margin: 0 !important;
    border-radius: 2.5px
}

.Frontpage-content-wrapper .alt-homepage-news-banner .userstory {
    border-bottom: 3px solid #80f0ff
}

.Frontpage-content-wrapper .alt-homepage-news-banner .wiki {
    border-bottom: 3px solid #f8d100
}

.Frontpage-content-wrapper .alt-homepage-news-banner .application {
    border-bottom: 3px solid #2374cc
}

.Frontpage-content-wrapper .alt-homepage-news-banner .video {
    border-bottom: 3px solid #69f0ae
}

.Frontpage-content-wrapper .alt-homepage-news-banner .nortekNews {
    border-bottom: 3px solid #00babe
}

.Frontpage-content-wrapper .alt-homepage-news-banner .nortekEvent {
    border-bottom: 3px solid #9180ff
}

@media screen and (max-width: 1200px) {
    .Frontpage-content-wrapper .alt-homepage-news-banner__cards-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px
    }

    .Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper {
        max-width: 650px
    }

    .Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:first-of-type {
        display: none
    }

    .Frontpage-content-wrapper .alt-homepage-news-banner__card-wrapper:nth-of-type(2) {
        display: flex
    }
}

.Frontpage-content-wrapper .tweets-container {
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 640px) {
    .Frontpage-content-wrapper .tweets-container {
        margin-top: 40px
    }
}

.Frontpage-content-wrapper .tweets-container .tweets-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px
}

.Frontpage-content-wrapper .tweets-container .tweets-header .header-image {
    margin: 0 17px 0 15px;
    border-radius: 45px;
    width: 45px;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1)
}

.Frontpage-content-wrapper .tweets-container .tweets-header .header-image img {
    width: 48px
}

.Frontpage-content-wrapper .tweets-container .tweets-header span {
    font-size: 30px;
    color: #002d73
}

@media screen and (max-width: 960px) {
    .Frontpage-content-wrapper .tweets-container .tweets-header span {
        font-size: 24px
    }
}

.Frontpage-content-wrapper .tweets-container .view-more p a {
    color: gray;
    font-size: 14px;
    font-weight: 100;
    float: right;
    border-bottom: none
}

.Frontpage-content-wrapper .tweets-list {
    font-size: .9rem
}

.Frontpage-content-wrapper .tweets-list .tweet-wrapper {
    border-top: 1px solid #e6e6e6
}

.Frontpage-content-wrapper .tweets-list .tweet {
    margin-left: 25px;
    margin-top: 10px;
    padding-left: 58px;
    padding-bottom: 14px;
    min-height: 48px
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-image {
    display: block;
    float: left;
    margin: 3px 0 0 -65px;
    border-radius: 3px;
    width: 48px;
    height: 48px;
    background: no-repeat 0 0;
    background-size: 48px 48px;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1)
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-image img {
    width: 48px
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-text {
    margin-top: -1px
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-image img {
    border-radius: 3px
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-user a.tweet-user-name {
    color: #29323d
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-actions {
    font-size: .9em;
    opacity: .7;
    padding: 0;
    margin: 0
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-actions li {
    display: inline
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-actions li a {
    color: #8f98a3
}

.Frontpage-content-wrapper .tweets-list .tweet .tweet-actions li:not(:last-child):after {
    content: " \2014  ";
    display: inline
}

.Frontpage-content-wrapper .news-banner-container .header-title {
    font-size: 30px;
    color: #002d73
}

@media screen and (max-width: 960px) {
    .Frontpage-content-wrapper .news-banner-container .header-title {
        font-size: 24px
    }
}

.Frontpage-content-wrapper .news-banner-container .banner-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
    .Frontpage-content-wrapper .news-banner-container .banner-btn {
        padding: 10px 6px
    }
}

.Frontpage-content-wrapper .latest-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 2px solid #f0f3fc;
    border-bottom: 2px solid #f0f3fc;
    padding: 60px 30px
}

.Frontpage-content-wrapper .latest-news h2 {
    width: 100%
}

.Frontpage-content-wrapper .latest-news p {
    flex: 1 300px;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 50px
}

.Frontpage-content-wrapper .clearfix:after {
    content: "";
    display: table;
    clear: both
}

.Frontpage-content-wrapper .item-wrapper {
    list-style: none;
    width: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center
}

.Frontpage-content-wrapper .grid-container {
    margin: 20px auto 0;
    width: 100%;
    clear: both
}

.Frontpage-content-wrapper .grid-container .item-wrapper {
    float: left;
    width: calc(50% - 20px);
    margin: 10px
}

@supports (display: grid) {
    .Frontpage-content-wrapper .grid-container .item-wrapper {
        float: none;
        width: initial;
        margin: initial;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .Frontpage-content-wrapper .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        margin-top: 20px
    }

    .Frontpage-content-wrapper .grid-container.two-rows {
        grid-template-rows: repeat(auto-fit, 280px 280px)
    }

    .Frontpage-content-wrapper .h-span-1,
    .Frontpage-content-wrapper .h-span-2,
    .Frontpage-content-wrapper .h-span-3,
    .Frontpage-content-wrapper .h-span-4,
    .Frontpage-content-wrapper .v-span-1,
    .Frontpage-content-wrapper .v-span-2 {
        grid-column: span 4;
        grid-row: span 1
    }

    @media screen and (min-width: 760px) {
        .Frontpage-content-wrapper .h-span-1 {
            grid-column: span 1
        }

        .Frontpage-content-wrapper .h-span-2 {
            grid-column: span 2
        }

        .Frontpage-content-wrapper .h-span-3 {
            grid-column: span 3
        }

        .Frontpage-content-wrapper .h-span-4 {
            grid-column: span 4
        }

        .Frontpage-content-wrapper .v-span-1 {
            grid-row: span 1
        }

        .Frontpage-content-wrapper .v-span-2 {
            grid-row: span 2
        }
    }

    .Frontpage-content-wrapper .no-padding {
        padding: 0
    }

    .Frontpage-content-wrapper .small-padding {
        padding: 20px
    }

    .Frontpage-content-wrapper .large-padding {
        padding: 40px
    }

    .Frontpage-content-wrapper .medium-padding {
        padding: 60px
    }
}

.Frontpage-content-wrapper .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 400px;
    padding: 20px
}

.Frontpage-content-wrapper .grid-item-side-image {
    max-width: 170px
}

.Frontpage-content-wrapper .text-content {
    flex: 1
}

.Frontpage-content-wrapper .grid-item-title {
    font-size: 27px;
    margin-bottom: 20px
}

.Frontpage-content-wrapper .grid-item-cta {
    margin-top: 20px
}

.Frontpage-content-wrapper .grid-item-type {
    display: block;
    width: 100%
}

.Frontpage-content-wrapper {
    position: relative;
    height: 100%
}

.Frontpage-content-wrapper.dark-header {
    margin-top: -131px
}

.Frontpage-nav-container {
    position: relative
}

.Frontpage-nav-container .logo {
    padding-left: 10px;
    margin-right: 0;
    z-index: 10
}

.Frontpage-nav-container .uk-navbar {
    padding-right: 20px;
    z-index: 1000000000
}

.Frontpage-nav-container .uk-nav-primary li a,
.Frontpage-nav-container .account-login-menu>a,
.Frontpage-nav-container .down {
    color: #fff !important
}

.Frontpage-nav-container.blue-header .uk-nav-primary li a,
.Frontpage-nav-container.blue-header .account-login-menu>a,
.Frontpage-nav-container.blue-header .down {
    color: #002d73 !important
}

.Frontpage-nav-container .uk-nav-sub li a {
    color: #fff
}

.Frontpage-nav-container #sitemap .close.uk-icon:after,
.Frontpage-nav-container #sitemap .close.uk-icon:before,
.Frontpage-nav-container .menu.uk-icon:after,
.Frontpage-nav-container .menu.uk-icon:before {
    background-color: #fff !important
}

.Frontpage-nav-container.blue-header .uk-nav-sub li a {
    color: #002d73
}

.Frontpage-nav-container.blue-header #sitemap .close.uk-icon:after,
.Frontpage-nav-container.blue-header #sitemap .close.uk-icon:before,
.Frontpage-nav-container.blue-header .menu.uk-icon:after,
.Frontpage-nav-container.blue-header .menu.uk-icon:before {
    background-color: #002d73 !important
}

.Frontpage-nav-container #sitemap .close.uk-icon.open:after,
.Frontpage-nav-container #sitemap .close.uk-icon.open:before,
.Frontpage-nav-container .menu.uk-icon.open:after,
.Frontpage-nav-container .menu.uk-icon.open:before {
    background-color: #002d73 !important
}

.freeform-form .uk-checkbox {
    margin-right: 5px
}

.freeform-form .freeform-label {
    color: #333;
    font-size: .95rem;
    padding-bottom: 5px;
    font-weight: 400 !important
}

.hero-top-margin {
    margin-top: 20px
}

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

.hero-both {
    margin: 20px 0
}

.hero-none {
    margin: 0 auto
}

.freeform-pages {
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.freeform-pages li {
    margin: 0 10px 0 0
}

.freeform-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px
}

.freeform-row .freeform-column {
    flex: 1 0;
    padding: 10px 0;
    margin: 0 15px;
    box-sizing: border-box
}

.freeform-row .freeform-column>.freeform-row:first-child {
    margin-top: -10px
}

.freeform-row .freeform-column label {
    display: block
}

.freeform-row .freeform-column .input-group-one-line {
    display: flex;
    flex-wrap: wrap
}

.freeform-row .freeform-column .input-group-one-line label {
    padding-right: 10px
}

.freeform-row .freeform-column .freeform-label {
    font-weight: 700
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
    content: "*";
    margin-left: 5px;
    color: red
}

.freeform-row .freeform-column .freeform-input {
    width: 100%;
    display: block;
    box-sizing: border-box
}

.freeform-row .freeform-column .freeform-input[type=checkbox],
.freeform-row .freeform-column .freeform-input[type=radio] {
    width: auto;
    display: inline;
    margin-right: 5px
}

.freeform-row .freeform-column .freeform-input.StripeElement {
    padding: 4px 2px;
    border: 1px solid #cccccc;
    height: 30px
}

.freeform-row .freeform-column .freeform-input-only-label {
    font-weight: 400
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.freeform-row .freeform-column .freeform-errors,
.freeform-row .freeform-column .ff-errors {
    list-style: none;
    padding: 0;
    margin: 5px 0 0
}

.freeform-row .freeform-column .freeform-errors>li,
.freeform-row .freeform-column .ff-errors>li {
    color: red
}

.freeform-row .freeform-column .freeform-instructions {
    margin: 0 0 5px;
    font-size: 13px;
    color: #aba7a7
}

.freeform-row .freeform-column.freeform-column-content-align-left {
    display: flex;
    justify-content: flex-start
}

.freeform-row .freeform-column.freeform-column-content-align-left>button:not(:first-of-type) {
    margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-center {
    display: flex;
    justify-content: center
}

.freeform-row .freeform-column.freeform-column-content-align-center>button:not(:first-of-type) {
    margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-right {
    display: flex;
    justify-content: flex-end
}

.freeform-row .freeform-column.freeform-column-content-align-right>button:not(:first-of-type) {
    margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
    display: flex;
    justify-content: space-between
}

.freeform-row .freeform-column.freeform-column-content-align-spread>button:not(:first-of-type) {
    margin-left: 5px
}

.ff-form-errors {
    padding: 15px;
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    border-radius: 5px;
    color: #721c24
}

.ff-form-success {
    padding: 15px;
    border: 1px solid #e4f1e4;
    background: #e4f1e4;
    border-radius: 5px;
    color: green
}

.ff-form-success>p,
.ff-form-errors>p {
    margin: 0
}

.freeform-form-has-errors {
    color: #721c24
}

.freeform-form-success {
    color: green
}

.l_switcher {
    margin-right: 20px
}

@media screen and (max-width: 1100px) {
    .l_switcher {
        margin: 0
    }
}

.l_switcher img {
    width: 20px;
    margin-right: 5px
}

.l_switcher a {
    display: flex;
    align-items: center
}

.l_switcher svg {
    margin-right: auto
}

.l_switcher button {
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-align: left;
    border-radius: 20px;
    background-color: #f2f2f2;
    color: #4c4c4c;
    border: none
}

.l_switcher button span:first-of-type {
    margin-right: 15px
}

.l_switcher ul {
    max-width: 200px !important
}

.l_switcher .uk-drop {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    padding: 5px 10px;
    width: 150px;
    border: 2px solid #002d73;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #4c4c4c
}

.l_switcher .uk-drop:hover {
    color: #0079cd
}

.l_switcher .uk-icon {
    color: #a2a2a2
}

@media screen and (max-width: 960px) {
    .l_switcher {
        margin-left: 20px
    }
}

@media screen and (max-width: 640px) {
    .l_switcher {
        margin-left: 20px;
        margin-top: 30px
    }
}

@media screen and (min-width: 960px) {
    #sitemap {
        display: none
    }
}

.Gallery-content-wrapper {
    background-image: url(../image/water_bg.6285ec49.jpg);
    background-color: #002057;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff
}

.Gallery-content-wrapper .details span {
    color: #fff
}

.Gallery-content-wrapper .details span:first-of-type {
    margin-left: 20px
}

.Gallery-content-wrapper .details span:last-of-type {
    position: absolute;
    left: 170px;
    margin: 0 1em 0 0;
    padding: .15em 0
}

.Gallery-content-wrapper .neg-pad {
    margin-left: -10px;
    margin-right: -10px
}

.Gallery-content-wrapper .header-text {
    margin-top: 70px
}

.Gallery-content-wrapper .header-text p {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .Gallery-content-wrapper .header-text p {
        display: none
    }
}

.Gallery-content-wrapper .header-text h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #d8fdff;
    font-weight: 600
}

.Gallery-content-wrapper .header-text h1 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600
}

.Gallery-content-wrapper .header-text .divider {
    background-color: #f6d327;
    width: 20px;
    height: 3px;
    margin: 20px 0
}

.Gallery-content-wrapper .head {
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .Gallery-content-wrapper .head {
        flex-direction: column
    }
}

.Gallery-content-wrapper .flex {
    color: #fff;
    display: flex;
    justify-content: space-between
}

.Gallery-content-wrapper .flex:before {
    display: none
}

.Gallery-content-wrapper .flex .header-text {
    max-width: 55%;
    color: #fff
}

@media screen and (max-width: 768px) {
    .Gallery-content-wrapper .flex .header-text {
        max-width: 100%
    }
}

.Gallery-content-wrapper .flex .share-story-button {
    height: 40px;
    margin-left: auto;
    padding: 0;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    align-self: flex-end;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .Gallery-content-wrapper .flex .share-story-button {
        margin-left: 0;
        align-self: flex-start
    }
}

.Gallery-content-wrapper .flex .share-story-button img {
    height: 100%
}

.Gallery-content-wrapper .description {
    color: #fff
}

.Gallery-content-wrapper .description h3 {
    font-weight: 600;
    color: #fff;
    font-size: 35px
}

.Gallery-content-wrapper .description p {
    font-size: 16px
}

.Gallery-content-wrapper .preview:before {
    background: #002057
}

.Gallery-content-wrapper .hidden-form {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #002057;
    background-color: rgba(0, 32, 87, .95)
}

.Gallery-content-wrapper .hidden-form #thanks {
    color: #fff;
    background: none;
    border: none;
    text-align: center
}

.Gallery-content-wrapper .hidden-form #thanks.hidden {
    display: none
}

.Gallery-content-wrapper .hidden-form #thanks h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px
}

.Gallery-content-wrapper .hidden-form #thanks p {
    color: #fff
}

.Gallery-content-wrapper .hidden-form #thanks .thanks-logo {
    height: 70px
}

@media screen and (max-width: 600px) {
    .Gallery-content-wrapper .hidden-form #thanks .x {
        top: 0px;
        right: 0px
    }
}

.Gallery-content-wrapper .hidden-form #form.hidden,
.Gallery-content-wrapper .hidden-form.hidden {
    display: none
}

.Gallery-content-wrapper .hidden-form .content {
    border-top: 6px solid #f6d328;
    padding: 60px 40px 40px;
    border-radius: 10px;
    position: absolute;
    top: 15%;
    left: 20%;
    width: 60%;
    background-color: #fff
}

@media screen and (max-width: 600px) {
    .Gallery-content-wrapper .hidden-form .content {
        width: 80%;
        left: 10%
    }
}

@media screen and (min-width: 1500px) {
    .Gallery-content-wrapper .hidden-form .content {
        max-width: 800px;
        left: 50%;
        transform: translate(-50%)
    }
}

.Gallery-content-wrapper .hidden-form .content h2,
.Gallery-content-wrapper .hidden-form .content h1 {
    margin: 0
}

.Gallery-content-wrapper .hidden-form .content h1 {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .Gallery-content-wrapper .hidden-form .content h1 {
        font-size: 35px
    }
}

.Gallery-content-wrapper .hidden-form .content h2 {
    color: #000;
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .Gallery-content-wrapper .hidden-form .content h2 {
        font-size: 15px
    }
}

.Gallery-content-wrapper .hidden-form .content .x {
    position: absolute;
    top: -50px;
    right: -50px;
    height: 30px;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .Gallery-content-wrapper .hidden-form .content .x {
        height: 20px;
        top: -35px;
        right: -35px
    }
}

.Gallery-content-wrapper .hidden-form .content form {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between
}

.Gallery-content-wrapper .hidden-form .content form input,
.Gallery-content-wrapper .hidden-form .content form textarea {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px
}

.Gallery-content-wrapper .hidden-form .content form input:focus,
.Gallery-content-wrapper .hidden-form .content form textarea:focus {
    outline: 1px solid #002057;
    border: 1px solid #002057
}

.Gallery-content-wrapper .hidden-form .content form textarea {
    height: 80px;
    background-color: initial;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px
}

.Gallery-content-wrapper .hidden-form .content form #submittedPhoto {
    padding: 0
}

.Gallery-content-wrapper .hidden-form .content form .half {
    width: calc(50% - 10px)
}

@media screen and (max-width: 900px) {
    .Gallery-content-wrapper .hidden-form .content form .half {
        width: 100%
    }
}

.Gallery-content-wrapper .hidden-form .content form .submit-button {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #002d73;
    color: #fff;
    max-width: -webkit-fit-content;
    display: block
}

table {
    width: 100%
}

table td,
table tr {
    width: 50%;
    word-wrap: break-word;
    vertical-align: baseline
}