.carousel .control-arrow,.carousel.carousel-slider .control-arrow {
    transition: all .25s ease-in;
    opacity: .4;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 2;
    top: 20px;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer
}

.carousel .control-arrow:focus,.carousel .control-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before {
    margin: 0 5px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: ""
}

.carousel .control-disabled.control-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: inherit;
    display: none
}

.carousel .control-prev.control-arrow {
    left: 0
}

.carousel .control-prev.control-arrow:before {
    border-right: 8px solid #fff
}

.carousel .control-next.control-arrow {
    right: 0
}

.carousel .control-next.control-arrow:before {
    border-left: 8px solid #fff
}

.carousel-root {
    outline: none
}

.carousel {
    position: relative;
    width: 100%
}

.carousel * {
    box-sizing: border-box
}

.carousel img {
    width: 100%;
    display: inline-block;
    pointer-events: none
}

.carousel .carousel {
    position: relative
}

.carousel .control-arrow {
    outline: 0;
    border: 0;
    background: none;
    top: 50%;
    margin-top: -13px;
    font-size: 18px
}

.carousel .thumbs-wrapper {
    margin: 20px;
    overflow: hidden
}

.carousel .thumbs {
    transition: all .15s ease-in;
    transform: translateZ(0);
    position: relative;
    list-style: none;
    white-space: nowrap
}

.carousel .thumb {
    transition: border .15s ease-in;
    display: inline-block;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    border: 3px solid #fff;
    padding: 2px
}

.carousel .thumb:focus {
    border: 3px solid #ccc;
    outline: none
}

.carousel .thumb.selected,.carousel .thumb:hover {
    border: 3px solid #333
}

.carousel .thumb img {
    vertical-align: top
}

.carousel.carousel-slider {
    position: relative;
    margin: 0;
    overflow: hidden
}

.carousel.carousel-slider .control-arrow {
    top: 0;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    margin-top: 0;
    padding: 5px
}

.carousel.carousel-slider .control-arrow:hover {
    background: rgba(0,0,0,.2)
}

.carousel .slider-wrapper {
    overflow: hidden;
    margin: auto;
    width: 100%;
    transition: height .15s ease-in
}

.carousel .slider-wrapper.axis-horizontal .slider {
    -ms-box-orient: horizontal;
    display: -moz-flex;
    display: flex
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
    flex-direction: column;
    flex-flow: column
}

.carousel .slider-wrapper.axis-vertical {
    -ms-box-orient: horizontal;
    display: -moz-flex;
    display: flex
}

.carousel .slider-wrapper.axis-vertical .slider {
    flex-direction: column
}

.carousel .slider {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    width: 100%
}

.carousel .slider.animated {
    transition: all .35s ease-in-out
}

.carousel .slide {
    min-width: 100%;
    margin: 0;
    position: relative;
    text-align: center
}

.carousel .slide img {
    width: 100%;
    vertical-align: top;
    border: 0
}

.carousel .slide iframe {
    display: inline-block;
    width: calc(100% - 80px);
    margin: 0 40px 40px;
    border: 0
}

.carousel .slide .legend {
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    opacity: .25;
    transition: opacity .35s ease-in-out
}

.carousel .control-dots {
    position: absolute;
    bottom: 0;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 1
}

@media(min-width: 960px) {
    .carousel .control-dots {
        bottom:0
    }
}

.carousel .control-dots .dot {
    transition: opacity .25s ease-in;
    opacity: .3;
    filter: alpha(opacity=30);
    box-shadow: 1px 1px 2px rgba(0,0,0,.9);
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 0 8px
}

.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel .carousel-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    color: #fff
}

.carousel:hover .slide .legend {
    opacity: 1
}

.animation-duration-250ms {
    animation-duration: .25s
}

.animation-duration-300ms {
    animation-duration: .3s
}

.animation-duration-500ms {
    animation-duration: .5s
}

.animation-duration-1000ms {
    animation-duration: 1s
}

.animation-duration-1500ms {
    animation-duration: 1.5s
}

.animation-delay-0ms {
    animation-delay: 0ms
}

.animation-delay-100ms {
    animation-delay: .1s
}

.animation-delay-200ms {
    animation-delay: .2s
}

.animation-delay-250ms {
    animation-delay: .25s
}

.animation-delay-300ms {
    animation-delay: .3s
}

.animation-delay-350ms {
    animation-delay: .35s
}

.animation-delay-500ms {
    animation-delay: .5s
}

.animation-delay-1000ms {
    animation-delay: 1s
}

.animation-delay-1200ms {
    animation-delay: 1.2s
}

.animation-delay-1500ms {
    animation-delay: 1.5s
}

.animation-delay-2000ms {
    animation-delay: 2s
}

