html {
	scroll-behavior: smooth;
}

body,
input,
textarea,
select,
button {
    text-align: left;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
}
a {
    text-decoration: none;
    color: inherit;
}




* { margin: 0; padding: 0; }

:root {
    --globalnav-height: var(--r-globalnav-height);
    --localnav-height: var(--r-localnav-height);
    --ribbon-height: 51px;
    --totalnav-height: calc(var(--globalnav-height) + var(--localnav-height));
    --film-inset: 70px;
    --film-border-radius: 30px;
    --hero-copy-offset: 150h;
    --main-ipad-top: 74px;
    --main-ipad-height: 426px;
    --hero-macbook-pro-offset: -275px;
    --hero-iphone-left-starting-opacity: 1;
    --hero-iphone-left-offset: 290px;
    --hero-iphone-right-starting-opacity: 1;
    --hero-iphone-right-offset: -23px;
    --hero-ipad-upper-right-offset: -320px;
    --hero-ipad-upper-right-starting-opacity: 0;
    --hero-ipad-upper-left-starting-opacity: 1;
    --hero-ipad-upper-left-offset: 290px;
    --hero-ipad-bottom-left-starting-opacity: 0;
    --hero-ipad-bottom-left-offset: 300px;
    --hero-watch-starting-opacity: 1;
    --hero-watch-offset: -22px;
    --grid-gap: 30px
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-copy-offset: 150h;
        --film-inset: 60px;
        --film-border-radius: 25px;
        --ribbon-height: 76px
    }
}

@media only screen and (max-width: 582px) {
    :root {
        --ribbon-height: 101px
    }
}

@media only screen and (max-width: 397px) {
    :root {
        --ribbon-height: 126px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-copy-offset: 0px;
        --film-inset: 30px;
        --film-border-radius: 20px
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --main-ipad-top: 75px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --main-ipad-top: 59px
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --main-ipad-height: 368px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --main-ipad-height: 181px
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-macbook-pro-offset: -144px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-macbook-pro-offset: -50px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-iphone-left-starting-opacity: 0
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-iphone-left-offset: 332px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-iphone-left-offset: -100px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-iphone-right-starting-opacity: 0
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-iphone-right-offset: 109px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-iphone-right-offset: 175px
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-ipad-upper-right-offset: -220px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-ipad-upper-right-offset: 190px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-ipad-upper-right-starting-opacity: 1
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-ipad-upper-left-starting-opacity: 0
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-ipad-upper-left-offset: 331px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-ipad-upper-left-offset: -150px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-ipad-bottom-left-starting-opacity: 1
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-ipad-bottom-left-offset: 380px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-ipad-bottom-left-offset: 24px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-watch-starting-opacity: 0
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --hero-watch-offset: 110px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --hero-watch-offset: 200px
    }
}

@media only screen and (max-width: 1068px) {
    :root {
        --grid-gap: 24px
    }
}

@media only screen and (max-width: 734px) {
    :root {
        --grid-gutter: 15px
    }
}

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

body {
    margin: 0;
    padding:0
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr, button {
    margin: 0;
    padding:0
}

pre, code, address, caption, th, figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style:normal
}

fieldset, iframe {
    border:0
}

caption, th {
    text-align:left
}

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

main, summary, details {
    display:block
}

audio, canvas, video, progress {
    vertical-align:baseline
}

button {
    background: none;
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align:inherit
}

button:disabled {
    cursor:default
}

/* 
:focus {
    outline: 4px solid rgba(0, 125, 250, 0.6);
    outline-offset: 1px
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), :focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline:none
}
 */

::-moz-focus-inner {
    border: 0;
    padding:0
}

html {
    font-family: inherit;
    font-size: 106.25%;
    quotes: "“" "”"
}






body {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #1d1d1f;
    font-style:normal
}

.headline,.headline>*,h1,h2,h3,h4,h5,h6, .typography-headline {
	font-weight: 600; !important;
}
.typography-eyebrow {
	font-weight: 600; !important;
}


body, input, textarea, select, button {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align:left;
}
input, textarea, select, button {
    font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color:#1d1d1f
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    display: block;
    margin:0
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
    margin-top:.8em
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
    margin-top:.4em
}

p + h1, ul + h1, ol + h1, p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + h5, ul + h5, ol + h5, p + h6, ul + h6, ol + h6 {
    margin-top:1.6em
}

.heading-collapsed + * {
    margin-top:0
}

p + *, ul + *, ol + * {
    margin-top:.8em
}

ul, ol {
    margin-left:1.17647em
}

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

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

li li {
    font-size:1em
}

a, .link {
    color: #06c;
    letter-spacing:inherit
}

a:link, a:visited, .link:link, .link:visited {
    text-decoration:none
}

a:hover, .link:hover {
    text-decoration:underline
}

a:active, .link:active {
    text-decoration:none
}

a:disabled, .link:disabled {
    opacity:.32
}

.links-inline, .links-stacked {
    margin-left: 0;
    margin-right: 0;
    list-style:none
}

.links-inline li {
    display: inline;
    margin:0 0.8em
}

.links-inline li:first-child {
    margin-left:0
}

.links-inline li:last-child {
    margin-right:0
}

.links-stacked li {
    margin: 0;
    display:block
}

.links-stacked li + li {
    margin-top:.4em
}

b, strong {
    font-weight:600
}

em, i, cite, dfn {
    font-style:italic
}

sup, sub {
    position: relative;
    font-size: .6em;
    vertical-align:baseline
}

sup {
    top:-.5em
}

sub {
    bottom:-0.25em
}

.footnote a {
    vertical-align: inherit;
    color:inherit
}

.footnote a:hover {
    color: #06c;
    text-decoration:none
}

.footnote-reduced {
    font-size:0.45em
}

sup.footnote-reduced {
    top:-0.86em
}

sub.footnote-reduced {
    bottom:-0.36em
}

.footnote-supglyph {
    position: relative;
    vertical-align:baseline
}

.footnote-supglyph.footnote-reduced {
    font-size: 0.9em;
    top:-0.09em
}

.footnote-diamond {
    position: relative;
    vertical-align: baseline;
    -webkit-font-feature-settings: "numr";
    font-feature-settings: "numr";
    font-size:1em
}

sup.footnote-diamond {
    top:initial
}

sub.footnote-diamond {
    bottom:-0.5em
}

.footnote-diamond.footnote-reduced {
    font-size: 0.9em;
    top:-0.09em
}

sub.footnote-diamond.footnote-reduced {
    top: initial;
    bottom:-0.52em
}

.footnote-number {
    position: relative;
    vertical-align: baseline;
    -webkit-font-feature-settings: "numr";
    font-feature-settings: "numr";
    font-size:1em
}

sup.footnote-number {
    top:initial
}

sub.footnote-number {
    bottom:-0.5em
}

.footnote-number.footnote-reduced {
    font-size: 0.9em;
    top:-0.09em
}

sub.footnote-number.footnote-reduced {
    top: initial;
    bottom:-0.52em
}

abbr {
    border:0
}

:lang(ja), :lang(ko), :lang(th), :lang(zh) {
    font-style:normal
}

:lang(ko) {
    word-break:keep-all
}

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

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

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

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

.justify-content-spacearound {
    -ms-flex-pack: distribute;
    justify-content:space-around
}

.justify-content-spaceevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content:space-evenly
}

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

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

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

.align-self-start {
    -ms-flex-item-align: start;
    align-self:flex-start
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self:center
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self:flex-end
}

.large-justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

.large-justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content:flex-end
}

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

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

.large-justify-content-spacearound {
    -ms-flex-pack: distribute;
    justify-content:space-around
}

.large-justify-content-spaceevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content:space-evenly
}

.large-align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start
}

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

.large-align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items:flex-end
}

.large-align-self-start {
    -ms-flex-item-align: start;
    align-self:flex-start
}

.large-align-self-center {
    -ms-flex-item-align: center;
    align-self:center
}

.large-align-self-end {
    -ms-flex-item-align: end;
    align-self:flex-end
}

@media only screen and (min-width: 1441px) {
    .xlarge-justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }

    .xlarge-justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content:flex-end
    }

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

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

    .xlarge-justify-content-spacearound {
        -ms-flex-pack: distribute;
        justify-content:space-around
    }

    .xlarge-justify-content-spaceevenly {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content:space-evenly
    }

    .xlarge-align-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items:flex-start
    }

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

    .xlarge-align-items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items:flex-end
    }

    .xlarge-align-self-start {
        -ms-flex-item-align: start;
        align-self:flex-start
    }

    .xlarge-align-self-center {
        -ms-flex-item-align: center;
        align-self:center
    }

    .xlarge-align-self-end {
        -ms-flex-item-align: end;
        align-self:flex-end
    }
}

@media only screen and (max-width: 1068px) {
    .medium-justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }

    .medium-justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content:flex-end
    }

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

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

    .medium-justify-content-spacearound {
        -ms-flex-pack: distribute;
        justify-content:space-around
    }

    .medium-justify-content-spaceevenly {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content:space-evenly
    }

    .medium-align-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items:flex-start
    }

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

    .medium-align-items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items:flex-end
    }

    .medium-align-self-start {
        -ms-flex-item-align: start;
        align-self:flex-start
    }

    .medium-align-self-center {
        -ms-flex-item-align: center;
        align-self:center
    }

    .medium-align-self-end {
        -ms-flex-item-align: end;
        align-self:flex-end
    }
}

@media only screen and (max-width: 734px) {
    .small-justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }

    .small-justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content:flex-end
    }

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

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

    .small-justify-content-spacearound {
        -ms-flex-pack: distribute;
        justify-content:space-around
    }

    .small-justify-content-spaceevenly {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content:space-evenly
    }

    .small-align-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items:flex-start
    }

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

    .small-align-items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items:flex-end
    }

    .small-align-self-start {
        -ms-flex-item-align: start;
        align-self:flex-start
    }

    .small-align-self-center {
        -ms-flex-item-align: center;
        align-self:center
    }

    .small-align-self-end {
        -ms-flex-item-align: end;
        align-self:flex-end
    }
}

@media only screen and (max-width: 320px) {
    .xsmall-justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }

    .xsmall-justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content:flex-end
    }

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

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

    .xsmall-justify-content-spacearound {
        -ms-flex-pack: distribute;
        justify-content:space-around
    }

    .xsmall-justify-content-spaceevenly {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content:space-evenly
    }

    .xsmall-align-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items:flex-start
    }

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

    .xsmall-align-items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items:flex-end
    }

    .xsmall-align-self-start {
        -ms-flex-item-align: start;
        align-self:flex-start
    }

    .xsmall-align-self-center {
        -ms-flex-item-align: center;
        align-self:center
    }

    .xsmall-align-self-end {
        -ms-flex-item-align: end;
        align-self:flex-end
    }
}

.selfclear::before, .selfclear::after {
    content: ' ';
    display:table
}

.selfclear::after {
    clear:both
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border:0
}

@media only screen and (inverted-colors) {
    .no-inversion {
        -webkit-filter: invert(1);
        filter:invert(1)
    }
}

.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space:nowrap
}

.clear {
    clear:both
}

.cursor-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor:grab
}

.cursor-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:grabbing
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width:100%
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction:row-reverse
}

.column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width:0px
}

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

.large-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order:0
}

.large-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width:8.33333%
}

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

.large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order:1
}

.large-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width:16.66667%
}

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

.large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order:2
}

.large-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width:25%
}

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

.large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order:3
}

.large-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width:33.33333%
}

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

.large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order:4
}

.large-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width:41.66667%
}

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

.large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order:5
}

.large-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width:50%
}

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

.large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order:6
}

.large-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width:58.33333%
}

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

.large-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order:7
}

.large-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width:66.66667%
}

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

.large-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order:8
}

.large-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width:75%
}

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

.large-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order:9
}

.large-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width:83.33333%
}

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

.large-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order:10
}

.large-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width:91.66667%
}

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

.large-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order:11
}

.large-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width:100%
}

.large-offset-12 {
    margin-left:100%
}

.large-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order:12
}

.large-centered {
    margin-left: auto;
    margin-right:auto
}

.large-uncentered {
    margin-left: 0;
    margin-right:0
}

.large-last {
    margin-left:auto
}

.large-notlast {
    margin-left:0
}

.large-grow {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width:initial
}

.large-ungrow {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width:initial
}

