
/*
 * BS Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.outline-grad {
    border-image: linear-gradient(45deg, #0070c9, rgba(103, 0, 0, 0.8)); 
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

/* Custom */

.footer-box {
  box-sizing: content-box;
}

.container {
  max-width: 980px;
  padding: 0 22px;
}

.gradient-text {
    background: -webkit-linear-gradient(45deg, #0070c9, #670000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-line {
    height: 7px;
    width: 100%;
    background-image: linear-gradient(45deg, #0070c9, rgba(103, 0, 0, 0.8));
    box-sizing: content-box;

}

.bg-header {
    background: #ebeff2;
}

/* in order to compensate for the header in page anchors 
:target a{
  display: block;
  position: relative;
  top: -50px; 
  visibility: hidden;
}*/
a[name] {
    position:absolute;
    top: -50px;
}

/* A Style */

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,img {
    border: 0
}

caption,th {
    text-align: left
}

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

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

audio,canvas,video,progress {
    display: inline-block;
    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: 3px solid #c1e0fe;
    outline: 3px solid rgba(131,192,253,0.5);
    outline-offset: 1px
}

:focus:not(input):not(textarea):not(select) {
    outline: none
}

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

@media print {
    body,#main,#content {
        color: #000
    }

    a,a:link,a:visited {
        color: #000;
        text-decoration: none
    }

    #globalnav,#globalfooter,.noprint,.hide {
        display: none
    }
}

html {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 106.25%;
}

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: #333;
    font-style: normal
}

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
}

h1,h2,h3,h4,h5,h6 {
    color: #111
}

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
}

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 {
    color: #0070c9
}

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

a:hover {
    text-decoration: underline
}

a:active {
    text-decoration: none
}

p+a {
    display: inline-block
}

.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+li {
    margin-top: .4em
}

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

.footnote:hover {
    color: #0070c9;
    text-decoration: none
}

.theme-dark .footnote {
    color: inherit
}

.theme-dark .footnote:hover {
    color: #0070c9
}

b,strong {
    font-weight: 600
}

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

sup {
    font-size: .6em;
    vertical-align: top;
    position: relative;
    bottom: -.2em
}

h1 sup,h2 sup,h3 sup {
    font-size: .4em
}

sup a {
    vertical-align: inherit;
    color: inherit
}

sup a:hover {
    color: #0070c9;
    text-decoration: none
}

sub {
    line-height: 1
}

abbr {
    border: 0
}

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

.selfclear::after {
    clear: both
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    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
}

.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 {
    position: relative;
    z-index: 1
}

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

.row::after {
    clear: both
}
*/
.column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    float: left;
    min-height: 2px
}

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

.large-push-0 {
    left: auto;
    right: auto
}

.large-pull-0 {
    right: auto;
    left: auto
}

.large-1 {
    width: 8.33333%
}

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

.large-push-1 {
    left: 8.33333%;
    right: auto
}

.large-pull-1 {
    right: 8.33333%;
    left: auto
}

.large-2 {
    width: 16.66667%
}

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

.large-push-2 {
    left: 16.66667%;
    right: auto
}

.large-pull-2 {
    right: 16.66667%;
    left: auto
}

.large-3 {
    width: 25%
}

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

.large-push-3 {
    left: 25%;
    right: auto
}

.large-pull-3 {
    right: 25%;
    left: auto
}

.large-4 {
    width: 33.33333%
}

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

.large-push-4 {
    left: 33.33333%;
    right: auto
}

.large-pull-4 {
    right: 33.33333%;
    left: auto
}

.large-5 {
    width: 41.66667%
}

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

.large-push-5 {
    left: 41.66667%;
    right: auto
}

.large-pull-5 {
    right: 41.66667%;
    left: auto
}

.large-6 {
    width: 50%
}

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

.large-push-6 {
    left: 50%;
    right: auto
}

.large-pull-6 {
    right: 50%;
    left: auto
}

.large-7 {
    width: 58.33333%
}

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

.large-push-7 {
    left: 58.33333%;
    right: auto
}

.large-pull-7 {
    right: 58.33333%;
    left: auto
}

.large-8 {
    width: 66.66667%
}

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

.large-push-8 {
    left: 66.66667%;
    right: auto
}

.large-pull-8 {
    right: 66.66667%;
    left: auto
}

.large-9 {
    width: 75%
}

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

.large-push-9 {
    left: 75%;
    right: auto
}

.large-pull-9 {
    right: 75%;
    left: auto
}

.large-10 {
    width: 83.33333%
}

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

.large-push-10 {
    left: 83.33333%;
    right: auto
}

.large-pull-10 {
    right: 83.33333%;
    left: auto
}

.large-11 {
    width: 91.66667%
}

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

.large-push-11 {
    left: 91.66667%;
    right: auto
}

.large-pull-11 {
    right: 91.66667%;
    left: auto
}

.large-12 {
    width: 100%
}

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

.large-push-12 {
    left: 100%;
    right: auto
}