.animation-delay-4000ms {
    animation-delay: 4s
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animation-fade-in {
    animation-name: fade-in
}

@keyframes fade-in-scale-in {
    0% {
        opacity: 0;
        transform: scale(1.01)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media(max-width: 1024px) {
    .animation-fade-in-scale-in {
        animation-name:fade-in
    }
}

@media(min-width: 1025px) {
    .animation-fade-in-scale-in {
        animation-name:fade-in-scale-in
    }
}

@keyframes fade-in-slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(calc(12px / 4))
    }

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

@media(min-width: 768px) {
    .animation-fade-in-slide-bottom {
        animation-name:fade-in-slide-bottom
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.animation-slide-in {
    animation-name: slide-in
}

@keyframes slide-out {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

.animation-slide-out {
    animation-name: slide-out
}

[class*=animation-] {
    animation-timing-function: cubic-bezier(.55,.085,.68,.53);
    animation-fill-mode: both
}

.text-red {
    color: #da1e28
}

html {
    background-color: #fff;
    box-sizing: border-box;
    color: #000e1a
}

html *,html :after,html :before {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

svg:not(:root) {
    overflow: hidden
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

dd,dl,dt {
    border: 0;
    margin: 0;
    padding: 0
}

dt {
    margin-bottom: calc(12px / 2)
}

dd {
    margin-bottom: 12px
}

dd>:last-child {
    margin-bottom: 0
}

*,:after,:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

:root {
    font-family: Noto Sans,sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

h1 {
    font-size: 1.953125rem;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 1.152
}

@media(min-width: 768px) {
    h1 {
        font-size:3.375rem;
        letter-spacing: -1px;
        line-height: 1.1111
    }
}

h2 {
    font-size: 1.5625rem;
    font-weight: 500;
    letter-spacing: -.2px;
    line-height: 1.2
}

@media(min-width: 768px) {
    h2 {
        font-size:2.25rem;
        letter-spacing: -.5px;
        line-height: 1.1667
    }
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 1.2
}

@media(min-width: 768px) {
    h3 {
        font-size:1.5rem;
        letter-spacing: -.25px;
        line-height: 1.25
    }
}

h4 {
    font-size: 1rem;
    font-weight: 600
}

blockquote {
    font-size: 125%;
    margin: 1.5rem 0;
    text-align: center
}

blockquote :first-child:before {
    content: open-quote
}

blockquote :last-child:after {
    content: close-quote
}

a {
    font-size: inherit;
    color: #196ef0;
    text-decoration: none;
    outline: none;
    cursor: pointer
}

a:not(.hit-area):focus:not(:active),a:not(.hit-area):focus:not(:hover) {
    color: #fff;
    background-color: #3f86f2
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.text-intro {
    margin-top: -5px;
    margin-bottom: 3rem;
    font-size: 1.125rem;
    letter-spacing: -.1px;
    line-height: 1.25
}

@media(min-width: 768px) {
    .text-intro {
        margin-top:-8px;
        margin-bottom: 4.5rem;
        font-size: 1.25rem;
        letter-spacing: -.25px;
        line-height: 1.5
    }
}

.text-quote {
    color: #6c6c6c;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -.4px
}

@media(min-width: 768px) {
    .text-quote {
        font-size:36px;
        line-height: 1.1667;
        letter-spacing: -1px
    }
}

.text-small {
    font-size: 12px;
    line-height: 1.5
}

.text-normal {
    font-weight: 400
}

.disable-scroll {
    overflow: hidden
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1201px;
    padding: 60px 12px
}

@media(min-width: 768px) {
    .container {
        padding:72px 24px
    }
}

@media(min-width: 1025px) {
    .container {
        padding:96px 60px
    }
}

.container>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.container--centered {
    text-align: center
}

.container--extra-padding {
    padding: 96px 12px
}

@media(min-width: 768px) {
    .container--extra-padding {
        padding:108px 24px
    }
}

@media(min-width: 1025px) {
    .container--extra-padding {
        padding:132px 60px
    }
}

.content-manageable p+p {
    margin-top: 12px
}

.content-manageable *+ol,.content-manageable *+ul,.content-manageable ol+p,.content-manageable ul+p {
    margin-top: 24px
}

@media(min-width: 768px) {
    .content-manageable *+ol,.content-manageable *+ul,.content-manageable ol+p,.content-manageable ul+p {
        margin-top:36px
    }
}

.content-manageable ol,.content-manageable ul {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 18px
}

@media(min-width: 768px) {
    .content-manageable ol,.content-manageable ul {
        font-size:16px;
        line-height: 24px
    }
}

.content-manageable ol li,.content-manageable ul li {
    margin: 0 0 calc(12px / 2);
    padding: 0
}

.content-manageable ol li p,.content-manageable ul li p {
    margin: 0;
    word-wrap: break-word
}

@media(min-width: 768px) {
    .content-manageable ol li,.content-manageable ul li {
        padding-left:calc(12px / 2)
    }
}

.content-manageable li ol,.content-manageable li ul {
    margin-top: 0;
    margin-bottom: 0
}

.content-manageable li ol li:last-child,.content-manageable li ul li:last-child {
    margin-bottom: 0
}

.content-manageable--copy-small p,.content-manageable--copy-small ul {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word
}

.content-manageable--copy-small *+ol,.content-manageable--copy-small *+p,.content-manageable--copy-small *+ul {
    margin-top: 12px
}

.content-manageable--copy-small li ol,.content-manageable--copy-small li ul {
    margin-top: 0;
    margin-bottom: 0
}

.content-manageable--copy-small li ol li:last-child,.content-manageable--copy-small li ul li:last-child {
    margin-bottom: 0
}

#ultimaker-blog-import h1 {
    margin-top: 24px;
    margin-bottom: 24px
}

@media(min-width: 768px) {
    #ultimaker-blog-import h1 {
        margin-top:36px;
        margin-bottom: 36px
    }
}

#ultimaker-blog-import h2 {
    margin-top: 24px;
    margin-bottom: 12px
}

@media(min-width: 768px) {
    #ultimaker-blog-import h2 {
        margin-top:36px;
        margin-bottom: 24px
    }
}

#ultimaker-blog-import h3 {
    margin-top: 24px;
    margin-bottom: 12px
}

@media(min-width: 768px) {
    #ultimaker-blog-import h3 {
        margin-top:24px;
        margin-bottom: 12px
    }
}

#ultimaker-blog-import h4 {
    margin-top: 12px;
    margin-bottom: 0
}


.flexgrid--justify-center [class*=flexgrid__cell],.flexgrid--justify-right [class*=flexgrid__cell],.flexgrid--justify-space-around [class*=flexgrid__cell],.flexgrid--justify-space-between [class*=flexgrid__cell],.flexgrid--justify-space-evenly [class*=flexgrid__cell] {
    flex-grow: 0
}

.flexgrid {
    display: flex;
    box-sizing: border-box;
    flex-flow: column wrap;
    flex: 1 0 auto;
    width: 100%
}

@media(min-width: 320px) {
    .flexgrid {
        flex-direction:row
    }
}

 .flexgrid--gutter {
    width: calc(100% + 12px);
    margin: 0 calc(12px / -2)
}

@media(min-width: 768px) {
.flexgrid--gutter {
        width:calc(100% + 24px);
        margin: 0 calc(24px / -2)
    }
}

.flexgrid--gutter [class*=flexgrid__cell] {
    margin: 0 calc(12px / 2);
    flex-basis: calc(100% - 12px);
    max-width: calc(100% - 12px)
}

@media(min-width: 768px) {
    .flexgrid--gutter [class*=flexgrid__cell] {
        margin:0 calc(24px / 2);
        flex-basis: calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

.flexgrid__cell,[class*=flexgrid__cell] {
    display: block;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 320px) {
    [class*=flexgrid__cell--xxxs] {
        flex-basis:auto;
        max-width: 100%;
        flex-grow: 1
    }

    .flexgrid__cell--xxxs-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-1 {
        flex-basis: calc(8.3333333333% - 2px);
        max-width: calc(8.3333333333% - 2px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-1 {
        flex-basis:calc(8.3333333333% - 4px);
        max-width: calc(8.3333333333% - 4px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-1 {
        flex-basis:calc(8.3333333333% - 12px);
        max-width: calc(8.3333333333% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-1 {
        flex-basis:calc(8.3333333333% - 24px);
        max-width: calc(8.3333333333% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-2 {
        flex-basis:16.6666666667%;
        max-width: 16.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-2 {
        flex-basis: calc(16.6666666667% - 4px);
        max-width: calc(16.6666666667% - 4px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-2 {
        flex-basis:calc(16.6666666667% - 8px);
        max-width: calc(16.6666666667% - 8px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-2 {
        flex-basis:calc(16.6666666667% - 12px);
        max-width: calc(16.6666666667% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-2 {
        flex-basis:calc(16.6666666667% - 24px);
        max-width: calc(16.6666666667% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-3 {
        flex-basis:25%;
        max-width: 25%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-3 {
        flex-basis: calc(25% - 6px);
        max-width: calc(25% - 6px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-3 {
        flex-basis:calc(25% - 24px);
        max-width: calc(25% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-4 {
        flex-basis:33.3333333333%;
        max-width: 33.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-4 {
        flex-basis: calc(33.3333333333% - 8px);
        max-width: calc(33.3333333333% - 8px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-4 {
        flex-basis:calc(33.3333333333% - 16px);
        max-width: calc(33.3333333333% - 16px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-4 {
        flex-basis:calc(33.3333333333% - 12px);
        max-width: calc(33.3333333333% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-4 {
        flex-basis:calc(33.3333333333% - 24px);
        max-width: calc(33.3333333333% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-5 {
        flex-basis:41.6666666667%;
        max-width: 41.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-5 {
        flex-basis: calc(41.6666666667% - 10px);
        max-width: calc(41.6666666667% - 10px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-5 {
        flex-basis:calc(41.6666666667% - 20px);
        max-width: calc(41.6666666667% - 20px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-5 {
        flex-basis:calc(41.6666666667% - 12px);
        max-width: calc(41.6666666667% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-5 {
        flex-basis:calc(41.6666666667% - 24px);
        max-width: calc(41.6666666667% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-6 {
        flex-basis:50%;
        max-width: 50%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-6 {
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-6 {
        flex-basis:calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-7 {
        flex-basis:58.3333333333%;
        max-width: 58.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-7 {
        flex-basis: calc(58.3333333333% - 14px);
        max-width: calc(58.3333333333% - 14px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-7 {
        flex-basis:calc(58.3333333333% - 28px);
        max-width: calc(58.3333333333% - 28px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-7 {
        flex-basis:calc(58.3333333333% - 12px);
        max-width: calc(58.3333333333% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-7 {
        flex-basis:calc(58.3333333333% - 24px);
        max-width: calc(58.3333333333% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-8 {
        flex-basis:66.6666666667%;
        max-width: 66.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-8 {
        flex-basis: calc(66.6666666667% - 16px);
        max-width: calc(66.6666666667% - 16px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-8 {
        flex-basis:calc(66.6666666667% - 32px);
        max-width: calc(66.6666666667% - 32px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-8 {
        flex-basis:calc(66.6666666667% - 12px);
        max-width: calc(66.6666666667% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-8 {
        flex-basis:calc(66.6666666667% - 24px);
        max-width: calc(66.6666666667% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-9 {
        flex-basis:75%;
        max-width: 75%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-9 {
        flex-basis: calc(75% - 18px);
        max-width: calc(75% - 18px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-9 {
        flex-basis:calc(75% - 36px);
        max-width: calc(75% - 36px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-9 {
        flex-basis:calc(75% - 12px);
        max-width: calc(75% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-9 {
        flex-basis:calc(75% - 24px);
        max-width: calc(75% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-10 {
        flex-basis:83.3333333333%;
        max-width: 83.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-10 {
        flex-basis: calc(83.3333333333% - 20px);
        max-width: calc(83.3333333333% - 20px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-10 {
        flex-basis:calc(83.3333333333% - 40px);
        max-width: calc(83.3333333333% - 40px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-10 {
        flex-basis:calc(83.3333333333% - 12px);
        max-width: calc(83.3333333333% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-10 {
        flex-basis:calc(83.3333333333% - 24px);
        max-width: calc(83.3333333333% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-11 {
        flex-basis:91.6666666667%;
        max-width: 91.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-11 {
        flex-basis: calc(91.6666666667% - 22px);
        max-width: calc(91.6666666667% - 22px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-11 {
        flex-basis:calc(91.6666666667% - 44px);
        max-width: calc(91.6666666667% - 44px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-11 {
        flex-basis:calc(91.6666666667% - 12px);
        max-width: calc(91.6666666667% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-11 {
        flex-basis:calc(91.6666666667% - 24px);
        max-width: calc(91.6666666667% - 24px)
    }
}

@media(min-width: 320px) {
    .flexgrid__cell--xxxs-12 {
        flex-basis:100%;
        max-width: 100%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xxxs-12 {
        flex-basis: calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 320px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xxxs-12 {
        flex-basis:calc(100% - 48px);
        max-width: calc(100% - 48px)
    }
}

@media(min-width: 320px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-12 {
        flex-basis:calc(100% - 12px);
        max-width: calc(100% - 12px)
    }
}

@media(min-width: 320px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xxxs-12 {
        flex-basis:calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 569px) {
    [class*=flexgrid__cell--xs] {
        flex-basis:auto;
        max-width: 100%;
        flex-grow: 1
    }

    .flexgrid__cell--xs-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-1 {
        flex-basis: calc(8.3333333333% - 2px);
        max-width: calc(8.3333333333% - 2px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-1 {
        flex-basis:calc(8.3333333333% - 4px);
        max-width: calc(8.3333333333% - 4px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-1 {
        flex-basis:calc(8.3333333333% - 12px);
        max-width: calc(8.3333333333% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-1 {
        flex-basis:calc(8.3333333333% - 24px);
        max-width: calc(8.3333333333% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-2 {
        flex-basis:16.6666666667%;
        max-width: 16.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-2 {
        flex-basis: calc(16.6666666667% - 4px);
        max-width: calc(16.6666666667% - 4px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-2 {
        flex-basis:calc(16.6666666667% - 8px);
        max-width: calc(16.6666666667% - 8px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-2 {
        flex-basis:calc(16.6666666667% - 12px);
        max-width: calc(16.6666666667% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-2 {
        flex-basis:calc(16.6666666667% - 24px);
        max-width: calc(16.6666666667% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-3 {
        flex-basis:25%;
        max-width: 25%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-3 {
        flex-basis: calc(25% - 6px);
        max-width: calc(25% - 6px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-3 {
        flex-basis:calc(25% - 24px);
        max-width: calc(25% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-4 {
        flex-basis:33.3333333333%;
        max-width: 33.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-4 {
        flex-basis: calc(33.3333333333% - 8px);
        max-width: calc(33.3333333333% - 8px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-4 {
        flex-basis:calc(33.3333333333% - 16px);
        max-width: calc(33.3333333333% - 16px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-4 {
        flex-basis:calc(33.3333333333% - 12px);
        max-width: calc(33.3333333333% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-4 {
        flex-basis:calc(33.3333333333% - 24px);
        max-width: calc(33.3333333333% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-5 {
        flex-basis:41.6666666667%;
        max-width: 41.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-5 {
        flex-basis: calc(41.6666666667% - 10px);
        max-width: calc(41.6666666667% - 10px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-5 {
        flex-basis:calc(41.6666666667% - 20px);
        max-width: calc(41.6666666667% - 20px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-5 {
        flex-basis:calc(41.6666666667% - 12px);
        max-width: calc(41.6666666667% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-5 {
        flex-basis:calc(41.6666666667% - 24px);
        max-width: calc(41.6666666667% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-6 {
        flex-basis:50%;
        max-width: 50%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-6 {
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-6 {
        flex-basis:calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-7 {
        flex-basis:58.3333333333%;
        max-width: 58.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-7 {
        flex-basis: calc(58.3333333333% - 14px);
        max-width: calc(58.3333333333% - 14px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-7 {
        flex-basis:calc(58.3333333333% - 28px);
        max-width: calc(58.3333333333% - 28px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-7 {
        flex-basis:calc(58.3333333333% - 12px);
        max-width: calc(58.3333333333% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-7 {
        flex-basis:calc(58.3333333333% - 24px);
        max-width: calc(58.3333333333% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-8 {
        flex-basis:66.6666666667%;
        max-width: 66.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-8 {
        flex-basis: calc(66.6666666667% - 16px);
        max-width: calc(66.6666666667% - 16px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-8 {
        flex-basis:calc(66.6666666667% - 32px);
        max-width: calc(66.6666666667% - 32px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-8 {
        flex-basis:calc(66.6666666667% - 12px);
        max-width: calc(66.6666666667% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-8 {
        flex-basis:calc(66.6666666667% - 24px);
        max-width: calc(66.6666666667% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-9 {
        flex-basis:75%;
        max-width: 75%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-9 {
        flex-basis: calc(75% - 18px);
        max-width: calc(75% - 18px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-9 {
        flex-basis:calc(75% - 36px);
        max-width: calc(75% - 36px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-9 {
        flex-basis:calc(75% - 12px);
        max-width: calc(75% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-9 {
        flex-basis:calc(75% - 24px);
        max-width: calc(75% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-10 {
        flex-basis:83.3333333333%;
        max-width: 83.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-10 {
        flex-basis: calc(83.3333333333% - 20px);
        max-width: calc(83.3333333333% - 20px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-10 {
        flex-basis:calc(83.3333333333% - 40px);
        max-width: calc(83.3333333333% - 40px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-10 {
        flex-basis:calc(83.3333333333% - 12px);
        max-width: calc(83.3333333333% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-10 {
        flex-basis:calc(83.3333333333% - 24px);
        max-width: calc(83.3333333333% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-11 {
        flex-basis:91.6666666667%;
        max-width: 91.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-11 {
        flex-basis: calc(91.6666666667% - 22px);
        max-width: calc(91.6666666667% - 22px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-11 {
        flex-basis:calc(91.6666666667% - 44px);
        max-width: calc(91.6666666667% - 44px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-11 {
        flex-basis:calc(91.6666666667% - 12px);
        max-width: calc(91.6666666667% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-11 {
        flex-basis:calc(91.6666666667% - 24px);
        max-width: calc(91.6666666667% - 24px)
    }
}

@media(min-width: 569px) {
    .flexgrid__cell--xs-12 {
        flex-basis:100%;
        max-width: 100%
    }

    .flexgrid--justify-space-between .flexgrid__cell--xs-12 {
        flex-basis: calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 569px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--xs-12 {
        flex-basis:calc(100% - 48px);
        max-width: calc(100% - 48px)
    }
}

@media(min-width: 569px) {
    .flexgrid--gutter .flexgrid__cell--xs-12 {
        flex-basis:calc(100% - 12px);
        max-width: calc(100% - 12px)
    }
}

@media(min-width: 569px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--xs-12 {
        flex-basis:calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 768px) {
    [class*=flexgrid__cell--sm] {
        flex-basis:auto;
        max-width: 100%;
        flex-grow: 1
    }

    .flexgrid__cell--sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-1 {
        flex-basis: calc(8.3333333333% - 2px);
        max-width: calc(8.3333333333% - 2px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-1 {
        flex-basis:calc(8.3333333333% - 4px);
        max-width: calc(8.3333333333% - 4px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-1 {
        flex-basis:calc(8.3333333333% - 12px);
        max-width: calc(8.3333333333% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-1 {
        flex-basis:calc(8.3333333333% - 24px);
        max-width: calc(8.3333333333% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-2 {
        flex-basis:16.6666666667%;
        max-width: 16.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-2 {
        flex-basis: calc(16.6666666667% - 4px);
        max-width: calc(16.6666666667% - 4px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-2 {
        flex-basis:calc(16.6666666667% - 8px);
        max-width: calc(16.6666666667% - 8px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-2 {
        flex-basis:calc(16.6666666667% - 12px);
        max-width: calc(16.6666666667% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-2 {
        flex-basis:calc(16.6666666667% - 24px);
        max-width: calc(16.6666666667% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-3 {
        flex-basis:25%;
        max-width: 25%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-3 {
        flex-basis: calc(25% - 6px);
        max-width: calc(25% - 6px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-3 {
        flex-basis:calc(25% - 24px);
        max-width: calc(25% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-4 {
        flex-basis:33.3333333333%;
        max-width: 33.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-4 {
        flex-basis: calc(33.3333333333% - 8px);
        max-width: calc(33.3333333333% - 8px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-4 {
        flex-basis:calc(33.3333333333% - 16px);
        max-width: calc(33.3333333333% - 16px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-4 {
        flex-basis:calc(33.3333333333% - 12px);
        max-width: calc(33.3333333333% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-4 {
        flex-basis:calc(33.3333333333% - 24px);
        max-width: calc(33.3333333333% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-5 {
        flex-basis:41.6666666667%;
        max-width: 41.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-5 {
        flex-basis: calc(41.6666666667% - 10px);
        max-width: calc(41.6666666667% - 10px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-5 {
        flex-basis:calc(41.6666666667% - 20px);
        max-width: calc(41.6666666667% - 20px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-5 {
        flex-basis:calc(41.6666666667% - 12px);
        max-width: calc(41.6666666667% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-5 {
        flex-basis:calc(41.6666666667% - 24px);
        max-width: calc(41.6666666667% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-6 {
        flex-basis:50%;
        max-width: 50%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-6 {
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-6 {
        flex-basis:calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-7 {
        flex-basis:58.3333333333%;
        max-width: 58.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-7 {
        flex-basis: calc(58.3333333333% - 14px);
        max-width: calc(58.3333333333% - 14px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-7 {
        flex-basis:calc(58.3333333333% - 28px);
        max-width: calc(58.3333333333% - 28px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-7 {
        flex-basis:calc(58.3333333333% - 12px);
        max-width: calc(58.3333333333% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-7 {
        flex-basis:calc(58.3333333333% - 24px);
        max-width: calc(58.3333333333% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-8 {
        flex-basis:66.6666666667%;
        max-width: 66.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-8 {
        flex-basis: calc(66.6666666667% - 16px);
        max-width: calc(66.6666666667% - 16px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-8 {
        flex-basis:calc(66.6666666667% - 32px);
        max-width: calc(66.6666666667% - 32px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-8 {
        flex-basis:calc(66.6666666667% - 12px);
        max-width: calc(66.6666666667% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-8 {
        flex-basis:calc(66.6666666667% - 24px);
        max-width: calc(66.6666666667% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-9 {
        flex-basis:75%;
        max-width: 75%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-9 {
        flex-basis: calc(75% - 18px);
        max-width: calc(75% - 18px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-9 {
        flex-basis:calc(75% - 36px);
        max-width: calc(75% - 36px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-9 {
        flex-basis:calc(75% - 12px);
        max-width: calc(75% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-9 {
        flex-basis:calc(75% - 24px);
        max-width: calc(75% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-10 {
        flex-basis:83.3333333333%;
        max-width: 83.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-10 {
        flex-basis: calc(83.3333333333% - 20px);
        max-width: calc(83.3333333333% - 20px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-10 {
        flex-basis:calc(83.3333333333% - 40px);
        max-width: calc(83.3333333333% - 40px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-10 {
        flex-basis:calc(83.3333333333% - 12px);
        max-width: calc(83.3333333333% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-10 {
        flex-basis:calc(83.3333333333% - 24px);
        max-width: calc(83.3333333333% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-11 {
        flex-basis:91.6666666667%;
        max-width: 91.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-11 {
        flex-basis: calc(91.6666666667% - 22px);
        max-width: calc(91.6666666667% - 22px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-11 {
        flex-basis:calc(91.6666666667% - 44px);
        max-width: calc(91.6666666667% - 44px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-11 {
        flex-basis:calc(91.6666666667% - 12px);
        max-width: calc(91.6666666667% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-11 {
        flex-basis:calc(91.6666666667% - 24px);
        max-width: calc(91.6666666667% - 24px)
    }
}

@media(min-width: 768px) {
    .flexgrid__cell--sm-12 {
        flex-basis:100%;
        max-width: 100%
    }

    .flexgrid--justify-space-between .flexgrid__cell--sm-12 {
        flex-basis: calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 768px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--sm-12 {
        flex-basis:calc(100% - 48px);
        max-width: calc(100% - 48px)
    }
}

@media(min-width: 768px) {
    .flexgrid--gutter .flexgrid__cell--sm-12 {
        flex-basis:calc(100% - 12px);
        max-width: calc(100% - 12px)
    }
}

@media(min-width: 768px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--sm-12 {
        flex-basis:calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 1025px) {
    [class*=flexgrid__cell--md] {
        flex-basis:auto;
        max-width: 100%;
        flex-grow: 1
    }

    .flexgrid__cell--md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-1 {
        flex-basis: calc(8.3333333333% - 2px);
        max-width: calc(8.3333333333% - 2px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-1 {
        flex-basis:calc(8.3333333333% - 4px);
        max-width: calc(8.3333333333% - 4px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-1 {
        flex-basis:calc(8.3333333333% - 12px);
        max-width: calc(8.3333333333% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-1 {
        flex-basis:calc(8.3333333333% - 24px);
        max-width: calc(8.3333333333% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-2 {
        flex-basis:16.6666666667%;
        max-width: 16.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-2 {
        flex-basis: calc(16.6666666667% - 4px);
        max-width: calc(16.6666666667% - 4px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-2 {
        flex-basis:calc(16.6666666667% - 8px);
        max-width: calc(16.6666666667% - 8px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-2 {
        flex-basis:calc(16.6666666667% - 12px);
        max-width: calc(16.6666666667% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-2 {
        flex-basis:calc(16.6666666667% - 24px);
        max-width: calc(16.6666666667% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-3 {
        flex-basis:25%;
        max-width: 25%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-3 {
        flex-basis: calc(25% - 6px);
        max-width: calc(25% - 6px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-3 {
        flex-basis:calc(25% - 24px);
        max-width: calc(25% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-4 {
        flex-basis:33.3333333333%;
        max-width: 33.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-4 {
        flex-basis: calc(33.3333333333% - 8px);
        max-width: calc(33.3333333333% - 8px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-4 {
        flex-basis:calc(33.3333333333% - 16px);
        max-width: calc(33.3333333333% - 16px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-4 {
        flex-basis:calc(33.3333333333% - 12px);
        max-width: calc(33.3333333333% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-4 {
        flex-basis:calc(33.3333333333% - 24px);
        max-width: calc(33.3333333333% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-5 {
        flex-basis:41.6666666667%;
        max-width: 41.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-5 {
        flex-basis: calc(41.6666666667% - 10px);
        max-width: calc(41.6666666667% - 10px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-5 {
        flex-basis:calc(41.6666666667% - 20px);
        max-width: calc(41.6666666667% - 20px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-5 {
        flex-basis:calc(41.6666666667% - 12px);
        max-width: calc(41.6666666667% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-5 {
        flex-basis:calc(41.6666666667% - 24px);
        max-width: calc(41.6666666667% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-6 {
        flex-basis:50%;
        max-width: 50%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-6 {
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-6 {
        flex-basis:calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-7 {
        flex-basis:58.3333333333%;
        max-width: 58.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-7 {
        flex-basis: calc(58.3333333333% - 14px);
        max-width: calc(58.3333333333% - 14px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-7 {
        flex-basis:calc(58.3333333333% - 28px);
        max-width: calc(58.3333333333% - 28px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-7 {
        flex-basis:calc(58.3333333333% - 12px);
        max-width: calc(58.3333333333% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-7 {
        flex-basis:calc(58.3333333333% - 24px);
        max-width: calc(58.3333333333% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-8 {
        flex-basis:66.6666666667%;
        max-width: 66.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-8 {
        flex-basis: calc(66.6666666667% - 16px);
        max-width: calc(66.6666666667% - 16px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-8 {
        flex-basis:calc(66.6666666667% - 32px);
        max-width: calc(66.6666666667% - 32px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-8 {
        flex-basis:calc(66.6666666667% - 12px);
        max-width: calc(66.6666666667% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-8 {
        flex-basis:calc(66.6666666667% - 24px);
        max-width: calc(66.6666666667% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-9 {
        flex-basis:75%;
        max-width: 75%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-9 {
        flex-basis: calc(75% - 18px);
        max-width: calc(75% - 18px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-9 {
        flex-basis:calc(75% - 36px);
        max-width: calc(75% - 36px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-9 {
        flex-basis:calc(75% - 12px);
        max-width: calc(75% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-9 {
        flex-basis:calc(75% - 24px);
        max-width: calc(75% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-10 {
        flex-basis:83.3333333333%;
        max-width: 83.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-10 {
        flex-basis: calc(83.3333333333% - 20px);
        max-width: calc(83.3333333333% - 20px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-10 {
        flex-basis:calc(83.3333333333% - 40px);
        max-width: calc(83.3333333333% - 40px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-10 {
        flex-basis:calc(83.3333333333% - 12px);
        max-width: calc(83.3333333333% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-10 {
        flex-basis:calc(83.3333333333% - 24px);
        max-width: calc(83.3333333333% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-11 {
        flex-basis:91.6666666667%;
        max-width: 91.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-11 {
        flex-basis: calc(91.6666666667% - 22px);
        max-width: calc(91.6666666667% - 22px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-11 {
        flex-basis:calc(91.6666666667% - 44px);
        max-width: calc(91.6666666667% - 44px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-11 {
        flex-basis:calc(91.6666666667% - 12px);
        max-width: calc(91.6666666667% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-11 {
        flex-basis:calc(91.6666666667% - 24px);
        max-width: calc(91.6666666667% - 24px)
    }
}

@media(min-width: 1025px) {
    .flexgrid__cell--md-12 {
        flex-basis:100%;
        max-width: 100%
    }

    .flexgrid--justify-space-between .flexgrid__cell--md-12 {
        flex-basis: calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 1025px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--md-12 {
        flex-basis:calc(100% - 48px);
        max-width: calc(100% - 48px)
    }
}

@media(min-width: 1025px) {
    .flexgrid--gutter .flexgrid__cell--md-12 {
        flex-basis:calc(100% - 12px);
        max-width: calc(100% - 12px)
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--md-12 {
        flex-basis:calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 1201px) {
    [class*=flexgrid__cell--lg] {
        flex-basis:auto;
        max-width: 100%;
        flex-grow: 1
    }

    .flexgrid__cell--lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-1 {
        flex-basis: calc(8.3333333333% - 2px);
        max-width: calc(8.3333333333% - 2px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-1 {
        flex-basis:calc(8.3333333333% - 4px);
        max-width: calc(8.3333333333% - 4px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-1 {
        flex-basis:calc(8.3333333333% - 12px);
        max-width: calc(8.3333333333% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-1 {
        flex-basis:calc(8.3333333333% - 24px);
        max-width: calc(8.3333333333% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-2 {
        flex-basis:16.6666666667%;
        max-width: 16.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-2 {
        flex-basis: calc(16.6666666667% - 4px);
        max-width: calc(16.6666666667% - 4px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-2 {
        flex-basis:calc(16.6666666667% - 8px);
        max-width: calc(16.6666666667% - 8px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-2 {
        flex-basis:calc(16.6666666667% - 12px);
        max-width: calc(16.6666666667% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-2 {
        flex-basis:calc(16.6666666667% - 24px);
        max-width: calc(16.6666666667% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-3 {
        flex-basis:25%;
        max-width: 25%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-3 {
        flex-basis: calc(25% - 6px);
        max-width: calc(25% - 6px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-3 {
        flex-basis:calc(25% - 12px);
        max-width: calc(25% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-3 {
        flex-basis:calc(25% - 24px);
        max-width: calc(25% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-4 {
        flex-basis:33.3333333333%;
        max-width: 33.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-4 {
        flex-basis: calc(33.3333333333% - 8px);
        max-width: calc(33.3333333333% - 8px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-4 {
        flex-basis:calc(33.3333333333% - 16px);
        max-width: calc(33.3333333333% - 16px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-4 {
        flex-basis:calc(33.3333333333% - 12px);
        max-width: calc(33.3333333333% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-4 {
        flex-basis:calc(33.3333333333% - 24px);
        max-width: calc(33.3333333333% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-5 {
        flex-basis:41.6666666667%;
        max-width: 41.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-5 {
        flex-basis: calc(41.6666666667% - 10px);
        max-width: calc(41.6666666667% - 10px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-5 {
        flex-basis:calc(41.6666666667% - 20px);
        max-width: calc(41.6666666667% - 20px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-5 {
        flex-basis:calc(41.6666666667% - 12px);
        max-width: calc(41.6666666667% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-5 {
        flex-basis:calc(41.6666666667% - 24px);
        max-width: calc(41.6666666667% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-6 {
        flex-basis:50%;
        max-width: 50%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-6 {
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-6 {
        flex-basis:calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-6 {
        flex-basis:calc(50% - 24px);
        max-width: calc(50% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-7 {
        flex-basis:58.3333333333%;
        max-width: 58.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-7 {
        flex-basis: calc(58.3333333333% - 14px);
        max-width: calc(58.3333333333% - 14px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-7 {
        flex-basis:calc(58.3333333333% - 28px);
        max-width: calc(58.3333333333% - 28px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-7 {
        flex-basis:calc(58.3333333333% - 12px);
        max-width: calc(58.3333333333% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-7 {
        flex-basis:calc(58.3333333333% - 24px);
        max-width: calc(58.3333333333% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-8 {
        flex-basis:66.6666666667%;
        max-width: 66.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-8 {
        flex-basis: calc(66.6666666667% - 16px);
        max-width: calc(66.6666666667% - 16px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-8 {
        flex-basis:calc(66.6666666667% - 32px);
        max-width: calc(66.6666666667% - 32px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-8 {
        flex-basis:calc(66.6666666667% - 12px);
        max-width: calc(66.6666666667% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-8 {
        flex-basis:calc(66.6666666667% - 24px);
        max-width: calc(66.6666666667% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-9 {
        flex-basis:75%;
        max-width: 75%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-9 {
        flex-basis: calc(75% - 18px);
        max-width: calc(75% - 18px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-9 {
        flex-basis:calc(75% - 36px);
        max-width: calc(75% - 36px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-9 {
        flex-basis:calc(75% - 12px);
        max-width: calc(75% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-9 {
        flex-basis:calc(75% - 24px);
        max-width: calc(75% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-10 {
        flex-basis:83.3333333333%;
        max-width: 83.3333333333%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-10 {
        flex-basis: calc(83.3333333333% - 20px);
        max-width: calc(83.3333333333% - 20px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-10 {
        flex-basis:calc(83.3333333333% - 40px);
        max-width: calc(83.3333333333% - 40px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-10 {
        flex-basis:calc(83.3333333333% - 12px);
        max-width: calc(83.3333333333% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-10 {
        flex-basis:calc(83.3333333333% - 24px);
        max-width: calc(83.3333333333% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-11 {
        flex-basis:91.6666666667%;
        max-width: 91.6666666667%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-11 {
        flex-basis: calc(91.6666666667% - 22px);
        max-width: calc(91.6666666667% - 22px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-11 {
        flex-basis:calc(91.6666666667% - 44px);
        max-width: calc(91.6666666667% - 44px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-11 {
        flex-basis:calc(91.6666666667% - 12px);
        max-width: calc(91.6666666667% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-11 {
        flex-basis:calc(91.6666666667% - 24px);
        max-width: calc(91.6666666667% - 24px)
    }
}

@media(min-width: 1201px) {
    .flexgrid__cell--lg-12 {
        flex-basis:100%;
        max-width: 100%
    }

    .flexgrid--justify-space-between .flexgrid__cell--lg-12 {
        flex-basis: calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

@media(min-width: 1201px)and (min-width:1025px) {
    .flexgrid--justify-space-between .flexgrid__cell--lg-12 {
        flex-basis:calc(100% - 48px);
        max-width: calc(100% - 48px)
    }
}

@media(min-width: 1201px) {
    .flexgrid--gutter .flexgrid__cell--lg-12 {
        flex-basis:calc(100% - 12px);
        max-width: calc(100% - 12px)
    }
}

@media(min-width: 1201px)and (min-width:768px) {
    .flexgrid--gutter .flexgrid__cell--lg-12 {
        flex-basis:calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

.flexgrid--column-reversed {
    flex-direction: column-reverse;
    flex-flow: column-reverse
}

.flexgrid--row-reversed {
    flex-direction: row-reverse
}

@media(min-width: 569px) {
    .flexgrid--mobile-xl-row {
        flex-direction:row
    }
}

.flexgrid--justify-space-between {
    justify-content: space-between
}

.flexgrid--justify-center {
    justify-content: center
}

.flexgrid--justify-space-around {
    justify-content: space-around
}

.flexgrid--justify-space-evenly {
    justify-content: space-evenly
}

.flexgrid--justify-right {
    justify-content: flex-end
}

.is-visible-desktop {
    display: none
}

@media(min-width: 1025px) {
    .is-visible-desktop {
        display:inline;
        display: initial
    }
}

.margin--none {
    margin: 0
}

.margin-top--none {
    margin-top: 0
}

.margin-top--md {
    margin-top: 12px
}

.margin-top--lg {
    margin-top: 24px
}

.margin-right--md {
    margin-right: 12px
}

.margin-bottom--sm {
    margin-bottom: 6px
}

.margin-bottom--md {
    margin-bottom: 12px
}

.margin-bottom--lg {
    margin-bottom: 24px
}

.margin-bottom--xl {
    margin-bottom: 48px
}

.margin-left--sm {
    margin-left: 6px
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 9px 30px;
    color: #fff;
    background-color: #196ef0;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    height: 42px;
    transition: color .3s cubic-bezier(.23,1,.32,1),background-color .3s cubic-bezier(.23,1,.32,1),border-color .3s cubic-bezier(.23,1,.32,1)
}

*+.button {
    margin-right: 12px;
    margin-bottom: 12px
}

.button:focus,.button:focus:hover,.button:hover {
    color: #fff;
    background-color: #3f86f2
}

@media(min-width: 768px) {
    .button {
        font-size:20px;
        height: 48px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.button[disabled],.button[disabled]:hover {
    background-color: #b4b4b4;
    color: #fff
}

.button--secondary {
    background: transparent;
    border: 2px solid #196ef0;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #196ef0;
    border-radius: 4px
}

@media(min-width: 768px) {
    .button--secondary {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.button--secondary:focus,.button--secondary:hover {
    border: 2px solid transparent
}

.button--secondary[disabled] {
    border-color: currentColor
}

.button--secondary[disabled],.button--secondary[disabled]:hover {
    background-color: transparent;
    color: #b4b4b4
}

.button--close {
    position: absolute;
    top: 0;
    right: 0
}

.button--small {
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1
}

.button--transparent {
    background-color: transparent;
    color: #000e1a
}

.button--transparent:hover {
    background-color: #d4d4d4;
    color: #000e1a
}

.button--transparent-color {
    color: #196ef0
}

.button--transparent-color:focus,.button--transparent-color:hover {
    background-color: #e8f0fd;
    color: #196ef0
}

.required:after {
    color: #6c6c6c;
    content: "*";
    font-size: 14px;
    left: 4px;
    line-height: 21px;
    position: absolute;
    top: 3px
}

::-moz-placeholder {
    color: #6c6c6c
}

:-ms-input-placeholder {
    color: #6c6c6c
}

::placeholder {
    color: #6c6c6c
}

.link {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 23px;
    margin-right: 12px;
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top
}

.link,.link:active,.link:hover,.link:visited {
    color: #000e1a
}

.link:focus:not(:active),.link:focus:not(:hover) {
    outline: 2px solid #3f86f2
}

.link--small {
    color: inherit;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5
}

.link--large {
    display: inline-block;
    font-size: 18px;
    line-height: 1.33
}

@media(min-width: 768px) {
    .link--large {
        font-size:20px;
        line-height: 1.2
    }
}

.link .link__underline,.link--large .link__underline {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size .3s cubic-bezier(.23,1,.32,1);
    width: 100%
}

.link--reversed .link__underline {
    background-size: 0 100%
}

.link .link__underline {
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 10px)
}

.link--large .link__underline {
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 10px)
}

.link:active .link__underline,.link:hover .link__underline,.link:visited .link__underline {
    background-size: 0 100%
}

.link--reversed:active .link__underline,.link--reversed:hover .link__underline,.link--reversed:visited .link__underline {
    background-size: 100% 100%
}

.link--reversed:focus .link__underline,.link:focus .link__underline {
    background-size: 0 0
}

.link-list {
    border: 0;
    font-size: 14px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

@media(min-width: 1025px) {
    .link-list--2-columns {
        -moz-column-count:2;
        column-count: 2;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .link-list--2-columns {
        -moz-column-gap:48px;
        column-gap: 48px
    }
}

@media(min-width: 1025px) {
    .link-list--2-columns>li {
        transform:translate3d(0,2px,0)
    }

    .link-list--3-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media(min-width: 1025px)and (min-width:768px) {
    .link-list--3-columns {
        -moz-column-gap:48px;
        column-gap: 48px
    }
}

@media(min-width: 1025px) {
    .link-list--3-columns>li {
        transform:translate3d(0,2px,0)
    }
}

.link-list__headline {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: -2px
}

.link-list__item {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 6px;
    padding: 0;
    position: relative;
    transform: translateY(2px)
}

.link-list .list--icon,.link-list__item:last-child,.link-list__item>* {
    margin-bottom: 0
}

.link--icon:focus {
    fill: currentColor
}

.link--icon,.link--icon .link--reversed {
    align-items: center;
    display: inline-flex;
    padding-left: 36px
}

.link--icon .icon,.link--icon .link--reversed .icon {
    position: absolute;
    height: 18px;
    width: 18px;
    transform: translateX(-24px)
}

.link--icon .link--reversed.link--large,.link--icon.link--large {
    padding-left: 31.999992px
}

.link--icon .link--reversed.link--large .icon,.link--icon.link--large .icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
    fill: #fff;
    transform: translateX(-33px)
}

.link--wizard-step-confirmation {
    align-self: flex-start
}

.list {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 23px;
    margin-top: -2px;
    padding-left: 1em
}

@media(min-width: 768px) {
    .list {
        font-size:16px;
        margin-bottom: 29px;
        margin-top: -5px
    }
}

.list__item {
    margin: 0 0 6px;
    padding: 0 0 0 10px
}

@media(min-width: 768px) {
    .list__item {
        padding-left:8px
    }
}

.caption-list {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0
}

.caption-list__headline {
    color: inherit;
    display: inline;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5
}

@media(min-width: 768px) {
    .caption-list__headline {
        font-size:12px
    }
}

.caption-list__headline:after {
    content: " ";
    white-space: pre
}

.caption-list__list-item {
    border: 0;
    color: inherit;
    display: inline;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width: 768px) {
    .caption-list__list-item {
        font-size:12px
    }
}

.caption-list__list-item:after {
    content: ","
}

.caption-list__list-item:last-child:before {
    content: " and"
}

.caption-list__list-item:last-child:after {
    content: "."
}

main .organism:nth-child(2n) {
    background-color: #f3f8fe
}

.article-header__list .um-tag,.span-label {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 2;
    color: #6c6c6c;
    background-color: #f3f3f3;
    border-radius: 24px
}

table {
    border: 0;
    border-bottom: 2px solid #d4d4d4;
    border-collapse: collapse;
    margin: 0 0 36px;
    text-align: left;
    width: 100%
}

tbody {
    border-top: 2px solid #d4d4d4
}

td,th {
    border-bottom: 1px solid #d4d4d4;
    padding: 18px;
    vertical-align: top
}

th {
    font-weight: 600
}

.jobs-empty {
    text-align: center
}

.jobs-list-section .card__description {
    overflow: hidden;
    line-height: 1.5rem;
    max-height: 10.5rem;
    position: relative
}

.jobs-list-section .card__description:after {
    content: "";
    z-index: 1;
    background: #fff;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    height: 3rem;
    position: absolute;
    top: 7.5rem;
    left: 0;
    right: 0
}

.jobs-list-section .card__description p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.jobs-list-section .card__description p:last-child {
    margin-bottom: 3rem
}

.visually-hidden {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.um-button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0;
    color: #196ef0;
    display: inline-flex;
    font: inherit;
    justify-content: center;
    margin: 0;
    outline-offset: 2px;
    outline: 2px solid transparent;
    padding: calc(1.2rem - 2px) 2.4rem;
    text-decoration: none;
    transition: background-color .15s ease-in-out,color .15s ease-in-out,outline-color .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.um-button::-moz-focus-inner {
    color: transparent
}

.um-button:hover {
    background-color: #e8f0fd
}

.um-button:focus-visible {
    outline-color: #061884
}

.um-button[disabled] {
    background-color: transparent;
    color: #b4b4b4
}

.um-button--primary {
    background-color: #196ef0;
    color: #fff
}

.um-button--primary:hover {
    background-color: #10469c;
    color: #fff
}

.um-button--primary[disabled] {
    background-color: #b4b4b4;
    color: #fff
}

.um-button--secondary {
    background-color: #fff;
    border-color: currentColor
}

.um-button--secondary:hover {
    background-color: #e8f0fd
}

.um-button--secondary[disabled] {
    background-color: #fff
}

.um-button--danger {
    background-color: #da1e28;
    color: #fff
}

.um-button--danger:hover {
    background-color: #b91c1c
}

.um-button--danger[disabled] {
    background-color: #b4b4b4;
    color: #fff
}

.um-button>svg {
    height: 2.4rem;
    margin: 0 auto;
    pointer-events: none;
    width: 2.4rem
}

.um-button--icon-large,.um-button--icon-only,.um-button--icon-small {
    padding: calc(1.2rem - 2px)
}

.um-button--icon-small svg {
    height: 1.8rem;
    width: 1.8rem
}

.um-button--round {
    border-radius: 2.4rem;
    position: relative;
    outline: none
}

.um-button--round:after {
    content: "";
    display: none;
    position: absolute;
    top: -.6rem;
    bottom: -.6rem;
    left: -.6rem;
    right: -.6rem;
    border-radius: 3.2rem;
    border: 2px solid #061884
}

.um-button--round:focus {
    outline: 0
}

.um-button--round:focus:after {
    display: block
}

.um-button--rounded {
    border-radius: .6rem
}

.um-button--icon-only>span {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.um-button--icon-left>svg {
    margin: 0 .6rem 0 0
}

.um-button--icon-right>svg {
    margin: 0 0 0 .6rem
}

.um-button--icon-top {
    flex-direction: column;
    padding-bottom: .6rem
}

.um-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 0 2.4rem 0 rgba(0,0,0,.1)
}

.um-card--use-padding {
    padding: 2.4rem
}

.um-card__title {
    font-size: 1.2em;
    margin: 0
}

.um-card__subtitle {
    margin: 0
}

.um-card__image {
    order: -1;
    height: 6rem;
    margin: 0 0 1.2rem;
    width: 6rem
}

.um-card__image--placeholder {
    align-items: center;
    padding: .6rem;
    color: #b4b4b4
}

.um-card__link {
    color: inherit;
    text-decoration: none;
    transition: color .15s ease-in-out
}

.um-card__link[href]:hover {
    color: inherit
}

.um-card__link[href]:after {
    bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(0,14,26,0);
    outline: 2px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: box-shadow .15s ease-in-out;
    z-index: 1
}

.um-card__link[href]:focus-visible:after {
    outline-color: #061884
}

.um-card__link[href]:hover:after {
    box-shadow: 0 1px 4px 0 rgba(0,14,26,.2)
}

.um-card__tags {
    display: flex;
    flex-wrap: wrap;
    margin: .6rem 0
}

.um-card__tag {
    margin-right: .6rem;
    margin-bottom: .6rem
}

.um-card__description {
    margin: 0
}

.um-card--rounded,.um-card--rounded .um-card__link[href]:after {
    border-radius: .6rem
}

.um-consent-bar {
    background-color: #e8f0fd;
    padding: 5.4rem 1.8rem;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10
}

.um-consent-bar__description {
    margin: 0 auto;
    max-width: 67.2rem;
    text-align: center
}

.um-consent-bar__description a {
    text-decoration: none
}

.um-consent-bar__actions {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media(min-width: 76.8rem) {
    .um-consent-bar__actions {
        flex-direction:row;
        justify-content: center
    }
}

.um-consent-bar__actions>:first-child {
    margin-bottom: 1.2rem
}

@media(min-width: 76.8rem) {
    .um-consent-bar__actions>:first-child {
        margin:0 1.8rem 0 0
    }
}

.um-consent-bar__refuse-button:hover {
    background-color: #fff
}

.um-link-sections {
    display: flex;
    flex-direction: column
}

.um-link-sections ul {
    padding: 2.4rem;
    list-style: none;
    margin: 0
}

.um-link-sections ul+ul {
    border-top: 1px solid #d4d4d4
}

.um-link-sections .um-link-sections__title {
    font-weight: 600
}

.um-link-sections .um-link-sections__icon {
    margin-left: 1.2rem;
    width: 1.8rem
}

.um-link-sections li+li {
    margin-top: 1.2rem
}

.um-link-sections a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    padding: 1.2rem .8rem 1rem;
    color: #000e1a;
    height: 3.6rem;
    line-height: 2.4rem;
    border: none;
    text-decoration: none;
    outline-offset: 0
}

.um-link-sections a::-moz-focus-inner {
    color: transparent
}

.um-link-sections a:hover {
    color: #000e1a;
    position: relative
}

.um-link-sections a:hover:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 4px;
    right: 4px;
    height: 2px;
    background-color: #000e1a
}

.um-link-sections a:active {
    background-color: #f3f3f3
}

.um-link-sections a:focus-visible {
    outline: 2px solid #061884
}

.um-navigation h1 {
    font-size: 1.6rem;
    margin: 0
}

.um-navigation ul {
    padding: .6rem 0;
    margin: 0;
    list-style: none
}

.um-navigation li>ul {
    padding: 0 0 0 1.2rem
}

.um-navigation li+li,.um-navigation li>ul>li {
    margin-top: 1.2rem
}

.um-navigation__sidebar .um-sidebar__content {
    padding: 2.4rem
}

.um-navigation__label,.um-navigation__link {
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    padding: 1.2rem .8rem 1rem;
    color: #000e1a;
    height: 3.6rem;
    line-height: 2.4rem;
    border: none;
    text-decoration: none;
    outline-offset: 0
}

.um-navigation__link {
    cursor: pointer
}

.um-navigation__link.active,.um-navigation__link:hover {
    color: #000e1a;
    position: relative
}

.um-navigation__link.active:after,.um-navigation__link:hover:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 4px;
    right: 4px;
    height: 2px;
    background-color: #000e1a
}

.um-navigation__link:active {
    background-color: #f3f3f3
}

.um-navigation__link:focus-visible {
    outline: 2px solid #061884
}

@media(min-width: 620px) {
    .um-navigation__sidebar .um-sidebar__content {
        padding:0
    }

    .um-navigation {
        padding: .6rem 2.4rem;
        background-color: #fff;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #d4d4d4
    }

    .um-navigation h1 {
        display: none
    }

    .um-navigation ul {
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        display: flex;
        flex-basis: 100%;
        flex-flow: row nowrap;
        border: none
    }

    .um-navigation li {
        position: relative
    }

    .um-navigation li+li {
        margin-top: 0;
        margin-left: 1.2rem
    }

    .um-navigation li>ul {
        display: none
    }

    .um-navigation li>ul>li {
        margin-top: 0
    }

    .um-navigation li>ul>li+li {
        margin-left: 0;
        margin-top: 1.2rem
    }

    .um-navigation li:hover>ul {
        display: block;
        background-color: #fff;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.2),0 5px 12px 0 rgba(0,0,0,.1);
        position: absolute;
        z-index: 4;
        border-top: 2px solid transparent;
        padding: 1.2rem 2.4rem;
        min-width: 100%
    }
}

.um-user-account-menu .um-user-account-menu__profile-image {
    width: 2.4rem;
    border-radius: 1.2rem
}

.um-header__outer:before {
    content: "";
    height: 6rem;
    display: block
}

@media(min-width: 620px) {
    .um-header__outer--navigation-active:before {
        height:10rem
    }
}

.um-header {
    min-width: 32rem;
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

.um-header .um-header__button {
    cursor: pointer;
    color: #000e1a
}

.um-header .um-header__external-cta,.um-header .um-header__user-help-switcher {
    display: none
}

@media(min-width: 620px) {
    .um-header .um-header__external-cta,.um-header .um-header__user-help-switcher {
        display:block
    }
}

.um-header .um-header__button:hover {
    background-color: #f3f3f3
}

.um-header .um-header__inner {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    min-height: 5.9rem;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: .6rem 1.2rem
}

.um-header .um-header__logo {
    margin-left: 1.2rem;
    flex: 1 1;
    flex-basis: 0%;
    box-sizing: inherit;
    min-width: 0;
    align-self: center;
    display: flex;
    align-items: center
}

.um-header .um-header__burger-menu+.um-header__logo {
    margin-left: 1.2rem
}

.um-header .um-header__burger-menu {
    padding: .6rem;
    margin-top: -.6rem;
    margin-left: -1.2rem;
    margin-bottom: -.6rem;
    background-color: #000e1a
}

.um-header .um-header__logo-text {
    font-size: 2.4rem;
    font-weight: 500;
    color: #000e1a
}

.um-header .um-header__app-switcher,.um-header .um-header__user-help-switcher {
    flex-basis: auto;
    min-width: 0
}

.um-header .um-header__button--active,.um-header .um-header__button--active:hover {
    background-color: #d4d4d4
}

.um-header .um-header__burger-menu .um-header__button,.um-header .um-header__burger-menu .um-header__button--active {
    background-color: #000e1a;
    color: #fff
}

.um-header .um-header__logo-image {
    height: 2rem;
    width: auto;
    display: none
}

@media(min-width: 620px) {
    .um-header .um-header__logo-image {
        display:inline-block
    }
}

.um-header .um-header__logo-link {
    text-decoration: none;
    display: inline-flex;
    width: 100%;
    align-items: baseline;
    gap: 1.2rem
}

.um-header .um-header__logo-link:focus,.um-header .um-header__logo-link:hover {
    text-decoration: none
}

.um-header .um-header__logo-link:focus-visible {
    outline: 2px solid #061884
}

.um-header .um-header__logo-name {
    font-size: min(max(2rem,6vw),2.4rem);
    font-weight: 500;
    color: #000e1a
}

@media(min-width: 620px) {
    .um-header .um-header__logo-name {
        font-weight:200
    }
}

.um-header .um-header__logo-button {
    color: #fff;
    background-color: transparent
}

@media(min-width: 620px) {
    .um-header .um-header__burger-menu {
        display:none
    }

    .um-header .um-header__burger-menu+.um-header__logo,.um-header .um-header__logo {
        margin-left: 0
    }

    .um-header .um-header__inner {
        padding: .6rem 1.2rem .6rem 2.4rem
    }
}

.um-sidebar__backdrop {
    animation: fadeout .3s linear both;
    display: none;
    left: 0;
    right: 0;
    background-color: hsla(0,0%,42%,.75)
}

.um-sidebar__backdrop,.um-sidebar__content {
    position: fixed;
    top: 6.1rem;
    bottom: 0;
    z-index: 3
}

.um-sidebar__content {
    background-color: #fff;
    width: 28rem;
    transition: transform .3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none
}

.um-sidebar__content::-webkit-scrollbar {
    width: 0
}

.um-sidebar--side-left .um-sidebar__content {
    left: 0;
    transform: translateX(-100vw)
}

.um-sidebar--side-right .um-sidebar__content {
    right: 0;
    transform: translateX(100vw)
}

.um-sidebar--open {
    display: block;
    position: fixed;
    top: 5.9rem;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 2
}

.um-sidebar--open .um-sidebar__backdrop {
    display: block;
    animation: fadein .3s linear both
}

.um-sidebar--open .um-sidebar__content {
    transform: translateX(0)
}

@media(min-width: 620px) {
    .um-sidebar--desktop-bar {
        position:unset;
        overflow: visible
    }

    .um-sidebar--desktop-bar.um-sidebar--side-left .um-sidebar__content,.um-sidebar--desktop-bar.um-sidebar--side-right .um-sidebar__content {
        transform: translateX(0);
        position: unset;
        background-color: #fff;
        width: 100%;
        overflow: visible
    }

    .um-sidebar--open .um-sidebar__backdrop,.um-sidebar.um-sidebar--desktop-dropdown {
        display: none
    }

    .um-sidebar.um-sidebar--desktop-dropdown.um-sidebar--side-left .um-sidebar__content,.um-sidebar.um-sidebar--desktop-dropdown.um-sidebar--side-right .um-sidebar__content {
        transform: translateX(0)
    }

    .um-sidebar.um-sidebar--desktop-dropdown.um-sidebar--open {
        position: relative;
        overflow: visible;
        top: 0;
        display: block
    }

    .um-sidebar.um-sidebar--desktop-dropdown.um-sidebar--open .um-sidebar__content {
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.2),0 5px 12px 0 rgba(0,0,0,.1);
        position: absolute;
        bottom: auto;
        width: 28rem;
        top: 0;
        right: 0;
        transform: translateY(0)
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        display: block
    }

    to {
        opacity: 1;
        display: block
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        display: block
    }

    99% {
        top: 6.1rem
    }

    to {
        opacity: 0;
        display: none;
        top: 100vh
    }
}

.um-tag {
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 1.5rem;
    color: #6c6c6c;
    display: inline-flex;
    font-size: 1.2rem;
    letter-spacing: .2px;
    padding: 0 1.2rem;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: left
}

a.um-tag {
    box-shadow: 0 0 0 2px #fff
}

a.um-tag::-moz-focus-inner {
    color: transparent
}

a.um-tag:hover {
    background-color: #d4d4d4;
    border-color: #d4d4d4
}

a.um-tag:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff,0 0 0 4px #061884
}

.um-tag--warning {
    background-color: #feebdd;
    color: #fc7b1e
}

.um-tag--success {
    background-color: #e9f6ec;
    color: #24a249
}

.um-consent-bar {
    padding: 54px 18px
}

.um-consent-bar__description {
    max-width: 672px;
    padding-bottom: 18px
}

@media(min-width: 768px) {
    .um-consent-bar__actions {
        flex-direction:row;
        justify-content: center
    }
}

.um-consent-bar__actions>::first-child {
    margin-bottom: 12px
}

@media(min-width: 768px) {
    .um-consent-bar__actions>::first-child {
        margin:0 18px 0 0
    }
}

.um-consent-bar__actions .um-button {
    padding: 10px 24px;
    border-radius: 4px
}


img.img--error {
    opacity: 0
}

img.not-visible {
    visibility: hidden
}

.image-contain--loaded {
    opacity: 1
}

.img--contain {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.anchor-overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.anchor-overlay:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.article-description-list {
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 768px) {
    .article-description-list {
        width:66%
    }
}

dl {
    border-bottom: 2px solid #d4d4d4;
    border-top: 2px solid #d4d4d4;
    margin-bottom: 36px
}

@media(min-width: 768px) {
    dl {
        display:grid;
        grid-template-columns: max-content auto
    }
}

dd,dt {
    margin: 0
}

@media(min-width: 768px) {
    dd,dt {
        border-top:1px solid #d4d4d4;
        padding: 18px
    }

    dd:first-of-type,dt:first-of-type {
        border-top: 0
    }
}

dt {
    border-top: 1px solid #d4d4d4;
    font-weight: 700;
    padding: 12px
}

dt:first-of-type {
    border-top: 0
}

dd {
    padding: 0 12px 12px
}

.article-ctas {
    display: flex;
    justify-content: center;
    margin-top: calc((12px * 2) + (12px / 4));
    margin-bottom: calc((12px * 2) + (12px / 3))
}

@media(min-width: 768px) {
    .article-ctas {
        margin-top:36px;
        margin-bottom: 24px
    }
}

.article>.container {
    padding-top: 24px
}

.article-content__image {
    margin: 36px auto
}

@media(min-width: 768px) {
    .article-content__image {
        margin-top:60px;
        margin-bottom: 60px
    }
}

.article-image--1-1,.article-image--3-4 {
    width: 70%
}

@media(min-width: 768px) {
    .article-image--1-1,.article-image--3-4 {
        width:50%
    }
}

.article-image__container {
    position: relative;
    overflow: hidden
}

.article-image__container--1-1 {
    padding-top: 100%
}

.article-image__container--2-1 {
    padding-top: 50%
}

.article-image__container--3-4 {
    padding-top: 100%;
    margin-left: 12.5%;
    margin-right: 12.5%
}

.article-image__caption {
    color: #000e1a;
    font-size: .75rem;
    margin: 12px auto 0;
    text-align: center
}

@media(min-width: 768px) {
    .article-image__caption {
        margin-top:24px;
        width: 66%
    }
}

.article-image__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px
}

.article-image-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 36px
}

@media(min-width: 768px) {
    .article-image-group {
        flex-direction:row;
        align-items: start;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.article-image-group__image {
    margin: 0
}

.article-image-group__image:first-of-type {
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .article-image-group__image:first-of-type {
        margin-bottom:0;
        margin-right: 24px
    }
}

.article-intro {
    margin-bottom: 21px;
    margin-top: 21px;
    font-weight: 500
}

@media(min-width: 768px) {
    .article-intro {
        font-size:1.125rem;
        line-height: 1.667;
        margin: 24px auto;
        width: 66%
    }
}

.social-sharing {
    display: flex;
    justify-content: center;
    margin: 54px 0
}

.social-sharing__link.icon-button,.sys-nav .social-sharing__link.um-header__button {
    padding: 6px
}

.social-sharing__link+.social-sharing__link {
    margin-left: 12px
}

.social-sharing__text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.social-sharing__icon {
    height: 36px;
    width: 36px
}

.article-table {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto
}

@media(min-width: 768px) {
    .article-table {
        width:66%
    }
}

.article-text {
    scroll-margin-top: 72px
}

.article-text ol,.article-text p,.article-text ul {
    margin-bottom: 23px;
    margin-top: -2px
}

@media(min-width: 768px) {
    .article-text ol,.article-text p,.article-text ul {
        margin-bottom:29px;
        margin-top: -5px
    }
}

.article-text ol>li,.article-text ul>li {
    margin-bottom: calc(12px / 2)
}

.article-text ol>li p,.article-text ul>li p {
    margin: 0
}

.article-text p+h2 {
    margin-top: 48px
}

.article-text b {
    font-weight: 600
}

.article-text blockquote {
    color: #6c6c6c;
    font-size: .75rem;
    margin: 30px 0;
    text-align: center
}

.article-text blockquote>p {
    display: inline;
    margin: 0
}

.article-text blockquote [lang=en] {
    quotes: "“" "”"
}

.article-text blockquote:before {
    content: open-quote
}

.article-text blockquote:after {
    content: close-quote
}

@media(min-width: 768px) {
    .article-text blockquote {
        font-size:1.5rem;
        line-height: 1.25
    }

    .article-text {
        margin: 0 auto;
        width: 66%
    }
}

.article-author {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.article-author__image {
    height: 48px;
    width: 48px;
    margin-right: 12px;
    border-radius: 50%
}

@media(min-width: 768px) {
    .article-author__image {
        margin-left:12px
    }
}

.article-author__meta {
    display: flex;
    flex-direction: column
}

.article-author__name {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: calc(12px / 4)
}

.article-author__published-date {
    color: #6c6c6c;
    font-size: .875rem
}

.article-header {
    background-color: #fff
}

.article-header .article-header__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px
}

.article-header__list {
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: calc(12px / 2)
}

@media(min-width: 768px) {
    .article-header__list {
        flex-grow:1;
        margin-top: 0;
        text-align: right;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-left: 36px
    }
}

.article-header__list .um-tag {
    white-space: nowrap;
    word-break: normal;
    text-align: right
}

.article-video {
    background-color: #d4d4d4;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 50%;
    position: relative;
    border-radius: 8px
}

@media(min-width: 768px) {
    .article-video {
        margin-top:60px;
        margin-bottom: 60px
    }
}

.article-video__overlay,.article-video__overlay--overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px
}

.article-video__overlay--overlay {
    background-color: rgba(0,14,26,.3)
}

.article-video__button {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.article-video__button:hover,.article-video__button:visited {
    color: #fff
}

.block-icon {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.block-icon__visual {
    max-height: 60px;
    margin-bottom: 24px
}

.block-icon__image {
    width: 100%
}

.block-icon__icon {
    width: 100%;
    height: 60px
}

.block-icon__headline {
    margin-top: 0
}

.block-icon__link {
    margin-right: 0;
    margin-bottom: 0
}

.brands ul.list.list--unordered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: -12px auto 0;
    max-width: 804px;
    padding-left: 12px
}

.brands ul.list.list--unordered li {
    padding-left: 0;
    line-height: 0;
    margin-left: inherit;
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 12px
}

.brands .footer-block {
    margin-top: 30px
}

@media(min-width: 768px) {
    .brands .footer-block {
        margin-top:60px
    }
}

.brand .brand__image {
    width: 120px;
    border-radius: 8px
}

.breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: absolute;
    left: calc(12px + 10px);
    top: calc(60px + 12px);
    z-index: 10;
    mix-blend-mode: exclusion
}

@media(min-width: 1201px) {
    .breadcrumbs {
        left:calc((12px * 2) + 14px)
    }
}

.breadcrumbs .breadcrumbs__crumb,.breadcrumbs .breadcrumbs__separator {
    color: #b4b4b4
}

.breadcrumbs .breadcrumbs__crumb {
    font-size: 12.8px;
    background-color: transparent!important;
    max-width: 80px;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumbs .breadcrumbs__crumb:last-child {
    max-width: 250px;
    font-weight: 600
}

.breadcrumbs .breadcrumbs__separator {
    width: 9.6px;
    height: 9.6px;
    margin: 0 6px
}

.card--business {
    flex-wrap: wrap
}

@media(max-width: 1024px) {
    .card--business {
        padding:12px
    }
}

.card--business.card .card__anchor-overlay:focus {
    outline: none
}

.card--business.card .card__header {
    align-items: flex-start
}

.card--business.card .card__content {
    flex: 1 1 auto;
    margin-top: 12px;
    text-align: right
}

.card--business.card .card__content .link,.card--business.card .card__link {
    margin: 0
}

.card--business.card .card__subtitle {
    margin-top: calc(12px / 2)
}

.card--business.card .card__title {
    font-size: 1rem;
    font-weight: 600
}

@media(min-width: 569px) {
    .card--business.card .card__image,.card--business.card .card__image-container {
        width:60px;
        height: 60px
    }

    .card--business.card .card__image-container {
        flex: 0 0 60px
    }
}

.card {
    position: relative;
    padding-bottom: 24px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 8px
}

.card__anchor-overlay:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.card__content {
    margin-top: 24px
}

.card__description {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    word-break: break-word
}

.card__header {
    flex-basis: 100%
}

.card__headings {
    flex: 0 1 100%
}

.card__image,.card__image-title {
    position: absolute;
    width: 100%
}

.card__image {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 8px 8px 0 0
}

.card__image-container {
    position: relative;
    margin-bottom: 24px;
    padding-top: 50%;
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.card__image-title {
    top: 50%;
    left: 50%;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    transform: translate(-50%,-50%)
}

.card .um-card__label,.card__label {
    margin: 0 calc(12px / 2) calc(12px / 2) 0;
    padding-left: 0
}

.card .um-card__label .um-tag,.card__label .um-tag {
    padding-left: 12px;
    padding-right: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 2;
    color: #6c6c6c
}

.card .um-card__labels,.card__labels {
    display: flex;
    align-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0 12px;
    list-style: none
}

.card__subtitle,.card__title {
    padding-left: 12px;
    padding-right: 12px
}

.card__subtitle {
    margin-top: calc(12px / 2);
    color: #6c6c6c;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .card__subtitle {
        margin-top:12px
    }
}

.card__title {
    margin-top: 0;
    margin-bottom: 0
}

.card--has-hover-state,.card.um-card--has-hover-state {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    transition: box-shadow .3s cubic-bezier(.23,1,.32,1)
}

.card--has-hover-state:focus,.card--has-hover-state:hover,.card.um-card--has-hover-state:focus,.card.um-card--has-hover-state:hover {
    box-shadow: 0 10px 20px rgba(0,14,26,.19),0 3px 3px rgba(0,14,26,.23)
}

.card--small {
    display: flex;
    padding: 12px;
    cursor: pointer;
    border-radius: 4px
}

.card--small:focus-within .link__underline,.card--small:hover .link__underline {
    background-size: 0 100%
}

.card--small:hover {
    background-color: #d4d4d4
}

.card--small:focus-within {
    background-color: #3f86f2;
    border-color: #3f86f2
}

.card--small:focus-within .card__description,.card--small:focus-within .card__subtitle,.card--small:focus-within .card__title,.card--small:focus-within .link__underline {
    color: #fff
}

.card--small .card__header {
    display: flex;
    align-items: center
}

.card--small .card__image,.card--small .card__image-container {
    width: 45px;
    height: 45px
}

@media(min-width: 1201px) {
    .card--small .card__image,.card--small .card__image-container {
        width:60px;
        height: 60px
    }
}

.card--small .card__image-container {
    flex: 0 0 45px;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent
}

@media(min-width: 1201px) {
    .card--small .card__image-container {
        flex:0 0 60px
    }
}

.card--selected {
    border-color: #196ef0
}

.card-download {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px;
    border: 2px solid #d4d4d4;
    cursor: pointer;
    border-radius: 4px
}

@media(min-width: 768px) {
    .card-download {
        align-items:flex-start
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .card-download {
        padding:18px
    }
}

@media(min-width: 1201px) {
    .card-download {
        padding:18px
    }
}

.card-download__image-wrapper {
    width: 48px;
    height: 48px;
    margin-right: 12px
}

.card-download__image-wrapper img {
    border-radius: 4px
}

.card-download__image-wrapper--no-image {
    background-color: #b4b4b4
}

@media(min-width: 1201px) {
    .card-download__image-wrapper {
        height:60px;
        width: 60px;
        margin-right: 18px
    }
}

.card-download__description,.card-download__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

.card-download__title {
    color: #000e1a
}

@media(min-width: 768px) {
    .card-download__title {
        font-size:1rem
    }
}

.card-download__description {
    color: #6c6c6c;
    font-size: .75rem
}

.carousel__slides .carousel.carousel-slider {
    padding-bottom: 48px
}

.carousel__slides .carousel .slide {
    padding: 0 4px 10px
}

.carousel__slides .carousel .control-dots .dot {
    box-shadow: unset;
    background-color: #c4c4c4;
    opacity: 1
}

.carousel__slides .carousel .control-dots .dot.selected {
    background-color: #196ef0
}

.carousel__slides .carousel .control-dots .dot:hover {
    background-color: #97bdf8
}

.carousel__slide-content {
    height: 100%
}

@media(min-width: 569px) {
    .carousel__slide-content {
        margin:0 12px
    }
}

@media(min-width: 1025px) {
    .carousel__slide-content {
        margin:0 15px
    }
}

.carousel-card-content--default:not(.is-active) img {
    border-radius: 8px
}

.carousel-card-content--default .carousel-card__image {
    height: 48px;
    overflow: hidden;
    margin-top: 18px
}

.carousel .slide .carousel-card-content--default .carousel-card__image img {
    width: unset;
    border-radius: 4px
}

.carousel-card-content--default .carousel-card__subtitle,.carousel-card-content--default .carousel-card__title {
    color: #000e1a;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: left
}

.carousel-card-content--default .carousel-card__title {
    margin-top: 15px
}

.carousel-card-content--review:not(.is-active) {
    height: 100%;
    width: 100%;
    position: relative
}

.carousel-card-content--review:not(.is-active) img {
    height: 100%;
    width: 100%
}

.carousel-card-content--review.is-active {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.carousel-card-content--review .carousel-card__quick-view {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0,0%,100%,.9);
    padding: 18px 24px;
    text-align: left
}

.carousel-card-content--review .carousel-card__title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 calc(12px / 2)
}

.carousel-card__header-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px
}

.carousel-card__header-wrapper .carousel-card__image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px
}

.carousel-card__header-wrapper .carousel-card__image img {
    border-radius: 60px
}

.carousel-card__header {
    text-align: left
}

.carousel-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    padding: 24px 36px;
    background-color: #fafafa;
    transition: box-shadow .3s ease-in-out
}

main .organism:nth-child(2n) .carousel-card {
    background-color: #fff
}

.carousel-card.is-active {
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    height: 100%
}

.carousel-card:not(.is-active) {
    padding: 48px;
    height: 260px;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    cursor: pointer
}

.carousel-card--review:not(.is-active) {
    padding: 0
}

.carousel-card__description {
    color: #6c6c6c;
    font-size: 20px;
    line-height: 28px;
    text-align: left
}

.color {
    cursor: pointer;
    margin: 0;
    background-image: repeating-linear-gradient(45deg,rgba(0,14,26,.07),rgba(0,14,26,.07) 5px,transparent 0,transparent 10px);
    outline: none;
    border-radius: 4px
}

.color:focus .color__spec--show,.color:hover .color__spec--show {
    opacity: 1
}

.color:focus .color--selected .color__spec--show,.color:hover .color--selected .color__spec--show {
    opacity: 0
}

.color__spec {
    position: relative;
    margin: 0
}

.color__spec--swatch {
    width: 48px;
    height: 48px;
    border-radius: 4px
}

.color__spec--show {
    opacity: 0;
    position: absolute;
    padding: 12px;
    color: #fff;
    font-size: 1.5rem;
    z-index: 100;
    transition: opacity .3s cubic-bezier(.23,1,.32,1)
}

.color__icon {
    display: block
}

.color--selected {
    box-shadow: 0 10px 20px rgba(0,14,26,.19),0 3px 3px rgba(0,14,26,.23);
    outline: 2px solid #000e1a
}

.color--selected .color__spec--show {
    opacity: 0
}

.colors .colors__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 12px;
    padding: 0
}

@media(min-width: 768px) {
    .colors .colors__list {
        margin-bottom:23px
    }
}

.colors .colors__list-item {
    margin: 0 12px 12px 0;
    padding-left: 0;
    position: relative
}

.colors__swatches>:last-child {
    margin-bottom: 0
}

.colors__image {
    transition: opacity .3s cubic-bezier(.23,1,.32,1);
    border-radius: 8px
}

@media(max-width: 767px) {
    .colors__image {
        margin-bottom:30px
    }
}

.colors__image--loading {
    opacity: 0
}

.colors .is-hidden {
    display: none
}

.content-block>:last-child {
    margin-bottom: 0
}

.content-block__caption {
    font-size: 12px;
    line-height: 1.5;
    color: #6c6c6c
}

.content-block__container-image {
    width: 75%;
    background-color: transparent;
    margin: 0 auto 18px;
    overflow: hidden
}

@media(min-width: 768px) {
    .content-block__container-image {
        margin:0 auto 24px;
        width: 100%
    }
}

.content-block__image {
    border-radius: 8px
}

.content-block__content {
    width: 100%
}

.content-block__content>:last-child {
    margin-bottom: 0
}

.content-block__description {
    margin-bottom: 24px
}

.content-block__description ul {
    padding-left: 0;
    list-style: none
}

.content-block__description ul li:before {
    content: "✓";
    margin-right: 8px
}

.content-cover {
    margin-top: 60px;
    position: relative
}

.content-cover>:last-child {
    margin-bottom: 0
}

.content-cover__image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 8px
}

.content-cover__image-container {
    padding-top: 50%;
    position: relative;
    width: 100%
}

@media(min-width: 768px) {
    .content-cover__image-container:after {
        background-color:rgba(0,14,26,.3);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        border-radius: 8px
    }
}

.content-cover__content {
    margin-top: 24px
}

@media(min-width: 768px) {
    .content-cover__content {
        align-content:center;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        left: 0;
        margin: 0;
        padding-left: 48px;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 40
    }

    .content-cover__description,.content-cover__link.link {
        color: #fff
    }
}

.content-cover__title {
    margin-top: 0
}

@media(min-width: 768px) {
    .content-cover__title {
        color:#fff
    }
}

.content-general {
    margin-top: 60px
}

.content-general .flexgrid--gutter {
    margin: 0
}

.content-general__image {
    margin: 0 auto calc((12px * 3) - (12px / 2));
    order: 1;
    padding: 0 6px;
    position: relative
}

.content-general__image img {
    border-radius: 8px
}

@media(min-width: 768px) {
    .content-general__image {
        margin:auto;
        order: inherit
    }
}

.content-general__image-wrapper {
    margin: 0 auto;
    width: 75%
}

@media(min-width: 768px) {
    .content-general__image-wrapper {
        width:100%
    }
}

.content-general__content {
    margin-bottom: -12px;
    order: 2
}

@media(min-width: 768px) {
    .content-general__content {
        order:inherit
    }
}
.content-highlight{
    background-color: #f3f8fe;
}
.content-highlight__image-wrapper {
    display: flex;
    margin: 0 auto 30px;
    width: 75%
}

.content-highlight__image-wrapper img {
    border-radius: 8px
}

@media(min-width: 569px) {
    .content-highlight__image-wrapper {
        padding-right:24px;
        width: 100%
    }

    .flexgrid--row-reversed .content-highlight__image-wrapper {
        padding-left: 24px;
        padding-right: 0
    }
}

.content-highlight__content {
    display: flex;
    flex-direction: column
}

@media(min-width: 569px) {
    .content-highlight__content {
        align-items:flex-start;
        justify-content: center;
        padding-left: 24px
    }

    .flexgrid--row-reversed .content-highlight__content {
        padding-right: 24px;
        padding-left: 0
    }
}

.content-highlight-header .header-block__subtitle,.content-highlight-header .header-block__title {
    text-align: center
}

@media(min-width: 569px) {
    .content-highlight-header .header-block__subtitle,.content-highlight-header .header-block__title {
        text-align:left
    }
}

.content-highlight .content-highlight-footer {
    margin-top: 0
}

@media(max-width: 767px) {
    .content-highlight .content-highlight-footer {
        margin-bottom:60px
    }
}

.content-highlight .content-highlight-footer.footer-block {
    margin-top: 0
}

.content-highlight .content-highlight-footer.footer-block:not(:empty) {
    padding-bottom: 0
}

.content-highlight__body {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width: 767px) {
    .content-highlight__body ol,.content-highlight__body ul {
        text-align:left;
        display: table;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 569px) {
    .content-highlight__body {
        text-align:left
    }
}

.content-highlight__body>* {
    margin: 0
}

.cta-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}
@media(max-width:568px){
    .cta-block .link__underline{
        font-size: 15px;
    }
}

@media(min-width: 569px) {
    .cta-block {
        align-items:baseline;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.cta-link {
    margin-bottom: 18px;
    margin-right: 0;
    text-align: left
}

@media(min-width: 569px) {
    .cta-link {
        margin-right:12px;
        margin-bottom: 18px;
        margin-left: 12px
    }

    .cta-block .cta-link:last-child {
        margin-right: 0
    }

    .cta-block .cta-link:first-child {
        margin-left: 0
    }
}

.faq-item__question {
    border-bottom: 1px solid #d4d4d4;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s cubic-bezier(.23,1,.32,1);
    display: flex;
    align-items: center
}

.faq-item__question:hover {
    background-color: #e8f0fd
}

.faq-item__question-text {
    flex-grow: 1
}

.faq-item__chevron {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    transition: transform .3s cubic-bezier(.23,1,.32,1)
}

.faq-item__chevron--rotated {
    transform: rotate(180deg)
}

.faq-item__answer {
    padding: 8px 12px 0
}

.filter-category {
    margin-bottom: calc((12px * 2) - (12px / 2));
    text-align: center
}

@media(min-width: 1025px) {
    .filter-category {
        padding:0 10%
    }
}

.filter-category:last-of-type {
    margin-bottom: 48px
}

.filter-category__list {
    display: inline;
    padding-left: 0
}

.filter-category__list-item {
    display: inline-block;
    list-style: none;
    margin-bottom: calc(12px / 2);
    outline: 0;
    padding-left: calc(12px / 2)
}

.filter-category__list-item:first-of-type {
    padding-left: 0
}

.filter-category__reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #196ef0;
    color: #196ef0;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: calc(12px / 2);
    margin-right: calc(12px / 2);
    outline: none;
    padding: 0 12px;
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.filter-category__reset:focus,.filter-category__reset:hover {
    background-color: #196ef0;
    color: #fff
}

.filter-category__reset:focus {
    box-shadow: 0 0 calc(12px / 4) calc(12px / 4) rgba(0,14,26,.1)
}

.filter-category__reset--active {
    background-color: #196ef0;
    border: 1px solid #196ef0;
    color: #fff
}

.filter-category__reset--active:hover {
    color: #fff
}

.filter-category__title {
    margin-bottom: 12px
}

.label-filter input[type=checkbox] {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.label-filter__label {
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #196ef0;
    color: #196ef0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-weight: 500;
    line-height: 2;
    padding: 0 12px;
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.label-filter>:not(:disabled)+.label-filter__label:active,.label-filter>:not(:disabled)+.label-filter__label:hover {
    background-color: #196ef0;
    color: #fff
}

.label-filter>:focus+.label-filter__label {
    border-color: #196ef0;
    color: #196ef0;
    box-shadow: 0 0 calc(12px / 4) calc(12px / 4) rgba(0,14,26,.1)
}

.label-filter>:checked:not(:disabled)+.label-filter__label {
    background-color: #196ef0;
    color: #fff
}

.label-filter>:disabled+.label-filter__label {
    background-color: #fff;
    border-color: #b4b4b4;
    color: #b4b4b4;
    cursor: not-allowed
}

.flyout__section {
    border: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1
}

.flyout__section:last-child {
    margin-bottom: -6px
}

@media(max-width: 1024px) {
    .flyout__section:last-child .flyout__link--cta-mini {
        margin-bottom:6px
    }
}

@media(min-width: 569px) {
    .flyout__section {
        flex-direction:row
    }
}

@media(min-width: 1025px) {
    .flyout__section {
        background:#fff;
        border-bottom: 1px solid #d4d4d4;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        visibility: hidden
    }

    .flyout__section.flyout--is-open {
        opacity: 1;
        visibility: visible
    }

    .main-nav .flyout__section {
        top: 60px
    }
}

.flyout {
    padding: 0;
    position: relative
}

@media(min-width: 1025px) {
    .flyout {
        padding:36px 24px 36px 12px;
        display: flex
    }
}

@media(max-width: 1024px) {
    .flyout__wrapper {
        margin:0;
        padding: 0
    }
}

@media(min-width: 1025px) {
    .flyout__wrapper {
        display:flex;
        max-width: 1440px;
        padding: 0;
        margin: 0
    }
}

.flyout__image {
    display: none;
    width: 240px;
    height: 240px;
    border-radius: 8px
}

.flyout__image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width: 1201px) {
    .flyout__image {
        display:block;
        position: absolute;
        right: 0
    }
}

.flyout__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px
}

@media(min-width: 1025px) {
    .flyout__content {
        flex-direction:row;
        flex-wrap: wrap;
        padding-bottom: calc(12px + 54px)
    }
}

@media(min-width: 1201px) {
    .flyout__content {
        margin-right:280px
    }
}

@media(min-width: 1025px) {
    .flyout__content--single-line {
        padding:48px 0 60px
    }
}

.flyout__link {
    display: none;
    flex-basis: 100%;
    margin: 0 0 0 18px;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 600
}

@media(min-width: 1025px) {
    .flyout__link {
        display:block
    }
}

.flyout__infill {
    display: none;
    color: #d4d4d4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

@media(min-width: 1025px) {
    .flyout__infill {
        display:block
    }
}

.flyout-item {
    position: relative;
    padding: calc(12px / 2) 12px
}

@media(min-width: 1025px) {
    .flyout-item {
        width:33.333%;
        padding: 18px
    }
}

.flyout-item__title {
    margin-top: 0;
    margin-left: 12px;
    font-weight: 400;
    color: #000e1a
}

@media(min-width: 1025px) {
    .flyout-item__title {
        margin-left:0;
        font-weight: 600
    }
}

.flyout-item__text {
    display: none;
    margin: 0 0 calc(12px / 2)
}

@media(min-width: 1025px) {
    .flyout-item__text {
        display:block
    }
}

.flyout-item .anchor-overlay:hover+.flyout-item__title,.flyout-item .anchor-overlay:hover~.flyout-item__text {
    text-decoration: underline
}

.flyout-item .um-tag {
    display: none;
    border-radius: calc(12px + (12px / 2));
    padding: calc(12px / 4) 12px;
    background-color: #d4d4d4;
    color: #000e1a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5
}

@media(min-width: 1025px) {
    .flyout-item .um-tag {
        display:inline-block
    }
}

.footer-block {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-block:not(:empty) {
    margin-top: 36px
}

@media(min-width: 1025px) {
    .footer-block:not(:empty) {
        margin-top:48px
    }
}

.footer-block--push-down:not(:empty) {
    margin-top: 36px
}

@media(min-width: 768px) {
    .footer-block--push-down:not(:empty) {
        margin-top:60px
    }
}

.google-map .gm-style-cc,.google-map .gm-style-pbc,.google-map a[href*="google.com/maps"] {
    display: none!important
}

.google-map .gm-style-iw {
    width: calc(320px - (12px * 4));
    max-width: none!important;
    margin-top: -4px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0,14,26,.19),0 0 3px rgba(0,14,26,.23)
}

.google-map .gm-style-iw [type=button] {
    display: none!important
}

.google-map .gm-style-iw-t:after {
    top: -4px
}

.google-map .gm-style-iw-d {
    max-width: none!important;
    overflow: auto!important
}

.google-map .gm-style-iw-d img {
    max-width: 100%
}

.google-map__zoom-controls {
    margin: 12px;
    width: 25px;
    height: calc((25px * 2) + 1px);
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0,14,26,.19),0 0 3px rgba(0,14,26,.23);
    text-align: center;
    cursor: pointer
}

@media(min-width: 768px) {
    .google-map__zoom-controls {
        margin:24px
    }
}

.google-map__zoom-button {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
    line-height: 1;
    color: #6c6c6c;
    background-color: #fff;
    border-radius: 4px
}

.google-map__zoom-button:focus,.google-map__zoom-button:hover {
    color: #000e1a
}

.google-map__zoom-button-divider {
    width: 65%;
    height: 1px;
    margin: 0 auto;
    color: transparent;
    background-color: #d4d4d4;
    border: none
}

.header-block {
    margin-bottom: 36px
}

@media(min-width: 768px) {
    .header-block {
        margin-bottom:48px
    }
}

.header-block__subtitle {
    color: #6c6c6c;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 18px;
    position: relative;
    text-align: center
}

@media(min-width: 768px) {
    .header-block__subtitle {
        font-size:1.5rem;
        line-height: 1.25;
        margin-top: 24px
    }
}

.header-block__title {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center
}

.header-block--wizard {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.header-block--wizard .header-block__subtitle,.header-block--wizard .header-block__title {
    flex-basis: 100%;
    max-width: 100%
}

@media(min-width: 768px) {
    .header-block--wizard .header-block__subtitle,.header-block--wizard .header-block__title {
        flex-basis:75%;
        max-width: 75%
    }
}

.header-block>:last-child {
    margin-bottom: 0
}

.um-hero--article .um-hero__container {
    min-height: 0;
    min-height: auto
}

.um-hero--article .um-hero__estimated-reading-time {
    margin: 24px auto 0;
    max-width: 80%;
    text-align: center
}

.um-hero--article .um-hero__header {
    margin: 0 auto;
    max-width: 80%;
    text-align: center
}

.um-hero--product.um-hero .um-hero__image,.um-hero.um-hero--basic .um-hero__image {
    border-radius: 8px
}

.um-hero--product.um-hero .um-hero__ctas .link--icon,.um-hero--product.um-hero .um-hero__link-list .link--icon {
    padding-left: 24px
}

@media(max-width: 767px) {
    .um-hero--product.um-hero .um-hero__ctas {
        flex-direction:column
    }
}

@media(min-width: 768px) {
    .um-hero--product.um-hero .um-hero__ctas {
        align-items:center
    }
}

.um-hero--product.um-hero .um-hero__ctas .cta-link {
    margin-bottom: 0
}

.um-hero--product.um-hero .um-hero__ctas .link,.um-hero--product.um-hero .um-hero__ctas .link:active,.um-hero--product.um-hero .um-hero__ctas .link:focus,.um-hero--product.um-hero .um-hero__ctas .link:hover,.um-hero--product.um-hero .um-hero__ctas .link:visited {
    margin-top: 24px;
    margin-left: 0;
    color: #000e1a
}

@media(min-width: 768px) {
    .um-hero--product.um-hero .um-hero__ctas .link,.um-hero--product.um-hero .um-hero__ctas .link:active,.um-hero--product.um-hero .um-hero__ctas .link:focus,.um-hero--product.um-hero .um-hero__ctas .link:hover,.um-hero--product.um-hero .um-hero__ctas .link:visited {
        display:inline-block;
        margin-top: 0;
        margin-left: 12px
    }
}

.um-hero--product.um-hero .um-hero__products {
    margin-bottom: 12px
}

.highlight-grid {
    padding: 24px!important
}

.highlight-block {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin: 0 0 24px
}

@media(min-width: 1025px) {
    .highlight-block {
        flex-direction:row;
        margin: 0
    }

    .highlight-block:first-child {
        margin-right: 12px
    }

    .highlight-block:last-child {
        margin-left: 12px
    }
}

.highlight-block__image {
    overflow: hidden;
    flex-basis: 50%;
    max-height: 300px
}

.highlight-block__image img {
    border-radius: 8px
}

@media(min-width: 768px) {
    .highlight-block__image {
        max-height:500px
    }
}

@media(min-width: 1025px) {
    .highlight-block__image {
        max-height:none;
        border-radius: 8px 0 0 8px
    }

    .highlight-block__image img {
        border-radius: 0
    }
}

.highlight-block__content {
    flex-basis: 50%;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 48px;
    border-radius: 8px
}

@media(min-width: 1025px) {
    .highlight-block__content {
        border-radius:0 8px 8px 0
    }
}

.highlight-block__title {
    margin-top: 0
}

@media(min-width: 1025px) {
    .highlight-block--reversed {
        flex-direction:row-reverse
    }

    .highlight-block--reversed .highlight-block__image {
        border-radius: 0 8px 8px 0
    }

    .highlight-block--reversed .highlight-block__content {
        border-radius: 8px 0 0 8px
    }
}

.highlight-block--lonely {
    margin: 0!important
}

@media(min-width: 1025px) {
    .highlight-block--lonely .highlight-block__image {
        flex-basis:66.667%
    }

    .highlight-block--lonely .highlight-block__content {
        flex-basis: 33.333%
    }
}

.highlight-grid__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 24px
}

@media(min-width: 1025px) {
    .highlight-grid__row {
        height:400px;
        flex-direction: row
    }
}

.highlight-grid__row:last-child {
    margin-bottom: 0
}

.icon-button,.sys-nav .um-header__button {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
    height: 48px;
    font-size: .875rem;
    line-height: 1.5;
    color: #000e1a;
    background-color: #fff;
    transition: background-color .3s cubic-bezier(.23,1,.32,1);
    cursor: pointer;
    border-radius: 4px
}

.icon-button:hover,.sys-nav .um-header__button:hover {
    color: #000e1a;
    background-color: #d4d4d4
}

.icon-button[aria-disabled=true],.sys-nav [aria-disabled=true].um-header__button {
    color: #6c6c6c;
    pointer-events: none
}

.icon-button--light,.icon-button--light:hover {
    color: #fff;
    background: hsla(0,0%,100%,.08)
}

.icon-button__icon {
    font-size: 1.5rem
}

.icon-button__label {
    margin: 0 calc(12px / 2) 0 12px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icon-button__label--bold {
    font-weight: 600
}

.icon-button--small {
    padding: calc(12px / 2);
    height: 36px
}

.icon-button--large {
    padding: calc((60px - 24px)/2);
    width: 60px;
    height: 60px
}

.icon-button--round {
    border-radius: 50% 50%;
    height: 48px;
    width: 48px
}

.icon-button--drop-shadow {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.3)
}

.icon-button--reversed {
    display: inline-flex;
    flex-direction: row-reverse
}

.icon-button--reversed .icon-button__label {
    margin-left: calc(12px / 2);
    margin-right: 12px
}

.icon-button--reversed .icon-button__icon {
    margin-left: auto
}

.icon-button--underline-large {
    font-size: 1.125rem;
    line-height: 1.333;
    display: inline;
    font-family: inherit;
    position: relative;
    padding-left: calc(24px * (5 / 3));
    color: #000e1a
}

@media(min-width: 768px) {
    .icon-button--underline-large {
        font-size:1.25rem;
        line-height: 1.2
    }
}

.icon-button--underline-large,.icon-button--underline-large:hover {
    background-color: transparent
}

.icon-button--underline-large .icon-button__icon {
    position: absolute;
    top: 12px;
    left: calc(24px * (1 / 3));
    font-size: 1.5rem
}

.icon-button--underline-large .icon-button__label {
    margin: 0;
    width: calc(100% - .1px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 10px);
    transition: background-size .3s cubic-bezier(.23,1,.32,1)
}

.icon-button--underline-large:active .icon-button__label,.icon-button--underline-large:hover .icon-button__label,.icon-button--underline-large:visited .icon-button__label {
    background-size: 0 100%
}

.icon-button--visually-hidden-label .icon-button__label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.icon-button--transparent,.icon-button--transparent:hover {
    background-color: transparent
}

.icon-button--small-icon .icon,.icon-button--small-icon svg {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
    min-height: 1.125rem;
    margin: 3px
}

.language-switch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

@media(min-width: 569px) {
    .language-switch {
        flex-direction:row
    }
}

.language-switch .language-switch__list {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center
}

.language-switch .language-switch__item {
    margin: 0;
    font-size: 14px
}

.language-switch .language-switch__item a {
    color: #000e1a
}

.language-switch .language-switch__item.is-active {
    font-weight: 700
}

.language-switch .language-switch__item.is-active a,.language-switch .language-switch__item:focus a,.language-switch .language-switch__item:hover a {
    color: #196ef0;
    background-color: transparent
}

.library-project-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden
}

.library-project-overlay.is-active,.library-project-overlay:hover {
    background: #fff;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    transition: all .3s ease-in-out
}

.library-project-overlay.is-active .library-project-overlay__content,.library-project-overlay:hover .library-project-overlay__content {
    display: block
}

.library-project-overlay__content {
    display: none;
    width: 100%
}

.library-project-overlay__spinner {
    padding: 12px 6px;
    color: #196ef0;
    text-align: center
}

.library-project-overlay__message {
    background-color: #e8e8e8;
    cursor: default
}

.library-project-overlay__message .link {
    margin: 0;
    font-size: 14px
}

.library-project-overlay__message .link:focus:not(:active),.library-project-overlay__message .link:focus:not(:hover) {
    color: #fff;
    background-color: transparent
}

.library-project-overlay__message--error {
    color: #fff;
    background-color: #da1e28
}

.library-project-overlay__message--success {
    color: #fff;
    background-color: #24a249;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.library-project-overlay__message--success .link {
    color: #fff
}

.library-project-overlay__button,.library-project-overlay__message {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    cursor: pointer
}

.list-section+.list-section {
    margin-top: -12px
}

.list-section__header {
    margin-bottom: 26px
}

@media(min-width: 569px) {
    .list-section__header {
        align-items:baseline;
        display: flex;
        flex-direction: row;
        margin-bottom: 17px
    }

    .list-section__header .tooltip-toggle {
        transform: translateY(3px)
    }
}

.list-section__header .tooltip-toggle .tooltip-toggle__tooltip {
    bottom: 42px;
    left: 24px
}

.list-section__header .sys-nav .tooltip-toggle>.um-header__button,.list-section__header .tooltip-toggle>.icon-button,.sys-nav .list-section__header .tooltip-toggle>.um-header__button {
    margin: 0 0 0 24px;
    padding: 0 9px;
    height: 30px;
    color: #000e1a
}

.list-section__header .sys-nav .tooltip-toggle>.um-header__button:focus,.list-section__header .tooltip-toggle>.icon-button:focus,.sys-nav .list-section__header .tooltip-toggle>.um-header__button:focus {
    color: #fff
}

@media(min-width: 768px) {
    .list-section--1-cols .list-section__cards {
        grid-template-columns:minmax(0,.33fr)
    }

    .list-section--2-cols .list-section__cards {
        grid-template-columns: minmax(0,.33fr) minmax(0,.33fr);
        grid-column-gap: 48px
    }
}

.list-section--center .list-section__cards {
    justify-content: center
}

.list-section__count {
    color: #6c6c6c;
    font-size: .75em
}

.list-section__info-link {
    margin-bottom: 0
}

@media(min-width: 569px) {
    .list-section__info-link {
        margin-left:24px
    }
}

.list-section__title {
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
    gap: calc(12px / 2)
}

.list-section__cards {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    grid-row-gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none
}

@media(min-width: 569px) {
    .list-section__cards {
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }
}

@media(min-width: 768px) {
    .list-section__cards {
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)
    }
}

.list-section__card-wrapper--hidden {
    display: none
}

.list-section__card {
    min-height: 100%
}

.list-section__footer {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .list-section__footer {
        margin-top:48px
    }
}

.list-unordered--no-style {
    list-style: none
}

@media(max-width: 1024px) {
    .main-nav {
        flex:0 1 auto;
        order: 30;
        z-index: 0
    }

    .main-nav:before {
        background-color: #000e1a;
        content: "";
        height: calc(100vh - 60px);
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 60px;
        transform: translateX(-100vw);
        transition: opacity .5s cubic-bezier(.23,1,.32,1),transform 0s cubic-bezier(.23,1,.32,1) .5s
    }
}

@media(min-width: 1025px) {
    .main-nav {
        flex:1 1 auto;
        order: 20
    }

    .main-nav:before {
        content: none;
        display: none
    }

    .main-nav,.main-nav .main-nav__item,.main-nav .main-nav__list {
        align-items: center;
        display: flex
    }
}

@media(max-width: 1024px) {
    .main-nav__item {
        margin-bottom:0;
        padding: 0
    }

    .main-nav__item:last-child {
        border: none
    }
}

@media(min-width: 1025px) {
    .main-nav__item {
        border-right:0;
        display: flex;
        flex-direction: row;
        padding: 0 calc(12px / 2)
    }
}

@media(min-width: 1201px) {
    .main-nav__item {
        padding:0
    }
}

.main-nav__item--active .main-nav__link {
    color: #196ef0;
    font-weight: 700
}

.main-nav__link {
    color: #000e1a;
    cursor: pointer;
    display: block;
    padding: 19px 12px 17px;
    position: relative;
    transition: background-color .3s cubic-bezier(.23,1,.32,1);
    z-index: 2;
    border-radius: 4px
}

.main-nav__link:hover {
    color: #196ef0
}

.main-nav__link:focus:not(:active),.main-nav__link:focus:not(:hover) {
    outline: 2px solid #3f86f2
}

@media(min-width: 1025px) {
    .main-nav__link {
        padding:0 12px
    }
}

@media(min-width: 1025px)and (min-width:1201px) {
    .main-nav__link {
        font-size:1.125rem;
        line-height: 1.333
    }
}

.main-nav__list {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width: 1024px) {
    .main-nav__list {
        background-color:#fff;
        border-bottom: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        left: -100%;
        max-height: calc(100vh - 60px);
        overflow-y: scroll;
        position: relative;
        top: 100%;
        transition: all .3s;
        width: calc(100% - 60px)
    }
}

@media(min-width: 1025px) {
    .main-nav__list {
        background-color:transparent;
        border-right: 0;
        margin-top: calc((12px / 2) + 1px);
        opacity: 1;
        overflow-y: unset;
        position: static;
        width: auto
    }
}

.main-nav__list.main-nav__list-visible {
    left: 0
}

.main-nav__nav-assist {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: right .3s
}

@media(min-width: 1025px) {
    .main-nav__nav-assist {
        display:none;
        right: -60px
    }
}

.main-nav--open:before {
    opacity: .8;
    transform: translateX(0);
    transition: opacity .3s cubic-bezier(.23,1,.32,1)
}

.main-nav .main-nav__toggle {
    display: none;
    position: relative;
    z-index: 10;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 3px;
    background-color: transparent
}

@media(min-width: 1025px) {
    .main-nav .main-nav__toggle {
        display:inline;
        display: initial
    }
}

.main-nav .main-nav__toggle:focus:not(:hover) {
    color: #000e1a
}

.home-link {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 12px;
    height: 24px;
    color: currentColor;
    border-radius: 4px
}

@media(min-width: 1201px) {
    .home-link {
        height:36px
    }
}

.home-link:hover {
    color: currentColor
}

.home-link .home-link__logo {
    height: 18px;
    width: 120px;
    margin-top: calc(12px / -4)
}

@media(min-width: 1201px) {
    .home-link .home-link__logo {
        height:24px;
        width: 162px
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1500
}

.modal__overlay {
    display: block;
    height: 100%;
    background-color: #000e1a;
    opacity: .8;
    transition: opacity .3s ease-out
}

.modal__content-wrapper {
    overflow: hidden;
    overflow-y: auto;
    max-height: 75vh;
    padding: 20px 40px
}

.modal--large .modal__content-wrapper,.modal--small .modal__content-wrapper {
    padding: 60px 12px
}

@media(min-width: 1025px) {
    .modal--large .modal__content-wrapper,.modal--small .modal__content-wrapper {
        padding:60px 48px
    }
}

.modal--typeform .modal__content-wrapper {
    padding: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: hidden
}

@media(min-width: 1025px) {
    .modal--typeform .modal__content-wrapper {
        height:80vh;
        max-height: 80vh
    }
}

.modal--video .modal__content-wrapper {
    padding: 0;
    max-height: 100%
}

.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1010;
    max-width: 85vw;
    max-height: 75vh;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    overflow: hidden;
    transform: translate(-50%,-50%) scaleY(1)
}

.modal--large .modal__content,.modal--small .modal__content {
    min-width: 100%;
    min-height: 100%
}

@media(min-width: 1025px) {
    .modal--large .modal__content,.modal--small .modal__content {
        min-width:65vw;
        min-height: auto;
        max-width: 85vw;
        max-height: 75vh;
        border-radius: 8px
    }

    .modal--typeform .modal__content {
        min-height: 80vh;
        max-height: 80vh
    }

    .modal--small .modal__content {
        min-width: auto;
        min-height: auto;
        max-width: 65vw;
        max-height: 75vh
    }
}

.modal--video .modal__content {
    width: 100%;
    max-width: 1200px;
    max-height: 100%
}

.modal__content .um-form-section {
    position: static;
    padding-top: 0;
    padding-bottom: 0
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1020;
    margin: 0;
    color: #fff;
    background-color: transparent;
    transition: background-color .3s cubic-bezier(.23,1,.32,1)
}

.modal__close:focus,.modal__close:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,.08)
}

.modal--large .modal__close:focus,.modal--large .modal__close:hover,.modal--small .modal__close:focus,.modal--small .modal__close:hover {
    color: #000e1a;
    background-color: rgba(0,14,26,.08)
}

@media(min-width: 1025px) {
    .modal--large .modal__close:focus,.modal--large .modal__close:hover,.modal--small .modal__close:focus,.modal--small .modal__close:hover {
        color:#fff;
        background-color: hsla(0,0%,100%,.08)
    }
}

.modal--large .modal__close,.modal--small .modal__close {
    color: #000e1a
}

@media(min-width: 1025px) {
    .modal--large .modal__close,.modal--small .modal__close {
        color:#fff
    }
}

.wizard .um-hero--journey .um-hero__container {
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width: 768px) {
    .wizard .um-hero--journey .um-hero__container {
        padding:48px 0
    }
}

@media(min-width: 1025px) {
    .wizard .um-hero--journey .um-hero__container {
        padding-top:24px;
        padding-bottom: 24px
    }
}

.wizard .um-form-section__heading {
    margin-top: 0
}

.menu-highlight {
    display: none
}

@media(min-width: 1025px) {
    .menu-highlight {
        display:flex;
        flex-shrink: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 36px 48px!important;
        width: 350px;
        background-color: #f3f3f3;
        text-align: center
    }
}

.menu-highlight__text {
    margin-top: 0
}

.menu-highlight__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    border-radius: 100%;
    background-color: #196ef0;
    color: #fff
}

.menu-highlight .icon {
    width: 36px;
    height: 36px
}

.menu-highlight .icon.is-large {
    width: 48px;
    height: 48px
}

.menu-highlight__link {
    margin: 12px 0 0!important
}

@keyframes lineAnimate {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

@keyframes lineAnimateReverse {
    0% {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes xLineAnimate-4 {
    0% {
        transform: rotate(-45deg) scaleX(1)
    }

    to {
        transform: rotate(-45deg) scaleX(0)
    }
}

@keyframes xLineAnimateReverse-4 {
    0% {
        transform: rotate(-45deg) scaleX(0)
    }

    to {
        transform: rotate(-45deg) scaleX(1)
    }
}

@keyframes xLineAnimate-5 {
    0% {
        transform: rotate(-45deg) scaleY(1)
    }

    to {
        transform: rotate(-45deg) scaleY(0)
    }
}

@keyframes xLineAnimateReverse-5 {
    0% {
        transform: rotate(-45deg) scaleY(0)
    }

    to {
        transform: rotate(-45deg) scaleY(1)
    }
}

.nav-assist {
    width: 60px;
    height: 60px;
    padding: calc((60px - (12px * 2))/2);
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: #000e1a;
    transition: background .3s cubic-bezier(.23,1,.32,1)
}

.nav-assist:hover {
    background-color: #005094
}

.nav-assist__line {
    fill: #fff;
    transform-origin: 50% 50%;
    transition: fill .3s cubic-bezier(.23,1,.32,1)
}

.nav-assist__line-1 {
    transform: scaleX(0);
    animation: lineAnimateReverse .3s cubic-bezier(.23,1,.32,1) .1s forwards
}

.nav-assist__line-2 {
    transform: scaleX(0);
    animation: lineAnimateReverse .3s cubic-bezier(.23,1,.32,1) .15s forwards
}

.nav-assist__line-3 {
    transform: scaleX(0);
    animation: lineAnimateReverse .3s cubic-bezier(.23,1,.32,1) .2s forwards
}

.nav-assist__line-4 {
    transform: rotate(-45deg) scaleX(1);
    animation: xLineAnimate-4 .3s cubic-bezier(.23,1,.32,1) 0s forwards
}

.nav-assist__line-5 {
    transform: rotate(-45deg) scaleY(1);
    animation: xLineAnimate-5 .3s cubic-bezier(.23,1,.32,1) .05s forwards
}

.nav-assist--initial-state .nav-assist__line-4,.nav-assist--initial-state .nav-assist__line-5 {
    display: none
}

.nav-assist--close {
    background-color: #fff;
    transition: background .3s cubic-bezier(.23,1,.32,1)
}

.nav-assist--close:hover {
    background-color: #ebebeb
}

.nav-assist--close .nav-assist__line {
    fill: #000e1a
}

.nav-assist--close .nav-assist__line-1 {
    transform: scaleX(1);
    animation: lineAnimate .3s cubic-bezier(.23,1,.32,1) 0s forwards
}

.nav-assist--close .nav-assist__line-2 {
    transform: scaleX(1);
    animation: lineAnimate .3s cubic-bezier(.23,1,.32,1) .05s forwards
}

.nav-assist--close .nav-assist__line-3 {
    transform: scaleX(1);
    animation: lineAnimate .3s cubic-bezier(.23,1,.32,1) .1s forwards
}

.nav-assist--close .nav-assist__line-4 {
    transform: rotate(45deg) scaleX(0);
    animation: xLineAnimateReverse-4 .3s cubic-bezier(.23,1,.32,1) .15s forwards
}

.nav-assist--close .nav-assist__line-5 {
    transform: rotate(-45deg) scaleX(0);
    animation: xLineAnimateReverse-5 .3s cubic-bezier(.23,1,.32,1) .2s forwards
}

.nav-assist--close:focus:not(:hover),.nav-assist:focus:not(:hover) {
    color: #fff;
    background-color: #3f86f2
}

.nav-assist--close:focus:not(:hover) .nav-assist__line,.nav-assist:focus:not(:hover) .nav-assist__line {
    fill: #fff
}

.overview>:last-child {
    margin-bottom: 0
}

.overview__tooltip {
    font-size: .875rem;
    max-width: 296px;
    opacity: 1;
    position: absolute;
    transform: translateY(calc(-100% - 36px))
}

.overview__tooltip:after {
    left: 12px
}

.overview__tooltip .cta__block .link--large {
    padding-left: 0
}

.overview .footer-block {
    margin-top: 36px
}

@media(min-width: 768px) {
    .overview .footer-block {
        margin-top:60px
    }
}

.combo-box .combo-box-select {
    width: 100%
}

@media(min-width: 768px) {
    .combo-box .combo-box-select {
        width:auto;
        min-width: 280px
    }
}

.combo-box .combo-box-select__control {
    border: 1px solid #d4d4d4;
    border-radius: 4px
}

.combo-box .combo-box-select__control:focus:not(:active),.combo-box .combo-box-select__control:focus:not(:hover) {
    outline: 2px solid #3f86f2
}

.overview--resellers--no-map .overview--resellers__wrapper--sections .container {
    padding-top: 0
}

.overview--resellers__empty-message {
    padding: 0 60px;
    text-align: center
}

.overview--resellers__wrapper--sections .list-section {
    margin-top: 36px
}

@media(min-width: 768px) {
    .overview--resellers__wrapper--sections .list-section {
        margin-top:60px
    }
}

.overview--resellers__wrapper--sections .list-section:first-child {
    margin-top: 0
}

.overview--resellers__wrapper--sections .list-section .sys-nav .tooltip-toggle>.um-header__button,.overview--resellers__wrapper--sections .list-section .tooltip-toggle>.icon-button,.sys-nav .overview--resellers__wrapper--sections .list-section .tooltip-toggle>.um-header__button {
    flex-direction: row
}

.overview--resellers__wrapper--sections .list-section .sys-nav .tooltip-toggle>.um-header__button .icon-button__label,.overview--resellers__wrapper--sections .list-section .tooltip-toggle>.icon-button .icon-button__label,.sys-nav .overview--resellers__wrapper--sections .list-section .tooltip-toggle>.um-header__button .icon-button__label {
    font-weight: 400
}

.overview--resellers .country-selector {
    display: block
}

.overview--resellers .combo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(min-width: 768px) {
    .overview--resellers .combo-box {
        flex-direction:row
    }
}

@media(max-width: 479px) {
    .overview--resellers .combo-box__input-wrapper {
        width:100%
    }
}

.overview--resellers .combo-box__input {
    width: 100%
}

@media(min-width: 768px) {
    .overview--resellers .combo-box__input {
        width:280px
    }
}

.overview--resellers .combo-box__label {
    margin-right: 12px;
    margin-bottom: 12px
}

@media(min-width: 768px) {
    .overview--resellers .combo-box__label {
        margin-bottom:0
    }
}

.reseller-map__status {
    text-align: center;
    color: #b4b4b4
}

.reseller-map {
    height: 420px
}

@media(min-width: 768px) {
    .reseller-map {
        height:540px
    }
}

@media(min-width: 1025px) {
    .reseller-map {
        height:640px
    }
}

.reseller-map-card {
    display: inline-block;
    width: calc(320px - (12px * 4));
    padding: 12px;
    background-color: #fff
}

@media(min-width: 768px) {
    .reseller-map-card {
        padding:24px 24px 12px
    }
}

.reseller-map-card__header {
    display: flex
}

.reseller-map-card__footer {
    display: flex;
    justify-content: center;
    margin-top: 12px
}

.reseller-map-card__image-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    margin-right: 24px
}

.reseller-map-card__title {
    margin-top: 0;
    margin-bottom: calc(12px / 2);
    font-family: Noto Sans,sans-serif;
    font-weight: 600
}

.reseller-map-card__categories {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    color: #b4b4b4;
    list-style: none
}

.reseller-map-card__directions {
    display: flex;
    align-items: center;
    padding: 12px
}

.reseller-map-card__directions__icon,.reseller-map-card__directions__text {
    display: inline-block
}

.reseller-map-card__directions__icon {
    height: 12px;
    width: 12px;
    margin-right: 12px
}

.reseller-map-card__directions__text {
    font-weight: 500
}

.overview-ubr__block-icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width: 568px) {
    .overview-ubr__block-icon-wrapper {
        flex-direction:column
    }

    .overview-ubr .block-icon {
        margin-bottom: 48px
    }
}

@media(min-width: 569px) {
    .overview-ubr .block-icon {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: 50%;
        padding: 0 12px 48px
    }
}

@media(min-width: 768px) {
    .overview-ubr .block-icon {
        flex-basis:33.3333333333%;
        padding: 0 24px 48px
    }
}

@media(min-width: 1201px) {
    .overview-ubr .block-icon {
        flex-basis:calc(25% + 12px);
        padding-bottom: 72px
    }
}

@media(min-width: 569px)and (max-width:767px) {
    .overview-ubr .block-icon:nth-child(2n),.overview-ubr .block-icon:nth-child(odd) {
        flex-basis:calc(50% - 12px)
    }

    .overview-ubr .block-icon:nth-child(odd) {
        padding-left: 0
    }

    .overview-ubr .block-icon:nth-child(2n) {
        padding-right: 0
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .overview-ubr .block-icon:first-child,.overview-ubr .block-icon:nth-child(3n+1),.overview-ubr .block-icon:nth-child(3n+3) {
        flex-basis:calc(33% - 12px)
    }

    .overview-ubr .block-icon:first-child,.overview-ubr .block-icon:nth-child(3n+1) {
        padding-left: 0
    }

    .overview-ubr .block-icon:last-child,.overview-ubr .block-icon:nth-child(3n+3) {
        padding-right: 0
    }
}

@media(min-width: 1201px) {
    .overview-ubr .block-icon:first-child,.overview-ubr .block-icon:nth-child(4n+1),.overview-ubr .block-icon:nth-child(4n+4) {
        flex-basis:calc(25% - 12px)
    }

    .overview-ubr .block-icon:first-child,.overview-ubr .block-icon:nth-child(4n+1) {
        padding-left: 0
    }

    .overview-ubr .block-icon:last-child,.overview-ubr .block-icon:nth-child(4n+4) {
        padding-right: 0
    }
}

.footer {
    border-top: 1px solid #d4d4d4;
    width: 100%
}

.footer__infill {
    color: #d4d4d4;
    position: absolute;
    top: 0;
    left: calc(50% - 162px)
}

@media(min-width: 569px) {
    .footer__infill {
        left:0
    }
}

.footer__branded-logo {
    align-items: center;
    align-self: center;
    color: #000e1a;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

@media(min-width: 569px) {
    .footer__branded-logo {
        margin-bottom:0;
        align-items: flex-start;
        align-self: flex-start
    }
}

@media(min-width: 1025px) {
    .footer__branded-logo {
        align-items:center;
        align-self: flex-start;
        flex-flow: row wrap
    }
}

.footer__branded-logo:hover {
    color: gray
}

.footer__branded-logo:focus {
    outline: 2px solid #3f86f2
}

.footer__branded-logo svg {
    display: block;
    height: auto;
    width: 120px
}

.footer__container {
    position: relative;
    margin: 0 auto;
    max-width: 1201px;
    padding: 0 12px
}

@media(min-width: 768px) {
    .footer__container {
        padding:0 24px
    }
}

@media(min-width: 1025px) {
    .footer__container {
        padding:0 60px
    }
}

.footer .footer-nav {
    align-self: center
}

@media(min-width: 569px) {
    .footer .footer-nav {
        align-self:unset
    }
}

.footer .footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(min-width: 569px) {
    .footer .footer-nav__list {
        -moz-column-count:2;
        column-count: 2;
        -moz-column-gap: 12px;
        column-gap: 12px
    }
}

.footer .footer-nav__list-item a {
    margin: 0;
    color: #6c6c6c
}

.footer__primary {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 84px;
    margin-bottom: 36px
}

@media(min-width: 569px) {
    .footer__primary {
        flex-direction:row;
        justify-content: space-between
    }
}

.footer__secondary {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    justify-content: flex-start;
    margin-bottom: 30px
}

@media(min-width: 569px) {
    .footer__secondary {
        align-items:flex-start;
        justify-content: space-between
    }
}

.footer__social-nav {
    margin-bottom: 18px
}

@media(min-width: 569px) {
    .footer__social-nav {
        margin-bottom:0
    }
}

.footer__bar {
    background-color: #f3f3f3
}

.footer__tertiary {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width: 569px) {
    .footer__tertiary {
        flex-direction:row-reverse;
        justify-content: space-between;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.footer .footer-legal {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

@media(min-width: 569px) {
    .footer .footer-legal {
        flex-direction:row;
        align-items: center;
        gap: 12px
    }
}

.footer .footer-legal__title {
    margin: 0
}

.footer .footer-legal__nav-item a,.footer .footer-legal__title {
    color: #6c6c6c;
    font-size: .75rem;
    font-weight: 400
}

.footer .footer-legal__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px
}

.footer .footer-legal__nav-item {
    margin: 0 0 -6px
}

.footer .footer-legal__nav-item .link {
    margin: 0
}

.header.um-header {
    min-width: 0
}

.header {
    position: fixed;
    z-index: 1001;
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 12px;
    width: 100%;
    color: #000e1a;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

@media(min-width: 1025px) {
    .header {
        padding:0 12px
    }
}

@media(min-width: 1201px) {
    .header {
        padding:0 24px
    }
}

@media(max-width: 1024px) {
    .header .main-nav .main-nav__list {
        position:absolute
    }
}

.header--mobile-inverted {
    color: #fff;
    background-color: #000e1a
}

@media(min-width: 1025px) {
    .header--mobile-inverted {
        color:#000e1a;
        background-color: #fff
    }

    .header--mobile-inverted:before {
        opacity: 0
    }
}

.header--mobile-inverted:before {
    opacity: 1
}

.header--mobile-inverted .sys-nav__link {
    color: #fff
}

.header--mobile-inverted .sys-nav__link:focus,.header--mobile-inverted .sys-nav__link:hover {
    color: #fff;
    background: hsla(0,0%,100%,.08)
}

.header--mobile-inverted .sys-nav__cta {
    margin-right: 4px;
    transition: margin-right .2 ease-in-out
}

.preview-button {
    padding: 12px 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border: none;
    border-radius: 4px;
    background-color: #fdd13a;
    color: #000e1a;
    font-weight: 700
}

.preview-button:hover {
    filter: brightness(105%)
}

.preview-button:not(.hit-area):focus:not(:active),.preview-button:not(.hit-area):focus:not(:hover) {
    background-color: #fdd13a;
    color: #000e1a;
    filter: brightness(110%)
}

.product {
    display: flex;
    margin-right: 24px
}

@media(min-width: 1025px) {
    .product {
        margin-right:12px;
        padding-right: 12px
    }
}

.product__icon,.product__icon-container {
    height: 36px;
    margin-right: 12px;
    width: 36px
}

.product__information {
    justify-content: center
}

.product__name {
    color: #6c6c6c;
    font-size: .75rem;
    margin-bottom: 0
}

.quote__wrapper {
    display: flex;
    flex-direction: column
}

.quote__text {
    position: relative;
    margin: 0 auto 36px
}

.quote__quotee {
    margin-bottom: 24px;
    text-align: center
}

.quote__logo {
    margin: 0 auto;
    height: 120px;
    width: 120px;
    border-radius: 8px
}

.rating {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: calc(12px / 2)
}

.rating__item {
    margin: 0;
    display: inline-flex;
    color: #d4d4d4
}

.rating__item.is-rated {
    color: #fdd13a
}

.social-nav__list {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.social-nav__item {
    display: inline-block;
    margin: 0;
    padding: 0
}

.social-nav__item:not(:last-child) {
    margin-right: 12px
}

.social-nav__item .icon-button,.social-nav__item .sys-nav .um-header__button,.sys-nav .social-nav__item .um-header__button {
    background-color: transparent
}

.social-nav__item .icon-button:focus,.social-nav__item .icon-button:hover,.social-nav__item .sys-nav .um-header__button:focus,.social-nav__item .sys-nav .um-header__button:hover,.sys-nav .social-nav__item .um-header__button:focus,.sys-nav .social-nav__item .um-header__button:hover {
    background-color: #e8e8e8
}

.social-nav__item .icon-button:active,.social-nav__item .sys-nav .um-header__button:active,.sys-nav .social-nav__item .um-header__button:active {
    background-color: #d4d4d4
}

.sys-nav {
    position: absolute;
    right: 72px
}

@media(min-width: 1025px) {
    .sys-nav {
        right:24px
    }
}

.sys-nav .sys-nav__cta {
    margin-right: 8px;
    height: 36px
}

@media(max-width: 1200px) {
    .sys-nav .sys-nav__cta {
        width:36px;
        height: 36px;
        padding: 0;
        justify-content: center
    }

    .sys-nav .sys-nav__cta>svg.icon {
        height: 1.5rem;
        width: 1.5rem;
        position: static;
        transform: none
    }

    .sys-nav .sys-nav__cta .link__underline {
        border: 0;
        clip: rect(1px,1px,1px,1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }

    .sys-nav .um-sidebar,.sys-nav .um-sidebar .um-sidebar__backdrop,.sys-nav .um-sidebar .um-sidebar__content {
        top: 60px
    }

    .sys-nav .um-sidebar:not(.um-sidebar--open) .um-sidebar__content {
        transform: translateX(110%)
    }
}

.sys-nav .um-sidebar.um-sidebar--desktop-dropdown .um-sidebar__content {
    width: 280px
}

@media(min-width: 1025px) {
    .sys-nav .um-sidebar.um-sidebar--desktop-dropdown.um-sidebar--small .um-sidebar__content {
        width:140px
    }
}

.sys-nav .um-header__button,.sys-nav .um-user-account-menu {
    width: 36px;
    height: 36px
}

.sys-nav .um-header__button {
    padding: 0
}

.sys-nav .um-header__button svg {
    width: 24px;
    height: 24px
}

.sys-nav .um-user-account-menu .um-header__button,.sys-nav .um-user-account-menu .um-header__button:focus,.sys-nav .um-user-account-menu .um-header__button:hover {
    background-color: transparent;
    outline: none
}

.sys-nav .um-user-account-menu .um-user-account-menu__profile-image {
    width: 36px
}

.sys-nav .um-app-switcher-menu {
    margin-right: 8px
}

.sys-nav .um-app-switcher-menu .um-link-sections__section,.sys-nav .um-user-account-menu .um-link-sections__section,.sys-nav .user-menu .um-link-sections__section {
    padding: 24px
}

.sys-nav .um-app-switcher-menu .um-link-sections__link,.sys-nav .um-user-account-menu .um-link-sections__link,.sys-nav .user-menu .um-link-sections__link {
    padding: 12px 8px 10px;
    height: 36px;
    line-height: 24px
}

.sys-nav .user-menu .um-link-sections__section {
    padding: 12px
}

.sys-nav .user-menu .um-link-sections li+li {
    margin-top: 4px
}

.sys-nav__item {
    position: relative;
    margin-bottom: 0
}

.sys-nav__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    align-items: center
}

.tabbed-content {
    padding-bottom: 60px;
    background-color: #fff
}

.tabbed-content>:last-child {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .tabbed-content {
        padding-bottom:72px
    }
}

@media(min-width: 1025px) {
    .tabbed-content {
        padding-bottom:96px
    }
}

main .organism:nth-child(2n) .tabbed-content {
    border-bottom: 2px solid #c6dbfb
}

.tabbed-content .header-block {
    padding: 60px 0 24px;
    margin: 0;
    background-color: #f3f8fe
}

@media(min-width: 768px) {
    .tabbed-content .header-block {
        padding:72px 0 24px
    }
}

@media(min-width: 1025px) {
    .tabbed-content .header-block {
        padding:96px 0 24px
    }
}

@media(min-width: 768px) {
    .tabbed-content__header {
        margin:0 auto
    }
}

.tabbed-content__title {
    margin-bottom: 24px;
    position: relative;
    text-align: center
}

.tabbed-content__title+.tabbed-content__subtitle {
    margin-bottom: 24px;
    margin-top: 0
}

.tabbed-content__subtitle {
    position: relative;
    text-align: center
}

.title-cell-content .tooltip-toggle {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.sys-nav .title-cell-content .tooltip-toggle .um-header__button,.title-cell-content .tooltip-toggle .icon-button,.title-cell-content .tooltip-toggle .sys-nav .um-header__button {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 16px;
    min-height: 50px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: unset
}

.sys-nav .title-cell-content .tooltip-toggle .um-header__button:not(:focus) .icon-button__icon,.title-cell-content .tooltip-toggle .icon-button:not(:focus) .icon-button__icon,.title-cell-content .tooltip-toggle .sys-nav .um-header__button:not(:focus) .icon-button__icon {
    color: #b4b4b4
}

.title-cell-content .tooltip-toggle .icon-button__icon {
    margin: unset;
    width: 20px;
    height: 20px
}

.title-cell-content .tooltip-toggle .icon-button__label {
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    white-space: pre-line;
    text-align: left;
    font-weight: 400;
    margin-left: 12px
}

.title-cell-content .tooltip-toggle .tooltip-toggle__tooltip {
    bottom: 100%
}

.title-cell-content.is-header .title-cell-content__title,.title-cell-content.is-header .tooltip-toggle .icon-button__label {
    font-weight: 600
}

.title-cell-content__title {
    margin: 12px 12px 12px calc(32px + (12px));
    font-size: 16px
}

.cta-row__cell {
    text-align: center
}

.cta-row__cta {
    margin: 0;
    color: #196ef0;
    font-size: 16px
}

.cta-row__cta:active,.cta-row__cta:hover,.cta-row__cta:visited {
    color: #196ef0
}

.header-row {
    background-color: #f3f8fe
}

main .organism:nth-child(2n) .header-row {
    background-color: #e8f0fd
}

.header-row__content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-row__title {
    max-width: 400px
}

.header-row__icon-button {
    margin: 0 6px 0 0;
    background-color: transparent
}

.header-row__icon-button.icon-button:hover:not(:focus),.sys-nav .header-row__icon-button.um-header__button:hover:not(:focus) {
    background-color: #d2e5fb
}

.regular-row__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.regular-row__icon-wrapper svg {
    color: #196ef0
}

.regular-row .table-cell:not(.table-cell--title) {
    text-align: center
}

.regular-row__cell {
    color: #6c6c6c
}

.table__wrapper {
    overflow: hidden;
    overflow-x: auto
}

@media(min-width: 1201px) {
    .table__wrapper {
        overflow:unset;
        overflow-x: unset
    }
}

.table {
    position: relative;
    border-bottom: unset
}

.table tr:last-child td {
    border-bottom: none
}

.table__column {
    min-width: 200px
}

.table-row-group {
    border-color: #97bdf8
}

.table-cell {
    padding: 12px
}

.table-cell.no-padding {
    padding: 0
}

.table-cell.table-cell--title {
    max-width: 200px
}

.table-cell:not(.table-cell--title) {
    vertical-align: middle
}

.table-head__row.is-sticky th {
    position: sticky;
    top: 60px;
    z-index: 10;
    background-color: #fff
}

main .organism:nth-child(2n) .table-head__row.is-sticky th {
    background-color: #f3f8fe
}

.table-head__row:last-child .table-head__cell {
    padding-bottom: 12px
}

.table-head__cell {
    border: none;
    padding: calc(12px / 2) 12px
}

.table-head__image-container {
    display: flex;
    width: 100%
}

.table-head__title {
    height: 100%;
    width: 100%
}

.table-head__title .table-head__title__control {
    background-color: #fff;
    padding: 12px 0 12px 12px;
    cursor: pointer;
    height: 100%
}

main .organism:nth-child(2n) .table-head__title .table-head__title__control {
    background-color: #f3f8fe
}

.table-head__title .table-head__title__value-container {
    padding-left: 0
}

.table-head__title .table-head__title__single-value {
    overflow: visible;
    text-overflow: unset;
    white-space: unset;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.table-head__title .table-head__title__input {
    caret-color: transparent
}

.table-head__title--is-disabled .table-head__title__indicators {
    display: none
}

.table-head__title--is-disabled .table-head__title__value-container {
    padding: 0
}

.table-head__title--is-disabled .table-head__title__control {
    padding: 12px
}

.table-head__title--is-disabled .table-head__title__single-value {
    color: #000e1a;
    text-align: center
}

.table-head__cta {
    font-weight: 400;
    width: 100%;
    text-align: center
}

.table-head__cta.button {
    height: auto;
    margin: 0;
    justify-content: center
}

.tabs__nav {
    background-color: #f3f8fe;
    border-bottom: 2px solid #c6dbfb;
    display: flex;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.tabs__list {
    border: 0;
    display: flex;
    list-style: none;
    margin: 0 0 -2px;
    overflow-x: auto;
    padding: 0
}

.tabs__list::-webkit-scrollbar-track {
    background-color: transparent
}

.tabs__list::-webkit-scrollbar {
    background-color: transparent;
    height: 0
}

.tabs__list::-webkit-scrollbar-thumb {
    background-color: transparent
}

.tabs__list_item {
    flex: 0 1 auto;
    margin-bottom: 0;
    text-align: center
}

.tabs__list_link {
    align-items: flex-end;
    background-color: #dde9fd;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    color: #000e1a;
    display: flex;
    font-size: .875rem;
    justify-content: center;
    margin: 0 2px;
    min-width: 60px;
    padding: 12px 30px;
    position: relative;
    transition: all .3s cubic-bezier(.23,1,.32,1);
    transition-property: background-color,font-weight,width;
    white-space: nowrap
}

@media(min-width: 1025px) {
    .tabs__list_link {
        font-size:1rem
    }
}

.tabs__list_link--active,.tabs__list_link:hover {
    background-color: #fff!important;
    color: #000e1a!important;
    border: 2px solid #c6dbfb;
    border-bottom: none
}

.tabs__list_link:hover:not(.tabs__list_link--active) {
    border-color: #e8f0fd;
    padding-top: calc(12px - 2px);
    padding-left: calc((12px * 2.5) - 2px);
    padding-right: calc((12px * 2.5) - 2px)
}

.tabs__list_link>span {
    margin-right: calc(12px / 2)
}

.tabs__content {
    max-width: 1201px;
    margin: 0 auto;
    padding: 0 12px
}

@media(min-width: 768px) {
    .tabs__content {
        padding:0 24px
    }
}

@media(min-width: 1025px) {
    .tabs__content {
        padding:0 60px
    }
}

.tabs__content .container {
    padding-bottom: 0
}

.tabs__content.is-hidden {
    display: none
}

.tab-table__content {
    margin: 60px auto 0
}

.tab-table-row {
    border-top: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    padding: 12px 0
}

@media(min-width: 768px) {
    .tab-table-row {
        flex-direction:row;
        padding: 18px 0
    }
}

.tab-table-row:first-of-type {
    border-top: 2px solid #d4d4d4
}

.tab-table-row:last-of-type {
    border-bottom: 2px solid #d4d4d4
}

.tab-table-row__label,.tab-table-row__label--tooltip {
    flex: 1 1;
    font-size: .875rem
}

.tab-table-row__label--tooltip-text,.tab-table-row__label-text {
    margin: 0 18px 11px
}

.tab-table-row__label--tooltip {
    margin-top: -12px
}

@media(min-width: 768px) {
    .tab-table-row__label--tooltip {
        margin-top:-16px
    }
}

.tab-table-row__label-text {
    font-weight: 600
}

.tab-table-row__value {
    margin: 0 18px
}

@media(min-width: 768px) {
    .tab-table-row__value {
        margin:0
    }
}

.tab-table-row__content {
    flex: 1 1
}

.tab-table-row__linklist {
    border: 0;
    list-style: none;
    margin: 21px 18px 0;
    padding: 0
}

@media(min-width: 768px) {
    .tab-table-row__linklist {
        margin-left:0;
        margin-right: 0
    }
}

.tab-table-row__linklist .tab-table-row__linklist-item .tab-table-row__linklist-link {
    margin-bottom: calc(12px / 2)
}

.tab-table-row__linklist .tab-table-row__linklist-item:last-child .tab-table-row__linklist-link {
    margin-bottom: 0
}

.tab-table-row .is-hidden {
    display: none
}

.tooltip {
    background-color: #000e1a;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 12px;
    position: absolute;
    white-space: normal;
    width: 219.96px;
    z-index: 200
}

.tooltip:after {
    border: 12px solid transparent;
    border-top-color: #000e1a;
    bottom: -24px;
    content: "";
    height: 0;
    left: calc(50% - 12px);
    position: absolute;
    width: 0
}

.tooltip>:last-child {
    margin-bottom: 0
}

.tooltip--arrow-left:after {
    left: 12px
}

.tooltip--arrow-right:after {
    left: auto;
    right: 12px
}

.tooltip.is-hidden {
    display: none
}

.tooltip-toggle {
    position: relative;
    display: inline-block
}

.tooltip-toggle__tooltip {
    bottom: 60px;
    font-size: .875rem
}

.um-hero {
    position: relative;
    margin: 0 auto
}

.um-hero__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    min-height: 320px;
    padding: 60px 12px
}

@media(min-width: 569px) {
    .um-hero__container {
        padding:72px 24px
    }
}

@media(min-width: 1025px) {
    .um-hero__container {
        max-width:1201px;
        margin: 0 auto;
        padding: 96px 60px
    }
}

@media(min-width: 569px) {
    .um-hero__container>* {
        max-width:60%
    }
}

@media(min-width: 1025px) {
    .um-hero__container>* {
        max-width:50%
    }
}

.um-hero__container>:first-child {
    margin-top: 0
}

.um-hero__container>:last-child {
    margin-bottom: 0
}

@media(max-width: 1024px) {
    .um-hero__ctas {
        align-items:flex-start;
        justify-content: center
    }
}

.um-hero__ctas .link,.um-hero__ctas .link:active,.um-hero__ctas .link:focus,.um-hero__ctas .link:hover,.um-hero__ctas .link:visited {
    color: #fff
}

.um-hero__header {
    margin-bottom: 48px
}

@media(min-width: 768px) {
    .um-hero__header {
        margin-bottom:72px
    }
}

.um-hero__link-list {
    margin-top: 48px;
    padding-left: 0;
    color: #000e1a;
    list-style: none
}

@media(min-width: 768px) {
    .um-hero__link-list {
        margin-top:72px
    }
}

.um-hero__link-list-item:last-child .hero__link-list-link {
    margin-bottom: 0
}

@media(max-width: 568px) {
    .um-hero__link-list-link {
        margin-right:0
    }
}

.um-hero__subtitle,.um-hero__title {
    margin-bottom: 0
}

.um-hero__subtitle {
    margin-top: 12px;
    color: #6c6c6c
}

@media(min-width: 768px) {
    .um-hero__subtitle {
        margin-top:36px;
        font-size: 1.875rem;
        line-height: 1.25
    }
}

.um-hero__title {
    margin-top: 0
}

.um-hero--image-as-background {
    color: #fff
}

.um-hero--image-as-background .um-hero__ctas {
    justify-content: flex-start
}

.um-hero--image-as-background .um-hero__image-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%
}

.um-hero--image-as-background .um-hero__image-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,14,26,.65)
}

.um-hero--image-as-background .um-hero__subtitle {
    color: #fff
}

.um-hero--image {
    display: flex;
    color: #000e1a
}

@media(max-width: 568px) {
    .um-hero--image {
        flex-direction:column
    }
}

@media(min-width: 569px) {
    .um-hero--image {
        padding:0 calc((100% - 1201px)/2)
    }
}

.um-hero--image .um-hero__container,.um-hero--image .um-hero__image-container {
    flex-basis: 100%
}

@media(min-width: 569px) {
    .um-hero--image .um-hero__container,.um-hero--image .um-hero__image-container {
        flex-basis:50%
    }
}

.um-hero--image .um-hero__container {
    order: 2;
    padding: 24px 12px 72px
}

@media(min-width: 569px) {
    .um-hero--image .um-hero__container {
        order:1;
        padding: 72px 24px
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .um-hero--image .um-hero__container {
        flex-basis:55%
    }
}

@media(min-width: 1025px) {
    .um-hero--image .um-hero__container {
        padding:96px 24px 96px 60px
    }
}

.um-hero--image .um-hero__container>* {
    max-width: 100%
}

@media(max-width: 568px) {
    .um-hero--image .um-hero__ctas {
        align-items:flex-start
    }
}

@media(min-width: 569px) {
    .um-hero--image .um-hero__ctas {
        justify-content:flex-start
    }
}

@media(max-width: 767px) {
    .um-hero--image .um-hero__ctas .cta-link {
        margin-bottom:0
    }
}

.um-hero--image .um-hero__description {
    margin-bottom: 36px
}

@media(min-width: 569px) {
    .um-hero--image .um-hero__image {
        height:auto
    }
}

.um-hero--image .um-hero__image-container {
    order: 1;
    margin: 0 auto;
    padding: 60px 12px 0;
    -o-object-fit: initial;
    object-fit: fill
}

@media(max-width: 568px) {
    .um-hero--image .um-hero__image-container {
        display:block;
        width: 75%
    }
}

@media(min-width: 569px) {
    .um-hero--image .um-hero__image-container {
        order:2;
        padding: 72px 24px 0
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .um-hero--image .um-hero__image-container {
        flex-basis:45%
    }
}

@media(min-width: 1025px) {
    .um-hero--image .um-hero__image-container {
        padding:96px 60px 96px 24px
    }
}

.video-highlight {
    height: calc(85vh - 60px);
    color: #fff
}

.video-highlight .um-hero__container {
    align-items: center;
    height: 100%;
    text-align: center
}

@media(max-width: 1024px) {
    .video-highlight .um-hero__container>* {
        max-width:100%
    }
}

@media(min-width: 1025px) {
    .video-highlight .um-hero__container>:not(.hero__headline) {
        max-width:100%
    }
}

.video-highlight .um-hero__ctas {
    align-items: center;
    max-width: calc(100% - (12px * 2))
}

@media(max-width: 791px) {
    .video-highlight .um-hero__ctas {
        flex-direction:column;
        max-width: 100%
    }
}

@media(min-width: 792px) {
    .video-highlight .um-hero__ctas {
        align-items:center
    }
}

.video-highlight .um-hero__ctas>* {
    margin: 0
}

@media(max-width: 568px) {
    .video-highlight .um-hero__ctas>* {
        text-align:center
    }
}

@media(min-width: 569px)and (max-width:767px) {
    .video-highlight .um-hero__ctas>* {
        display:inline-block
    }
}

.video-highlight .um-hero__ctas .cta-link:not(:first-child),.video-highlight .um-hero__ctas>:not(:first-child) {
    margin-top: 24px;
    margin-left: 0
}

@media(min-width: 792px) {
    .video-highlight .um-hero__ctas .cta-link:not(:first-child),.video-highlight .um-hero__ctas>:not(:first-child) {
        margin-top:0;
        margin-left: 24px
    }
}

.video-highlight .um-hero__image-container,.video-highlight .um-hero__video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.video-highlight .um-hero__image-container:after,.video-highlight .um-hero__video-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,14,26,.65)
}

@media(min-width: 1025px) {
    .video-highlight .um-hero__headline {
        max-width:768px
    }
}

.video-highlight .um-hero__description {
    margin-bottom: 36px
}

@media(min-width: 768px)and (max-width:1024px) {
    .video-highlight .um-hero__title {
        font-size:2rem;
        line-height: 1.125
    }
}

.video-highlight .um-hero__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-highlight--small {
    height: calc(55vh - 60px)
}

.wizard-step-confirmation__container {
    padding: 0
}

.wizard-step-confirmation__image-wrapper {
    display: flex;
    margin: 0 auto 30px;
    width: 75%;
    border-radius: 8px;
    overflow: hidden
}

.wizard-step-confirmation__content {
    display: flex;
    flex-direction: column
}

@media(min-width: 569px) {
    .wizard-step-confirmation__content {
        align-items:flex-start;
        justify-content: flex-start;
        padding-left: 24px
    }

    .flexgrid--row-reversed .wizard-step-confirmation__content {
        padding-left: 0;
        padding-right: 24px
    }
}

.wizard-step-confirmation-header .header-block__subtitle,.wizard-step-confirmation-header .header-block__title {
    text-align: center
}

@media(min-width: 569px) {
    .wizard-step-confirmation-header .header-block__subtitle,.wizard-step-confirmation-header .header-block__title {
        text-align:left
    }
}

.wizard-step-confirmation-footer.footer-block:not(:empty) {
    padding-bottom: 0
}

.wizard-step-confirmation__body {
    margin-bottom: 24px
}

.wizard-step-confirmation__body>* {
    margin: 0
}

@media(min-width: 569px) {
    .wizard-step-confirmation__body {
        text-align:left
    }
}

.wizard-step-download-list {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wizard-step-download-list__description {
    flex-basis: 100%;
    max-width: 100%;
    margin: auto 12px 24px;
    text-align: center
}

@media(min-width: 768px) {
    .wizard-step-download-list__description {
        flex-basis:50%;
        max-width: 50%;
        margin: auto 0 36px
    }
}

.wizard-step-download-list__items {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

@media(max-width: 767px) {
    .wizard-step-download-list__items {
        flex-direction:column
    }
}

@media(min-width: 768px) {
    .wizard-step-download-list__items {
        justify-content:space-between;
        flex-wrap: wrap
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .wizard-step-download-list__items {
        width:90%;
        margin: 0 auto
    }
}

.wizard-step-download-list__item {
    margin-top: 12px
}

@media(min-width: 569px) {
    .wizard-step-download-list__item {
        flex-direction:row
    }
}

@media(min-width: 768px) {
    .wizard-step-download-list__item {
        width:calc((100% / 2) - 12px);
        margin-bottom: 12px
    }
}

.wizard-step-download-list__card {
    height: 100%
}

.wizard-step-download-list__button {
    margin-top: 60px;
    margin-bottom: 0
}

.wizard-step-download-list__button:focus {
    background-color: #061884
}

.youtube-video {
    position: relative
}

.youtube-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.youtube-video__frame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.youtube-video--four-three:before {
    content: "";
    display: block;
    padding-top: 75%
}

.youtube-video--eighteen-nine:before {
    content: "";
    display: block;
    padding-top: 50%
}

.youtube-video--square:before {
    content: "";
    display: block;
    padding-top: 100%
}
.download-cura-git{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.download-cura-git > a{
    width: 24%;
    padding: 5px;
    border: 1px solid #196ef0;
    border-radius: 5px;
    margin-right: 1%;
    display:flex;
    align-items:center;
    justify-content:center
}
.download-cura-git > a:last-child{
    margin-right: 0;
}
@media screen and (max-width:700px) {
    .download-cura-git > a{
        width: 48%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .download-cura-git > a:nth-of-type(odd){
        margin-right: 2%;
    }
}