@media only screen and (min-width: 1441px) {
    .xlarge-offset-0 {
        margin-left:0
    }

    .xlarge-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .xlarge-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width:8.33333%
    }

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

    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .xlarge-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width:16.66667%
    }

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

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .xlarge-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width:25%
    }

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

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .xlarge-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width:33.33333%
    }

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

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .xlarge-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width:41.66667%
    }

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

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .xlarge-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width:50%
    }

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

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .xlarge-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width:58.33333%
    }

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

    .xlarge-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .xlarge-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width:66.66667%
    }

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

    .xlarge-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .xlarge-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width:75%
    }

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

    .xlarge-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .xlarge-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width:83.33333%
    }

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

    .xlarge-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .xlarge-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width:91.66667%
    }

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

    .xlarge-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .xlarge-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width:100%
    }

    .xlarge-offset-12 {
        margin-left:100%
    }

    .xlarge-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .xlarge-centered {
        margin-left: auto;
        margin-right:auto
    }

    .xlarge-uncentered {
        margin-left: 0;
        margin-right:0
    }

    .xlarge-last {
        margin-left:auto
    }

    .xlarge-notlast {
        margin-left:0
    }

    .xlarge-grow {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width:initial
    }

    .xlarge-ungrow {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        max-width:initial
    }
}

@media only screen and (max-width: 1068px) {
    .medium-offset-0 {
        margin-left:0
    }

    .medium-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .medium-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width:8.33333%
    }

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

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .medium-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width:16.66667%
    }

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

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .medium-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width:25%
    }

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

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .medium-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width:33.33333%
    }

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

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .medium-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width:41.66667%
    }

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

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .medium-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width:50%
    }

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

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .medium-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width:58.33333%
    }

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

    .medium-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .medium-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width:66.66667%
    }

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

    .medium-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .medium-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width:75%
    }

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

    .medium-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .medium-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width:83.33333%
    }

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

    .medium-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .medium-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width:91.66667%
    }

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

    .medium-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .medium-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width:100%
    }

    .medium-offset-12 {
        margin-left:100%
    }

    .medium-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .medium-centered {
        margin-left: auto;
        margin-right:auto
    }

    .medium-uncentered {
        margin-left: 0;
        margin-right:0
    }

    .medium-last {
        margin-left:auto
    }

    .medium-notlast {
        margin-left:0
    }

    .medium-grow {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width:initial
    }

    .medium-ungrow {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        max-width:initial
    }
}

@media only screen and (max-width: 734px) {
    .small-offset-0 {
        margin-left:0
    }

    .small-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .small-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width:8.33333%
    }

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

    .small-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .small-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width:16.66667%
    }

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

    .small-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .small-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width:25%
    }

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

    .small-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .small-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width:33.33333%
    }

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

    .small-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .small-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width:41.66667%
    }

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

    .small-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .small-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width:50%
    }

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

    .small-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .small-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width:58.33333%
    }

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

    .small-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .small-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width:66.66667%
    }

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

    .small-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .small-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width:75%
    }

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

    .small-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .small-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width:83.33333%
    }

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

    .small-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .small-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width:91.66667%
    }

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

    .small-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .small-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width:100%
    }

    .small-offset-12 {
        margin-left:100%
    }

    .small-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .small-centered {
        margin-left: auto;
        margin-right:auto
    }

    .small-uncentered {
        margin-left: 0;
        margin-right:0
    }

    .small-last {
        margin-left:auto
    }

    .small-notlast {
        margin-left:0
    }

    .small-grow {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width:initial
    }

    .small-ungrow {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        max-width:initial
    }
}

@media only screen and (max-width: 320px) {
    .xsmall-offset-0 {
        margin-left:0
    }

    .xsmall-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .xsmall-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width:8.33333%
    }

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

    .xsmall-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .xsmall-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width:16.66667%
    }

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

    .xsmall-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .xsmall-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width:25%
    }

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

    .xsmall-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .xsmall-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width:33.33333%
    }

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

    .xsmall-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .xsmall-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width:41.66667%
    }

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

    .xsmall-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .xsmall-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width:50%
    }

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

    .xsmall-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .xsmall-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width:58.33333%
    }

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

    .xsmall-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .xsmall-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width:66.66667%
    }

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

    .xsmall-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .xsmall-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width:75%
    }

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

    .xsmall-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .xsmall-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width:83.33333%
    }

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

    .xsmall-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .xsmall-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width:91.66667%
    }

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

    .xsmall-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .xsmall-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width:100%
    }

    .xsmall-offset-12 {
        margin-left:100%
    }

    .xsmall-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .xsmall-centered {
        margin-left: auto;
        margin-right:auto
    }

    .xsmall-uncentered {
        margin-left: 0;
        margin-right:0
    }

    .xsmall-last {
        margin-left:auto
    }

    .xsmall-notlast {
        margin-left:0
    }

    .xsmall-grow {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width:initial
    }

    .xsmall-ungrow {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        max-width:initial
    }
}

.row-reverse .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width:0px
}

.row-reverse .large-offset-0 {
    margin-right:0
}

.row-reverse .large-offset-1 {
    margin-right:8.33333%
}

.row-reverse .large-offset-2 {
    margin-right:16.66667%
}

.row-reverse .large-offset-3 {
    margin-right:25%
}

.row-reverse .large-offset-4 {
    margin-right:33.33333%
}

.row-reverse .large-offset-5 {
    margin-right:41.66667%
}

.row-reverse .large-offset-6 {
    margin-right:50%
}

.row-reverse .large-offset-7 {
    margin-right:58.33333%
}

.row-reverse .large-offset-8 {
    margin-right:66.66667%
}

.row-reverse .large-offset-9 {
    margin-right:75%
}

.row-reverse .large-offset-10 {
    margin-right:83.33333%
}

.row-reverse .large-offset-11 {
    margin-right:91.66667%
}

.row-reverse .large-offset-12 {
    margin-right:100%
}

.row-reverse .large-last {
    margin-right:auto
}

.row-reverse .large-notlast {
    margin-right:0
}

@media only screen and (min-width: 1441px) {
    .row-reverse .xlarge-offset-0 {
        margin-right:0
    }

    .row-reverse .xlarge-offset-1 {
        margin-right:8.33333%
    }

    .row-reverse .xlarge-offset-2 {
        margin-right:16.66667%
    }

    .row-reverse .xlarge-offset-3 {
        margin-right:25%
    }

    .row-reverse .xlarge-offset-4 {
        margin-right:33.33333%
    }

    .row-reverse .xlarge-offset-5 {
        margin-right:41.66667%
    }

    .row-reverse .xlarge-offset-6 {
        margin-right:50%
    }

    .row-reverse .xlarge-offset-7 {
        margin-right:58.33333%
    }

    .row-reverse .xlarge-offset-8 {
        margin-right:66.66667%
    }

    .row-reverse .xlarge-offset-9 {
        margin-right:75%
    }

    .row-reverse .xlarge-offset-10 {
        margin-right:83.33333%
    }

    .row-reverse .xlarge-offset-11 {
        margin-right:91.66667%
    }

    .row-reverse .xlarge-offset-12 {
        margin-right:100%
    }

    .row-reverse .xlarge-last {
        margin-right:auto
    }

    .row-reverse .xlarge-notlast {
        margin-right:0
    }
}

@media only screen and (max-width: 1068px) {
    .row-reverse .medium-offset-0 {
        margin-right:0
    }

    .row-reverse .medium-offset-1 {
        margin-right:8.33333%
    }

    .row-reverse .medium-offset-2 {
        margin-right:16.66667%
    }

    .row-reverse .medium-offset-3 {
        margin-right:25%
    }

    .row-reverse .medium-offset-4 {
        margin-right:33.33333%
    }

    .row-reverse .medium-offset-5 {
        margin-right:41.66667%
    }

    .row-reverse .medium-offset-6 {
        margin-right:50%
    }

    .row-reverse .medium-offset-7 {
        margin-right:58.33333%
    }

    .row-reverse .medium-offset-8 {
        margin-right:66.66667%
    }

    .row-reverse .medium-offset-9 {
        margin-right:75%
    }

    .row-reverse .medium-offset-10 {
        margin-right:83.33333%
    }

    .row-reverse .medium-offset-11 {
        margin-right:91.66667%
    }

    .row-reverse .medium-offset-12 {
        margin-right:100%
    }

    .row-reverse .medium-last {
        margin-right:auto
    }

    .row-reverse .medium-notlast {
        margin-right:0
    }
}

@media only screen and (max-width: 734px) {
    .row-reverse .small-offset-0 {
        margin-right:0
    }

    .row-reverse .small-offset-1 {
        margin-right:8.33333%
    }

    .row-reverse .small-offset-2 {
        margin-right:16.66667%
    }

    .row-reverse .small-offset-3 {
        margin-right:25%
    }

    .row-reverse .small-offset-4 {
        margin-right:33.33333%
    }

    .row-reverse .small-offset-5 {
        margin-right:41.66667%
    }

    .row-reverse .small-offset-6 {
        margin-right:50%
    }

    .row-reverse .small-offset-7 {
        margin-right:58.33333%
    }

    .row-reverse .small-offset-8 {
        margin-right:66.66667%
    }

    .row-reverse .small-offset-9 {
        margin-right:75%
    }

    .row-reverse .small-offset-10 {
        margin-right:83.33333%
    }

    .row-reverse .small-offset-11 {
        margin-right:91.66667%
    }

    .row-reverse .small-offset-12 {
        margin-right:100%
    }

    .row-reverse .small-last {
        margin-right:auto
    }

    .row-reverse .small-notlast {
        margin-right:0
    }
}

@media only screen and (max-width: 320px) {
    .row-reverse .xsmall-offset-0 {
        margin-right:0
    }

    .row-reverse .xsmall-offset-1 {
        margin-right:8.33333%
    }

    .row-reverse .xsmall-offset-2 {
        margin-right:16.66667%
    }

    .row-reverse .xsmall-offset-3 {
        margin-right:25%
    }

    .row-reverse .xsmall-offset-4 {
        margin-right:33.33333%
    }

    .row-reverse .xsmall-offset-5 {
        margin-right:41.66667%
    }

    .row-reverse .xsmall-offset-6 {
        margin-right:50%
    }

    .row-reverse .xsmall-offset-7 {
        margin-right:58.33333%
    }

    .row-reverse .xsmall-offset-8 {
        margin-right:66.66667%
    }

    .row-reverse .xsmall-offset-9 {
        margin-right:75%
    }

    .row-reverse .xsmall-offset-10 {
        margin-right:83.33333%
    }

    .row-reverse .xsmall-offset-11 {
        margin-right:91.66667%
    }

    .row-reverse .xsmall-offset-12 {
        margin-right:100%
    }

    .row-reverse .xsmall-last {
        margin-right:auto
    }

    .row-reverse .xsmall-notlast {
        margin-right:0
    }
}

.grid {
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns:repeat(12, minmax(0, 1fr))
}

.grid .grid {
    height: 100%;
    padding-left: 0;
    padding-right:0
}

.grid-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.large-span-0 {
    grid-column:span 0
}

.large-span-1 {
    grid-column:span 1
}

.large-span-2 {
    grid-column:span 2
}

.large-span-3 {
    grid-column:span 3
}

.large-span-4 {
    grid-column:span 4
}

.large-span-5 {
    grid-column:span 5
}

.large-span-6 {
    grid-column:span 6
}

.large-span-7 {
    grid-column:span 7
}

.large-span-8 {
    grid-column:span 8
}

.large-span-9 {
    grid-column:span 9
}

.large-span-10 {
    grid-column:span 10
}

.large-span-11 {
    grid-column:span 11
}

.large-span-12 {
    grid-column:span 12
}

@media only screen and (min-width: 1441px) {
    .xlarge-span-0 {
        grid-column:span 0
    }

    .xlarge-span-1 {
        grid-column:span 1
    }

    .xlarge-span-2 {
        grid-column:span 2
    }

    .xlarge-span-3 {
        grid-column:span 3
    }

    .xlarge-span-4 {
        grid-column:span 4
    }

    .xlarge-span-5 {
        grid-column:span 5
    }

    .xlarge-span-6 {
        grid-column:span 6
    }

    .xlarge-span-7 {
        grid-column:span 7
    }

    .xlarge-span-8 {
        grid-column:span 8
    }

    .xlarge-span-9 {
        grid-column:span 9
    }

    .xlarge-span-10 {
        grid-column:span 10
    }

    .xlarge-span-11 {
        grid-column:span 11
    }

    .xlarge-span-12 {
        grid-column:span 12
    }
}