.large-pull-12 {
    right: 100%;
    left: auto
}

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

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

.large-last {
    float: right
}

.large-notlast {
    float: left
}

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

    .xlarge-push-0 {
        left: auto;
        right: auto
    }

    .xlarge-pull-0 {
        right: auto;
        left: auto
    }

    .xlarge-1 {
        width: 8.33333%
    }

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

    .xlarge-push-1 {
        left: 8.33333%;
        right: auto
    }

    .xlarge-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .xlarge-2 {
        width: 16.66667%
    }

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

    .xlarge-push-2 {
        left: 16.66667%;
        right: auto
    }

    .xlarge-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .xlarge-3 {
        width: 25%
    }

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

    .xlarge-push-3 {
        left: 25%;
        right: auto
    }

    .xlarge-pull-3 {
        right: 25%;
        left: auto
    }

    .xlarge-4 {
        width: 33.33333%
    }

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

    .xlarge-push-4 {
        left: 33.33333%;
        right: auto
    }

    .xlarge-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .xlarge-5 {
        width: 41.66667%
    }

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

    .xlarge-push-5 {
        left: 41.66667%;
        right: auto
    }

    .xlarge-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .xlarge-6 {
        width: 50%
    }

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

    .xlarge-push-6 {
        left: 50%;
        right: auto
    }

    .xlarge-pull-6 {
        right: 50%;
        left: auto
    }

    .xlarge-7 {
        width: 58.33333%
    }

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

    .xlarge-push-7 {
        left: 58.33333%;
        right: auto
    }

    .xlarge-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .xlarge-8 {
        width: 66.66667%
    }

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

    .xlarge-push-8 {
        left: 66.66667%;
        right: auto
    }

    .xlarge-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .xlarge-9 {
        width: 75%
    }

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

    .xlarge-push-9 {
        left: 75%;
        right: auto
    }

    .xlarge-pull-9 {
        right: 75%;
        left: auto
    }

    .xlarge-10 {
        width: 83.33333%
    }

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

    .xlarge-push-10 {
        left: 83.33333%;
        right: auto
    }

    .xlarge-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .xlarge-11 {
        width: 91.66667%
    }

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

    .xlarge-push-11 {
        left: 91.66667%;
        right: auto
    }

    .xlarge-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .xlarge-12 {
        width: 100%
    }

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

    .xlarge-push-12 {
        left: 100%;
        right: auto
    }

    .xlarge-pull-12 {
        right: 100%;
        left: auto
    }

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

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

    .xlarge-last {
        float: right
    }

    .xlarge-notlast {
        float: left
    }
}

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

    .medium-push-0 {
        left: auto;
        right: auto
    }

    .medium-pull-0 {
        right: auto;
        left: auto
    }

    .medium-1 {
        width: 8.33333%
    }

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

    .medium-push-1 {
        left: 8.33333%;
        right: auto
    }

    .medium-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .medium-2 {
        width: 16.66667%
    }

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

    .medium-push-2 {
        left: 16.66667%;
        right: auto
    }

    .medium-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .medium-3 {
        width: 25%
    }

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

    .medium-push-3 {
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        right: 25%;
        left: auto
    }

    .medium-4 {
        width: 33.33333%
    }

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

    .medium-push-4 {
        left: 33.33333%;
        right: auto
    }

    .medium-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .medium-5 {
        width: 41.66667%
    }

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

    .medium-push-5 {
        left: 41.66667%;
        right: auto
    }

    .medium-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .medium-6 {
        width: 50%
    }

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

    .medium-push-6 {
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        right: 50%;
        left: auto
    }

    .medium-7 {
        width: 58.33333%
    }

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

    .medium-push-7 {
        left: 58.33333%;
        right: auto
    }

    .medium-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .medium-8 {
        width: 66.66667%
    }

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

    .medium-push-8 {
        left: 66.66667%;
        right: auto
    }

    .medium-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .medium-9 {
        width: 75%
    }

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

    .medium-push-9 {
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        right: 75%;
        left: auto
    }

    .medium-10 {
        width: 83.33333%
    }

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

    .medium-push-10 {
        left: 83.33333%;
        right: auto
    }

    .medium-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .medium-11 {
        width: 91.66667%
    }

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

    .medium-push-11 {
        left: 91.66667%;
        right: auto
    }

    .medium-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .medium-12 {
        width: 100%
    }

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

    .medium-push-12 {
        left: 100%;
        right: auto
    }

    .medium-pull-12 {
        right: 100%;
        left: auto
    }

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

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

    .medium-last {
        float: right
    }

    .medium-notlast {
        float: left
    }
}

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

    .small-push-0 {
        left: auto;
        right: auto
    }

    .small-pull-0 {
        right: auto;
        left: auto
    }

    .small-1 {
        width: 8.33333%
    }

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

    .small-push-1 {
        left: 8.33333%;
        right: auto
    }

    .small-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .small-2 {
        width: 16.66667%
    }

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

    .small-push-2 {
        left: 16.66667%;
        right: auto
    }

    .small-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .small-3 {
        width: 25%
    }

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

    .small-push-3 {
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        right: 25%;
        left: auto
    }

    .small-4 {
        width: 33.33333%
    }

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

    .small-push-4 {
        left: 33.33333%;
        right: auto
    }

    .small-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .small-5 {
        width: 41.66667%
    }

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

    .small-push-5 {
        left: 41.66667%;
        right: auto
    }

    .small-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .small-6 {
        width: 50%
    }

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

    .small-push-6 {
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        right: 50%;
        left: auto
    }

    .small-7 {
        width: 58.33333%
    }

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

    .small-push-7 {
        left: 58.33333%;
        right: auto
    }

    .small-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .small-8 {
        width: 66.66667%
    }

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

    .small-push-8 {
        left: 66.66667%;
        right: auto
    }

    .small-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .small-9 {
        width: 75%
    }

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

    .small-push-9 {
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        right: 75%;
        left: auto
    }

    .small-10 {
        width: 83.33333%
    }

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

    .small-push-10 {
        left: 83.33333%;
        right: auto
    }

    .small-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .small-11 {
        width: 91.66667%
    }

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

    .small-push-11 {
        left: 91.66667%;
        right: auto
    }

    .small-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .small-12 {
        width: 100%
    }

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

    .small-push-12 {
        left: 100%;
        right: auto
    }

    .small-pull-12 {
        right: 100%;
        left: auto
    }

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

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

    .small-last {
        float: right
    }

    .small-notlast {
        float: left
    }
}

