@import url(https://use.typekit.net/gic6phc.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap);

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    color: #333;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 9999
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
    position: absolute
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    margin: 8px;
    width: 240px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998
}

.pika-label {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 3px;
    position: relative;
    z-index: 9999
}

.pika-next,
.pika-prev {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 20px;
    white-space: nowrap;
    width: 20px
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    float: left
}

.is-rtl .pika-prev,
.pika-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    float: right
}

.pika-select {
    display: inline-block
}

.pika-table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.pika-table td,
.pika-table th {
    padding: 0;
    width: 14.2857142857%
}

.pika-table th {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    background: #f5f5f5;
    border: 0;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    margin: 0;
    outline: none;
    padding: 5px;
    text-align: right;
    width: 100%
}

.has-event .pika-button {
    background: #3af;
    color: #fff
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px #178fe5;
    color: #fff;
    font-weight: 700
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-disabled .pika-button {
    cursor: default;
    pointer-events: none
}

.pika-button:hover {
    background: #ff8000;
    border-radius: 3px;
    box-shadow: none;
    color: #fff
}

.pika-button .is-selection-disabled {
    cursor: default;
    pointer-events: none
}

.pika-week {
    color: #999;
    font-size: 11px
}

.is-inrange .pika-button {
    background: #d5e9f7;
    color: #666
}

.is-startrange .pika-button {
    background: #6cb31d;
    border-radius: 3px;
    box-shadow: none;
    color: #fff
}

.is-endrange .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: none;
    color: #fff
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

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

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

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

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

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-property: transform;
    width: 100%
}

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

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

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

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

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

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

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

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

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

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

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

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

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

abbr[title] {
    border: 0
}

dl,
ol,
p,
ul {
    margin: 0 0 1.5em
}

ol,
ul {
    padding-left: 2em
}

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

dd {
    margin-left: 2em
}

blockquote,
figure {
    margin: 1.5em 2em
}

pre {
    margin: 1.5em 0
}

.brands ul,
.brands-banner ul,
.footer-nav ul,
.header-nav ul,
.social ul,
.team ul {
    list-style: none;
    padding: 0
}

.section {
    padding: 2em 0
}

@media(min-width:60em) {
    .section {
        padding: 4em 0
    }
}

.section--charcoal {
    background-color: #202020;
    color: #fff
}

body {
    background-color: #fff;
    color: #000;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 auto;
    min-width: 20em;
    width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

.preload * {
    transition: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: normal
}

.columns {
    display: grid;
    padding: 0 5vw;
    grid-gap: 0 5vw;
    grid-template-columns: 1fr
}

.column--main {
    margin-bottom: 2em
}

@media(min-width:60em) {
    .column--main {
        margin-bottom: 0
    }
}

.column__header {
    align-items: baseline;
    display: flex;
    margin-bottom: 1em
}

@media(min-width:60em) {
    .column__header {
        margin-bottom: 1.5em;
        padding: 0
    }
}

.column__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    text-transform: capitalize
}

@media(min-width:60em) {
    .column__title {
        font-size: 1.125em
    }
}

.column__link {
    font-size: .875em;
    font-weight: 600;
    margin: 0 0 0 .5em;
    text-transform: uppercase
}

@media(min-width:60em) {
    .column__link {
        font-size: .875em
    }
}

.column__link a {
    color: #008e9e
}

.about-content {
    max-width: 80%
}

html {
    box-sizing: border-box
}

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

body {
    overflow-x: overlay
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    src: url(https://use.typekit.net/af/22b56a/0000000000000000774f7706/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"), url(https://use.typekit.net/af/22b56a/0000000000000000774f7706/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"), url(https://use.typekit.net/af/22b56a/0000000000000000774f7706/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype")
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    src: url(https://use.typekit.net/af/783f34/0000000000000000774f770d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"), url(https://use.typekit.net/af/783f34/0000000000000000774f770d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"), url(https://use.typekit.net/af/783f34/0000000000000000774f770d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype")
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    src: url(https://use.typekit.net/af/87e50a/0000000000000000774f770e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/87e50a/0000000000000000774f770e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/87e50a/0000000000000000774f770e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype")
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    src: url(https://use.typekit.net/af/3756a3/0000000000000000774f770f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"), url(https://use.typekit.net/af/3756a3/0000000000000000774f770f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"), url(https://use.typekit.net/af/3756a3/0000000000000000774f770f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype")
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    src: url(https://use.typekit.net/af/cc7dab/0000000000000000774f7716/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/cc7dab/0000000000000000774f7716/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/cc7dab/0000000000000000774f7716/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype")
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    src: url(https://use.typekit.net/af/134b52/0000000000000000774f7713/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/134b52/0000000000000000774f7713/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/134b52/0000000000000000774f7713/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype")
}

@font-face {
    font-display: auto;
    font-family: tt-commons-pro;
    font-stretch: normal;
    font-style: normal;
    font-weight: 200;
    src: url(https://use.typekit.net/af/f87206/0000000000000000774f7715/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("woff2"), url(https://use.typekit.net/af/f87206/0000000000000000774f7715/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("woff"), url(https://use.typekit.net/af/f87206/0000000000000000774f7715/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("opentype")
}

.page__content {
    padding: 3em
}

@media(min-width:60em) {
    .page__content {
        padding: 4rem calc(100% - 100vw + 130px)
    }
}

@media(max-width:569px) {
    .page__content {
        margin: 1.3em;
        padding: 0
    }
}

@media(max-width:768px) {

    .who_we_are h2,
    .who_we_are h3,
    .who_we_are p {
        text-align: left !important
    }
}

.who_we_are p {
    font-size: 29px;
    margin: 0;
    text-align: center
}

@media(max-width:1536px) {
    .who_we_are p {
        font-size: 25px
    }
}

@media(max-width:1280px) {
    .who_we_are p {
        font-size: 21px
    }
}

@media(max-width:768px) {
    .who_we_are p {
        font-size: 16px
    }
}

@media(max-width:390px) {
    .who_we_are p {
        font-size: 15px
    }
}

.who_we_are h2 {
    font-size: 49px;
    margin: 0;
    padding-bottom: 4rem;
    text-align: center
}

@media(max-width:1536px) {
    .who_we_are h2 {
        font-size: 32px
    }
}

@media(max-width:768px) {
    .who_we_are h2 {
        font-size: 25px !important;
        padding-bottom: 2rem
    }
}

.who_we_are h3 {
    font-size: 40px;
    margin: 0;
    padding-bottom: .625rem;
    text-align: center
}

@media(max-width:1536px) {
    .who_we_are h3 {
        font-size: 30px
    }
}

@media(max-width:768px) {
    .who_we_are h3 {
        font-size: 23px
    }
}

@media(max-width:569px) {
    .who_we_are h3 {
        font-size: 17px !important
    }
}

.who_we_are h3 strong {
    font-weight: 800
}

.who_we_are .flex {
    gap: 4rem
}

@media(max-width:768px) {
    .who_we_are .flex {
        gap: 2rem
    }

    .who_we_are .flex-row {
        flex-direction: column
    }
}

.main_tweets,
.main_tweets .tweets {
    position: relative
}

.main_tweets .tweets:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    bottom: 0;
    content: " ";
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 100
}

@media(min-width:60em) {
    .main_tweets .tweets:after {
        display: block
    }
}

.main_tweets .tweets .swiper-pagination-bullet {
    background-color: #c8c8c8;
    opacity: 1
}

.main_tweets .tweets .swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1
}

.main_tweets .tweets.swiper-container-vertical {
    max-height: 50em
}

@media(min-width:960px)and (max-width:1024px) {
    .main_tweets .tweets.swiper-container-vertical {
        height: 50em
    }
}

.main_tweets .swiper-button {
    display: none;
    justify-content: center
}

.main_tweets .swiper-button:first-child {
    padding-top: .2em
}

.main_tweets .swiper-button:last-child {
    padding-bottom: .2em
}

.main_tweets .swiper-button .arrow {
    border: solid #000;
    border-radius: 3px;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px
}

.main_tweets .swiper-button .arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.main_tweets .swiper-button .arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.main_tweets .swiper-button .arrow:hover {
    border-color: #999
}

@media(min-width:60em) {
    .main_tweets .swiper-button {
        display: flex
    }

    .main_tweets .swiper-pagination {
        display: none
    }
}

.main_tweets .nav-button {
    float: right;
    position: relative;
    width: 35px
}

.tweet {
    padding: 0 5vw 2em
}

@media(min-width:60em) {
    .tweet {
        padding: 1em 0
    }

    .tweet,
    .tweets__slide:first-child .tweet {
        border-top: 1px solid #c8c8c8
    }
}

.tweet__header {
    justify-content: space-between;
    margin-bottom: 1em
}

.tweet__author,
.tweet__header {
    align-items: center;
    display: flex
}

.tweet__avatar {
    border-radius: 50%;
    margin-right: 1em;
    overflow: hidden;
    width: 2em
}

.tweet__avatar img {
    display: block
}

.tweet__name {
    font-size: .875em;
    font-weight: 700;
    padding: 0 0 .25em
}

a:hover .tweet__name {
    text-decoration: underline
}

@media(hover:none) {
    a:hover .tweet__name {
        text-decoration: none
    }
}

.tweet__username {
    color: #008e9e;
    font-size: .875em
}

.tweet__icon {
    color: #c8c8c8
}

.tweet__icon svg {
    display: block;
    fill: currentColor;
    height: auto;
    width: 1.5em
}

.tweet__body {
    height: 60px;
    line-height: 1.1;
    overflow: hidden
}

.tweet__body a {
    color: #008e9e
}

.tweet__body a:hover {
    text-decoration: underline
}

@media(hover:none) {
    .tweet__body a:hover {
        text-decoration: none
    }
}

.tweet__meta {
    color: #999;
    font-size: .875em
}

.team {
    padding: 0 5.625rem
}

@media(min-width:40em) {
    .team {
        padding: 0 5.625rem
    }

    .team ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: -1.5em
    }
}

@media(min-width:60em) {
    .team ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:80em) {
    .team ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

.team a {
    display: block;
    margin-bottom: 2em
}

@media(min-width:40em) {
    .team a {
        margin-bottom: 0;
        padding: 1.5em;
        position: relative
    }
}

.team span {
    display: none
}

@media(min-width:40em) {
    .team span {
        border: 1px solid;
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(.9);
        transition: opacity .4s, transform .4s
    }
}

@media(min-width:40em)and (hover:none) {
    .team span {
        display: none
    }
}

@media(min-width:40em) {
    .team a:hover span {
        opacity: 1;
        transform: scale(1)
    }
}

.team h3 {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 .5em;
    text-transform: capitalize
}

.team p {
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

@media(min-width:40em) {
    .summary {
        display: grid;
        grid-auto-flow: column;
        grid-gap: 3em;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto)
    }
}

.summary>div {
    margin-bottom: 2em
}

@media(min-width:40em) {

    .summary>div,
    .summary>div>:last-child {
        margin-bottom: 0
    }
}

.summary>div:last-child,
.summary>div:last-child>:last-child {
    margin-bottom: 0
}

.summary h3 {
    font-size: 1em;
    margin: 0 0 .5em
}

.summary p {
    line-height: 1.5
}

.summary p a:hover {
    color: #008e9e;
    text-decoration: underline
}

.social.social--footer {
    margin: .5em 0 1.25em -.75em
}

.social ul {
    display: flex;
    margin: 0
}

.social a {
    display: block;
    padding: .75em
}

.social svg {
    display: block;
    fill: currentColor;
    height: 1.25em;
    width: auto
}

.section-header {
    margin-bottom: 2em;
    padding: 0 7rem
}

@media(min-width:60em) {
    .section-header {
        margin-bottom: 4em
    }
}

.section-header--center {
    text-align: center
}

.section-header__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
    transform: translateY(.125em)
}

@media(min-width:80em) {
    .section-header__title {
        font-size: 5em
    }
}

.search-form {
    position: relative
}

.search-form.search-form--header {
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:480px) {
    .search-form.search-form--header {
        right: 10px
    }
}

@media(min-width:40em) {
    .search-form.search-form--header {
        position: relative;
        right: auto;
        top: auto;
        transform: none
    }
}

.search-form__input {
    background: #999;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    color: inherit;
    opacity: 0;
    outline: none;
    padding: .6875rem 2.25em .8125rem 0;
    transition: width .4s, padding-left .4s, opacity .4s;
    width: 0
}

.search-form__input::-moz-placeholder {
    color: hsla(0, 0%, 60%, .9)
}

.search-form__input::placeholder {
    color: hsla(0, 0%, 60%, .9)
}

.search-form__input::-ms-clear,
.search-form__input::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

.search-form__input::-webkit-search-cancel-button,
.search-form__input::-webkit-search-decoration,
.search-form__input::-webkit-search-results-button,
.search-form__input::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.form-active .search-form__input {
    opacity: 1;
    padding-left: .75em;
    width: 26.25rem
}

.search-form__button {
    height: 1.3em;
    width: 1.3em
}

@media(max-width:416px) {
    .search-form__button {
        height: 1em;
        width: 1em
    }
}

.search-form__button {
    background: transparent url(../../assets/images/ux/search.png) no-repeat;
    border: 0;
    color: inherit;
    padding: .625em;
    position: absolute;
    top: 50%
}

@media(max-width:640px) {
    .search-form__button {
        background-size: 90%
    }
}

.search-form__button {
    cursor: pointer;
    outline: none;
    right: .75em;
    transform: translateY(-50%)
}

@media(min-width:60em) {
    .search-form__button {
        padding: .5em
    }
}

.logo {
    display: inline-block;
    margin-left: -4px
}

.logo svg {
    display: block;
    fill: currentColor;
    height: 2.5em;
    width: auto
}

@media(min-width:60em) {
    .logo svg {
        height: 3em
    }
}

.logo--header svg {
    height: 2em
}

@media(max-width:416px) {
    .logo--header svg {
        max-width: 150px
    }
}

@media(min-width:60em) {
    .logo--header svg {
        height: 2.5em
    }
}

.header-nav {
    padding: 0 2vw
}

.header-nav ul {
    margin: 1.25em 0
}

@media(min-width:60em) {
    .header-nav ul {
        margin: 1em 0
    }
}

.header-nav ul.sub-menu {
    display: none;
    margin: 0 0 0 .2em
}

.header-nav ul.sub-menu a {
    color: #999;
    font-size: 1em;
    padding: .4em 0
}

.header-nav ul .sub-menu-active .sub-menu {
    display: block
}

.header-nav ul li {
    padding-left: 10px;
    position: relative
}

.header-nav ul li.menu-item-type-post_type.current-menu-item>a {
    color: #008e9e
}

.header-nav ul li.menu-item-has-children>span {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    cursor: pointer;
    height: 0;
    position: absolute;
    right: 0;
    top: 1.3em;
    width: 0
}

.header-nav ul li.menu-item-has-children>span.sub-menu-active span {
    border-bottom: 7px solid #fff;
    border-top: none
}

.header-nav ul li.menu-item-has-children>span.sub-menu-active:first-child,
.header-nav ul li.menu-item-has-children>span.sub-menu-active:first-child:first-child {
    padding-bottom: 0
}

.header-nav ul li.menu-item-has-children>span.sub-menu-active:first-child:hover {
    color: #fff
}

.header-nav ul li.menu-item-has-children .sub-menu {
    margin-left: 0;
    padding-left: 0
}

.header-nav ul li.menu-item-has-children .sub-menu .menu-item {
    margin: 0;
    padding: 0
}

.header-nav ul li.menu-item-has-children .sub-menu .menu-item a:hover {
    color: #fff
}

.header-nav ul a {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    padding: 1em 0;
    transition: color .4s
}

@media(min-width:60em) {
    .header-nav ul a {
        font-size: 1.25em;
        line-height: 1.3333333333;
        padding: .6666666667em 0
    }
}

.header-nav ul a:hover {
    color: #008e9e
}

@media(hover:none) {
    .header-nav ul a:hover {
        color: #fff
    }
}

.footer-nav.footer-nav--brands {
    font-weight: 700;
    text-transform: uppercase
}

@media(min-width:60em) {
    .footer-nav.footer-nav--brands {
        padding-right: 10vw
    }

    .footer-nav ul {
        margin-bottom: 0
    }
}

@media(min-width:40em) {
    .footer-nav.footer-nav--brands ul {
        -moz-columns: 2;
        column-count: 2
    }
}

@media(min-width:60em) {
    .footer-nav.footer-nav--site li {
        display: inline-block;
        margin-right: 2em
    }
}

.footer-nav a,
.footer-nav p {
    display: inline-block;
    font-size: .875em;
    padding: .25em 0
}

@media(min-width:60em) {

    .footer-nav a,
    .footer-nav p {
        font-size: 1em;
        padding: .5em 0
    }
}

.footer-nav a:hover {
    text-decoration: underline
}

@media(hover:none) {
    .footer-nav a:hover {
        text-decoration: none
    }
}

.footer-nav.footer-nav--brands a,
.footer-nav.footer-nav--brands p {
    margin: 0;
    padding: .75em 0
}

@media(min-width:60em) {

    .footer-nav.footer-nav--brands a,
    .footer-nav.footer-nav--brands p {
        margin-bottom: .5em;
        padding: .5em 0
    }
}

#ot-sdk-btn.optanon-show-settings,
#ot-sdk-btn.ot-sdk-show-settings {
    border: none;
    color: #fff;
    word-wrap: break-word;
    background-color: #333;
    cursor: pointer;
    font-size: 1em;
    padding: .5em 0
}

.brands-banner {
    background-color: #099;
    color: #fff;
    padding: 2em 5vw;
    text-align: center
}

@media(min-width:60em) {
    .brands-banner {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

.brands-banner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0 0
}

@media(min-width:60em) {
    .brands-banner ul {
        margin: 0 0 0 4em
    }
}

.brands-banner ul a {
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase
}

.brands-banner ul a:after {
    content: "/";
    margin: 0 .5em
}

.brands-banner ul li:last-child a:after {
    display: none
}

.brands {
    background-color: #202020;
    color: #fff;
    height: auto;
    padding: 0 5vw;
    text-align: center
}

.brands ul {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 50rem;
    padding: 1.25em 0
}

@media(min-width:60em) {
    .brands ul {
        flex-wrap: wrap;
        max-width: none;
        padding: .75em 0
    }
}

.brands a,
.brands p {
    display: block;
    margin: 0;
    padding: .75em;
    transition: opacity .4s, transform .4s
}

@media(min-width:60em) {

    .brands a,
    .brands p {
        transform: scale(1)
    }

    .brands a:hover,
    .brands p:hover {
        transform: scale(1.1)
    }
}

@media(min-width:60em)and (hover:none) {

    .brands a:hover,
    .brands p:hover {
        transform: scale(1)
    }
}

@media(min-width:60em) {

    .brands ul:hover a,
    .brands ul:hover p {
        opacity: .5
    }
}

@media(min-width:60em)and (hover:none) {

    .brands ul:hover a,
    .brands ul:hover p {
        opacity: 1
    }
}

@media(min-width:60em) {

    .brands ul:hover a:hover,
    .brands ul:hover p:hover {
        opacity: 1
    }
}

.brands svg {
    display: block;
    fill: currentColor;
    height: 1.5em;
    width: auto
}

@media(min-width:60em) {
    .brands svg {
        height: calc(-.125em + 2.08333vw)
    }
}

@media(min-width:90em) {
    .brands svg {
        height: 1.75em
    }
}

.brands svg .fill {
    fill: transparent
}

.brand__links {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 300px
}

.brand__links .button--brand-link {
    margin-right: 10px
}

.block {
    margin: .5em 0
}

@media(min-width:40em) {
    .block {
        display: flex
    }

    .block.block--flip {
        flex-direction: row-reverse
    }
}

.block__media {
    position: relative
}

@media(min-width:40em) {
    .block__media {
        width: 48.75%
    }
}

.block__media:after,
.block__media:before {
    content: "";
    display: block;
    position: absolute
}

.block--lime .block__media:after,
.block--lime .block__media:before {
    background-color: #9c3
}

.block--orange .block__media:after,
.block--orange .block__media:before {
    background-color: #f63
}

.block--red .block__media:after,
.block--red .block__media:before {
    background-color: #f33
}

.block--teal .block__media:after,
.block--teal .block__media:before {
    background-color: #099
}

.block--yellow .block__media:after,
.block--yellow .block__media:before {
    background-color: #ff0
}

.block--sky-blue .block__media:after,
.block--sky-blue .block__media:before {
    background-color: #309bb6
}

.block--dark-yellow .block__media:after,
.block--dark-yellow .block__media:before {
    background-color: #eebb24
}

.block--cherry-red .block__media:after,
.block--cherry-red .block__media:before {
    background-color: #cd1111
}

.block__media:before {
    bottom: 0;
    left: 0;
    top: 0;
    width: .5rem
}

.block--flip .block__media:before {
    left: auto;
    right: 0
}

.block__media:after {
    bottom: 0;
    height: 2em;
    left: 0;
    right: 5vw
}

@media(min-width:40em) {
    .block__media:after {
        right: 0
    }
}

.block--flip .block__media:after {
    left: 5vw;
    right: 0
}

@media(min-width:40em) {
    .block--flip .block__media:after {
        left: 0
    }
}

.block__media img {
    display: block;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.block__text {
    padding: 1.5em 5vw 3em
}

@media(min-width:40em) {
    .block__text {
        align-self: center;
        padding: 3em 5vw;
        width: 51.25%
    }
}

.block__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 3em;
    letter-spacing: .025em;
    line-height: 1;
    margin: 0 0 .25em;
    text-transform: uppercase;
    transform: translateY(.125em)
}

.block__description {
    line-height: 1.5
}

.block__description>:last-child {
    margin-bottom: 0
}

.billboard {
    align-items: flex-end;
    background-color: #000;
    color: #fff;
    display: flex;
    height: 40vw;
    min-height: 30em;
    overflow: hidden;
    position: relative
}

.billboard__actions {
    margin-top: 35px
}

@media(min-width:1024px) {

    .billboard__actions .button,
    .billboard__actions a {
        height: 45px;
        line-height: 1.3 !important
    }
}

@media(min-width:40em) {
    .billboard {
        align-items: center;
        height: auto;
        min-height: 40vw
    }
}

@media(max-width:47.5em) {
    .billboard {
        height: auto
    }
}

@media(min-width:60em) {
    .billboard.billboard-color-banner {
        align-items: center;
        height: auto;
        justify-content: center;
        padding: 10.875rem 0
    }
}

@media(max-width:96.25em) {
    .billboard.billboard-color-banner {
        align-items: center;
        justify-content: center;
        padding-bottom: 4.4375rem;
        padding-top: 4.4375rem
    }
}

.billboard.billboard-color-banner.billboard-color-lime {
    background-color: #9c3
}

.billboard.billboard-color-banner.billboard-color-lime .billboard__text>:last-child:before {
    background-color: #fff !important
}

.billboard.billboard-color-banner.billboard-color-mint {
    background-color: #3c9
}

.billboard.billboard-color-banner.billboard-color-orange {
    background-color: #f63
}

.billboard.billboard-color-banner.billboard-color-red {
    background-color: #f33
}

.billboard.billboard-color-banner.billboard-color-teal {
    background-color: #099
}

.billboard.billboard-color-banner.billboard-color-teal .billboard__actions a {
    color: #77787b
}

.billboard.billboard-color-banner.billboard-color-gray {
    background-color: #999
}

.billboard.billboard-color-banner.billboard-color-gray .billboard__text>:last-child:before {
    background-color: #099 !important
}

.billboard.billboard-color-banner.billboard-color-gray .billboard__actions a {
    color: #099
}

.billboard.billboard-color-banner.billboard-color-yellow {
    background-color: #ff0
}

.billboard.billboard-color-banner.billboard-color-sky-blue {
    background-color: #309bb6
}

.billboard.billboard-color-banner.billboard-color-dark-yellow {
    background-color: #eebb24
}

.billboard.billboard-color-banner.billboard-color-dark-yellow .billboard__text {
    color: #000
}

.billboard.billboard-color-banner.billboard-color-dark-yellow .billboard__text>:last-child:before {
    background-color: #000
}

.billboard.billboard-color-banner.billboard-color-dark-yellow .billboard__actions a,
.billboard.billboard-color-banner.billboard-color-dark-yellow .billboard__text>:last-child p {
    color: #000
}

.billboard.billboard-color-banner.billboard-color-cherry-red {
    background-color: #cd1111
}

.billboard.billboard-color-banner .billboard__text {
    color: #fff;
    display: grid;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    grid-template-columns: 60% 40%;
    letter-spacing: normal;
    line-height: 1.56;
    margin: 0 7.375rem;
    width: 100%
}

@media(min-width:60em) {
    .billboard.billboard-color-banner .billboard__text {
        margin: 0 calc(100% - 100vw + 130px)
    }
}

@media(max-width:60em) {
    .billboard.billboard-color-banner .billboard__text {
        grid-template-columns: none;
        margin: 3em
    }
}

@media(max-width:47.5em) {
    .billboard.billboard-color-banner .billboard__text {
        font-size: 1.125rem
    }
}

.billboard.billboard-color-banner .billboard__text>:first-child p {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    line-height: 1.52;
    max-width: 39.875rem
}

.billboard.billboard-color-banner .billboard__text>:last-child {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

@media(max-width:60em) {
    .billboard.billboard-color-banner .billboard__text>:last-child {
        align-items: flex-start;
        text-align: left
    }
}

.billboard.billboard-color-banner .billboard__text>:last-child p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33;
    text-align: right;
    text-transform: capitalize
}

.billboard.billboard-color-banner .billboard__text>:last-child:before {
    background-color: #77787b;
    content: "";
    display: block;
    height: .5em;
    margin-bottom: .75em;
    margin-top: 1.875rem;
    width: 4.4375em
}

@media(min-width:60em) {
    .billboard.billboard-color-banner-header {
        height: 29.7vw;
        min-height: auto
    }
}

.billboard.billboard-color-banner:not(last-child) {
    margin-bottom: 8px
}

.billboard.billboard-color-banner .billboard__title {
    font-weight: 600;
    text-transform: capitalize
}

.billboard.billboard-color-banner .billboard__title:hover {
    transform: none
}

.billboard.billboard_30_70 {
    height: auto;
    min-height: 20vw;
    padding: 2rem 0
}

.billboard.billboard_30_70 .billboard__text {
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-template-columns: 55% 45%
}

@media(min-width:80em) {
    .billboard.billboard_30_70 .billboard__text {
        grid-template-columns: 30% 70%
    }
}

.billboard.billboard_30_70 .billboard__text>:last-child:before {
    background-color: none;
    content: "";
    display: block;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    width: auto
}

.billboard.billboard_30_70 .billboard__text>:last-child p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: .75em 0
}

.billboard.billboard_30_70 .billboard__text>:last-child p a:hover {
    text-decoration: underline
}

.billboard.billboard_30_70 .billboard__text h2 {
    margin: .12em 0
}

.billboard__media,
.billboard__media:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.billboard__media:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) 33.3%, transparent);
    content: "";
    mix-blend-mode: multiply
}