@media only screen and (max-width: 1068px) {
    .medium-span-0 {
        grid-column:span 0
    }

    .medium-span-1 {
        grid-column:span 1
    }

    .medium-span-2 {
        grid-column:span 2
    }

    .medium-span-3 {
        grid-column:span 3
    }

    .medium-span-4 {
        grid-column:span 4
    }

    .medium-span-5 {
        grid-column:span 5
    }

    .medium-span-6 {
        grid-column:span 6
    }

    .medium-span-7 {
        grid-column:span 7
    }

    .medium-span-8 {
        grid-column:span 8
    }

    .medium-span-9 {
        grid-column:span 9
    }

    .medium-span-10 {
        grid-column:span 10
    }

    .medium-span-11 {
        grid-column:span 11
    }

    .medium-span-12 {
        grid-column:span 12
    }
}

@media only screen and (max-width: 734px) {
    .small-span-0 {
        grid-column:span 0
    }

    .small-span-1 {
        grid-column:span 1
    }

    .small-span-2 {
        grid-column:span 2
    }

    .small-span-3 {
        grid-column:span 3
    }

    .small-span-4 {
        grid-column:span 4
    }

    .small-span-5 {
        grid-column:span 5
    }

    .small-span-6 {
        grid-column:span 6
    }

    .small-span-7 {
        grid-column:span 7
    }

    .small-span-8 {
        grid-column:span 8
    }

    .small-span-9 {
        grid-column:span 9
    }

    .small-span-10 {
        grid-column:span 10
    }

    .small-span-11 {
        grid-column:span 11
    }

    .small-span-12 {
        grid-column:span 12
    }
}

@media only screen and (max-width: 320px) {
    .xsmall-span-0 {
        grid-column:span 0
    }

    .xsmall-span-1 {
        grid-column:span 1
    }

    .xsmall-span-2 {
        grid-column:span 2
    }

    .xsmall-span-3 {
        grid-column:span 3
    }

    .xsmall-span-4 {
        grid-column:span 4
    }

    .xsmall-span-5 {
        grid-column:span 5
    }

    .xsmall-span-6 {
        grid-column:span 6
    }

    .xsmall-span-7 {
        grid-column:span 7
    }

    .xsmall-span-8 {
        grid-column:span 8
    }

    .xsmall-span-9 {
        grid-column:span 9
    }

    .xsmall-span-10 {
        grid-column:span 10
    }

    .xsmall-span-11 {
        grid-column:span 11
    }

    .xsmall-span-12 {
        grid-column:span 12
    }
}

.icon::before, .icon::after, .more::before, .more::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.icon::before, .icon::after, .more::before, .more::after {
    text-decoration:none
}

.icon::before, .more::before {
    display:none
}

.icon-after::after, .more::after {
    padding-left: .3em;
    top:0
}

.icon-before::before {
    padding-right: .3em;
    display: inline-block;
    top:0
}

.icon-before::after {
    display:none
}



.more::before, .more::after {
    content: ""
}

.more-block {
    margin-top:.5em
}

.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
    display: inline;
    position:static
}

a.icon-wrapper {
    text-decoration:none
}

a.icon-wrapper:hover .icon-copy {
    text-decoration:underline
}

html[dir=rtl] .icon-external::before, html[dir=rtl] .icon-external::after {
    content: ""
}

html[dir=rtl] .icon-wrapper {
    unicode-bidi:bidi-override
}

html[dir=rtl] .icon-copy {
    unicode-bidi:embed
}

:lang(ar) .icon-question::before, :lang(ar) .icon-question::after {
    content: ""
}

:lang(ar) .icon-questioncircle::before, :lang(ar) .icon-questioncircle::after {
    content: ""
}

:lang(ar) .icon-questionsolid::before, :lang(ar) .icon-questionsolid::after {
    content: ""
}

body {
    min-width:320px
}

.large-hide {
    display:none
}

.large-show {
    display:block
}

.large-show-inline {
    display:inline
}

.large-show-inlineblock {
    display:inline-block
}

@media only screen and (min-width: 1441px) {
    .xlarge-hide {
        display:none
    }

    .xlarge-show {
        display:block
    }

    .xlarge-show-inline {
        display:inline
    }

    .xlarge-show-inlineblock {
        display:inline-block
    }
}

@media only screen and (max-width: 1068px) {
    .medium-hide {
        display:none
    }

    .medium-show {
        display:block
    }

    .medium-show-inline {
        display:inline
    }

    .medium-show-inlineblock {
        display:inline-block
    }
}

@media only screen and (max-width: 734px) {
    .small-hide {
        display:none
    }

    .small-show {
        display:block
    }

    .small-show-inline {
        display:inline
    }

    .small-show-inlineblock {
        display:inline-block
    }
}

@media only screen and (max-width: 320px) {
    .xsmall-hide {
        display:none
    }

    .xsmall-show {
        display:block
    }

    .xsmall-show-inline {
        display:inline
    }

    .xsmall-show-inlineblock {
        display:inline-block
    }
}

.viewport-content {
    margin-left: auto;
    margin-right: auto;
    width:980px
}

@media only screen and (min-width: 1441px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width:980px
    }
}

@media only screen and (max-width: 1068px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width:692px
    }
}

@media only screen and (max-width: 734px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

br.large {
    display:block
}

@media only screen and (max-width: 1068px) {
    br.large {
        display:none
    }
}

@media only screen and (max-width: 734px) {
    br.large {
        display:none
    }
}

br.medium {
    display:none
}

@media only screen and (max-width: 1068px) {
    br.medium {
        display:block
    }
}

@media only screen and (max-width: 734px) {
    br.medium {
        display:none
    }
}

br.small {
    display:none
}

@media only screen and (max-width: 1068px) {
    br.small {
        display:none
    }
}

@media only screen and (max-width: 734px) {
    br.small {
        display:block
    }
}

.badge {
    margin-right: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    min-width: 5em;
    position: relative;
    z-index: 1;
    color:#1d1d1f
}

.badge .badge-content {
    margin: 1em 0;
    padding-top: 4px;
    padding-bottom: 2px;
    position: relative;
    z-index:1
}

.badge .badge-value {
    left: -2px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index:1
}

.badge .badge-caption {
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index:1
}

.badge .badge-caption:first-child {
    top: auto;
    bottom:100%
}

.badge .badge-unit-plus, .badge .badge-unit-percent, .badge .badge-unit-currency {
    position: relative;
    z-index:1
}

.badge .badge-unit sup:not(.footnote-number) {
    top:-0.6em
}

.badge .badge-caption {
    color:#1d1d1f
}

.badge .badge-value {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.003em;
    font-family: inherit;
}


.badge .badge-caption {
    font-size: 14px;
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
}

.badge .badge-caption:lang(ar) {
    letter-spacing: 0em;
}

.badge .badge-caption:lang(ja) {
    line-height: 1.35718;
    letter-spacing: 0em;
}


.badge .badge-unit, .badge .badge-unit-plus, .badge .badge-unit-percent, .badge .badge-unit-currency {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .004em;
    font-family: inherit;
    font-weight:600
}

.badge .badge-unit:lang(ar), .badge .badge-unit-plus:lang(ar), .badge .badge-unit-percent:lang(ar), .badge .badge-unit-currency:lang(ar) {
}

.badge .badge-unit:lang(ja), .badge .badge-unit-plus:lang(ja), .badge .badge-unit-percent:lang(ja), .badge .badge-unit-currency:lang(ja) {
}

.badge .badge-unit:lang(ko), .badge .badge-unit-plus:lang(ko), .badge .badge-unit-percent:lang(ko), .badge .badge-unit-currency:lang(ko) {
}

.badge .badge-unit:lang(th), .badge .badge-unit-plus:lang(th), .badge .badge-unit-percent:lang(th), .badge .badge-unit-currency:lang(th) {
}

.badge .badge-unit:lang(zh-CN), .badge .badge-unit-plus:lang(zh-CN), .badge .badge-unit-percent:lang(zh-CN), .badge .badge-unit-currency:lang(zh-CN) {
}

.badge .badge-unit:lang(zh-HK), .badge .badge-unit-plus:lang(zh-HK), .badge .badge-unit-percent:lang(zh-HK), .badge .badge-unit-currency:lang(zh-HK) {
}

.badge .badge-unit:lang(zh-MO), .badge .badge-unit-plus:lang(zh-MO), .badge .badge-unit-percent:lang(zh-MO), .badge .badge-unit-currency:lang(zh-MO) {
}

.badge .badge-unit:lang(zh-TW), .badge .badge-unit-plus:lang(zh-TW), .badge .badge-unit-percent:lang(zh-TW), .badge .badge-unit-currency:lang(zh-TW) {
}

.badge .badge-unit-plus {
    top:-.25em
}

.badge .badge-unit-percent {
    top:-.37em
}

.badge .badge-unit-currency {
    top:-.375em
}

.badge.badge-stacked .badge-value {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .004em;
    font-family: inherit;
    font-weight:600
}

.badge.badge-stacked .badge-value:lang(ar) {
}

.badge.badge-stacked .badge-value:lang(ja) {
}

.badge.badge-stacked .badge-value:lang(ko) {
}

.badge.badge-stacked .badge-value:lang(th) {
}

.badge.badge-stacked .badge-value:lang(zh-CN) {
}

.badge.badge-stacked .badge-value:lang(zh-HK) {
}

.badge.badge-stacked .badge-value:lang(zh-MO) {
}

.badge.badge-stacked .badge-value:lang(zh-TW) {
}

.badge.badge-stacked .badge-content {
    padding-bottom:3px
}

.badge-stacked .badge-value {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .004em;
    font-family: inherit;
    font-weight:600
}

.badge-stacked .badge-value:lang(ar) {
}

.badge-stacked .badge-value:lang(ja) {
}

.badge-stacked .badge-value:lang(ko) {
}

.badge-stacked .badge-value:lang(th) {
}

.badge-stacked .badge-value:lang(zh-CN) {
}

.badge-stacked .badge-value:lang(zh-HK) {
}

.badge-stacked .badge-value:lang(zh-MO) {
}

.badge-stacked .badge-value:lang(zh-TW) {
}

.badge-stacked .badge-content {
    padding-bottom:3px
}

.badge-center {
    text-align:center
}

.badge-right {
    margin-right: 2em;
    text-align:right
}

@media only screen and (max-width: 1068px) {
    .badge-right {
        margin-right:1em
    }
}

.badge-right .badge-caption {
    margin-left:-.3em
}

.badge-super .badge-value {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.015em;
    font-family: inherit;
}

.badge-super .badge-value:lang(ar) {
    letter-spacing: 0em;
}

.badge-super .badge-value:lang(ja) {
    letter-spacing: 0em;
}

.badge-super .badge-value:lang(ko) {
    letter-spacing: 0em;
}

.badge-super .badge-value:lang(zh) {
    letter-spacing:0em
}

.badge-super .badge-value:lang(th) {
}

.badge-super .badge-value:lang(zh-CN) {
}

.badge-super .badge-value:lang(zh-HK) {
}

.badge-super .badge-value:lang(zh-MO) {
}

.badge-super .badge-value:lang(zh-TW) {
}

.badge-super .badge-caption {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
}

.badge-super .badge-caption:lang(ar) {
    letter-spacing: 0em;
}

.badge-super .badge-caption:lang(ja) {
    letter-spacing: 0em;
}

.badge-super .badge-caption:lang(ko) {
    line-height: 1.35296;
    letter-spacing: 0em;
}

.badge-super .badge-caption:lang(zh) {
    letter-spacing:0em
}

.badge-super .badge-caption:lang(th) {
    line-height: 1.35296;
    letter-spacing: 0em;
}

.badge-super .badge-caption:lang(zh-CN) {
}

.badge-super .badge-caption:lang(zh-HK) {
}

.badge-super .badge-caption:lang(zh-MO) {
}

.badge-super .badge-caption:lang(zh-TW) {
}

.badge-super .badge-unit, .badge-super .badge-unit-plus, .badge-super .badge-unit-percent, .badge-super .badge-unit-currency {
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: inherit;
    font-weight:600
}

.badge-super .badge-unit-plus {
    top:-.25em
}

.badge-super .badge-unit-percent {
    top:-.31em
}

.badge-super .badge-unit-currency {
    top:-.32em
}

.badge-super.badge-stacked .badge-value {
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: inherit;
    font-weight:600
}

.badge-super.badge-stacked .badge-content {
    padding-bottom:4px
}

.badge-elevated .badge-value {
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.009em;
    font-family: inherit;
}

.badge-elevated .badge-caption {
    font-size: 14px;
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: inherit;
}

.badge-elevated .badge-unit, .badge-elevated .badge-unit-plus, .badge-elevated .badge-unit-percent, .badge-elevated .badge-unit-currency {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: inherit;
    font-weight:600
}

.badge-elevated .badge-unit-plus {
    top:-.22em
}

.badge-elevated .badge-unit-percent {
    top:-.43em
}

.badge-elevated .badge-unit-currency {
    top:-.43em
}

.badge-elevated.badge-stacked .badge-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: inherit;
    font-weight:600
}