.icon::before,.icon::after,.more::before,.more::after {
    font-family: "Helvetica";
    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
}

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

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

.icon-machsense::before,.icon-machsense::after {
    content: "M"
}

.icon-chevronright::before,.icon-chevronright::after {
    content: ">"
}

.more::before,.more::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: 1442px) {
    .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: 735px) {
    .small-hide {
        display:none
    }

    .small-show {
        display: block
    }

    .small-show-inline {
        display: inline
    }

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

/*******************************************************************

          Typography

*******************************************************************/


.typography-headline-standalone {
    font-size: 96px;
    line-height: 1.04167;
    font-weight: 600;
    letter-spacing: -.015em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-headline-standalone {
        font-size:80px;
        line-height: 1.05;
        font-weight: 600;
        letter-spacing: -.015em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-headline-standalone {
        font-size:48px;
        line-height: 1.08365;
        font-weight: 600;
        letter-spacing: -.003em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-headline-super {
        font-size:64px;
        line-height: 1.0625;
        font-weight: 600;
        letter-spacing: -.009em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-headline-super {
        font-size:48px;
        line-height: 1.08365;
        font-weight: 600;
        letter-spacing: -.003em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-headline-elevated {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-headline-elevated {
        font-size:48px;
        line-height: 1.08365;
        font-weight: 600;
        letter-spacing: -.003em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-headline-elevated {
        font-size:40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-headline {
    font-size: 48px;
    line-height: 1.08365;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-headline {
        font-size:40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-headline {
        font-size:32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-eyebrow-super {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow-super {
        font-size:28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-eyebrow-super {
        font-size:24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-eyebrow {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-eyebrow {
        font-size:21px;
        line-height: 1.19048;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-intro-elevated {
    font-size: 24px;
    line-height: 1.33349;
    font-weight: 400;
    letter-spacing: .009em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-intro-elevated {
        font-size:21px;
        line-height: 1.38105;
        font-weight: 400;
        letter-spacing: .011em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-intro {
    font-size: 21px;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 735px) {
    .typography-intro {
        font-size:19px;
        line-height: 1.42115;
        font-weight: 400;
        letter-spacing: .012em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-callout {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-callout {
        font-size:28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-callout {
        font-size:24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-body {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif
}

.typography-product-headline-elevated {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-product-headline-elevated {
        font-size:56px;
        line-height: 1.07143;
        font-weight: 600;
        letter-spacing: -.005em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 735px) {
    .typography-product-headline-elevated {
        font-size:40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

[class*="typography-intro"] {
    color: #333
}

[class*="typography-intro-product"] {
    margin-top: .4em
}

[class*="typography-eyebrow"] {
    color: #333;
    display: block;
    margin-bottom: .4em
}

[class*="typography-eyebrow"]+* {
    margin-top: 0
}

.typography-headline-reduced+p,.typography-headline-reduced+ul,.typography-intro-product-reduced+p,.typography-intro-product-reduced+ul {
    margin-top: 1em
}

.typography-headline+.typography-intro,.typography-intro-product+.typography-intro {
    margin-top: 1.2em
}

.typography-headline-elevated+.typography-intro-elevated,.typography-intro-product-elevated+.typography-intro-elevated {
    margin-top: 1.4em
}

.typography-headline-super+.typography-intro-elevated,.typography-intro-product-super+.typography-intro-elevated {
    margin-top: 1.6em
}

.typography-product-lockup {
    font-size: 21px;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 735px) {
    .typography-product-lockup {
        font-size:19px;
        line-height: 1.42115;
        font-weight: 400;
        letter-spacing: .012em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 1068px) {
    .typography-product-lockup {
        font-size:17px;
        line-height: 1.47059;
        font-weight: 400;
        letter-spacing: -.022em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.typography-label {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif
}

@media only screen and (max-width: 1068px) {
    .typography-label {
        font-size:21px;
        line-height: 1.19048;
        font-weight: 600;
        letter-spacing: .011em;
        font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

.sosumi {
    font-size: 11px;
    line-height: 1.36364;
    font-weight: 400;
    letter-spacing: -.008em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #888
}

.sosumi * {
    margin: 0;
    padding: 0
}

.sosumi a {
    color: #555
}

.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: .4em
}

.sosumi small {
    font-size: 1em
}

.sosumi>:last-child {
    margin-bottom: -.4em
}

.theme-dark {
    background-color: #000;
    color: #ccc
}

.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6 {
    color: #fff
}

.theme-dark a {
    color: #6bf
}

.theme-dark sup a {
    color: inherit
}

.theme-dark sup a:hover {
    color: #6bf
}

.theme-dark .sosumi {
    color: #666
}

.theme-dark .sosumi a {
    color: #999
}

/*******************************************************************

                    Sections

*******************************************************************/



.section .unit .unit-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.section .unit .unit-wrapper a.unit-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.section .unit .unit-wrapper a.unit-link:hover {
    text-decoration: none
}

.section .unit .unit-wrapper a.unit-link:focus {
    outline-offset: -3px
}

html.ie .section .unit .unit-wrapper a.unit-link:focus {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px)
}

.section .unit .unit-wrapper a:not(.unit-link) {
    z-index: 4;
    text-decoration: none
}

.section .unit .unit-wrapper a:not(.unit-link):hover {
    text-decoration: underline
}

.section .unit .unit-wrapper .unit-text-wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    z-index: 4;
    pointer-events: none
}

.section .unit .unit-wrapper .unit-text-wrapper a {
    pointer-events: all
}

.section .unit .unit-wrapper .unit-image-wrapper {
    z-index: 1;
    overflow: visible;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.section .unit .unit-image {
    z-index: 1;
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    left: calc(50% + 0px);
    right: auto;
    bottom: 0px;
    top: auto;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%)
}

.head, .subhead, .unit-text-links {
    text-align: center;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.head {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
}

.subhead {
    font-size: 27px;
    line-height: 1.14815;
    font-weight: 400;
    letter-spacing: .008em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-top: 6px
}

.unit-text-links {
    color: #0070c9
}

html {
    --global-nav-main-height: 0px;
    --global-nav-segmentbar-height: 0px;
    --global-nav-localeswitcher-height: 0px;
    --global-nav-collective-height: 0px}

@media only screen and (min-width: 768px) {
    html:not(.aos) {
        --global-nav-main-height: 44px;
        --global-nav-collective-height: 44px}
}

@media only screen and (max-width: 767px) {
    html:not(.aos) {
        --global-nav-main-height: 48px;
        --global-nav-collective-height: 48px}
}

.gn-placeholder {
    display: block
}

@supports (height: calc(var(--global-nav-collective-height) + var(--content-height) + 12px)) {
    .ac-gn-placeholder {
        display:none
    }

    html #globalnav,html #globalnav ~ .gn-blur {
        position: fixed
    }
}

.main {
    position: relative;
    max-width: 2560px;
    margin: 0 auto
}

.all-small-caps {
    font-variant-caps: all-small-caps
}

.logo-image {
    margin: 0 auto
}

.main .section .unit-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.main .section {
    width: 100%
}

.main .section .unit,.main .section .unit-wrapper {
    width: 100%
}

@media screen and (max-width: 1441px) and (min-width: 1069px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:auto
    }
}

@media screen and (max-width: 1442000px) and (min-width: 1442px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:auto
    }
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:500px
    }
}

@media screen and (max-width: 767px) and (min-width: 736px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:auto
    }
}

@media screen and (max-width: 1068px) and (min-width: 768px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:auto
    }
}

@supports (height: calc(var(--global-nav-collective-height) + var(--content-height) + 12px)) {
    .main .section {
        --columns-for-analytics-only: ;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-color: var(--gutter-color);
        border-style: solid;
        border-left-width: var(--edge-border-width-fallback);
        border-right-width: var(--edge-border-width-fallback)
    }

    .main .section .unit,.main .section .unit-wrapper {
        position: relative;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .main .section .unit {
        border-style: solid
    }

    .main .section .unit-wrapper {
        width: 100%
    }

    @media screen and (max-width: 1441px) and (min-width: 1069px) {
        .main .section {
            --content-height: auto;
            --columns: ;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 0px}
    }

    @media screen and (max-width: 1442000px) and (min-width: 1442px) {
        .main .section {
            --content-height: auto;
            --columns: ;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 0px}
    }

    @media screen and (max-width: 735px) and (min-width: 0px) {
        .main .section {
            --content-height: 500px;
            --columns: 1;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 0px}
    }

    @media screen and (max-width: 767px) and (min-width: 736px) {
        .main .section {
            --content-height: auto;
            --columns: ;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 0px}
    }

    @media screen and (max-width: 1068px) and (min-width: 768px) {
        .main .section {
            --content-height: auto;
            --columns: ;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 0px}
    }

    @supports (border-left-width: calc(max(0px))) {
        .main .section {
            border-left-width:max(var(--edge-border-width-fallback),env(safe-area-inset-left));
            border-right-width: max(var(--edge-border-width-fallback),env(safe-area-inset-right))
        }
    }

    .main .section:only-child {
        border-top-width: 0px;
        border-bottom-width: 12px;
        padding-top: var(--global-nav-collective-height);
        /* height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-width))
        */
    }

    .main .section:not(:only-child):first-child {
        border-top-width: 0px;
        border-bottom-width: var(--gutter-half-width);
        padding-top: var(--global-nav-collective-height);
        /* height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-half-width))
        */
    }

    .main .section:not(:only-child):not(:first-child):not(:last-child) {
        border-top-width: var(--gutter-half-width);
        border-bottom-width: var(--gutter-half-width);
        padding-top: 0px;
        /* height: calc(var(--content-height) + var(--gutter-width))
        */
    }

    .main .section:not(:only-child):last-child {
        border-top-width: var(--gutter-half-width);
        border-bottom-width: var(--gutter-width);
        padding-top: 0px;
        /* height: calc(var(--content-height) + var(--gutter-and-half-width))
        */
    }
}

/**********************************************************/

.main .section .unit {
    background-color: hsla(219, 43%, 97%, 1);
}

.head, .subhead, .unit-text-links {
    width: 88%;
    max-width: 860px
}

@media only screen and (max-width: 1068px) {
    .head, .subhead, .unit-text-links {
        width:90%;
        max-width: 660px
    }
}

@media only screen and (max-width: 735px) {
    .head, .subhead, .unit-text-links {
        max-width:90%
    }
}

.head.half, .subhead.half, .unit-text-links {
    width: 88%;
    max-width: 430px
}

@media only screen and (max-width: 1068px) {
    .head.half, .subhead.half, .unit-text-links {
        width:90%;
        max-width: 330px
    }
}

@media only screen and (max-width: 735px) {
    .head.half, .subhead.half, .unit-text-links {
        max-width:90%
    }
}

.head {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-top: 52px
}

@media only screen and (max-width: 1068px) {
    .head {
        font-size:32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 1068px) {
    .head {
        margin-top:42px
    }
}

@media only screen and (max-width: 735px) {
    .head {
        margin-top:37px
    }
}

.subhead {
    font-size: 21px;
    line-height: 1.2381;
    font-weight: 400;
    letter-spacing: .016em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-top: 4px
}

@media only screen and (max-width: 1068px) {
    .subhead {
        font-size:19px;
        line-height: 1.21053;
        font-weight: 400;
        letter-spacing: .012em;
        font-family: "Helvetica Neue","Helvetica","Arial",sans-serif
    }
}

@media only screen and (max-width: 1068px) {
    .subhead {
        margin-top:3px
    }
}

@media only screen and (max-width: 735px) {
    .subhead {
        margin-top:3px
    }
}

.unit-text-links {
    font-size: 17px;
    line-height: 1.23543;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-top: .7em;
    text-align: center
}

@media only screen and (max-width: 1068px) {
    .unit-text-links {
        margin-top:.75em
    }
}

@media only screen and (max-width: 735px) {
    .unit-text-links {
        margin-top:.75em
    }
}

.unit-text-links {
    position: relative;
    z-index: 4;
    text-decoration: none
}

.main .section .unit .unit-text-wrapper .unit-text-links a {
    text-align: center
}

.unit-text-links a:not(:only-child):not(:first-child) {
    margin-left: 26px
}

@media only screen and (max-width: 1068px) {
    .unit-text-links a:not(:only-child):not(:first-child) {
        margin-left:20px
    }
}

@media only screen and (max-width: 735px) {
    .unit-text-links a:not(:only-child):not(:first-child) {
        margin-left:20px
    }
}



/*****************************************************************/




.main .section {
    width: 100%
}

.main .section .unit,.main .section .unit-wrapper {
    width: 100%
}

@media screen and (max-width: 1441px) and (min-width: 1069px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:580px
    }
}

@media screen and (max-width: 1442000px) and (min-width: 1442px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:580px
    }
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:500px
    }
}

@media screen and (max-width: 767px) and (min-width: 736px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:490px
    }
}

@media screen and (max-width: 1068px) and (min-width: 768px) {
    .main .section .unit,.main .section .unit-wrapper {
        height:490px
    }
}

@supports (height: calc(var(--global-nav-collective-height) + var(--content-height) + 12px)) {
    .main .section {
        --columns-for-analytics-only: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        border-style: solid;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .main .section .unit,.main .section .unit-wrapper {
        position: relative;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .main .section .unit {
        border-style: solid
    }

    .main .section .unit-wrapper {
        width: 100%
    }

    @media screen and (max-width: 1441px) and (min-width: 1069px) {
        .main .section {
            --content-height: 580px;
            --columns: 2;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 12px}
    }

    @media screen and (max-width: 1442000px) and (min-width: 1442px) {
        .main .section {
            --content-height: 580px;
            --columns: 2;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 12px}
    }

    @media screen and (max-width: 735px) and (min-width: 0px) {
        .main .section {
            --content-height: 500px;
            --columns: 1;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 0px}
    }

    @media screen and (max-width: 767px) and (min-width: 736px) {
        .main .section {
            --content-height: 490px;
            --columns: 2;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 12px}
    }

    @media screen and (max-width: 1068px) and (min-width: 768px) {
        .main .section {
            --content-height: 490px;
            --columns: 2;--gutter-width: 12px;--gutter-half-width: 6px;--gutter-and-half-width: 18px;--gutter-color: #fff;--edge-border-width-fallback: 12px}
    }

    .main .section .unit-wrapper {
        height: var(--content-height)
    }

    .main .section .unit {
        border-color: var(--gutter-color);
        width: calc(100% / var(--columns));
        border-left-width: var(--gutter-half-width);
        border-right-width: var(--gutter-half-width);
        border-top-width: var(--gutter-half-width);
        border-bottom-width: var(--gutter-half-width);
        padding-top: 0px;
        height: calc(var(--content-height) + var(--gutter-width))
    }

    @media screen and (max-width: 1441px) and (min-width: 1069px) {
        .main .section .unit:nth-child(2n+1) {
            border-left-width:var(--gutter-width)
        }

        .main .section .unit:nth-child(2n) {
            border-right-width: var(--gutter-width)
        }

        @supports (border-left-width: calc(max(0px))) {
            .main .section .unit:nth-child(2n+1) {
                border-left-width:calc(max(var(--gutter-width), env(safe-area-inset-left)))
            }

            .main .section .unit:nth-child(2n) {
                border-right-width: calc(max(var(--gutter-width), env(safe-area-inset-right)))
            }
        }

        .main .section:first-child .unit:nth-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-half-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-half-width))
        }

        .main .section:last-child .unit:nth-last-child(-n+2) {
            border-top-width: var(--gutter-half-width);
            border-bottom-width: var(--gutter-width);
            padding-top: 0px;
            height: calc(var(--content-height) + var(--gutter-and-half-width))
        }

        .main .section:only-child .unit:nth-child(-n+2):nth-last-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-width))
        }
    }

    @media screen and (max-width: 1442000px) and (min-width: 1442px) {
        .main .section .unit:nth-child(2n+1) {
            border-left-width:var(--gutter-width)
        }

        .main .section .unit:nth-child(2n) {
            border-right-width: var(--gutter-width)
        }

        @supports (border-left-width: calc(max(0px))) {
            .main .section .unit:nth-child(2n+1) {
                border-left-width:calc(max(var(--gutter-width), env(safe-area-inset-left)))
            }

            .main .section .unit:nth-child(2n) {
                border-right-width: calc(max(var(--gutter-width), env(safe-area-inset-right)))
            }
        }

        .main .section:first-child .unit:nth-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-half-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-half-width))
        }

        .main .section:last-child .unit:nth-last-child(-n+2) {
            border-top-width: var(--gutter-half-width);
            border-bottom-width: var(--gutter-width);
            padding-top: 0px;
            height: calc(var(--content-height) + var(--gutter-and-half-width))
        }

        .main .section:only-child .unit:nth-child(-n+2):nth-last-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-width))
        }
    }

    @media screen and (max-width: 735px) and (min-width: 0px) {
        .main .section .unit:nth-child(1n+1) {
            border-left-width:0px;
        }

        .main .section .unit:nth-child(1n) {
            border-right-width: 0px;
        }

        @supports (border-left-width: calc(max(0px))) {
            .main .section .unit:nth-child(1n+1) {
                border-left-width:calc(max(0px, env(safe-area-inset-left)))
            }

            .main .section .unit:nth-child(1n) {
                border-right-width: calc(max(0px, env(safe-area-inset-right)))
            }
        }

        .main .section:first-child .unit:nth-child(-n+1) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-half-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-half-width))
        }

        .main .section:last-child .unit:nth-last-child(-n+1) {
            border-top-width: var(--gutter-half-width);
            border-bottom-width: var(--gutter-width);
            padding-top: 0px;
            height: calc(var(--content-height) + var(--gutter-and-half-width))
        }

        .main .section:only-child .unit:nth-child(-n+1):nth-last-child(-n+1) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-width))
        }
    }

    @media screen and (max-width: 767px) and (min-width: 736px) {
        .main .section .unit:nth-child(2n+1) {
            border-left-width:var(--gutter-width)
        }

        .main .section .unit:nth-child(2n) {
            border-right-width: var(--gutter-width)
        }

        @supports (border-left-width: calc(max(0px))) {
            .main .section .unit:nth-child(2n+1) {
                border-left-width:calc(max(var(--gutter-width), env(safe-area-inset-left)))
            }

            .main .section .unit:nth-child(2n) {
                border-right-width: calc(max(var(--gutter-width), env(safe-area-inset-right)))
            }
        }

        .main .section:first-child .unit:nth-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-half-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-half-width))
        }

        .main .section:last-child .unit:nth-last-child(-n+2) {
            border-top-width: var(--gutter-half-width);
            border-bottom-width: var(--gutter-width);
            padding-top: 0px;
            height: calc(var(--content-height) + var(--gutter-and-half-width))
        }

        .main .section:only-child .unit:nth-child(-n+2):nth-last-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-width))
        }
    }

    @media screen and (max-width: 1068px) and (min-width: 768px) {
        .main .section .unit:nth-child(2n+1) {
            border-left-width:var(--gutter-width)
        }

        .main .section .unit:nth-child(2n) {
            border-right-width: var(--gutter-width)
        }

        @supports (border-left-width: calc(max(0px))) {
            .main .section .unit:nth-child(2n+1) {
                border-left-width:calc(max(var(--gutter-width), env(safe-area-inset-left)))
            }

            .main .section .unit:nth-child(2n) {
                border-right-width: calc(max(var(--gutter-width), env(safe-area-inset-right)))
            }
        }

        .main .section:first-child .unit:nth-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-half-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-half-width))
        }

        .main .section:last-child .unit:nth-last-child(-n+2) {
            border-top-width: var(--gutter-half-width);
            border-bottom-width: var(--gutter-width);
            padding-top: 0px;
            height: calc(var(--content-height) + var(--gutter-and-half-width))
        }

        .main .section:only-child .unit:nth-child(-n+2):nth-last-child(-n+2) {
            border-top-width: 0px;
            border-bottom-width: var(--gutter-width);
            padding-top: var(--global-nav-collective-height);
            height: calc(var(--global-nav-collective-height) + var(--content-height) + var(--gutter-width))
        }
    }
}


