@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
    --topOfLine: 0%;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

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

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

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

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,
            rgba(0, 0, 0, 0.25));
    position: absolute;
}

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

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

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

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

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

.swiper-scrollbar-lock {
    display: none;
}

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

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

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

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

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

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

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

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

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

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

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

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

.swiper-cube {
    overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

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

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

.swiper-flip {
    overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: "helvetica_neue_lt_std57Cn";
    src: url("../fonts/helvetica_neue_lt_std_57_condensed-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_std_57_condensed-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helvetica_neue_lt_std45_light";
    src: url("../fonts/helvetica_neue_lt_std_45_light-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_std_45_light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue LT Std 55 Roman";
    src: url("../fonts/helvetica_neue_lt_std_55_roman.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_std_55_roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helvetica_neue_lt_std65Md";
    src: url("../fonts/helvetica_neue_lt_std_65_medium-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_std_65_medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helvetica_neue_lt_std77BdCn";
    src: url("../fonts/helvetica_neue_lt_std_77_bold_condensed-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_std_77_bold_condensed-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helvetica_neue_lt_std67MdCn";
    src: url("../fonts/helvetica_neue_lt_std_67_medium_condensed-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_std_67_medium_condensed-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?xxb8td");
    src: url("../fonts/icomoon.eot?xxb8td#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?xxb8td") format("truetype"),
        url("../fonts/icomoon.woff?xxb8td") format("woff"),
        url("../fonts/icomoon.svg?xxb8td#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html,
body {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #002749;
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 16px;
}

html strong,
body strong {
    font-family: "helvetica_neue_lt_std77BdCn";
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    overflow-y: scroll;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

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

hr {
    border-color: #fff;
    margin: 12px 0 20px 0;
    width: 99%;
}

.wrapper {
    padding: 0;
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.am_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media only screen and (min-width: 1366px) {
    .container {
        padding: 0;
        max-width: 1320px;
    }
}

.am_body--hidescroll {
    overflow-y: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002749;
    z-index: 99999999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1.5s ease;
}

.preloader>img {
    min-width: 7rem;
}

.loaded .preloader {
    height: 0px;
    top: -100%;
    overflow: hidden;
}

.am--sticky {
    position: sticky !important;
    top: 70px;
}

.am_module.am_module--animated .am_primary-intro-content {
    min-height: 52rem;
}

.am_module[data-sticky="true"] .am_primary-intro-content {
    padding: 7.5rem 0;
    margin-bottom: 0;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}

.icon-youtube:before {
    content: "\e905";
}

.icon-instagram:before {
    content: "\e906";
}

.icon-left:before {
    content: "\e900";
}

.icon-right:before {
    content: "\e901";
}

.am_button {
    padding: 0 12px 0 0;
    text-decoration: none;
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #002749;
    flex-grow: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.am_button::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url("../assets/btn-arrow.svg") no-repeat 0 0;
    display: inline-flex;
    margin-right: 12px;
    position: relative;
    z-index: 2;
}

.am_button::after {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0085ca;
    z-index: 1;
    transition: all 0.3s ease;
}

.am_button span {
    position: relative;
    z-index: 2;
}

.am_button.am_button--invert {
    color: #fff;
}

.am_button:hover {
    color: #fff;
}

.am_button:hover::after {
    width: 100%;
}

.am_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    background: #fff;
    z-index: 600;
    transition: all 0.5s ease;
    box-sizing: border-box;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
}

.user-logged-in .am_header {
    margin-top: 80px;
    z-index: 500;
}

.user-logged-in .am_header-search-modal {
    margin-top: 80px;
}

@media (max-width: 976px) {

    body #toolbar-administration,
    body #toolbar-bar {
        display: none;
    }
}

/* css for user login form */
.user-login-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

.js-form-item {
    margin-bottom: 15px;
}

.user-login-form .form-item .form-text {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    border: 0;
    padding: 0 1.125rem;
    font-size: 1.25rem;
    color: #666666;
    background-color: #d9d9d9;
}

.user-login-form .form-item label {
    font-weight: bold;
    font-size: 1.2rem;
}

.am_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 0.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_header .container {
        padding-top: 0;
    }
}

.am_header-brand-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

@media only screen and (min-width: 1024px) {
    .am_header-brand-nav {
        gap: 35px;
    }
}

@media only screen and (min-width: 1366px) {
    .am_header-brand-nav {
        gap: 100px;
    }
}

.am_header-brand {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
    .am_header-brand {
        justify-content: flex-start;
        flex-grow: 0;
    }
}

.am_header-brand-menu span {
    display: block;
    width: 32px;
    height: 3px;
    background: #002749;
    border-radius: 4px;
}

.am_header-brand-menu span:nth-child(2) {
    margin: 6px 0;
}

@media only screen and (min-width: 1024px) {
    .am_header-brand-menu {
        display: none;
    }
}

.am_header-brand-logo {
    height: 40px;
    display: block;
}

@media only screen and (min-width: 375px) {
    .am_header-brand-logo {
        height: 48px;
    }
}

.am_header-navigation--mobile {
    display: none;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #002749;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
}

.am_header-navigation--mobile-brand {
    padding: 20px 0;
    text-align: center;
}

.am_header-navigation--mobile-brand a {
    display: inline-block;
}

.am_header-navigation--mobile-close {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    top: 16px;
    right: 16px;
}

.am_header-navigation--mobile-close span {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    background: #0085ca;
    border-radius: 0.25rem;
    margin-bottom: 0.313rem;
    transform: rotate(45deg);
    transform-origin: center;
    right: 0;
    top: 0.5em;
}

.am_header-navigation--mobile-close span:first-child {
    right: auto;
    left: 0;
    transform: rotate(-45deg);
}

.am_header-navigation--mobile .am_header-navigation-level1 {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.am_header-navigation--mobile .am_header-navigation-level1>li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.am_header-navigation--mobile .am_header-navigation-level1>li:last-child {
    border: 0;
}

.am_header-navigation--mobile .am_header-navigation-level1>li a {
    display: block;
    padding: 16px 24px;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.am_header-navigation--mobile .am_header-navigation-level1>li a span {
    position: absolute;
    width: 2rem;
    height: 100%;
    top: 0;
    right: 16px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.am_header-navigation--mobile .am_header-navigation-level2,
.am_header-navigation--mobile .am_header-navigation-level3,
.am_header-navigation--mobile .am_header-navigation-level4 {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.am_header-navigation--mobile .am_header-navigation-level2>li,
.am_header-navigation--mobile .am_header-navigation-level3>li,
.am_header-navigation--mobile .am_header-navigation-level4>li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.am_header-navigation--mobile .am_header-navigation-level2>li:last-child,
.am_header-navigation--mobile .am_header-navigation-level3>li:last-child,
.am_header-navigation--mobile .am_header-navigation-level4>li:last-child {
    border: 0;
}

.am_header-navigation--mobile .am_header-navigation-level2>li a,
.am_header-navigation--mobile .am_header-navigation-level3>li a,
.am_header-navigation--mobile .am_header-navigation-level4>li a {
    display: block;
    padding: 16px 24px;
    padding-left: 48px;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    text-decoration: none;
    text-transform: initial;
}

.am_header-navigation--mobile .am_header-navigation-level2>li a span,
.am_header-navigation--mobile .am_header-navigation-level3>li a span,
.am_header-navigation--mobile .am_header-navigation-level4>li a span {
    font-size: 14px;
}

.am_header-navigation--mobile .am_header-navigation-level3>li a {
    padding-left: 72px;
}

.am_header-navigation--mobile .am_header-navigation-level4>li a {
    padding-left: 96px;
}

.am_header-navigation--mobile .am_header-navigation--expandable>ul {
    display: none;
}

.am_header-navigation--mobile .am_header-navigation--expandable.expanded {
    background: rgba(255, 255, 255, 0.08);
}

.am_header-navigation--mobile .am_header-navigation--expandable.expanded>a span {
    transform: rotate(-90deg);
}

.am_header-navigation--desktop {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .am_header-navigation--desktop {
        display: block;
    }
}

.am_header-navigation--desktop .am_header-navigation-level1 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.am_header-navigation--desktop .am_header-navigation-level1>li {
    list-style: none;
    position: relative;
    padding: 1.6rem 0;
}

.am_header-navigation--desktop .am_header-navigation-level1>li>a {
    text-decoration: none;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    color: #002749;
    text-transform: uppercase;
}

.am_header-navigation--desktop .am_header-navigation-level1>li>a:hover {
    color: #0085ca;
}

.am_header-secondary {
    display: flex;
    align-items: center;
    gap: 10px;
}

.am_header-secondary-search {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.25rem;
}

.am_header-secondary-search>svg {
    height: 24px;
}

.am_header-secondary-cobrand {
    display: none;
    min-height: 45px;
}

@media only screen and (min-width: 1024px) {
    .am_header-secondary-cobrand {
        display: block;
    }
}

.am_header-secondary-cobrand>img {
    display: block;
}

.am_header-search-modal {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 8px 15px 0px rgba(0, 39, 73, 0.1);
    overflow: hidden;
    display: none;
}

.am_header-search-modal::before {
    content: "";
    height: 2.5rem;
    width: 100%;
    display: block;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
    position: relative;
    z-index: 1;
    top: -2.5rem;
}

.am_header-search-modal .search-modal-container form {
    display: flex;
    padding: 0 1rem 2.5rem;
    justify-content: center;
}

.am_header-search-modal .search-modal-container form>input {
    width: 95%;
    max-width: 31.25rem;
    border: 0;
    border-bottom: 1px solid #d0e5ec;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_header-search-modal .search-modal-container form>svg {
    height: 32px;
    border-bottom: 1px solid #d0e5ec;
    padding-bottom: 0.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_header-search-modal .search-modal-container form>svg {
        height: 24px;
    }
}

.am_header .am_header-navigation--desktop-flyout {
    display: none;
    position: absolute;
    top: 4.375rem;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
    min-width: 9.375rem;
    padding: 1rem 0;
}

.am_header .am_header-navigation--desktop-flyout .am_header-navigation--subnav {
    margin: 0;
    padding: 0;
}

.am_header .am_header-navigation--desktop-flyout .am_header-navigation--subnav li {
    list-style: none;
    margin: 0.75rem 0;
}

.am_header .am_header-navigation--desktop-flyout .am_header-navigation--subnav li a {
    white-space: nowrap;
    text-decoration: none;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
    padding: 0 2rem;
}

.am_header .am_header-navigation--desktop-flyout .am_header-navigation--subnav li a:hover {
    color: #0085ca;
}

.am_header .am_header-navigation--desktop-flyout .am_header-navigation-level2-item.am_header-navigation--expandable {
    position: relative;
}

.am_header .am_header-navigation--desktop-flyout .am_header-navigation-level2-item .am_header-navigation--desktop-flyout {
    left: 98%;
    top: 0;
}

.am_header .am_header-navigation--desktop-flyout--mega {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 2.5rem 0 2rem;
    overflow: hidden;
}

.am_header .am_header-navigation--desktop-flyout--mega .container {
    position: relative;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav {
    width: 100%;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li {
    margin: 0 0 0.25rem;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li a {
    white-space: wrap;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li a.active {
    color: #0085ca;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li .am_header-navigation-level3 {
    display: none;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 0;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li .am_header-navigation-level3.show {
    display: block;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li .am_header-navigation-level3>.am_header-navigation--subnav {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li .am_header-navigation-level3>.am_header-navigation--subnav li {
    width: calc(50% - 0.5rem);
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li .am_header-navigation-level3>.am_header-navigation--subnav li .am_header-navigation-level4 {
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li .am_header-navigation-level3>.am_header-navigation--subnav li .am_header-navigation-level4.show {
    display: block;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3 {
    display: none;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 0;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3.show {
    display: block;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3>.am_header-navigation--subnav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3>.am_header-navigation--subnav li {
    width: calc(50% - 0.5rem);
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3>.am_header-navigation--subnav li .am_header-navigation-level4 {
    display: none;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3>.am_header-navigation--subnav li .am_header-navigation-level4.show {
    display: block;
}

.am_header .am_header-navigation--desktop-flyout--mega .container>.am_header-navigation--subnav li:first-child .am_header-navigation-level3>.am_header-navigation--subnav li .am_header-navigation-level4>.am_header-navigation--subnav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.125rem;
}

.am_header.am_header--hide {
    opacity: 0;
}

.am_footer {
    background: #002749;
}

.am_footer-primary {
    padding: 50px 0 30px;
    color: #d0e5ec;
}

.am_footer-primary .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media only screen and (min-width: 1366px) {
    .am_footer-primary .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.am_footer-primary .am_footer-branding {
    text-align: center;
}

.am_footer-primary .am_footer-branding>a {
    display: inline-block;
}

.am_footer-primary .am_footer-navigation {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-navigation {
        flex-direction: row;
        gap: 30px;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) {
    .am_footer-primary .am_footer-navigation {
        max-width: 45%;
        margin: 0;
    }
}

.am_footer-primary .am_footer-navigation .primary ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 0;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-navigation .primary ul {
        justify-content: flex-start;
        align-items: initial;
    }
}

.am_footer-primary .am_footer-navigation .primary ul li {
    list-style: none;
    width: calc(100% / 3);
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-navigation .primary ul li {
        text-align: left;
    }
}

.am_footer-primary .am_footer-navigation .primary ul li a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #d0e5ec;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-navigation .secondary {
        width: 210px;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

.am_footer-primary .am_footer-navigation .secondary ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-navigation .secondary ul {
        justify-content: flex-start;
        flex-direction: column;
        align-items: initial;
        gap: 15px;
    }
}

.am_footer-primary .am_footer-navigation .secondary ul li {
    list-style: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-navigation .secondary ul li {
        text-align: left;
    }
}

.am_footer-primary .am_footer-navigation .secondary ul li a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #d0e5ec;
    text-decoration: none;
    text-transform: uppercase;
}

.am_footer-primary .am_footer-connect {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media only screen and (min-width: 1366px) {
    .am_footer-primary .am_footer-connect {
        align-items: flex-end;
        gap: 40px 24px;
    }
}

.am_footer-primary .am_footer-connect .social ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.am_footer-primary .am_footer-connect .social ul li {
    list-style: none;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am_footer-primary .am_footer-connect .social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #002749;
    font-size: 1rem;
}

.am_footer-primary .am_footer-connect .newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-connect .newsletter {
        flex-direction: row;
        align-items: center;
        gap: 0;
        width: 395px;
        margin: 0 auto;
    }
}

.am_footer-primary .am_footer-connect .newsletter label {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-connect .newsletter label {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.am_footer-primary .am_footer-connect .newsletter input {
    background: #002749;
    padding: 12px;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(208, 229, 236, 0.2);
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-connect .newsletter input {
        flex-grow: 1;
    }
}

.am_footer-primary .am_footer-connect .newsletter button {
    padding: 12px;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #fff;
    background: #0085ca;
    display: inline-block;
    border: 0;
    text-transform: uppercase;
    appearance: none;
    width: 105px;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .am_footer-primary .am_footer-connect .newsletter button {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        justify-content: center;
    }
}

.am_footer-secondary {
    border-top: 1px solid #d0e5ec;
    padding: 30px 0 20px;
}

.am_footer-secondary .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.am_footer-secondary .container p {
    margin: 0;
    padding: 0;
    color: #d0e5ec;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.am_hero-slider {
    position: relative;
    overflow: hidden;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
}

.am_hero-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 50vh;
    max-width: 1320px;
    position: relative;
    z-index: 2;
    transition: all 1.5s ease;
}

.loaded .am_hero-slider-wrapper {
    margin-top: 0;
}

.am_hero-slider-content {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    min-height: 380px;
    width: 100%;
    max-width: 524px;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.am_hero-slider-content .slide-item {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.am_hero-slider-content .slide-item .info h2 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1024px) {
    .am_hero-slider-content .slide-item .info h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_hero-slider-content .slide-item .info h2 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_hero-slider-content .slide-item .info p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 15px;
}

.am_hero-slider-content .slide-item .cta {
    display: flex;
}

.am_hero-slider-content .hero-slider-navs {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: 60px;
}

.am_hero-slider-content .hero-slider-navs .slider-prev,
.am_hero-slider-content .hero-slider-navs .slider-next {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
}

.am_hero-slider-content .hero-slider-navs .slider-prev .fa,
.am_hero-slider-content .hero-slider-navs .slider-next .fa {
    font-size: 30px;
}

.am_hero-slider-content .hero-slider-navs .slider-prev {
    right: 60px;
}

.am_hero-slider>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.am_hero-slider-v2 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
}

.am_hero-slider-v2 .container {
    position: relative;
}

.am_hero-slider-v2-swiper .swiper-slide .item {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}

.am_hero-slider-v2-swiper .swiper-slide .item-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.am_hero-slider-v2-swiper .swiper-slide .item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am_hero-slider-v2-swiper .swiper-slide .item .container {
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 568px) {
    .am_hero-slider-v2-swiper .swiper-slide .item .container .item-content {
        max-width: 65%;
    }
}

@media only screen and (min-width: 1366px) {
    .am_hero-slider-v2-swiper .swiper-slide .item .container .item-content {
        max-width: 55%;
    }
}

.am_hero-slider-v2-swiper .swiper-slide .item .container .item-content h4 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .am_hero-slider-v2-swiper .swiper-slide .item .container .item-content h4 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_hero-slider-v2-swiper .swiper-slide .item .container .item-content h4 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_hero-slider-v2-swiper .swiper-slide .item .container .item-content .author {
    margin-top: 1.5rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}

.am_hero-slider-v2-swiper .swiper-slide .item .container .item-content p {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    margin-top: 0.75rem;
}

.am_hero-slider-v2-swiper .swiper-slide .item .container .item-content .cta {
    cursor: pointer;
    margin-top: 2.25rem;
}

.am_hero-slider-v2-swiper .swiper-slide .item .container .item-content .cta span {
    color: #fff;
}

.am_hero-slider-v2-swiper .swiper-scrollbar {
    height: 2px;
    background: #bcbcbc;
    width: calc(100% - 90px);
    left: 1rem;
    bottom: 2rem;
}

@media only screen and (min-width: 1366px) {
    .am_hero-slider-v2-swiper .swiper-scrollbar {
        width: calc(100% - 70px);
        left: 0;
    }
}

.am_hero-slider-v2-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_hero-slider-v2-swiper .swiper-button-next {
    right: 1rem;
    top: auto;
    bottom: 1.25rem;
    height: 22px;
    width: 22px;
    color: #fff;
}

@media only screen and (min-width: 1366px) {
    .am_hero-slider-v2-swiper .swiper-button-next {
        right: 0;
    }
}

.am_hero-slider-v2-swiper .swiper-button-next::after {
    font-size: 24px;
}

.am_hero-slider-v2-swiper .swiper-button-prev {
    left: auto;
    right: 40px;
    top: auto;
    bottom: 1.25rem;
    height: 22px;
    width: 22px;
    color: #fff;
}

@media only screen and (min-width: 1366px) {
    .am_hero-slider-v2-swiper .swiper-button-prev {
        right: 30px;
    }
}

.am_hero-slider-v2-swiper .swiper-button-prev::after {
    font-size: 24px;
}

.am_primary-intro-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 5rem;
}

.am_primary-intro-content .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.am_primary-intro-content .primary-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content {
        flex-direction: row;
    }
}

.am_primary-intro-content .primary-content .content {
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .content {
        width: 80%;
        padding-right: 3.75rem;
    }
}

.am_primary-intro-content .primary-content .content .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin-bottom: 1.875rem;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .content .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_primary-intro-content .primary-content .content .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_primary-intro-content .primary-content .content .subtitle {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_primary-intro-content .primary-content .content .description {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    margin-bottom: 3rem;
}

.am_primary-intro-content .primary-content .content .cta {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .content .cta {
        margin-bottom: 0;
    }
}

.am_primary-intro-content .primary-content .media {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .media {
        width: 50%;
        height: 100%;
    }
}

.am_primary-intro-content .primary-content .media>img {
    max-width: 100%;
    min-width: 100%;
}

.am_primary-intro-content .primary-content .media.media--playing .media-poster {
    display: none;
}

.am_primary-intro-content .primary-content .media.media--playing .media-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.am_primary-intro-content .primary-content .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.am_primary-intro-content .primary-content .media-poster {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.am_primary-intro-content .primary-content .media-poster::before {
    content: "";
    width: 72px;
    height: 72px;
    background: url("../assets/ico-play.svg") no-repeat 0 0;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 2;
}

.am_primary-intro-content .primary-content .media-poster::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.5);
}

.am_primary-intro-content .primary-content .media-poster img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.am_primary-intro-content .secondary-content {
    margin-top: 5rem;
}

.am_primary-intro-content .secondary-content .highlights {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 3rem;
    line-height: 3.5rem;
    color: #0085ca;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .secondary-content .highlights {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_primary-intro-content .secondary-content .highlights {
        font-size: 4.75rem;
        line-height: 4.5rem;
    }
}

.am_primary-intro-content.am_primary-intro-content--dark {
    background: #002749;
    padding: 2rem 0 0;
}

@media only screen and (min-width: 768px) {
    .am_primary-intro-content.am_primary-intro-content--dark {
        padding: 5rem 0 0;
    }
}

.am_primary-intro-content.am_primary-intro-content--dark .primary-content .content .title {
    color: #fff;
}

.am_primary-intro-content.am_primary-intro-content--dark .primary-content .content .description {
    color: #d0e5ec;
    margin-bottom: 2rem;
}

.am_primary-intro-content.am_primary-intro-content--extended {
    justify-content: flex-start;
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content .content {
    width: 100%;
    margin: 0;
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content .content .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media screen and (min-width: 768px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content {
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content.content--fluid {
        width: 100%;
    }
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content .media {
    width: 100%;
    height: auto;
    margin: 0;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark {
    position: relative;
    background: transparent;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark::after {
    content: "";
    width: 100%;
    height: 75%;
    background: #002749;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark .container {
    position: relative;
    z-index: 5;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark .primary-content .content .title {
    color: #fff;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark .primary-content .content .description {
    color: #fff;
}

.am_primary-intro-content.am_primary-intro-content--space {
    margin-top: 5rem;
}

.am_secondary-intro-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 5rem;
}

.am_secondary-intro-content .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content .container {
        flex-direction: row;
        justify-content: space-between;
        gap: 4.5rem;
    }
}

.am_secondary-intro-content .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content .content {
        max-width: 385px;
    }
}

@media only screen and (min-width: 1366px) {
    .am_secondary-intro-content .content {
        max-width: 485px;
    }
}

.am_secondary-intro-content .content .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content .content .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_secondary-intro-content .content .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_secondary-intro-content .content .subtitle {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_secondary-intro-content .content .description {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_secondary-intro-content .sidebar {
    display: flex;
    flex-grow: 1;
    margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content .sidebar {
        margin-top: 2.5rem;
    }
}

.am_secondary-intro-content .sidebar .description {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content.am_secondary-intro-content--fullwidth .content {
        max-width: initial;
        flex-shrink: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content.am_secondary-intro-content--60 .content {
        max-width: 60%;
        flex-shrink: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content.am_secondary-intro-content--cta .container {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1024px) {
    .am_secondary-intro-content.am_secondary-intro-content--cta .content {
        flex-shrink: 1;
        max-width: initial;
    }
}

.am_secondary-intro-content.am_secondary-intro-content--cta .sidebar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-shrink: 0;
}

.am_features-highlights {
    background: #002749;
    color: #fff;
    padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
    .am_features-highlights {
        padding: 5rem 0;
    }
}

.am_features-highlights .container .header {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.am_features-highlights .container .header .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.125rem;
}

@media only screen and (min-width: 1024px) {
    .am_features-highlights .container .header .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_features-highlights .container .header .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media only screen and (min-width: 768px) {
    .am_features-highlights .container .header .title {
        font-size: 3.5rem;
        line-height: 3.813rem;
    }
}

.am_features-highlights .container .header .subtitle {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
}

.am_features-highlights .container .features-navigation {
    margin: 2rem 0 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.am_features-highlights .container .features-navigation ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.am_features-highlights .container .features-navigation ul li {
    list-style: none;
}

.am_features-highlights .container .features-navigation ul li a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-decoration: none;
    color: #fff;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid transparent;
    display: block;
    margin-bottom: -2px;
}

.am_features-highlights .container .features-navigation ul li a:hover {
    color: #f9c20a;
}

.am_features-highlights .container .features-navigation ul li a.active {
    border-bottom: 3px solid #f9c20a;
}

.am_features-highlights .container .features {
    display: none;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1280px) {
    .am_features-highlights .container .features {
        flex-direction: row;
        gap: 5rem;
        align-items: flex-start;
    }
}

.am_features-highlights .container .features.features--active {
    display: flex;
}

.am_features-highlights .container .features-list {
    padding-left: 2rem;
    position: relative;
    margin-top: 2rem;
}

@media only screen and (min-width: 1280px) {
    .am_features-highlights .container .features-list {
        padding-left: 0;
        min-width: 20%;
    }
}

.am_features-highlights .container .features-list::before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    /* top: 0; */
    top: var(--topOfLine);
    left: 0;
    background: rgba(46, 184, 255, 0.125);
    border-radius: 0.25rem;
}

@media only screen and (min-width: 1280px) {
    .am_features-highlights .container .features-list::before {
        left: -3rem;
    }
}

.am_features-highlights .container .features-list .indicator {
    width: 2px;
    min-height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9c20a;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1280px) {
    .am_features-highlights .container .features-list .indicator {
        left: -3rem;
    }
}

.am_features-highlights .container .features-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

@media only screen and (min-width: 1280px) {
    .am_features-highlights .container .features-list ul {
        gap: 2.125rem;
    }
}

.am_features-highlights .container .features-list ul li {
    list-style: none;
    transition: all 0.3s ease;
}

.am_features-highlights .container .features-list ul li a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #d0e5ec;
    text-decoration: none;
    transition: all 0.3s ease;
}

.am_features-highlights .container .features-list ul li.active a {
    color: #f9c20a;
    transition: all 0.3s ease;
}

.am_features-highlights .container .features-content-item {
    display: none;
}

.am_features-highlights .container .features-content-item.features-content-item--show {
    display: block;
}

@media only screen and (min-width: 768px) {
    .am_features-highlights .container .features-content-item.features-content-item--show {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    .am_features-highlights .container .features-content-item {
        align-items: center;
        gap: 1.5rem;
    }
}

.am_features-highlights .container .features-content-item .feature-image>img {
    width: 100%;
    margin: 0 auto;
}

.am_features-highlights .container .features-content-item .feature-info {
    color: #2eb8ff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .am_features-highlights .container .features-content-item .feature-info {
        text-align: left;
        width: 100%;
        /* justify-content: flex-start; */
    }
}

.am_features-highlights .container .features-content-item .feature-info p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #d0e5ec;
    margin-bottom: 15px;
}

.am_features-highlights .container .features-content-item .feature-info .am_button {
    align-self: center;
    margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_features-highlights .container .features-content-item .feature-info .am_button {
        align-self: flex-start;
    }
}

@media only screen and (min-width: 1024px) {
    .am_features-highlights.am_features-highlights--alternate .container .features {
        flex-direction: row;
        gap: 3rem;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 1024px) {
    .am_features-highlights.am_features-highlights--alternate .container .features-list {
        min-width: 30%;
    }
}

.am_features-highlights.am_features-highlights--alternate .container .features-content-item.features-content-item--show {
    display: block;
}

@media only screen and (min-width: 768px) {
    .am_features-highlights.am_features-highlights--alternate .container .features-content-item.features-content-item--show {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
    .am_features-highlights.am_features-highlights--alternate .container .features-content-item {
        align-items: center;
        gap: 2rem;
    }
}

.am_features-highlights.am_features-highlights--alternate .container .features-content-item .feature-image {
    width: 100%;
}

.am_news {
    margin-bottom: 5rem;
}

.am_news-header {
    text-align: center;
    margin-bottom: 30px;
}

.am_news-header h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "helvetica_neue_lt_std65Md";
    color: #0085ca;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_news-content {
    position: relative;
}

.am_news-content .am_news-swiper {
    padding-bottom: 40px;
}

.am_news-content .am_news-swiper .swiper-slide>a {
    display: block;
}

.am_news-content .am_news-swiper .swiper-slide>a img {
    width: 100%;
    display: block;
}

.am_news-content .am_news-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_news-content .am_news-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_news-content .am_news-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_news-content .am_news-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_news-content .am_news-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_news-content .am_news-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_partners {
    position: relative;
    margin-bottom: 5rem;
}

.am_partners .container {
    position: relative;
    z-index: 5;
}

.am_partners-header {
    padding: 150px 0 100px;
}

@media only screen and (min-width: 1024px) {
    .am_partners-header {
        padding: 250px 0 100px;
    }
}

.am_partners-header h1 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 4rem;
    line-height: 4.5rem;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .am_partners-header h1 {
        font-size: 5.5rem;
        line-height: 6rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_partners-header h1 {
        font-size: 6.125rem;
        line-height: 6.125rem;
    }
}

.am_partners-content {
    background: #fff;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
    padding: 40px 0;
    text-align: center;
}

.am_partners-content .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin-bottom: 2.25rem;
    padding: 0 1rem;
}

@media only screen and (min-width: 1024px) {
    .am_partners-content .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_partners-content .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_partners-content .subtitle {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 2.25rem;
}

.am_partners-content .am_partners-carousel {
    margin-bottom: 20px;
}

.am_partners-content .am_partners-carousel:last-child {
    margin-bottom: 0;
}

.am_partners-content .swiper-slide {
    width: 185px;
    height: 100%;
    padding: 15px 20px;
    border: 1px solid #d0e5ec;
    box-sizing: border-box;
    text-align: center;
}

.am_partners-content .swiper-slide a {
    display: block;
    text-align: center;
}

.am_partners-content .swiper-slide img {
    max-width: 100%;
    display: block;
}

.am_partners-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 3;
}

@media only screen and (min-width: 1024px) {
    .am_partners-visual {
        height: 700px;
    }
}

.am_partners-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.4);
    z-index: 5;
}

.am_partners-visual>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am_intro-banner {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .am_intro-banner {
        min-height: 300px;
    }
}

@media only screen and (min-width: 1024px) {
    .am_intro-banner {
        min-height: 500px;
    }
}

.am_intro-banner__content {
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) {
    .am_intro-banner__content {
        max-width: 60%;
    }
}

.am_intro-banner__content h1 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #fff;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .am_intro-banner__content h1 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_intro-banner__content h1 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_intro-banner__visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.am_intro-banner__visual::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.am_intro-banner__visual::after {
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #002749 0%, rgba(0, 39, 73, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.am_intro-banner__visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am_key-differences {
    margin-bottom: 5rem;
}

.am_key-differences .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_key-differences .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_key-differences .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_key-differences .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_key-differences .list ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .am_key-differences .list ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5rem;
        column-gap: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_key-differences .list ul {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 4rem;
        column-gap: 4.5rem;
    }
}

.am_key-differences .list ul li {
    list-style: none;
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    padding-left: 1rem;
    position: relative;
}

.am_key-differences .list ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 10px;
    background: rgba(0, 133, 202, 0.2);
}

.am_key-highlights {
    background: #002749;
    margin-bottom: 5rem;
    padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
    .am_key-highlights {
        padding: 5rem 0;
    }
}

.am_key-highlights .header {
    text-align: center;
}

.am_key-highlights .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_key-highlights .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    max-width: 70%;
    margin: 0 auto 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_key-highlights .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_key-highlights .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_key-highlights .list ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .am_key-highlights .list ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5rem;
        column-gap: 3rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_key-highlights .list ul {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 4rem;
        column-gap: 4rem;
    }
}

@media screen and (min-width: 1200px) {
    .am_key-highlights .list ul {
        column-gap: 9rem;
    }
}

.am_key-highlights .list ul li {
    list-style: none;
}

.am_key-highlights .list ul li .list-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.am_key-highlights .list ul li img {
    margin-bottom: 0.5rem;
    width: 4rem;
    height: 4rem;
}

.am_key-highlights .list ul li h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}

.am_key-highlights .list ul li p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #d0e5ec;
}

.am_key-highlights.am_key-highlights--left .header {
    text-align: left;
}

.am_key-highlights.am_key-highlights--left .header h2 {
    margin: 0 0 3rem;
}

@media screen and (min-width: 1200px) {
    .am_key-highlights.am_key-highlights--4columns .list ul {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 4rem;
        column-gap: 5rem;
    }
}

.am_key-highlights-v2 {
    margin-bottom: 5rem;
}

.am_key-highlights-v2 .am_secondary-intro-content {
    margin-bottom: 2.25rem;
}

.am_key-highlights-v2 .list ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .am_key-highlights-v2 .list ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5rem;
        column-gap: 3rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_key-highlights-v2 .list ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

.am_key-highlights-v2 .list ul li {
    list-style: none;
    padding: 2.25rem;
}

.am_key-highlights-v2 .list ul li:hover {
    background: #002749;
}

.am_key-highlights-v2 .list ul li:hover h3 {
    color: #f9c20a;
}

.am_key-highlights-v2 .list ul li:hover p {
    color: #fff;
}

.am_key-highlights-v2 .list ul li .list-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.am_key-highlights-v2 .list ul li img {
    margin-bottom: 0.5rem;
    width: 4rem;
    height: 4rem;
}

.am_key-highlights-v2 .list ul li h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: bold;
    color: #002749;
    margin-bottom: 0.875rem;
}

.am_key-highlights-v2 .list ul li p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_key-highlights-v2.am_key-highlights-v2--left .header {
    text-align: left;
}

@media screen and (min-width: 1200px) {
    .am_key-highlights-v2.am_key-highlights-v2--4columns .list ul {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 4rem;
        column-gap: 5rem;
    }
}

.am_different {
    margin-bottom: 0px;
    padding-top: 0px;
}

.am_different.home_our_different .header {
    text-align: left;
}

.am_different.home_our_different .header h2 {
    max-width: 100%;
}

.am_different.home_our_different .item {
    position: relative;
    transition: 0.3s ease-in-out;
}

.am_different.home_our_different .item .flip_card_back {
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0085ca;
    transition: 0.3s ease-in-out;
}

.am_different.home_our_different .item .flip_card_back p {
    width: 90%;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 767px) {
    .am_different.home_our_different .item .flip_card_back p {
        font-size: 14px;
    }
}

.am_different.home_our_different .item:hover .flip_card_back {
    opacity: 1;
}

.am_different .row-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 993px) {
    .am_different .row-flex {
        row-gap: 30px;
    }
}

@media (max-width: 993px) {
    .am_different .row-flex {
        row-gap: 20px;
    }
}

.am_different .row-flex .item {
    width: 24%;
    background-color: #fff;
    padding: 50px 50px;
    transition: 0.3s ease-in-out;
}

@media (max-width: 1200px) {
    .am_different .row-flex .item {
        padding: 50px 30px;
    }
}

@media (max-width: 993px) {
    .am_different .row-flex .item {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .am_different .row-flex .item {
        padding: 30px 15px;
    }
}

.am_different .row-flex .item:hover {
    background-color: #0085ca;
    color: #fff;
}

.am_different .row-flex .item .icon {
    margin-bottom: 1rem;
}

.am_different .row-flex .item p {
    font-size: 20px;
    font-weight: bold;
    width: 75%;
}

@media (max-width: 1200px) {
    .am_different .row-flex .item p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .am_different .row-flex .item p {
        font-size: 16px;
    }
}

.am_case-studies {
    background: #002749;
    padding: 2rem 0;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .am_case-studies {
        padding: 5rem 0;
    }
}

.am_case-studies .header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_case-studies .header {
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_case-studies .header .headline {
        max-width: 70%;
    }
}

.am_case-studies .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_case-studies .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .am_case-studies .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_case-studies .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_case-studies .header .cta {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_case-studies .header .cta {
        margin: 0;
    }
}

.am_case-studies .content ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .am_case-studies .content ul {
        display: grid;
        column-gap: 2.5rem;
        grid-template-columns: repeat(3, calc(100% / 3 - 1.6666rem));
    }
}

.am_case-studies .content ul li {
    list-style: none;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_case-studies .content ul li {
        margin: 0;
    }
}

.am_case-studies .content .item a {
    color: #002749;
    text-decoration: none;
}

.am_case-studies .content .item-image {
    overflow: hidden;
}

.am_case-studies .content .item-image>img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.am_case-studies .content .item-content {
    position: relative;
    background: #fff;
    padding: 1.5rem 1.25rem 2rem;
    min-height: 11.25rem;
}

.am_case-studies .content .item-content h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.am_case-studies .content .item-content p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am_case-studies .content .item-content .timestamp {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    position: absolute;
    left: 1.25rem;
    bottom: 2rem;
}

.am_case-studies .content .item-content .cta {
    opacity: 0;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    transition: all 0.3s ease;
}

.am_case-studies .content .item:hover .item-image>img {
    transform: scale(1.25);
}

.am_case-studies .content .item:hover .timestamp {
    display: none;
}

.am_case-studies .content .item:hover .cta {
    display: block;
    opacity: 1;
}

.am_featured-insights {
    margin-bottom: 5rem;
}

.am_featured-insights .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_featured-insights .header {
        flex-direction: row;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_featured-insights .header .headline {
        max-width: 70%;
    }
}

.am_featured-insights .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_featured-insights .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_featured-insights .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_featured-insights .header .cta {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_featured-insights .header .cta {
        margin: 0;
    }
}

.am_featured-insights .content ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .am_featured-insights .content ul {
        display: grid;
        column-gap: 2.5rem;
        grid-template-columns: repeat(3, calc(100% / 3 - 1.6666rem));
    }
}

.am_featured-insights .content ul li {
    list-style: none;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_featured-insights .content ul li {
        margin: 0;
    }
}

.am_featured-insights .content .item {
    background: #fff;
    padding: 2.625rem 1.25rem 2rem;
    min-height: 21rem;
    border: 1px solid #d0e5ec;
    position: relative;
    transition: all 0.3s ease;
}

.am_featured-insights .content .item a {
    color: #002749;
    text-decoration: none;
}

.am_featured-insights .content .item h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.am_featured-insights .content .item h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am_featured-insights .content .item p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1.5rem;
}

.am_featured-insights .content .item .timestamp {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    position: absolute;
    left: 1.25rem;
    bottom: 2rem;
}

.am_featured-insights .content .item .cta {
    opacity: 0;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    transition: all 0.3s ease;
}

.am_featured-insights .content .item:hover {
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
    border: 1px solid transparent;
}

.am_featured-insights .content .item:hover .timestamp {
    display: none;
}

.am_featured-insights .content .item:hover .cta {
    display: block;
    opacity: 1;
}

.am_numbers .header {
    text-align: center;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .am_numbers .header {
        margin-bottom: 3rem;
    }
}

.am_numbers .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_numbers .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_numbers .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers .header h2 {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers .header h2 {
        max-width: 50%;
    }
}

.am_numbers .list ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .am_numbers .list ul {
        grid-template-columns: repeat(2, 50%);
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers .list ul {
        grid-template-columns: repeat(4, 25%);
    }
}

.am_numbers .list ul li {
    list-style: none;
    border-left: 1px solid #d0e5ec;
    min-height: 12rem;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .am_numbers .list ul li {
        min-height: 28.125rem;
    }
}

.am_numbers .list ul li .list-item {
    padding-top: 2.25rem;
    padding-left: 1rem;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 1024px) {
    .am_numbers .list ul li .list-item {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .am_numbers .list ul li .list-item {
        top: 3rem;
    }
}

.am_numbers .list ul li .list-item::before {
    content: "";
    width: 0.25rem;
    height: 7rem;
    background: #00dbef;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.am_numbers .list ul li .list-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.3s ease;
    opacity: 0;
    background: #002749 url("../assets/numbers_shape.svg") no-repeat top right;
    background-size: cover;
}

.am_numbers .list ul li h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1024px) {
    .am_numbers .list ul li h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers .list ul li h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_numbers .list ul li p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(0, 39, 73, 0.8);
    max-width: 65%;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1024px) {
    .am_numbers .list ul li p {
        max-width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .am_numbers .list ul li p {
        max-width: 70%;
    }
}

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

    .am_numbers .list ul li:nth-child(2) .list-item,
    .am_numbers .list ul li:nth-child(4) .list-item {
        top: auto;
        bottom: 2rem;
    }
}

.am_numbers .list ul li:nth-child(1) .list-item-bg,
.am_numbers .list ul li:nth-child(3) .list-item-bg {
    transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {
    .am_numbers .list ul li:hover .list-item-bg {
        left: 0;
        opacity: 1;
    }

    .am_numbers .list ul li:hover h3,
    .am_numbers .list ul li:hover p {
        color: #fff;
    }
}

.am_numbers.am_numbers--left .header {
    text-align: left;
}

.am_numbers.am_numbers--left .header h2 {
    margin: 0;
}

@media only screen and (min-width: 1366px) {
    .am_numbers.am_numbers--left .header h2 {
        max-width: 70%;
    }
}

.am_spacer {
    height: 5rem;
}

.am_featured-experts {
    margin-bottom: 5rem;
}

.am_featured-experts .am_secondary-intro-content {
    margin-bottom: 2.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_featured-experts .am_secondary-intro-content .content {
        max-width: 385px;
    }
}

@media only screen and (min-width: 1366px) {
    .am_featured-experts .am_secondary-intro-content .content {
        max-width: 485px;
    }
}

.am_featured-experts .am_secondary-intro-content .sidebar .description {
    display: none;
}

.am_featured-experts-content {
    position: relative;
}

.am_featured-experts-content .am_featured-experts-swiper {
    padding-bottom: 40px;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a {
    display: block;
    text-decoration: none;
    color: #002749;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 1.25rem;
    aspect-ratio: 1/1;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a p {
    position: relative;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a p::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../assets/ico-plus.svg") 0 0;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a p span {
    display: block;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a p span:first-child {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a p span:nth-child(2) {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-size: 1rem;
    line-height: 1rem;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-slide>a:hover p::after {
    transform: rotate(180deg);
    filter: grayscale(1);
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_featured-experts-content .am_featured-experts-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_featured-experts-modal {
    position: relative;
    z-index: 5;
}

.am_featured-experts-modal .modal-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3.75rem;
    margin-bottom: 2rem;
    padding: 1.875rem 2rem 0;
}

@media only screen and (min-width: 768px) {
    .am_featured-experts-modal .modal-header {
        flex-direction: row;
        padding: 1.875rem 5rem 0;
    }
}

.am_featured-experts-modal .modal-header-image {
    width: 16.25rem;
    height: 18.75rem;
    overflow: hidden;
}

.am_featured-experts-modal .modal-header-image>img {
    width: 16.25rem;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.am_featured-experts-modal .modal-header-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
}

.am_featured-experts-modal .modal-header-info .modal-title h3 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_featured-experts-modal .modal-header-info .modal-title h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_featured-experts-modal .modal-header-info .modal-title h3 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_featured-experts-modal .modal-header-info .modal-title p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.am_featured-experts-modal .modal-header-info .modal-location {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.am_featured-experts-modal .modal-header-info .modal-location span {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.am_featured-experts-modal .modal-header-info .modal-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.am_featured-experts-modal .modal-header-info .modal-expertise {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-decoration: underline;
}

.am_featured-experts-modal .modal-content {
    padding: 0 2rem 1rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

@media only screen and (min-width: 768px) {
    .am_featured-experts-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_featured-experts-modal .modal-content h3 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_featured-experts-modal .modal-content h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_featured-experts-modal .modal-content h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_featured-experts-modal .modal-content h4 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #0085ca;
}

.am_featured-experts-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_featured-experts-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_featured-experts-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_featured-experts-modal .modal-content a.am_button {
    text-decoration: none;
}

.am_featured-experts-modal .modal-content a.am_button:hover {
    color: #fff;
}

.am_featured-experts-modal .modal-footer {
    padding: 2rem 0 1rem;
    margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
    .am_featured-experts-modal .modal-footer {
        padding: 2rem 0 1rem;
        margin: 0 5rem;
        display: flex;
        align-items: flex-start;
        gap: 3.75rem;
    }
}

.am_featured-experts-modal .modal-articles {
    padding-right: 2.5rem;
    min-width: 21rem;
    border-right: 1px solid #0085ca;
}

.am_featured-experts-modal .modal-articles h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .am_featured-experts-modal .modal-articles h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_featured-experts-modal .modal-articles h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_featured-experts-modal .am_modal-swiper {
    padding-bottom: 40px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .am_featured-experts-modal .am_modal-swiper {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1024px) {
    .am_featured-experts-modal .am_modal-swiper {
        width: 25rem;
    }
}

.am_featured-experts-modal .am_modal-swiper .swiper-slide p {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_featured-experts-modal .am_modal-swiper .swiper-slide h3 {
    color: #002749;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
}

.am_featured-experts-modal .am_modal-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_featured-experts-modal .am_modal-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_featured-experts-modal .am_modal-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_featured-experts-modal .am_modal-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_featured-experts-modal .am_modal-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_featured-experts-modal .am_modal-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_title {
    margin: 6rem 0 4rem;
}

.am_title h1 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 3rem;
    line-height: 3.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_title h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_title h1 {
        font-size: 4.75rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_title h1 {
        max-width: 70%;
    }
}

.am_contact-info {
    background: #002749;
    padding: 0 0 3rem;
}

@media only screen and (min-width: 768px) {
    .am_contact-info {
        padding: 0 0 4px;
    }
}

.am_contact-info .container {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .am_contact-info .container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
}

.am_contact-info-item {
    text-align: center;
    color: #fff;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #00dbef;
}

@media only screen and (min-width: 768px) {
    .am_contact-info-item {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
    }
}

.am_contact-info-item:first-child {
    margin-top: 0;
    border-top: 0;
}

@media only screen and (min-width: 768px) {
    .am_contact-info-item:first-child {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .am_contact-info-item {
        width: calc(33.33% - 66.66px);
        border: 0;
        padding: 0;
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .am_contact-info-item:nth-child(3n + 2) {
        padding: 0 50px;
        border: 0;
        border-left: 1px solid #00dbef;
        border-right: 1px solid #00dbef;
        width: calc(33.33% - 68.66px);
    }
}

@media only screen and (min-width: 768px) {
    .am_contact-info-item:nth-child(3n + 1) {
        padding-right: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .am_contact-info-item:nth-child(3n + 3) {
        padding-left: 3rem;
    }
}

.am_contact-info-item .icon {
    margin-bottom: 1.5rem;
}

.am_contact-info-item .icon>svg {
    min-height: 6rem;
}

.am_contact-info-item .city {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
}

.am_contact-info-item .location,
.am_contact-info-item .contact {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #d0e5ec;
}

.am_contact-info-item .location {
    margin-bottom: 2rem;
}

.am_contact-info-item .contact {
    margin-bottom: 3rem;
}

.am_contact-form {
    position: relative;
    padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
    .am_contact-form {
        padding: 8rem 0 4rem;
    }
}

.am_contact-form .container {
    position: relative;
    z-index: 5;
}

.am_contact-form .form-container {
    background: #fff;
    padding: 1.25rem;
}

@media only screen and (min-width: 768px) {
    .am_contact-form .form-container {
        padding: 4.25rem;
    }
}

.am_contact-form .form-container h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_contact-form .form-container h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_contact-form .form-container h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_contact-form .form-container .external-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 25rem;
}

@media only screen and (min-width: 768px) {
    .am_contact-form .form-container .external-form {
        min-height: 43.75rem;
    }
}

.am_contact-form .am_underlay-bg {
    background: #002749;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
}

.am_numbers-media {
    position: relative;
    padding: 2.5rem 0;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .am_numbers-media {
        padding: 7rem 0 2.5rem;
    }
}

.am_numbers-media .container {
    position: relative;
    z-index: 5;
}

.am_numbers-media .header {
    text-align: center;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_numbers-media .header {
        margin-bottom: 10rem;
    }
}

.am_numbers-media .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_numbers-media .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .am_numbers-media .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-media .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers-media .header h2 {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-media .header h2 {
        max-width: 50%;
    }
}

.am_numbers-media .content {
    position: relative;
}

.am_numbers-media .content::after {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0;
    width: calc(100% + 3rem);
    height: 100%;
    background: rgba(0, 39, 73, 0.8);
}

@media only screen and (min-width: 1366px) {
    .am_numbers-media .content::after {
        width: calc(100% + 12rem);
        left: -6rem;
    }
}

.am_numbers-media .content ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1.5rem;
    column-gap: 1.5rem;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .am_numbers-media .content ul {
        grid-template-columns: repeat(2, calc(50% - 0.75rem));
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers-media .content ul {
        grid-template-columns: repeat(4, calc(25% - 1.125rem));
    }
}

@media only screen and (min-width: 1280px) {
    .am_numbers-media .content ul {
        grid-template-columns: repeat(5, calc(20% - 1.2rem));
    }
}

.am_numbers-media .content ul li {
    list-style: none;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1280px) {
    .am_numbers-media .content ul li {
        padding-left: 0.625rem;
    }
}

.am_numbers-media .content ul li::after {
    content: "";
    width: 100%;
    height: 0.313rem;
    background: #00dbef;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.am_numbers-media .content ul li h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    padding-top: 2.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_numbers-media .content ul li h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-media .content ul li h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_numbers-media .content ul li p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #d0e5ec;
    margin-bottom: 3rem;
    position: relative;
    z-index: 5;
}

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

    .am_numbers-media .content ul li:hover h3,
    .am_numbers-media .content ul li:hover p {
        color: #002749;
    }

    .am_numbers-media .content ul li:hover::after {
        height: 100%;
    }
}

.am_numbers-media-visual {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.am_numbers-media-visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.am_numbers-media-visual::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 39, 73, 0.7);
}

.am_numbers-grid {
    margin-bottom: 5rem;
}

.am_numbers-grid .header {
    text-align: center;
    margin-bottom: 2rem;
}

.am_numbers-grid .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_numbers-grid .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_numbers-grid .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-grid .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers-grid .header h2 {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-grid .header h2 {
        max-width: 50%;
    }
}

.am_numbers-grid .list ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1rem;
    column-gap: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_numbers-grid .list ul {
        grid-template-columns: repeat(2, calc(50% - 0.5rem));
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers-grid .list ul {
        grid-template-columns: repeat(6, 1fr);
        grid-template-areas: unset;
    }
}

.am_numbers-grid .list ul li {
    list-style: none;
    border-left: 1px solid #d0e5ec;
    min-height: 12rem;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.am_numbers-grid .list ul li .list-item {
    padding: 3rem 2rem;
    position: relative;
    z-index: 10;
}

.am_numbers-grid .list ul li .list-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.am_numbers-grid .list ul li .list-item-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 39, 73, 0.55);
}

.am_numbers-grid .list ul li .list-item-bg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.am_numbers-grid .list ul li h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .am_numbers-grid .list ul li h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-grid .list ul li h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_numbers-grid .list ul li p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}

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

    .am_numbers-grid .list ul li:nth-child(1),
    .am_numbers-grid .list ul li:nth-child(2) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

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

    .am_numbers-grid .list ul li:nth-child(3),
    .am_numbers-grid .list ul li:nth-child(4) {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-grid .list ul li:hover .list-item-bg>img {
        transform: scale(1.25);
        transform-origin: center;
    }
}

.am_numbers-basic {
    position: relative;
    margin-bottom: 5rem;
}

.am_numbers-basic .container {
    position: relative;
    z-index: 5;
}

.am_numbers-basic .header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.am_numbers-basic .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
}

.am_numbers-basic .content {
    position: relative;
}

.am_numbers-basic .content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002749;
}

@media screen and (min-width: 1200px) {
    .am_numbers-basic .content::after {
        width: calc(100% - 3rem);
        left: 1.5rem;
    }
}

.am_numbers-basic .content ul {
    margin: 0;
    padding: 0;
    display: grid;
    column-gap: 1.5rem;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .am_numbers-basic .content ul {
        grid-template-columns: repeat(2, calc(50% - 0.75rem));
        row-gap: 1.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_numbers-basic .content ul {
        grid-template-columns: repeat(4, calc(25% - 1.125rem));
    }
}

@media screen and (min-width: 1200px) {
    .am_numbers-basic .content ul {
        margin: 0 5rem;
    }
}

.am_numbers-basic .content ul li {
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
}

.am_numbers-basic .content ul li::after {
    content: "";
    width: 100%;
    height: 0.313rem;
    background: #00dbef;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.am_numbers-basic .content ul li h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    padding-top: 2.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_numbers-basic .content ul li h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_numbers-basic .content ul li h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_numbers-basic .content ul li p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #d0e5ec;
    margin-bottom: 3rem;
    position: relative;
    z-index: 5;
}

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

    .am_numbers-basic .content ul li:hover h3,
    .am_numbers-basic .content ul li:hover p {
        color: #002749;
    }

    .am_numbers-basic .content ul li:hover::after {
        height: 100%;
    }
}

.am_numbers-basic-visual {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.am_numbers-basic-visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.am_numbers-basic-visual::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 39, 73, 0.7);
}

.am_stats {
    position: relative;
    margin-bottom: 5rem;
}

.am_stats .container {
    position: relative;
}

.am_stats .am_secondary-intro-content {
    margin-bottom: 2.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_stats .am_secondary-intro-content .content {
        max-width: 800px;
    }
}

.am_stats-content ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .am_stats-content ul {
        grid-template-columns: repeat(2, calc(50% - 0.5rem));
    }
}

@media only screen and (min-width: 1024px) {
    .am_stats-content ul {
        grid-template-columns: repeat(4, calc(25% - 0.75rem));
    }
}

.am_stats-content ul li {
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 2.75rem 2rem;
    background: rgba(0, 39, 73, 0.03);
}

.am_stats-content ul li::after {
    content: "";
    width: 100%;
    height: 0;
    background: #002749;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.am_stats-content ul li h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 1024px) {
    .am_stats-content ul li h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_stats-content ul li h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_stats-content ul li p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    margin-top: 3.75rem;
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 1200px) {
    .am_stats-content ul li:hover h3 {
        color: #f9c20a;
    }

    .am_stats-content ul li:hover p {
        color: #fff;
    }

    .am_stats-content ul li:hover::after {
        height: 100%;
    }
}

.am_stats-visual {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.am_stats-visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.am_stats-visual::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 39, 73, 0.7);
}

.am_industries {
    margin-bottom: 5rem;
}

.am_industries .am_secondary-intro-content {
    margin-bottom: 2.25rem;
}

.am_industries-swiper {
    padding-bottom: 40px;
}

.am_industries-swiper .swiper-slide>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 1.25rem;
    color: #000;
    border: 1px solid #d0e5ec;
    position: relative;
}

.am_industries-swiper .swiper-slide>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6.25rem;
    width: 0;
    height: 100%;
    opacity: 0;
    background: #002749;
    z-index: 1;
    transition: all 0.3s ease;
}

.am_industries-swiper .swiper-slide>a::after {
    content: "+";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100%;
    position: absolute;
    right: 1rem;
    top: 40%;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid #002749;
    font-size: 1.5rem;
    line-height: 1.2rem;
    text-align: center;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .am_industries-swiper .swiper-slide>a:hover::before {
        width: calc(100% - 6.25rem);
        opacity: 1;
    }
}

.am_industries-swiper .swiper-slide>a:hover::after {
    border: 1px solid #fff;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .am_industries-swiper .swiper-slide>a:hover h4 {
        color: #fff;
    }
}

.am_industries-swiper .swiper-slide>a img {
    width: 6.25rem;
    height: 6.25rem;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: top center;
}

.am_industries-swiper .swiper-slide>a h4 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-right: 3.75rem;
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease;
}

.am_industries-swiper .swiper-slide>a h4 span {
    display: block;
}

.am_industries-swiper .swiper-slide>a h4 span:first-child {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.am_industries-swiper .swiper-slide>a h4 span:nth-child(2) {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-size: 1rem;
    line-height: 1.25rem;
}

.am_industries-swiper .swiper-slide>a:hover p::after {
    transform: rotate(180deg);
    filter: grayscale(1);
}

.am_industries-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_industries-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_industries-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_industries-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_industries-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_industries-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_industries-modal {
    position: relative;
    z-index: 5;
}

.am_industries-modal .modal-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3.75rem;
    margin-bottom: 2rem;
    padding: 1.875rem 2rem 0;
}

@media only screen and (min-width: 768px) {
    .am_industries-modal .modal-header {
        flex-direction: row;
        padding: 1.875rem 5rem 0;
    }
}

.am_industries-modal .modal-header-image {
    width: 16.25rem;
    height: 18.75rem;
    overflow: hidden;
}

.am_industries-modal .modal-header-image>img {
    width: 16.25rem;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.am_industries-modal .modal-header-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
}

.am_industries-modal .modal-header-info .modal-title h3 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_industries-modal .modal-header-info .modal-title h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_industries-modal .modal-header-info .modal-title h3 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_industries-modal .modal-header-info .modal-title p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.am_industries-modal .modal-header-info .modal-location {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.am_industries-modal .modal-header-info .modal-location span {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.am_industries-modal .modal-header-info .modal-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.am_industries-modal .modal-header-info .modal-expertise {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-decoration: underline;
}

.am_industries-modal .modal-content {
    padding: 0 2rem 1rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

@media only screen and (min-width: 768px) {
    .am_industries-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_industries-modal .modal-content h3 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_industries-modal .modal-content h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_industries-modal .modal-content h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_industries-modal .modal-content h4 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #0085ca;
}

.am_industries-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_industries-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_industries-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_industries-modal .modal-content a.am_button {
    text-decoration: none;
}

.am_industries-modal .modal-content a.am_button:hover {
    color: #fff;
}

.am_industries-modal .modal-footer {
    padding: 2rem 0 1rem;
    margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
    .am_industries-modal .modal-footer {
        padding: 2rem 0 1rem;
        margin: 0 5rem;
        display: flex;
        align-items: flex-start;
        gap: 3.75rem;
    }
}

.am_industries-modal .modal-articles {
    padding-right: 2.5rem;
    min-width: 21rem;
    border-right: 1px solid #0085ca;
}

.am_industries-modal .modal-articles h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .am_industries-modal .modal-articles h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_industries-modal .modal-articles h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_industries-modal .am_modal-swiper {
    padding-bottom: 40px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .am_industries-modal .am_modal-swiper {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1024px) {
    .am_industries-modal .am_modal-swiper {
        width: 25rem;
    }
}

.am_industries-modal .am_modal-swiper .swiper-slide p {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_industries-modal .am_modal-swiper .swiper-slide h3 {
    color: #002749;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
}

.am_industries-modal .am_modal-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_industries-modal .am_modal-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_industries-modal .am_modal-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_industries-modal .am_modal-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_industries-modal .am_modal-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_industries-modal .am_modal-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_related-services {
    margin-bottom: 5rem;
}

.am_related-services .header {
    text-align: left;
    margin-bottom: 2.5rem;
}

.am_related-services .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_related-services .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_related-services .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_related-services .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_related-services .header h2 {
        max-width: 70%;
    }
}

.am_related-services .search>input {
    padding: 1.25rem 2rem 1.25rem 3.75rem;
    background: #fff url("../assets/ico-search.svg") no-repeat center left 2rem;
    background-size: 1.125rem;
    border: 0;
    color: #002749;
    width: 100%;
    max-width: 54rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
}

.am_related-services .search>input::-ms-input-placeholder {
    color: #002749;
}

.am_related-services .search>input::placeholder {
    color: #002749;
}

.am_related-services .list {
    margin-top: 4rem;
}

.am_related-services-swiper {
    padding-bottom: 40px;
}

.am_related-services-swiper .swiper-slide>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 1.25rem;
    color: #000;
    border: 1px solid #d0e5ec;
    position: relative;
}

.am_related-services-swiper .swiper-slide>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6.25rem;
    width: 0;
    height: 100%;
    opacity: 0;
    background: #0085ca;
    z-index: 1;
    transition: all 0.3s ease;
}

.am_related-services-swiper .swiper-slide>a::after {
    content: "";
    width: 6.25rem;
    height: 6.25rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 39, 73, 0.2);
}

@media only screen and (min-width: 1024px) {
    .am_related-services-swiper .swiper-slide>a:hover::before {
        width: calc(100% - 6.25rem);
        opacity: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .am_related-services-swiper .swiper-slide>a:hover h4 {
        color: #fff;
    }
}

.am_related-services-swiper .swiper-slide>a img {
    width: 6.25rem;
    height: 6.25rem;
    display: block;
    object-fit: cover;
}

.am_related-services-swiper .swiper-slide>a h4 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-right: 3.75rem;
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease;
}

.am_related-services-swiper .swiper-slide>a h4 span {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.am_related-services-swiper .swiper-slide>a:hover p::after {
    transform: rotate(180deg);
    filter: grayscale(1);
}

.am_related-services-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_related-services-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_related-services-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_related-services-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_related-services-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_related-services-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_intro {
    margin-bottom: 5rem;
    text-align: center;
}

.am_intro__content h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin: 0 auto 1rem !important;
}

@media only screen and (min-width: 1024px) {
    .am_intro__content h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_intro__content h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_intro__content p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
    margin: 0 auto;
}

@media only screen and (min-width: 1366px) {
    .am_intro__content p {
        max-width: 70%;
    }
}

.am_intro.am_intro--left .am_intro__content {
    text-align: center;
}

.am_intro.am_intro--left .am_intro__content h3,
.am_intro.am_intro--left .am_intro__content p {
    margin: 0 auto;
}

.am_intro.am_intro--small .am_intro__content h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

.am_initiatives {
    margin-bottom: 5rem;
}

.am_initiatives-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.am_initiatives-header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
}

.am_initiatives-content {
    position: relative;
}

.am_initiatives-content .am_initiatives-swiper {
    padding-bottom: 40px;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a {
    display: block;
    text-decoration: none;
    color: #002749;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a img {
    width: 100%;
    height: 15.625rem;
    display: block;
    object-fit: cover;
    margin-bottom: 1.25rem;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a p {
    position: relative;
    padding-right: 2rem;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a p::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../assets/ico-plus.svg") 0 0;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a p span {
    display: block;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a p span:first-child {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a p span:nth-child(2) {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_initiatives-content .am_initiatives-swiper .swiper-slide>a:hover p::after {
    transform: rotate(180deg);
    filter: grayscale(1);
}

.am_initiatives-content .am_initiatives-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_initiatives-content .am_initiatives-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_initiatives-content .am_initiatives-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_initiatives-content .am_initiatives-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_initiatives-content .am_initiatives-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_initiatives-content .am_initiatives-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_initiatives-modal .modal-image>img {
    width: 100%;
    max-width: 100%;
    max-height: 31.5rem;
    object-fit: cover;
    display: block;
}

.am_initiatives-modal .modal-title {
    padding: 1.5rem 2rem 2rem;
}

@media only screen and (min-width: 768px) {
    .am_initiatives-modal .modal-title {
        padding: 2.5rem 5rem 2rem;
    }
}

.am_initiatives-modal .modal-title h2 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_initiatives-modal .modal-title h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_initiatives-modal .modal-title h2 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_initiatives-modal .modal-content {
    padding: 0 2rem 1rem;
}

@media only screen and (min-width: 768px) {
    .am_initiatives-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_initiatives-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_initiatives-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_initiatives-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_initiatives-modal-navigation {
    position: absolute;
    width: calc(100% - 2.25rem);
    margin: 0 1.125rem;
    top: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .am_initiatives-modal-navigation {
        top: 12rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_initiatives-modal-navigation {
        top: 14rem;
    }
}

.am_initiatives-modal-navigation a {
    border-radius: 50%;
    border: 1px solid #0085ca;
    background: #d0e5ec;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0085ca;
}

.am_employee-benefits {
    margin-bottom: 5rem;
}

.am_employee-benefits .header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_employee-benefits .header {
        flex-direction: row;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_employee-benefits .header .headline {
        max-width: 70%;
    }
}

.am_employee-benefits .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_employee-benefits .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_employee-benefits .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_employee-benefits .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_employee-benefits .content ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .am_employee-benefits .content ul {
        display: grid;
        column-gap: 1rem;
        grid-template-columns: repeat(3, calc(100% / 3 - 0.5rem));
    }
}

.am_employee-benefits .content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_employee-benefits .content ul li {
        margin: 0;
    }
}

.am_employee-benefits .content .item a {
    color: #fff;
    text-decoration: none;
}

.am_employee-benefits .content .item-image {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    position: relative;
}

.am_employee-benefits .content .item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.am_employee-benefits .content .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.55);
    padding: 2.5rem;
}

.am_employee-benefits .content .item-content h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    text-decoration: none;
}

.am_employee-benefits .content .item:hover .item-image>img {
    transform: scale(1.25);
}

.am_resource-groups {
    margin-bottom: 5rem;
}

.am_resource-groups .header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_resource-groups .header {
        flex-direction: row;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_resource-groups .header .headline {
        max-width: 100%;
    }
}

.am_resource-groups .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_resource-groups .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_resource-groups .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_resource-groups .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_resource-groups .content .item {
    position: relative;
}

.am_resource-groups .content .item-image {
    width: 100%;
    height: 15.625rem;
    overflow: hidden;
    position: relative;
}

.am_resource-groups .content .item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am_resource-groups .content .item-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.4);
}

.am_resource-groups .content .item-content {
    padding: 1.5rem 0 5rem 0;
    position: relative;
}

.am_resource-groups .content .item-content h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_resource-groups .content .item-content p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(0, 39, 73, 0.8);
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am_resource-groups .content .item-content .am_button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.am_resource-groups-swiper {
    padding-bottom: 40px;
}

.am_resource-groups-swiper .swiper-scrollbar {
    height: 2px;
    background: #bcbcbc;
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_resource-groups-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_resource-groups-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 22px;
    width: 22px;
    color: #bcbcbc;
}

.am_resource-groups-swiper .swiper-button-next::after {
    font-size: 24px;
}

.am_resource-groups-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 22px;
    width: 22px;
    color: #bcbcbc;
}

.am_resource-groups-swiper .swiper-button-prev::after {
    font-size: 24px;
}

.am_resource-groups-modal .modal-image>img {
    width: 100%;
    max-width: 100%;
    max-height: 31.5rem;
    object-fit: cover;
    display: block;
}

.am_resource-groups-modal .modal-title {
    padding: 1.5rem 2rem 2rem;
}

@media only screen and (min-width: 768px) {
    .am_resource-groups-modal .modal-title {
        padding: 2.5rem 5rem 2rem;
    }
}

.am_resource-groups-modal .modal-title h2 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_resource-groups-modal .modal-title h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_resource-groups-modal .modal-title h2 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_resource-groups-modal .modal-content {
    padding: 0 2rem 1rem;
}

@media only screen and (min-width: 768px) {
    .am_resource-groups-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_resource-groups-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_resource-groups-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_resource-groups-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_resource-groups-modal .modal-content a.am_button {
    text-decoration: none;
}

.am_resource-groups-modal .modal-content a.am_button:hover {
    color: #fff;
}

.am_resource-groups-modal-navigation {
    position: absolute;
    width: calc(100% - 2.25rem);
    margin: 0 1.125rem;
    top: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .am_resource-groups-modal-navigation {
        top: 12rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_resource-groups-modal-navigation {
        top: 14rem;
    }
}

.am_resource-groups-modal-navigation a {
    border-radius: 50%;
    border: 1px solid #0085ca;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0085ca;
}

.am_events {
    margin-bottom: 5rem;
}

.am_events-header {
    text-align: center;
    margin-bottom: 30px;
}

.am_events-header h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "helvetica_neue_lt_std65Md";
    color: #0085ca;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_events-content {
    position: relative;
}

.am_events-content .am_events-swiper {
    padding-bottom: 40px;
}

.am_events-content .am_events-swiper .swiper-slide>a {
    display: block;
    position: relative;
}

.am_events-content .am_events-swiper .swiper-slide>a img {
    width: 100%;
    display: block;
}

.am_events-content .am_events-swiper .swiper-slide>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.4);
}

.am_events-content .am_events-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_events-content .am_events-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_events-content .am_events-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_events-content .am_events-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_events-content .am_events-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_events-content .am_events-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_events-modal .modal-image>img {
    width: 100%;
    max-width: 100%;
    max-height: 31.5rem;
    object-fit: cover;
    display: block;
}

.am_events-modal .modal-title {
    padding: 1.5rem 2rem 0.5rem;
}

.am_events-modal .modal-title h2 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #002749;
}

.am_events-modal .modal-content {
    padding: 0 2rem 0;
}

.am_events-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_events-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_events-modal-navigation {
    position: absolute;
    width: calc(100% - 2.25rem);
    margin: 0 1.125rem;
    top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .am_events-modal-navigation {
        top: 12rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_events-modal-navigation {
        top: 14rem;
    }
}

.am_events-modal-navigation a {
    border-radius: 50%;
    border: 1px solid #0085ca;
    background: #d0e5ec;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0085ca;
}

.am_career-growth {
    position: relative;
    padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
    .am_career-growth {
        padding: 5rem 0 0;
    }
}

.am_career-growth .container {
    position: relative;
    z-index: 5;
}

.am_career-growth .header {
    text-align: center;
}

.am_career-growth .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_career-growth .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    max-width: 70%;
    margin: 0 auto 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_career-growth .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_career-growth .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_career-growth .content {
    background: #fff;
    padding: 2rem 0;
}

.am_career-growth .content-item {
    margin-bottom: 3rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .am_career-growth .content-item {
        margin-bottom: 6rem;
    }
}

.am_career-growth .content-item h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    padding-left: 0.75rem;
}

@media only screen and (min-width: 1024px) {
    .am_career-growth .content-item h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_career-growth .content-item h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_career-growth .content-item h3::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #00dbef;
}

.am_career-growth .content-item>img {
    width: 100%;
    max-width: 80%;
    margin: 2rem auto 0;
}

.am_career-growth .am_underlay-bg {
    background: #002749;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
}

.am_role-search {
    margin-bottom: 5rem;
}

.am_role-search .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_role-search .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.am_role-search input {
    padding: 1.25rem 2rem 1.25rem 3.75rem;
    background: #fff url("../assets/ico-search.svg") no-repeat center left 2rem;
    background-size: 1.125rem;
    border: 0;
    color: #002749;
    width: 100%;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
    display: flex;
    flex-grow: 1;
}

.am_role-search input::-ms-input-placeholder {
    color: #002749;
}

.am_role-search input::placeholder {
    color: #002749;
}

.am_role-search button {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #d0e5ec;
    color: #002749;
    min-width: 16.25rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    text-transform: uppercase;
    justify-content: center;
    cursor: pointer;
}

.am_role-highlights {
    margin-bottom: 5rem;
}

.am_role-highlights .header {
    margin-bottom: 2rem;
}

.am_role-highlights .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_role-highlights .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_role-highlights .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_role-highlights .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_role-highlights .list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .am_role-highlights .list ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.am_role-highlights .list ul li {
    list-style: none;
    border: 1px solid #d0e5ec;
    padding: 1.5rem 2rem;
}

@media only screen and (min-width: 768px) {
    .am_role-highlights .list ul li {
        width: calc(50% - 1.25rem);
    }
}

@media only screen and (min-width: 1024px) {
    .am_role-highlights .list ul li {
        width: calc(25% - 1.875rem);
    }
}

.am_role-highlights .list ul li p {
    padding-left: 1.125rem;
    position: relative;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_role-highlights .list ul li p::before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #00dbef;
}

.am_hiring {
    margin-bottom: 5rem;
}

.am_hiring .header {
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_hiring .header .headline {
        max-width: 70%;
    }
}

.am_hiring .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_hiring .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_hiring .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_hiring .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_hiring .content ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .am_hiring .content ul {
        display: grid;
        column-gap: 1rem;
        row-gap: 1rem;
        grid-template-columns: repeat(2, calc(100% / 2 - 0.5rem));
    }
}

@media only screen and (min-width: 1024px) {
    .am_hiring .content ul {
        display: grid;
        grid-template-columns: repeat(3, calc(100% / 3 - 0.6666rem));
    }
}

.am_hiring .content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_hiring .content ul li {
        margin: 0;
    }
}

.am_hiring .content .item {
    height: 100%;
}

.am_hiring .content .item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.am_hiring .content .item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.am_hiring .content .item-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.85);
    padding: 2.5rem 2.5rem 7.5rem;
}

.am_hiring .content .item-content h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #fff;
}

.am_hiring .content .item-content p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #d0e5ec;
    margin-top: 1rem;
}

.am_hiring .content .item-content .am_button {
    position: absolute;
    bottom: 2rem;
    left: 2.5rem;
    color: #fff;
}

.am_hiring .content .item:hover .item-image>img {
    transform: scale(1.25);
}

.am_hiring-modal {
    position: relative;
    z-index: 5;
}

.am_hiring-modal .modal-image {
    position: relative;
}

.am_hiring-modal .modal-image>img {
    width: 100%;
    max-width: 100%;
    max-height: 31.5rem;
    object-fit: cover;
    display: block;
}

.am_hiring-modal .modal-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.6);
}

.am_hiring-modal .modal-video .media {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am_hiring-modal .modal-video .media>img {
    max-width: 100%;
    min-width: 100%;
}

.am_hiring-modal .modal-video .media.media--playing .media-poster {
    display: none;
}

.am_hiring-modal .modal-video .media.media--playing .media-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.am_hiring-modal .modal-video .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.am_hiring-modal .modal-video .media-poster {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.am_hiring-modal .modal-video .media-poster::before {
    content: "";
    width: 72px;
    height: 72px;
    background: url("../assets/ico-play.svg") no-repeat 0 0;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 2;
}

.am_hiring-modal .modal-video .media-poster::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.5);
}

.am_hiring-modal .modal-video .media-poster img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.am_hiring-modal .modal-title {
    padding: 1.5rem 2rem 2rem;
}

@media only screen and (min-width: 768px) {
    .am_hiring-modal .modal-title {
        padding: 2.5rem 5rem 2rem;
    }
}

.am_hiring-modal .modal-title h2 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_hiring-modal .modal-title h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_hiring-modal .modal-title h2 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_hiring-modal .modal-content {
    padding: 0 2rem 1rem;
}

@media only screen and (min-width: 768px) {
    .am_hiring-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_hiring-modal .modal-content h3 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_hiring-modal .modal-content h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_hiring-modal .modal-content h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_hiring-modal .modal-content h4 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #0085ca;
}

.am_hiring-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_hiring-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_hiring-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_hiring-modal .modal-footer {
    border-top: 1px solid #4db2d5;
    padding: 2rem 0;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media only screen and (min-width: 768px) {
    .am_hiring-modal .modal-footer {
        margin: 0 5rem;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between;
    }
}

.am_hiring-modal .modal-footer .am_hiring-related {
    width: 45%;
    margin-bottom: 1rem;
}

.am_hiring-modal .modal-footer .am_hiring-related h3,
.am_hiring-modal .modal-footer .am_hiring-related p {
    margin-bottom: 1rem;
}

.am_hiring-modal .modal-footer .am_hiring-related h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #002749;
}

.am_hiring-modal .modal-footer .am_hiring-related p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_hiring-modal .modal-footer .am_hiring-related .am_button {
    text-decoration: none;
}

.am_hiring-modal .modal-footer .am_hiring-related .am_button:hover {
    color: #fff;
}

.am_employee-stories {
    margin-bottom: 5rem;
}

.am_employee-stories .header {
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories .header {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories .header .headline {
        max-width: 70%;
    }
}

.am_employee-stories .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_employee-stories .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_employee-stories .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_employee-stories .content ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .am_employee-stories .content ul {
        display: grid;
        column-gap: 2.5rem;
        row-gap: 2.5rem;
        grid-template-columns: repeat(2, calc(100% / 2 - 1.25rem));
    }
}

.am_employee-stories .content ul li {
    list-style: none;
    position: relative;
    padding: 1.125rem;
    border: 1px solid #d0e5ec;
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .am_employee-stories .content ul li {
        margin: 0;
    }
}

.am_employee-stories .content .item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories .content .item {
        flex-direction: row;
        gap: 1.5rem;
    }
}

.am_employee-stories .content .item-image {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories .content .item-image {
        width: 12.5rem;
        display: flex;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

.am_employee-stories .content .item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am_employee-stories .content .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.am_employee-stories .content .item-content h3 {
    color: #002749;
    margin: 1.5rem 0 2rem;
}

.am_employee-stories .content .item-content h3 span {
    display: block;
}

.am_employee-stories .content .item-content h3 span:first-child {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.am_employee-stories .content .item-content h3 span:nth-child(2) {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
}

.am_employee-stories .content .item-content p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_employee-stories-modal {
    position: relative;
    z-index: 5;
}

.am_employee-stories-modal .modal-image>img {
    width: 100%;
    max-width: 100%;
    max-height: 31.5rem;
    object-fit: cover;
    display: block;
}

.am_employee-stories-modal .modal-video .media {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am_employee-stories-modal .modal-video .media>img {
    max-width: 100%;
    min-width: 100%;
}

.am_employee-stories-modal .modal-video .media.media--playing .media-poster {
    display: none;
}

.am_employee-stories-modal .modal-video .media.media--playing .media-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.am_employee-stories-modal .modal-video .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.am_employee-stories-modal .modal-video .media-poster {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.am_employee-stories-modal .modal-video .media-poster::before {
    content: "";
    width: 72px;
    height: 72px;
    background: url("../assets/ico-play.svg") no-repeat 0 0;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 2;
}

.am_employee-stories-modal .modal-video .media-poster::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.5);
}

.am_employee-stories-modal .modal-video .media-poster img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.am_employee-stories-modal .modal-title {
    padding: 1.5rem 2rem 2rem;
}

@media only screen and (min-width: 768px) {
    .am_employee-stories-modal .modal-title {
        padding: 2.5rem 5rem 2rem;
    }
}

.am_employee-stories-modal .modal-title h3 {
    color: #002749;
}

.am_employee-stories-modal .modal-title h3 span {
    display: block;
}

.am_employee-stories-modal .modal-title h3 span:first-child {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories-modal .modal-title h3 span:first-child {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_employee-stories-modal .modal-title h3 span:first-child {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_employee-stories-modal .modal-title h3 span:nth-child(2) {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.am_employee-stories-modal .modal-content {
    padding: 0 2rem 1rem;
}

@media only screen and (min-width: 768px) {
    .am_employee-stories-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_employee-stories-modal .modal-content h3 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories-modal .modal-content h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_employee-stories-modal .modal-content h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_employee-stories-modal .modal-content h4 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #0085ca;
}

.am_employee-stories-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_employee-stories-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_employee-stories-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_employee-stories-modal .modal-content a.am_button {
    text-decoration: none;
}

.am_employee-stories-modal .modal-content a.am_button:hover {
    color: #fff;
}

.am_employee-stories-modal .modal-footer {
    border-top: 1px solid #4db2d5;
    padding: 2rem 0 1rem;
    margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
    .am_employee-stories-modal .modal-footer {
        padding: 2rem 0 1rem;
        margin: 0 5rem;
    }
}

.am_employee-stories-modal .modal-footer h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "helvetica_neue_lt_std65Md";
    color: #4db2d5;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_employee-stories-modal .am_modal-swiper {
    padding-bottom: 40px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .am_employee-stories-modal .am_modal-swiper {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1024px) {
    .am_employee-stories-modal .am_modal-swiper {
        max-width: 50%;
    }
}

.am_employee-stories-modal .am_modal-swiper .swiper-slide p {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_employee-stories-modal .am_modal-swiper .swiper-slide h3 {
    color: #002749;
    margin: 1.5rem 0 0;
}

.am_employee-stories-modal .am_modal-swiper .swiper-slide h3 span {
    display: block;
}

.am_employee-stories-modal .am_modal-swiper .swiper-slide h3 span:first-child {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.am_employee-stories-modal .am_modal-swiper .swiper-slide h3 span:nth-child(2) {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
}

.am_employee-stories-modal .am_modal-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_employee-stories-modal .am_modal-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_employee-stories-modal .am_modal-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_employee-stories-modal .am_modal-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_employee-stories-modal .am_modal-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_employee-stories-modal .am_modal-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_history {
    position: relative;
}

.am_history-content {
    position: absolute;
    background: #002749;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 60%;
    z-index: 10;
    padding: 2rem 2rem 8rem;
}

@media only screen and (min-width: 768px) {
    .am_history-content {
        left: 5rem;
        max-width: 40rem;
        padding: 4rem;
    }
}

.am_history-content h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_history-content .year-prefix {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 5.25rem;
    line-height: 5.25rem;
    color: #0085ca;
    opacity: 0.2;
}

.am_history-content .year {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 5.25rem;
    line-height: 5.25rem;
    color: #0085ca;
    margin-left: 5rem;
    margin-top: -2rem;
}

.am_history-content .event {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    position: absolute;
    left: 13rem;
    top: 11rem;
    max-width: 11rem;
}

@media only screen and (min-width: 768px) {
    .am_history-content .event {
        left: 15rem;
        top: 11rem;
        max-width: 18rem;
    }
}

.am_history-swiper .swiper-slide {
    overflow: hidden;
}

.am_history-swiper .swiper-slide img {
    width: 100%;
    height: 48rem;
    object-fit: cover;
    display: block;
}

.am_history .swiper-pagination {
    width: 90%;
    height: 4.375rem;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    bottom: 3rem;
    left: 5%;
    z-index: 50;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 768px) {
    .am_history .swiper-pagination {
        width: calc(90% - 10rem);
        left: calc(5% + 5rem);
        bottom: 5rem;
    }
}

.am_history .swiper-pagination-bullet {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #0085ca;
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    margin: 0 2rem 0 0 !important;
    padding-top: 2rem;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .am_history .swiper-pagination-bullet {
        margin: 0 5rem 0 0 !important;
    }
}

.am_history .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #fff;
}

.am_history .swiper-pagination-bullet-active {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #00dbef;
    width: auto;
    height: auto;
}

.am_history .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 6px;
    width: 4px;
    height: 18px;
    background: #00dbef;
}

.infra_history .am_history-content {
    max-height: 80%;
}

@media (max-width: 767px) {
    .infra_history .am_history-content {
        max-height: 70%;
    }
}

.infra_history .am_history-content .year-prefix {
    color: #fff;
    opacity: 1;
    margin: 0.5rem 0;
}

.infra_history .am_history-content .year {
    margin-top: 0;
    margin-left: 0;
}

.infra_history .am_history-content .event {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
}

.infra_history .swiper-pagination {
    width: auto;
    bottom: 4.5rem;
}

.infra_history .swiper-pagination .swiper-pagination-bullet {
    font-family: var(--font_77_bold);
    color: #fff;
    transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .infra_history .swiper-pagination .swiper-pagination-bullet {
        font-size: 0.8rem;
    }
}

.infra_history .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #0085ca;
}

.infra_history .swiper-pagination .swiper-pagination-bullet::before {
    left: 2px;
}

.am_modal,
.model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.model.active {
    display: block;
}

.model .am_modal-content {
    z-index: 2;
}

.model .am_modal-overlay {
    position: fixed;
}

.am_modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.85);
    z-index: 1;
}

.am_modal-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0;
    height: 100vh;
    overflow-y: auto;
}

.am_modal-content {
    width: calc(100% - 2rem);
    max-width: 60rem;
    background: #fff;
    margin: auto;
    position: relative;
}

.am_modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #002749;
    border: 1px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 500;
}

.am_modal-close span {
    position: absolute;
    left: 0.6rem;
    top: 1.1rem;
    width: 1.2rem;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.am_modal-close span:last-child {
    transform: rotate(-45deg);
}

.am_modal.am_modal--show {
    display: block;
}

.am_cards-list {
    margin-bottom: 5rem;
}

.am_cards-list .header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_cards-list .header {
        flex-direction: row;
        margin-bottom: 2.5rem;
    }
}

.am_cards-list .header h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.am_cards-list .header h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_cards-list .header h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_cards-list .header h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_cards-list .header p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: 1rem;
}

.am_cards-list .content>ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .am_cards-list .content>ul {
        display: grid;
        column-gap: 2.5rem;
        row-gap: 2.5rem;
        grid-template-columns: repeat(2, calc(100% / 2 - 1.25rem));
    }
}

@media only screen and (min-width: 1024px) {
    .am_cards-list .content>ul {
        display: grid;
        column-gap: 2.5rem;
        grid-template-columns: repeat(3, calc(100% / 3 - 1.6666rem));
    }
}

.am_cards-list .content>ul>li {
    list-style: none;
    position: relative;
    margin-bottom: 2rem;
    border: 1px solid #d0e5ec;
}

@media only screen and (min-width: 768px) {
    .am_cards-list .content>ul>li {
        margin: 0;
    }
}

.am_cards-list .content .item-image {
    width: 100%;
    height: 15.625rem;
    overflow: hidden;
    position: relative;
}

.am_cards-list .content .item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am_cards-list .content .item-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.4);
}

.am_cards-list .content .item-content {
    padding: 1.5rem 1.5rem 5rem 1.5rem;
    position: relative;
}

.am_cards-list .content .item-content h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: bold;
    color: #002749;
}