.badge-elevated.badge-stacked .badge-content {
    padding-bottom:4px
}

.badge-reduced .badge-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: inherit;
}

.badge-reduced .badge-caption {
    font-size: 14px;
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: inherit;
}

.badge-reduced .badge-unit, .badge-reduced .badge-unit-plus, .badge-reduced .badge-unit-percent, .badge-reduced .badge-unit-currency {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .007em;
    font-family: inherit;
    font-weight:600
}

.badge-reduced .badge-unit-plus {
    top:-.29em
}

.badge-reduced .badge-unit-percent {
    top:-.31em
}

.badge-reduced .badge-unit-currency {
    top:-.325em
}

.badge-reduced.badge-stacked .badge-value {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .007em;
    font-family: inherit;
    font-weight:600
}

.badge-reduced.badge-stacked .badge-content {
    padding-bottom:4px
}

.badge-tiny {
    min-width:2em
}

.badge-tiny .badge-value {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .007em;
    font-family: inherit;
}

.badge-tiny .badge-unit, .badge-tiny .badge-unit-plus, .badge-tiny .badge-unit-percent, .badge-tiny .badge-unit-currency {
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .012em;
    font-family: inherit;
    font-weight:600
}

.badge-tiny .badge-unit-plus {
    top:-.25em
}

.badge-tiny .badge-unit-percent {
    top:-.34em
}

.badge-tiny .badge-unit-currency {
    top:-.34em
}

.badge-tiny.badge-stacked .badge-value {
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .012em;
    font-family: inherit;
    font-weight:600
}

.badge-tiny.badge-stacked .badge-content {
    padding-bottom:3px
}

a.block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color:inherit
}

a.block::before, a.block::after {
    content: ' ';
    display:table
}

a.block::after {
    clear:both
}

a.block:hover {
    text-decoration:none
}

a.block:hover .block-link {
    text-decoration:underline
}

a.block .block-link {
    color:#06c
}

.block-link {
    cursor:pointer
}

a.block-inline {
    display:inline-block
}

.button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
   /*  white-space: nowrap; */
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: inherit;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 980px;
    background: #0071e3;
    color:#fff
}

.button:hover {
    text-decoration:none
}

/* 
.button:focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none
}

.button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    -webkit-box-shadow: none;
    box-shadow:none
}
 */

.button:active {
    outline:none
}

.button:disabled, .button.disabled {
    cursor:default
}

.button:lang(ar) {
    letter-spacing: 0em;
}

.button:lang(ja) {
    letter-spacing: 0em;
}

.button:lang(ko) {
    letter-spacing: 0em;
}

.button:lang(zh) {
    letter-spacing:0em
}

.button:lang(th) {
}

.button:lang(zh-CN) {
}

.button:lang(zh-HK) {
}

.button:lang(zh-MO) {
}

.button:lang(zh-TW) {
}

.button:hover {
    background:#0077ED
}

.button:active {
    background:#006EDB
}

.button:disabled, .button.disabled {
    background: #0071e3;
    color: #fff;
    opacity:.32
}

.button-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius:8px
}

.button-neutral {
    background: #1d1d1f;
    color:#fff
}

.button-neutral:hover {
    background:#272729
}

.button-neutral:active {
    background:#18181A
}

.button-neutral:disabled, .button-neutral.disabled {
    background: #1d1d1f;
    color: #fff;
    opacity:.32
}

.button-secondary {
    background: #e8e8ed;
    color:#000
}

.button-secondary:hover {
    background:#EBEBF0
}

.button-secondary:active {
    background:#E6E6EB
}

.button-secondary:disabled, .button-secondary.disabled {
    background: #e8e8ed;
    color: #000;
    opacity:.56
}

.button-secondary-alpha {
    background: rgba(0, 0, 0, 0.08);
    color:#000
}

.button-secondary-alpha:hover {
    background:rgba(0, 0, 0, 0.07)
}

.button-secondary-alpha:active {
    background:rgba(0, 0, 0, 0.09)
}

.button-secondary-alpha:disabled, .button-secondary-alpha.disabled {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    opacity:.56
}

.button-super {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: inherit;
    min-width: 28px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 18px;
    padding-bottom:18px
}

.button-super:lang(ar) {
    letter-spacing: 0em;
}

.button-super:lang(ja) {
    letter-spacing: 0em;
}

.button-super:lang(ko) {
    letter-spacing: 0em;
}

.button-super:lang(zh) {
    letter-spacing:0em
}

.button-super:lang(th) {
}

.button-super:lang(zh-CN) {
}

.button-super:lang(zh-HK) {
}

.button-super:lang(zh-MO) {
}

.button-super:lang(zh-TW) {
}

.button-super.button-block {
    border-radius:12px
}

.button-elevated {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: inherit;
    min-width: 26px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom:12px
}

.button-elevated:lang(ar) {
    letter-spacing: 0em;
}

.button-elevated:lang(ja) {
    letter-spacing: 0em;
}

.button-elevated:lang(ko) {
    letter-spacing: 0em;
}

.button-elevated:lang(zh) {
    letter-spacing:0em
}

.button-elevated:lang(th) {
}

.button-elevated:lang(zh-CN) {
}

.button-elevated:lang(zh-HK) {
}

.button-elevated:lang(zh-MO) {
}

.button-elevated:lang(zh-TW) {
}

.button-elevated.button-block {
    border-radius:10px
}

.button-reduced {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: inherit;
    min-width: 23px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom:4px
}

.button-reduced:lang(ar) {
    letter-spacing: 0em;
}

.button-reduced:lang(ja) {
    letter-spacing: 0em;
}

.button-reduced:lang(ko) {
    letter-spacing: 0em;
}

.button-reduced:lang(zh) {
    letter-spacing:0em
}

.button-reduced:lang(th) {
}

.button-reduced:lang(zh-CN) {
}

.button-reduced:lang(zh-HK) {
}

.button-reduced:lang(zh-MO) {
}

.button-reduced:lang(zh-TW) {
}

.button-reduced.button-block {
    border-radius:5px
}

.dotnav {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.dotnav ul {
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.dotnav li {
    list-style: none;
    margin: 0 7px;
    width: 8px;
    height: 8px;
    position:relative
}

.dotnav-item {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    outline: none;
    position: absolute;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0
}

.dotnav-item:focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none
}

.dotnav-item:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .dotnav-item:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    -webkit-box-shadow: none;
    box-shadow:none
}

.dotnav-item.current {
    cursor:default
}

.dotnav .dotnav-item {
    background-color:rgba(134, 134, 139, 0.4)
}

.dotnav .dotnav-item:hover {
    background-color:rgba(134, 134, 139, 0.6)
}

.dotnav .dotnav-item.current {
    background-color:#86868b
}

.paddlenav, .paddlenav ul {
    margin: 0;
    list-style:none
}

.paddlenav .paddlenav-arrow {
    display: block;
    font-style: normal;
    overflow: hidden;
    position: absolute;
    text-align: center;
    -webkit-transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
    transition:250ms background-color linear, 250ms color linear, 250ms opacity linear
}

.paddlenav .paddlenav-arrow-next, .paddlenav .paddlenav-arrow-previous {
    top:50%
}

.paddlenav .paddlenav-arrow-up, .paddlenav .paddlenav-arrow-down {
    left:50%
}

.paddlenav .paddlenav-arrow:hover {
    text-decoration:none
}

.paddlenav .paddlenav-arrow:focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none
}

.paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    -webkit-box-shadow: none;
    box-shadow:none
}

.paddlenav .paddlenav-arrow:disabled, .paddlenav .paddlenav-arrow.disabled {
    cursor: default;
    opacity: 0
}

.paddlenav .paddlenav-arrow:disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select), .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    opacity:0
}

html.touch .paddlenav .paddlenav-arrow:disabled, html.touch .paddlenav .paddlenav-arrow.disabled {
    opacity:0
}

.paddlenav .paddlenav-arrow {
    font-weight: 300;
    width: 5.29412rem;
    height: 5.29412rem;
    border-radius: 5.29412rem;
    font-size: 53px;
    line-height:5.29412rem
}

.paddlenav .paddlenav-arrow-next, .paddlenav .paddlenav-arrow-previous {
    margin-top:-2.64706rem
}

.paddlenav .paddlenav-arrow-up, .paddlenav .paddlenav-arrow-down {
    margin-left:-2.64706rem
}

.paddlenav .paddlenav-arrow-next::before, .paddlenav .paddlenav-arrow-next::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav .paddlenav-arrow-next::before, .paddlenav .paddlenav-arrow-next::after {
    text-decoration:none
}

.paddlenav .paddlenav-arrow-next::before {
    display:none
}

.paddlenav .paddlenav-arrow-next::before, .paddlenav .paddlenav-arrow-next::after {
    content: ""
}

.paddlenav .paddlenav-arrow-next::after {
    margin-right:-.056em
}

.paddlenav .paddlenav-arrow-previous::before, .paddlenav .paddlenav-arrow-previous::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav .paddlenav-arrow-previous::before, .paddlenav .paddlenav-arrow-previous::after {
    text-decoration:none
}

.paddlenav .paddlenav-arrow-previous::before {
    display:none
}

.paddlenav .paddlenav-arrow-previous::before, .paddlenav .paddlenav-arrow-previous::after {
    content: ""
}

.paddlenav .paddlenav-arrow-previous::after {
    margin-left:-.056em
}

.paddlenav .paddlenav-arrow-up::before, .paddlenav .paddlenav-arrow-up::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav .paddlenav-arrow-up::before, .paddlenav .paddlenav-arrow-up::after {
    text-decoration:none
}

.paddlenav .paddlenav-arrow-up::before {
    display:none
}

.paddlenav .paddlenav-arrow-up::before, .paddlenav .paddlenav-arrow-up::after {
    content: ""
}

.paddlenav .paddlenav-arrow-down::before, .paddlenav .paddlenav-arrow-down::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav .paddlenav-arrow-down::before, .paddlenav .paddlenav-arrow-down::after {
    text-decoration:none
}

.paddlenav .paddlenav-arrow-down::before {
    display:none
}

.paddlenav .paddlenav-arrow-down::before, .paddlenav .paddlenav-arrow-down::after {
    content: ""
}

.paddlenav .paddlenav-arrow {
    background-color: rgba(0, 0, 0, 0);
    color:rgba(134, 134, 139, 0.8)
}

.paddlenav .paddlenav-arrow:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#86868b
}

.paddlenav .paddlenav-arrow:active {
    background-color: rgba(0, 0, 0, 0);
    color: #86868b
}

.paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover, .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
    background-color: rgba(0, 0, 0, 0);
    color: #86868b
}

.paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active, .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
    background-color: rgba(0, 0, 0, 0);
    color:#86868b
}

.paddlenav .paddlenav-arrow-next {
    right:18px
}

.paddlenav .paddlenav-arrow-previous {
    left:18px
}

.paddlenav .paddlenav-arrow-up {
    top:18px
}

.paddlenav .paddlenav-arrow-down {
    bottom:18px
}