@media(min-width:40em) {
    .billboard__media:before {
        background-image: linear-gradient(270deg, transparent 40%, rgba(0, 0, 0, .5))
    }

    .billboard--flip .billboard__media:before {
        background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, .5))
    }
}

.billboard__media a {
    display: block;
    height: 100%;
    position: relative
}

.billboard__media a:before {
    background-image: linear-gradient(180deg, transparent 33.3%, rgba(0, 0, 0, .9));
    bottom: 0;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0
}

@media(min-width:40em) {
    .billboard__media a:before {
        background-image: linear-gradient(270deg, transparent 40%, rgba(0, 0, 0, .5))
    }

    .billboard--flip .billboard__media a:before {
        background-image: linear-gradient(90deg, transparent 40%, rgba(0, 0, 0, .5))
    }
}

.billboard__media img {
    display: block;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
    width: 100%
}

.billboard__text {
    margin: 0 5vw 1.5em;
    position: relative;
    z-index: 1
}

@media(min-width:20em) {
    .billboard__text {
        margin-bottom: calc(.75em + 3.75vw)
    }
}

@media(min-width:40em) {
    .billboard__text {
        margin-bottom: 2.25em;
        margin: 4em auto 4em 5.5rem;
        width: 38vw
    }

    .billboard--flip .billboard__text {
        margin: 4em 5vw 4em auto
    }
}

.billboard__category {
    font-size: .75em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

@media(min-width:60em) {
    .billboard__category {
        font-size: 1em
    }
}

.billboard__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 4.5rem;
    letter-spacing: normal;
    line-height: 1;
    margin: 0 0 .25em;
    transition: transform .4s linear;
    word-wrap: break-word
}

@media(max-width:80em) {
    .billboard__title {
        font-size: 2.7rem
    }
}

.billboard__description {
    line-height: 1.5;
    margin: 0;
    max-width: 36em;
    padding: 0 0 20px
}

@media(min-width:640px) {
    .billboard__description {
        font-size: 1.563vw
    }
}

@media(min-width:80em) {
    .billboard__description {
        padding: 0
    }
}

.billboard__actions a {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .5s ease, background-color .5s ease
}

.billboard__actions a:hover {
    background-color: transparent;
    color: #fff
}

@media(min-width:640px) {
    .billboard__actions a {
        font-size: 1.25vw
    }
}

.page-template-who-we-are .billboard_30_70 .billboard__text {
    grid-template-columns: 55% 45%
}

@media(min-width:80em) {
    .page-template-who-we-are .billboard_30_70 .billboard__text {
        grid-template-columns: 40% 60%
    }
}

@media(min-width:100em) {
    .page-template-who-we-are .billboard_30_70 .billboard__text {
        grid-template-columns: 30% 70%
    }
}

@media(max-width:376px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] {
        padding: 0
    }
}

.page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .section-header {
    margin-top: -4.625rem
}

@media(max-width:960px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .section-header {
        margin: 0 3em;
        padding: 0
    }
}

@media(max-width:640px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .section-header {
        margin: 0 3em;
        padding: 0
    }
}

@media(max-width:569px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .section-header {
        margin: 0 2em;
        padding: 0
    }
}

@media(max-width:960px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .team {
        padding: 3em 2em 0
    }
}

@media(max-width:640px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .team {
        padding: 3em 3em 0
    }
}

@media(max-width:569px) {
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .team {
        padding: 3em 2em 0
    }
}

.page-template-home [aria-labelledby=sectionHeadingFeatured] .billboard__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
    text-transform: uppercase
}

@media(min-width:640px) {
    .page-template-home [aria-labelledby=sectionHeadingFeatured] .billboard__title {
        font-size: 2.292vw
    }
}

@media(min-width:80em) {
    .page-template-home [aria-labelledby=sectionHeadingFeatured] .billboard__title {
        margin: 0 0 30px
    }
}

.page-template-home [aria-labelledby=sectionHeadingFeatured] .billboard__title p {
    margin: 0
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] {
    width: 100%
}

@media(max-width:640px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard {
        align-items: center
    }
}

@media(min-width:40em) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard.billboard--flip .billboard__text {
        margin: 4em 5.5rem 4em auto
    }
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .section-header {
    padding: 0 calc(100% - 100vw + 130px)
}

@media(max-width:60em) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .section-header {
        padding: 0 3em
    }
}

@media(max-width:569px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .section-header {
        padding: 0 1.3em
    }
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .section-header .title_1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: .5em;
    width: 100%
}

@media(max-width:960px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .section-header .title_1 {
        font-size: 20px
    }
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 2.7rem;
    text-transform: uppercase
}