/*******************************************************************

                    FP - Tile

*******************************************************************/

.buystrip-headline {
    font-weight: 600;
}

.fp-tile {
    background-color: inherit;
    height: auto;
    overflow: visible;
}

.fp-tile-2 {
    margin-bottom: 2.08333vw;
    padding-left: 4.16667%;
    padding-right: 4.16667%;
    width: 38.54167%;
    margin-bottom: 30px
}

@media only screen and (max-width: 1068px) {
    .fp-tile-2 {
        margin-bottom:2.34082vw;
        padding-left: 3.74532%;
        padding-right: 3.74532%;
        width: 38.99813%
    }
}

.fp-tile-2:nth-child(2n+1) {
    margin-left: 2.08333%;
    margin-right: 1.04167%
}

@media only screen and (max-width: 1068px) {
    .fp-tile-2:nth-child(2n+1) {
        margin-left:2.34082%;
        margin-right: 1.17041%
    }
}

.fp-tile-2:nth-child(2n) {
    margin-left: 1.04167%;
    margin-right: 2.08333%
}

@media only screen and (max-width: 1068px) {
    .fp-tile-2:nth-child(2n) {
        margin-left:1.17041%;
        margin-right: 2.34082%
    }
}

@media only screen and (min-width: 1440px) {
    .fp-tile-2 {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 735px) {
    .fp-tile-2 {
        margin-left:auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 735px;
        width: auto
    }

    .fp-tile-2:nth-child(n) {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 1068px) {
    .fp-tile-2 {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 735px) {
    .fp-tile-2 {
        margin-bottom:15px;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }
}

.fp-tilegrid {
    margin-left: auto;
    margin-right: 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: 735px) {
    .fp-tilegrid {
        width:100%;
        display: block
    }
}

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

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

.fp-tilegrid-2 {
    max-width: 1440px
}

.fp-tilegrid-3 {
    max-width: 1450px
}

@media only screen and (max-width: 735px) {
    .fp-tilegrid-2,.fp-tilegrid-3 {
        padding:0
    }
}


.page-overview .section-buystrip {
    padding-top: 52px;
    text-align: center
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-buystrip {
        padding-top:38px
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-buystrip {
        padding:50px 15px
    }
}

.page-overview .section-buystrip h2+* {
    margin-top: 0
}

.page-overview .section-buystrip p+* {
    margin-top: .23529em
}

.page-overview .section-buystrip .fp-tile {
    background-color: inherit;
    height: auto;
    overflow: visible
}

@media only screen and (max-width: 735px) {
    .page-overview .section-buystrip .fp-tile+.fp-tile {
        margin-top:60px
    }
}

.page-overview .section-buystrip .typography-buystrip-copy {
    max-width: 350px
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-buystrip .typography-buystrip-copy {
        max-width:none
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-buystrip .typography-buystrip-copy {
        max-width:260px
    }
}

.page-overview .section-buystrip .image-icon {
    margin-bottom: .70588em
}

.page-overview .section-buystrip .buystrip-headline {
    font-weight: 600
}

.page-overview .section-buystrip .image-icon-delivery {
    width: 40px;
    height: 44px;
    background-size: 40px 44px;
    background-repeat: no-repeat;
    background-image: url("/v/iphone/home/aa/images/overview/icon-delivery__da8bt2043nee_large.png");
    position: relative;
    left: 50%;
    margin-left: -20px
}

@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) {
    .page-overview .section-buystrip .image-icon-delivery {
        background-image:url("/v/iphone/home/aa/images/overview/icon-delivery__da8bt2043nee_large_2x.png")
    }
}

.page-overview .section-buystrip .image-icon-personal-setup {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    background-repeat: no-repeat;
    background-image: url("/v/iphone/home/aa/images/overview/icon-personal-setup__bns2zishyl0i_large.png");
    position: relative;
    left: 50%;
    margin-left: -22px
}

@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) {
    .page-overview .section-buystrip .image-icon-personal-setup {
        background-image:url("/v/iphone/home/aa/images/overview/icon-personal-setup__bns2zishyl0i_large_2x.png")
    }
}

.promo-section {
    text-align: center;
    padding-top: 140px
}

@media only screen and (max-width: 1068px) {
    .promo-section {
        padding-top:62px
    }
}

.promo-section .promo-container {
    margin-top: 80px
}

@media only screen and (max-width: 1068px) {
    .promo-section .promo-container {
        margin-top:44px
    }
}

.promo-section .theme-dark p {
    color: #fff
}

.promo-section .banner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

@media only screen and (max-width: 1068px) {
    .promo-section .banner-container {
        max-width:770px
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-container {
        max-width:736px
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-container {
        overflow:hidden
    }
}

.promo-section .banner-promo {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 2.08333% 30px
}

@media only screen and (max-width: 1068px) {
    .promo-section .banner-promo {
        margin:0 2.34082% 20px
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-promo {
        margin:0 auto 15px
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-promo {
        display:block
    }
}

.promo-section .banner-promo.inline-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.promo-section .banner-promo.inline-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.promo-section .banner-promo .promo-copy {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 6.42857%;
    padding-left: 6.42857%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1068px) {
    .promo-section .banner-promo .promo-copy {
        padding-right:3.74532%;
        padding-left: 3.74532%
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-promo .promo-copy {
        padding-top:40px;
        padding-right: 6.25%;
        padding-left: 6.25%;
        display: block
    }
}

.promo-section .banner-promo .promo-copy .violator {
    margin-top: 20px
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-promo .promo-copy .violator {
        margin-top:22px
    }
}

.promo-section .banner-promo .promo-copy-wrapper {
    position: relative;
    display: block;
    width: 100%
}

.promo-section .banner-promo .promo-image {
    height: 100%;
    width: calc(50% - 1.07143%)
}

@media only screen and (max-width: 1068px) {
    .promo-section .banner-promo .promo-image {
        width:calc(50% - .93633%)
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .banner-promo .promo-image {
        width:100%
    }
}

.promo-section .promo-tile {
    position: relative
}

@media only screen and (max-width: 1068px) {
    .promo-section .promo-tile {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .promo-tile {
        margin-bottom:15px
    }
}

.promo-section .promo-tile p+.links-stacked {
    margin-top: 0.35em
}

.promo-section .promo-tile .promo-copy-container {
    padding-top: 60px
}

@media only screen and (max-width: 1068px) {
    .promo-section .promo-tile .promo-copy-container {
        padding-top:65px
    }
}

@media only screen and (max-width: 735px) {
    .promo-section .promo-tile .promo-copy-container {
        padding-top:45px
    }
}

/*******************************************************************

                    Ancillery Content - Tile

*******************************************************************/



.ancillary-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ancillary-content .column {
    padding-right: 66px;
    margin-top: 70px
}

@media only screen and (max-width: 1068px) {
    .ancillary-content .column {
        padding-right:35px
    }
}

@media only screen and (max-width: 735px) {
    .ancillary-content .column {
        padding-right:22; /*changed from 0 to 22 */
        margin-top: 0
    }
}

.page-resources .acbm-resourcesection-additionalrow .ancillary-content .column:nth-child(-n+2) {
    margin-top: 0
}

@media only screen and (max-width: 735px) {
    .ancillary-content .column {
        margin-bottom:70px
    }

    .ancillary-content .column:last-child {
        margin-bottom: 0
    }
}

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

@media only screen and (min-width: 1442px) {
    .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: 735px) {
    .section-content {
        margin-left:auto;
        margin-right: auto;
        width: 87.5%
    }
}



/*******************************************************************

                    EOF

*******************************************************************/