@media only screen and (max-width: 734px) {
    .paddlenav .paddlenav-arrow {
        font-weight: 300;
        width: 3.05882rem;
        height: 3.05882rem;
        border-radius: 3.05882rem;
        font-size: 53px;
        line-height:3.05882rem
    }

    .paddlenav .paddlenav-arrow-next, .paddlenav .paddlenav-arrow-previous {
        margin-top:-1.52941rem
    }

    .paddlenav .paddlenav-arrow-up, .paddlenav .paddlenav-arrow-down {
        margin-left:-1.52941rem
    }

    .paddlenav .paddlenav-arrow-next::before, .paddlenav .paddlenav-arrow-next::after {
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: ''
    }

    .paddlenav .paddlenav-arrow-next::before, .paddlenav .paddlenav-arrow-next::after {
        text-decoration:none
    }

    .paddlenav .paddlenav-arrow-next::before {
        display:none
    }

    .paddlenav .paddlenav-arrow-next::before, .paddlenav .paddlenav-arrow-next::after {
        content: ""
    }

    .paddlenav .paddlenav-arrow-next::after {
        margin-right:-.044em
    }

    .paddlenav .paddlenav-arrow-previous::before, .paddlenav .paddlenav-arrow-previous::after {
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: ''
    }

    .paddlenav .paddlenav-arrow-previous::before, .paddlenav .paddlenav-arrow-previous::after {
        text-decoration:none
    }

    .paddlenav .paddlenav-arrow-previous::before {
        display:none
    }

    .paddlenav .paddlenav-arrow-previous::before, .paddlenav .paddlenav-arrow-previous::after {
        content: ""
    }

    .paddlenav .paddlenav-arrow-previous::after {
        margin-left:-.044em
    }

    .paddlenav .paddlenav-arrow-up::before, .paddlenav .paddlenav-arrow-up::after {
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: ''
    }

    .paddlenav .paddlenav-arrow-up::before, .paddlenav .paddlenav-arrow-up::after {
        text-decoration:none
    }

    .paddlenav .paddlenav-arrow-up::before {
        display:none
    }

    .paddlenav .paddlenav-arrow-up::before, .paddlenav .paddlenav-arrow-up::after {
        content: ""
    }

    .paddlenav .paddlenav-arrow-down::before, .paddlenav .paddlenav-arrow-down::after {
        color: inherit;
        display: inline-block;
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: underline;
        position: relative;
        z-index: 1;
        alt: ''
    }

    .paddlenav .paddlenav-arrow-down::before, .paddlenav .paddlenav-arrow-down::after {
        text-decoration:none
    }

    .paddlenav .paddlenav-arrow-down::before {
        display:none
    }

    .paddlenav .paddlenav-arrow-down::before, .paddlenav .paddlenav-arrow-down::after {
        content: ""
    }
}

.paddlenav-compact .paddlenav-arrow {
    font-weight: 300;
    width: 3.05882rem;
    height: 3.05882rem;
    border-radius: 3.05882rem;
    font-size: 53px;
    line-height:3.05882rem
}

.paddlenav-compact .paddlenav-arrow-next, .paddlenav-compact .paddlenav-arrow-previous {
    margin-top:-1.52941rem
}

.paddlenav-compact .paddlenav-arrow-up, .paddlenav-compact .paddlenav-arrow-down {
    margin-left:-1.52941rem
}

.paddlenav-compact .paddlenav-arrow-next::before, .paddlenav-compact .paddlenav-arrow-next::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav-compact .paddlenav-arrow-next::before, .paddlenav-compact .paddlenav-arrow-next::after {
    text-decoration:none
}

.paddlenav-compact .paddlenav-arrow-next::before {
    display:none
}

.paddlenav-compact .paddlenav-arrow-next::before, .paddlenav-compact .paddlenav-arrow-next::after {
    content: ""
}

.paddlenav-compact .paddlenav-arrow-next::after {
    margin-right:-.044em
}

.paddlenav-compact .paddlenav-arrow-previous::before, .paddlenav-compact .paddlenav-arrow-previous::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav-compact .paddlenav-arrow-previous::before, .paddlenav-compact .paddlenav-arrow-previous::after {
    text-decoration:none
}

.paddlenav-compact .paddlenav-arrow-previous::before {
    display:none
}

.paddlenav-compact .paddlenav-arrow-previous::before, .paddlenav-compact .paddlenav-arrow-previous::after {
    content: ""
}

.paddlenav-compact .paddlenav-arrow-previous::after {
    margin-left:-.044em
}

.paddlenav-compact .paddlenav-arrow-up::before, .paddlenav-compact .paddlenav-arrow-up::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav-compact .paddlenav-arrow-up::before, .paddlenav-compact .paddlenav-arrow-up::after {
    text-decoration:none
}

.paddlenav-compact .paddlenav-arrow-up::before {
    display:none
}

.paddlenav-compact .paddlenav-arrow-up::before, .paddlenav-compact .paddlenav-arrow-up::after {
    content: ""
}

.paddlenav-compact .paddlenav-arrow-down::before, .paddlenav-compact .paddlenav-arrow-down::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.paddlenav-compact .paddlenav-arrow-down::before, .paddlenav-compact .paddlenav-arrow-down::after {
    text-decoration:none
}

.paddlenav-compact .paddlenav-arrow-down::before {
    display:none
}

.paddlenav-compact .paddlenav-arrow-down::before, .paddlenav-compact .paddlenav-arrow-down::after {
    content: ""
}

.paddlenav-framed .paddlenav-arrow {
    background-color: rgba(210, 210, 215, 0.2);
    color:rgba(134, 134, 139, 0.8)
}

.paddlenav-framed .paddlenav-arrow:hover {
    background-color: rgba(210, 210, 215, 0.28);
    color:#86868b
}

.paddlenav-framed .paddlenav-arrow:active {
    background-color: rgba(210, 210, 215, 0.36);
    color: #86868b
}

.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover, .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
    background-color: rgba(210, 210, 215, 0.28);
    color: #86868b
}

.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active, .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
    background-color: rgba(210, 210, 215, 0.36);
    color:#86868b
}

.paddlenav-framed .paddlenav-arrow-next {
    right:18px
}

.paddlenav-framed .paddlenav-arrow-previous {
    left:18px
}

.paddlenav-framed .paddlenav-arrow-up {
    top:18px
}

.paddlenav-framed .paddlenav-arrow-down {
    bottom:18px
}

.with-paddlenav {
    position:relative
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow {
    opacity: 0;
    -webkit-transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
    transition:250ms background-color linear, 250ms color linear, 250ms opacity linear
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus {
    opacity:1
}

html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow {
    opacity:1
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:disabled, html.no-touch .with-paddlenav-onhover .paddlenav-arrow.disabled {
    opacity:0
}

.with-paddlenav-visuallyhidden .paddlenav-arrow {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path:inset(0px 0px 99.9% 99.9%)
}

.with-paddlenav-visuallyhidden .paddlenav-arrow:focus, .with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
    clip: auto;
    -webkit-clip-path: none;
    clip-path:none
}

.quote {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: inherit;
}

.quote:lang(ja) {
    line-height: 1.275;
}

.quote:lang(ko) {
    line-height: 1.325;
}

.quote:lang(th) {
    line-height: 1.35;
}

.quote:lang(ar) {
}

.quote:lang(zh-CN) {
}

.quote:lang(zh-HK) {
}

.quote:lang(zh-MO) {
}

.quote:lang(zh-TW) {
}

@media only screen and (max-width: 1068px) {
    .quote {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: .004em;
        font-family: inherit;
    }

    .quote:lang(ja) {
        line-height: 1.34375;
    }

    .quote:lang(ko) {
        line-height: 1.375;
    }

    .quote:lang(th) {
        line-height: 1.375;
    }

    .quote:lang(ar) {
    }

    .quote:lang(zh-CN) {
    }

    .quote:lang(zh-HK) {
    }

    .quote:lang(zh-MO) {
    }

    .quote:lang(zh-TW) {
    }
}

@media only screen and (max-width: 734px) {
    .quote {
        font-size: 28px;
        line-height: 1.28583;
        font-weight: 400;
        letter-spacing: .007em;
        font-family: inherit;
    }

    .quote:lang(ko) {
        line-height: 1.39286;
    }

    .quote:lang(th) {
        line-height: 1.39286;
    }

    .quote:lang(ar) {
    }

    .quote:lang(ja) {
    }

    .quote:lang(zh-CN) {
    }

    .quote:lang(zh-HK) {
    }

    .quote:lang(zh-MO) {
    }

    .quote:lang(zh-TW) {
    }
}

.quote .quote-copy {
    color:#1d1d1f
}

.quote .quote-credit, .quote .quote-subcredit {
    color:#1d1d1f
}

.quote-copy > ::before, .quote-copy > ::after {
    display: inline-block;
    width:2em
}

.quote-copy > ::before {
    margin-left: -2em;
    text-align: right;
    content:open-quote
}

.quote-copy > ::after {
    margin-right: -2em;
    text-align: left;
    visibility: hidden;
    content:close-quote
}

.quote-copy > :last-child {
    margin-bottom:0
}

.quote-copy > :last-child::after {
    visibility:visible
}

.quote-copy > :not(:first-child) {
    margin-top:0.5em
}

.quote-credit {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: inherit;
    font-weight: 600;
    display:block
}

.quote-credit:lang(ar) {
    letter-spacing: 0em;
}

.quote-credit:lang(ja) {
    letter-spacing: 0em;
}

.quote-credit:lang(ko) {
    line-height: 1.35296;
    letter-spacing: 0em;
}

.quote-credit:lang(zh) {
    letter-spacing:0em
}

.quote-credit:lang(th) {
    line-height: 1.35296;
    letter-spacing: 0em;
}

.quote-credit:lang(zh-CN) {
}

.quote-credit:lang(zh-HK) {
}

.quote-credit:lang(zh-MO) {
}

.quote-credit:lang(zh-TW) {
}

.quote-credit:first-of-type {
    margin-top:1.6em
}

.quote-subcredit {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: inherit;
    font-weight: 400;
    display:block
}

.quote-subcredit:lang(ar) {
    letter-spacing: 0em;
}

.quote-subcredit:lang(ja) {
    letter-spacing: 0em;
}

.quote-subcredit:lang(ko) {
    line-height: 1.35296;
    letter-spacing: 0em;
}

.quote-subcredit:lang(zh) {
    letter-spacing:0em
}

.quote-subcredit:lang(th) {
    line-height: 1.35296;
    letter-spacing: 0em;
}

.quote-subcredit:lang(zh-CN) {
}

.quote-subcredit:lang(zh-HK) {
}

.quote-subcredit:lang(zh-MO) {
}

.quote-subcredit:lang(zh-TW) {
}

.quote-subcredit:first-of-type {
    margin-top:1.6em
}

.quote-reduced {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: .004em;
    font-family: inherit;
}

.quote-reduced:lang(ja) {
    line-height: 1.34375;
}

.quote-reduced:lang(ko) {
    line-height: 1.375;
}

.quote-reduced:lang(th) {
    line-height: 1.375;
}

.quote-reduced:lang(ar) {
}

.quote-reduced:lang(zh-CN) {
}

.quote-reduced:lang(zh-HK) {
}

.quote-reduced:lang(zh-MO) {
}

.quote-reduced:lang(zh-TW) {
}

@media only screen and (max-width: 1068px) {
    .quote-reduced {
        font-size: 28px;
        line-height: 1.28583;
        font-weight: 400;
        letter-spacing: .007em;
        font-family: inherit;
    }

    .quote-reduced:lang(ko) {
        line-height: 1.39286;
    }

    .quote-reduced:lang(th) {
        line-height: 1.39286;
    }

    .quote-reduced:lang(ar) {
    }

    .quote-reduced:lang(ja) {
    }

    .quote-reduced:lang(zh-CN) {
    }

    .quote-reduced:lang(zh-HK) {
    }

    .quote-reduced:lang(zh-MO) {
    }

    .quote-reduced:lang(zh-TW) {
    }
}

@media only screen and (max-width: 734px) {
    .quote-reduced {
        font-size: 24px;
        line-height: 1.33341;
        font-weight: 400;
        letter-spacing: .009em;
        font-family: inherit;
    }

    .quote-reduced:lang(ja) {
        line-height: 1.41667;
    }

    .quote-reduced:lang(ko) {
        line-height: 1.45841;
    }

    .quote-reduced:lang(th) {
        line-height: 1.375;
    }

    .quote-reduced:lang(ar) {
    }

    .quote-reduced:lang(zh-CN) {
    }

    .quote-reduced:lang(zh-HK) {
    }

    .quote-reduced:lang(zh-MO) {
    }

    .quote-reduced:lang(zh-TW) {
    }
}

.quote-reduced .quote-credit {
    display:block
}

.quote-reduced .quote-credit:first-of-type {
    margin-top:1.2em
}

.quote-reduced .quote-subcredit {
    display:block
}

.quote-reduced .quote-subcredit:first-of-type {
    margin-top:1.2em
}

.sosumi {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: inherit;
    color:#86868b
}

.sosumi:lang(ar) {
    letter-spacing: 0em;
}

.sosumi:lang(ja) {
    line-height: 1.41667;
    letter-spacing: 0em;
}

.sosumi:lang(ko) {
    line-height: 1.41667;
    letter-spacing: 0em;
}

.sosumi:lang(zh) {
    letter-spacing:0em
}

.sosumi:lang(th) {
    line-height: 1.33337;
    letter-spacing: 0em;
}

.sosumi:lang(zh-CN) {
}

.sosumi:lang(zh-HK) {
}

.sosumi:lang(zh-MO) {
}

.sosumi:lang(zh-TW) {
}

.sosumi * {
    margin: 0;
    padding:0
}

.sosumi ul {
    list-style:none
}

.sosumi ol {
    list-style: decimal outside;
    padding-left: 1.33333em;
    padding-right:1.33333em
}

.sosumi li, .sosumi p {
    padding-bottom:.8em
}

.sosumi small {
    font-size:1em
}

.sosumi > :last-child {
    margin-bottom:-.8em
}

.sosumi a {
    color:#515154
}

.thumbnail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    z-index:1
}

.thumbnail:focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none
}