@media(max-width:960px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard__title {
        font-size: 2rem
    }
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard__description {
    font-size: 1.5rem
}

@media(max-width:960px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard__description {
        font-size: 1.3rem
    }
}

@media(max-width:640px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard__description {
        font-size: 1.2rem
    }
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard__text p {
    margin: 0
}

.page-template-whats_important_to_us [aria-labelledby=sectionFeaturedBillboard] .billboard--flip .billboard__text {
    text-align: right
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] {
    margin: 0;
    padding-top: 0
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard-color-banner {
    padding: 4em 0
}

@media(max-width:960px) {
    .page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard-color-banner {
        padding: 2em 0
    }
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard-color-banner {
    margin: 0;
    min-height: 27vw
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard__text {
    display: block;
    flex-direction: column !important;
    grid-template-columns: none
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard__text .description {
    align-items: normal
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard__text .description:before {
    display: none
}

.page-template-whats_important_to_us [aria-labelledby=sectionColorBanner] .billboard__text .description p {
    margin: 0;
    text-align: left
}

@media(min-width:60em) {
    .article-items {
        padding: 0 5vw
    }
}

.column .article-items {
    padding: 0
}

.article-item {
    border-bottom: 1px solid #c8c8c8
}

.article-item:first-child {
    border-top: 1px solid #c8c8c8
}

.article-item>a {
    display: block;
    padding: 1em 5vw;
    position: relative
}

@media(min-width:20em) {
    .article-item>a {
        padding-top: calc(.5em + 2.5vw)
    }
}

@media(min-width:60em) {
    .article-item>a {
        padding-top: 2em
    }
}

@media(min-width:20em) {
    .article-item>a {
        padding-bottom: calc(.5em + 2.5vw)
    }
}

@media(min-width:60em) {
    .article-item>a {
        padding-bottom: 2em
    }
}

@media(min-width:40em) {
    .article-item>a {
        padding-right: calc(5vw + 10em)
    }
}

@media(min-width:60em) {
    .article-item>a {
        padding-left: 0;
        padding-right: 10em
    }
}

.article-item>a>span {
    display: none
}

@media(min-width:60em) {
    .article-item>a>span {
        bottom: 0;
        display: block;
        left: -2.5vw;
        opacity: 0;
        outline: 1px solid currentColor;
        position: absolute;
        right: -2.5vw;
        top: 0;
        transform: scale(.9);
        transition: opacity .4s, transform .4s
    }
}

@media(min-width:60em)and (hover:none) {
    .article-item>a>span {
        display: none
    }
}

@media(min-width:60em) {
    .article-item>a:hover>span {
        opacity: 1;
        transform: scale(1)
    }
}

.article-item .article-item__meta {
    color: #999;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: .75em;
    font-weight: 400;
    margin: 0 0 1em;
    text-transform: uppercase
}

@media(min-width:60em) {
    .article-item .article-item__meta {
        font-size: .875em
    }
}

.article-item .article-item__logo {
    margin-bottom: .75em
}

@media(min-width:40em) {
    .article-item .article-item__logo {
        margin-bottom: 0;
        position: absolute;
        right: 5vw;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(min-width:60em) {
    .article-item .article-item__logo {
        right: 0
    }
}

.article-item .article-item__logo svg {
    display: block;
    height: 1em
}

@media(min-width:40em) {
    .article-item .article-item__logo svg {
        height: 3.25em;
        max-width: 8em
    }
}

.article-item .article-item__title {
    font-size: 1em;
    line-height: 1.5;
    margin: 0
}

.article-item .article-item__link,
.article-item .article-item__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 600
}

.article-item .article-item__link {
    color: #008e9e;
    font-size: .75em;
    margin: 1em 0 0;
    text-transform: uppercase
}

.article-item .article-item__link span {
    padding: 0 10px
}

@media(min-width:60em) {
    .article-item .article-item__link {
        font-size: .875em
    }
}

.heroes {
    background-color: #000
}

.hero {
    align-items: flex-end;
    background-color: #202020;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 33.3vw;
    overflow: hidden;
    padding: 0 1.5rem;
    position: relative
}

.hero.hero--large {
    height: calc(100vh - 4.75rem)
}

@media(min-width:48em) {
    .hero {
        padding: 0 4rem
    }
}

@media(min-width:64em) {
    .hero {
        padding: 0 13.875rem
    }
}

.hero__media {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hero__media a,
.hero__media span {
    display: block;
    height: 100%;
    position: relative
}

@media(min-width:48em) {

    .hero__media a,
    .hero__media span {
        line-height: 1
    }
}

.hero__media img {
    display: block;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
    width: 100%
}

.hero__text {
    text-align: center;
    z-index: 1
}

.hero__category {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: .9375rem;
    margin: 0 0 1.5rem;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:48em) {
    .hero__category {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media(min-width:64em) {
    .hero__category {
        margin: 0 0 2rem
    }
}

.hero__category a span {
    padding: 0 10px
}

.hero__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin: 12rem 0 1rem
}

@media(min-width:48em) {
    .hero__title {
        font-size: 4.5rem
    }
}

@media(min-width:64em) {
    .hero__title {
        font-size: 7.5rem
    }
}

.hero__title p {
    margin: 0;
    padding: 0
}

.hero__description {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: .9375rem;
    margin: 0;
    text-transform: uppercase
}

@media(min-width:48em) {
    .hero__description {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.page .hero__title span,
.single-post .hero__title span {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

@media(min-width:48em) {

    .page .hero__title span,
    .single-post .hero__title span {
        margin: 0
    }
}

.page-template-contact .hero,
.page-template-default .hero,
.single-post .hero {
    align-items: center;
    padding: 4.25rem 1.5rem 2rem
}

@media(min-width:48em) {

    .page-template-contact .hero,
    .page-template-default .hero,
    .single-post .hero {
        padding: 3rem 4rem
    }
}

@media(min-width:64em) {

    .page-template-contact .hero,
    .page-template-default .hero,
    .single-post .hero {
        padding: 3.5rem 13.875rem
    }
}

.page-template-contact .hero--frame .hero__title,
.page-template-default .hero--frame .hero__title,
.single-post .hero--frame .hero__title {
    margin: .67em 0
}

.single-post .hero--frame .hero__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 3rem;
    text-transform: none
}

.page .swiper-container .hero__text {
    margin-bottom: 2.5rem
}

@media(min-width:48em) {
    .page .swiper-container .hero__text {
        margin-bottom: 3.75rem
    }
}

@media(min-width:64em) {
    .page .swiper-container .hero__text {
        margin-bottom: 4.25rem
    }
}

.page .swiper-container .hero__title {
    margin: 0 0 1.5rem
}

@media(min-width:64em) {
    .page .swiper-container .hero__title {
        font-size: 5rem;
        margin: 0 0 2rem
    }
}

.page .swiper-container .hero__description {
    margin: 0 0 1.5rem
}

@media(min-width:64em) {
    .page .swiper-container .hero__description {
        margin: 0 0 2rem
    }
}

.heroes .swiper-pagination-bullet {
    background-color: #fff;
    height: 8px;
    opacity: .4;
    width: 8px
}

@media(min-width:48em) {
    .heroes .swiper-pagination-bullet {
        height: 12px;
        width: 12px
    }
}

.heroes .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.heroes.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2rem;
    line-height: 0
}

@media(min-width:48em) {
    .heroes.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 3rem
    }
}

@media(min-width:64em) {
    .heroes.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 3.5rem
    }
}

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

.bio,
.bio .bio__header {
    width: 100%
}

.bio .bio__header .bio__image {
    align-items: center;
    background-color: #202020;
    color: #fff;
    display: flex;
    height: 33vw;
    min-height: 28em;
    overflow: hidden;
    position: relative
}

.bio .bio__header .bio__image .bio_media {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bio .bio__header .bio__image .bio_media img {
    display: block;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.bio .bio__header .bio__image.bio__headshot--text-width .bio_media {
    padding: 0 7vw
}

@media(min-width:60em) {
    .bio .bio__header .bio__image.bio__headshot--text-width .bio_media {
        padding: 0 15vw
    }
}

.bio .bio__header .bio__image.bio__headshot--portrait .bio_media img {
    width: auto
}

@media(max-width:768px) {
    .bio .bio__header .bio__image.bio__headshot--portrait .bio_media img {
        width: 100%
    }
}

.bio .bio__header .bio__image.bio__headshot--portrait .bio_media img {
    height: 100%;
    margin: 0 auto
}

.bio .bio__header .bio__image.bio__headshot--full-bleed .bio_media img {
    height: auto;
    width: 100%
}

@media(max-width:768px) {
    .bio .bio__header .bio__image.bio__headshot--full-bleed .bio_media img {
        height: 100%
    }
}

.bio .bio__header h1 {
    margin: 7.5vw 0;
    text-align: center
}

@media(min-width:60em) {
    .bio .bio__header h1 {
        margin: 4.3vw 0
    }
}

.bio .bio__header h1 .bio__title-name {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.55em;
    letter-spacing: normal;
    line-height: 1;
    text-transform: uppercase
}

@media(min-width:60em) {
    .bio .bio__header h1 .bio__title-name {
        font-size: 2.75em
    }
}

.bio .bio__header h1 .bio__job-title {
    color: #999;
    display: block;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: .42em;
    text-transform: none;
    width: 100%
}

@media(min-width:60em) {
    .bio .bio__header h1 .bio__job-title {
        font-size: .56em
    }
}

.bio .container {
    padding: 0 7vw
}

@media(min-width:60em) {
    .bio .container {
        padding: 0 15vw
    }
}

.bio .bio__footer {
    width: 100%
}

.bio .bio__footer .list--bio-actions {
    list-style: none;
    padding: 0
}

.bio .bio__footer .list--bio-actions a {
    color: #008e9e;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    line-height: 1.625em
}

.bio .bio__footer .list--bio-actions a:hover {
    text-decoration: underline
}

.news {
    width: 100%
}

.news .filter-menu-toggle {
    background: #008e9e;
    border-radius: .25em;
    color: #fff;
    display: block;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 auto 1.5em;
    padding: .778em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 7em
}

@media(min-width:64em) {
    .news .filter-menu-toggle {
        display: none
    }
}

@media(max-width:30em) {
    .news .filter-menu-toggle {
        font-size: 1em;
        padding: .6em;
        width: 6em
    }
}

.news .heading {
    display: flex;
    padding: 0 7.5rem
}

@media(min-width:80em) {
    .news .heading {
        align-items: baseline;
        flex-direction: row
    }
}

.news .heading .section-header__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 3em;
    transform: translateY(.22em)
}

@media(min-width:60em) {
    .news .heading .section-header__title {
        font-size: 5.5em;
        margin: 0 .32em 0 0
    }
}

.news .form--news-filter {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4em;
    position: relative;
    width: 100%
}

.news .form--news-filter.show {
    display: flex
}

.news .form--news-filter .form__field {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 25em
}

.news .form--news-filter .form__field .search-form__button {
    background: transparent url(../../assets/images/ux/search-black.png);
    position: absolute;
    top: 1.5em
}

.news .form--news-filter .form__field input,
.news .form--news-filter .form__field select {
    -webkit-appearance: none;
    border: 1px solid #c8c8c8;
    border-radius: .25em;
    padding: .94em 2.3em .94em .7em;
    width: 100%
}

.news .form--news-filter .form__field select[multiple] {
    padding: 0
}

.news .form--news-filter .form__field select:not([multiple]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 4'%3E%3Cpath d='M5 0H0l2.5 4'/%3E%3C/svg%3E");
    background-position: center right 1.2em;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 2em
}

.news .form--news-filter .form__field select:not([multiple])::-ms-expand {
    display: none
}

@media(min-width:64em) {
    .news .form--news-filter .form__field {
        margin: 0 1em 1em 0;
        width: 24.2%
    }

    .news .form--news-filter .form__field:last-child {
        margin-right: 0
    }
}

@media(max-width:30em) {
    .news .form--news-filter .form__field {
        width: 100%
    }
}

.news .form--news-filter .form__field--custom {
    display: none;
    margin-top: 1em
}

.news .form--news-filter .form__field--custom span {
    display: block;
    margin: .5rem 0
}

.news .form--news-filter .form__field--custom input {
    padding-right: .6em
}

.news .form--news-filter.custom-range .form__field--custom {
    display: block
}

@media(min-width:64em) {
    .news .form--news-filter {
        display: flex;
        flex-direction: row;
        justify-content: normal
    }
}

@media(min-width:40em) {
    .news .section__content {
        padding: 0 7.5rem
    }
}

.news .article-item a {
    padding-left: 3vw
}

@media(min-width:40em) {
    .news .article-item a {
        padding-left: 0
    }
}

.news .section--news-results .section__no-results {
    display: none
}

.news .section--news-results.section--news-is-loading {
    position: relative
}

.news .section--news-results.section--news-is-loading .overlay {
    background: rgba(0, 0, 0, .541) url(../../assets/images/ux/preloader.gif) no-repeat 50%;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1999
}

.news .section--news-no-results .section__results {
    display: none
}

.news .section__no-results {
    font-size: 2em;
    margin: 1em 0
}

.page__content p:last-child {
    margin: 0
}

.page__content p a:hover {
    color: #008e9e;
    text-decoration: underline
}

.page__content .section-header__title {
    margin: .5em 0
}

@media(min-width:60em) {
    .page__content .section-header__title {
        margin: 3.625rem 0
    }
}

.page__content .post__actions {
    margin-top: 2.5rem;
    width: 100%
}

.page__content .post__actions ul {
    display: flex;
    list-style: none;
    padding: 0
}

.page__content .post__actions ul li {
    padding-right: 1rem
}

.single-post .page__content {
    padding-bottom: 0
}

.page__content iframe {
    height: 100%;
    margin: 2rem 0;
    position: relative;
    width: 100%
}

.page__content img.alignright {
    display: block;
    margin-left: auto
}

.page__content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

header .post__subtitle {
    color: #999;
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    padding: 4vw 5vw 0;
    text-align: center;
    width: 100%
}

@media(min-width:60em) {
    header .post__subtitle {
        padding: 5vw 11.8vw 0
    }
}

header .post__image {
    max-width: 100%;
    padding: 3.5vw 5vw
}

@media(min-width:60em) {
    header .post__image {
        padding: 2vw 11.8vw
    }
}

header .post__image img {
    height: auto;
    max-width: 100%
}

@media(max-width:768px) {
    .page-template-careers .billboard__actions {
        margin-top: 0;
        padding-bottom: 30px
    }
}

.page-template-careers .page__content.page__content--internships {
    padding: 3em
}

@media(min-width:60em) {
    .page-template-careers .page__content.page__content--internships {
        padding: 4rem calc(100% - 100vw + 130px)
    }
}

@media(max-width:569px) {
    .page-template-careers .page__content.page__content--internships {
        padding: 0
    }
}

.page-template-careers .page__content p:last-child {
    margin: 0
}

.page-template-careers .page__content .section-header__title {
    margin-bottom: .4em;
    margin-top: 0
}

.page-template-careers section {
    margin: 0;
    padding: 0
}

.page-template-careers .section--text .list {
    display: none
}

@media(min-width:40em) {
    .page-template-careers .section--text .list {
        display: block
    }
}

.page-template-careers .section--text .list {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-template-careers .section--text .list li {
    margin-bottom: .6em
}

.page-template-careers .section--text .list li:last-child {
    margin: 0
}

.page-template-careers .section--text .list li a {
    display: flex;
    flex-direction: column
}

.page-template-careers .section--text .list li a .job__title {
    font-weight: 700;
    text-transform: uppercase
}

.page-template-careers .section--text .list li a .job__location {
    font-size: 1em
}

.page-template-careers .section.grid-collection .section-article {
    gap: 3.125rem;
    padding: 3.125rem 1.3em 2.5rem
}

.page-template-careers .section.grid-collection .section-article .section-title {
    font-size: 2.35em;
    transform: translateY(.125em)
}

.page-template-careers .section.grid-collection .section-items {
    padding: 1.25rem 1.3em 0
}

@media(min-width:569px) {

    .page-template-careers .section.grid-collection .section-article,
    .page-template-careers .section.grid-collection .section-items {
        padding-left: 3em;
        padding-right: 3em
    }
}

@media(min-width:769px) {
    .page-template-careers .section.grid-collection .section-article {
        gap: 3.75rem
    }

    .page-template-careers .section.grid-collection .section-article .section-title {
        font-size: 3em
    }
}

@media(min-width:60em) {
    .page-template-careers .section.grid-collection .section-article {
        padding: 3.75rem calc(100% - 100vw + 130px) 2.5rem
    }

    .page-template-careers .section.grid-collection .section-items {
        padding: 1.25rem calc(100% - 100vw + 130px) 0
    }
}

@media(min-width:1280px) {
    .page-template-careers .section.grid-collection .section-article .section-title {
        font-size: 5em
    }
}

.section--press-contacts {
    padding: 1rem 0 5vw
}

.section--press-contacts .container {
    padding: 0 5vw
}

@media(min-width:60em) {
    .section--press-contacts .container {
        padding: 0 11.8vw
    }
}

.section--press-contacts .container ul {
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 0
}

.section--press-contacts .container h2 {
    font-size: 1em;
    text-transform: uppercase
}

.single-post .hero__category {
    padding: 0
}

.list--post-actions li {
    display: flex
}

.list--post-actions li a {
    display: inline-block;
    height: 1.25em;
    width: 1.25em
}

.page-template-whats_important_to_us .billboard-color-banner-header {
    align-items: end;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    min-height: 35.6875rem
}

.page-template-whats_important_to_us .billboard-color-banner-header .billboard__text {
    width: auto
}

.page-template-whats_important_to_us .billboard-color-banner-header .billboard__text .billboard__title {
    letter-spacing: normal;
    margin: 0;
    transform: none
}

.page-template-whats_important_to_us .billboard-color-banner-header .billboard__text p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
    max-width: 1025px
}

@media(min-width:70em) {
    .section.section--featured {
        padding: 0
    }
}

@media(min-width:86em) {
    .section.section--featured {
        margin: 0 auto;
        width: 80%
    }
}

.feature-shift {
    display: flex;
    flex-direction: row;
    margin: .5em 0;
    max-height: auto
}

@media(min-width:70em) {
    .feature-shift {
        max-height: 32.25em
    }
}

.feature-shift.shift--right {
    flex-direction: row-reverse
}

.feature-shift.shift--right .shift__media {
    padding-right: 0
}

.feature-shift.shift--right .shift__media picture {
    padding-left: 0;
    padding-right: .5rem
}

@media(min-width:1280px) {
    .feature-shift.shift--right .shift__media img {
        height: 465px;
        width: 620px
    }
}

.feature-shift.shift--right .feature-shift__text {
    padding: 4em
}

.feature-shift.feature-shift-color-lime .shift__media picture {
    background-color: #9c3
}

.feature-shift.feature-shift-color-teal .shift__media picture {
    background-color: #099
}

.feature-shift.feature-shift-color-mint .shift__media picture {
    background-color: #3c9
}

.feature-shift.feature-shift-color-orange .shift__media picture {
    background-color: #f63
}

.feature-shift.feature-shift-color-red .shift__media picture {
    background-color: #f33
}

.feature-shift.feature-shift-color-yellow .shift__media picture {
    background-color: #ff0
}

.feature-shift.feature-shift-color-sky-blue .shift__media picture {
    background-color: #309bb6
}

.feature-shift.feature-shift-color-dark-yellow .shift__media picture {
    background-color: #eebb24
}

.feature-shift.feature-shift-cherry-red .shift__media picture {
    background-color: #cd1111
}

.feature-shift .feature-shift__text,
.feature-shift .shift__media {
    flex: 0 0 50%
}

.feature-shift .shift__media {
    overflow: hidden;
    padding-right: 4.125rem
}

.feature-shift .shift__media picture {
    display: inline-block;
    padding-bottom: 2.5rem;
    padding-left: .5rem
}

.feature-shift .shift__media picture img {
    display: block;
    height: auto;
    width: 100%
}

@media(min-width:1280px) {
    .feature-shift .shift__media picture img {
        height: 465px;
        width: 620px
    }
}

.feature-shift .feature-shift__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem
}

.feature-shift .feature-shift__text .feature-shift__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 5.625rem;
    margin: 1.125rem 0;
    text-transform: uppercase
}

@media(max-width:960px) {
    .feature-shift .feature-shift__text .feature-shift__title {
        font-size: 4.5rem
    }
}

.feature-shift .feature-shift__text .feature-shift__description {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.625rem;
    max-width: 32.0625rem
}

.feature-shift .feature-shift__text .feature-shift__description:last-child {
    margin-bottom: 0
}

.error404 .header--black .menu-toggle--button .menu-toggle__icon svg,
.error404 .header--black svg,
.search-no-results .header--black .menu-toggle--button .menu-toggle__icon svg,
.search-no-results .header--black svg,
.search-results .header--black .menu-toggle--button .menu-toggle__icon svg,
.search-results .header--black svg {
    fill: #000
}

.error404 .header--black.header--menu-active .menu-toggle--button .menu-toggle__icon svg,
.error404 .header--black.header--menu-active svg,
.error404 .header--black.header--scrolled .menu-toggle--button .menu-toggle__icon svg,
.error404 .header--black.header--scrolled svg,
.search-no-results .header--black.header--menu-active .menu-toggle--button .menu-toggle__icon svg,
.search-no-results .header--black.header--menu-active svg,
.search-no-results .header--black.header--scrolled .menu-toggle--button .menu-toggle__icon svg,
.search-no-results .header--black.header--scrolled svg,
.search-results .header--black.header--menu-active .menu-toggle--button .menu-toggle__icon svg,
.search-results .header--black.header--menu-active svg,
.search-results .header--black.header--scrolled .menu-toggle--button .menu-toggle__icon svg,
.search-results .header--black.header--scrolled svg {
    fill: #fff
}

.error404 .section-header__title span,
.search-no-results .section-header__title span,
.search-results .section-header__title span {
    position: relative;
    top: -.8125rem
}

.error404 main,
.search-no-results main,
.search-results main {
    margin-top: 4em;
    min-height: 18em
}

@media(max-width:47.5rem) {

    .error404 main,
    .search-no-results main,
    .search-results main {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(min-width:64em) {

    .error404 main,
    .search-no-results main,
    .search-results main {
        min-height: 15em
    }
}

@media(min-width:80em) {

    .error404 main,
    .search-no-results main,
    .search-results main {
        min-height: 18em;
        padding-top: 4rem
    }
}

@media(min-width:60em) {
    .search-content {
        padding: 0 5vw
    }
}

.search-content header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media(min-width:60em) {
    .search-content header {
        margin-top: 0;
        padding: 1.875rem 0
    }
}

@media(max-width:60rem) {
    .search-content header {
        flex-direction: column
    }
}

.search-content .searchform__form {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width:60em) {
    .search-content .searchform__form {
        flex-direction: row
    }
}

@media(max-width:376px) {
    .search-content .searchform__form {
        width: 95%
    }
}

.search-content .searchform__form input {
    -webkit-appearance: none;
    border: 1px solid #c8c8c8;
    border-radius: .25em;
    height: 2.75rem;
    outline: none;
    padding: .5em 1.5em;
    width: 100%
}

.search-content .searchform__form button {
    background-color: #008e9e;
    border: none;
    border-radius: .25em;
    color: #fff;
    cursor: pointer;
    font-size: 1.125em;
    font-weight: 700;
    height: 2.8em;
    outline: none;
    text-transform: uppercase;
    width: 100%
}

@media(min-width:60em) {
    .search-content .searchform__form button {
        width: 7.875em
    }
}

.search-content .searchform__form .form--inner {
    align-items: center;
    display: flex;
    margin-right: 2rem;
    position: relative;
    width: 100%
}

@media(min-width:60em) {
    .search-content .searchform__form .form--inner {
        width: 420px
    }
}

@media(max-width:60em) {
    .search-content .searchform__form .form--inner {
        margin: 1rem 0;
        width: 320px
    }
}

@media(max-width:376px) {
    .search-content .searchform__form .form--inner {
        width: 100%
    }
}

.search-content .searchform__form .form--inner span {
    background: transparent url(../../assets/images/ux/close-b.png);
    cursor: pointer;
    float: right;
    height: 25px;
    position: absolute;
    right: .5rem;
    width: 25px
}

.search-content .search-content__content {
    width: 100%
}

.search-content .search-content__content .section__no-results p {
    margin: 2em
}

.search-content .section-header__title {
    transform: none
}

.pagination {
    font-weight: 600;
    padding: 40px 0 20px;
    width: 100%
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination ul li {
    color: #008e9e;
    margin-right: .4em
}

.pagination ul li a {
    font-size: 1em
}

.pagination ul li span.current {
    text-decoration: underline
}

@media(max-width:40em) {
    .pagination {
        padding: 2em 0 2em 1em
    }
}

@media(min-width:40em) {
    .pagination {
        padding: 2em 0 2em 3em
    }
}

@media(min-width:60em) {
    .pagination {
        padding: 2em 0
    }
}

.page-template-contact form input,
.page-template-contact form select,
.page-template-contact form textarea {
    border: 1px solid #c8c8c8;
    border-radius: .25em;
    height: 2.75rem;
    margin-right: 2rem;
    outline: none;
    padding: .5em 1.5em
}

.page-template-contact form input.gform_button.button[type=submit] {
    background-color: #008e9e;
    border: none;
    border-radius: .25em;
    color: #fff;
    cursor: pointer;
    font-size: 1.125em;
    font-weight: 700;
    height: 2.8em;
    margin-top: 1.5625rem;
    outline: none;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.page-template-contact .page__content {
    height: 55em;
    padding-bottom: 8.625rem;
    padding-top: 4rem
}

@media(max-width:960px) {
    .page-template-contact .page__content {
        height: 100%
    }
}

.page-template-contact .page__content .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.page-template-contact .page__content .container .gform_wrapper {
    float: right;
    margin: -17px 0 0;
    padding-left: 1rem;
    position: relative;
    width: 70%
}

@media(max-width:960px) {
    .page-template-contact .page__content .container .gform_wrapper {
        padding-left: 0;
        width: 100%
    }
}

.contact-form-gutenberg {
    display: flex
}

.contact-form-gutenberg .wp-block-column:first-child {
    flex-basis: 30% !important
}

.contact-form-gutenberg .wp-block-column {
    flex-basis: 70% !important
}

.page__content table {
    border-collapse: collapse;
    margin: 2.25rem 0;
    width: 100%
}

.page__content table td,
.page__content table th {
    border: 1px solid #ddd;
    padding: 2rem 4rem;
    text-align: left;
    width: auto
}

.hero .feature__logo {
    fill: #fff;
    width: 15em
}

@media(min-width:60em) {
    .hero .feature__logo {
        width: 22em
    }
}

.page-template-brand .section--recent-news .section__heading {
    margin: 0 0 2.25rem;
    max-width: 18em
}

.page-template-brand .brand__recent .page__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 118px 4vw
}

.page-template-brand .brand__recent .page__content .section--recent-news {
    width: 69%
}

.page-template-brand .brand__recent .page__content .section--recent-news+section {
    width: 31%
}

@media(min-width:40em) {
    .page-template-brand .brand__recent .page__content .section--recent-news {
        padding-right: 1.5625rem
    }

    .page-template-brand .brand__recent .page__content .section--recent-news+section {
        padding-left: 1.5625rem
    }
}

@media(max-width:769px) {
    .page-template-diversity .page__content {
        margin: 2em calc(100% - 100vw + 33px) 0;
        padding: 0
    }
}

@media(min-width:769px) {
    .page-template-diversity .page__content {
        padding: 50px calc(100% - 100vw + 130px) 30px
    }
}

.page-template-diversity .section__content,
.page-template-diversity .section__ergs,
.page-template-diversity .section__purpose,
.page-template-diversity .section__talents {
    margin: 20px calc(100% - 100vw + 130px);
    padding: 0 0 40px
}

@media(max-width:769px) {

    .page-template-diversity .section__content,
    .page-template-diversity .section__ergs,
    .page-template-diversity .section__purpose,
    .page-template-diversity .section__talents {
        margin: 40px calc(100% - 100vw + 33px)
    }
}

.page-template-diversity .section__content .section-header,
.page-template-diversity .section__ergs .section-header,
.page-template-diversity .section__purpose .section-header,
.page-template-diversity .section__talents .section-header {
    margin: 0 0 20px;
    padding: 0
}

@media(min-width:60em) {

    .page-template-diversity .section__content .section-header,
    .page-template-diversity .section__ergs .section-header,
    .page-template-diversity .section__purpose .section-header,
    .page-template-diversity .section__talents .section-header {
        margin: 20px 0
    }
}

.page-template-diversity .section__content .section-header__title,
.page-template-diversity .section__ergs .section-header__title,
.page-template-diversity .section__purpose .section-header__title,
.page-template-diversity .section__talents .section-header__title {
    padding: 30px 0
}

@media(min-width:60em) {

    .page-template-diversity .section__content .section-header .section-header__title,
    .page-template-diversity .section__ergs .section-header .section-header__title,
    .page-template-diversity .section__purpose .section-header .section-header__title,
    .page-template-diversity .section__talents .section-header .section-header__title {
        font-size: 4.5rem
    }
}

.page-template-diversity .section__content .section-description,
.page-template-diversity .section__ergs .section-description,
.page-template-diversity .section__purpose .section-description,
.page-template-diversity .section__talents .section-description {
    margin: 0
}

.page-template-diversity .section__ergs .section-header h2 {
    color: #309bb6
}

.page-template-diversity .section__content .section-header__title {
    padding: 10px 0 0 !important
}

.page-template-diversity .section-header h2 {
    padding: 10px 0 0
}

.page-template-diversity .section-header h3 {
    padding: 0
}

.page-template-diversity .swiper-inner .section-header {
    padding: 0 !important
}

.page-template-diversity .section-header__title {
    line-height: 1.25;
    position: relative;
    transform: none
}

@media(min-width:767px) {
    .page-template-diversity .section__grid-collection.section-description {
        padding: 20px calc(100% - 100vw + 130px)
    }
}

.page-template-diversity .section__talents .section-header__title {
    line-height: 1;
    padding: 30px 0 16px !important
}

@media(min-width:767px) {
    .page-template-diversity .section__talents .section-header__title {
        padding: 24px 0 16px !important
    }
}

.page-template-diversity .vectical-collection .section-header {
    padding: 16px calc(100% - 100vw + 33px) 5px
}

@media(min-width:767px) {
    .page-template-diversity .vectical-collection .section-header {
        padding: 9px calc(100% - 100vw + 130px) 5px
    }
}

@media(min-width:960px) {
    .page-template-diversity .section__upcoming {
        padding: 10px 0
    }
}

.linux .page-template-diversity .section-header h2 {
    padding: 25px 0 5px
}

.linux .page-template-diversity .section-header h3 {
    padding: 0
}

.linux .page-template-diversity .section__content .section-header__title {
    padding: 15px 0 0 !important
}

@media(min-width:960px) {
    .linux .page-template-diversity .section__content .section-header__title {
        padding: 25px 0 5px !important
    }
}

.linux .page-template-diversity .section__talents .section-header__title {
    padding: 25px 0 10px !important
}

@media(min-width:767px) {
    .linux .page-template-diversity .section__talents .section-header__title {
        padding: 30px 0 10px !important
    }
}

@media(min-width:960px) {
    .linux .page-template-diversity .section__talents .section-header__title {
        padding: 37px 0 15px !important
    }
}

.linux .page-template-diversity .section__talents .section-header__title {
    line-height: 1
}

.linux .page-template-diversity .vectical-collection .section-header {
    padding: 16px calc(100% - 100vw + 33px) 5px
}

@media(min-width:768px) {
    .linux .page-template-diversity .vectical-collection .section-header {
        padding: 20px calc(100% - 100vw + 130px) 5px
    }
}

.section__talents {
    padding-bottom: 0 !important
}

.section__talents .section-header {
    position: relative
}

.section__talents .section-header:before {
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: 2px;
    top: 0
}

.section__talents .section-header .section-header__title {
    padding: 3em 0
}

.section__talents .section-description {
    margin: 40px 0 10px !important
}

.section__talents .section-scores {
    display: grid;
    grid-template-columns: repeat(100%);
    margin: 0 20px;
    row-gap: 30px
}

@media(min-width:768px) {
    .section__talents .section-scores {
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        margin: 0;
        row-gap: 30px
    }
}

@media(min-width:60em) {
    .section__talents .section-scores {
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-template-columns: 33.3% 33.3% 33.3%;
        margin: 0 4vw 0 0;
        row-gap: 30px
    }
}

.section__talents .section-scores .score .score__value {
    position: relative
}

.section__talents .section-scores .score .score__value .percent {
    color: #309bb6;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 140px;
    font-stretch: ultra-condensed;
    line-height: 150px;
    margin: 0;
    text-align: center
}

@media(min-width:768px) {
    .section__talents .section-scores .score .score__value .percent {
        font-size: 110px;
        line-height: 117px;
        text-align: left
    }
}

@media(min-width:65em) {
    .section__talents .section-scores .score .score__value .percent {
        font-size: 190px;
        line-height: 197px;
        text-align: left
    }
}

.section__talents .section-scores .score .score__description {
    color: #309bb6;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:768px) {
    .section__talents .section-scores .score .score__description {
        text-align: left
    }
}

@media(min-width:60em) {
    .section__talents .section-scores .score .score__description {
        font-size: 16px;
        margin-top: -7px;
        text-align: left;
        width: 50%
    }
}

.section__talents .swiper-container {
    padding-bottom: 4.375rem
}

@media(max-width:769px) {
    .section__talents .swiper-container {
        padding-bottom: 3.5rem
    }
}

.section__talents .swiper-container .swiper-slide {
    margin-bottom: 3rem
}

.section__talents .swiper-container .swiper-slide .slider__text {
    width: 100%
}

.section__talents .swiper-container .swiper-slide .slider__text .slider_title {
    color: #fff;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.07;
    margin-bottom: 1.5625rem;
    margin-top: 0;
    text-transform: uppercase
}

.section__talents .swiper-container .swiper-slide .slider__text .slider_description {
    color: #282828;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.1875rem
}

.section__talents .swiper-container .swiper-pagination {
    position: relative
}

.section__talents .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    height: 16px;
    opacity: 1;
    width: 16px
}

@media(max-width:770px) {
    .section__talents .swiper-container .swiper-pagination .swiper-pagination-bullet {
        height: 13px;
        width: 13px
    }
}

.section__talents .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #999
}

@media(max-width:770px) {
    .section__talents .swiper-container .swiper-pagination {
        bottom: 35px
    }
}

.section__purpose .section-header {
    position: relative
}

.section__purpose .section-header:before {
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: 0;
    top: 0
}

.section__purpose .purposes {
    margin: 0
}

@media(min-width:60em) {
    .section__purpose .purposes .purpose {
        margin: 10px 0;
        padding: 10px 0 0
    }
}

.section__purpose .purposes .purpose {
    border-bottom: 1px solid gray
}

.section__purpose .purposes .purpose .block__description {
    margin-top: 10px;
    width: 100%
}

.section__purpose .purposes .purpose .block__description p {
    font-size: 14px;
    margin: 0 0 10px
}

.section__purpose .purposes .purpose .block__description a {
    color: #3c8c9c;
    font-size: 14px;
    font-weight: 700
}

.section__purpose .purposes .purpose .block__description a:hover {
    text-decoration: underline
}

.section__purpose .purposes .purpose .block__title {
    margin-top: 20px;
    width: 100%
}

.section__purpose .purposes .purpose .block__title h3 {
    font-size: 48px;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.section__ergs {
    margin-top: 0 !important
}

.section__ergs .section-header {
    margin: 0 !important
}

.section__ergs .section-header .section-header__title {
    padding: 2rem 0 !important
}

@media(min-width:80em) {
    .section__ergs .section-header .section-header__title {
        font-size: 4em
    }
}

@media(min-width:64em) {
    .section__ergs .section-header .section-header__title {
        padding: 4rem 0 !important
    }
}

@media(min-width:40em) {
    .section__ergs .section-header .section-header__title {
        padding: 20px 0 !important
    }
}

.section__ergs .section-description {
    display: flex;
    flex-direction: row;
    width: 100%
}

.section__ergs .section-description .text-description {
    line-height: 1.55;
    width: 100%
}

@media(max-width:64em) {
    .section__ergs .section-description .text-description {
        margin: 0 0 4vw
    }
}

.section__ergs .section-description .text-description p:last-child {
    margin: 0
}

.section__ergs .section-description .section__ergs-video__wrap {
    display: none;
    width: 40%
}

@media(max-width:64em) {
    .section__ergs .section-description .section__ergs-video__wrap {
        margin: 0 auto;
        width: 100%
    }
}

.section__ergs .section-description .section__ergs-video__wrap .section__ergs-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.section__ergs .section-description .section__ergs-video__wrap .section__ergs-video iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:64em) {
    .section__ergs .section-description.is-video {
        flex-direction: column
    }
}

.section__ergs .section-description.is-video .text-description {
    margin-right: 6vw;
    width: 60%
}

@media(max-width:64em) {
    .section__ergs .section-description.is-video .text-description {
        width: 100%
    }
}

.section__ergs .section-description.is-video .section__ergs-video__wrap {
    display: block
}

.section__ergs .ergs {
    width: 100%
}

@media(min-width:1280px) {
    .section__ergs .ergs {
        margin: 40px auto 0
    }
}

@media(min-width:1366px) {
    .section__ergs .ergs {
        max-width: 1240px
    }
}

@media(min-width:1987px) {
    .section__ergs .ergs {
        max-width: 1360px
    }
}

@media(min-width:2015px) {
    .section__ergs .ergs {
        max-width: 80%
    }
}

.section__ergs .ergs {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 40px 0 0
}

.section__ergs .ergs .erg {
    display: flex;
    flex: 0 0 47%;
    flex-direction: column;
    justify-content: space-around;
    max-width: 21%
}

@media(max-width:64em) {
    .section__ergs .ergs .erg {
        max-width: 220px
    }
}

.section__ergs .ergs .erg .block__title {
    margin: .35em auto
}

.section__ergs .ergs .erg .block__title picture,
.section__ergs .ergs .erg .block__title picture source {
    display: block
}

.section__ergs .ergs .erg .block__title picture img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

@media(max-width:64em) {
    .section__ergs .ergs .erg .block__title picture img {
        width: 100%
    }
}

.section__ergs .ergs .erg .block__description {
    color: #265e68;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:64em) {
    .section__ergs .ergs .erg .block__description {
        font-size: 17px
    }
}

@media(max-width:40em) {
    .section__ergs .ergs .erg .block__description {
        font-size: 15px
    }
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px
}

.gallery .gallery-item {
    width: 26%
}

.gallery .gallery-item img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.gallery-size-thumbnail .gallery-item {
    width: 13%
}

.section--collapse-slider {
    position: relative;
    width: 100%
}

@media(min-width:80em) {
    .section--collapse-slider .section-header__title {
        font-size: 4.5rem
    }
}

.section--collapse-slider .swiper-inner {
    padding: 0 calc(100% - 100vw + 130px)
}

@media(max-width:769px) {
    .section--collapse-slider .swiper-inner {
        padding: 0 calc(100% - 100vw + 33px)
    }
}

.section--collapse-slider .swiper-inner .section-header {
    margin: 0;
    padding: 5.9375rem 0 1.875rem
}

@media(max-width:769px) {
    .section--collapse-slider .swiper-inner .section-header {
        padding-top: 3.5rem
    }
}

.section--collapse-slider .swiper-inner .section-description {
    color: #282828;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.1875rem;
    margin-bottom: 1.875rem
}

.section--collapse-slider .swiper-inner .section-description p:last-child {
    margin: 0
}

.section--collapse-slider .swiper-inner .swiper-container {
    padding-bottom: 4.375rem
}

@media(max-width:769px) {
    .section--collapse-slider .swiper-inner .swiper-container {
        padding-bottom: 3.5rem
    }
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide {
    margin-bottom: 3rem
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide .slider__text {
    width: 100%
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide .slider__text .slider_title {
    color: #fff;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.07;
    margin-bottom: 1.5625rem;
    margin-top: 0;
    text-transform: uppercase
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide .slider__text .slider_description {
    color: #282828;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.1875rem
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-pagination {
    position: relative
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    height: 16px;
    opacity: 1;
    width: 16px
}

@media(max-width:770px) {
    .section--collapse-slider .swiper-inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
        height: 13px;
        width: 13px
    }
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #999
}

@media(max-width:770px) {
    .section--collapse-slider .swiper-inner .swiper-container .swiper-pagination {
        bottom: 35px
    }
}

.section--collapse-slider .collapse-block {
    padding: 0 calc(100% - 100vw + 130px);
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width:769px) {
    .section--collapse-slider .collapse-block {
        padding: 0 calc(100% - 100vw + 33px)
    }
}

.section--collapse-slider .collapse-block.active .ml_icon:after {
    display: none
}

.section--collapse-slider .collapse-block .more {
    align-items: center;
    cursor: pointer;
    display: none;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    position: absolute;
    top: -35px
}

.section--collapse-slider .collapse-block .more .ml_icon {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    position: relative;
    width: 35px
}

.section--collapse-slider .collapse-block .more .ml_icon:after,
.section--collapse-slider .collapse-block .more .ml_icon:before {
    background: #282828;
    content: "";
    height: 3px;
    position: absolute;
    width: 60%
}

.section--collapse-slider .collapse-block .more .ml_icon:after {
    height: 60%;
    width: 3px
}

.section--collapse-slider .collapse-block .more span {
    color: #282828;
    font-size: 1rem;
    font-weight: 700;
    margin-left: .4em;
    margin-top: .4em;
    text-transform: uppercase
}

.section--collapse-slider .collapse-block .more.active {
    display: flex
}

.section--collapse-slider .collapse-block .collapse-item {
    align-items: center;
    display: flex;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out
}

.section--collapse-slider .collapse-block .collapse-item.active {
    max-height: 900px;
    transition: max-height .5s ease-in
}

.section--collapse-slider .collapse-block .collapse-item .coll_description {
    font-size: 1.125rem;
    padding: 2rem 3.2vw 2rem 0;
    text-align: justify;
    width: 70%
}

@media(max-width:769px) {
    .section--collapse-slider .collapse-block .collapse-item .coll_description {
        padding: 2rem 0;
        width: 100%
    }
}

.section--collapse-slider .collapse-block .collapse-item .coll_photo {
    display: flex;
    width: 30%
}

.section--collapse-slider .collapse-block .collapse-item .coll_photo img {
    height: auto;
    min-width: 100%
}

@media(max-width:769px) {
    .section--collapse-slider .collapse-block .collapse-item .coll_photo {
        padding-bottom: 2rem;
        width: auto
    }

    .section--collapse-slider .collapse-block .collapse-item {
        flex-direction: column
    }
}

.section__content {
    padding: 3.5rem calc(100% - 100vw + 130px)
}

.section__content .section-header {
    padding: 0
}

.section__content .section-header .section-description {
    font-size: .875rem
}

.section__content .section-header .section-description p:last-child {
    margin: 0
}

@media(max-width:770px) {
    .section__content {
        padding: 3.5rem calc(100% - 100vw + 33px)
    }
}

.section--video-slider {
    padding: 3rem calc(100% - 100vw + 130px);
    position: relative;
    width: 100%
}

@media(max-width:769px) {
    .section--video-slider {
        padding: 2rem calc(100% - 100vw + 33px)
    }
}

.section--video-slider .slider__content {
    position: relative;
    width: 100%
}

.section--video-slider .slider__content .slider_title {
    color: #8a8328;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    text-align: center;
    width: 100%
}

@media(max-width:769px) {
    .section--video-slider .slider__content .slider_title {
        font-size: 1.5rem
    }
}

.section--video-slider .slider__content .video-wrap {
    margin: 0 auto;
    width: 65%
}

.section--video-slider .slider__content .video-wrap .slider-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.section--video-slider .slider__content .video-wrap .slider-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section--video-slider .slider__content .slider__description {
    margin: 1.7rem 0
}

.section--video-slider .slider__content .slider__description p {
    margin: 0
}

.section--video-slider .swiper-pagination {
    position: relative
}

.section--video-slider .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    bottom: auto;
    height: 16px;
    opacity: 1;
    width: 16px
}

@media(max-width:770px) {
    .section--video-slider .swiper-pagination .swiper-pagination-bullet {
        height: 13px;
        width: 13px
    }
}

.section--video-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #999
}

.section--video-slider .content-dyk .dyk_item:first-child {
    border-top: 0
}

.section--video-slider .content-dyk .dyk_item {
    border-top: 1px solid #000;
    padding: 3em 0
}

.section--video-slider .content-dyk .dyk_item p {
    margin: 0
}

.section.grid-collection .section-article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5625rem calc(100% - 100vw + 33px) .625rem
}

.section.grid-collection .section-article .section-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    margin: 0
}

.section.grid-collection .section-article .section-description {
    padding-bottom: .625rem
}

.section.grid-collection .section-article .section-description p {
    margin: 0
}

.section.grid-collection .section-items {
    display: grid;
    gap: 0 4rem;
    padding: 0 calc(100% - 100vw + 33px)
}

.section.grid-collection .section-items>* {
    border-bottom: .0625rem solid #000
}

.section.grid-collection .section-items>:last-child {
    border-bottom-style: inherit
}

.section.grid-collection .section-items .hero-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .625rem;
    padding: 2rem 0
}

.section.grid-collection .section-items .hero-item picture {
    flex-basis: 0;
    flex-grow: 1
}

.section.grid-collection .section-items .hero-item picture img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.section.grid-collection .section-items .hero-item .block-info {
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    gap: .3125rem
}

.section.grid-collection .section-items .hero-item .block-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.875rem;
    margin: 0
}

.section.grid-collection .section-items .hero-item .block-info .description {
    font-size: 1rem;
    line-height: 1.5rem
}

.section.grid-collection .section-items .hero-item .block-info .description p {
    margin: 0
}

.section.grid-collection .section-items .hero-item .block-info .button {
    background: hsla(0, 0%, 100%, .078);
    border: 1px solid #000;
    border-radius: .5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: .625rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: -moz-fit-content;
    width: fit-content
}

.section.grid-collection .section-items .hero-item .block-info .button.color-blue {
    border: 1px solid #008e9e;
    color: #008e9e
}

.section.grid-collection .section-items .hero-item .block-info .button.color-lime {
    border: 1px solid #9c3;
    color: #9c3
}

.section.grid-collection .section-items .hero-item .block-info .button.color-mint {
    border: 1px solid #3c9;
    color: #3c9
}

.section.grid-collection .section-items .hero-item .block-info .button.color-orange {
    border: 1px solid #f63;
    color: #f63
}

.section.grid-collection .section-items .hero-item .block-info .button.color-red {
    border: 1px solid #f33;
    color: #f33
}

.section.grid-collection .section-items .hero-item .block-info .button.color-teal {
    border: 1px solid #099;
    color: #099
}

.section.grid-collection .section-items .hero-item .block-info .button.color-gray {
    border: 1px solid #999;
    color: #999
}

.section.grid-collection .section-items .hero-item .block-info .button.color-yellow {
    border: 1px solid #099;
    color: #ff0
}

.section.grid-collection .section-items .hero-item .block-info .button.color-sky-blue {
    border: 1px solid #008e9e;
    color: #309bb6
}

.section.grid-collection .section-items .hero-item .block-info .button.color-dark-yellow {
    border: 1px solid #ff0;
    color: #eebb24
}

.section.grid-collection .section-items .hero-item .block-info .button.color-cherry-red {
    border: 1px solid #f33;
    color: #cd1111
}

@media(min-width:769px) {
    .section.grid-collection .section-article {
        padding: 1.875rem calc(100% - 100vw + 130px) .625rem
    }

    .section.grid-collection .section-article .section-description {
        padding-bottom: .625rem
    }

    .section.grid-collection .section-items {
        padding: 0 calc(100% - 100vw + 130px)
    }

    .section.grid-collection .section-items .hero-item {
        flex-direction: row;
        gap: 2rem
    }

    .section.grid-collection .section-items .hero-item .block-info {
        gap: .625rem
    }

    .section.grid-collection .section-items .hero-item .block-info .button {
        margin-top: 0
    }
}

@media(min-width:60em) {
    .section.grid-collection .section-article {
        padding: 2.3125rem calc(100% - 100vw + 130px) .9375rem
    }

    .section.grid-collection .section-article .section-description {
        padding-bottom: .3125rem
    }

    .section.grid-collection .section-article .section-title {
        font-size: 4.5rem
    }

    .section.grid-collection .section-items {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem calc(100% - 100vw + 130px) 0
    }

    .section.grid-collection .section-items>:nth-last-child(2):nth-child(odd) {
        border-bottom-style: inherit
    }
}

.section--collapse-slider {
    margin: 40px 0
}

.section--collapse-slider .swiper-inner .section-header {
    padding: 40px 0;
    position: relative
}

.section--collapse-slider .swiper-inner .section-header:before {
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: 2px;
    top: 0
}

.section--collapse-slider .swiper-inner .section-description {
    margin: 0;
    padding: 40px 0
}

.section--collapse-slider .swiper-inner .swiper-container {
    padding-bottom: 1.5em
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide {
    margin: 3em 0 2em
}

@media(max-width:60em) {
    .section--collapse-slider .swiper-inner .swiper-container .swiper-slide {
        margin: 3em 0
    }
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide .slider__text {
    color: #fff;
    padding: 0 3em;
    width: auto
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide .slider__text .slider_title {
    margin: 0 0 10px
}

.section--collapse-slider .swiper-inner .swiper-container .swiper-slide .slider__text .slider_description {
    color: #fff
}

.section__content {
    padding: 0 calc(100% - 100vw + 130px)
}

.section__content .section-header {
    margin: 0;
    padding: 30px 0;
    position: relative
}

.section__content .section-header:before {
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: 2;
    top: 0
}

.section__content .section-description {
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px 0 0
}

@media(min-width:60em) {
    .section__content .section-description {
        grid-gap: 4em;
        grid-template-columns: 3fr 2fr
    }
}

.section__content .section__ergs-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.section__content iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section--video-carousel {
    padding-bottom: 12em
}

@media(max-width:1024px) {
    .section--video-carousel {
        padding-bottom: 8em
    }
}

.section--video-carousel .section-header {
    text-align: center
}

@media(max-width:1024px) {
    .section--video-carousel .section-header .section-header__title {
        font-size: 3.5rem
    }
}

@media(max-width:640px) {
    .section--video-carousel .section-header .section-header__title {
        font-size: 3rem
    }
}

@media(max-width:320px) {
    .section--video-carousel .section-header .section-header__title {
        font-size: 2.3rem
    }
}

@media(max-width:960px) {
    .section--video-carousel .section-header {
        padding: 0 3em
    }
}

.section--video-carousel .carousel-wrap {
    position: relative;
    width: 100%
}

.section--video-carousel .carousel-wrap .swiper-container {
    width: 81.9%
}

@media(max-width:1024px) {
    .section--video-carousel .carousel-wrap .swiper-container {
        width: 70%
    }
}

.section--video-carousel .carousel-wrap .swiper-container .swiper-slide {
    background-color: #999;
    height: 0;
    overflow: hidden;
    padding-bottom: 18%
}

@media(max-width:1024px) {
    .section--video-carousel .carousel-wrap .swiper-container .swiper-slide {
        padding-bottom: 56.25%
    }
}

.section--video-carousel .carousel-wrap .swiper-container .swiper-slide iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section--video-carousel .carousel-wrap .swiper-button-next,
.section--video-carousel .carousel-wrap .swiper-button-prev {
    color: #fff
}

@media(max-width:960px) {

    .section--video-carousel .carousel-wrap .swiper-button-next:after,
    .section--video-carousel .carousel-wrap .swiper-button-prev:after {
        font-size: 35px
    }
}

.section--video-carousel .carousel-wrap .swiper-button-prev {
    left: 4vw
}

@media(max-width:1024px) {
    .section--video-carousel .carousel-wrap .swiper-button-prev {
        left: 6vw
    }
}

.section--video-carousel .carousel-wrap .swiper-button-next {
    right: 4vw
}

@media(max-width:1024px) {
    .section--video-carousel .carousel-wrap .swiper-button-next {
        right: 6vw
    }
}

.button--primary {
    background-color: #008e9e;
    border: 1px solid #008e9e;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 15px;
    text-decoration: none;
    transition: 1s
}

.button--primary:hover {
    background-color: #fff;
    color: #008e9e
}

.page-template-article .page__content {
    padding-top: 0
}

.language-nav {
    margin-right: 10px
}

@media(min-width:640px) {
    .language-nav {
        margin-right: 20px
    }
}

@media(max-width:640px) {
    .language-nav {
        position: absolute;
        right: 3em;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(max-width:480px) {
    .language-nav {
        right: 2em
    }
}

@media(max-width:375px) {
    .language-nav {
        right: 30px
    }
}

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

.language-nav a,
.language-nav span {
    color: #fff;
    text-transform: uppercase
}

.language-nav span.selected-language {
    font-size: 16px
}

@media(min-width:640px) {
    .language-nav span.selected-language {
        font-size: 18px
    }
}

.language-nav span.current-language {
    color: #008e9e
}

.language-nav span.current-language:hover {
    cursor: default
}

.language-nav-parent-ul {
    padding: 44px 0 0
}

@media(max-width:640px) {
    .language-nav-parent-ul {
        padding: 41px 0 0
    }
}

@media(max-width:345px) {
    .language-nav-parent-ul {
        padding: 40px 0 0
    }
}

.language-nav-parent-ul {
    align-items: center;
    border-radius: 5px;
    display: flex;
    min-height: 40px;
    width: 55px
}

.language-nav .is-selected {
    border-bottom: 40px solid transparent;
    border-right: 15px solid transparent;
    cursor: pointer;
    position: relative;
    transition: .3s
}

.language-nav .is-selected .toggle-submenu-lang {
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    right: -15px;
    top: 8px;
    transition: .3s;
    z-index: 2
}

@media(min-width:1199px) {
    .language-nav .is-selected:hover .language-nav-sub-menu-lang {
        display: block
    }

    .language-nav .is-selected:hover .toggle-submenu-lang {
        top: 2px;
        transform: rotate(180deg);
        transition: .3s
    }
}

.language-nav .is-selected .toggle-submenu-lang.active {
    top: 2px !important;
    transform: rotate(180deg) !important
}

.language-nav .is-selected .toggle-submenu-lang.passive {
    top: 8px !important;
    transform: none !important
}

.language-nav-sub-menu-lang {
    background: #000;
    display: none;
    left: -160px;
    min-width: 200px;
    padding: 25px 10px;
    position: absolute;
    top: 40px;
    transition: .3s
}

.language-nav-sub-menu-lang:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 40px;
    z-index: 3
}

.language-nav-sub-menu-lang .menu-lang-item {
    height: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
    position: relative
}

.language-nav-sub-menu-lang .menu-lang-item a {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    transition: .3s
}

.language-nav-sub-menu-lang .menu-lang-item a:hover span {
    color: #008e9e;
    transition: .3s
}

.language-nav-sub-menu-lang .menu-lang-item a:hover {
    text-decoration: none
}

.language-nav-sub-menu-lang .menu-lang-item span {
    display: block
}

.language-nav-sub-menu-lang .menu-lang-item:hover a {
    transform: translateX(3px);
    -webkit-transform: translateX(3px)
}

.language-nav-sub-menu-lang .menu-lang-item:last-child {
    margin-bottom: 0
}

.page-template-two-column-blank {
    background-color: #262628;
    color: #fff;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    min-height: 100vh;
    padding: 1em 0
}

.page-template-two-column-blank .page__content {
    margin: 0 auto;
    max-width: 64rem;
    padding: 0
}

.page-template-two-column-blank .row {
    display: flex;
    flex-wrap: wrap
}

.page-template-two-column-blank .row .columns {
    display: flex;
    flex: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 1300px;
    padding: 0 2em;
    grid-gap: initial
}

@media(max-width:48em) {
    .page-template-two-column-blank .row .columns {
        height: auto
    }
}

.page-template-two-column-blank .row .columns .col {
    margin: .5em 0;
    padding: 0 1em;
    width: 50%
}

@media(max-width:48em) {
    .page-template-two-column-blank .row .columns .col {
        width: 100%
    }

    .page-template-two-column-blank .row .columns {
        flex: 100%;
        padding: 0
    }

    .page-template-two-column-blank .row .columns .break-column {
        flex-basis: 0
    }
}

.page-template-two-column-blank .row .columns .break-column {
    flex-basis: 100%;
    width: 0
}

.page-template-two-column-blank .row .columns .subheader {
    margin-top: 60px;
    order: 1
}

@media(max-width:48em) {
    .page-template-two-column-blank .row .columns .subheader {
        margin-top: 0
    }
}

.page-template-two-column-blank .row .columns .bodycopy {
    order: 2
}

.page-template-two-column-blank .row .columns .subfooter {
    order: 3
}

@media(max-width:48em) {
    .page-template-two-column-blank .row .columns .subfooter {
        order: 5
    }
}

.page-template-two-column-blank .row .columns .break-column {
    order: 4
}

.page-template-two-column-blank .row .columns .form {
    order: 5
}

@media(max-width:48em) {
    .page-template-two-column-blank .row .columns .form {
        border: 0;
        order: 3
    }
}

.page-template-two-column-blank .warmest_wishes_footer,
.page-template-two-column-blank .warmest_wishes_header {
    text-align: center
}

.page-template-two-column-blank .em {
    font-weight: 700
}

.page-template-two-column-blank .center {
    text-align: center
}

.page-template-two-column-blank .highlight {
    color: #c79980
}

.page-template-two-column-blank .gform_wrapper {
    color: #fff
}

.page-template-two-column-blank .gform_wrapper .gfield_error .gfield_label,
.page-template-two-column-blank .gform_wrapper .gfield_label,
.page-template-two-column-blank .gform_wrapper input,
.page-template-two-column-blank .gform_wrapper p {
    color: #fff;
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.page-template-two-column-blank .gform_wrapper input {
    border: 0 !important;
    color: #000
}

.page-template-two-column-blank .gform_wrapper input[type=submit] {
    background-color: #c79980;
    color: #062e43;
    font-weight: 700;
    padding: .875rem 1.25rem;
    width: 100% !important
}

.page-template-two-column-blank .gform_wrapper h1 {
    color: #fff;
    font-size: 2em
}

.page-template-two-column-blank .gform_wrapper .gfield_required,
.page-template-two-column-blank .gform_wrapper .validation_message {
    color: #c79980
}

.page-template-two-column-blank .gform_wrapper .hidelabel>label {
    display: none
}

.page-template-two-column-blank .gform_wrapper .validation_error {
    background-color: #fff
}

.page-template-two-column-blank .gform_wrapper ul>li:first-of-type>p {
    margin-bottom: .25em
}

.page-template-two-column-blank .gform_wrapper input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: initial;
    appearance: checkbox;
    margin: .25em
}

.page-template-two-column-blank .gform_confirmation_message {
    color: #fff;
    font-size: 2em;
    text-align: center
}

.page-template-two-column-blank a {
    color: #c79980
}

.page-template-brands-iframe .amcn-footer,
.page-template-brands-iframe .amcn-header,
.page-template-brands-iframe .header__main,
.page-template-brands-iframe .hero--frame,
.page-template-brands-iframe .page__header,
.page-template-brands-iframe footer,
.page-template-leadership-iframe .amcn-footer,
.page-template-leadership-iframe .amcn-header,
.page-template-leadership-iframe .header__main,
.page-template-leadership-iframe .hero--frame,
.page-template-leadership-iframe .page__header,
.page-template-leadership-iframe footer,
.page-template-ourstory-iframe .amcn-footer,
.page-template-ourstory-iframe .amcn-header,
.page-template-ourstory-iframe .header__main,
.page-template-ourstory-iframe .hero--frame,
.page-template-ourstory-iframe .page__header,
.page-template-ourstory-iframe footer,
.page-template-press-releases-iframe .amcn-footer,
.page-template-press-releases-iframe .amcn-header,
.page-template-press-releases-iframe .header__main,
.page-template-press-releases-iframe .hero--frame,
.page-template-press-releases-iframe .page__header,
.page-template-press-releases-iframe footer {
    display: none !important
}

.page-template-brands-iframe .page__content,
.page-template-leadership-iframe .page__content,
.page-template-ourstory-iframe .page__content,
.page-template-press-releases-iframe .page__content {
    padding-bottom: 0;
    padding-top: 0
}

.page-template-ourstory-iframe iframe {
    border: none;
    height: calc(100vh - 120px);
    width: 100%
}

.page-template-twitter-iframe .amcn-footer,
.page-template-twitter-iframe .amcn-header,
.page-template-twitter-iframe .header__main,
.page-template-twitter-iframe .page__header,
.page-template-twitter-iframe .section--recent-news,
.page-template-twitter-iframe .section__heading,
.page-template-twitter-iframe .section__posts,
.page-template-twitter-iframe footer {
    display: none !important
}

.page-template-twitter-iframe .home__recent-inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem
}

.page-template-twitter-iframe .list--tweets {
    margin: 0;
    padding: 0;
    padding-bottom: 0 !important
}

.page-template-twitter-iframe .home__recent-inner {
    margin: 0;
    padding: 0
}

.page-template-twitter-iframe .section--recent-tweets {
    height: 97vh !important;
    padding-bottom: 0;
    padding-top: 0
}

.page-template-twitter-iframe .home__recent {
    background-color: #fff
}

.page-template-twitter-iframe .list--tweets li~li {
    border-top: 1px solid #aab8c2;
    margin-top: 1.75rem;
    padding-top: 2rem
}

.page-template-twitter-iframe .section--recent-tweets {
    padding-top: 1.75rem;
    width: 100%
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets {
        padding-left: 1.5rem;
        padding-right: 3rem;
        padding-top: 0;
        width: 33.33%
    }
}

.page-template-twitter-iframe .section--recent-tweets .section__heading {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .section__heading {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        padding-left: 0;
        padding-right: 0
    }
}

.page-template-twitter-iframe .section--recent-tweets .section__heading>a {
    color: #f33;
    font-size: .75rem;
    text-decoration: none
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .section__heading>a {
        font-size: 1rem
    }
}

.page-template-twitter-iframe .section--recent-tweets .section__heading>a:focus,
.page-template-twitter-iframe .section--recent-tweets .section__heading>a:hover {
    text-decoration: underline
}

.page-template-brand .page-template-twitter-iframe .section--recent-tweets .section__heading {
    height: 2.625rem;
    line-height: 2.625rem
}

.page-template-twitter-iframe .section--recent-tweets .section__tweets {
    position: relative
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .section__tweets {
        height: 0
    }
}

.page-template-twitter-iframe .section--recent-tweets .section__tweets:after {
    background-image: linear-gradient(180deg, hsla(0, 0%, 60%, 0), #999);
    bottom: 0;
    content: "";
    display: none;
    height: 6.25rem;
    left: 0;
    position: absolute;
    width: 100%
}

.page-template-twitter-iframe .section--recent-tweets .slick-dots {
    bottom: 1rem;
    display: flex !important;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .slick-dots {
        display: none !important
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-dots li {
    display: inline-block;
    margin-left: .25rem;
    margin-right: .25rem
}

@media(max-width:40em) {
    .page-template-twitter-iframe .section--recent-tweets .slick-dots li {
        margin-left: .375rem;
        margin-right: .375rem
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-dots li.slick-active button {
    background-color: #aab6c1
}

.page-template-twitter-iframe .section--recent-tweets .slick-dots button {
    background-color: rgba(170, 182, 193, .25);
    border: none;
    border-radius: 50%;
    display: block;
    height: .625rem;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    width: .625rem
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .slick-dots button {
        height: .875rem;
        width: .875rem
    }
}

@media(hover:none) {
    .page-template-twitter-iframe .section--recent-tweets .slick-dots button {
        background-color: rgba(170, 182, 193, .5)
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-dots button:hover {
    background-color: #aab6c1
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .slick-list {
        height: 100% !important
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-track {
    height: auto !important
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .slick-track {
        transition-delay: 0;
        transition-duration: .5s;
        transition-property: transform;
        transition-timing-function: ease-in-out
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-nav {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    min-height: 3rem;
    top: 100%
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets .slick-nav {
        display: flex
    }
}

@media(min-width:1370px) {
    .page-template-twitter-iframe .section--recent-tweets .slick-nav {
        bottom: 0;
        left: 100%;
        padding: 0 1rem;
        top: auto;
        width: 3rem
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-arrow--next,
.page-template-twitter-iframe .section--recent-tweets .slick-arrow--prev {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #999;
    cursor: pointer;
    display: inline-block !important;
    height: 1.5em;
    padding: 0;
    position: relative;
    transition-delay: 0;
    transition-duration: .4s;
    transition-property: color;
    transition-timing-function: .4s;
    vertical-align: middle;
    width: 2em
}

.page-template-twitter-iframe .section--recent-tweets .slick-arrow--next:before,
.page-template-twitter-iframe .section--recent-tweets .slick-arrow--prev:before {
    border-color: currentcolor currentcolor transparent transparent;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    width: 1em
}

.page-template-twitter-iframe .section--recent-tweets .slick-arrow--next[disabled],
.page-template-twitter-iframe .section--recent-tweets .slick-arrow--prev[disabled] {
    color: rgba(170, 182, 193, .25);
    cursor: default
}

.page-template-twitter-iframe .section--recent-tweets .slick-arrow--prev:before {
    transform: rotate(-45deg)
}

.page-template-twitter-iframe .section--recent-tweets .slick-arrow--next:before {
    transform: rotate(135deg)
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar {
    border: 5px solid #fff;
    width: 20px
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: gray;
    border: .05em solid #eee
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-track {
    background-color: #fff
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-button:single-button {
    background-color: #fff;
    border-style: solid;
    display: block;
    height: 20px;
    width: 80px
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-color: transparent transparent #555;
    border-width: 0 8px 8px
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-button:single-button:vertical:increment {
    border-color: #555 transparent transparent;
    border-width: 8px 8px 0
}

.page-template-twitter-iframe .section--recent-tweets ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777 transparent transparent
}

@media(min-width:60em) {
    .page-template-twitter-iframe .section--recent-tweets.active .section__tweets {
        height: 100%
    }

    .page-template-twitter-iframe .section--recent-tweets.active .section__tweets:after {
        display: block
    }
}

.page-template-twitter-iframe .section--recent-tweets .slick-nav {
    bottom: 0;
    display: flex !important;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: auto;
    width: 4rem
}

.page-template-twitter-iframe .section--recent-tweets .slick-dots {
    display: none !important
}

.page-template-twitter-iframe .section--recent-tweets .section__tweets {
    height: 100vh
}

.page-template-twitter-iframe .list--tweets .slick-slide li {
    border-bottom: 1px solid #aab8c2;
    margin-bottom: 1.75rem;
    padding-bottom: 2rem
}

.page-template-twitter-iframe .section--recent-tweets .slick-track {
    transition-delay: 0;
    transition-duration: .5s;
    transition-property: transform;
    transition-timing-function: ease-in-out
}

.page-template-twitter-iframe .slick-vertical .slick-slide {
    padding-right: 30px
}

.page-template-twitter-iframe .section--recent-tweets .slick-list:hover {
    overflow-y: scroll
}

.page-template-twitter-iframe .section--recent-tweets .slick-nav {
    display: none !important
}

.page-template-twitter-iframe .home__recent-inner .section--recent-tweets .section__tweets:after {
    display: none
}

.page-template-twitter-iframe .tweet {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem
}

@media(min-width:60em) {
    .page-template-twitter-iframe .tweet {
        padding-left: 0;
        padding-right: 0
    }
}

.page-template-twitter-iframe .tweet__account {
    display: flex;
    position: relative
}

.page-template-twitter-iframe .tweet__account .icon--twitter {
    fill: #aab8c2;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 0
}

.page-template-twitter-iframe .tweet__image {
    border: 1px solid #999;
    border-radius: 50%;
    display: block;
    height: 2.5rem;
    overflow: hidden;
    width: 2.5rem
}

.page-template-twitter-iframe .tweet__image a,
.page-template-twitter-iframe .tweet__user-image {
    display: block
}

.page-template-twitter-iframe .tweet__meta {
    display: block;
    font-size: 1rem;
    padding-left: .625rem
}

.page-template-twitter-iframe .tweet__user-name {
    color: #062f43;
    display: block;
    font-weight: 700
}

.page-template-twitter-iframe .tweet__user-name a {
    color: currentColor;
    text-decoration: none
}

.page-template-twitter-iframe .tweet__user-screen-name {
    display: block
}

.page-template-twitter-iframe .tweet__content {
    color: #062f43;
    display: block;
    font-size: 1.125rem;
    padding-top: 1rem
}

.page-template-twitter-iframe .tweet__footer {
    display: block;
    padding-top: .5rem
}

.page-template-twitter-iframe .tweet__link {
    color: rgba(6, 47, 67, .5);
    font-size: 1rem
}

.page-template-twitter-iframe .tweet__link:focus,
.page-template-twitter-iframe .tweet__link:hover {
    color: #062f43
}

.page-template-press-releases-iframe html {
    margin-top: 0 !important
}

.page-template-press-releases-iframe .news__link {
    padding: 0 1rem
}

.page-template-press-releases-iframe .news--recent .news__heading {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.page-template-press-releases-iframe .news--recent .entry-date {
    padding-bottom: 0
}

.page-template-press-releases-iframe .news {
    padding-bottom: 1.25rem;
    padding-top: 1rem
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news {
        padding-bottom: 1.8125rem;
        padding-top: 1.625rem
    }
}

.page-template-press-releases-iframe .news~.news {
    border-top: 2px solid #999
}

.page-template-press-releases-iframe .news__header {
    transition-delay: 0;
    transition-duration: .4s;
    transition-property: color;
    transition-timing-function: .4s
}

.page-template-press-releases-iframe .news__link {
    color: #062f43;
    display: block;
    position: relative;
    text-decoration: none
}

.page-template-press-releases-iframe .news__link:after,
.page-template-press-releases-iframe .news__link:before {
    content: " ";
    display: table
}

.page-template-press-releases-iframe .news__link:after {
    clear: both
}

.page-template-press-releases-iframe .news__link:focus,
.page-template-press-releases-iframe .news__link:hover {
    text-decoration: none
}

.page-template-press-releases-iframe .news__link:focus .news__more,
.page-template-press-releases-iframe .news__link:hover .news__more {
    text-decoration: underline
}

.page-template-press-releases-iframe .news__heading {
    color: inherit;
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75rem;
    transition-delay: 0;
    transition-duration: .4s;
    transition-property: color;
    transition-timing-function: .4s
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news__heading {
        font-size: 1.5rem
    }
}

.page-template-press-releases-iframe .news__more {
    color: #f33;
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.page-template-press-releases-iframe .news .news__logo {
    margin-bottom: .5rem;
    width: 6rem
}

@media(min-width:40em) {
    .page-template-press-releases-iframe .news .news__logo {
        position: absolute;
        right: 1rem;
        text-align: right;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news .news__logo {
        height: 2.75rem;
        margin-bottom: .875rem;
        width: 8rem
    }
}

.page-template-press-releases-iframe .news .news__logo:empty {
    display: none
}

.ie .page-template-press-releases-iframe .news .news__logo {
    font-size: 1.5rem
}

@media(min-width:60em) {
    .ie .page-template-press-releases-iframe .news .news__logo {
        font-size: 2.75rem
    }
}

.page-template-press-releases-iframe .news .news__logo .attachment-svg,
.page-template-press-releases-iframe .news .news__logo svg {
    display: inline-block
}

.page-template-press-releases-iframe .news .news__logo svg {
    margin: 0 auto;
    max-width: 6rem
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news .news__logo svg {
        max-width: 8rem
    }
}

@media(min-width:40em) {
    .page-template-press-releases-iframe .news .news__logo+.news__heading {
        max-width: calc(100% - 7rem)
    }
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news .news__logo+.news__heading {
        max-width: calc(100% - 9rem)
    }
}

.page-template-press-releases-iframe .news .entry-date {
    color: #062f43;
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 0;
    padding-bottom: .75rem
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news .entry-date {
        font-size: 1rem
    }
}

.page-template-press-releases-iframe .news--recent {
    border-bottom-style: solid;
    border-bottom-width: .5rem;
    padding-bottom: 0;
    padding-top: 0
}

.page-template-press-releases-iframe .news--recent:nth-child(5n+1) {
    border-bottom-color: #062f43
}

.page-template-press-releases-iframe .news--recent:nth-child(5n+2) {
    border-bottom-color: #c8c8c8
}

.page-template-press-releases-iframe .news--recent:nth-child(5n+3) {
    border-bottom-color: #3c9
}

.page-template-press-releases-iframe .news--recent:nth-child(5n+4) {
    border-bottom-color: #999
}

.page-template-press-releases-iframe .news--recent:nth-child(5n+5) {
    border-bottom-color: #ff0
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news--recent {
        border-bottom-width: .625rem
    }
}

.page-template-press-releases-iframe .news--recent~.news--recent {
    border-top: none;
    margin-top: .375rem
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news--recent~.news--recent {
        margin-top: .9375rem
    }
}

.page-template-press-releases-iframe .news--recent .news__header {
    background-color: #fff;
    display: block;
    padding-top: 0
}

.page-template-press-releases-iframe .news--recent .news__link {
    padding: 1rem
}

.page-template-press-releases-iframe .news--recent .entry-date {
    font-size: .875rem;
    padding-bottom: .25rem
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news--recent .entry-date {
        padding-bottom: .875rem
    }
}

.page-template-press-releases-iframe .news--recent .news__heading {
    font-size: .875rem;
    font-weight: 400;
    padding-bottom: 1.5rem
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news--recent .news__heading {
        font-size: 1.25rem
    }
}

.page-template-brand .page-template-press-releases-iframe .news--recent .news__heading {
    max-width: none
}

.page-template-press-releases-iframe .news--recent .news__logo {
    right: 1rem
}

@media(min-width:40em) {
    .page-template-press-releases-iframe .news--recent .news__logo+.news__heading {
        max-width: calc(100% - 7rem)
    }
}

@media(min-width:60em) {
    .page-template-press-releases-iframe .news--recent .news__logo+.news__heading {
        max-width: calc(100% - 9rem)
    }
}

.page-template-leadership-iframe .section--leadership {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding: 0 1rem
}

@media(min-width:60em) {
    .page-template-leadership-iframe .section--leadership {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.page-template-leadership-iframe .bio--accordion {
    text-align: left
}

.page-template-leadership-iframe .bio--accordion~.bio--accordion {
    margin-top: .625rem
}

@media screen and (min-width:30em) {
    .page-template-leadership-iframe .bio--accordion~.bio--accordion {
        margin-top: calc(.625rem + 4.16667vw - 1.25em)
    }
}

@media screen and (min-width:60em) {
    .page-template-leadership-iframe .bio--accordion~.bio--accordion {
        margin-top: 1.875rem
    }
}

.page-template-leadership-iframe .bio--accordion .bio__content {
    display: flex
}

.page-template-leadership-iframe .bio--accordion .bio__media {
    margin-right: .625rem;
    overflow: hidden;
    position: relative;
    width: 33.3%
}

@media screen and (min-width:30em) {
    .page-template-leadership-iframe .bio--accordion .bio__media {
        margin-right: calc(.625rem + 4.16667vw - 1.25em)
    }
}

@media screen and (min-width:60em) {
    .page-template-leadership-iframe .bio--accordion .bio__media {
        margin-right: 1.875rem
    }
}

@media(min-width:60em) {
    .page-template-leadership-iframe .bio--accordion .bio__media {
        width: 13.75rem
    }
}

.page-template-leadership-iframe .bio--accordion .bio__media:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%
}

.page-template-leadership-iframe .bio--accordion .bio__media img {
    font-family: "object-fit: cover; object-position: center top";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    position: absolute;
    top: 0;
    width: 100%
}

.page-template-leadership-iframe .bio--accordion .bio__media+.bio__text {
    width: 66.67%
}

@media(min-width:60em) {
    .page-template-leadership-iframe .bio--accordion .bio__media+.bio__text {
        width: calc(100% - 14rem)
    }
}

.page-template-leadership-iframe .bio--accordion .bio__meta:focus,
.page-template-leadership-iframe .bio--accordion .bio__meta:hover {
    text-decoration: none
}

.page-template-leadership-iframe .bio--accordion .bio__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.page-template-leadership-iframe .bio--accordion .bio__description {
    color: #202020;
    display: none;
    flex-grow: 1
}

@media(min-width:48em) {
    .page-template-leadership-iframe .bio--accordion .bio__description {
        display: block
    }
}

.page-template-leadership-iframe .bio--accordion .bio__description {
    font-size: .875rem
}

@media screen and (min-width:48em) {
    .page-template-leadership-iframe .bio--accordion .bio__description {
        font-size: calc(.875rem + 1.04167vw - .5em)
    }
}

@media screen and (min-width:60em) {
    .page-template-leadership-iframe .bio--accordion .bio__description {
        font-size: 1rem
    }
}

.page-template-leadership-iframe .bio--accordion .bio__description p {
    margin-bottom: 0
}

.page-template-leadership-iframe .bio--accordion .bio__more {
    font-size: .75rem;
    line-height: 1;
    padding-top: .6875rem;
    text-transform: uppercase
}

.page-template-leadership-iframe .bio--accordion .bio__heading {
    color: #062f43;
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .1em;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .page-template-leadership-iframe .bio--accordion .bio__heading {
        font-size: calc(1rem + .83333vw - .25em)
    }
}

@media screen and (min-width:60em) {
    .page-template-leadership-iframe .bio--accordion .bio__heading {
        font-size: 1.25rem
    }
}

.page-template-leadership-iframe .bio--accordion .bio__job-title {
    color: #999;
    display: block;
    font-size: .875rem;
    line-height: 1.25;
    margin-bottom: .75rem;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .page-template-leadership-iframe .bio--accordion .bio__job-title {
        font-size: calc(.875rem + 1.25vw - .375em)
    }
}

@media screen and (min-width:60em) {
    .page-template-leadership-iframe .bio--accordion .bio__job-title {
        font-size: 1.25rem
    }
}

.page-template-brands-iframe .section--brands {
    padding: 0;
    text-align: center
}

.page-template-brands-iframe .list--brands {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding-left: 0
}

@media(min-width:40em)and (max-width:59.99em) {
    .page-template-brands-iframe .list--brands {
        max-width: 37.5rem
    }
}

.page-template-brands-iframe .list--brands li {
    display: inline-block;
    vertical-align: middle
}

.page-template-brands-iframe .list--brands a {
    color: #062f43;
    display: block;
    padding: .5rem .625rem;
    transition-delay: 0;
    transition-duration: .4s;
    transition-property: color, transform;
    transition-timing-function: .4s
}

@media(min-width:60em) {
    .page-template-brands-iframe .list--brands a {
        transform: scale(1)
    }

    .page-template-brands-iframe .list--brands a:focus,
    .page-template-brands-iframe .list--brands a:hover {
        transform: scale(1.05)
    }
}

@media(min-width:60em)and (hover:none) {

    .page-template-brands-iframe .list--brands a:focus,
    .page-template-brands-iframe .list--brands a:hover {
        transform: scale(1)
    }
}

.section--navy .page-template-brands-iframe .list--brands a {
    color: #fff;
    padding: .5em .75em
}

@media(min-width:60em) {
    .section--navy .page-template-brands-iframe .list--brands a {
        padding: 1em 1.5em
    }
}

.page-template-brands-iframe .list--brands svg {
    display: block;
    fill: currentcolor;
    height: 1.25rem
}

@media screen and (min-width:48em) {
    .page-template-brands-iframe .list--brands svg {
        height: calc(1.25rem + 1.5vw - .72em)
    }
}

@media screen and (min-width:90em) {
    .page-template-brands-iframe .list--brands svg {
        height: 1.88rem
    }
}

.no-ie .page-template-brands-iframe .list--brands svg {
    width: auto
}

.ie .page-template-brands-iframe .list--brands svg {
    font-size: 1.25rem
}

@media screen and (min-width:48em) {
    .ie .page-template-brands-iframe .list--brands svg {
        font-size: calc(1.25rem + 1.5vw - .72em)
    }
}

@media screen and (min-width:90em) {
    .ie .page-template-brands-iframe .list--brands svg {
        font-size: 1.88rem
    }
}

.page-template-brands-iframe .list--brands svg .fill {
    fill: transparent
}

.page-template-brands-iframe .list--brands-small:hover a {
    opacity: .3
}

.page-template-brands-iframe .list--brands-small a {
    opacity: 1;
    transition: color .4s, opacity .2s, transform .4s
}

.page-template-brands-iframe .list--brands-small a:focus,
.page-template-brands-iframe .list--brands-small a:hover {
    opacity: 1
}

.page-template-brands-iframe .list--brands-large {
    max-width: 75rem
}

@media(min-width:60em)and (max-width:69.99em) {
    .page-template-brands-iframe .list--brands-large {
        max-width: 50rem
    }
}

.page-template-brands-iframe .list--brands-large a {
    padding: .5rem .75rem
}

@media(min-width:60em) {
    .page-template-brands-iframe .list--brands-large a {
        padding: 1rem 1.5rem
    }
}

.page-template-brands-iframe .list--brands-large svg {
    height: 1.4375rem
}

@media screen and (min-width:40em) {
    .page-template-brands-iframe .list--brands-large svg {
        height: calc(1.4375rem + 8.4375vw - 3.375em)
    }
}

@media screen and (min-width:60em) {
    .page-template-brands-iframe .list--brands-large svg {
        height: 3.125rem
    }
}

.ie .page-template-brands-iframe .list--brands-large svg {
    font-size: 1.4375rem
}

@media screen and (min-width:40em) {
    .ie .page-template-brands-iframe .list--brands-large svg {
        font-size: calc(1.4375rem + 8.4375vw - 3.375em)
    }
}

@media screen and (min-width:60em) {
    .ie .page-template-brands-iframe .list--brands-large svg {
        font-size: 3.125rem
    }
}

.page-template-blank {
    background-color: #000
}

.page-template-blank .page__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding: 0 1rem;
    width: 100%
}

.hero.header {
    height: 46vw
}

.hero.header.header--blue:after {
    background-color: #008e9e
}

.hero.header.header--none:after {
    background-color: transparent
}

@media(max-width:1200px) {
    .hero.header {
        height: auto;
        min-height: auto
    }
}

.header__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 10em;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    text-transform: uppercase
}

.hero--frame .header__title {
    position: relative
}

.hero--frame .header__title:after,
.hero--frame .header__title:before {
    content: "";
    display: block;
    height: 100vh;
    position: absolute;
    right: 0;
    width: .5rem
}

@media(min-width:60em) {

    .hero--frame .header__title:after,
    .hero--frame .header__title:before {
        width: 1rem
    }
}

.hero--frame .header__title:before {
    bottom: 100%
}

.hero--frame .header__title:after {
    top: 90%
}

.header--lime .header__title a:before,
.header--lime .header__title span:before {
    background-color: #9c3
}

.header--mint .header__title a:before,
.header--mint .header__title span:before {
    background-color: #3c9
}

.header--orange .header__title a:before,
.header--orange .header__title span:before {
    background-color: #f63
}

.header--red .header__title a:before,
.header--red .header__title span:before {
    background-color: #f33
}

.header--teal .header__title a:before,
.header--teal .header__title span:before {
    background-color: #099
}

.header--yellow .header__title a:before,
.header--yellow .header__title span:before {
    background-color: #ff0
}

.header--blue .header__title a:before,
.header--blue .header__title span:before {
    background-color: #008e9e
}

.header--sky-blue .header__title a:before,
.header--sky-blue .header__title span:before {
    background-color: #309bb6
}

.header--dark-yellow .header__title a:before,
.header--dark-yellow .header__title span:before {
    background-color: #eebb24
}

.header--cherry-red .header__title a:before,
.header--cherry-red .header__title span:before {
    background-color: #cd1111
}

.slide-text-align-right .header__title a {
    justify-content: flex-end
}

.slide-text-align-center .header__title a {
    justify-content: center;
    margin-right: 5vw;
    padding: 0
}

.header__title p {
    margin: 0;
    padding: 0
}

.header__text {
    margin: 5em 0 3em 7.5rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media(min-width:60em) {
    .header__text {
        margin: 7em 0 4em 7.5rem
    }
}

.hero--frame .header__text {
    margin-left: 10vw
}

@media(min-width:40em) {
    .hero--frame .header__text {
        margin-left: 7.5rem
    }
}

.header__title {
    font-size: 15.625rem;
    font-weight: 700
}

.header__title a,
.header__title span {
    display: block;
    line-height: 1.1;
    padding-right: 5vw
}

.header__title a:before,
.header__title span:before {
    bottom: 30px;
    content: "";
    position: absolute;
    top: 19px;
    width: .8rem
}

@media(min-width:960px) {

    .header__title a:before,
    .header__title span:before {
        width: .8rem
    }
}

.header__title a:before,
.header__title span:before {
    margin-left: -2rem
}

@media(max-width:769px) {
    .header__title {
        font-size: 5.9375rem
    }
}

.linux .header__title {
    font-size: 15.625rem;
    font-weight: 700
}

.linux .header__title a,
.linux .header__title span {
    display: block;
    line-height: 1.1;
    padding-right: 5vw
}

.linux .header__title a:before,
.linux .header__title span:before {
    bottom: 53px;
    content: "";
    position: absolute;
    top: 6px;
    width: .8rem
}

@media(min-width:960px) {

    .linux .header__title a:before,
    .linux .header__title span:before {
        width: .8rem
    }
}

.linux .header__title a:before,
.linux .header__title span:before {
    margin-left: -2rem
}

@media(max-width:769px) {
    .linux .header__title {
        font-size: 5.9375rem
    }
}

.featured-text-section {
    font-size: 18px;
    padding: 3rem 0 1rem
}

.featured-text-section .section-header {
    margin-bottom: 2em;
    padding-left: 130px;
    padding-right: 130px
}

@media(max-width:769px) {
    .featured-text-section .section-header {
        padding-left: 33px;
        padding-right: 33px
    }
}

.featured-text-section .section-header__title {
    font-size: 4em
}

.featured-text-section .section-header__title span {
    display: block
}

.featured-text-section .section__content {
    padding-left: 130px;
    padding-right: 130px
}

@media(max-width:769px) {
    .featured-text-section .section__content {
        padding-left: 33px;
        padding-right: 33px
    }
}

.banner.hero.header {
    height: 40vw
}

@media(max-width:1200px) {
    .banner.hero.header {
        height: auto;
        min-height: 30em
    }
}

.banner:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .8rem;
    z-index: 1
}

.banner.header--lime:before {
    background-color: #9c3
}

.banner.header--mint:before {
    background-color: #3c9
}

.banner.header--orange:before {
    background-color: #f63
}

.banner.header--red:before {
    background-color: #f33
}

.banner.header--teal:before {
    background-color: #099
}

.banner.header--yellow:before {
    background-color: #ff0
}

.banner.header--blue:before {
    background-color: #008e9e
}

.banner.header--none:before {
    background-color: transparent
}

.banner.hero.hero--frame:after {
    left: 0;
    right: unset
}

.banner .header__title {
    font-size: 7.5rem
}

.banner .header__title:after,
.banner .header__title:before {
    content: none
}

.banner .header__title span {
    padding-right: 0
}

.banner .header__title span:before {
    content: none
}

.banner .header__text {
    margin-left: 0;
    margin-right: 7.5rem;
    text-align: right
}

@media(max-width:769px) {
    .banner .header__text {
        margin-right: 33px
    }
}

.banner .linux .header__title {
    font-size: 10rem
}

@media(max-width:769px) {
    .banner .linux .header__title {
        font-size: 5rem
    }
}

.featured-section .section-header {
    align-items: flex-end;
    display: flex;
    height: 30vw;
    margin: 0;
    min-height: 28em;
    padding: 7em 0 7em 8rem;
    position: relative
}

@media(max-width:1200px) {
    .featured-section .section-header {
        height: auto;
        min-height: 30em
    }
}

@media(max-width:769px) {
    .featured-section .section-header {
        padding-left: 33px
    }
}

.featured-section .section-header__title {
    font-size: 7.5rem
}

.featured-section .section-header span {
    display: block
}

.featured-section .section-header:after,
.featured-section .section-header:before {
    content: "";
    display: block;
    position: absolute
}

.featured-section .section-header:before {
    height: 100%;
    right: 0;
    top: 0;
    width: .8rem;
    z-index: 1
}

.featured-section .section-header:after {
    bottom: 0;
    height: 3em;
    right: 0;
    width: calc(100vw - 130px)
}

@media(max-width:769px) {
    .featured-section .section-header:after {
        width: calc(100vw - 33px)
    }
}

.featured-section .section-header__lime:after,
.featured-section .section-header__lime:before {
    background-color: #9c3
}

.featured-section .section-header__mint:after,
.featured-section .section-header__mint:before {
    background-color: #3c9
}

.featured-section .section-header__orange:after,
.featured-section .section-header__orange:before {
    background-color: #f63
}

.featured-section .section-header__red:after,
.featured-section .section-header__red:before {
    background-color: #f33
}

.featured-section .section-header__teal:after,
.featured-section .section-header__teal:before {
    background-color: #099
}

.featured-section .section-header__yellow:after,
.featured-section .section-header__yellow:before {
    background-color: #ff0
}

.featured-section .section-header__blue:after,
.featured-section .section-header__blue:before {
    background-color: #008e9e
}

.featured-section .section-header__sky-blue .featured-section .section-header:before,
.featured-section .section-header__sky-blue:after {
    background-color: #309bb6
}

.featured-section .section-header__dark-yellow .featured-section .section-header:before,
.featured-section .section-header__dark-yellow:after {
    background-color: #eebb24
}

.featured-section .section-header__cherry-red .featured-section .section-header:before,
.featured-section .section-header__cherry-red:after {
    background-color: #cd1111
}

.featured-section .section-header__none:after,
.featured-section .section-header__none:before {
    background-color: transparent
}

.featured-section .billboard--flip {
    text-align: right
}

@media(min-width:40em) {
    .featured-section .billboard__text {
        width: 45vw
    }
}

.featured-section .billboard__title {
    font-family: tt-commons-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 2.6875rem
}

@media(min-width:40em) {
    .page-template-our_culture .billboard__text {
        width: 50vw
    }
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    bottom: -5000px;
    display: none;
    left: -5000px;
    position: fixed;
    right: -5000px;
    top: -5000px;
    z-index: 9999
}

.remodal-wrapper {
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10000;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -.05em
}

.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden
}

.remodal {
    outline: none;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(0, 0, 0, .75)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    background: #191717;
    box-sizing: border-box;
    color: #2b2e38;
    margin-bottom: 10px;
    padding: 0;
    transform: translateZ(0);
    width: 100%
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    left: 0;
    position: absolute;
    top: -35px;
    z-index: 50
}

@media screen and (min-width:1024px) {
    .remodal-close {
        left: -35px;
        top: -6px
    }
}

.remodal-close {
    background: transparent;
    border: 0;
    color: #95979c;
    cursor: pointer;
    display: block;
    height: 35px;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-decoration: none;
    transition: color .2s;
    width: 35px
}

.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    content: "×";
    display: block;
    font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
    font-size: 45px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px
}

.remodal-cancel,
.remodal-confirm {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    min-width: 110px;
    outline: 0;
    overflow: visible;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: background .2s;
    vertical-align: middle
}

.remodal-confirm {
    background: #81c784;
    color: #fff
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    background: #e57373;
    color: #fff
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    border: 0;
    padding: 0
}

@keyframes remodal-opening-keyframes {
    0% {
        opacity: 0;
        transform: scale(1.05)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes remodal-closing-keyframes {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.95)
    }
}

@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.header__main {
    align-items: center;
    color: #fff;
    display: flex;
    height: 3.25em;
    justify-content: center;
    left: 0;
    padding: 0 43px;
    position: fixed;
    top: 0;
    transition: background-color .4s;
    width: 100%;
    z-index: 3
}

@media(min-width:40em) {
    .header__main {
        justify-content: space-between
    }
}

@media(min-width:60em) {
    .header__main {
        height: 6.75rem
    }
}

.header--menu-active .header__main,
.header--scrolled .header__main {
    background-color: #000
}

.header__main>div {
    align-items: center;
    display: flex
}

.menu-toggle--button {
    display: block;
    height: 3em;
    left: 5vw;
    margin-left: -.75em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3em
}

@media(min-width:40em) {
    .menu-toggle--button {
        height: 4em;
        left: auto;
        margin-left: -1em;
        position: relative;
        top: auto;
        transform: none;
        width: 4em
    }
}

.menu-toggle--button .menu-toggle__icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.menu-toggle--button .menu-toggle__icon svg {
    display: block;
    fill: currentColor;
    height: 2.7em;
    width: 1.6875em
}

.menu-toggle--button .menu-toggle__icon--menu {
    opacity: 1
}

.header--menu-active .menu-toggle--button .menu-toggle__icon--menu,
.menu-toggle--button .menu-toggle__icon--close {
    opacity: 0
}

.header--menu-active .menu-toggle--button .menu-toggle__icon--close {
    opacity: 1
}

.header__menu {
    background-color: #000;
    color: #fff;
    height: calc(100vh - 3.25em);
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 3.25em;
    transform: translate(-100%);
    transition: opacity .4s ease-out, transform .4s ease-out;
    width: 100%;
    z-index: 3
}

@media(min-width:40em) {
    .header__menu {
        width: calc(4vw + 18.65em)
    }
}

@media(min-width:60em) {
    .header__menu {
        height: calc(100vh - 5em);
        top: 5em;
        transition: opacity .4s ease-out, transform .4s ease-out
    }
}

.header--menu-active .header__menu {
    opacity: 1;
    transform: translate(0)
}

.header__menu::-webkit-scrollbar {
    width: 1em
}

.header__menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.header__menu::-webkit-scrollbar-thumb {
    background-color: #1f1f1f;
    outline: 1px solid #1f1f1f
}

.menu-toggle--overlay {
    background-color: rgba(0, 0, 0, .4);
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .8s, z-index 0ms .8s;
    width: 100vw;
    z-index: -1
}

.header--menu-active .menu-toggle--overlay {
    opacity: 1;
    transition: opacity .4s;
    z-index: 2
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 2em 5vw
}

@media(min-width:60em) {
    .footer {
        padding: 4em 5vw
    }
}

@media print {
    .footer {
        display: none
    }
}

.footer .logo {
    margin-bottom: 20px
}

@media(min-width:60em) {
    .footer__content {
        display: grid;
        grid-gap: 3em 2em;
        grid-template-columns: 2fr 5fr
    }

    .footer__nav--site {
        grid-column: 2
    }

    .footer__legal {
        grid-column: 1;
        grid-row: 2
    }
}

.footer__legal p {
    font-size: .875em;
    margin: 0
}

@media(min-width:60em) {
    .footer__legal p {
        font-size: 1em;
        margin: .5em 0
    }
}

@media(max-width:1200px) {
    .hero {
        height: auto;
        min-height: auto
    }

    .feature-shift .feature-shift__text {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .header-nav ul a {
        display: block;
        max-width: 85%
    }

    .header-nav ul li.menu-item-has-children>span {
        z-index: 3
    }

    .header-nav ul li.menu-item-has-children>span:before {
        content: "";
        display: block;
        height: 48px;
        position: absolute;
        right: -24px;
        top: -33px;
        width: 48px
    }

    .page-template-whats_important_to_us .billboard-color-banner-header .billboard__text p {
        padding-right: 2.25rem
    }

    .footer-nav.footer-nav--site li {
        display: inline-block;
        margin-right: 2em
    }
}

@media(max-width:1023px) {
    .search-content header {
        flex-direction: column
    }

    .feature-shift .feature-shift__text .feature-shift__title {
        margin-top: 0
    }
}

@media(max-width:960px) {
    .page-template-whats_important_to_us .billboard-color-banner-header .billboard__text .billboard__title {
        font-size: 5.5rem
    }

    .billboard.billboard-color-banner .billboard__text {
        display: flex;
        flex-direction: row
    }

    .billboard.billboard-color-banner .billboard__text>:last-child {
        align-items: flex-end
    }

    .news .heading .section-header__title {
        margin: 0 auto
    }

    .page-template-brand .brand__recent .page__content {
        padding: 0 50px 50px
    }

    .feature-shift .shift__media,
    .feature-shift.shift--right .shift__media {
        padding: 0
    }

    .feature-shift .feature-shift__text,
    .feature-shift.shift--right .feature-shift__text {
        padding: 0 1.5rem 1.5rem
    }

    .feature-shift .feature-shift__text .feature-shift__title,
    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .section-header {
        margin-top: 0
    }

    .swiper-container {
        height: auto
    }
}

@media(max-width:1120px) {

    .feature-shift .feature-shift__text,
    .feature-shift.shift--right .feature-shift__text {
        padding: 0 1.5rem 1.5rem
    }
}

@media(max-width:769px) {
    .billboard.billboard-color-banner .billboard__text {
        flex-direction: column
    }

    .billboard.billboard-color-banner .billboard__text>:last-child {
        align-items: flex-start
    }

    .billboard.billboard-color-banner .billboard__text>:last-child p {
        margin-bottom: 0;
        text-align: left
    }

    .page-template-who-we-are [aria-labelledby=sectionHeadingLeadership] .section-header {
        margin-top: auto
    }

    .swiper-container {
        height: auto
    }

    .page-template-brand .brand__recent .page__content {
        flex-direction: column
    }

    .page-template-brand .brand__recent .page__content .section--recent-news,
    .page-template-brand .brand__recent .page__content .section--recent-news+section {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .tweets.swiper-container {
        min-height: 16rem
    }

    .feature-shift {
        max-height: 100%
    }

    .feature-shift,
    .feature-shift.shift--right {
        flex-direction: column
    }

    .feature-shift .shift__media picture {
        padding-left: .5rem
    }

    .feature-shift .feature-shift__text .feature-shift__description {
        max-width: 100%
    }

    .header__main {
        padding: 0 1.625rem
    }

    .news .section__content {
        padding: 0 2rem
    }

    .footer-nav.footer-nav--site li {
        display: list-item;
        margin-right: 2em
    }

    .footer-nav a {
        display: block;
        line-height: 1.5rem
    }

    .search-form__input {
        padding: .5625rem 2.25em .6875rem 0
    }

    .page-template-whats_important_to_us .billboard-color-banner-header .billboard__text p {
        padding-right: 2.25rem
    }

    .page-template-whats_important_to_us .billboard-color-banner-header {
        height: 50vh
    }

    .feature-shift .feature-shift__text .feature-shift__title {
        margin-top: 1.125rem
    }

    #ot-sdk-btn.optanon-show-settings,
    #ot-sdk-btn.ot-sdk-show-settings {
        display: list-item;
        font-size: .875em !important
    }
}

@media(max-width:669px) {
    .billboard.billboard-color-banner {
        padding: 25px 0
    }

    .form-active .search-form__input {
        width: 90vw
    }

    .page-template-contact form input {
        margin-right: 0
    }

    .error404 main,
    .search-results main {
        padding-top: 2.25rem
    }

    .billboard.billboard-color-banner .billboard__text>:last-child p {
        font-size: 1rem
    }
}

@media(max-width:569px) {
    .news .heading {
        padding: 0 2rem
    }

    .billboard.billboard-color-banner .billboard__text {
        margin: 1.3em
    }
}

@media(max-width:380px) {
    .page-template-whats_important_to_us .billboard-color-banner-header .billboard__text .billboard__title {
        font-size: 3.5rem
    }
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

/*# sourceMappingURL=global.99c6f0f5.css.map*/