.am_cards-list .content .item-content p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(0, 39, 73, 0.8);
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am_cards-list .content .item-content .tags {
    margin-top: 1rem;
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
}

.am_cards-list .content .item-content .tags ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 1rem;
}

.am_cards-list .content .item-content .tags ul li {
    list-style: none;
    padding-right: 1rem;
    border-right: 1px solid #002749;
}

.am_cards-list .content .item-content .tags ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.am_cards-list .content .item-content .tags ul li>a {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1rem;
    line-height: 1.25rem;
    text-decoration: none;
    color: #002749;
}

.am_cards-list .content .item-content .tags ul li>a:hover {
    text-decoration: underline;
}

.am_cards-list .content .item-content .am_button {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_cards-list.am_cards-list--2columns .content>ul {
        display: grid;
        column-gap: 2.5rem;
        row-gap: 2.5rem;
        grid-template-columns: repeat(2, calc(100% / 2 - 1.25rem));
    }
}

.am_inpage-navigation {
    background: #f1f7f9;
    position: relative;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .am_inpage-navigation::before {
        content: "";
        width: 50%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.am_inpage-navigation .container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 1;
}

@media only screen and (min-width: 768px) {
    .am_inpage-navigation .container {
        flex-direction: row;
        align-items: stretch;
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .am_inpage-navigation .container {
        padding: 0;
    }
}

.am_inpage-navigation-quicknav {
    display: flex;
    flex-shrink: 0;
    padding: 0.938rem 2rem;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .am_inpage-navigation-quicknav {
        padding-left: 0;
    }
}

.am_inpage-navigation-quicknav .current {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    color: #002749;
    text-transform: uppercase;
    margin-left: 1.5rem;
}

.am_inpage-navigation-quicknav .current::before {
    content: "/";
    padding-right: 1rem;
}

.am_inpage-navigation-quicknav .dropdown {
    position: relative;
}

.am_inpage-navigation-quicknav .dropdown-trigger {
    display: flex;
    align-items: center;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    color: #0085ca;
    text-transform: uppercase;
    cursor: pointer;
}

.am_inpage-navigation-quicknav .dropdown-trigger span {
    margin-left: 0.5rem;
    transform: rotate(-90deg);
}

.am_inpage-navigation-quicknav .dropdown-menu {
    background: #fff;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
    min-width: 9.375rem;
    display: none;
    position: absolute;
    z-index: 500;
    top: 30px;
}

.am_inpage-navigation-quicknav .dropdown-menu ul {
    margin: 0;
    padding: 0.75rem 0;
}

.am_inpage-navigation-quicknav .dropdown-menu ul li {
    list-style: none;
    padding: 0.5rem 1rem;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
}

.am_inpage-navigation-quicknav .dropdown-menu ul li a {
    color: #002749;
    white-space: nowrap;
    text-decoration: none;
}

.am_inpage-navigation-quicknav .dropdown-menu ul li a:hover {
    color: #0085ca;
}

.am_inpage-navigation-anchors {
    display: flex;
    flex-grow: 1;
    background: #f1f7f9;
    padding: 1rem 2rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.am_inpage-navigation-anchors .swiper {
    margin: 0;
    padding: 0;
    width: 100%;
}

.am_inpage-navigation-anchors .swiper-slide {
    width: auto;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    color: rgba(0, 39, 73, 0.5);
    text-transform: uppercase;
    cursor: pointer;
}

.am_inpage-navigation-anchors .swiper-button-next {
    right: 0.5rem;
    top: 2.25rem;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_inpage-navigation-anchors .swiper-button-next::after {
    font-size: 0.75rem;
}

.am_inpage-navigation-anchors .swiper-button-prev {
    left: 0.5rem;
    top: 2.25rem;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_inpage-navigation-anchors .swiper-button-prev::after {
    font-size: 0.75rem;
}

.am_search-results ul {
    margin: 0;
    padding: 0;
}

.am_search-results ul li {
    list-style: none;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 133, 202, 0.25);
}

.am_search-results ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.am_search-results a {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .am_search-results-item {
        display: flex;
        gap: 1.5rem;
        align-items: flex-start;
        position: relative;
        padding-right: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .am_search-results-item::before {
        content: "";
        width: 34px;
        height: 34px;
        background: url("../assets/btn-arrow.svg") no-repeat 0 0;
        display: inline-flex;
        margin-right: 12px;
        position: absolute;
        z-index: 2;
        right: 0;
        top: calc(50% - 17px);
    }
}

.am_search-results-item .image {
    display: flex;
    flex-shrink: 0;
    margin-bottom: 1rem;
}

.am_search-results-item .image>img {
    width: 100%;
}

.am_search-results-item h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.am_search-results-item h2 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #002749;
    margin-bottom: 0.5rem;
}

.am_search-results-item p {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_insights .am_intro {
    margin-bottom: 3rem;
}

.am_insights .am_intro .container {
    padding: 0;
}

.am_insights .am_intro .am_intro__content h3 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 3rem;
    line-height: 3.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_insights .am_intro .am_intro__content h3 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insights .am_intro .am_intro__content h3 {
        font-size: 4.75rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_insights .am_intro .am_intro__content h3 {
        max-width: 70%;
    }
}

.am_insights .search {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .am_insights .search {
        flex-direction: row;
        gap: 2.5rem;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
}

.am_insights .search>input {
    padding: 1.25rem 2rem 1.25rem 3.75rem;
    background: #fff url("../assets/ico-search.svg") no-repeat center left 2rem;
    background-size: 1.125rem;
    border: 0;
    color: #002749;
    display: flex;
    flex-grow: 1;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
}

.am_insights .search>input::-ms-input-placeholder {
    color: #002749;
}

.am_insights .search>input::placeholder {
    color: #002749;
}

.am_insights .search>button {
    background: #fff url("../assets/ico-filter.svg") no-repeat center left 3.75rem;
    border: 1px solid #d0e5ec;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 1.25rem 2rem 1.25rem 4rem;
    color: #002749;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 16.25rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    justify-content: center;
}

.am_insights .search>button span {
    width: 1.25rem;
    height: 1.25rem;
    background: #0085ca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    margin-left: 0.25rem;
}

.am_insights .filters {
    margin-bottom: 1.5rem;
    display: none;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media only screen and (min-width: 768px) {
    .am_insights .filters {
        grid-template-columns: 1fr 2fr 2fr;
    }
}

@media only screen and (min-width: 1024px) {
    .am_insights .filters {
        grid-template-columns: 2fr 2fr 2fr;
        gap: 4rem;
    }
}

.am_insights .filters.filters--show {
    display: grid;
}

.am_insights .filters-container h4 {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    border-bottom: 1px solid #d0e5ec;
    padding-bottom: 0.375rem;
}

.am_insights .filters-container ul {
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 16.25rem;
    overflow-y: auto;
}

.am_insights .filters-container ul::-webkit-scrollbar {
    width: 0.25rem;
    border-radius: 0.25rem;
}

.am_insights .filters-container ul::-webkit-scrollbar-track {
    background: #d0e5ec;
}

.am_insights .filters-container ul::-webkit-scrollbar-thumb {
    width: 0.25rem;
    border: 0.25rem solid #0085ca;
    border-radius: 0.25rem;
    background: #0085ca;
    margin-right: 0.5rem;
}

.am_insights .filters-container ul li {
    list-style: none;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
}

.am_insights .filters-container ul li.active {
    color: #0085ca;
}

.am_insights .filters-tags {
    margin-bottom: 3rem;
}

.am_insights .filters-tags ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.am_insights .filters-tags ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    border: 1px solid #d0e5ec;
}

.am_insights .filters-tags ul li:last-child {
    border: 1px solid transparent;
    border-bottom: 2px solid #0085ca;
    cursor: pointer;
    padding: 0.875rem 0;
    margin-left: 1rem;
}

.am_insights .filters-tags span {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_insights .filters-tags .remove {
    width: 1.125rem;
    height: 1.125rem;
    background: url("../assets/ico-close.svg") no-repeat 0 0;
    background-size: 100%;
    display: flex;
    margin-left: 1rem;
    cursor: pointer;
}

.am_insights .filters-cta {
    margin-bottom: 3rem;
    text-align: center;
    display: none;
}

.am_insights .filters-cta.filters-cta--show {
    display: block;
}

@media only screen and (min-width: 768px) {
    .am_insights .filters-cta {
        margin-bottom: 6rem;
    }
}

.am_insights .filters-cta a {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #0085ca;
    text-decoration: underline;
}

.am_insights .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .am_insights .list {
        margin-bottom: 5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .am_insights .list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.am_insights .list .insight-item {
    border: 1px solid #d0e5ec;
    overflow: hidden;
}

.am_insights .insights-lists-sec .item-image img {
    width: 100%;
}

.am_insights .list .insight-item a {
    color: #002749;
    text-decoration: none;
}

.am_insights .list .insight-item-content {
    position: relative;
    background: #fff;
    padding: 1.5rem 1.25rem 2rem;
    min-height: 16rem;
}

.am_insights .list .insight-item-content h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_insights .list .insight-item-content p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am_insights .list .insight-item-content .timestamp {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    position: absolute;
    left: 1.25rem;
    bottom: 2rem;
}

.am_insights .list .insight-item-content .cta {
    opacity: 0;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1366px) {
    .am_insights .list .insight-item:hover {
        box-shadow: 0px 3px 20px 0px rgba(0, 39, 73, 0.08);
    }

    .am_insights .list .insight-item:hover .item-image>img {
        transform: scale(1.25);
    }

    .am_insights .list .insight-item:hover .timestamp {
        display: none;
    }

    .am_insights .list .insight-item:hover .cta {
        display: block;
        opacity: 1;
    }
}

.am_insights .no-results {
    text-align: center;
    margin-bottom: 3rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #0085ca;
}

@media only screen and (min-width: 768px) {
    .am_insights .no-results {
        margin-bottom: 5rem;
    }
}

.am_insight-article {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .am_insight-article {
        margin-bottom: 5rem;
    }
}

.am_insight-article .header {
    margin-bottom: 1.875rem;
}

.am_insight-article .header .timestamp {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
}

.am_insight-article .header h2 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .header h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insight-article .header h2 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .header h2 {
        max-width: 70%;
    }
}

.am_insight-article .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.am_insight-article .tags a {
    padding: 0.875rem 1rem;
    border: 1px solid #d0e5ec;
    text-decoration: none;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_insight-article .hero {
    margin-bottom: 3rem;
}

.am_insight-article .hero>img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.am_insight-article .article {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 3.75rem;
    }
}

.am_insight-article .article .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: #002749;
}

.am_insight-article .article .content h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article .content h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insight-article .article .content h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_insight-article .article .content p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
}

.am_insight-article .article .content ul {
    margin: 0;
    padding: 0;
}

.am_insight-article .article .content ul li {
    list-style: none;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_insight-article .article .content ul li strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
}

.am_insight-article .article .content ul li::before {
    content: "";
    width: 5px;
    height: 9px;
    background: #00dbef;
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 0;
}

.am_insight-article .article .content .authors {
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-top: 1px solid rgba(0, 39, 73, 0.2);
    padding-top: 2.5rem;
}

.am_insight-article .article .content .authors h4 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article .content .authors h4 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insight-article .article .content .authors h4 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_insight-article .article .content .authors ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article .content .authors ul {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insight-article .article .content .authors ul {
        max-width: 80%;
    }
}

.am_insight-article .article .content .authors ul li {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0.75rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article .content .authors ul li {
        width: calc(50% - 1rem);
    }
}

.am_insight-article .article .content .authors ul li::before {
    display: none;
}

.am_insight-article .article .content .authors ul li>img {
    margin-top: 0.45rem;
}

.am_insight-article .article .content .authors ul li .info h5 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_insight-article .article .content .authors ul li .info p span {
    display: block;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.am_insight-article .article .content .authors ul li .info p span:first-child {
    margin-bottom: 0.625rem;
}

.am_insight-article .article .content .related {
    border-bottom: 1px solid rgba(0, 39, 73, 0.2);
    padding-bottom: 2.5rem;
}

.am_insight-article .article .content .related h4 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article .content .related h4 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insight-article .article .content .related h4 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_insight-article .article .sidebar {
    width: 20.625rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.am_insight-article .article .sidebar .experts {
    background: #002749;
    padding: 2rem 1.25rem;
    margin-bottom: 1.875rem;
}

.am_insight-article .article .sidebar .experts h4 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
    font-size: 2.4rem !important;
    margin-bottom: 1.25rem;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 1024px) {
    .am_insight-article .article .sidebar .experts h4 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insight-article .article .sidebar .experts h4 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_insight-article .article .sidebar .experts ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.am_insight-article .article .sidebar .experts ul li {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0.75rem;
}

.am_insight-article .article .sidebar .experts ul li::before {
    display: none;
}

.am_insight-article .article .sidebar .experts ul li>img {
    margin-top: 0.45rem;
}

.am_insight-article .article .sidebar .experts ul li .info h5 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}

.am_insight-article .article .sidebar .experts ul li .info p span {
    display: block;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #d0e5ec;
}

.am_insight-article .article .sidebar .experts ul li .info p span:first-child {
    margin-bottom: 0.25rem;
}

.am_insight-article .article .sidebar .share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid rgba(0, 39, 73, 0.2);
}

.am_insight-article .article .sidebar .share p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_insight-article .article .sidebar .share ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.am_insight-article .article .sidebar .share ul li {
    list-style: none;
    width: 48px;
    height: 48px;
    background: #002749;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am_insight-article .article .sidebar .share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.25rem;
}

.am_insight-article .article .sidebar .download {
    margin-top: 1.875rem;
}

.am_leadership {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .am_leadership {
        margin-bottom: 5rem;
    }
}

.am_leadership .search {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .am_leadership .search {
        flex-direction: row;
        gap: 2.5rem;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
}

.am_leadership .search>input {
    padding: 1.25rem 2rem 1.25rem 3.75rem;
    background: #fff url("../assets/ico-search.svg") no-repeat center left 2rem;
    background-size: 1.125rem;
    border: 0;
    color: #002749;
    display: flex;
    flex-grow: 1;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    box-shadow: 0px 3px 26px 0px rgba(0, 39, 73, 0.1);
}

.am_leadership .search>input::-ms-input-placeholder {
    color: #002749;
}

.am_leadership .search>input::placeholder {
    color: #002749;
}

.am_leadership .search>button {
    background: #fff url("../assets/ico-filter.svg") no-repeat center left 3.75rem;
    border: 1px solid #d0e5ec;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 1.25rem 2rem 1.25rem 4rem;
    color: #002749;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 16.25rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    justify-content: center;
}

.am_leadership .search>button span {
    width: 1.25rem;
    height: 1.25rem;
    background: #0085ca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.875rem;
    line-height: 1rem;
    margin-left: 0.25rem;
}

.am_leadership .filters {
    margin-bottom: 1.5rem;
    display: none;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media only screen and (min-width: 768px) {
    .am_leadership .filters {
        grid-template-columns: 1fr 2fr 2fr;
    }
}

@media only screen and (min-width: 1024px) {
    .am_leadership .filters {
        grid-template-columns: 2fr 2fr 2fr;
        gap: 4rem;
    }
}

.am_leadership .filters.filters--show {
    display: grid;
}

.am_leadership .filters-container h4 {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    border-bottom: 1px solid #d0e5ec;
    padding-bottom: 0.375rem;
}

.am_leadership .filters-container ul {
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 16.25rem;
    overflow-y: auto;
}

.am_leadership .filters-container ul::-webkit-scrollbar {
    width: 0.25rem;
    border-radius: 0.25rem;
}

.am_leadership .filters-container ul::-webkit-scrollbar-track {
    background: #d0e5ec;
}

.am_leadership .filters-container ul::-webkit-scrollbar-thumb {
    width: 0.25rem;
    border: 0.25rem solid #0085ca;
    border-radius: 0.25rem;
    background: #0085ca;
    margin-right: 0.5rem;
}

.am_leadership .filters-container ul li {
    list-style: none;
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
}

.am_leadership .filters-container ul li.active {
    color: #0085ca;
}

.am_leadership .filters-tags {
    margin-bottom: 3rem;
}

.am_leadership .filters-tags ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.am_leadership .filters-tags ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    border: 1px solid #d0e5ec;
}

.am_leadership .filters-tags ul li:last-child {
    border: 1px solid transparent;
    border-bottom: 2px solid #0085ca;
    cursor: pointer;
    padding: 0.875rem 0;
    margin-left: 1rem;
}

.am_leadership .filters-tags span {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_leadership .filters-tags .remove {
    width: 1.125rem;
    height: 1.125rem;
    background: url("../assets/ico-close.svg") no-repeat 0 0;
    background-size: 100%;
    display: flex;
    margin-left: 1rem;
    cursor: pointer;
}

.am_leadership .filters-cta {
    margin-bottom: 3rem;
    text-align: center;
    display: none;
}

.am_leadership .filters-cta.filters-cta--show {
    display: block;
}

@media only screen and (min-width: 768px) {
    .am_leadership .filters-cta {
        margin-bottom: 6rem;
    }
}

.am_leadership .filters-cta a {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #0085ca;
    text-decoration: underline;
}

.am_leadership .list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 2.75rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .am_leadership .list {
        margin-bottom: 5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .am_leadership .list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1366px) {
    .am_leadership .list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.am_leadership .list .leaders-item>a {
    display: block;
    text-decoration: none;
    color: #002749;
}

.am_leadership .list .leaders-item>a img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 1.25rem;
    aspect-ratio: 1/1;
}

.am_leadership .list .leaders-item>a p {
    position: relative;
}

.am_leadership .list .leaders-item>a p::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../assets/ico-plus.svg") 0 0;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.am_leadership .list .leaders-item>a p span {
    display: block;
}

.am_leadership .list .leaders-item>a p span:first-child {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_leadership .list .leaders-item>a p span:nth-child(2) {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_leadership .list .leaders-item>a:hover p::after {
    transform: rotate(180deg);
    filter: grayscale(1);
}

.am_leadership .no-results {
    text-align: center;
    margin-bottom: 3rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #0085ca;
}

@media only screen and (min-width: 768px) {
    .am_leadership .no-results {
        margin-bottom: 5rem;
    }
}

.am_leadership-modal {
    position: relative;
    z-index: 5;
}

.am_leadership-modal .modal-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3.75rem;
    margin-bottom: 2rem;
    padding: 1.875rem 2rem 0;
}

@media only screen and (min-width: 768px) {
    .am_leadership-modal .modal-header {
        flex-direction: row;
        padding: 1.875rem 5rem 0;
    }
}

.am_leadership-modal .modal-header-image {
    width: 16.25rem;
    height: 18.75rem;
    overflow: hidden;
}

.am_leadership-modal .modal-header-image>img {
    width: 16.25rem;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.am_leadership-modal .modal-header-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
}

.am_leadership-modal .modal-header-info .modal-title h3 {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 2rem;
    line-height: 2.5rem;
}

@media only screen and (min-width: 1024px) {
    .am_leadership-modal .modal-header-info .modal-title h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_leadership-modal .modal-header-info .modal-title h3 {
        font-size: 2.75rem;
        line-height: 2.875rem;
    }
}

.am_leadership-modal .modal-header-info .modal-title p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.am_leadership-modal .modal-header-info .modal-location {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.am_leadership-modal .modal-header-info .modal-location span {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.am_leadership-modal .modal-header-info .modal-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.am_leadership-modal .modal-header-info .modal-expertise {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-decoration: underline;
}

.am_leadership-modal .modal-content {
    padding: 0 2rem 1rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

@media only screen and (min-width: 768px) {
    .am_leadership-modal .modal-content {
        padding: 0 5rem 1rem;
    }
}

.am_leadership-modal .modal-content h3 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_leadership-modal .modal-content h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_leadership-modal .modal-content h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_leadership-modal .modal-content h4 {
    margin-bottom: 2rem;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #0085ca;
}

.am_leadership-modal .modal-content p {
    margin-bottom: 2rem;
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}

.am_leadership-modal .modal-content p strong {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_leadership-modal .modal-content a {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    text-decoration: underline;
}

.am_leadership-modal .modal-content a.am_button {
    text-decoration: none;
}

.am_leadership-modal .modal-content a.am_button:hover {
    color: #fff;
}

.am_leadership-modal .modal-footer {
    padding: 2rem 0 1rem;
    margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
    .am_leadership-modal .modal-footer {
        padding: 2rem 0 1rem;
        margin: 0 5rem;
        display: flex;
        align-items: flex-start;
        gap: 3.75rem;
    }
}

.am_leadership-modal .modal-articles {
    padding-right: 2.5rem;
    min-width: 21rem;
    border-right: 1px solid #0085ca;
}

.am_leadership-modal .modal-articles h3 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .am_leadership-modal .modal-articles h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_leadership-modal .modal-articles h3 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }
}

.am_leadership-modal .am_modal-swiper {
    padding-bottom: 40px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .am_leadership-modal .am_modal-swiper {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1024px) {
    .am_leadership-modal .am_modal-swiper {
        width: 25rem;
    }
}

.am_leadership-modal .am_modal-swiper .swiper-slide p {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_leadership-modal .am_modal-swiper .swiper-slide h3 {
    color: #002749;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
}

.am_leadership-modal .am_modal-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_leadership-modal .am_modal-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_leadership-modal .am_modal-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_leadership-modal .am_modal-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_leadership-modal .am_modal-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #0085ca;
}

.am_leadership-modal .am_modal-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_leadership .am_leadership--loading {
    position: fixed;
    inset: 0;
    background: rgba(0, 39, 73, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am_leadership .am_leadership--loading .loader {
    width: 3rem;
    padding: 0.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #00dbef;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}

.am_image-cards {
    margin-bottom: 5rem;
}

.am_image-cards .am_secondary-intro-content {
    margin-bottom: 2.5rem;
}

.am_image-cards .am_image-cards-swiper {
    padding-bottom: 40px;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item a {
    color: #002749;
    text-decoration: none;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-image {
    overflow: hidden;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-image>img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-content {
    position: relative;
    background: #fff;
    padding: 1.5rem 1.25rem 2rem;
    min-height: 16rem;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-content h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-content p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-content .timestamp {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #002749;
    position: absolute;
    left: 1.25rem;
    bottom: 2rem;
}

.am_image-cards .am_image-cards-swiper .swiper-slide .item-content .cta {
    opacity: 0;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1366px) {
    .am_image-cards .am_image-cards-swiper .swiper-slide .item:hover {
        box-shadow: 0px 3px 20px 0px rgba(0, 39, 73, 0.08);
    }

    .am_image-cards .am_image-cards-swiper .swiper-slide .item:hover .item-image>img {
        transform: scale(1.25);
    }

    .am_image-cards .am_image-cards-swiper .swiper-slide .item:hover .timestamp {
        display: none;
    }

    .am_image-cards .am_image-cards-swiper .swiper-slide .item:hover .cta {
        display: block;
        opacity: 1;
    }
}

.am_image-cards .am_image-cards-swiper .swiper-scrollbar {
    height: 2px;
    background: #bcbcbc;
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_image-cards .am_image-cards-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_image-cards .am_image-cards-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 22px;
    width: 22px;
    color: #bcbcbc;
}

.am_image-cards .am_image-cards-swiper .swiper-button-next::after {
    font-size: 24px;
}

.am_image-cards .am_image-cards-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 22px;
    width: 22px;
    color: #bcbcbc;
}

.am_image-cards .am_image-cards-swiper .swiper-button-prev::after {
    font-size: 24px;
}

.am_hover-cards {
    margin-bottom: 5rem;
}

.am_hover-cards .am_secondary-intro-content {
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1366px) {
    .am_hover-cards .am_secondary-intro-content .content {
        max-width: 60%;
    }
}

.am_hover-cards .am_hover-cards-swiper {
    padding-bottom: 40px;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item {
    background: rgba(0, 133, 202, 0.05);
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item a {
    color: #002749;
    text-decoration: none;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item-image>img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item-content {
    position: relative;
    padding: 1.5rem 1.25rem 1.125rem;
    min-height: 6.5rem;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item-content h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item .overlay {
    opacity: 0;
    padding: 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: all 0.3s ease;
    inset: 0;
    background: #002749;
    color: #fff;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item .overlay h4 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #f9c20a;
    margin-bottom: 1rem;
}

.am_hover-cards .am_hover-cards-swiper .swiper-slide .item .overlay p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
}

@media only screen and (min-width: 1366px) {
    .am_hover-cards .am_hover-cards-swiper .swiper-slide .item:hover .overlay {
        opacity: 1;
    }
}

.am_hover-cards .am_hover-cards-swiper .swiper-scrollbar {
    height: 2px;
    background: #bcbcbc;
    width: calc(100% - 70px);
    left: 0;
    bottom: 10px;
}

.am_hover-cards .am_hover-cards-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_hover-cards .am_hover-cards-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 22px;
    width: 22px;
    color: #bcbcbc;
}

.am_hover-cards .am_hover-cards-swiper .swiper-button-next::after {
    font-size: 24px;
}

.am_hover-cards .am_hover-cards-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 22px;
    width: 22px;
    color: #bcbcbc;
}

.am_hover-cards .am_hover-cards-swiper .swiper-button-prev::after {
    font-size: 24px;
}

.am_faqs {
    margin-bottom: 5rem;
}

.am_faqs .am_secondary-intro-content {
    margin-bottom: 2.5rem;
}

.am_faqs-content ul {
    margin: 0;
    padding: 0;
}

.am_faqs-content ul li {
    list-style: none;
    border-bottom: 1px solid #d0e5ec;
    padding: 2.5rem 0;
    cursor: pointer;
    position: relative;
}

.am_faqs-content ul li .icon-left {
    position: absolute;
    right: 0;
    top: 2.5rem;
    display: block;
    transform: rotate(-90deg);
    font-size: 1rem;
    color: #0085ca;
    transition: all 0.3s ease;
}

.am_faqs-content ul li:first-child {
    padding-top: 0;
}

.am_faqs-content ul li:first-child .icon-left {
    top: 0;
}

.am_faqs-content ul li.active .icon-left {
    transform: rotate(90deg);
}

.am_faqs-content ul li.active .am_faqs-answer {
    padding-top: 0.75rem;
    opacity: 1;
    height: auto;
}

.am_faqs-question {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.am_faqs-answer {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0;
    height: 0;
}

@media only screen and (min-width: 1366px) {
    .am_faqs-answer {
        max-width: 75%;
    }
}

.am_contact-form-v2 {
    margin-bottom: 5rem;
}

.am_contact-form-v2 .form-container {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #d0e5ec;
}

@media only screen and (min-width: 768px) {
    .am_contact-form-v2 .form-container {
        padding: 4.25rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_contact-form-v2 .form-container {
        padding: 4rem 6rem;
    }
}

.am_contact-form-v2 .form-container h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
    color: #002749;
}

@media only screen and (min-width: 1024px) {
    .am_contact-form-v2 .form-container h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_contact-form-v2 .form-container h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_contact-form-v2 .form-container .external-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.am_news-v2 {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 1024px) {
    .am_news-v2 .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3rem;
    }
}

.am_news-v2-intro {
    position: relative;
    overflow: hidden;
}

.am_news-v2-intro::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 39, 73, 0.7);
}

.am_news-v2-intro>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    display: block;
}

.am_news-v2-intro-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 2rem;
    min-height: 37rem;
    height: 100%;
}

.am_news-v2-intro-content .caption {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_news-v2-intro-content .intro h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

@media only screen and (min-width: 1024px) {
    .am_news-v2-intro-content .intro h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_news-v2-intro-content .intro h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_news-v2-intro-content .intro p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

.am_news-v2-intro-content .intro .am_button {
    font-size: 1rem;
}

.am_news-v2-content {
    background: rgba(0, 39, 73, 0.05);
    padding: 2rem;
}

.am_news-v2-content .caption {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_news-v2-content .intro {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1366px) {
    .am_news-v2-content .intro {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.am_news-v2-content .intro h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 1024px) {
    .am_news-v2-content .intro h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_news-v2-content .intro h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_news-v2-content .intro .am_button {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.am_news-v2-content .news-wrapper {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
}

.am_news-v2-content .news-wrapper::-webkit-scrollbar {
    width: 0.25rem;
    border-radius: 0.25rem;
}

.am_news-v2-content .news-wrapper::-webkit-scrollbar-track {
    background: #d0e5ec;
}

.am_news-v2-content .news-wrapper::-webkit-scrollbar-thumb {
    width: 0.25rem;
    border: 0.25rem solid #0085ca;
    border-radius: 0.25rem;
    background: #0085ca;
    margin-right: 0.5rem;
}

.am_news-v2-content .news-wrapper .news-item {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1366px) {
    .am_news-v2-content .news-wrapper .news-item {
        padding: 1.25rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_news-v2-content .news-wrapper .news-item:hover {
        background: #fff;
    }
}

.am_news-v2-content .news-wrapper .news-item:last-child {
    margin-bottom: 0;
}

.am_news-v2-content .news-wrapper .news-item a {
    text-decoration: none;
    color: #002749;
}

.am_news-v2-content .news-wrapper .news-item .author,
.am_news-v2-content .news-wrapper .news-item .timestamp {
    font-family: "helvetica_neue_lt_std45_light";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-size: 1rem;
}

.am_news-v2-content .news-wrapper .news-item .author strong,
.am_news-v2-content .news-wrapper .news-item .timestamp strong {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: block;
    line-height: 1.4rem;
}

.am_news-v2-content .news-wrapper .news-item .timestamp {
    margin-bottom: 0.75rem;
}

.am_news-v2-content .news-wrapper .news-item .author {
    line-height: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
}

.am_news-v2-content .news-wrapper .news-item .author>img {
    width: 3.25rem;
    height: 4rem;
    object-fit: cover;
    object-position: top center;
}

.am_news-v2-content .news-wrapper .news-item .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-size: 1.25rem;
}

.am_insights-featured {
    background-color: #002749;
    margin-bottom: 5rem;
    padding: 3rem 0;
}

@media only screen and (min-width: 1024px) {
    .am_insights-featured {
        padding: 5rem 0;
    }
}

.am_insights-featured h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .am_insights-featured h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insights-featured h2 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_insights-featured-swiper {
    padding-bottom: 3rem;
}

.am_insights-featured-swiper .swiper-slide .item {
    position: relative;
}

.am_insights-featured-swiper .swiper-slide .item a {
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .am_insights-featured-swiper .swiper-slide .item a {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.am_insights-featured-swiper .swiper-slide .item-image {
    overflow: hidden;
}

.am_insights-featured-swiper .swiper-slide .item-image>img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    display: block;
}

.am_insights-featured-swiper .swiper-slide .item-content {
    background: #fff;
    padding: 2rem;
}

.am_insights-featured-swiper .swiper-slide .item-content .caption {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_insights-featured-swiper .swiper-slide .item-content h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 1024px) {
    .am_insights-featured-swiper .swiper-slide .item-content h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_insights-featured-swiper .swiper-slide .item-content h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_insights-featured-swiper .swiper-slide .item-content .timestamp {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #002749;
}

.am_insights-featured-swiper .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 133, 202, 0.2);
    width: calc(100% - 70px);
    left: 0;
    bottom: 8px;
}

.am_insights-featured-swiper .swiper-scrollbar-drag {
    height: 4px;
    background: #0085ca;
    top: -1px;
}

.am_insights-featured-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #fff;
}

.am_insights-featured-swiper .swiper-button-next::after {
    font-size: 20px;
}

.am_insights-featured-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 0;
    height: 20px;
    width: 16px;
    color: #fff;
}

.am_insights-featured-swiper .swiper-button-prev::after {
    font-size: 20px;
}

.am_insights-featured .item-content {
    position: relative;
}

@media (max-width: 767px) {
    .am_insights-featured .item-content {
        padding: 1rem;
    }
}

.am_insights-featured .item-content .cta {
    position: absolute;
    bottom: 5%;
    width: 90%;
    border-top: 2px solid #ddd;
    padding-top: 30px;
}

@media (max-width: 1200px) {
    .am_insights-featured .item-content .cta {
        position: relative;
        margin-top: 30px;
    }
}

.am_insights-featured .am_insights-featured-swiper .swiper-slide .item-image>img {
    object-fit: cover;
    aspect-ratio: auto;
}

.am_modal-close {
    background: #fff;
    border: 1px solid #3E87BC;
}

.am_modal-close span {
    background: #3E87BC;
    transform: rotate(45deg);
}

@media (max-width:767px) {
    .am_modal-close {
        top: -0.5rem;
        right: -0.5rem;
    }
}

.sub_sec {
    letter-spacing: 1px;
}

.header_lang_select {
    text-transform: uppercase;
    padding: 2px 5px;
    letter-spacing: 1px;
    border: 1px solid #D0E5EC;
}

.press_profile_img {
    width: 60px;
    height: 73px;
}

.press_short_para {
    padding-bottom: 0px !important;
    min-height: 90px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto 20px;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:767px) {
    .press_short_para {
        min-height: 72px;
    }
}

/* Website Scrollbar starts */
::-webkit-scrollbar {
    width: 5px;
    background: #002749;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0085CA;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darken(#0085CA, 5%);
}

/* Website Scrollbar ends */

.am_faqs .am_secondary-intro-content .content {
    width: 100%;
    max-width: 100%;
}

.am_faqs .am_secondary-intro-content .container {
    padding: 0px;
}

.am_faqs .am_faqs-content .am_faqs-question h4 {
    width: 95%;
}

.event-calendar-sec .item .item-image {
    height: 22rem;
}

.event-calendar-sec .item .item-content .trade {
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    color: #0085ca;
}

.event-calendar-sec .item .item-content h3 {
    margin-top: 20px;
    color: #0085ca;
}

.event-calendar-sec .item .item-content .para {
    font-size: 1.25rem;
    max-height: 93px;
    min-height: 93px;
    overflow: hidden;
}

.event-calendar-sec .item .item-content .venue-row {
    border-top: 1px solid #d0e5ec;
    padding-top: 15px;
    margin-top: 30px;
}

.event-calendar-sec .item .item-content .venue-row p:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .am_employee-benefits .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 993px) {
    .am_employee-benefits .content ul {
        grid-template-columns: repeat(2, calc(50% - 0.5rem));
        gap: 20px;
    }
}

.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon.is-active::before {
    filter: invert(0%) !important;
}

.toolbar .toolbar-bar .toolbar-tab>.toolbar-icon.is-active {
    color: #fff !important;
}

.insights-accordion-section,
.box_layout,
.paragraph--insights-counter,
.paragraph--left-right-content,
.call_to_action,
.paragraph--left-right-quote,
.paragraph--insights-quote-slider,
.paragraph-field-examples-of-our-work,
.node--expertise-article,
.paragraph-basic-content-featured-experts,
.paragraph--basic-content-icon-block,
.paragraph--basic-content-topic-links,
#image-block,
.paragraph--type--basic-content-slider-image,
.paragraph-comp-carousel-related-insights,
.paragraph-basic-content-wheel-block,
.paragraph--type--insights-accordion {
    display: none !important;
}

.am_insight-article .article .sidebar .experts {
    color: #fff;
}

.am_insight-article .article .sidebar .experts .node--default.node-profile-teaser {
    margin-top: 1.875rem;
}

.am_insight-article .article .sidebar .experts .node-profile-teaser-content {
    margin-bottom: 20px;
}

.am_insight-article .article .sidebar .experts .node-profile-teaser-content h1 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}

.am_insight-article .article .sidebar .experts .node-profile-teaser-content .field_professional_title {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #d0e5ec;
    margin-bottom: .25rem;
}

.am_insight-article .article .node-profile-teaser h1 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
}

.am_insight-article .article .node-profile-teaser .field_professional_title {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-bottom: .625rem;
}

.am_insight-article .article .content .authors ul {
    margin-top: 2rem !important;
}

.field--name-field_content article img {
    margin-bottom: 20px;
}

.am_insight-article .article .node--default.node-profile-teaser {
    margin-left: 73px;
}

@media (min-width: 1024px) {
    .am_hover-cards .am_hover-cards-swiper .swiper-slide .item .overlay {
        opacity: 0 !important;
    }

    .am_hover-cards .am_hover-cards-swiper .swiper-slide .item:hover .overlay {
        opacity: 1 !important;
    }
}

@media (max-width: 1024px) {
    .am_hover-cards .am_hover-cards-swiper .swiper-slide .item .overlay {
        opacity: 1 !important;
    }
}

.infra_cmn_style .features-content .features-content-item .accordion-content.home_accordion_content {
    flex-direction: row !important;
}

.am_features-highlights .am_featured-experts {
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .infra_cmn_style .am_features-highlights .features-content-item .home_accordion_content .feature-image {
        width: 50%;
        margin: 50px auto;
    }
}

.am_primary-intro-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}

.am_primary-intro-content .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.am_primary-intro-content .primary-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content {
        flex-direction: row;
    }
}

.am_primary-intro-content .primary-content .content {
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .content {
        width: 50%;
        padding-right: 3.75rem;
    }
}

.am_primary-intro-content .primary-content .content .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #002749;
    margin-bottom: 1.875rem;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .content .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_primary-intro-content .primary-content .content .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

.am_primary-intro-content .primary-content .content .subtitle {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #0085ca;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.am_primary-intro-content .primary-content .content .description {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    margin-bottom: 3rem;
}

.am_primary-intro-content .primary-content .content .cta {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .content .cta {
        margin-bottom: 0;
    }
}

.am_primary-intro-content .primary-content .media {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .primary-content .media {
        width: 50%;
        height: 100%;
    }
}

.am_primary-intro-content .primary-content .media>img {
    max-width: 100%;
    min-width: 100%;
}

.am_primary-intro-content .primary-content .media.media--playing .media-poster {
    display: none;
}

.am_primary-intro-content .primary-content .media.media--playing .media-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.am_primary-intro-content .primary-content .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.am_primary-intro-content .primary-content .media-poster {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.am_primary-intro-content .primary-content .media-poster::before {
    content: "";
    width: 72px;
    height: 72px;
    background: url("../assets/ico-play.svg") no-repeat 0 0;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 2;
}

@media (max-width: 767px) {
    .am_primary-intro-content .primary-content .media-poster::before {
        width: 40px;
        height: 40px;
    }
}

.am_primary-intro-content .primary-content .media-poster::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 73, 0.5);
}

.am_primary-intro-content .primary-content .media-poster img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.am_primary-intro-content .secondary-content {
    margin-top: 5rem;
}

.am_primary-intro-content .secondary-content .highlights {
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 3rem;
    line-height: 3.5rem;
    color: #0085ca;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content .secondary-content .highlights {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_primary-intro-content .secondary-content .highlights {
        font-size: 4.75rem;
        line-height: 4.5rem;
    }
}

.am_primary-intro-content.am_primary-intro-content--dark {
    background: #002749;
    padding: 2rem 0 0;
}

@media only screen and (min-width: 768px) {
    .am_primary-intro-content.am_primary-intro-content--dark {
        padding: 5rem 0 0;
    }
}

.am_primary-intro-content.am_primary-intro-content--dark .primary-content .content .title {
    color: #fff;
}

.am_primary-intro-content.am_primary-intro-content--dark .primary-content .content .description {
    color: #d0e5ec;
    margin-bottom: 2rem;
}

.am_primary-intro-content.am_primary-intro-content--extended {
    justify-content: flex-start;
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content .content {
    width: 100%;
    margin: 0;
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content .content .title {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2.5rem;
    line-height: 3rem;
}

@media only screen and (min-width: 1024px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media only screen and (min-width: 1366px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content .title {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media screen and (min-width: 768px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content {
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    .am_primary-intro-content.am_primary-intro-content--extended .primary-content .content.content--fluid {
        width: 100%;
    }
}

.am_primary-intro-content.am_primary-intro-content--extended .primary-content .media {
    width: 100%;
    height: auto;
    margin: 0;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark {
    position: relative;
    background: transparent;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark::after {
    content: "";
    width: 100%;
    height: 75%;
    background: #002749;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark .container {
    position: relative;
    z-index: 5;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark .primary-content .content .title {
    color: #fff;
}

.am_primary-intro-content.am_primary-intro-content--extended.am_primary-intro-content--dark .primary-content .content .description {
    color: #fff;
}

.am_primary-intro-content.am_primary-intro-content--space {
    margin-top: 5rem;
}

.am_primary-intro-content .primary-content .content.home_heading_center {
    width: 75%
}

@media (max-width: 767px) {
    .infra_cmn_style .am_key-highlights .header h2 {
        max-width: 100%;
    }

    .am_secondary-intro-content.am_secondary-intro-content--cta .sidebar {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .am_primary-intro-content .primary-content .content.home_heading_center {
        width: 100%;
    }
}

@media (max-width: 993px) {
    .infra_cmn_style .industries_sec .header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.infra_cmn_style .industries_sec .header .subtitle {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.infra_cmn_style .industries_sec .header .sidebar .am_button {
    color: #fff;
}

@media (max-width: 993px) {
    .infra_cmn_style .industries_sec .header .sidebar {
        margin-top: 1.5rem;
    }
}

@media (max-width: 1200px) {
    .infra_cmn_style .am_features-highlights .am_image-cards-header .am_secondary-intro-content .content .title {
        width: 100%;
    }
}

.js-form-type-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    @media (max-width: 993px) {
        align-items: flex-start;
    }
}

#contact-page #edit-privacy-notice--description {
    font-size: inherit !important;
    font-family: inherit !important;
}

#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background-color: #007ac1;
    border: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 999;
    padding: 0;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#backToTopBtn .arrow-up {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-left: 3px solid white;
    border-top: 3px solid white;
    transform: rotate(45deg);
    margin-bottom: -10px;
}

#backToTopBtn:hover {
    background-color: #005b91;
}

.industries_experts_section {
    padding: 5rem 0 0;
}
#backToTopBtn:after{
    content: "BACK TO TOP";
    color: #ffffff;
    position: absolute;
    bottom: -20px;
    width: 100px;
    font-size: 12px;
   color:#007ac1; 
}
.swiper-wrapper-leadership-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
}
.swiper-wrapper-leadership-row .swiper-slide {
    width: 22%;
} 
@media (max-width: 993px) {
    .swiper-wrapper-leadership-row .swiper-slide {
        width: 31.3%;
    }
}
@media (max-width: 767px) {
    .swiper-wrapper-leadership-row .swiper-slide {
        width: 100%;
    }
}
.info_modal_cta::before {
    background: url(../assets/btn-arrow.svg) no-repeat 0 0 !important;
}
.am_text-block-content {Add commentMore actions
    margin-bottom: 5rem;
}
.am_text-block-content p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
}
.am_text-block-content a {
    color: #0085ca;
}
.am_text-block-content ul {
    padding-left: 0px;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
}
.am_text-block-content ul li {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    list-style: none;
    padding-left: 1rem;
    position: relative;
}
.am_text-block-content ul li::before {
    content: "";
    width: 6px;
    height: 12px;
    background: #0085ca;
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0;
}

.am_text-block-content ol {
    padding-left: 30px;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
}
.am_text-block-content ol li {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 39, 73, 0.8);
    padding-left: 1rem;
    position: relative;
}
.am_text-block-content h2 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 3.5rem;
    line-height: 3rem;
    color: #002749;
}
.am_text-block-content h3 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 3rem;
    line-height: 3rem;
    color: #002749;
}
.am_text-block-content h4 {
    font-family: "helvetica_neue_lt_std65Md";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2eb8ff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.am_text-block-content h5 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 2rem;
    line-height: 3rem;
    color: #002749;
}
.am_text-block-content h6 {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.5rem;
    line-height: 3rem;
    color: #002749;
}

.solution_modal .modal_sec_content .modal-content h3 {
    margin-bottom: 15px;
}

.am_features-highlights .container .features-content-item .feature-info ul {
    padding-left: 15px;
}

.am_features-highlights .container .features-content-item .feature-info ul li {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #d0e5ec;
    color: #d0e5ec;
}