.thumbnail:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .thumbnail:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    -webkit-box-shadow: none;
    box-shadow:none
}

.thumbnail, .thumbnail-image {
    background-position: center;
    background-size:cover
}

.thumbnail-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    position:absolute
}

.thumbnail-scrim {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: 500ms background-color cubic-bezier(0.4, 0, 0.6, 1);
    transition:500ms background-color cubic-bezier(0.4, 0, 0.6, 1)
}

a:hover .thumbnail .thumbnail-copy, .thumbnail:hover .thumbnail-copy {
    text-decoration:underline
}

.thumbnail .thumbnail-scrim {
    background:rgba(0, 0, 0, 0.16)
}

.thumbnail .thumbnail-button {
    color:rgba(255, 255, 255, 0.8)
}

.thumbnail .thumbnail-copy {
    color:#fff
}

a:hover .thumbnail .thumbnail-scrim, .thumbnail:hover .thumbnail-scrim {
    background:rgba(0, 0, 0, 0.32)
}

a:hover .thumbnail .thumbnail-button, .thumbnail:hover .thumbnail-button {
    color:#fff
}

a:hover .thumbnail .thumbnail-copy, .thumbnail:hover .thumbnail-copy {
    color:#fff
}

.thumbnail .thumbnail-button {
    font-size:94px
}

.thumbnail .thumbnail-copy {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: inherit;
}

.thumbnail .thumbnail-copy:lang(ja) {
    line-height: 1.21875;
}

.thumbnail .thumbnail-copy:lang(ko) {
    line-height: 1.21875;
}

.thumbnail .thumbnail-copy:lang(th) {
    line-height: 1.375;
}

.thumbnail .thumbnail-copy:lang(ar) {
}

.thumbnail .thumbnail-copy:lang(zh-CN) {
}

.thumbnail .thumbnail-copy:lang(zh-HK) {
}

.thumbnail .thumbnail-copy:lang(zh-MO) {
}

.thumbnail .thumbnail-copy:lang(zh-TW) {
}

@media only screen and (max-width: 1068px) {
    .thumbnail .thumbnail-copy {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
        font-family: inherit;
    }

    .thumbnail .thumbnail-copy:lang(ko) {
        line-height: 1.25;
    }

    .thumbnail .thumbnail-copy:lang(th) {
        line-height: 1.39286;
    }

    .thumbnail .thumbnail-copy:lang(ar) {
    }

    .thumbnail .thumbnail-copy:lang(ja) {
    }

    .thumbnail .thumbnail-copy:lang(zh-CN) {
    }

    .thumbnail .thumbnail-copy:lang(zh-HK) {
    }

    .thumbnail .thumbnail-copy:lang(zh-MO) {
    }

    .thumbnail .thumbnail-copy:lang(zh-TW) {
    }
}

@media only screen and (max-width: 734px) {
    .thumbnail .thumbnail-copy {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: inherit;
    }

    .thumbnail .thumbnail-copy:lang(ja) {
        line-height: 1.25;
    }

    .thumbnail .thumbnail-copy:lang(ko) {
        line-height: 1.29167;
    }

    .thumbnail .thumbnail-copy:lang(th) {
        line-height: 1.375;
    }

    .thumbnail .thumbnail-copy:lang(ar) {
    }

    .thumbnail .thumbnail-copy:lang(zh-CN) {
    }

    .thumbnail .thumbnail-copy:lang(zh-HK) {
    }

    .thumbnail .thumbnail-copy:lang(zh-MO) {
    }

    .thumbnail .thumbnail-copy:lang(zh-TW) {
    }
}

.thumbnail-rounded {
    border-radius:18px
}

.thumbnail-button {
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 500ms color ease;
    transition:500ms color ease
}

.thumbnail-button::before, .thumbnail-button::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.thumbnail-button::before, .thumbnail-button::after {
    text-decoration:none
}

.thumbnail-button::before {
    display:none
}

.thumbnail-button::before, .thumbnail-button::after {
    content: ""
}

.thumbnail-button::after {
    height:100%
}

.thumbnail-button:focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none
}

.thumbnail-button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .thumbnail-button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    -webkit-box-shadow: none;
    box-shadow:none
}

.thumbnail-copy {
    position:relative
}

.thumbnail-copy::before, .thumbnail-copy::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.thumbnail-copy::before, .thumbnail-copy::after {
    text-decoration:none
}

.thumbnail-copy::before {
    display:none
}

.thumbnail-copy::before, .thumbnail-copy::after {
    content: ""
}

.thumbnail-copy::after {
    padding-left: .3em;
    top:0
}

.thumbnail-fullsize .thumbnail-button {
    font-size:94px
}

.thumbnail-fullsize .thumbnail-copy {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: inherit;
}

.thumbnail-fullsize .thumbnail-copy:lang(ja) {
    line-height: 1.21875;
}

.thumbnail-fullsize .thumbnail-copy:lang(ko) {
    line-height: 1.21875;
}

.thumbnail-fullsize .thumbnail-copy:lang(th) {
    line-height: 1.375;
}

.thumbnail-fullsize .thumbnail-copy:lang(ar) {
}

.thumbnail-fullsize .thumbnail-copy:lang(zh-CN) {
}

.thumbnail-fullsize .thumbnail-copy:lang(zh-HK) {
}

.thumbnail-fullsize .thumbnail-copy:lang(zh-MO) {
}

.thumbnail-fullsize .thumbnail-copy:lang(zh-TW) {
}

@media only screen and (max-width: 1068px) {
    .thumbnail-fullsize .thumbnail-copy {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
        font-family: inherit;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(ko) {
        line-height: 1.25;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(th) {
        line-height: 1.39286;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(ar) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(ja) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-CN) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-HK) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-MO) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-TW) {
    }
}

@media only screen and (max-width: 734px) {
    .thumbnail-fullsize .thumbnail-copy {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: inherit;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(ja) {
        line-height: 1.25;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(ko) {
        line-height: 1.29167;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(th) {
        line-height: 1.375;
    }

    .thumbnail-fullsize .thumbnail-copy:lang(ar) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-CN) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-HK) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-MO) {
    }

    .thumbnail-fullsize .thumbnail-copy:lang(zh-TW) {
    }
}

.thumbnail-fullsize.thumbnail-rounded {
    border-radius:18px
}

.thumbnail-compact .thumbnail-button {
    font-size:58px
}

.thumbnail-compact .thumbnail-copy {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: inherit;
}

.thumbnail-compact .thumbnail-copy:lang(ja) {
    line-height: 1.25;
}

.thumbnail-compact .thumbnail-copy:lang(ko) {
    line-height: 1.29167;
}

.thumbnail-compact .thumbnail-copy:lang(th) {
    line-height: 1.375;
}

.thumbnail-compact .thumbnail-copy:lang(ar) {
}

.thumbnail-compact .thumbnail-copy:lang(zh-CN) {
}

.thumbnail-compact .thumbnail-copy:lang(zh-HK) {
}

.thumbnail-compact .thumbnail-copy:lang(zh-MO) {
}

.thumbnail-compact .thumbnail-copy:lang(zh-TW) {
}

@media only screen and (max-width: 1068px) {
    .thumbnail-compact .thumbnail-copy {
        font-size: 21px;
        line-height: 1.19048;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: inherit;
    }

    .thumbnail-compact .thumbnail-copy:lang(ja) {
        line-height: 1.2381;
    }

    .thumbnail-compact .thumbnail-copy:lang(ko) {
        line-height: 1.2858;
    }

    .thumbnail-compact .thumbnail-copy:lang(th) {
        line-height: 1.381;
    }

    .thumbnail-compact .thumbnail-copy:lang(ar) {
    }

    .thumbnail-compact .thumbnail-copy:lang(zh-CN) {
    }

    .thumbnail-compact .thumbnail-copy:lang(zh-HK) {
    }

    .thumbnail-compact .thumbnail-copy:lang(zh-MO) {
    }

    .thumbnail-compact .thumbnail-copy:lang(zh-TW) {
    }
}

.thumbnail-compact.thumbnail-rounded {
    border-radius:15px
}

.thumbnail-tiny .thumbnail-button {
    font-size:36px
}

.thumbnail-tiny .thumbnail-copy {
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 600;
    letter-spacing: .012em;
    font-family: inherit;
}

.thumbnail-tiny .thumbnail-copy:lang(ja) {
    line-height: 1.26316;
}

.thumbnail-tiny .thumbnail-copy:lang(ko) {
    line-height: 1.31579;
}

.thumbnail-tiny .thumbnail-copy:lang(th) {
    line-height: 1.36844;
}

.thumbnail-tiny .thumbnail-copy:lang(ar) {
}

.thumbnail-tiny .thumbnail-copy:lang(zh-CN) {
}

.thumbnail-tiny .thumbnail-copy:lang(zh-HK) {
}

.thumbnail-tiny .thumbnail-copy:lang(zh-MO) {
}

.thumbnail-tiny .thumbnail-copy:lang(zh-TW) {
}

.thumbnail-tiny.thumbnail-rounded {
    border-radius:10px
}

.violator {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid;
    background: rgba(0, 0, 0, 0);
    border-color: #bf4800;
    color: #bf4800;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: inherit;
    border-radius: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom:7px
}

.violator:lang(ar) {
    letter-spacing: 0em;
}

.violator:lang(ja) {
    letter-spacing: 0em;
}

.violator:lang(ko) {
    letter-spacing: 0em;
}

.violator:lang(zh) {
    letter-spacing:0em
}

.violator:lang(th) {
}

.violator:lang(zh-CN) {
}

.violator:lang(zh-HK) {
}

.violator:lang(zh-MO) {
}

.violator:lang(zh-TW) {
}

.violator-inline {
    margin-left: 10px;
    display:inline-block
}

.violator-secondary {
    background: rgba(0, 0, 0, 0);
    border-color: #6e6e73;
    color:#6e6e73
}

.violator-reduced {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: inherit;
    border-radius: 12px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 3px;
    padding-bottom:3px
}

.violator-reduced:lang(ar) {
    letter-spacing: 0em;
}

.violator-reduced:lang(ja) {
    letter-spacing: 0em;
}

.violator-reduced:lang(ko) {
    letter-spacing: 0em;
}

.violator-reduced:lang(zh) {
    letter-spacing:0em
}

.violator-reduced:lang(th) {
}

.violator-reduced:lang(zh-CN) {
}

.violator-reduced:lang(zh-HK) {
}

.violator-reduced:lang(zh-MO) {
}

.violator-reduced:lang(zh-TW) {
}

.violator-reduced.violator-inline {
    margin-left: 6px;
    display:inline-block
}

.violator-frameless {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    display: block;
    color:#bf4800
}

.violator-frameless-inline {
    margin-left: 10px;
    display:inline-block
}

.violator-frameless.violator-frameless-reduced {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: inherit;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display:block
}

.violator-frameless.violator-frameless-reduced:lang(ar) {
    letter-spacing: 0em;
}

.violator-frameless.violator-frameless-reduced:lang(ja) {
    letter-spacing: 0em;
}

.violator-frameless.violator-frameless-reduced:lang(ko) {
    letter-spacing: 0em;
}

.violator-frameless.violator-frameless-reduced:lang(zh) {
    letter-spacing:0em
}

.violator-frameless.violator-frameless-reduced:lang(th) {
}

.violator-frameless.violator-frameless-reduced:lang(zh-CN) {
}

.violator-frameless.violator-frameless-reduced:lang(zh-HK) {
}

.violator-frameless.violator-frameless-reduced:lang(zh-MO) {
}

.violator-frameless.violator-frameless-reduced:lang(zh-TW) {
}

.violator-frameless.violator-frameless-reduced.violator-frameless-inline {
    margin-left: 6px;
    display:inline-block
}

.theme-dark {
    background-color: #000;
    color:#f5f5f7
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
    color:#f5f5f7
}

.theme-dark a, .theme-dark .link {
    color:#2997ff
}

.theme-dark .footnote a {
    color:inherit
}

.theme-dark .footnote a:hover {
    color:#2997ff
}

.theme-dark .badge {
    color:#f5f5f7
}

.theme-dark .badge .badge-caption {
    color:#f5f5f7
}

.theme-dark a.block {
    color:inherit
}

.theme-dark a.block .block-link {
    color:#2997ff
}

.theme-dark .button {
    background: #0071e3;
    color:#fff
}

.theme-dark .button:hover {
    background:#0077ED
}

.theme-dark .button:active {
    background:#006EDB
}

.theme-dark .button:disabled, .theme-dark .button.disabled {
    background: #0071e3;
    color: #fff;
    opacity:.32
}

.theme-dark .button-neutral {
    background: #f5f5f7;
    color:#000
}

.theme-dark .button-neutral:hover {
    background:#fff
}

.theme-dark .button-neutral:active {
    background:#EDEDF2
}

.theme-dark .button-neutral:disabled, .theme-dark .button-neutral.disabled {
    background: #f5f5f7;
    color: #000;
    opacity:.32
}

.theme-dark .button-secondary {
    background: #333336;
    color:#fff
}

.theme-dark .button-secondary:hover {
    background:#353538
}

.theme-dark .button-secondary:active {
    background:#303033
}

.theme-dark .button-secondary:disabled, .theme-dark .button-secondary.disabled {
    background: #333336;
    color: #fff;
    opacity:.56
}

.theme-dark .button-secondary-alpha {
    background: rgba(255, 255, 255, 0.2);
    color:#fff
}

.theme-dark .button-secondary-alpha:hover {
    background:rgba(255, 255, 255, 0.21)
}

.theme-dark .button-secondary-alpha:active {
    background:rgba(255, 255, 255, 0.19)
}

.theme-dark .button-secondary-alpha:disabled, .theme-dark .button-secondary-alpha.disabled {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    opacity:.56
}

.theme-dark .dotnav .dotnav-item {
    background-color:rgba(134, 134, 139, 0.4)
}

.theme-dark .dotnav .dotnav-item:hover {
    background-color:rgba(134, 134, 139, 0.6)
}

.theme-dark .dotnav .dotnav-item.current {
    background-color:#86868b
}

.theme-dark .nextrouter {
    background-color:#1d1d1f
}

.theme-dark .nextrouter .nextrouter-label {
    color:#f5f5f7
}

.theme-dark .nextrouter .nextrouter-link {
    color:#2997ff
}

.theme-dark .paddlenav .paddlenav-arrow {
    background-color: rgba(0, 0, 0, 0);
    color:rgba(134, 134, 139, 0.8)
}

.theme-dark .paddlenav .paddlenav-arrow:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#86868b
}

.theme-dark .paddlenav .paddlenav-arrow:active {
    background-color: rgba(0, 0, 0, 0);
    color: #86868b
}

.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover, .theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
    background-color: rgba(0, 0, 0, 0);
    color: #86868b
}

.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active, .theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
    background-color: rgba(0, 0, 0, 0);
    color:#86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow {
    background-color: rgba(210, 210, 215, 0.2);
    color:rgba(134, 134, 139, 0.8)
}

.theme-dark .paddlenav-framed .paddlenav-arrow:hover {
    background-color: rgba(210, 210, 215, 0.28);
    color:#86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow:active {
    background-color: rgba(210, 210, 215, 0.36);
    color: #86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover, .theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
    background-color: rgba(210, 210, 215, 0.28);
    color: #86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active, .theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
    background-color: rgba(210, 210, 215, 0.36);
    color:#86868b
}

.theme-dark .quote .quote-copy {
    color:#f5f5f7
}

.theme-dark .quote .quote-credit, .theme-dark .quote .quote-subcredit {
    color:#f5f5f7
}

.theme-dark .sosumi {
    color:#6e6e73
}

.theme-dark .sosumi a {
    color:#a1a1a6
}

.theme-dark .violator {
    background: rgba(0, 0, 0, 0);
    border-color: #f56300;
    color:#f56300
}

.theme-dark .violator-frameless {
    background: rgba(0, 0, 0, 0);
    border-color: #f56300;
    color:#f56300
}

.theme-dark .violator-secondary {
    background: rgba(0, 0, 0, 0);
    border-color: #86868b;
    color:#86868b
}

.has-modal {
    overflow:hidden
}

.has-modal-full-viewport {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow:hidden
}

.has-modal-full-viewport body {
    height: 100%;
    overflow:hidden
}

.modal {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display:none
}

.modal-standard {
    overflow: auto;
    padding: 54px 0;
    background: rgba(0, 0, 0, 0.48);
    -webkit-overflow-scrolling:touch
}

.modal-standard .content-table {
    display: table;
    width: 100%;
    height:100%
}

.modal-standard .content-cell {
    display: table-cell;
    vertical-align:middle
}

.modal-standard .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width:980px
}

@media only screen and (min-width: 1441px) {
    .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width:980px
    }
}

@media only screen and (max-width: 1068px) {
    .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width:692px
    }
}

@media only screen and (max-width: 734px) {
    .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

.modal-standard .content-padding {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding: 80px 8.33333%;
    background: #fff;
    border-radius:18px
}

@media only screen and (max-width: 734px) {
    .modal-standard .content-padding {
        padding-top: 60px;
        padding-bottom:60px
    }
}

@media only screen and (max-width: 734px) {
    .modal-standard .modal-close {
        left:22px
    }
}

.theme-dark .modal-standard .content-padding, .modal-standard.theme-dark .content-padding {
    background:#1d1d1f
}

.modal-full-viewport {
    background: #fff;
    padding:96px 0
}

@media only screen and (max-width: 1068px) {
    .modal-full-viewport {
        padding:80px 0
    }
}

.modal-full-viewport.remove-container-padding {
    padding:0
}

.theme-dark .modal-full-viewport, .modal-full-viewport.theme-dark {
    background:#000
}

.modal-open {
    display: block;
    z-index:11000
}

.modal-open:focus {
    outline-offset:-4px
}

.modal-close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    background: none;
    border: 0;
    color:rgba(134, 134, 139, 0.8)
}

.modal-close::before, .modal-close::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.modal-close::before, .modal-close::after {
    text-decoration:none
}

.modal-close::before {
    display:none
}

.modal-close::before, .modal-close::after {
    content: ""
}

.modal-close:hover {
    color:#86868b
}

.theme-dark .modal-close {
    color:rgba(110, 110, 115, 0.8)
}

.theme-dark .modal-close:hover {
    color:#6e6e73
}

.modal-close::after {
    width: .9em;
    height: .9em;
    top: .05em;
    padding: 0;
    font-weight:300
}

@media only screen and (max-width: 1068px) {
    .modal-close {
        top: 20px;
        left: 20px;
        font-size:32px
    }
}

.typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-super {
        font-size: 64px;
        line-height: 1.0625;
        font-weight: 600;
        letter-spacing: -.009em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-super {
        font-size: 48px;
        line-height: 1.08349;
        font-weight: 600;
        letter-spacing: -.003em;
    }
}

.typography-headline-elevated {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-elevated {
        font-size: 48px;
        line-height: 1.08349;
        font-weight: 600;
        letter-spacing: -.003em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-elevated {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
    }
}

.typography-headline-elevated-small {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-elevated-small {
        font-size: 48px;
        line-height: 1.08349;
        font-weight: 600;
        letter-spacing: -.003em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-elevated-small {
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .004em;
    }
}

.typography-headline-elevated-semibold {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-elevated-semibold {
        font-size: 48px;
        line-height: 1.08349;
        font-weight: 600;
        letter-spacing: -.003em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-elevated-semibold {
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .004em;
    }
}

.typography-headline {
    font-size: 48px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
    }
}

.typography-headline-reduced-line-height {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.006em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-reduced-line-height {
        font-size: 40px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-reduced-line-height {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
    }
}

.typography-headline-reduced {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-reduced {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-reduced {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
    }
}

.typography-eyebrow-hero {
    font-size: 28px;
    line-height: 1.28583;
    font-weight: 600;
    letter-spacing: .007em;
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow-hero {
        font-size: 24px;
        line-height: 1.33341;
        font-weight: 600;
        letter-spacing: .009em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-eyebrow-hero {
        font-size: 21px;
        line-height: 1.381;
        font-weight: 600;
        letter-spacing: .011em;
    }
}

.typography-eyebrow-super {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow-super {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-eyebrow-super {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
    }
}

.typography-eyebrow-elevated {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow-elevated {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-eyebrow-elevated {
        font-size: 21px;
        line-height: 1.19048;
        font-weight: 600;
        letter-spacing: .011em;
    }
}

.typography-eyebrow-overview-tile {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow-overview-tile {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-eyebrow-overview-tile {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
    }
}

.typography-eyebrow {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow {
        font-size: 21px;
        line-height: 1.19048;
        font-weight: 600;
        letter-spacing: .011em;
    }
}

.typography-eyebrow-reduced {
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 600;
    letter-spacing: .011em;
}

@media only screen and (max-width: 734px) {
    .typography-eyebrow-reduced {
        font-size: 19px;
        line-height: 1.21053;
        font-weight: 600;
        letter-spacing: .012em;
    }
}

.typography-intro-elevated {
    font-size: 24px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: .009em;
}

@media only screen and (max-width: 1068px) {
    .typography-intro-elevated {
        font-size: 21px;
        line-height: 1.381;
        font-weight: 400;
        letter-spacing: .011em;
    }
}

.typography-intro {
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
}

@media only screen and (max-width: 734px) {
    .typography-intro {
        font-size: 19px;
        line-height: 1.4211;
        font-weight: 400;
        letter-spacing: .012em;
    }
}

.typography-intro-semibold {
    font-size: 21px;
    line-height: 1.381;
    font-weight: 600;
    letter-spacing: .011em;
}

@media only screen and (max-width: 734px) {
    .typography-intro-semibold {
        font-size: 19px;
        line-height: 1.21053;
        font-weight: 600;
        letter-spacing: .012em;
    }
}

.typography-quote {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .typography-quote {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: .004em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-quote {
        font-size: 28px;
        line-height: 1.28583;
        font-weight: 400;
        letter-spacing: .007em;
    }
}

.typography-quote-reduced {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: .004em;
}

@media only screen and (max-width: 1068px) {
    .typography-quote-reduced {
        font-size: 28px;
        line-height: 1.28583;
        font-weight: 400;
        letter-spacing: .007em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-quote-reduced {
        font-size: 24px;
        line-height: 1.33341;
        font-weight: 400;
        letter-spacing: .009em;
    }
}

.typography-quote-story {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: .007em;
}

@media only screen and (max-width: 1068px) {
    .typography-quote-story {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 400;
        letter-spacing: .007em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-quote-story {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 400;
        letter-spacing: .007em;
    }
}

.typography-quote-overview {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: .007em;
}

@media only screen and (max-width: 1068px) {
    .typography-quote-overview {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 400;
        letter-spacing: .009em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-quote-overview {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 400;
        letter-spacing: .009em;
    }
}
}

.typography-body {
    font-size: 17px;
    color:red;
    color:red;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
}

.typography-body-tight {
    font-size: 17px;
    color:red;
    color:red;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
}

.typography-body-semibold {
    font-size: 17px;
    color:red;
    color:red;
    line-height: 1.47059;
    font-weight: 600;
    letter-spacing: -.022em;
}

@media only screen and (max-width: 1068px) {
    .typography-body-semibold {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.022em;
    }
}

@media only screen and (max-width: 734px) {
    .typography-body-semibold {
        font-size: 17px;
        line-height: 1.47059;
        font-weight: 600;
        letter-spacing: -.022em;
    }
}

.typography-body-reduced {
    font-size: 14px;
    color:red;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
}

.typography-body-reduced-tight {
    font-size: 14px;
    color:red;
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
}


.section-content {
    margin-left: auto;
    margin-right: auto;
    width:980px
}

@media only screen and (min-width: 1441px) {
    .section-content {
        margin-left: auto;
        margin-right: auto;
        width:980px
    }
}

@media only screen and (max-width: 1068px) {
    .section-content {
        margin-left: auto;
        margin-right: auto;
        width:692px
    }
}

@media only screen and (max-width: 734px) {
    .section-content {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

html.ac-gn-noscroll .page {
    position:relative
}

.page.theme-dark {
    background-color: #161617;
    color: #f5f5f7;
    overflow-x:hidden
}

.page.theme-dark .badge-caption {
    color:#f5f5f7
}

.page.theme-dark .thumbnail {
    color:#f5f5f7
}

.page.theme-dark .thumbnail:hover {
    text-decoration:none
}

.page.theme-dark .thumbnail:hover .thumbnail-copy {
    text-decoration:none
}

.page .theme-light {
    background-color: #fff;
    color:#1d1d1f
}

.page .theme-light h1, .page .theme-light h2, .page .theme-light h3, .page .theme-light h4, .page .theme-light h5, .page .theme-light h6 {
    color:#1d1d1f
}

.page .theme-light a {
    color:#06c
}

@media only screen and (max-width: 734px) {
    .small-hide {
        display:none
    }
}

.small-show {
    display:none
}

@media only screen and (max-width: 734px) {
    .small-show {
        display:block
    }
}

@media only screen and (max-width: 1068px) {
    .medium-hide {
        display:none
    }
}

.medium-show {
    display:none
}

@media only screen and (max-width: 1068px) {
    .medium-show {
        display:block
    }
}

.badge .badge-value .badge-unit-percent {
    top:-.48em
}

@media only screen and (max-width: 1068px) {
    .badge .badge-value .badge-unit-percent {
        top:-.43em
    }
}

@media only screen and (max-width: 734px) {
    .badge .badge-value .badge-unit-percent {
        top:-.37em
    }
}

.hide-default {
    display:none
}

.appstore-link-ios .show-ios {
    display:block
}

.appstore-link-osx .show-osx {
    display:block
}

html.text-zoom .column, html.text-zoom .flex-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

html.text-zoom [class * ="typography-"] {
    word-break: keep-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens:auto
}

.paddlenav-arrow.paddlenav-arrow-previous.disabled, .paddlenav-arrow.paddlenav-arrow-next.disabled {
    opacity: 30%;
    -webkit-transition: height 0.5s ease 0s, opacity 1s ease 0s;
    transition:height 0.5s ease 0s, opacity 1s ease 0s
}

.ac-ls-visible .ac-gn-blur {
    top:var(--r-localeswitcher-height)
}

.ac-gn-segmentbar-visible.ac-ls-visible .ac-gn-blur {
    top:calc(var(--r-localeswitcher-height) + 44px)
}

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

    100% {
        opacity:1
    }
}

@keyframes fadeIn {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

#viewport-emitter {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    z-index: -1;
    x-content: "large"
}

#viewport-emitter::before {
    content: "large"
}

@media only screen and (min-width: 1441px) {
    #viewport-emitter {
        x-content: "xlarge"
    }

    #viewport-emitter::before {
        content: "xlarge"
    }
}

@media only screen and (max-width: 1068px) {
    #viewport-emitter {
        x-content: "medium"
    }

    #viewport-emitter::before {
        content: "medium"
    }
}

@media only screen and (max-width: 734px) {
    #viewport-emitter {
        x-content: "small"
    }

    #viewport-emitter::before {
        content: "small"
    }
}

@media only screen and (max-width: 320px) {
    #viewport-emitter {
        x-content: "xsmall"
    }

    #viewport-emitter::before {
        content: "xsmall"
    }
}

.acbm-hero {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -96px;
    background-position: 50% 100%;
    padding-top: 152px;
    padding-bottom:175px
}

@media only screen and (max-width: 1068px) {
    .acbm-hero {
        padding-top: 158px;
        padding-bottom:150px
    }
}

@media only screen and (max-width: 734px) {
    .acbm-hero {
        padding-top: 164px;
        padding-bottom:125px
    }
}

.acbm-hero .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    text-align:center
}

@media only screen and (min-width: 1441px) {
    .acbm-hero .section-content {
        margin-left: auto;
        margin-right: auto;
        width:980px
    }
}

@media only screen and (max-width: 1068px) {
    .acbm-hero .section-content {
        margin-left: auto;
        margin-right: auto;
        width:692px
    }
}

@media only screen and (max-width: 734px) {
    .acbm-hero .section-content {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

@media only screen and (max-width: 734px) {
    .acbm-hero .section-content {
        text-align:left
    }
}

.acbm-hero .cta-disclaimer {
    margin-top:0.35em
}

.acbm-hero .cta-disclaimer .more, .acbm-hero .cta-disclaimer .icon {
    color:#1d1d1f
}

.acbm-nextrouter {
    overflow:hidden
}

.acbm-nextrouter a.icon-wrapper:hover .icon-copy {
    text-decoration:none
}

.acbm-nextrouter .nextrouter-content {
    display:block
}

html.ie .acbm-nextrouter .nextrouter-content {
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.acbm-nextrouter .nextrouter-content:focus {
    outline-offset:-4px
}

html.ie .acbm-nextrouter .nextrouter-content:focus {
    outline: none;
    border:4px solid rgba(0, 125, 250, 0.6)
}

.acbm-nextrouter .icon-wrapper .icon-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

@media only screen and (max-width: 734px) {
    .acbm-nextrouter .icon-wrapper .icon-copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction:column
    }
}

.acbm-nextrouter .icon-wrapper .icon-copy .nextrouter-link {
    padding-right:0
}

.acbm-nextrouter .icon-wrapper .icon-copy span.more {
    text-decoration: none;
    color: #0070c9;
    margin-bottom:0
}

.acbm-nextrouter .nextrouter-copy, .acbm-nextrouter .nextrouter-image {
    float:none
}

html[dir=rtl] .acbm-nextrouter .nextrouter-sentence, html[dir=rtl] .acbm-nextrouter .nextrouter-link {
    padding-left: 0;
    padding-right:11px
}

@media only screen and (max-width: 1068px) {
    html[dir=rtl] .acbm-nextrouter .nextrouter-sentence, html[dir=rtl] .acbm-nextrouter .nextrouter-link {
        padding-right:10px
    }
}

@media only screen and (max-width: 734px) {
    html[dir=rtl] .acbm-nextrouter .nextrouter-sentence, html[dir=rtl] .acbm-nextrouter .nextrouter-link {
        padding-right:0
    }
}

.acbm-nextrouter .nextrouter-image {
    z-index:-1
}

.acbm-nextrouter-fullbleed .icon-wrapper {
    height:100%
}

html[dir=rtl] .acbm-nextrouter-fullbleed .icon-wrapper {
    position:relative
}

html[dir=rtl] .acbm-nextrouter-fullbleed .icon-wrapper .nextrouter-copy {
    right: 0;
    padding-right: 0;
    top: 0;
    position:absolute
}

.acbm-nextrouter-fullbleed .icon-wrapper .nextrouter-image {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform:translateX(-50%)
}

.acbm-tile {
    background: #fff;
    overflow:hidden
}

.acbm-tile-dark {
    background-color:#fbfbfd
}

.acbm-tile-2 {
    padding-top: 125px;
    padding-bottom: 125px;
    margin-bottom: 100vw;
    padding-left: 100%;
    padding-right: 100%;
    width:-300%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-2 {
        margin-bottom: 100vw;
        padding-left: 100%;
        padding-right: 100%;
        width:-300%
    }
}

.acbm-tile-2:nth-child(2n + 1) {
    margin-left: 100%;
    margin-right:50%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-2:nth-child(2n + 1) {
        margin-left: 100%;
        margin-right:50%
    }
}

.acbm-tile-2:nth-child(2n) {
    margin-left: 50%;
    margin-right:100%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-2:nth-child(2n) {
        margin-left: 50%;
        margin-right:100%
    }
}

@media only screen and (min-width: 1400px) {
    .acbm-tile-2 {
        margin-bottom:1400px
    }
}

@media only screen and (max-width: 860px) {
    .acbm-tile-2 {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 500px;
        width: auto;
        margin-bottom: 40px;
        padding-left: 80px;
        padding-right:80px
    }

    .acbm-tile-2:nth-child(n) {
        margin-left: auto;
        margin-right:auto
    }
}

.acbm-tile-3 {
    padding-top: 125px;
    padding-bottom: 125px;
    margin-bottom: 100vw;
    padding-left: 100%;
    padding-right: 100%;
    width:-300%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-3 {
        margin-bottom: 100vw;
        padding-left: 100%;
        padding-right: 100%;
        width:-300%
    }
}

.acbm-tile-3:nth-child(3n + 1) {
    margin-left: 100%;
    margin-right:50%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-3:nth-child(3n + 1) {
        margin-left: 100%;
        margin-right:50%
    }
}

.acbm-tile-3:nth-child(3n + 2) {
    margin-left: 50%;
    margin-right:50%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-3:nth-child(3n + 2) {
        margin-left: 50%;
        margin-right: 50%;
        margin-left: 50%;
        margin-right:50%
    }
}

.acbm-tile-3:nth-child(3n) {
    margin-left: 50%;
    margin-right:100%
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-3:nth-child(3n) {
        margin-left: 50%;
        margin-right:100%
    }
}

@media only screen and (min-width: 1450px) {
    .acbm-tile-3 {
        margin-bottom:1450px
    }
}

@media only screen and (max-width: 1068px) {
    .acbm-tile-3 {
        padding-top: 100px;
        padding-bottom:100px
    }
}

@media only screen and (max-width: 860px) {
    .acbm-tile-3 {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 360px;
        width: auto;
        margin-bottom:40px
    }

    .acbm-tile-3:nth-child(n) {
        margin-left: auto;
        margin-right:auto
    }
}

@media only screen and (max-width: 734px) {
    .acbm-tile-2, .acbm-tile-3 {
        padding: 75px 30px;
        margin-bottom:30px
    }
}

.acbm-tilegrid {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap:wrap
}

@media only screen and (max-width: 734px) and(max-width: 734px) {
    .acbm-tilegrid {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

@media only screen and (max-width: 860px) {
    .acbm-tilegrid {
        display:block
    }
}

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

.acbm-tilegrid.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

.acbm-tilegrid-2 {
    max-width:1400px
}

.acbm-tilegrid-3 {
    max-width:1450px
}

@media only screen and (max-width: 734px) {
    .acbm-tilegrid-2, .acbm-tilegrid-3 {
        padding:0
    }
}

.support-modal.modal-standard {
    text-align:center
}

.support-modal.modal-standard .content-padding {
    background: #f5f5f7;
    max-width: 920px;
    padding:76px 125px
}

@media only screen and (max-width: 1068px) {
    .support-modal.modal-standard .content-padding {
        max-width: 718px;
        padding:68px 72px
    }
}

@media only screen and (max-width: 734px) {
    .support-modal.modal-standard .content-padding {
        max-width: 375px;
        padding:47px 25px
    }
}

.support-modal.modal-standard .content-padding .error-icon {
    margin-left: auto;
    margin-right: auto;
    width: 44px;
    height: 40px;
    background-size: 44px 40px;
    background-repeat: no-repeat;
    background-image: url("/v/business/o/images/shared/error_icon__c8lzoiqd8k66_large.jpg");
    margin-bottom:28px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and(min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .support-modal.modal-standard .content-padding .error-icon {
        background-image: url("/v/business/o/images/shared/error_icon__c8lzoiqd8k66_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .support-modal.modal-standard .content-padding .error-icon {
        margin-bottom:12px
    }
}

@media only screen and (max-width: 734px) {
    .support-modal.modal-standard .content-padding .error-icon {
        margin-bottom:20px
    }
}

.theme-dark .support-modal.modal-standard .content-padding {
    background:#f5f5f7
}

.support-modal.modal-standard .modal-headline {
    max-width: 670px;
    margin-left: auto;
    margin-right:auto
}

@media only screen and (max-width: 1068px) {
    .support-modal.modal-standard .modal-headline {
        max-width:575px
    }
}

@media only screen and (max-width: 734px) {
    .support-modal.modal-standard .modal-headline {
        max-width:280px
    }
}

.support-modal.modal-standard .modal-copy {
    max-width: 600px;
    margin-left: auto;
    margin-right:auto
}

@media only screen and (max-width: 1068px) {
    .support-modal.modal-standard .modal-copy {
        max-width:575px
    }
}

@media only screen and (max-width: 734px) {
    .support-modal.modal-standard .modal-copy {
        max-width: 270px
    }
}
